@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('/data/css/pretendard.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,
li,
p,
dt,
dd,
button {
    font-size: 16px;
    color: #333;
	font-weight:400;
font-family: 'Pretendard', sans-serif;
}

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;
}

@media only screen and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
}

.hidden {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/images/basic_resp/img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffb300;
}

.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: #ffb300;
        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);
    }
	
@media only screen and (min-width: 1200px) {
	.nav-btn{display:none;}
    #header {
        z-index: 999;
        width: 100%;
    	position:fixed;
		transition:all 0.5s;
		border-bottom:1px solid #ddd;
		background:#fff;
    }
    #header:after {
		display:block;
		content:"";
		clear:both;
	}
	#header.scroll_on {background: #fff; transition:all 0.5s; border-top: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: 1200px;
        height: 80px;
		text-align: center;
    }
	#L_SITE_LOGO {float: left;}
    #header h1 {
        float: left;
		padding-top:12px;
		position: absolute;
    }
    #header h1 a {
        display: block;
    }
    #header h1 a > img {
        vertical-align: baseline;
height:56px;
    } 

.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: 80px;
        left: -500%;
        width: 1000%;
		height: 180px;/*380px;*/
        background: #fff;
		/*box-shadow: 2px 2px 2px rgba(0,0,0,0.2);*/
		border-bottom:2px solid #ffb300;
    }
    #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: 250px;
        text-align: center;
    }
    .navigation > li:last-child {
        width: 300px;
}
    .navigation .main-menu {
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 18px;
        color: #1e1e1e;
       line-height: 80px;
    }

    .navigation .sub-menu {
        display: none;
        z-index: 999;
        position: absolute;
        top: 80px;
        left: 0;
        padding: 20px 0;
        width: 250px;
        height: 180px;/*380px;*/
    }
    .navigation > li:last-child .sub-menu {
width:300px;
}
    .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 a.ssub {font-size:14px; line-height:32px; height:30px;}
    .navigation .sub-menu .intro-menu {
        display: none;
    }
    .navigation .sub-menu a:hover {
		color:#fff;
    }
	
	.navigation > li:hover .main-menu{color:#ffb300;}
    .navigation > li:hover .sub-menu{background:#ffb300;}
	.navigation > li:hover .sub-menu a {color:#fff;}
	.navigation > li:hover .sub-menu a:hover {background:#4d4a42; color:#fff;}
	
}


@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: 8px 20px;
        height: 65px;
    }
    #header h1 a {
        display: block;
    }
    #header h1 img {
        width: auto;
        vertical-align: baseline;
height:46px;
    }
    .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%;
