@charset "utf-8";

/* Font */

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* Guide 
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset 
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
* {
    font-family: 'Noto Sans KR', 'Montserrat', 'Noto Sans SC', 'Noto Sans JP',  AppleGothic, Arial, Helvetica, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 16px;
    color: #555;
    font-weight:300;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover,
a:focus,
a:active,
a:link {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

textarea {
    max-width: 100%;
    resize: none;
}

body {
    overflow-x: hidden;
}

@media only screen and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
}

.hidden {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/images/basic_resp/img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #137bc2;
}

.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}

.top-top {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    height: 100%;
    min-width: 90px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(255, 255, 255, .1);
}

@media only screen and (max-width: 1200px) {
    .top-top {
        right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .top-top {
        right: 10px;
        min-width: 40px;
    }

    .top-top img {
        max-width: 20px;
    }
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
    position: relative;
    width: 100%;
    min-width: 340px;
    height: 100%;
    overflow-x: hidden;
}

.login-box {
    position: absolute;
    right: 0;
    display: flex;
    margin-right: 40px;
    height: 100%;
}

.login-menu {
    display: flex;
    align-items: center;
}

.login-menu li {
    position: relative;
    margin-right: 2.5em;
}

.login-menu li:before {
    opacity: .3;
    content: '';
    position: absolute;
    top: 2px;
    right: -20px;
    width: 1px;
    height: 14px;
    background: #666;
}

.login-menu li:first-child {
    margin-left: 0;
}

.login-menu li a {
    color: #333;
    font-weight: 400;
    font-size: 1em;
}

.login-bar {
    text-align: center;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-width: 78px;
}

.login-bar li {
    display: inline-flex;
    position: relative;
    height: 23px;
    border: none;
    border-radius: 11px;
    min-width: 100%;
}

.login-bar li a {
    display: inline-flex;
    align-items: center;
    padding: 0 .5em;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    width: 100%;
}

.login-bar li a img {
    margin-right: 6px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 50%;
}

.login-bar .material-icons {
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 18px;
    color: #333;
}

.sub_page .lang_show a i {
    color: #333;
}

.login-bar li ul {
    position: absolute;
    left: -11px;
    top: 31px;
}

.login-bar li ul li {
    padding-right: 12px;
}

.login-bar li ul li a {
    display: block;
    margin-bottom: 38px;
    width: 55px;
}

.login-bar .lang_list {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    border-radius: 10px;
    background-color: #333;
}

.login-bar .lang_list dd {
    display: inline-flex;
    width: 100%;
    height: 23px;
}

.login-bar .lang_list dd a {
    color: #fff;
    font-weight: 400;
    position: relative;
}

.login-bar .lang_list dd a i {
    color: #fff !important;
}

.sub_page .login-menu li a {
    color: #333;
}

.sub_page .login-menu li:before {
    background: #333;
}

.sub_page .login-bar li:first-child a {
    color: #333 !important;
}



@media only screen and (max-width: 1600px) {
    .login-box {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .login-box {
        position: relative;
        display: inherit;
        margin-right: 0;
        height: inherit;
    }

    .login-menu {
        display: inherit;
    }

    .login-menu li {
        margin-right: 0;
        width: 100%;
    }
	.login-bar .lang_list dd a i{color:#333 !important;}
    .login-menu li a {
        display: block;
        padding: 0 30px;
        width: 100%;
        line-height: 45px;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        transition: none;
    }

    .login-bar .lang_list {
        background: none;
    }
}

@media only screen and (max-width: 980px) {}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {
    z-index: 999;
    width: 100%;
    padding: 0px 100px;
    position: relative;
    transition: all 0.5s;
    background: rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#header h1 {
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
}

.nav-btn {
    z-index: 999;
    display: block;
    position: absolute;
    top: 33px;
    right: 0px;
    width: 30px;
    height: 13px;
    cursor: pointer;
}

.nav-btn span {
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background: #757575;
    transition: .2s all linear;
}

.nav-btn span:nth-child(1) {
    top: 0;
}

.nav-btn span:nth-child(2) {
    top: 10px;
}

.nav-close span {
    background: #757575;
}

/*.nav-btn.nav-close {
        position: fixed;
    }*/
.nav-btn.nav-close span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
}

.nav-btn.nav-close span:nth-child(2) {
    top: 50%;
    transform: rotate(-45deg);
}

#nav .navigation {padding-left:160px;}

@media only screen and (max-width: 1780px) {
	#nav .navigation {padding-left:80px;}
}
@media only screen and (max-width: 1200px) {
	#nav .navigation {padding-left:0;}
}

@media only screen and (min-width: 1200px) {
    #header:after {
        display: block;
        content: "";
        clear: both;
    }

    #header.scroll_on {
        transition: all 0.5s;
    }

    #header.sub_page:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #eaeaea;
        position: absolute;
        left: 0;
    }

    #header > div {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 80px;
        text-align: center;
    }

    #L_SITE_LOGO {
        float: left;
    }

    #header h1 a {
        display: flex;
        align-content: center;
    }

    #header h1 a > img {
        vertical-align: baseline;
    }

    .nav-bg {
        z-index: -1;
        display: none;
        position: absolute;
        top: 0px;
        left: -500%;
        width: 1000%;
        height: 300px;
        background: #fff;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        /*border-top:1px solid #eaeaea;*/
    }

    #nav {
        position: relative;
        right: 0 !important;
        float: left;
        display: flex;
        vertical-align: top;
        z-index: 999;
        width: calc(100% - 284px);
        transform: translateX(254px);
    }

    #nav .navigation {
        display: inline-flex;
    }

    .navigation:after {
        content: "";
        display: block;
        clear: both;
    }

    .navigation > li {
        position: relative;
        float: left;
        width: 160px;
        text-align: center;
    }

    .navigation .main-menu {
        display: block;
        width: 100%;
        font-weight: 500;
        font-size: 1.25em;
        color: #333;
        line-height: 80px;
    }

    .navigation .sub-menu {
        display: none;
        z-index: 999;
        position: absolute;
        top: 81px;
        left: 0;
        padding: 20px 0;
        width: 160px;
        height: 219px;
    }

    .navigation .sub-menu:after {
        opacity: 0;
        z-index: -1;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }

    .navigation .sub-menu a {
        display: block;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
        color: #666;
    }

    .navigation .sub-menu .intro-menu {
        display: none;
    }

    .navigation > li a span {
        position: relative;
    }

    .navigation > li a span:after {
        opacity: 0;
        content: '';
        position: absolute;
        bottom: -29px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #00ada9;
        transition: all .4s;
    }


    .navigation .sub-menu a:hover {
        color: #fff;
    }

    .navigation > li:hover .main-menu {
        color: #00ada9;
    }

    .navigation > li:hover .sub-menu:after {
        opacity: 1;
        background: #f1f1f1;
    }

    .navigation > li:hover .sub-menu a {
        color: #333;
    }

    .navigation > li:hover .sub-menu a:hover {
        background: #00ada9;
        color: #fff;
    }

    .navigation > li:hover a span:after {
        opacity: 1;
        display: block;
        left: 0;
        width: 100%;
        transition: all .4s;
    }

    .sub_page .navigation .main-menu {
        color: #333;
    }


    /* 서브상단메뉴 */
    #L_SITE_LOGO.sub_page a {
        display: inline-block;
        background: url('/images/mtl01r-21-0040/common/logo_on.png') no-repeat center center/contain;
        width: 201px;
        height: 50px;
    }

    #L_SITE_LOGO.sub_page a > img {
        display: none;
    }

    .navigation.sub_page .main-menu {
        color: #333;
    }

    .nav-btn.sub_page > span {
        background: #fff;
    }

    .nav-btn.sub_page.nav-close span {
        background: #ffc90f;
    }

}

