@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 : 1260px
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.6; color: #666; font-weight:normal;}

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;
	background:#e6e5e0; 
}

@media only screen and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
}

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

.mobile { display:none; }

.p_color { color:#363b5d; }

@media only screen and (max-width:767px) {	
	body,th,td,input,select,textarea,button,p { font-size:14px; }
	.mobile { display:block; }
	.pc { display:none; }
}


/* 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: #363b5d;
}

.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%; 
	/*height:100vh */
}

    .login-bar {
        text-align: center;
        z-index: 999;
        position: relative;
		float:right;
		top:26px;
    }
    .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: #ffb811;
        border: 1px solid #ffb811;
    }
    .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
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.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: #363b5d;
        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 > div { max-width:1260px; }
	
@media only screen and (min-width: 1201px) {
	.nav-btn{display:none;}
    #header {
        z-index: 999;
        width: 100%;
    	position:fixed;
		transition:all 0.5s;
		border-bottom:1px solid rgba(255,255,255,0.5);
		/*background:#fff;*/
    }
    #header:after {
		display:block;
		content:"";
		clear:both;
	}
	#header.scroll_on {background:rgba(0,0,0,0.5); transition:all 0.5s; border-bottom:none;  }
	#header.on_bg { background:#fff;  border-bottom:rgba(255,255,255,0.5); }
	#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: 90px;
		text-align: center;
    }
	#L_SITE_LOGO {float: left;}

	#header h1 {
		float: left;
		margin:28px 0 0;
		text-indent:-50000px;
		width:218px;
		height:35px;
		
	}

	#header h1 a{display:block; width:100%; height:100%; background:url(/images/mtl01r-21-0049/common/logo_w.png) left top no-repeat; background-size:auto 100%; font-size:0; line-height:0; text-indent:-9999em; }
	#header.on_bg h1 a { background:url(/images/mtl01r-21-0049/common/logo.png) left top no-repeat; }




    /*#header h1 {
        float: left;
		padding-top:28px;
		position: absolute;
    }
    #header h1 a {
        display: block;
    }
    #header h1 a > img {
        vertical-align: baseline;
    }*/ 

