@charset "utf-8";

/* Font */
@import url(font.css);

@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 
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

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, p { font-family:"NotoSansKR"; font-size:16px; line-height:1.8 ; font-weight:normal; color: #666; }

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.2px;
}

: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;
}

.btn_arr { display:block; font-weight:700; color:#000 !important; width:150px;  padding:20px 0; background:url(/images/mtl01r-20-0043/common/btn_arr.png) right center no-repeat; }

.mobile { display:none; }

.p_color { color:#0058A2; }

.btn_link { display:inline-block; padding:7px 20px; background:#0058A2; color:#fff !important; border-radius:15px; }
.btn_link:hover { box-shadow:3px 3px 5px rgba(0,0,0,0.15); background:#F39200; }


.hidden {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
	body,th,td,input,select,textarea,button, p { font-size:14px; }

	.mobile { display:block; }	
	.pc { display:none; }
}

@media only screen and (min-width: 320px) {
    body {
        overflow-x: 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: #0058A2;
}

.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
    position: relative;
    width: 100%;
    min-width: 340px;
    height: 100%;
}

    .login-bar {
        padding: 21px 0;
        text-align: center;
        z-index: 999;
        position: relative;
    }
    .login-bar li {
        display: inline-block;
        position: relative;
        margin-left: 10px;
        border-left: 1px solid #ddd;
        height: 23px;
        border: 1px solid #525353;
        border-radius: 11px;
        margin-bottom: 10px;
    }
    .login-bar li a {
        font-size: 12px;
        line-height: 23px;
        padding: 0 14px;
        color: #525353;
        font-weight: 500;
    }
    .login-bar .material-icons {
        display: block;
        position: absolute;
        right: 6px;
        top: 2px;
        font-size: 18px;
        color: #fff;
    }
    .login-bar li:first-child {
        padding-right: 12px;
        background-color: #0b7c02;
        border: 1px solid #1c9e75;
    }
    .login-bar li:first-child a {
        display: block;
        width: 55px;
        color: #fff;
    }
    .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;
        background-color: #000;
        width: 71px;
        left: -3px;
        border-radius: 10px;
        padding: 5px 0;
        top: -1px;
    }
    .login-bar .lang_list dd a {
        color: #fff;
        font-weight: 400;
        position: relative;
        line-height: 26px;
    }
    .login-bar .lang_list dd a i {
        color: #fff !important;
        right: -8px !important;
        top: 5px !important;
    }


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1201px) {
    #header {
        z-index: 999;
        width: 100%;
    	position: fixed;
		transition:all 0.5s;
		border-bottom:1px solid rgba(255,255,255,0.15);
		/*background:#fff; */
    }

    #header:after {
		display:block;
		content:"";
		clear:both;
	}
	#header.scroll_on {background: #fff; transition:all 0.5s; border-bottom:1px solid #eaeaea;}
	#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: 1400px;
        height: 100px;
		text-align: center;
    }
	#L_SITE_LOGO {float: left;}
    #header h1 {
        float: left;
		padding-top:30px;
		position: absolute;
    }
    #header h1 a {
        display: block;
		display: block;
		width: 211px;
		height: 55px;
		background: url(/images/mtl01r-20-0043/common/logo.png) no-repeat;
    }
    #header h1 a > img {
        vertical-align: baseline;
    } 
	.gnb {
		float: right;
    	right: 0;
        top: 31px;
        position: absolute;
	}
	.all_menu {
        display: inline-block;
        width: 17px;
        height: 17px;
	}
	.all_menu > span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #1e1e1e;
        float: left;
	}

	.all_menu > span:first-child {margin:0px 1px 1px 0px; }
	.all_menu > span:nth-child(3) {margin:0px 1px 0px 0px;}
	
	.lang_select { padding:7px 10px; border-radius:15px; font-size:14px; float: right; position: absolute; right: 10px; top: 35px; background:#0058A2; }
	.lang_select > li { display:inline-block; padding:0 5px; }
	.lang_select > li a {color:rgba(255,255,255,0.5);  line-height: 1;}
	.lang_select > li a.active {color:#fff;}

	.nav-btn {
        z-index: 999;
        position: absolute;
        top: 20px;
        right: 32px;
        width: 35px;
        height: 29px;
        cursor: pointer;
		display: none;
    }
    .nav-btn span {
        position: absolute;
        left: 50%;
        display: inline-block;
        margin-left: -17.5px;
        width: 35px;
        height: 3px;
        background: #0b7c02;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .nav-btn span:nth-child(1) {
        top: 0;
    }
    .nav-btn span:nth-child(2) {
        top: 10px;
    }
    .nav-btn span:nth-child(3) {
        top: 21px;
    }
    .nav-btn.nav-close span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }
    .nav-btn.nav-close span:nth-child(2) {
        margin-left: 0;
        width: 0;
    }
    .nav-btn.nav-close span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }
    .all-btn {
        z-index: 999;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 75px;
        height: 65px;
        background: #0b7c02;
        cursor: pointer;
    }
    .all-btn span {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #fff;
        transition: .2s all linear;
    }
    .all-btn span:nth-child(1) {
        top: 20px;
    }
    .all-btn span:nth-child(2) {
        top: 30px;
    }
    .all-btn span:nth-child(3) {
        top: 40px;
    }
    .all-btn.all-close span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }
    .all-btn.all-close span:nth-child(2) {
        margin-left: 0;
        width: 0;
    }
    .all-btn.all-close span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }
    .nav-bg {
        z-index:-1;
        display: none;
        position: absolute;
        top: 0px;
        left: -500%;
        width: 1000%;
        height: 350px;
        background: #fff;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    }
    .nav-bg.eng {
        height: 390px;
    }
    #nav {
		display:inline-block;
		vertical-align: top;
		z-index: 999;
    }
    .navigation {margin:0 0 0 65px;}     
    .navigation:after {
        content: "";
        display: block;
        clear: both;
    }
    .navigation > li {
        position: relative;
        float: left;
        width: 160px;
        text-align: center;
    }
	
	.navigation > li:nth-child(3) {width: 120px;}
    .navigation > li:nth-child(3) .sub-menu {width: 120px;}

    .navigation .main-menu {
        display: block;
        width: 100%;
        font-weight: 500;
        font-size: 20px;
        color: #000;
       line-height: 100px;
	   text-transform: uppercase;
    }
	.navigation > li:hover:before {
		content:''; 
   		display:block;
        width:100%;
        height:2px; 
        background:#0058A2;
		position: absolute;
    	bottom: 0;
	}
    .navigation .sub-menu {
        display: none;
        z-index: 999;
        position: absolute;
        top: 100px;
        left: 0;
        padding: 20px 0;
        width: 160px;
        height: 250px;
    }
    .navigation .sub-menu li {
        padding-bottom:15px;
    }
    .navigation .sub-menu a {
        display: block;
        text-align: center;
        line-height: 20px;
        letter-spacing: -1px;
        font-size: 16px;
        color: #666;
    }

	.navigation .sub-menu img { margin-left:5px; vertical-align:baseline; }

    .navigation .sub-menu .intro-menu {
        display: none;
    }
    .navigation .sub-menu a:hover {
		color:#0058A2;
    }
	
