@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');
@import url(font.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 {font-size:16px; color: #666; 	font-weight:400; }
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.5;
    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;}

iframe {
    border: none;
    max-width: 100%;
}

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

.mobile { display:none; }

.p_color { color:#262a6a !important; }

.print_area { display:none; }

.f_bluesky { color:#336699 !important; }
.f_orange { color:#b33a11 !important; }


@media only screen and (min-width: 320px) {
    body { overflow-x: hidden; }
}
 
@media only screen and (max-width: 768px) {
	body, th,td,input,select,textarea,button { font-size:15px; }

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

@media print {
	@page {
	  size:210mm 297mm; /*A4*/
	  margin:0mm;
	 }
}


@media print and (color) {
	*{-webkit-print-color-adjust:exact;print-color-adjust:exact;}
   *{margin:0;padding:0;box-sizing:border-box;}
	 body{-webkit-text-size-adjust:100%}
	body {font: 9pt/1.5; background:white; }
	a[href]::after { content: none !important; }
	.print_area { display:block; }
}


/* 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-image: url(/images/mtl01r-21-0049/common/preload.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: #0c4da2;
}

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


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#popwin { position:relative; width:100%; height:150px; background:#0f1e48; transition:all 0.5s;}
#popwin > div { margin:0 auto; width:1280px; }
#popwin.scroll_on {  top:-150px; }

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

@media only screen and (max-width: 1280px) {
	#popwin > div { width:100%; overflow-x:hidden; } 
}

@media only screen and (max-width: 768px) {
	#popwin { display:none; height:auto; } 
}

/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.nav-btn {
        z-index: 999;
        display: block;
        position: absolute;
        top: 25px;
        right: 0px;
        width: 30px;
        height: 23px;
        cursor: pointer;
    }
    .nav-btn span {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #0c4da2;
        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);
    }

	#header .top_gnb { position:absolute; left:0; top:0; width:100%; height:40px; /*background:rgba(0,0,0,0.5);*/ background:#0c347c; }
	#header .top_gnb > div:after { content:""; display:block; clear:both; }
	#header .top_gnb > div ul { display:flex; flex-wrap:wrap; }
	#header .top_gnb > div ul li { position:relative; font-size:13px; line-height:40px; }
	#header .top_gnb > div ul li img { margin-left:10px; vertical-align:baseline; }
	#header .top_gnb li a { color:#fff; }
	#header .top_gnb li a:hover { text-decoration:underline; }
	#header .top_gnb > div ul:nth-of-type(1) { float:left; }
	#header .top_gnb > div ul:nth-of-type(2) { float:right; }
	#header .top_gnb > div ul:nth-of-type(1) li { width:160px; text-align:center; border-left:1px solid rgba(255,255,255,0.25); }
	#header .top_gnb > div ul:nth-of-type(1) li:last-child { border-right:1px solid rgba(255,255,255,0.25); }
	#header .top_gnb > div ul:nth-of-type(2) li { padding:0 15px; }
	#header .top_gnb > div ul:nth-of-type(2) li.line:before { content:""; position:absolute; right:0; top:14px; width:1px; height:12px; background:rgba(255,255,255,0.5); } 

	#header .m_menu { position:absolute; left:0; bottom:0; width:100%; height:40px; line-height:40px; background:#f47321; }
	#header .m_menu > ul { display:flex; flex-wrap:wrap;  }
	#header .m_menu > ul > li { width:calc(100% / 3); text-align:center; border-right:1px solid rgba(255,255,255,0.25); }
	#header .m_menu > ul > li > a { display:block; width:100%; height:40px; line-height:40px; color:#fff; }
	#header .m_menu > ul > li > a:hover { text-decoration:underline; }
	

	#header .wrap { position:absolute; left:0; top:40px; width:100%; height:80px; }

	#header.scroll_on { top:0; }
	#header.scroll_on .top_gnb { top:0; opacity:0; }
	#header.scroll_on .wrap { top:0; }

	#L_SITE_LOGO {float: left;}
	
	#header h1 {
        float: left;
		margin:20px 0 0;
		text-indent:-50000px;
		width:122px;
		height:38px;
		
    }

	#header h1 a{display:block; width:100%; height:100%; background:url(/images/mtl01r-21-0049/common/logo.png) left top no-repeat; background-size:auto 100%; font-size:0; line-height:0; text-indent:-9999em; }
	
	
@media only screen and (min-width: 1281px) {
	#header .m_menu { display:none; }
	.nav-btn{display:none;}
    #header {
        z-index: 999;
        width: 100%;
    	position:fixed;
		transition:all 0.5s;
    }
    #header:after {
		display:block;
		content:"";
		clear:both;
	}
	
	#header.scroll_on .wrap, #header.on_bg .wrap {background: #fff; transition:all 0.5s; border-bottom:1px solid #eaeaea;}
    
	#header .top_gnb > div { margin:0 auto; width:1280px; }
	#header .wrap > div {
        position: relative;
        margin: 0 auto;
        width: 1280px;
       
		text-align: center;
    }
	
	
	#header.scroll_on h1 a, #header.on_bg h1 a{ background:url(/images/mtl01r-21-0049/common/logo_on.png) left top no-repeat; background-size:auto 100%; }

    .nav-bg {
        z-index:-1;
        display: none;
        position: absolute;
        top: 80px;
        left: -500%;
        width: 1000%;
        height: 260px;
        background: #f8f8f8;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    }
    #nav {
		display:inline-block;
		vertical-align: top;
		z-index: 999;
		float:right;
    }
	.navigation{float:left;}
    .navigation:after {
        content: "";
        display: block;
        clear: both;
    }
    .navigation > li {
        /*position: relative;*/
        float: left;
        width: 150px;
        text-align: center;
    }
    
	.navigation .main-menu {
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
		/*text-shadow:3px 3px 5px rgba(0,0,0,0.5);*/
		line-height: 80px;
    }

	#header.scroll_on .navigation .main-menu, #header.on_bg .navigation .main-menu { color:#121212;  text-shadow:none;}

    .navigation .sub-menu {
        display: none;
       	opacity:0;
		z-index: 999;
        position: absolute;
        top: 80px;
        left: 0;
        padding: 20px 0;
        width: 100%;
        height: 260px;
		text-align:left;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
    }

	 .navigation .sub-menu:after { content:""; display:block; clear:both; }
	 .navigation .sub-menu > div.img_area { float:left; width:330px; text-align:center; }
	 .navigation .sub-menu > div.img_area .menu_title { margin-bottom:20px; font-size:24px; font-weight:700; color:#262a6a; } 
	 .navigation .sub-menu > div.img_area p { margin-bottom:20px; }
	 .navigation .sub-menu > div.img_area p:last-child { margin-bottom:0; }
	 .navigation .sub-menu > ul { display:flex; flex-wrap:wrap; float:right; width:calc(100% - 380px); }
	 .navigation .sub-menu > ul > li { float:left; width:22.75%; margin-bottom:3%; margin-right:3%; }
	 .navigation .sub-menu > ul > li:nth-of-type(4n) { margin-right:0; } 
	 .navigation .sub-menu > ul > li > a { position:relative; display:block; padding:5px 15px; font-weight:500; border:1px solid #dadada; background:#fff; }
	 .navigation .sub-menu > ul > li > a:after { content: ''; position: absolute; right: 0px; top:50%; width: 22px; height: 22px; margin-top: -12px; background: url('/images/mtl01r-21-0049/common/m_gnb_arr.png') center/6px no-repeat; }
	 .navigation .sub-menu > ul > li > a:hover:after { background: url('/images/mtl01r-21-0049/common/m_gnb_arr_on.png') center/6px no-repeat; }


   /* .navigation .sub-menu a {
        display: block;
        font-size: 16px;
        color: #666;
		box-sizing:border-box;
		vertical-align:middle;
		line-height:40px;
		height:36px;
    }
    .navigation .sub-menu .intro-menu {
        display: none;
    }
    .navigation .sub-menu a:hover {
		color:#fff;
    }*/
	
	.navigation > li:hover .main-menu{color:#0c4da2; text-shadow:none; }
	#header.scroll_on .navigation > li:hover .main-menu, #header.on_bg .navigation > li:hover .main-menu { color:#0c4da2; }
	.navigation > li:hover .sub-menu{ display:block; opacity:1; }
	/*.navigation > li:hover .sub-menu a {color:#666;}
	.navigation > li:hover .sub-menu a:hover {background:#000; color:#fff;}*/

	.navigation > li:hover .sub-menu a:hover { color:#0c4da2; }

	.navigation .ss-menu { margin:15px 0 0 15px;}
	.navigation .ss-menu li { position:relative; margin-bottom:5px; padding-left:15px; }
	.navigation .ss-menu li a:hover { text-decoration:underline; }
	.navigation .ss-menu li:before { content:""; position:absolute; left:0; top:7px; width:5px; height:5px; background:#dadada; border-radius:50%; }
	
}

/*
@media only screen and (max-width: 1520px) {
#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;}	
}
*/

@media only screen and (max-width: 1280px) {
    
	#header {
		position:relative;
        z-index: 999;
        width: 100%;
        /*height: 65px;*/
        background: #fff;
		padding: 0px;
		border-bottom:1px solid #eaeaea;
    }

	#header.scroll_on { position:fixed; }
    
	#header .wrap { background:#fff; top:35px; height:65px; }

    #header h1 {
        margin:10px 20px 0;
        height: 38px;
    }
    
	#header h1 a{ background:url(/images/mtl01r-21-0049/common/logo_on.png) left top no-repeat; background-size:auto 100%; }
	
    .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 {
        right: 20px;
		top:20px;
    }
    .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;
    }
	.navigation > li {width: 100%; border-bottom:1px solid #ddd;}
	.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:#0f79c5;}
    .navigation li.active .main-menu {
        background: #0c4da2;
        color: #fff;
    }
   
    .navigation .sub-menu > div.img_area { display:none; }	
	.navigation .sub-menu {
        display: none;
        padding: 10px 20px;
        
    }

	.navigation .sub-menu.none { display:none; }
    .navigation .sub-menu a {
        display: block;
        padding: 0 20px;
        line-height: 38px;
        font-size: 16px;
        color: #555;
    }

    .navigation .sub-menu a:hover {
        color: #0c4da2;
    }
    .navigation .sub-menu a:hover:before {
        background: #0c4da2;
    }
	 
	  .navigation .sub-menu > ul > li > .s-menu { position:relative; }
	  .navigation .sub-menu > ul > li > .s-menu:after { content: ''; position: absolute; right: 0px; top:50%; width: 22px; height: 22px; margin-top: -12px; background: url('/images/mtl01r-21-0049/common/m_gnb_arr.png') center/6px no-repeat; border: 1px solid #e1e1e1;}
	  .navigation .sub-menu > ul > li.active > .s-menu:after {background-image: url('/images/mtl01r-21-0049/common/m_gnb_arr_on.png'); border-color: #0c347c;}
	 .navigation .ss-menu	 { display:none; padding:10px 0; background: #f1f1f1; }
	 .navigation .ss-menu a {
        display: block;
        padding: 0 20px;
        line-height: 38px;
        font-size: 16px;
        color: #555;
    }
    .navigation .ss-menu a:before {
        content: "";
        display: inline-block;
        margin: 0 5px 0 0;
        width: 4px;
        height: 1px;
        vertical-align: middle;
        background: #888;
    }


	.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;}
    .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:#046ab4;} 
}

@media only screen and (max-width: 768px) {
	#header .top_gnb { height:35px;}
	#header .top_gnb > div ul li { line-height:35px; }
	#header .top_gnb > div ul li img { margin-left:5px; }
	#header .top_gnb > div ul:nth-of-type(1) li { padding:0 10px; width:auto; }
	#header .top_gnb > div ul:nth-of-type(1) li:first-child { border-left:none; }
	#header .top_gnb > div ul:nth-of-type(2) li { padding:0 10px; }
	#header .top_gnb > div ul:nth-of-type(2) li.line:before { top:12px; } 
}



/* rr (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer { clear:both; width: 100%; background:#fff; border-top:1px solid #dadada; }
#footer #foot_top {background: #aaaaaa;}
.foot_navi:after {content: ''; display: block; clear: both;}
.foot_navi li {position:relative; display:inline-block; padding-right:20px;}
.foot_navi li a {font-size: 16px; color: #666; font-weight: 300;}

.foot_navi li:last-child:after { display: none;}
#foot_area { width:1280px; margin: 0 auto; padding: 35px 0px 45px 0px;}
#foot_area:after {content: ''; display: block; clear: both;}
.foot_logo { float: left; width:200px; }
.foot_info {float: left; width:calc(100% - 370px); }
.foot_sns { float:right; width:170px; }
.foot_sns ul { display:flex; flex-wrap:wrap; justify-content:space-between; }
.address { margin-top:20px; }
.address p { font-size:14px;}
.address p.copy { font-size:12px; }


@media only screen and (max-width: 1280px) {
    #footer {min-height:auto;}    	
    #foot_area {width:100%; padding: 35px 20px 45px 20px;}
	.foot_navi li {padding-right: 15px;}
	.foot_navi {width:100%; }
	
}
@media only screen and (max-width:980px) {
	#footer #foot_top{text-align:center;}
	.foot_navi li a {font-size: 14px;}
	.address { margin-top:10px; }
	#foot_area {padding: 25px 15px 30px 15px;}
	.foot_logo { margin-bottom:10px; float:none; width:100%; text-align:center;}
	.foot_logo img{width:150px;}
	.foot_info {float:none; width:100%; }	
	.foot_sns { float:none; margin:10px auto 0; width:170px; }

	
}
@media only screen and (max-width:500px) {
   	.address { text-align:center; }
	.foot_navi { margin:0 auto; text-align:center; }
	.foot_navi li {padding-right:5px;}
}



/* 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: 46px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #333;
}

.btn_file_down { display:inline-block; padding:3px 20px; border-radius:30px; border:1px solid #dadada; background:#fff; }
.btn_file_down:focus, .btn_file_down:hover, .btn_file_down:active, .btn_file_down:visited { color:#121212; border:1px solid #121212; box-shadow:3px 3px 3px rgba(0,0,0,0.25); }

.btn-naver { margin-top:10px; padding:10px; width:calc(50% - 5px); background:#09c457; border:1px solid #17994e; color:#fff !important; }
.btn-naver:hover { background:#07a748; }
.btn-kakao { float:right; margin-top:10px; padding:10px; width:calc(50% - 5px); background:#ffe500; border:1px solid #b7b289;color:#3c1d1d !important;  }
.btn-kakao:hover { background:#ffcd00;}
.btn-naver img, .btn-kakao img { margin-right:10px; }

.btn_s { padding:5px; font-size:14px; border:1px solid #dadada; }

@media only screen and (max-width: 768px) {
	.form-control { height:38px; }
	.btn-naver { margin-top:5px; padding:7px;  }
	.btn-kakao { margin-top:5px; padding:7px; }
}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual {position: relative; overflow: hidden;}
.main-img01 { background: url('/images/mtl01r-21-0049/main/main_visual01.jpg') no-repeat bottom center/cover;}
.main-img02 { background: url('/images/mtl01r-21-0049/main/main_visual02.jpg') no-repeat bottom center/cover;}
.main-img03 { background: url('/images/mtl01r-21-0049/main/main_visual03.jpg') no-repeat bottom center/cover;}

.main-visual .owl-carousel .item .bg_video { position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; overflow:hidden;}
.main-visual .owl-carousel .item .bg_video video{width:100%; height:100%; object-fit:cover;}

.carousel-caption {position: absolute; width:100%; top:20%; text-align:center; z-index: 99;}
.carousel-caption .slogan { margin:0 auto;  padding-top:20px; width:620px; background:url(/images/mtl01r-21-0049/main/slogan_img.png) right top no-repeat;}
.carousel-caption .slogan p{font-size:36px; color:#fff; font-weight:100; line-height:1.4; letter-spacing:-0.03em;}
.carousel-caption .slogan p strong { font-weight:700; }
.carousel-caption .slogan .main-title{font-size:72px; }
.carousel-caption .slogan2 { margin:0 auto;  padding-top:20px; width:100%; }
.carousel-caption .slogan2 p{font-size:36px; color:#fff; font-weight:100; line-height:1.4; letter-spacing:-0.03em;}
.carousel-caption .slogan2 p strong { font-weight:700; }
.carousel-caption .slogan2 .main-title{font-size:48px; }
.carousel-caption .slogan2 .main-title span { font-size:36px; font-weight:100; }
.carousel-caption .slogan2 .main-title img { height:48px; }

/*.carousel-caption .visual_bn  { margin-top:50px; text-align:center; }
.carousel-caption .visual_bn ul { margin:0 auto; display:flex; flex-wrap:wrap; justify-content:center; }
.carousel-caption .visual_bn li { position:relative; margin-left:-30px; top:0; transition: all .4s; }
.carousel-caption .visual_bn li:nth-of-type(2n) { margin-top:60px; }
.carousel-caption .visual_bn li:hover { transform: translate(0, -20px); }*/

.carousel-caption .visual_bn  { margin-top:100px; text-align:center; }
.carousel-caption .visual_bn ul { margin:0 auto; display:flex; flex-wrap:wrap; justify-content:center; }
.carousel-caption .visual_bn li { position:relative; top:0; transition: all .4s; padding:0 20px; border-right:1px solid rgba(255,255,255,0.25); }
.carousel-caption .visual_bn li:last-child { border-right:none; }
.carousel-caption .visual_bn li:hover { transform: translate(0, -20px); }
.carousel-caption .visual_bn li p { color:#fff; }

#main_slide.owl-carousel { position:relative; height: 100vh; display: block;}
#main_slide.owl-carousel .owl-item .item {height: 100vh;}
#main_slide.owl-carousel .owl-item .main-img01 {}
#main_slide.owl-carousel .owl-item .main-img02 {}
#main_slide.owl-carousel .owl-dots { position: absolute; bottom:250px; right: 0px; width: 100%; height:25px; text-align: center;}
#main_slide.owl-carousel .owl-dots .owl-dot {background: none; border: none; display: inline-block;}
#main_slide.owl-carousel .owl-dots .owl-dot span {display:inline-block; width:45px; height:6px; border:1px solid #fff; margin:0px 5px;}
#main_slide.owl-carousel .owl-dots .owl-dot.active span {background:#fff;}

.pageing { position:absolute; width:100%; left:0; bottom:180px; text-align:center; }
.pageing label { display:inline-block; font-size:20px; line-height:37px; font-weight:100; color:rgba(255,255,255,0.5); }
.pageing label strong { font-size:30px; font-weight:500; color:#fff; }

.pageing div { margin-left:20px; display:inline-block; }
.pageing div > ul { display:flex; }
.pageing div > ul li { margin:0 5px; }

#main_slide.owl-carousel .owl-nav { display:none; }
#main_slide.owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    width: 94px;
    height: 30px;
    background: url('/images/mtl01r-21-0049/main/main_arrow01.png') no-repeat center center;
    text-indent: -9999px;
    position: absolute;
    top: 42%;
    left: 10%;
    z-index: 9999;
    border: none;
    cursor: pointer;
}

#main_slide.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 94px;
    height: 30px;
    background: url('/images/mtl01r-21-0049/main/main_arrow02.png') no-repeat center center;
    text-indent: -9999px;
    position: absolute;
    top: 42%;
    right: 10%;
    z-index: 9999;
    border: none;
    cursor: pointer;
}



@media only screen and (max-width: 1600px) {
	#main_slide.owl-carousel .owl-dots { bottom:150px; }
	.pageing { bottom:80px;}	
}

@media only screen and (max-width: 1200px) {
	#main_slide.owl-carousel .owl-nav .owl-prev {width:64px; height:21px; background-size:64px; top: 56%;}
	#main_slide.owl-carousel .owl-nav .owl-next {width:64px; height:21px; background-size:64px; top: 56%;}	
	#main_slide.owl-carousel {height: 680px;}
    #main_slide.owl-carousel .owl-item .item {height: 680px;}
}


@media only screen and (max-width: 980px) {
    .carousel-caption .slogan p{font-size: 40px;}
	.carousel-caption .slogan .main-title{font-size:60px;}	
	
	#main_slide.owl-carousel .owl-dots {display:block; bottom:50px}
	#main_slide.owl-carousel .owl-nav{display:none;}
}


@media only screen and (max-width:768px) {
	.main-visual .owl-carousel .item .bg_video {  display:flex; flex-wrap:wrap; width:100%; align-items: center; position: absolute;  top:0; background:#000;  }
	.main-visual .owl-carousel .item .bg_video video{  width:100%; height:auto; /*height:calc(100% - 65px);*/ }

	.carousel-caption .slogan { padding-top:30px; width:100%; background-size:auto 40px; background-position:right 30px top; }
	.carousel-caption .slogan p{font-size:20px;}
	.carousel-caption .slogan .main-title{font-size:40px;}	

	.carousel-caption .slogan2 { padding-top:30px;  }
	.carousel-caption .slogan2 p{font-size:20px;}
	.carousel-caption .slogan2 .main-title{font-size:36px; line-height:18px; }	
	.carousel-caption .slogan2 .main-title span { font-size:18px; }
	.carousel-caption .slogan2 .main-title img { height:36px; }

	/*.carousel-caption .visual_bn  { margin-top:30px; }
	.carousel-caption .visual_bn li { margin-left:0px; width:calc(100% / 3); }
	.carousel-caption .visual_bn li:nth-of-type(2n) { margin-top:0px; }
	.carousel-caption .visual_bn li img { width:180px; }*/

	.carousel-caption .visual_bn  { margin-top:30px; }
	.carousel-caption .visual_bn li { margin-bottom:20px; padding:0 10px; width:calc(100% / 3); }
	.carousel-caption .visual_bn li:nth-of-type(3n) { border-right:none; }
	.carousel-caption .visual_bn li img { height:55px; }

	/*#main_slide.owl-carousel {height:400px;}
    #main_slide.owl-carousel .owl-item .item {height:400px;}*/
	#main_slide.owl-carousel .owl-dots { display:none; bottom:40px}

	.pageing { bottom:40px; }
	
}



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

.btn_go { display:inline-block; padding:5px 25px; font-size:16px; font-weight:500; border-radius:50px; border:2px solid #121212; color:#121212; }
.btn_go:hover { background:#121212; color:#fff; box-shadow:3px 3px 3px rgba(0,0,0,0.25); }
.btn_go.white { color:#fff; border-color:#fff; }
.btn_go.white:hover { background:#fff; color:#121212; }
.btn_go.red { color:#cc0000; border-color:#cc0000; }
.btn_go.red:hover { background:#cc0000; color:#fff; }
.btn_go.blue { color:#262a6a; border-color:#262a6a; }
.btn_go.blue:hover { background:#262a6a; color:#fff; }
.btn_go.blue2 { background:#262a6a; color:#fff; }
.btn_go.blue2:hover { background:#0265af; color:#fff; border-color:#0265af; }
.btn_go.black2 { background:#121212; color:#fff; }
.btn_go.black2:hover { background:#121212; color:#fff; border-color:#121212; }

#navigation-menu{
	position: fixed;
	top:50%;
	left:20px;
	z-index: 9;
	text-shadow: none;
	width:100px;
}

#navigation-menu ul { position:relative; }
#navigation-menu ul:before{ content:""; z-index:10; position:absolute; left:21px; top:8px; width:1px; height:110px; background:#ccc;}

#navigation-menu li{
	height:28px;
	margin-bottom:5px;
}

#navigation-menu a{
	position:relative;
	z-index:1;
	display: block;
	width:100%;
	padding-left:46px;
	height:28px;
	line-height:28px;
	background:#262a6a;
	color:#fff;
	font-size:15px;
}

#navigation-menu a:before { content:""; position:absolute; left:15px; top:8px; width:12px; height:12px; border-radius:50%; background:#ccc; }

#navigation-menu a:hover, #navigation-menu a.mPS2id-highlight{
	background: #0c4da2;
}

#navigation-menu a:hover:before, #navigation-menu a.mPS2id-highlight:before { background:#fff; }

#content section{
	padding:100px 0 100px; 
	/*min-height: 980px;*/
	/*text-shadow: -1px -1px 0 rgba(0,0,0,0.65);*/
}

#content section > .content { margin:0 auto; width:1280px; display:flex; flex-wrap:wrap; justify-content:space-between; }
#content section > .content dl > dt { position:relative; height:60px; font-size:26px; font-weight:700; color:#121212; }
#content section > .content dl > dt > a.more { position:absolute; right:0; top:0; }

#content #section-1 { padding:0; }

#section-2 .m_banner { display:none; }
#section-2 .m_banner > div { padding:40px; width:32%; height:300px;  }
#section-2 .m_banner > div.m_bn1 { background:url(/images/mtl01r-21-0049/main/m_bn_01.jpg) right bottom/cover no-repeat; }
#section-2 .m_banner > div.m_bn2 { background:url(/images/mtl01r-21-0049/main/240325_m.png) #0c4da2 right bottom no-repeat; background-size:60%}
#section-2 .m_banner > div.m_bn3 { background:url(/images/mtl01r-21-0049/main/m_bn_03.jpg) center center/cover no-repeat; }
#section-2 .m_banner > div.m_bn4 { background:#fff; border:1px solid #dadada; } 
#section-2 .m_banner > div.m_bn5 { background:url(/images/mtl01r-21-0049/main/m_bn_05.jpg) right bottom/cover no-repeat; }
#section-2 .m_banner p { margin-bottom:20px; color:rgba(255,255,255,0.7) }
#section-2 .m_banner p.tit { font-size:26px; font-weight:700; color:#fff; }
#section-2 .m_banner > div.m_bn1 > p, #section-2 .m_banner > div.m_bn4 > p { color:#555; }
#section-2 .m_banner > div.m_bn1 > p.tit, #section-2 .m_banner > div.m_bn4 > p.tit { color:#121212; }
#section-2 .m_banner p:last-child { margin-bottom:0px; }
#section-2 .m_banner  .btn_go { width:120px; background:#fff; color:#121212; border-color:#fff; text-align:center; }
#section-2 .m_banner  .btn_go:hover { background:#262a6a; border-color:#262a6a; color:#fff;}
#section-2 .m_banner > div.m_bn4 p:last-child { text-align:center; }
#section-2 .m_banner > div.m_bn4 .btn_go { margin:0 auto; background:#262a6a; border-color:#262a6a; color:#fff; }
#section-2 .m_banner > div.m_bn4 .btn_go:hover { background:#0c4da2; border-color:#0c4da2; }

#section-2 dl { width:48%; min-height:280px; }
#section-2 dl:last-child { margin-top:40px; width:100%; }
#section-2 .tabs ul { display:flex; flex-wrap:wrap; }
#section-2 .tabs li { margin-right:5px; padding:5px 0; width:136px; font-size:16px; font-weight:500; color:#262a6a; border:1px solid #262a6a; text-align:center; }
#section-2 .tabs li.active { background:#262a6a; color:#fff; }
#section-2 .tab_content { position:relative; padding: }
#section-2 .tab_content a.more { position:absolute; right:0; top:-61px; }

#section-3 { background:url(/images/mtl01r-21-0049/main/section3_bg.jpg) center center/cover no-repeat;}
#section-3 .m_banner { display:none; }
#section-3 .m_banner > ul { display:flex; flex-wrap:wrap; justify-content:space-between; }
#section-3 .m_banner > ul > li { width:49%; }
#section-3 dl { margin-bottom:30px; width:49%; }
#section-3 dd { height:330px; background:#fff; }
#section-3 dl:nth-of-type(3) { width:32%; }
#section-3 dl:nth-of-type(4) { width:42%; }
#section-3 dl:nth-of-type(5) { width:22% }
#section-3 dl:nth-of-type(n+3) { margin-bottom:0; }
#section-3 dl:nth-of-type(n+3) dd { height:300px; }
/*#section-3 dl.cont2 dd { padding:60px 40px 0; background:url(/images/mtl01r-21-0049/main/section3_cont2_bg.png) center center/cover no-repeat; }
#section-3 dl.cont2 dd p { margin-bottom:20px; font-size:18px; color:#fff; white-space:pre-line; }
#section-3 dl.cont2 dd p:last-child { margin-bottom:0; }
#section-3 dl.cont2 dd p.sign { color:rgba(255,255,255,0.7); }
#section-3 dl.cont2 dd p.sign strong { font-size:24px; font-weight:700; color:#fff; }*/
#section-3 dl.cont2 dd { background:none; }
#section-3 dl.cont2 li { position:relative; }
#section-3 dl.cont2 li:nth-of-type(1) { margin-bottom:23px;}
#section-3 dl.cont2 li:nth-of-type(2) { text-align:right; }
#section-3 dl.cont3 iframe { width:100%; height:100%; }
#section-3 dl.cont4 dd ul { display:flex; flex-wrap:wrap;}
#section-3 dl.cont4 dd li { width:50%; }
#section-3 dl.cont4 .brief { display:table; width:100%; }
#section-3 dl.cont4 .brief > div { display:table-cell; }
#section-3 dl.cont4 .brief > div.img_area { width:240px; vertical-align:middle; }
#section-3 dl.cont4 .brief > div.txt_area { width:calc(100% - 240px); vertical-align:middle; text-align:center; }
#section-3 dl.cont4 .brief > div.txt_area p strong { font-weight:600; color:#666;}
#section-3 dl.cont4 .brief > div.txt_area p.title { margin:10px 0 20px; font-size:24px; font-weight:600; color:#262a6a; }
#section-3 dl.cont4 .brief > div.txt_area p.title span { font-size:16px; color:#262a6a; }

#content #section-4 { padding:100px 0 100px; }
#section-4 { position:relative; background:url(/images/mtl01r-21-0049/main/section4_bg.jpg) top 300px center no-repeat; min-height:1006px; }
#section-4:before { content:""; position:absolute; right:0; bottom:0; width:50%; height:240px;  background:url(/images/mtl01r-21-0049/main/section4_cont3_bg.png) left 50px bottom no-repeat; }
#section-4 .cont1 { width:100%; height:250px; }
#section-4 .cont1 ul { display:flex; flex-wrap:wrap;  }
#section-4 .cont1 ul > li { width:calc(100% / 8); text-align:center;  }
#section-4 .cont2 { padding-right:35px; width:50%;  }
#section-4 .cont2 dt { color:#fff !important; }
#section-4 .cont3 { width:50%;  }
#section-4 .cont3 dd > div { margin:50px auto 0; width:385px; text-align:center; }
#section-4 .cont3 .title { position:relative; margin-bottom:20px; font-size:26px; font-weight:700; color:#121212; }
#section-4 .cont3 .title:before { content:"";  z-index:1; position:absolute; left:0; top:15px; width:100%; height:1px; background:#121212; }
#section-4 .cont3 .title span { position:relative; z-index:10; padding:0 5px; background:#f8f8f8; }
#section-4 .cont3 ul { margin:20px auto 0; width:160px; }
#section-4 .cont3 li { margin-bottom:5px; }
#section-4 .cont3 li a { display:block; }

#content #section-5 { min-height:auto; padding:50px 0 0; }
#section-5 { position:relative; }
#section-5 .cont { width:100%; height:100px; border-top:1px solid #dadada; }
#section-5 .cont > .wrap { padding:10px 0; margin:0 auto; width:1280px;  height:100%; oveflow:hidden; border-left:1px solid #dadada; border-right:1px solid #dadada; }


@media only screen and (min-width: 1921px) {	
	#section-4 { background-size:100% auto; background-position:top 300px center; }	
}


@media only screen and (max-width: 1280px) {
	#content section{ padding:40px 20px; }
	#content section > .content {  width:100%;  }	
	#section-3 dl:nth-child(1),
	#section-3 dl:nth-child(2) {
		width:100%;
	}
	#section-3 dl.cont2 li {
		width:50%;
		float:left;
	}
	#section-3 dd {
		height:auto;
	}
	#content section > .content dl.cont2 > dt { display:none };
	
	#section-4 .cont2 { padding:0 40px; }

	#content #section-5 { padding:40px; }
	#section-5 .cont { border-top:none; }
	#section-5 .cont > .wrap { width:100%; border:none !important; }	
}

@media only screen and (max-width: 1200px) {
	/*#section-3 dl.cont1, #section-3 dl.cont2 { display:none; }*/
	#section-3 dl:nth-of-type(n+3) { display:none; }
	#section-3 .m_banner { display:block; }
	#section-3 .m_banner > ul > li { width:23.5%; }
}


@media only screen and (max-width: 980px) {
	#section-2 .m_banner { margin-bottom:40px; margin-top:-2%; width:100%; display:flex; flex-wrap:wrap; justify-content:space-between;  }
	#section-2 .m_banner > div { margin-top:2%; width:49%; }
	#section-2 .m_banner > div.m_bn2 { 
		/*background: none ;*/
		background-color: #0c4da2;
	}
	#section-2 .m_banner > div.m_bn2 div:nth-child(2){
		display: inline-block !important;
	}

	#section-3 .content dl.cont1 { display:none !important; }	   	
}


@media only screen and (max-width:768px) {
	.btn_go { padding:5px 15px; font-size:14px; }

	#navigation-menu { display:none; }

	#content section{ padding:40px 20px; min-height:auto; }
	#content section > .content { display:block; }
	#content section > .content dl > dt { height:50px; font-size:22px; }  
	#content section > .content dl > dt > a.more img { width:22px; height:22px; }

	#section-1 { height:680px; } 

	#content  #section-2 section { padding:210px 20px 60px !important; }
	
	#content #section-1 { display:none; }
	
	#section-2 > .content {}
	#section-2 .m_banner > div > p br { display:none;}
	#section-2 .m_banner { margin-bottom:0; padding:65px 0 40px; }
	#section-2 .m_banner > div.m_bn1 { background-position:right 55% bottom 25%; }
	#section-2 .m_banner > div.m_bn2 { background-size:auto 80%; background-position:right -50px bottom 0; }

	#section-2 .m_banner > div.m_bn2 { 
		background: url(/images/mtl01r-21-0049/main/240325_m.png) right bottom/cover no-repeat ;
		background-color: #0c4da2;
		background-size:60%
	} /*1702275184_2.png*/
	#section-2 .m_banner > div.m_bn2 div:nth-child(2){
		display: none !important;
	}

	#section-2 dl { margin-bottom:40px; width:100%; min-height:auto; }
	#section-2 dl:last-child { margin-top:40px; margin-bottom:0; }
	#section-2 .tabs ul { display:flex; flex-wrap:wrap; }
	#section-2 .tabs li { margin-right:5px; padding:5px 0; width:136px; font-size:16px; font-weight:500; color:#262a6a; border:1px solid #262a6a; text-align:center; }
	#section-2 .tabs li.active { background:#262a6a; color:#fff; }
	#section-2 .tab_content { position:relative; padding: }
	#section-2 .tab_content a.more { position:absolute; right:0; top:-50px; }
	#section-2 .tab_content a.more img { height:22px; }

	

	#content #section-4 { padding:20px 20px 0; }
	#section-4 { background:none; min-height:auto; }
	#section-4:before { display:none;  }
	#section-4 .cont1 { height:auto; }
	#section-4 .cont1 ul > li { width:calc(100% / 4); padding:10px; }
	#section-4 .cont1 ul > li p { font-size:14px; }

	#section-4 .cont2 { display:none; padding:20px !important; width:100%; background:url(/images/mtl01r-21-0049/main/section4_cont2_bg.jpg) center center/cover no-repeat; }
	#section-4 .cont3 { padding:20px 20px 150px !important; width:100%; background:url(/images/mtl01r-21-0049/main/section4_cont3_bg.png) #f8f8f8 center bottom no-repeat; background-size:auto 150px; }
	#section-4 .cont3 dt { display:none; }
	#section-4 .cont3 dd > div { margin:0px auto; width:100%; }

	#content #section-5 { min-height:auto; padding:20px; }
	#section-5 .cont { height:80px; border-top:none; }
	#section-5 .cont > .wrap { padding:5px 0px;}

}

@media only screen and (max-width:480px) {
	#section-2 .m_banner { padding:65px 0 40px; }
	#section-2 .m_banner > div { margin-bottom:20px; padding:20px; width:100%; height:auto; }
	#section-2 .m_banner > div.m_bn2 {  background-position:right 0px bottom 0; }
	#section-2 .m_banner > div:last-child { margin-bottom:0; }	 		
	#section-2 .m_banner > div > p.tit { font-size:22px; }
	#section-2 .m_banner > div.m_bn2 { 
		background-color: #0c4da2;
    	background-image: url(/images/mtl01r-21-0049/main/240325_m.png);
    	background-size: 50%;
	}
	#section-2 .m_banner > div.m_bn2 div:nth-child(2){
		display: inline-block !important;
	}


	#section-3 .m_banner > ul > li { margin-bottom:20px; width:100%; }
	#section-3 .m_banner > ul > li:last-child { margin-bottom:0; }
	#section-3 dl { display:none; margin-bottom:20px !important; width:100% !important; background:none; }
	#section-3 dl:last-child { margin-bottom:0 !important; }
	#section-3 dl.cont2 dt { display:none; }
	/*#section-3 dl.cont2 dd { padding:40px 20px; }
	#section-3 dl.cont2 dd p { margin-bottom:10px; font-size:16px; }
	#section-3 dl.cont2 dd p.sign strong { font-size:20px; }*/
	#section-3 dl.cont3 iframe { height:250px; }
	#section-3 dl.cont3 dd { line-height:0; }
	#section-3 dl.cont3 dd > a { line-height:0; }
	#section-3 dl.cont4 .brief > div.img_area { width:180px; line-height:0; }
	#section-3 dl.cont4 .brief > div.txt_area { width:calc(100% - 180px); }
	#section-3 dl.cont4 .brief > div.txt_area p.title { margin:5px 0 10px; font-size:18px; }
	#section-3 dl.cont4 .brief > div.txt_area p.title span { font-size:15px; }
	#section-3 dl.cont5 dd { background:none;  }
}


/* 인재채용 Header 
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header_job { height:100px; border-bottom:1px solid #dadada; }
#header_job .wrap { margin:0 auto; width:1280px;  }
#header_job .wrap:after { content:""; display:block; clear:both; }
#header_job .wrap h1 { float:left; }
#header_job .wrap h1 a { height:100px; line-height:100px; }
#header_job .wrap ul { float:right; margin:30px 0 0 ;display:flex; flex-wrap:wrap;  }
#header_job .wrap li { margin-left:60px; font-size:24px; font-weight:500; color:#121212; }

#header_job .wrap li a {position:relative; display:block; line-height:100%; height:75px; text-align:center; box-sizing:border-box; transition: all 0.3s ease-out; display:flex; justify-content:center; align-items:center; box-sizing:border-box;}
#header_job .wrap li a:after{}
#header_job .wrap li a:hover{color:#312783; text-decoration: none; transition: all 0.3s ease-out;}
#header_job .wrap li.active a { color:#312783; font-weight:700; }
#header_job .wrap li a:hover:after, #header_job .wrap li.active a:after { position:absolute; display:block; bottom:-6px; left:50%; margin-left:-3px; transform:rotate(45deg); content:""; overflow:hidden; width:6px; height:18px; background:linear-gradient(45deg, rgba(253,182,20,1) 0%, rgba(242,104,34,1) 100%); transition: all 0.3s ease-out; }

@media only screen and (max-width: 1280px) {
	#header_job .wrap { padding:0 20px; width:100%;  }	
}

@media only screen and (max-width: 980px) {
	#header_job { height:65px; }
	#header_job .wrap h1 a { height:65px; line-height:65px; }
	#header_job .wrap ul { margin:0 ; }
	#header_job .wrap li { margin-left:30px; font-size:18px;}
	#header_job .wrap li a:hover:after, #header_job .wrap li.active a:after { bottom:0px; }
}


@media only screen and (max-width: 768px) {
	#header_job .wrap li:first-child { display:none; }	
	#header_job .wrap li { margin-left:15px; font-size:17px;}   
	#header_job .wrap h1 img { height:30px; }
}


/* 팝업챵 
---------------------------------------------------------------*/

@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);
	}
}