min-width:320px;
        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: 17px;
        color: #000;
        transition: none;
    }
	..navigation > li a:hover{color:#0f79c5;}
    .navigation li.active .main-menu {
        background: #ffb300;
        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: 15px;
        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: #ffb300;
    }
    .navigation .sub-menu a:hover:before {
        background: #ffb300;
    }
	.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: 10px 10px 0;
    }
    #header h1 a > img {

    }
}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {width: 100%; background:#fff;}
#footer #foot_top {background: #aaaaaa;}
.foot_navi {width: 1200px; margin: 0 auto;padding: 15px 0px;}
.foot_navi:after {content: ''; display: block; clear: both;}
.foot_navi li {position:relative; display:inline-block; padding-right: 35px;}
.foot_navi li a {font-size: 16px; color: #fff; font-weight: 300;}

.foot_navi li:last-child:after { display: none;}
#foot_area { width: 1200px; margin: 0 auto; padding: 35px 0px 45px 0px;}
#foot_area:after {content: ''; display: block; clear: both;}
.foot_logo { float: left; padding-right:40px;}
.foot_info {float: left;}
.address { color: #888; font-size: 16px; line-height: 28px; font-weight: 300;}
.address .bold_black {font-weight: 400; font-size: 16px;}

@media only screen and (max-width: 1200px) {
    #footer {min-height:auto;}    	
    #foot_area {width:100%; padding: 35px 20px 45px 20px;}
	.foot_navi li {padding-right: 15px;}
	.foot_navi {width:100%; padding: 15px}
	.foot_logo {padding-right:20px;}
	.address {  font-size: 15px; line-height: 24px;}
	.address .bold_black { font-size: 15px;}
}
@media only screen and (max-width:980px) {
	#footer #foot_top{text-align:center;}
	.foot_navi li a {font-size: 14px;}
	.address {font-size: 14px; line-height: 22px;}
	.address .bold_black {font-size: 14px;}
	#foot_area {padding: 25px 15px 30px 15px;}
	.foot_logo {padding-right:0; padding-bottom:15px; float:none; text-align:center;}
	.foot_info {float:none; text-align:center;}
}
@media only screen and (max-width:500px) {
    .foot_navi li {padding-right:5px;}
    .foot_navi {padding: 15px 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: 38px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #333;
}


/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual {position: relative; overflow: hidden;}

.carousel-caption {position: absolute; width:100%; top:30%; text-align:center; z-index: 99;}
.carousel-caption .slogan p {color: #fff; font-weight: 500; line-height:1.2; letter-spacing:-1px;}
.carousel-caption .slogan .main-title {font-size:40px; margin:0 0 20px;}
.carousel-caption .slogan .main-title strong {font-size:50px; font-weight: 600;}
.carousel-caption .slogan .main-title + p {font-size: 50px; margin-top:60px;}

#main_slide.owl-carousel {height: 100vh; display: block;}
#main_slide.owl-carousel .owl-item .item {height: 100vh;}
#main_slide.owl-carousel .owl-item .main-img01 {background: url('/images/mtl01r-21-0049/main/main_visual3.jpg') no-repeat bottom center/cover;}
#main_slide.owl-carousel .owl-item .main-img02 {background: url('/images/mtl01r-21-0049/main/main_visual2.jpg') no-repeat bottom center/cover;}
#main_slide.owl-carousel .owl-dots {display:none; position: absolute; bottom: 120px; right: 0px; width: 100%; 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:16px; height:16px; border-radius:30px; background:#fff; margin:0px 5px;}
#main_slide.owl-carousel .owl-dots .owl-dot.active span {display:inline-block; width:40px; height:16px; border-radius:30px; background:#ffb300;}

.extract-board .extract-article .extract-content .extract-title:hover{text-decoration:underline;}

#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;
}

#main_slide.owl-carousel .owl-item .item a{display:block; margin:0 auto; width:300px; height:68px; line-height:68px; font-size:22px; font-weight:400; letter-spacing:-1px; color:#fff; text-align:center; border:2px solid #fff; margin-top:60px; background:rgba(0,0,0,0.15)}
#main_slide.owl-carousel .owl-item .item a:hover{background:#ffb300; border:2px solid #ffb300;}
#main_slide.owl-carousel .owl-item .item a img{position:relative; margin-right:10px; vertical-align:text-bottom;}
	
@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;}
	.carousel-caption{top:33%;}
	.carousel-caption .slogan .main-title {font-size:30px;}
	.carousel-caption .slogan .main-title strong {font-size:40px;}
	.carousel-caption .slogan .main-title + p {font-size: 40px; margin-top:50px;}
}


@media only screen and (max-width: 980px) {
    #main_slide.owl-carousel {height: 560px;}
    #main_slide.owl-carousel .owl-item .item {height: 560px;}
	
	.carousel-caption{top:34%;}
	.carousel-caption .slogan .main-title {font-size:28px;}
	.carousel-caption .slogan .main-title strong {font-size:38px;}
	.carousel-caption .slogan .main-title + p {font-size: 38px; margin-top:40px;}
	
	#main_slide.owl-carousel .owl-item .item a{width:220px; height:50px; line-height:50px; font-size:18px; margin-top:50px;}
	#main_slide.owl-carousel .owl-item .item a img{width:22px;}
	
	#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) {
	.carousel-caption{top:38%;}
	.carousel-caption .slogan .main-title {font-size:22px;}
	.carousel-caption .slogan .main-title strong {font-size:32px;}
	.carousel-caption .slogan .main-title + p {font-size: 28px; margin-top:30px;}
}
@media only screen and (max-width:510px) {

	.carousel-caption .slogan .main-title {font-size:18px;}
	.carousel-caption .slogan .main-title strong {font-size:24px;}
	.carousel-caption .slogan .main-title + p {font-size: 22px; margin-top:24px;}

	#main_slide.owl-carousel {height:400px;}
    #main_slide.owl-carousel .owl-item .item {height:400px;}
	#main_slide.owl-carousel .owl-dots {bottom:40px}
	
	#main_slide.owl-carousel .owl-item .item a{width:170px; height:46px; line-height:46px; font-size:15px; margin-top:40px; border:1px solid #fff; font-weight:300;}
	#main_slide.owl-carousel .owl-item .item a:hover{border:1px solid #ffb300;}
	#main_slide.owl-carousel .owl-item .item a img{width:18px;}
	#main_slide.owl-carousel .owl-dots {bottom:30px}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#mainContainer {z-index: 555;}

@media only screen and (min-width:1201px){
	.main_section01, .main_section02, .main_section02, .main_section03, .main_section05, .main_section06{height:100vh;}
	#fullpage {position:relative;top:0px;z-index:9;width:100%;height:100%;}
	.fullsection{width:100%;height:100%;position:relative; top:80px;}
	.pc-screen{position:absolute; bottom:0; min-height:280px;}
}

@media only screen and (max-width:1200px){
	.main_section01, .main_section02, .main_section02, .main_section03, .main_section05, .main_section06{height:auto;}
	.pc-screen{display:none;}
	.fullsection{height:auto;}
}

/*  퀵링크
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.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:97px;; 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:#fff;}
.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: 'MAIN'; width:85px; left:-65px; }
.quick li:nth-child(2):before{content: '서비스'; width:85px; left:-65px;}
.quick li:nth-child(3):before{content: '오시는 길'; width:102px; left:-82px;}
.quick li:nth-child(4):before{content: '제휴사'; width:85px; left:-65px; }

@media only screen and (max-width:1200px){
	.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 {width:100%;}
.main_section01 .inner{display:table; width:100%; position:relative;}
.main_section01 .bg01{height:40%; background: url('/images/mtl01r-21-0049/main/section01_bg01.jpg') no-repeat center center/cover;}
.main_section01 .bg02{height:60%; background: url('/images/mtl01r-21-0049/main/section01_bg02.jpg') no-repeat center center/cover;}

.main_section01 .inner .txt-right{position:relative; width:50%; padding:0 100px; float:right; display:table; height:100%; background:rgba(0,0,0,0.6)}
.main_section01 .inner .txt-left{position:relative; width:50%;  padding:0 100px; float:left; display:table; height:100%;  background:rgba(0,0,0,0.6)}

.main_section01 .inner .txt-right, .main_section01 .inner .txt-left {-webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.main_section01 .inner .txt-right:hover, .main_section01 .inner .txt-left:hover{background:rgba(0,0,0,0.5)}

.main_section01 .inner .txt-inner{display:table-cell; vertical-align:middle;}
.main_section01 .inner .txt-right:after, .main_section01 .inner .txt-left:after{content:""; display:block; clear:both;}

.go-link{position:absolute; top:0; left:0; display:block; width:100%; height:100%; text-indent:-9999em; overflow:hidden;}
.go-link:before{position:absolute; top:0; left:0; content:""; display:block; width:0; height:0; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}
.go-link:after{position:absolute; bottom:0; right:0; content:""; display:block; width:0; height:0; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}
.go-link:hover:before{width:calc(100% + 2px); height:calc(100% + 2px); border-left:5px solid #ffb300; border-top:5px solid #ffb300;}
.go-link:hover:after{width:calc(100% + 2px); height:calc(100% + 2px); border-right:5px solid #ffb300; border-bottom:5px solid #ffb300;}

.main_section01 .inner h2 {font-size:36px; font-weight:500; color:#fff; margin-bottom:20px;}
.main_section01 .inner ul {overflow:hidden; margin:0 0 70px;}
.main_section01 .inner ul li {position:relative; font-size:18px; color:#fff; line-height:1.4; word-break:keep-all; padding:0 0 0 14px;}
.main_section01 .inner ul li:before {content:'·'; position:absolute; left:0; top:0; font-size:24px; font-weight:bold;}
.main_section01 .inner ul li + li {margin-top:15px;}
.main_section01 .inner .btn-box {display:inline; padding:18px 35px; line-height:1; font-size:20px; color:#fff; border:1px solid #fff; text-align:center; cursor:pointer; vertical-align:middle; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.main_section01 .inner .txt-right:hover .btn-box{background:#ffb300; border:1px solid #ffb300;}
.main_section01 .inner .txt-left:hover .btn-box{background:#ffb300; border:1px solid #ffb300;}


@media only screen and (min-width: 1201px) {
	.full2{height:calc(100% - 80px);}
}

@media only screen and (max-width: 1200px) {
	.main_section01 .inner .txt-right{padding:50px 35px;}
	.main_section01 .inner .txt-left{padding:50px 35px;}

	.main_section01 .inner h2{font-size:28px; margin-bottom:20px;}
.main_section01 .inner ul {margin:0 0 50px;}
	.main_section01 .inner ul li {font-size:16px;}
	.main_section01 .inner .btn-box{display:inline-block; padding:15px 25px; font-size:16px;}
}

@media only screen and (max-width: 768px) {
	.main_section01 .bg01, .main_section01 .bg02{padding:30px;}
	.main_section01 .inner .txt-right{width:100%; float:none; padding:35px;}
	.main_section01 .inner .txt-left{width:100%;  float:none; padding:35px; }
	.main_section01 .inner .btn-box{width:180px; display:block; margin:0 auto;}
.main_section01 .inner ul {margin:0 0 40px;}
}


@media only screen and (max-width: 500px) {
	.main_section01 .bg01, .main_section01 .bg02{padding:15px;}
	.main_section01 .inner .txt-right{padding:25px;}
	.main_section01 .inner .txt-left{padding:25px;}
	.main_section01 .inner h2{font-size:20px; margin-bottom:15px;}
.main_section01 .inner ul {margin:0 0 30px;}
	.main_section01 .inner ul li {font-size:15px; line-height:1.6;}
	.main_section01 .inner .btn-box{padding:12px 20px; font-size:14px;}


}


/* main_section02 오시는 길
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.full3{background: url('/images/mtl01r-21-0049/main/section04_bg.jpg')}
.iframe {width:100% !important;}

.main_section02 {display:table; text-align:center; margin:0 auto;}
.main_section02 .inner{display:table-cell; vertical-align:middle; width:1200px; }
.main_section02 .title-area{margin-bottom:30px;}
.main_section02 .title-area h2{font-size:48px; font-weight:500; color:#333; float:left;}
.main_section02 .title-area .address{padding-top:20px; float:right; text-align:right; font-size:24px; color:#333; font-weight:400;}
.main_section02 .title-area .address img{vertical-align:text-bottom; margin-right:10px;}

.main_section02 .map-box {position:relative; }
.main_section02 .map-box .location-info{position:relative; width:100%; top:-80px; z-index:1; width:calc(100% - 160px); margin:0 80px;}
.main_section02 .map-box .location-info table{width:100%; border-spacing:0; border-collapse:collapse;}
.main_section02 .map-box .location-info table th {width:140px; padding:10px;background:#716038; font-size:18px; font-weight: 400; color: #fff; border-bottom:1px solid #9c9074;}
.main_section02 .map-box .location-info table td {width:calc(100% - 140px); color: #333; font-size:18px; padding:20px 30px; line-height: 1.4; text-align:left; background:#ffb300; color:#fff; border-bottom:1px solid #ffcd59;}

.main_section02 .map-box .location-info dl {overflow:hidden;}
.main_section02 .map-box .location-info dl + dl {margin-top:6px;}
.main_section02 .map-box .location-info dl dt {float:left; width:100px; font-weight:600; /*500;*/ font-size:15.5px; color:#716038; padding:0 0 5px;}
.main_section02 .map-box .location-info dl dd {float:left; width:calc(100% - 100px); font-size:15px; color:#fff;}
.main_section02 .map-box .location-info table tr + tr dl:nth-of-type(2) dt {width:380px;}
.main_section02 .map-box .location-info table tr + tr dl:nth-of-type(2) dd {width:calc(100% - 380px);}
.main_section02 .map-box .location-info dl dd h5 {font-size:15px; font-weight:500; background:#716038; padding:3px 10px; color:#fff; border-radius:5px; margin:0 6px 0 0; display:inline-block;}
.main_section02 .map-box .location-info dl dd br + h5 {margin-top:5px;}
.main_section02 .map-box .location-info dl dd span {display:inline-block; padding:0 10px;}
.main_section02 .map-box .location-info dl dd strong {font-weight:500;}

.main_section02 .title-area:after, .main_section02 .title-area .address:after, .main_section02 .map-box:after{content:""; display:block; clear:both;}


@media only screen and (max-width: 1400px) {
	.main_section02{padding:0 80px;}
	.main_section02 .map-box .location-info{width:calc(100% - 120px); margin:0 60px;}
}

@media only screen and (max-width:1200px) {
  	.main_section02{padding:100px 30px;}
	.main_section02 .title-area{margin-bottom:20px;}
	.main_section02 .title-area h2{font-size:38px; float:none;}
	.main_section02 .title-area .address{padding-top:10px; font-size:20px;  float:none; text-align:center; display:block;  }
	.main_section02 .title-area .address img{width:18px; }
	.main_section02 .map-box .location-info table th {font-size:18px;}
	.main_section02 .map-box .location-info table td{font-size:16px; padding:15px 20px; }
	.main_section02 .map-box .location-info{width:100%; margin:0; top:0;}
}
@media only screen and (max-width: 800px) {
	.main_section02 .map-box .location-info table th {width:100px; font-size:17px;}
	.main_section02 .map-box .location-info table td {width:calc(100% - 100px);}
	.main_section02 .map-box .location-info dl + dl {margin-top:15px;}
	.main_section02 .map-box .location-info dl dt {float:none; width:100%;}
	.main_section02 .map-box .location-info dl dd {float:none; width:100%;}
	.main_section02 .map-box .location-info table tr + tr dl:nth-of-type(2) dt {width:100%;}
	.main_section02 .map-box .location-info table tr + tr dl:nth-of-type(2) dd {width:100%;}
	.main_section02 .map-box .location-info dl dd h5 {font-size:14px;}
}

@media only screen and (max-width: 500px) {
	.main_section02{padding:50px 20px;}
	.main_section02 .title-area h2{font-size:28px; }
	.main_section02 .title-area .address{font-size:18px;}
	.main_section02 .title-area .address img{width:16px; margin-right:6px;}
	.main_section02 .map-box .location-info table th {width:80px; font-size:14px;}
	.main_section02 .map-box .location-info table td{width:calc(100% - 80px); font-size:14px; padding:10px 15px; }
	.main_section02 .map-box .location-info dl dd h5 {font-size:13px;}
	.main_section02 .map-box .location-info dl dt {font-size:14px;}
	.main_section02 .map-box .location-info dl dd {font-size:14px;}
}


/* main_section03  파트너
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section03 {width:100%; background: url('/images/mtl01r-21-0049/main/section05_bg.jpg') no-repeat top center/cover; display:table; text-align:center; margin:0 auto;}
.main_section03 .inner{display:table-cell; vertical-align:middle; width:100%; margin-bottom:15%;}
.main_section03 .inner .partner{width:100%; margin:0 auto;}
.main_section03 .inner .title-area{margin-bottom:30px;}
.main_section03 .inner h2{font-size:48px; font-weight:500; color:#fff; margin-bottom:30px}
.main_section03 .inner p{margin-bottom:30px; font-size:20px; color:#fff;}
.main_section03 .inner:after{content:""; display:block; clear:both}

@media only screen and (max-width: 1400px) {
	.main_section03{padding:0 80px;}
}

@media only screen and (min-width: 1201px) {
	#affilates{margin-bottom:15% !important;}
	.main_section03 .inner{width:1200px;}
	.main_section03 .inner .partner{width:1200px;}
	.main_section03 .inner{padding-bottom:5%;}
}

@media only screen and (max-width: 1200px) {
	.main_section03{display:block;}
	.main_section03 .inner{display:block; margin-bottom:0;}
    .main_section03  { padding:80px 30px; }
	.main_section03 .inner .title-area{margin-bottom:20px;}
	.main_section03 .inner h2{font-size:38px; margin-bottom:10px;}
	.main_section03 .inner p{margin-bottom:20px; font-size:20px;}
}

@media only screen and (max-width: 500px) {
	.main_section03 {padding:50px 20px;}
	.main_section03 .inner h2{font-size:28px;}
	.main_section03 .inner p{font-size:15px;}
}