/* 서브상단메뉴 */
	#L_SITE_LOGO.sub_page a { display: inline-block; background: url('/images/mtl01r-20-0043/common/logo_w.png') no-repeat center center/contain; width: 211px; height:40px;}
	#L_SITE_LOGO.sub_page a > img {display:none; }
	.navigation.sub_page .main-menu {color: #fff;}
	.all_menu.sub_page > span {background: #fff;}
	/*.lang_select.sub_page > li {border-right: 1px solid #fff;}
	.lang_select.sub_page > li:last-child {border-right:none;}
	.lang_select.sub_page > li a.active {color: #fff;}*/

}

@media only screen and (max-width: 1620px) {
    .navigation > li {width: 140px;}
    .navigation .sub-menu {width: 140px;}

   /*  .navigation > li:nth-child(3) {width: 100px;}
    .navigation > li:nth-child(3) .sub-menu {width: 100px;}
    
    .navigation > li:nth-child(2), .navigation > li:last-child {width: 200px;}
    .navigation > li:nth-child(2) .sub-menu, .navigation > li:last-child .sub-menu {width: 200px;} */
}

@media only screen and (max-width: 1520px) {
    #header { padding: 0px 30px;}
    #L_SITE_LOGO.sub_page a {width:230px;}
    #header h1 a > img {
		width:230px;
		display: none;
	}
}
@media only screen and (max-width: 1300px) {
    .navigation {margin:0 0px 0 65px}  
    .lang_select > li {padding-right:8px; margin-left:8px;}
}

