@charset "utf-8";

@import url(common.css);
/* Font */
@import url(font.css);
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* Guide 
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset 
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin: 0;padding: 0;}
body,th,td,input,select,textarea,button {font-size: 16px;color: #000; font-family:'S-CoreDream', 'Noto Sans KR',"Malgun Gothic","맑은 고딕",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 !important;color: inherit;}
img {max-width: 100%;}
textarea {max-width: 100%;resize: none;}
body {overflow-x: hidden;}
caption{overflow:hidden; line-height:0; text-indent:-2000em;}

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


@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: 50px;height: 50px;position: fixed;bottom: 20px;right: 20px;display: none;text-align: center;z-index: 10000;-webkit-border-radius: 0%;-moz-border-radius: 0%;border-radius:50%;background: #222;}

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



/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {position: relative;width: 100%;min-width: 340px;height: 100%; overflow: hidden;}
.top_link_menu{position: absolute; float:right;right:50px;top: 32px;min-width:340px;}
.sns_link a{position: absolute;right:40px;width:30px;height:30px;background: #979797;border-radius:30px;padding:0;}
.sns_link a:hover{background: #222;} 

.login-bar {position: absolute;right:0;padding:0 0 4px 0;text-align: center;z-index: 999;}
.login-bar li {display: inline-block;position: relative;height: 30px;margin-bottom: 10px;}
.login-bar li a{height:30px;font-size: 12px;padding: 0;color: #525353;font-weight: 500;border-radius:30px;}

.login-bar .material-icons {display: block;position: absolute;right: 6px;top: 2px;font-size: 18px;color: #fff;display:none;}
.login-bar li:first-child {padding-right:0;background: #979797;border-radius:30px;}
.login-bar li:first-child a{display: block;width: 30px;color: #fff;}
.login-bar li:first-child a:hover{background:#222;}
.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: 30px;}
.login-bar .lang_list {display: none;position: absolute;background-color: #000;width: 30px;left:0px;border-radius:30px;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;}
.login-bar .lang_list dd a:hover{color:#ff0000;}

@media only screen and (max-width: 980px) {
	#wrapper {padding-top: 65px;}
}

@media only screen and (max-width: 340px) {
	#wrapper {min-width:100%;}
}

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

@media only screen and (min-width: 980px) {
	#header {z-index: 999; width: 100%; position: fixed; transition: all 0.5s; background: rgba(255,255,255,0.25);}
	#header:after {display:block;content:"";clear:both; width:100%; height:1px; background:rgba(238,238,238,0.8); position:absolute; left:0;}
	#header.scroll_on {background: #fff; transition:all 0.5s; border-bottom:1px solid #eaeaea;box-shadow: 2px 10px 10px rgba(0,0,0,0.2);}
	#header.scroll_on:before {border-bottom: solid 1px #f5f5f5;}
	#header.sub_page:after {content:''; display:block;}
	#header > div {position: relative; height: 100px; text-align: center; padding-left: 320px; padding-right: 320px; display: flex; align-items: center; justify-content: center;}

	#L_SITE_LOGO {position: absolute; left: 0; top: 0;}
	#L_SITE_LOGO h1 a {display: flex; align-items: center; width: 320px; height: 100px; padding: 0 20px;}
	#L_SITE_LOGO h1 a > img {display: block; width: 100%;}

	.gnb {float: right;right: 0;top: 27px;position: absolute;display:none;}
	.all_menu {display: inline-block;width: 17px;height: 17px;}
	.all_menu > span {display: inline-block;width: 8px;height: 8px;background: #1e1e1e;float: left;}
	.all_menu > span:first-child {margin:0px 1px 1px 0px; }
	.all_menu > span:nth-child(3) {margin:0px 1px 0px 0px;}

	.lang_select { font-size:14px; float: right; position: absolute; right: 0px; top:40px;}
	.lang_select > li {float:left;line-height: 1;  margin-left:15px; }
	.lang_select > li a {color:#444;line-height: 1;font-weight:600;font-size:13px;padding-left:0px;}
	.lang_select > li a.active {color:#73a853;}

	.nav-btn {z-index: 999;position: absolute;top:20px;right: 32px;width: 35px;height: 29px;cursor: pointer;display: none;}
	.nav-btn span {position: absolute;left: 50%;display: inline-block;margin-left: -17.5px;width: 35px;height: 3px;background: #0b7c02;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;transition: all .3s ease-out;}
	.nav-btn span:nth-child(1) {top: 0;}
	.nav-btn span:nth-child(2) {top: 10px;}
	.nav-btn span:nth-child(3) {top: 11px;}
	.nav-btn.nav-close span:nth-child(1) {top: 50%;transform: rotate(45deg);}
	.nav-btn.nav-close span:nth-child(2) {margin-left: 0;width: 0;}
	.nav-btn.nav-close span:nth-child(3) {top: 50%;transform: rotate(-45deg);}
	.all-btn {z-index: 999;display: block;position: absolute;top: 0px;right: 0px;width: 75px;height: 65px;background: #0b7c02;cursor: pointer;}
	.all-btn span {position: absolute;left: 50%;display: block;margin-left: -15px;width: 30px;height: 3px;background: #fff;transition: .2s all linear;}
	.all-btn span:nth-child(1) {top: 20px;}
	.all-btn span:nth-child(2) {top: 30px;}
	.all-btn span:nth-child(3) {top: 40px;}
	.all-btn.all-close span:nth-child(1) {top: 50%;transform: rotate(45deg);}
	.all-btn.all-close span:nth-child(2) {margin-left: 0;width: 0;}
	.all-btn.all-close span:nth-child(3) {top: 50%;transform: rotate(-45deg);}

	.nav-bg {z-index:-1;display: none;position: absolute; margin-top: -1px; top:0px;left: -500%;width: 1000%;height:360px;background: #fff;box-shadow: 2px 2px 2px rgba(0,0,0,0.1); border-top: solid 1px #f5f5f5;}
	#nav {width: 100%; z-index: 999;}
	.navigation{display: flex; align-items: center; justify-content: space-around; width: 100%;}
	.navigation > li {position: relative; text-align: center; flex: auto;}
	.navigation > li > a {display: flex; align-items: center; justify-content: center; width: 100%; height: 100px; font-weight: 600; font-size: 20px; color: #222;}
	.navigation:hover > li > a {color:#222;}
	#header.scroll_on .navigation > li > a {color:#222;}
	.navigation > li:hover:before {content: ''; display: block; width:100%;height:2px; background:#73a853;position: absolute;bottom: 0; left: 0; right: 0;}
	.navigation .sub-menu {display: none;z-index: 999;position: absolute;top:100px;left: 0;padding:15px 0;width: 100%;height: 240px; box-sizing: border-box;}
	.navigation .sub-menu a {display: block;text-align: center;line-height: 35px;font-size: 16px;color: #666; white-space: nowrap;}
	.navigation .sub-menu a.line-2{line-height:20px;padding:7px 0;} 
	.navigation .sub-menu .intro-menu {display: none;}
	.navigation .sub-menu a:hover {color:#73a853;}
	
	.gnb-right {display: flex; flex-direction: column;     justify-content: center; position: absolute; right: 0; top: 0; padding: 0 16px; height: 100px;}
	.gnb-right dt {text-align: right;}
	.gnb-call {-webkit-border-radius: 30px; border-radius: 30px; background: rgba(0,0,0,0.4); border: solid 1px #bfbfbf; color: #fff; padding: 0 10px; font-size: 14px; 
							 display: inline-flex; align-items: center; justify-content: center; width: 140px; height: 32px;}
	.gnb-call strong {font-size: 18px; margin-left: 10px; color: #fff;}
	.gnb-call:before {content: ''; display: block; width: 24px; height: 20px; margin-right: 10px; background: url('/images/mtl01r-20-0043/common/gnb_call.png') no-repeat center center / cover;}
	.gnb-call span {color: #fff;}
	.gnb-call:hover {background: #ed9801;}
	.gnb-weather {-webkit-border-radius: 30px; border-radius: 30px; background: rgba(0,0,0,0.4); border: solid 1px #bfbfbf; color: #fff; padding: 0 10px; font-size: 14px; 
								display: inline-flex; align-items: center; justify-content: center; width: 140px; height: 32px;}
	.gnb-weather:before {content: ''; display: block; width: 24px; height: 20px; margin-right: 10px; background: url('/images/mtl01r-20-0043/common/gnb_weather.png') no-repeat center center / cover;}
	.gnb-weather span {color: #fff;}
	.gnb-weather:hover {background: #73a853;}
	.gnb-right dd {display: flex; align-items: center; justify-content: space-between; margin-top: 10px;}
	

	.gnb-login {display: flex; align-items: center;}
	.gnb-login li {position: relative; margin-right: 5px;}
	.gnb-login li:last-child {margin-right: 0;}
	.gnb-login li a {display: flex; align-items: center; justify-content: center; font-size: 16px; width: 90px; height: 32px;color:#ffffff; background: rgba(0,0,0,0.4); border: solid 1px #bfbfbf; -webkit-border-radius: 20px; border-radius: 20px;}
	.gnb-login li a:hover {background:#0000FF;}
	.gnb-info {display: flex; align-items: center;}
	.gnb-info li {margin-right: 5px;}
	.gnb-info li:last-child {margin-right: 0;}
	.gnb-info li a {display: block; -webkit-border-radius: 30px; border-radius: 30px;}
	.gnb-info li a.kakao,
	.gnb-info li a.blog {width: 40px; height: 32px; text-indent: -9999px;}
	.gnb-info li a.kakao {background: url('/images/mtl01r-20-0043/common/gnb_kakao.png') no-repeat center center / cover;}
	.gnb-info li a.blog {background: url('/images/mtl01r-20-0043/common/gnb_blog.png') no-repeat center center / cover;}
}


	/* 서브상단메뉴 */
	#L_SITE_LOGO.sub_page a { display: inline-block; background: url('/images/mtl01r-20-0043/common/logo_on.png') no-repeat center center/contain; width: 262px; height:34px;}
	#L_SITE_LOGO.sub_page a > img {display:none;}	
	.navigation.sub_page > li > a {color: #fff;}
	.all_menu.sub_page > span {background: #fff;}
	.lang_select.sub_page > li a.active {color: #fff;}

/* @media only screen and (max-width: 1600px) {
	.navigation > li {padding: 0 25px;}
	.navigation .main-menu {font-size: 18px;}
}

@media only screen and (max-width: 1400px) {
	#header > div {padding-left: 240px; padding-right: 280px;}
	#header h1 a {width: 200px;}
	.navigation > li {padding: 0 25px;}
	.navigation .main-menu {font-size: 18px;}
	.gnb-info li a.call span {display: none;}
	.gnb-info li a.call:before {margin-right: 0;}
	.navigation .sub-menu a {font-size: 14px;}
} */

@media only screen and (max-width: 1400px) {
	#header > div {padding-left: 280px; padding-right: 280px;}
	#L_SITE_LOGO h1 a {width: 280px;}
	.navigation > li > a {font-size: 18px;}
	.gnb-call {font-size: 13px; width: 120px;}
	.gnb-weather {font-size: 13px; width: 120px;}
	.gnb-call strong {font-size: 15px;}
	.gnb-weather strong {font-size: 15px;}
	.gnb-login li a {font-size: 13px; width: 70px;}
}


@media only screen and (max-width: 1200px) {
	#header {}
	#header > div {height: 80px; padding-left: 220px; padding-right: 220px;}

	#L_SITE_LOGO {top: 0;}
	#L_SITE_LOGO h1 a {width: 220px; height: 80px; padding: 0 10px;}
	.navigation {}
	.navigation > li > a {height: 80px; font-size: 17px;}
	.navigation .sub-menu {top: 80px; height: 260px; padding: 10px 0;}
	.navigation .sub-menu a {font-size: 13px;}
	.nav-bg {height: 300px;}
	.gnb-right {top: 0; padding: 0 10px; height: 80px;}

	.gnb-call {font-size: 11px; height: 30px; width: 100px;}
	.gnb-call strong {font-size: 12px;}
	.gnb-weather {font-size: 11px; height: 30px; width: 100px;}
	.gnb-weather strong {font-size: 12px;}
	.gnb-right dd {margin-top: 5px;}

	
	.gnb-login li a {font-size: 12px; height: 30px; width: 60px;}
	.gnb-info li a.kakao,
	.gnb-info li a.blog {width: 30px; height: 30px;}
}

@media only screen and (max-width: 980px) {
	#header {z-index: 666;width: 100%;height: 65px;background: #fff;position: fixed;padding: 0px;border-bottom:1px solid #eaeaea; left: 0; top: 0;}
	#header > div {padding: 0;}
	#L_SITE_LOGO {position: absolute; left: 20px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);}
	#header h1 a {display: block; width: 200px; height: auto; padding: 0;}
	#header h1 a > img {display: block; width: 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 {z-index: 999;display: block;position: absolute;top: 20px;right: 20px;width: 30px;height: 23px;cursor: pointer;}
	.nav-btn span {position: absolute;left: 50%;display: block;margin-left: -15px;width: 30px; height: 4px; background: #333; transition: .2s all linear;border-radius:20px;}
	.nav-btn span:nth-child(1) {top: 0;}
	.nav-btn span:nth-child(2) {top: 10px;}
	.nav-btn span:nth-child(3) {top: 20px;}
	.nav-btn.nav-close {position: fixed;}
	.nav-btn.nav-close span:nth-child(1) {top: 50%;transform: rotate(45deg);}
	.nav-btn.nav-close span:nth-child(2) {margin-left: 0;width: 0;}
	.nav-btn.nav-close span:nth-child(3) {top: 50%;transform: rotate(-45deg);}
	.nav-bg {z-index: 777;display: none;position: fixed;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);}
	#nav {z-index: 888;position: fixed;right: -100%;display: block;padding: 115px 0 20px;width: 70%;height: 100%;background: #fff;float:none;}
	.navigation{margin:0;}
	.navigation > li {width: 100%; padding: 0;}
	.navigation .sub-menu {width: 100%;} 
	.navigation > li > a {display: block;padding: 0 20px;width: 100%;line-height: 45px; height: auto;font-weight: 400;font-size: 16px;color: #000;transition: none;}
	.navigation > li.active > a {background: #74a854;color: #fff;}
	.navigation .sub-menu {display: none;padding: 10px 0;background: #f1f1f1; height: auto;}
	.navigation .sub-menu a {display: block;padding: 0 25px;line-height: 30px;font-size: 14px;color: #555;}
	.navigation .sub-menu a.line-2{line-height:30px;padding:0 25px;} 
	.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: #0160a7;}
	.navigation .sub-menu a:hover:before {background: #0160a7;}
	.lang_select { font-size:13px;font-weight:400; display:inline-block; padding-left:20px; margin-top: 30px; }
	.lang_select > li {float:left;line-height: 1; padding-right:12px; }
	.lang_select > li a {color:#555; line-height: 1;background:#f3f3f3;padding:5px 10px;border-radius:10px;}
	.lang_select > li a.active {color:#0160a7;}
	
	.gnb-login {display: flex; align-items: center; position: absolute; left: 0; top: 65px; width: 100%; background: #f1f1f1; height: 50px; padding: 0 20px;}
	.gnb-login li {position: relative; padding-right: 15px; margin-right: 15px;}
	.gnb-login li:last-child {padding-right: 0; margin-right: 0;}
	.gnb-login li:after {content: ''; display: block; width: 1px; height: 10px; background: #c6c6c6; position: absolute; right: 0; top: 50%; margin-top: -5px;}
	.gnb-login li:last-child:after {display: none;}
	.gnb-login li a {display: block; font-size: 14px; height: auto; width: auto;}

	.gnb-right dd {display: flex; align-items: center; margin-top: 10px;}

   
	.gnb-call {color: #74a854; font-size: 15px; position: absolute; left: 0; right: 0; bottom: 100px; padding: 0 20px;}
	.gnb-call strong {font-size: 18px; display: block; margin-top: 4px;}
	.gnb-call span {display: block;}
	.gnb-call:before {}

    .gnb-weather {color:#00afff; font-size: 15px; position: absolute; left: 80px; right: 0; bottom: 100px; padding: 0 20px;}
	.gnb-weather strong {font-size: 18px; display: block; margin-top: 4px;}
    .gnb-weather span {display: block;}
	.gnb-weather:before {}

    
	.gnb-info {position: absolute; left: 0; right: 0; bottom: 30px; padding: 0 20px; display: flex; flex-wrap: wrap;}
	.gnb-info li {}
	.gnb-info li a {display: block; -webkit-border-radius: 30px; border-radius: 30px;}
	.gnb-info li a.kakao,
	.gnb-info li a.blog {width: 40px; height: 40px; text-indent: -9999px; margin-right: 10px;}
	.gnb-info li a.kakao {background: url('/images/mtl01r-20-0043/common/gnb_kakao.png') no-repeat center center / cover;}
	.gnb-info li a.blog {background: url('/images/mtl01r-20-0043/common/gnb_blog.png') no-repeat center center / cover;}
}


@media only screen and (max-width: 780px) {
	#L_SITE_LOGO {left: 10px;}
	#header h1 a {width: 180px;}
}



/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn {text-transform: uppercase;border-radius: 0;line-height: 24px;}
.btn:focus,.btn:active {outline: none;color: #fff;}
.btn-custom {border-radius: 3px;padding: 0.8em 1.8em;-webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out;transition: all .2s ease-out;text-transform: uppercase;background-color: #509591;border-color: #509591;color: #fff;}
.btn-custom:hover,.btn-custom:focus {background-color: #447774;border-color: #447774;color: #fff;}
.btn-custom-outline {border-radius: 3px;padding: 0.8em 1.8em;color: #fff;-webkit-transition: all .2s ease-out;transition: all .2s ease-out;text-transform: uppercase;background-color: transparent;border-color: #fff;}
.btn-custom-outline:hover, .btn-custom-outline:focus {color: #fff;background-color: rgba(255, 255, 255, .5);}
.btn-bar a {margin-right: 10px;}
.form-control {box-shadow: none;-webkit-box-shadow: none;border-radius: 3px;height: 38px;}
.form-control:focus {outline: none;box-shadow: none;-webkit-box-shadow: none;border-color: #333;}




/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{}
.footer-top {background: #16181b; padding: 20px 0;}
.footer-top .inner {display: flex; align-items: center; justify-content: space-between;}
.footer-menu {display: flex; align-items: center;}
.footer-menu li {margin-right: 50px;}
.footer-menu li:last-child {margin-right: 0;}
.footer-menu li a {display: block; font-size: 16px; color: #fff; font-weight: 300;}
.footer-family {display: block; width: 240px; height: 40px; border: solid 1px #3e3f41; background: #16181b; color: #7e7e7e; padding: 0 10px; cursor: pointer;}
.footer-bottom {background: #1f2327; padding-top: 40px; padding-bottom: 100px;}
.footer-bottom .inner {display: flex; align-items: center;}
.footer-logo {margin-right: 50px;}
.footer-logo img {display: block; width: 285px;}
.footer-info {color: rgba(255,255,255,0.5); font-size: 14px; font-weight: 300;}
.footer-addr {}
.footer-list {display: flex; align-items: center; margin-top: 5px;}
.footer-list li {margin-right: 50px;}
.footer-list li:last-child {margin-right: 0;}
.footer-copy {display: block; margin-top: 30px;}
.footer-copy strong {font-weight: 300; color: rgba(189,255,119,0.5);}
.footer-copy br {display: none;}

@media only screen and (max-width:1200px) {
	.footer-menu li {margin-right: 30px;}
	.footer-menu li a {font-size: 14px;}
	.footer-logo img {width: 240px;}
	.footer-list li {margin-right: 20px;}
	.footer-copy {margin-top: 20px;}
}

@media only screen and (max-width:980px) {
	.footer-family {width: 200px;}
	.footer-bottom .inner {display: block;}
	.footer-logo {margin-right: 0;}
	.footer-info {margin-top: 20px;}
}

@media only screen and (max-width:780px) {
	.footer-top .inner {display: block;}
	.footer-menu {justify-content: center;}
	.footer-menu li {margin-right: 15px;}
	.footer-menu li a {font-size: 12px;}
	.footer-family {margin: 20px auto 0;}
	.footer-bottom {padding-top: 30px; padding-bottom: 60px;}
	.footer-logo img {margin: 0 auto; width: 200px;}
	.footer-info {font-size: 12px; text-align: center;}
	.footer-list {display: block;}
	.footer-list li {margin-right: 0;}
	.footer-copy {font-size: 11px;}
	.footer-copy br {display: block;}
}



/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual {position: relative;overflow: hidden;}

.carousel-caption {position: absolute;width: 1200px;top:33%;left: 50%;margin-left: -600px;z-index: 99;text-align:right;}
.carousel-caption .slogan {font-size:35px; font-weight:600;font-family:'S-CoreDream', sans-serif;text-shadow:0 5px 15px rgba(0,0,0,0);word-break:keep-all;color: #143142;}
.carousel-caption p {font-size:72px;margin-bottom:20px;font-weight:600;}
.carousel-caption p > span {color:#ce2d;}

#main_slide.owl-carousel {display: block;height: 860px;}
#main_slide.owl-carousel .owl-item .item {height: 860px;}
#main_slide.owl-carousel .owl-item .main-img01 {background: url('/images/mtl01r-20-0043/main/main_visual01.jpg') no-repeat center/cover;}
#main_slide.owl-carousel .owl-item .main-img02 {background: url('/images/mtl01r-20-0043/main/main_visual02.jpg') no-repeat center/cover;}
#main_slide.owl-carousel .owl-item .main-img03 {background: url('/images/mtl01r-20-0043/main/main_visual03.jpg') no-repeat center/cover;}
#main_slide.owl-carousel .owl-item .main-img03 .carousel-caption p{font-size:58px;}

#main_slide.owl-carousel .owl-dots {position: absolute;bottom:80px;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:10px;height:10px;border-radius:10px;background:#fff;margin:0px 5px;}
#main_slide.owl-carousel .owl-dots .owl-dot.active span {display:inline-block;width:25px;height:10px;border-radius:10px;background:#fff;}

#main_slide.owl-carousel .owl-nav{position:absolute;top:50%;left:50%;width:1200px;margin-left:-600px;}
/* #main_slide.owl-carousel .owl-nav button.owl-next, #main_slide.owl-carousel .owl-nav button.owl-prev{background: 0 0;color: inherit;border: none;padding: 0!important;font: inherit;width:50px;height:50px;cursor: pointer;font-size:0;-webkit-transition: all .2s ease-out -moz-transition: all .2s ease-out;transition: all .2s ease-out;border-radius:50%;}
#main_slide.owl-carousel .owl-nav button.owl-prev{background:rgba(0,0,0, .2) url('/images/mtl01r-20-0043/main/bt_prev.png') no-repeat  center;position:absolute;left:-5%;}
#main_slide.owl-carousel .owl-nav button.owl-next{background:rgba(0,0,0, .2) url('/images/mtl01r-20-0043/main/bt_next.png') no-repeat center;position:absolute;right:-5%;}
#main_slide.owl-carousel .owl-nav button.owl-prev:hover{background:rgba(0,0,0, .7)url('/images/mtl01r-20-0043/main/bt_prev.png') no-repeat  center;}
#main_slide.owl-carousel .owl-nav button.owl-next:hover{background:rgba(0,0,0, .7) url('/images/mtl01r-20-0043/main/bt_next.png') no-repeat center;} */


@media only screen and (max-width: 1200px) {
	.carousel-caption {width: 100%;left: 0%;margin-left: 0px;padding:0px 20px;}
	.carousel-caption .slogan {font-size:24px;}
	.carousel-caption p {font-size:65px;}
	#main_slide.owl-carousel .owl-item .main-img03 .carousel-caption p{font-size:50px;}
	#main_slide.owl-carousel {display: block;height: 800px;}
	#main_slide.owl-carousel .owl-item .item {height: 800px;}
	#main_slide.owl-carousel .owl-nav{position:absolute;left:calc(50%);width:80%;margin-left:-40%;}
}

@media only screen and (max-width: 980px) {
	.carousel-caption{top:35%;}
    .carousel-caption .slogan {font-size:20px;}
	.carousel-caption p {font-size:55px;margin-bottom:10px;}
	#main_slide.owl-carousel .owl-item .main-img03 .carousel-caption p{font-size:45px;}

}

@media only screen and (max-width: 780px) {
    #main_slide.owl-carousel {height:600px;}
    #main_slide.owl-carousel .owl-item .item {height:600px;}
	.carousel-caption .slogan {font-size:18px;}
	#main_slide.owl-carousel .owl-dots {bottom:50px;}
	.carousel-caption p {font-size:43px;}
	#main_slide.owl-carousel .owl-item .main-img03 .carousel-caption p{font-size:35px;}
	#main_slide.owl-carousel .owl-item .main-img03 .carousel-caption .slogan  {width:80%;margin:0 auto;}
}

@media only screen and (max-width:500px) {
    #main_slide.owl-carousel {height:450px;}
	.carousel-caption{top:40%;}
    #main_slide.owl-carousel .owl-item .item {height:450px;}
	#main_slide.owl-carousel .owl-nav{width:90%;margin-left:-45%;}
	#main_slide.owl-carousel .owl-nav button.owl-next, #main_slide.owl-carousel .owl-nav button.owl-prev{width:40px;height:40px;}
	.carousel-caption .slogan {font-size:16px;font-weight:300;width:90%;margin:0 auto;}
	.carousel-caption p {font-size:33px;}
	#main_slide.owl-carousel .owl-item .main-img03 .carousel-caption p{font-size:25px;}
}


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

#mainContainer {z-index: 555;}
.main_section {display: flex; height: 100vh; align-items: center; justify-content: center;}
.inner,
.main_section_inner {width: 100%; max-width: 1240px; margin: 0 auto; padding-left: 20px; padding-right: 20px; position: relative;}
.main_section_title {font-family:'S-CoreDream', sans-serif; letter-spacing:-1px; color: #000; text-align: center; margin-bottom: 80px;}
.main_section_title span {display: block; font-size: 20px; font-weight: 500; margin-bottom: 20px;}
.main_section_title p {font-size: 20px; color: #4f4f4f; margin-top: 30px;}
.main_section_title h2 {font-size: 40px; font-weight: 700; letter-spacing: -0.075rem;}
.main_section_title h3 {font-size: 36px;}

@media only screen and (max-width: 1200px) {
	.main_section_title {margin-bottom: 60px;}
	.main_section_title span {font-size: 18px;}
	.main_section_title h2 {font-size: 34px;}
	.main_section_title p {font-size: 18px;}
}

@media only screen and (max-width: 980px) {
	.fp-section {height: auto !important;}
	.main_section {height: auto; padding: 120px 0;}
	.main_section_title {margin-bottom: 40px;}
	.main_section_title span {margin-bottom: 10px;}
	.main_section_title h2 {font-size: 30px;}
	.main_section_title p {margin-top: 15px; font-size: 16px;}
}

@media only screen and (max-width: 780px) {
	.main_section {padding: 60px 0;}
	.main_section_title {margin-bottom: 30px;}
	.main_section_title span {font-size: 16px;}
	.main_section_title h2 {font-size: 24px;}
	.main_section_title h3 {font-size: 18px;}
	.main_section_title p {font-size: 14px; margin-top: 10px;}
}



/**/
#fp-nav ul {position: relative;}
#fp-nav ul:before {content: ''; display: block; width: 1px; background: #e2dee1; position: absolute; left: 50%; top: 12px; bottom: 12px; margin-left: -1px;}
#fp-nav ul li .fp-tooltip{color:#fff !important;text-shadow:1px 1px 1px rgba(0,0,0,.4);}
#fp-nav ul li{height:30px;width:30px;text-align:center;}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {display: block; margin:-5px 0 0 -5px !important;width:9px !important;height:9px !important;background:#e2dee1; -webkit-border-radius: 50%; border-radius: 50%;}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {z-index: 1; width:29px !important;height:29px !important; margin:-15px 0 0 -15px !important; border: solid 2px #73a853; background: none;}
#fp-nav ul li a.active span:after,
.fp-slidesNav ul li a.active span:after,
#fp-nav ul li:hover a.active span:after,
.fp-slidesNav ul li:hover a.active span:after {content: ''; display: block; width: 9px; height: 9px; -webkit-border-radius: 50%; border-radius: 50%; background: #73a853; position: absolute; left: 50%; top: 50%; margin-top: -4px; margin-left: -5px;}

#fp-nav ul li:last-child{display:none;}

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

}

@media only screen and (max-width: 980px){
	#fp-nav{display:none;}
}

@media only screen and (max-width: 780px){
	#fp-nav{display:none;}
	.fp-tooltip{display:none !important;}

}




/* 메인배너 */
.main-ban {position: relative; background: #fff;}
.main-ban__cont {display: flex !important; align-items: center; justify-content: center; height: 100vh;}
.main-ban__caption img {display: block; margin: 0 auto; max-width: 70%;}
.main-ban .slick-dots {display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; bottom: 30px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.main-ban .slick-dots li {margin: 0 5px;}
.main-ban .slick-dots li button {display: block; text-indent: -9999px; width: 10px; height: 10px; background: #fff; border: none; -webkit-border-radius: 50%; border-radius: 50%; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.main-ban .slick-dots li.slick-active button {background: #73a853;}

@media only screen and (max-width: 980px){
	.main-ban__cont {height: 60vh;}
}

@media only screen and (max-width: 780px){
	.main-ban__cont {height: 40vh;}
}


/* #main {height: 100vh; background:url('/images/mtl01r-20-0043/main/main_common_bg.jpg') no-repeat center / cover;} */
/* #main {height: 100vh; background:url('https://www.dropbox.com/s/q3ozyvyuzbh9qkv/Austria.jpg?raw=1') no-repeat center / cover;} */
#main {position: relative;
				height: 100vh;
				background: url("/images/mtl01r-20-0043/main/main_common_bg.jpg");
				background-size: 120% 120vh;
				background-position: 0 20%;
				background-repeat: repeat-x;

				animation: shift 20s linear infinite;
				}

				@keyframes shift{
				from{
				background-position: 0 20%;
				}

				to{
				background-position: 100% 20%;
				}
				}

@media only screen and (max-width:980px) {
	#main {height: calc(100vh - 65px); overflow-y: auto; overflow-x: hidden;}
}


/*      main_section01     */

.section01_list {display: flex; margin: 0 -15px;}
.section01_list li {width: 25%; padding: 0 15px;}
.section01_list li a {display: block; position: relative; padding-bottom: 140%; overflow: hidden; background: #fff; -webkit-border-radius: 30px; border-radius: 30px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.section01_list li a:before,
.section01_list li a:after {content: ''; display: block;  position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.section01_list li a:before {opacity: 0;}
/* .section01_list li:nth-child(1) a:before {background: url('/images/mtl01r-20-0043/main/main_center_1.png') no-repeat center center / cover;}
.section01_list li:nth-child(2) a:before {background: url('/images/mtl01r-20-0043/main/main_center_2.png') no-repeat center center / cover;}
.section01_list li:nth-child(3) a:before {background: url('/images/mtl01r-20-0043/main/main_center_3.png') no-repeat center center / cover;}
.section01_list li:nth-child(4) a:before {background: url('/images/mtl01r-20-0043/main/main_center_4.png') no-repeat center center / cover;}
.section01_list li:nth-child(1) a:after {background: url('/images/mtl01r-20-0043/main/main_center_obj_1.png') no-repeat center center / cover;}
.section01_list li:nth-child(2) a:after {background: url('/images/mtl01r-20-0043/main/main_center_obj_2.png') no-repeat center center / cover;}
.section01_list li:nth-child(3) a:after {background: url('/images/mtl01r-20-0043/main/main_center_obj_3.png') no-repeat center center / cover;}
.section01_list li:nth-child(4) a:after {background: url('/images/mtl01r-20-0043/main/main_center_obj_4.png') no-repeat center center / cover;} */
.section01_list li a h5 {z-index: 1; position: absolute; left: 50%; bottom: 50px; font-size: 20px; font-weight: 700; white-space: nowrap; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.section01_list li a:hover {background: #000;}
.section01_list li a:hover:before {opacity: 0.9;}
.section01_list li a:hover:after {opacity: 0;}
.section01_list li a:hover h5 {color: #fff; bottom: 50%; -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%);}

@media only screen and (max-width: 1200px) {
	.section01_list li a h5 {font-size: 18px; bottom: 30px;}
}

@media only screen and (max-width:980px) {
	.section01_list {margin: 0 -10px;}
	.section01_list li {padding: 0 10px;}
	.section01_list li a h5 {font-size: 16px;}
}

@media only screen and (max-width:780px) {
	.section01_list {flex-wrap: wrap; margin: -5px;}
	.section01_list li {width: 50%; padding: 5px;}
	.section01_list li a {-webkit-border-radius: 10px; border-radius: 10px;}
	.section01_list li a h5 {font-size: 14px;}
}



.section01_list_2{display:flex;width:1200px;margin:0 auto;}
.section01_list_2 li{width: 25%; padding: 0 10px;}
.section01_list_2 li a{position:relative;display:block;overflow: hidden;border-radius:30px;box-shadow:0 5px 15px rgba(0,0,0,0.1);height:380px;width:100%;}
.section01_list_2 li a video {position: relative; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.section01_list_2 li a dl{text-align:center;width:100%; background: #fff; position: absolute; left: 0; right: 0; bottom: 0; height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.section01_list_2 li a dl dt{color:#007dc3;font-size:23px;font-weight:500;}
.section01_list_2 li a dl dd{font-size:15px; height: 2.8em; line-height: 1.4; margin-top: 5px;}


.section01_list_2 li a:hover video{opacity: 0;}
.section01_list_2 li a:hover dl {height: 100%; background: transparent;}
.section01_list_2 li a:hover dl dt {color: #fff;}
.section01_list_2 li a:hover dl dd {color: #fff;}
/* .section01_list_2 li:nth-child(1) a:hover{background:#fff url('/images/mtl01r-20-0043/main/banner01_on.jpg') no-repeat center top /cover;}
.section01_list_2 li:nth-child(2) a:hover{background:#fff url('/images/mtl01r-20-0043/main/banner02_on.jpg') no-repeat center top /cover;}
.section01_list_2 li:nth-child(3) a:hover{background:#fff url('/images/mtl01r-20-0043/main/banner03_on.jpg') no-repeat center top /cover;}
.section01_list_2 li:nth-child(4) a:hover{background:#fff url('/images/mtl01r-20-0043/main/banner04_on.jpg') no-repeat center top /cover;} */


@media only screen and (max-width: 1200px) {
	.section01_list_2{width:95%;margin:0 auto;}
}

@media only screen and (max-width:980px) {
	.section01_list_2{flex-wrap: wrap;}
	.section01_list_2 li{width:calc(100% / 2 - 4%);margin:0 2% 25px 2%;}
    .section01_list_2 li a{position:relative;display:block;border-radius:30px;box-shadow:0 5px 15px rgba(0,0,0,0.1);height:330px;width:100%;}
	.section01_list_2 li a dl {height: 100px;}
    .section01_list_2 li a dl dt{font-size:23px;}
    .section01_list_2 li a dl dd{font-size:15px;}
}

@media only screen and (max-width:710px) {
	.section01_list_2 li{width:96%;margin:0 2% 25px 2%;}
	.section01_list_2 li a:before{left:5%;top:10%;width:50%;}
	.section01_list_2 li a dl dt{font-size:18px;}
	.section01_list_2 li a dl dd{font-size:14px;margin-top:10px;}
}




/*      main_section02     */

.main_section02 {/* background:url('/images/mtl01r-20-0043/main/main_common_bg.jpg') no-repeat center / cover; */}
.tabs{display: flex; justify-content: center; align-items: center;}
.tabs li {margin: 0 4px;}
.tabs li button {display: flex; width: 110px; height: 40px; background: #fff; color: #b5b5b5; font-size: 14px; font-weight: 500; justify-content: center; align-items: center; border: none; -webkit-border-radius: 20px; border-radius: 20px; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.tabs li button.active {background: #73a853; color: #fff;}
.tab_container {position: relative; margin-top: 30px;}
.tab_content {position: absolute; top: 0; width: 100%;}
.tab_content#tab1 {position: relative;}
.main-brd {margin: 0 -10px;}
.main-brd .slick-slide {padding: 0 10px;}
.main-brd .slick-arrow {position: absolute; top: 50%; margin-top: -20px; text-indent: -9999px; z-index: 1; width: 20px; height: 40px; border: none; background: url('/images/mtl01r-20-0043/main/main_notice_arrow.png') no-repeat; background-size: auto 100%;}
.main-brd .slick-arrow.slick-prev {background-position: left; left: -30px;}
.main-brd .slick-arrow.slick-next {background-position: right; right: -30px;}
.main-brd .slick-dots {display: flex; align-items: center; justify-content: center; margin-top: 20px;}
.main-brd .slick-dots li {margin: 0 3px;}
.main-brd .slick-dots li button {display: block; text-indent: -9999px; width: 10px; height: 10px; background: #fff; border: none; -webkit-border-radius: 50%; border-radius: 50%; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.main-brd .slick-dots li.slick-active button {background: #73a853;}
.main-brd .none {text-align: center;}
.main-brd a {display: block; background: #fff; padding: 40px 30px; -webkit-border-radius: 20px; border-radius: 20px; position: relative;}
.main-brd em {display: none; padding-bottom: 60%;}
.main-brd h5 {font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4; height: 2.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-brd p {margin-top: 40px; font-size: 14px; color: #4e4e4e; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.8; height: 5.4em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.main-brd a:hover:after {content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: solid 4px #6bfc12; -webkit-border-radius: 20px; border-radius: 20px;}
.main-brd dl {position: relative; margin-top: 60px;}
.main-brd dt {font-weight: 300; height: 14px; line-height: 14px; color: #afafaf; font-size: 14px; padding-left: 20px; background:url('/images/mtl01r-20-0043/main/main_notice_date.png') no-repeat left center / 14px auto;}
.main-brd dd {position: absolute; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 20px; background: #ff8a00; color: #fff; font-size: 12px;-webkit-border-radius: 20px; border-radius: 20px;}
.main-more {display: flex; justify-content: center; align-items: center; border: solid 1px #e5e5e5; margin: 60px auto 0; width: 110px; height: 50px; background: #fff; font-size: 14px; color: #6d6d6d;}
.main-more:after {content: ''; display: block; width: 16px; height: 16px; margin-left: 10px; background:url('/images/mtl01r-20-0043/main/main_notice_more.png') no-repeat left center / cover;}


.main-cpgn {margin: 0 -10px;}
.main-cpgn .slick-slide {padding: 0 10px;}
.main-cpgn .slick-arrow {position: absolute; top: 50%; margin-top: -20px; text-indent: -9999px; z-index: 1; width: 20px; height: 40px; border: none; background: url('/images/mtl01r-20-0043/main/main_notice_arrow.png') no-repeat; background-size: auto 100%;}
.main-cpgn .slick-arrow.slick-prev {background-position: left; left: -30px;}
.main-cpgn .slick-arrow.slick-next {background-position: right; right: -30px;}
.main-cpgn .slick-dots {display: flex; align-items: center; justify-content: center; margin-top: 20px;}
.main-cpgn .slick-dots li {margin: 0 3px;}
.main-cpgn .slick-dots li button {display: block; text-indent: -9999px; width: 10px; height: 10px; background: #fff; border: none; -webkit-border-radius: 50%; border-radius: 50%; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.main-cpgn .slick-dots li.slick-active button {background: #73a853;}
.main-cpgn .none {text-align: center;}
.main-cpgn a {display: block; background: #fff; padding: 20px; -webkit-border-radius: 20px; border-radius: 20px; position: relative;}
.main-cpgn em {display: block; padding-bottom: 60%; -webkit-border-radius: 10px; border-radius: 10px;}
.main-cpgn h5 {font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4; height: 2.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-cpgn p {margin-top: 20px; font-size: 14px; color: #4e4e4e; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.8; height: 5.4em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.main-cpgn a:hover:after {content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: solid 4px #6bfc12; -webkit-border-radius: 20px; border-radius: 20px;}
.main-cpgn dl {position: relative; margin-top: 24px;}
.main-cpgn dt {font-weight: 300; height: 14px; line-height: 14px; color: #afafaf; font-size: 14px; padding-left: 20px; background:url('/images/mtl01r-20-0043/main/main_notice_date.png') no-repeat left center / 14px auto;}
.main-cpgn dd {position: absolute; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 20px; background: #ff8a00; color: #fff; font-size: 12px;-webkit-border-radius: 20px; border-radius: 20px;}


@media only screen and (max-width: 780px) {
	.tabs li {margin: 0 4px;}
	.tabs li button {width: auto; height: 34px; font-size: 13px; padding: 0 20px; font-weight: 400;}
	.main-brd a {padding: 30px 20px; -webkit-border-radius: 10px; border-radius: 10px;}
	.main-brd h5 {font-size: 16px;}
	.main-brd p {font-size: 13px; margin-top: 10px;}
	.main-brd dl {margin-top: 20px;}
	.main-brd dt {font-size: 12px;}

	.main-cpgn p {font-size: 13px; margin-top: 10px;}
	.main-cpgn dl {margin-top: 20px;}
	.main-cpgn dt {font-size: 12px;}

	.main-more {margin: 30px auto 0; width: 80px; height: 40px;  font-size: 12px;}
	.main-more:after {width: 12px; height: 12px; margin-left: 5px;}
}




/*      main_section03     */

.main_section03 {/* background:url('/images/mtl01r-20-0043/main/main_common_bg.jpg') no-repeat center / cover; */}
.main-quick {display: flex; flex-wrap: wrap; margin: -50px -25px;}
.main-quick li {width: 20%; padding: 25px;}
.main-quick li a {display: block; padding-bottom: 100%; position: relative; color: #000; background: rgba(255,255,255,0.45); border: solid 4px #fff; -webkit-border-radius: 20px; border-radius: 20px; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-quick li a:hover {background: #ff8a00; border-color: #ff8a00; color: #fff; -webkit-border-radius: 10px; border-radius: 10px;}
.main-quick li a > span {display: flex; justify-content: center; align-items: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.main-quick li a > span > span {display: block; text-align: center; font-size: 18px; font-weight: 500; letter-spacing: -0.075rem;}
.main-quick li a > span > span:before {content: ''; display: block; width: 100px; height: 100px; margin: 0 auto 10px; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-quick li a br {display: none;}
.main-quick li a em {font-style: normal; display: flex; align-items: center; justify-content: center; line-height: 1.3; height: 2.6em;}
.main-quick li:nth-child(1) a > span > span:before {background: url('/images/mtl01r-20-0043/main/main_bnr2_img_01.png') no-repeat center center / cover;}
.main-quick li:nth-child(2) a > span > span:before {background: url('/images/mtl01r-20-0043/main/main_bnr2_img_02.png') no-repeat center center / cover;}
.main-quick li:nth-child(3) a > span > span:before {background: url('/images/mtl01r-20-0043/main/main_bnr2_img_03.png') no-repeat center center / cover;}
.main-quick li:nth-child(4) a > span > span:before {background: url('/images/mtl01r-20-0043/main/main_bnr2_img_04.png') no-repeat center center / cover;}
.main-quick li:nth-child(5) a > span > span:before {background: url('/images/mtl01r-20-0043/main/main_bnr2_img_05.png') no-repeat center center / cover;}
.main-quick li:nth-child(6) a > span > span:before {background: url('/images/mtl01r-20-0043/main/main_bnr2_img_06.png') no-repeat center center / cover;}
.main-quick li:nth-child(7) a > span > span:before {background: url('/images/mtl01r-20-0043/main/main_bnr2_img_07.png') no-repeat center center / cover;}
.main-quick li:nth-child(8) a > span > span:before {background: url('/images/mtl01r-20-0043/main/main_bnr2_img_08.png') no-repeat center center / cover;}
.main-quick li:nth-child(9) a > span > span:before {background: url('/images/mtl01r-20-0043/main/main_bnr2_img_09.png') no-repeat center center / cover;}
.main-quick li:nth-child(10) a > span > span:before {background: url('/images/mtl01r-20-0043/main/main_bnr2_img_10.png') no-repeat center center / cover;}

@media only screen and (max-width: 1200px) {
	.main-quick {margin: -20px;}
	.main-quick li {padding: 20px;}
	.main-quick li a {}
	.main-quick li a > span > span {font-size: 16px;}
}

@media only screen and (max-width: 980px) {
	.main-quick {margin: -10px;}
	.main-quick li {padding: 10px; width: 25%;}
	.main-quick li a > span > span {font-size: 15px;}
}

@media only screen and (max-width: 780px) {
	.main-quick {margin: -5px;}
	.main-quick li {padding: 5px; width: 50%;}
	.main-quick li a {border-width: 3px;}
	.main-quick li a > span > span {font-size: 13px;}
	.main-quick li a > span > span:before {margin: 0 auto 5px;}
	.main-quick li a br {display: block;}
}



/*      main_section04     */

.main_section04 {/* background:url('/images/mtl01r-20-0043/main/main_common_bg.jpg') no-repeat center / cover; */}

.main-review {margin: -15px;}
.main-review .slick-slide {padding: 15px;}
.main-review .slick-dots {display: flex; align-items: center; justify-content: center; margin-top: 10px;}
.main-review .slick-dots li {margin: 0 3px;}
.main-review .slick-dots li button {display: block; text-indent: -9999px; width: 10px; height: 10px; background: #ddd; border: none; -webkit-border-radius: 50%; border-radius: 50%; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.main-review .slick-dots li.slick-active button {background: #73a853;}
.main-review .slick-arrow {position: absolute; top: 50%; margin-top: -20px; text-indent: -9999px; z-index: 1; width: 20px; height: 40px; border: none; background: url('/images/mtl01r-20-0043/main/main_notice_arrow.png') no-repeat; background-size: auto 100%;}
.main-review .slick-arrow.slick-prev {background-position: left; left: -30px;}
.main-review .slick-arrow.slick-next {background-position: right; right: -30px;}
.main-review .none {text-align: center;}
.main-review a {display: block;}
.main-review em {display: block; padding-bottom: 70%;border: solid 3px #fff; -webkit-border-radius: 5%; border-radius: 5%;}
.main-review em:hover {border: solid 3px #6bfc12; -webkit-border-radius: 5%; border-radius: 5%;}
.main-review h5 {text-align: center; font-size: 16px; margin-top: 15px; color: #fff; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media only screen and (max-width:980px) {
	.main-review h5 {font-size: 14px;}
}

@media only screen and (max-width:780px) {
	.main-review h5 {font-size: 12px; margin-top: 10px;}
}

/* --------------------------  8월26일 CSS 추가 메인페이지(헤더,섹션2,--------------------------------*/


	  /* 날씨 스타일 설정 */
		.popup-container {
		  position: fixed;
		  width: 90%;
		  height: 80%;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  background-color: rgba(255, 255, 255, 1);
		  color: white;
		  padding: 20px;
		  border: 1px solid #264dfc;
		  border-radius: 10px;
		  display: none;
		  box-shadow: 0 2px 8px rgba(2, 95, 216, 0.527);
		}

		.popup-content {
			width:100%;
			height:100%;
		  text-align: center;
		  overflow: hidden;
		}

		iframe {
		  margin: 0;
		  width: 100%;
		  height: 95%;
		  border: 0px;
		}

		button {
		  background-color: #FF0000;
		  color: white;
		  border: none;
		  padding: 10px 20px;
		  border-radius: 5px;
		  cursor: pointer;
	
 
  /* 날씨 스타일 끝 */