@media only screen and (max-width: 1600px) {
    #header {
        padding: 0px 30px;
    }

    #L_SITE_LOGO.sub_page a {
        width: 230px;
    }

    #header h1 a > img {
        width: 180px;
    }

    .navigation > li {
        width: 130px;
    }

    .navigation .sub-menu {
        width: 130px;
    }

    #nav {
        width: calc(100% - 230px);
        transform: translateX(200px);
    }

    .login-menu li {
        margin-right: 1em;
    }

    .login-menu li:before {
        right: -9px;
    }

    .login-menu li a {
        font-size: .875em;
    }
}

@media only screen and (max-width: 1200px) {
    #header {
        z-index: 666;
        width: 100%;
        height: 65px;
        padding: 0px;
    }

    #header > div {
        padding: 0;
    }

    #header h1 {
        float: left;
        left: 20px;
        height: 65px;
    }

    #header h1 a {
        display: block;
    }

    #header h1 img {
        width: auto;
        vertical-align: baseline
    }

    .login-bar {
        float: none;
        padding: 10px 0 0 30px;
    }

    .login-bar li {
        border: 1px solid #ffffff;
    }

    .login-bar li:first-child {
        border: 1px solid #fff;
    }

    .login-bar li a {
        padding: 0 30px 0 0;
        color: #333;
    }

    .login-bar .material-icons {
        color: #333;
    }

    .login-bar .lang_list dd a {
        color: #333;
        background: #fff;
    }

    .nav-btn {
        right: 20px;
        top: 27px;
    }

    .nav-bg {
        z-index: 777;
        display: none;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }

    #nav {
        z-index: 888;
        position: fixed;
        right: -100%;
        display: block;
        padding: 65px 0 20px;
        width: 70%;
        height: 100%;
        background: #fff;
        transform: none;
    }

    .navigation > li {
        width: 100%;
    }

    .navigation .sub-menu {
        width: 100%;
    }

    .navigation .main-menu {
        display: block;
        padding: 0 30px;
        width: 100%;
        line-height: 45px;
        font-weight: 400;
        font-size: 18px;
        color: #000;

        transition: none;
    }

    .navigation > li a:hover {
        color: #ffc90f;
    }

    .navigation li.active .main-menu {
        background: #00ada9;
        color: #fff;
    }

    .navigation .sub-menu {
        display: none;
        padding: 10px 0;
        background: #f1f1f1;
    }

    .navigation .sub-menu a {
        display: block;
        padding: 0 30px;
        line-height: 38px;
        font-size: 16px;
        color: #555;
    }

    .navigation .sub-menu a:before {
        content: "";
        display: inline-block;
        margin: 0 5px 0 0;
        width: 4px;
        height: 1px;
        vertical-align: middle;
        background: #888;
    }

    .navigation .sub-menu a:hover {
        color: #ffc90f;
    }

    .navigation .sub-menu a:hover:before {
        background: #ffc90f;
    }
}