@media only screen and (max-width: 1200px) {
    #header {
        z-index: 666;
        width: 100%;
        height: 65px;
        background: #fff;
	    position: fixed;
		padding: 0px;
		border-bottom:1px solid #eaeaea;
    }
    #header > div {
        padding: 0;
    }
    #header h1 {
        float: left;
        padding: 13px 20px;
        height: 65px;
    }
    #header h1 a {
        display: block;
	    height: 35px;
		width: 225px;
		background: url(/images/mtl01r-20-0043/common/logo.png) no-repeat;
    }
    #header h1 img {
        width: auto;
        max-height: 45px;
        vertical-align: baseline
    }
    .login-bar {
        float: none;
		padding-top: 10px;
    }
    .login-bar li {
        border: 1px solid #ffffff;
	    margin-left: 28px;
    }
	.login-bar li:first-child {
		border: 1px solid #fff;
	}
    .login-bar li a {
        color: #fff;
    }
    .login-bar .material-icons {
        color: #fff;
    }
    .nav-btn {
        z-index: 999;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 23px;
        cursor: pointer;
    }
    .nav-btn span {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #0058A2;
        transition: .2s all linear;
    }
    .nav-btn span:nth-child(1) {
        top: 0;
    }
    .nav-btn span:nth-child(2) {
        top: 10px;
    }
    .nav-btn span:nth-child(3) {
        top: 20px;
    }
    .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) {
        margin-left: 0;
        width: 0;
    }
    .nav-btn.nav-close span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }
    .nav-bg {
        z-index: 777;
        display: none;
        position: fixed;
        top: 0;
        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;
    }
	.navigation {margin:auto;} 
	.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.active .main-menu {
        background: #0058A2;
        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: #0058A2;
    }
    .navigation .sub-menu a:hover:before {
        background: #0058A2;
    }
	.lang_select { font-size:14px; display:inline-block; padding-left:20px; margin-top: 30px; }
    .lang_select > li {float:left;line-height: 1; padding-right:12px; margin-left:12px; border-right:1px solid #b6b6b6; margin-bottom:10px;}
    .lang_select > li:last-child {padding-right:0px; border-right:none;}
    .lang_select > li a {color:#b6b6b6; line-height: 1;}
    .lang_select > li a.active {color:#0058A2;}
}

@media only screen and (max-width: 768px) {
    #header h1 {
        padding: 15px 10px;
    }
    .nav-btn {
        right: 20px;
    }
    #header h1 a > img {
        width: 200px;
    }
}