.lang_select { font-size:14px; float: right; position: absolute; right: 70px; top: 32px;}
.lang_select > li {float:left;line-height: 1; padding-right:12px; margin-left:12px; border-right:1px solid #666;}
.lang_select > li:last-child {padding-right:0px; border-right:none;}
.lang_select > li a {color:#666; line-height: 1;}
.lang_select > li a.active {color:#000; font-weight:400;}

    .nav-bg {
        z-index:-1;
        display: none;
        position: absolute;
        top: 90px;
        left: -500%;
        width: 1000%;
        height: 200px;
        background: #fff;
		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: 180px;
        text-align: center;
    }

	.navigation > li:nth-of-type(2) { width:200px; } 

    .navigation .main-menu {
        display: block;
        width: 100%;
        font-weight:500;
        font-size:20px;
        color: #fff;
       line-height:90px;
    }

	#header.on_bg .navigation .main-menu { color:#363b5d; } 

    .navigation .sub-menu {
        display: none;
        z-index: 999;
        position: absolute;
        top: 90px;
        left: 0;
        padding: 20px 0;
        width: 180px;
        height: 200px;
    }

	.navigation > li:nth-of-type(2) .sub-menu { width:200px; }

    .navigation .sub-menu a {
        display: block;
        text-align: center;
        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:#363b5d;}*/
	#header.on_bg .navigation > li:hover  .main-menu { color:#363b5d;}
    .navigation > li:hover .sub-menu{background:#363b5d;}
	.navigation > li:hover .sub-menu a {color:#fff;}
	.navigation > li:hover .sub-menu a:hover {background:#000; color:#fff;}
	
}

/*
@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: 1200px) {
    #header {
		position: fixed;
        z-index: 666;
        width: 100%;
        height: 65px;
        background: #fff;
		padding: 0px;
		border-bottom:1px solid #eaeaea;
    }
    #header > div {
        padding: 0;
    }
    #header h1 {
        float: left;
        padding:20px;
        width:300px;
		height: 65px;
    }
    
	#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;  }
		
    #header h1 img {
        width: auto;
        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 {
        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%;}
	.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: #363b5d;
        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: #363b5d;
    }
    .navigation .sub-menu a:hover:before {
        background: #363b5d;
    }
	.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 h1 { padding:20px 20px 0; width:200px; height:45px; }
    #header h1 a > img {
        width: 140px;
    }
}


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

#footer {width: 100%; /*background:#fff;*/}
#foot_area { width: 1260px; margin: 0 auto; padding:35px 0px; text-align:left; }
#foot_area:after {content: ''; display: block; clear: both;}
.foot_logo { float: left; width:25%; padding-right:60px;}
.foot_info {float: left; width:75%; }
.foot_info > .wrap { display:flex; flex-wrap:wrap; }
.foot_info > .wrap > dl { width:45%; }
.foot_info > .wrap > dl:first-child { width:55%; }
.foot_info > .wrap > dl > dt { padding-bottom:10px; font-size:15px; font-weight:500; color:#121212; }
.foot_info > .wrap > dl > dd > p { word-break:keep-all; font-size:14px; }
.foot_info > .wrap > dl > dd strong { font-weight:500; color:#121212; }
.foot_info .copy { margin-top:20px; font-family:"Poppins"; font-size:13px;  }


@media only screen and (max-width: 1260px) {
    #footer {min-height:auto;}    	
    #foot_area {width:100%; padding: 35px 20px 45px 20px;}
}

@media only screen and (max-width:980px) {
	#footer.pc-screen { border-top:1px solid #c3c1ba; }
	#foot_area {padding: 25px 15px 30px 15px;}
	.foot_logo {padding-right:0; padding-bottom:20px; float:none; width:100%; }
	.foot_info {float:none; width:100%; }
	.foot_logo img{width:130px;}
	.foot_info > .wrap { display:block; }
	.foot_info > .wrap > dl { width:100% !important; margin-bottom:20px; }
	.foot_info > .wrap > dl:last-child { margin-bottom:0; }
	.foot_info > .wrap > dl > dt { padding-bottom:5px; font-size:13px; }
	.foot_info > .wrap > dl > dd > p { font-size:13px; }
	.foot_info > .wrap > dl > dd > p.addr { font-size:12.5px !important; }
	.foot_info .copy { margin-top:10px; font-size:11px;  }
	
}
@media only screen and (max-width:500px) {

}



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


/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.main-visual { position:relative; }
	/*.carousel-inner { z-index:100; }*/
	.carousel-inner > .item{height:100vh; min-height:980px; }
	.carousel-inner > .main-img01{background:url('/images/mtl01r-21-0049/main/main_visual01.jpg') no-repeat center center/cover; background-size:auto 150%; animation: mymove 30s infinite;}
	.carousel-inner > .main-img02{background:url('/images/mtl01r-21-0049/main/main_visual02.jpg') no-repeat center center/cover; background-size:auto 150%; animation: mymove 30s infinite;}
	.carousel-inner > .main-img03{background:url('/images/mtl01r-21-0049/main/main_visual03.jpg') no-repeat center center/cover; background-size:auto 150%; animation: mymove 30s infinite;}

	.main-visual .carousel-caption{top:55%; left:0; right:0; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); margin:auto; width:100%; color:#fff;}
	.main-visual .carousel-caption .slogan{ margin:0 auto; display:table; width:1068px; height:335px; text-align:center; /*background:url(/images/mtl01r-21-0049/main/slogan_box.png) no-repeat; background-size:100% 100%;*/ }
	.main-visual .carousel-caption .slogan > div { display:table-cell; width:100%; height:100%; vertical-align:middle; }
	.main-visual .carousel-caption .slogan .main-copy{ position:relative; font-size:72px; font-weight:500; line-height:1.1; color:#fff;  }

	.main-visual .carousel-control{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-21-0049/main/visual_btn_prev.png') no-repeat center center;}
	.main-visual .carousel-control.right{background:url('/images/mtl01r-21-0049/main/visual_btn_next.png') no-repeat center center;}

	.main-visual .carousel-indicators { bottom:120px; }
	.main-visual .carousel-indicators li{width:45px; height:6px; box-sizing:border-box; vertical-align:middle; border:1px solid #fff; border-radius:0;}
	.main-visual .carousel-indicators .active{width:45px; height:6px; box-sizing:border-box; background:#fff; border-radius:0;}

	@keyframes mymove {
	  50% {background-size:auto 105%;}
	}
	
	@media only screen and (min-width: 1261px){
		.main-visual .carousel-caption{width:1260px;}
	}

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

	}
	@media screen and (max-width:980px){
		.main-visual .carousel-caption .slogan{ width:100%; font-size:15px; background:none; }
		.main-visual .carousel-caption .slogan .main-copy{margin-bottom:10px; font-size:50px;}
	}
	
	@media screen and (max-width:768px){
		.carousel-inner > .item{height:600px; min-height:600px; }
		.carousel-inner > .main-img01,
		.carousel-inner > .main-img03{background-position:55% center; }

		.carousel-inner > .main-img02{background-position:right center; }

		.main-visual .carousel-control.left,
		.main-visual .carousel-control.right{background-size:20px;}

		.main-visual .carousel-caption { top:55%; }
		.main-visual .carousel-caption .slogan{  font-size:18px;}
		.main-visual .carousel-caption .slogan .main-copy{font-size:36px; letter-spacing:-1px; }
		.main-visual .carousel-caption .slogan .main-copy img { height:36px; }

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

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




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

#mainContainer {z-index: 555;}
#fullpage .sec_title { margin-bottom:50px; }
#fullpage .sec_title > h2 { margin-bottom:20px; font-family:"Poppins"; font-size:72px; font-weight:600; color:#fff; }
#fullpage .sec_title > p { font-size:24px; font-weight:500; color:#fff; white-space:pre-line; }
.btn_view_more { display:inline-block; margin:0 auto; padding:10px 20px; font-size:16px; font-family:"Poppins","NotoSansKR"; font-weight:600; color:#fff; border:1px solid #fff; color:#fff !important; }
.btn_view_more:hover { background:#fff; color:#363b5d !important; }



@media only screen and (min-width:1201px){
	.main_section01, .main_section02, .main_section03, .main_section04, .main_section05, .main_section06{height:100vh;}
	.sub_section01, .sub_section02, .sub_section03{height:100vh;}
	#fullpage {position:relative;top:0px;z-index:9;width:100%;height:100%;}
	.fullsection{width:100%;height:100%;position:relative; top:0; /*top:80px;*/}
	.fullsection > div { position:relative; display:table; width:100%; height:100%; }
	.fullsection > div > .inner { display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle; }

	.pc-screen{position:absolute; bottom:0; min-height:230px;}
}

@media only screen and (max-width:1200px){
	.main_section01, .main_section02, .main_section03, .main_section04, .main_section05, .main_section06{height:auto;}
	.sub_section01, .sub_section02, .sub_section03{height:auto;} 
	/*.pc-screen{display:none;}*/
	.pc-screen { position:static; min-height:auto; }
	.fullsection{height:auto;}
	.fullsection > div > .inner { text-align:center; }
}

@media only screen and (max-width:768px){
	#fullpage .sec_title { margin-bottom:30px;  }
	#fullpage .sec_title > h2 { margin-bottom:10px; font-size:32px; }
	#fullpage .sec_title > h2 > img { height:30px; }
	#fullpage .sec_title > p { margin-bottom:30px; font-size:15px; white-space:normal; word-break:keep-all; }
	.btn_view_more { padding:5px 15px; font-size:13px; }	
}

/*  퀵링크
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.quick {position:fixed;right:20px;top:52%;transform:translateY(-50%); z-index:100000}
.quick ul{position:relative;}
.quick ul:before{content:''; display:block; width:1px; height:134px;; background:#d3d3d3; position: absolute; left:50%; top: 11px; z-index:-1}
.quick li {position:relative; margin-bottom:22px; border-radius:35px; width:12px; height:12px; background:#ccc; cursor:pointer;}
.quick li:last-child{margin-bottom:0;}

.quick li.on{background:#c4161c;}
/*.quick li.on:before{position: absolute; top:-8px; display: inline-block; padding-left:15px; height:30px; border-radius:100px; background:#ffb300; z-index:-1; line-height:30px;  color:#fff; font-weight:400; font-size:15px;}
.quick li:before{position: absolute; top:-8px; display: inline-block; padding-left:15px; height:30px; border-radius:100px;  z-index:-1; line-height:30px;  color:#ccc; font-weight:400; font-size:15px;}
.quick li:nth-child(1):before{content:""; width:85px; left:-65px; }
.quick li:nth-child(2):before{content:""; width:85px; left:-65px;}
.quick li:nth-child(3):before{content:""; width:98px; left:-78px;}
.quick li:nth-child(4):before{content:""; width:102px; left:-82px;}
.quick li:nth-child(5):before{content:""; width:100px; left:-80px; }*/

@media only screen and (max-width:1260px){
	.quick{display:none;}
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.quick li:nth-child(1):before{line-height:31px;}
	.quick li:nth-child(1).on:before{line-height:31px;}
	.quick li.on:before{line-height:35px;}
	.quick li:before{line-height:35px;}
}

/* main_section01
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section01 .inner > ul { display:table; width:100%; height:100%; }
.main_section01 .inner > ul > li { position:relative; display:table-cell; width: calc(100% / 3); height:100%; vertical-align:middle; text-align:center; border-right:1px solid rgba(255,255,255,0.25); }
.main_section01 .inner > ul > li:before { z-index:1; content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }
.main_section01 .inner > ul > li:hover:before { background:none; }
.main_section01 .inner > ul > li:last-child { border-right:none; }
.main_section01 .inner > ul > li:nth-of-type(1) { background:url(/images/mtl01r-21-0049/main/main_sec01_bg1.jpg) center/cover no-repeat; }
.main_section01 .inner > ul > li:nth-of-type(2) { background:url(/images/mtl01r-21-0049/main/main_sec01_bg3.jpg) center/cover no-repeat; }
.main_section01 .inner > ul > li:nth-of-type(3) { background:url(/images/mtl01r-21-0049/main/main_sec01_bg4.jpg) center/cover no-repeat; }
.main_section01 .inner > ul > li > a { z-index:11; position:absolute; left:0; top:0; display:block; width:100%; height:100%; }
.main_section01 .inner > ul > li p { z-index:10; position:relative; margin:0 auto; padding:30px 20px; width:250px; font-size:36px; line-height:1.4; font-weight:500; /*border:1px solid #fff;*/ color:#fff; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; cursor:pointer; }
.main_section01 .inner > ul > li:hover p { background:rgba(0,0,0,0.5); border:none; }


@media only screen and (max-width: 1200px) {
	.main_section01 .inner > ul { height:600px; }	
}

@media only screen and (max-width: 768px) {
	.main_section01 .inner > ul { display:flex; flex-wrap:wrap; height:auto; }	
	.main_section01 .inner > ul > li { display:block; width: calc(100% / 3); height:300px; border-top:1px solid rgba(255,255,255,0.25); }
	.main_section01 .inner > ul > li:nth-of-type(2n) { border-right:none; }
	.main_section01 .inner > ul > li p { margin:90px auto 0; width:80%; padding:30px 15px; font-size:18px; }
}


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



/* main_section02 
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section02 { background: url('/images/mtl01r-21-0049/main/main_sec02_bg.jpg') no-repeat center center/cover; background-size:auto 150%; animation: mymove 30s infinite; }

@media only screen and (max-width: 1200px) {
	.main_section02 { padding:150px 20px; }
}

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

@media only screen and (max-width: 500px) {
	.main_section02 { padding:120px 20px; }
}

/* main_section03
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section03 { padding-top:100px; background: url('/images/mtl01r-21-0049/main/main_sec03_bg.jpg') no-repeat center center/cover; background-size:auto 150%; animation: mymove 30s infinite; }    
.main_section03 p { color:#fff; }
.main_section03 .map_list { display:flex; flex-wrap:wrap; justify-content:space-between; }
.main_section03 .map_list > dl { width:100%; }
.main_section03 .map_list > dl > dt { height:480px; }
.main_section03 .map_list > dl > dd { padding-top:20px; }
.main_section03 .map_list p.addr { margin-bottom:10px; font-size:20px; }
.root_daum_roughmap { width:100% !important; }

@media only screen and (min-width: 1200px) {
	.main_section03 .inner { padding:40px 100px; }
}

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

@media only screen and (max-width: 500px) {
	.main_section03 { padding:50px 20px; }
	.main_section03 .map_list { display:block; }
	.main_section03 .map_list > dl { margin-bottom:30px; width:100%; }
	.main_section03 .map_list > dl:last-child { margin-bottom:0; }
	.main_section03 .map_list > dl > dt { height:250px; }
	.main_section03 .map_list p { font-size:14px !important; }
	.main_section03 .map_list p.addr { margin-bottom:5px; font-size:15px !important; }
	.root_daum_roughmap .wrap_map { height:250px !important; }
}


/* main_section04
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section04 {width:100%; background: url('/images/mtl01r-21-0049/main/main_sec04_bg.jpg') no-repeat bottom right/cover; }
/*.main_section04 .inner{ margin-bottom:15%;}*/
.main_section04 .inner .partner{width:100%; margin:0 auto;}
#fullpage .main_section04 .sec_title > p { color:#666; }


@media only screen and (max-width: 1400px) {
	.main_section04{padding:0 80px;}
}

@media only screen and (min-width: 1261px) {
	#affilates{margin-bottom:5% !important;}
	.main_section04 .inner .partner{width:1260px;}
	/*.main_section04 .inner{padding-bottom:5%;}*/
}

@media only screen and (max-width: 1200px) {
	.main_section04{display:block; /*background-position:85% 75%;*/ }
	.main_section04 .inner{display:block; margin-bottom:0;}
    .main_section04  { padding:80px 0px; }
	#affilates { padding:0 20px; margin-bottom:30px; } 
}

@media only screen and (max-width: 500px) {
	.main_section04 {padding:50px 0px; background-position:right -20%; background-size:auto 450px;}
	#affilates { padding:0px; margin-bottom:30px; } 
}