@media only screen and (max-width: 768px) {
    #header h1 a > img {
        width: 140px;
    }
}

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.btn {
    text-transform: uppercase;
    border-radius: 0;
    line-height: 24px;
}

.btn:focus,
.btn:active {
    outline: none;
    color: #fff;
}

.btn-custom {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    background-color: #509591;
    border-color: #509591;
    color: #fff;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #447774;
    border-color: #447774;
    color: #fff;
}

.btn-custom-outline {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    background-color: transparent;
    border-color: #fff;
}

.btn-custom-outline:hover,
.btn-custom-outline:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .5);
}

.btn-bar a {
    margin-right: 10px;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
    height: 38px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #333;
}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
    width: 100%;
    background-color: #222;
}

.footer-area {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.footer-content {
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1200px;
    width: 100%;
}

.footer-menu li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.footer-menu li:first-child {
    margin-left: 0;
}

.footer-menu li a {
    opacity: .25;
    font-size: 16px;
    color: #fff;
}

.footer-menu li:nth-child(2) a {
    opacity: 1;
    color: #ffc90f;
    font-weight: 500;
}

.footer-info {
    position: relative;
    padding: 45px 0;
}

.footer-info {
    line-height: 20px;
}

.footer-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

.footer-info div._in {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.footer-info li {
    opacity: .25;
    font-size: 15px;
    padding-top: 10px;
    color: #fff;
}

.footer-info li:first-child {
    padding-top: 0;
}

.footer-info li:nth-child(4) {
    padding-top: 20px;
	display:block;
}

.footer-info span {
    color: #666;
    margin: 0 3px;
}

.footer-info .footer-logo {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #ddd;
    font-weight: 400;
}

.footer-info .footer-logo:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width:1200px) {
    .footer-area {
        width: 100%;
    }

    .footer-content {
        padding: 30px 20px;
    }

    .footer-info {
        padding: 45px 20px;
    }

    .footer-info .footer-logo {
        font-size: 20px;
    }
}

@media only screen and (max-width:767px) {
    .footer-info .footer-logo {
        position: relative;
        top: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-content {
        padding: 10px 20px;
    }

    .footer-menu li a {
        font-size: 10px;
    }

}
@media only screen and (min-width:501px) {
	.f_mobile{display:none;}
}

@media only screen and (max-width:500px) {
    .footer-menu li {
        margin-left: 5px;
    }

    .footer-info li {
        font-size: 12px; 
        display: initial;
    }

    .footer-info span {
        margin: 0;
    }

    .footer-info .footer-logo {
        font-size: 18px;
    }
	.footer-menu li a{ font-size: 12px;}
	
	.footer-info li:nth-child(4) {padding-top: 10px;}
}




/* Main Board (메인 게시판)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 980px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 500px) {}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#mainContainer {z-index: 555;}

.main_section_title {color: #333; font-weight: 500; text-align: center; margin-bottom: 50px;letter-spacing: -0.02em; word-break: keep-all;}
.main_section_title p {font-size: 24px; color: #333; font-weight: 300; line-height: 1.3; word-break: keep-all; margin-top: 15px;}
.main_section_title strong {position: relative; font-weight: 600; font-size: 56px; line-height: 1;}
.main_section_title strong:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ffc90f;
    border-radius: 100%;
    transform: translate(-10px, 2px);
}

.main_section_title span {display: block; margin-top: 30px; font-size:24px;line-height: 1.4;}

.btn-area { margin-top: 70px;text-align: center;}
.btn-area a {display: block; margin: 0 auto; width: 215px; height: 52px; color: #0065aa; text-align: center; line-height: 52px; font-size: 18px; border: 1px solid #0065aa; background: #fff;}
.btn-area a:hover {color: #fff; background: #ffc90f; border: 1px solid #0478d1;}

@media only screen and (max-width: 980px) {
    .main_section_title {margin-bottom:20px;}
    .main_section_title p {font-size: 17px;margin-top: 5px;}
    .main_section_title strong { font-size: 42px;}
    .main_section_title span {margin-top: 20px; font-size: 18px;}
}

@media only screen and (max-width: 500px) {
	.main_section_title {text-align:center;}
    .main_section_title p {font-size: 16px;margin-top: 5px;}
    .main_section_title strong { font-size:30px;}
    .main_section_title span {margin-top: 10px; font-size: 16px;}

    .btn-area {margin-top: 20px;}
    .btn-area a {width: 160px; height: 40px; line-height: 40px; font-size: 14px;}
}