/* 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 {
    padding: 35px 0px;
    width: 100%;
    background: #0E2050;
    color: #999;
}

.footer-area {width:1200px; margin:0 auto;}
.footer-area dl { display:table; width:100%; }
.footer-area dl > dt { display:table-cell; width:230px; }
.footer-area dl > dt > img { height:35px; }
.footer-area dl > dd { display:table-cell; color:#fff; }
.footer-area dd > ul { margin-bottom:20px; display:flex; flex-wrap:wrap; }
.footer-area dd > ul > li { margin-right:20px; }
.footer-area dd > ul > li > a { font-weight:500; }
.footer-area dd p { font-size:14px; font-weight:300; color:rgba(255,255,255,0.5); }
.footer-area dd p.copy { padding-top:15px; font-size:12px; } 



@media only screen and (max-width: 1200px) {
    #footer { padding: 30px 20px 35px 20px; }
	.footer-area {width:100%; }
}

@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
	.footer-area dl > dt { margin-bottom:10px; display:block;  width:100%; }
	.footer-area dl > dt > img { height:25px; }
	.footer-area dl > dd { display:block; }
	.footer-area dd > ul > li > a { font-size:14px; }
	.footer-area dd p { font-size:13px; }
}

@media only screen and (max-width: 400px) {
    #footer {	  padding: 30px 10px 35px 10px; }
	.footer-area dd > ul { margin-bottom:10px; }
	.footer-area dd > ul > li { margin-right:10px; }
	.footer-area dd > ul > li > a { font-size:13px; }
	.footer-area dd p { font-size:12px; }
	.footer-area dd p.copy { padding-top:10px; font-size:11px; } 
}



/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.main-visual { position:relative; }
	.carousel-inner > .item{height:980px;}
	.carousel-inner > .main-img01{background: url('/images/mtl01r-20-0043/main/main_visual02.jpg') no-repeat 70% center/cover;}
	.carousel-inner > .main-img02{background: url('/images/mtl01r-20-0043/main/main_visual01.jpg') no-repeat 70% center/cover;}
	.carousel-inner > .main-img03{background: url('/images/mtl01r-20-0043/main/main_visual03.jpg') no-repeat 70% center/cover;}

	.main-visual .carousel-caption{z-index:50; top:40%; left:0; right:0; bottom:auto; -webkit-transform:translateY(-0%);- ms-transform:translateY(-0%); transform:translateY(-0%); margin:auto; width:100%; text-shadow:none; color:#fff;  }
	.main-visual .carousel-caption:after { content:""; display:block; clear:both; }
	
	.main-visual .carousel-caption p { white-space:pre-line; font-size:18px; line-height:1.2; color:#fff; font-weight:300; text-align:center; word-break:keep-all; }
	.main-visual .carousel-caption p.main-copy { margin-bottom:20px; font-size:48px; font-weight:600; }

	.main-visual .carousel-control{  z-index:100; background:none; text-shadow:none; width:10%; text-indent:-9999em; overflow:hidden;}
	.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control:hover{opacity:1;}
	.main-visual .carousel-control.left{background:url('/images/mtl01r-20-0043/main/visual_btn_prev.png') no-repeat center center;}
	.main-visual .carousel-control.right{background:url('/images/mtl01r-20-0043/main/visual_btn_next.png') no-repeat center center;}

	.main-visual .carousel-indicators { z-index:100; display:block; bottom:150px; }
	.main-visual .carousel-indicators li{ margin:0 3px; width:16px; height:16px; box-sizing:border-box; vertical-align:middle; border-radius:50%; background:rgba(255,255,255,0.3); border:none; }
	.main-visual .carousel-indicators .active{width:16px; height:16px; box-sizing:border-box; background:#fff; }

	@keyframes mymove {
	  50% {background-size:auto 105%;}
	}


	@media only screen and (max-width: 1200px){
		.main-visual .carousel-caption { padding:0 40px; }

		.main-visual .carousel-caption p {font-size:17px; }
		.main-visual .carousel-caption p.main-copy { font-size:42px; }
	}

	@media screen and (max-width:980px){
		.main-visual .carousel-control { display:none; }
		.carousel-inner > .item{height:600px;}

		.main-visual .carousel-indicators { bottom:50px; }

		.main-visual .carousel-caption p.main-copy { font-size:36px; }
	}

	@media screen and (max-width:768px){
		.main-visual  { padding-top:60px; }
		.carousel-inner > .item{height:450px;}

		.main-visual .carousel-caption { top:15%; }

		.main-visual .carousel-caption p {font-size:15px; white-space:normal; }
		.main-visual .carousel-caption p.main-copy { margin-bottom:20px; font-size:24px; }

	}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#mainContainer {
    z-index: 555;
}

#mainContainer > section { padding:100px 0; }
#mainContainer > section > div { margin:0 auto; width:1200px; }
#mainContainer .main_tit{ font-family: 'Lexend', sans-serif !important; font-weight:400; font-size:72px; margin-bottom:80px; font-weight:700; color:#0058A2; text-transform:uppercase; }
#mainContainer p { white-space:pre-line; word-break:keep-all; }

.section01 { margin-top:100px; padding:0 !important; position:relative; height:750px; background:url(/images/mtl01r-20-0043/main/com_img.png) right top no-repeat; }
.section01:before { z-index:-1; content:""; position:absolute; left:0; bottom:0; width:100%; height:350px; background:#f8f8f8; }
.section01 .com_area { width:535px; }
.section01 .com_area p { margin-bottom:20px; white-space:normal !important; }
.section01 .com_area p:last-child { margin-bottom:0; }

#mainContainer .section02 .main_tit { color:#fff; }
#mainContainer .section02 p { color:#fff; }
.section02 { position:relative; background:url(/images/mtl01r-20-0043/main/sec02_bg.jpg) center center/cover no-repeat; }
.section02 > div { text-align:center; }
.section02 .products > ul { margin:0 auto; display:flex; flex-wrap:wrap; justify-content: space-around;}
.section02 .products > ul > li { width:30%; }
.section02 .products dd { padding-top:20px; }
.section02 .products p.tit { margin-bottom:20px; font-size:24px; font-weight:500; }

.section03 { position:relative; background:url(/images/mtl01r-20-0043/main/sec03_bg.jpg) center center/cover no-repeat; }
.section03 > div { display:flex; flex-wrap:wrap; justify-content:space-between; }
.section03 > div > dl { width:32%; }
.section03 > div > dl > dt { padding-bottom:20px; font-size:24px; font-weight:700; color:#000; border-bottom:1px solid #000; }
.section03 > div > dl > dd { padding-top:20px; }
.section03 dl dl { display:table; width:100%; }
.section03 dl dl > dt { display:table-cell; width:100px; vertical-align:top; }
.section03 dl dl > dd { display:table-cell; padding-left:20px; vertical-align:top; }
.section03 dl dl > dd span { font-family: 'Lexend', sans-serif !important; font-size:14px; line-height:1; color:#666; }
.section03 dl dl > dd p {  font-family: 'Lexend', sans-serif !important; font-size:24px; line-height:1; font-weight:700; color:#0058A2;  }
.section03 dl dl > dd ul li { margin-bottom:20px; }
.section03 dl dl > dd ul li:last-child { margin-bottom:0; }
.section03 .career { display:flex; flex-wrap:wrap; justify-content:space-between; } 
.section03 .career li { display:table; width:32%; height:105px; background:#fff; border:2px solid #0058A2; border-radius:10px; }
.section03 .career li > p { padding:20px; display:table-cell; text-align:center; vertical-align:middle; word-break:break-all !important; }



@media only screen and (max-width: 1200px) { 					  
	#mainContainer > section > div { padding:0 40px; width:100%; }
	#mainContainer .main_tit{ margin-bottom:40px; font-size:52px; }

	.section01 { height:550px; background-size:50% auto; }
	.section01:before { height:150px; }
	.section01 .com_area { width:50%; }

	.section02 .products p.tit { margin-bottom:10px;  font-size:20px; }
	.section02 .products dt img { height:80px; }

	.section03 > div > dl > dt { font-size:20px; }
	.section03 dl dl > dt { width:80px; }
	
}

@media only screen and (max-width: 980px) {
	.section01 { height:450px; background-size:50% auto; }
	.section01:before { height:100px; }
}


@media only screen and (max-width: 480px) {
	#mainContainer > section { padding:20px 0; }
	#mainContainer > section > div { padding:0 20px; }
	#mainContainer .main_tit{ margin-bottom:30px; font-size:36px; }
	#mainContainer p { white-space:normal; }

	.section01 { margin-top:20px; }

	.section01 {  padding:20px 0 40px !important; height:auto; background:none;  }
	.section01:before { height:100px; }
	.section01 .com_area { width:100%; }
	.section01 .com_area h2 img { height:36px; }

	.section02 .products > ul { display:block; }
	.section02 .products > ul > li { width:100%; }
	.section02 .products dl { margin-bottom:20px; display:table; width:100%; }
	.section02 .products dt { display:table-cell; width:80px; vertical-align:middle;  }
	.section02 .products dd { padding-top:0; padding-left:20px; display:table-cell; vertical-align:middle; text-align:left; }
	.section02 .products p {  font-size:14px; line-height:1.5 !important; }
	.section02 .products p.tit { margin-bottom:5px; font-size:17px; }

	.section03 > div { display:block; }
	.section03 > div > dl { margin-bottom:30px; width:100%; }
	.section03 > div > dl > dt { padding-bottom:10px; font-size:18px; }
	.section03 > div > dl > dd { padding-top:10px; }
	.section03 dl dl > dt { width:60px; }
	.section03 dl dl > dd ul { display:flex; flex-wrap:wrap; }
	.section03 dl dl > dd ul li { width:50%; }
}

@media only screen and (max-width: 400px) {
	.section03 dl dl > dt { width:80px; vertical-align:middle; }
	.section03 dl dl > dd ul { display:block; }
	.section03 dl dl > dd ul li { width:100%; } 	
}

@media only screen and (max-width: 320px) {
}

/* 팝업창 
---------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
	.layer-event-popup { width:calc(100% - 40px) !important; height:400px !important; left:20px !important; top:20px !important; }	
	.layer-event-popup > div { width:100% !important; }
	.layer-event-popup > div:after {
		content: "";
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		z-index:-1;
		background-color: rgba(0,0,0,0.5);
	}
}