@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: #333;font-family:"S-CoreDream", 'Noto Sans KR',"Malgun Gothic","맑은 고딕",sans-serif; font-weight:400;}
dl,ul,ol,menu,li {list-style: none;}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;line-height:180%;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;}

@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: 0%;background: #222;}

.back-to-top i {background:url('/images/mtl01r-20-0043/common/bt_Top.png') no-repeat center 0;width:50px;height:50px;font-size: 15px;display: block;line-height: 43px;color:#fff;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {position: relative;width: 100%;min-width: 340px;height: 100%;}
.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;}



/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.gnb-lang {height: 30px; margin-right: -20px;}
.gnb-lang > div {background: #fff; -webkit-border-radius: 16px; border-radius: 16px; overflow: hidden;}
.gnb-lang button {width: 80px; height: 30px; font-size: 14px; padding: 0 15px; background: none; border: none; display: flex; align-items: center; justify-content: space-between;}
.gnb-lang button:after {content: ''; display: block; width: 6px; height: 6px; margin-top: -4px; margin-left: 15px; border-right: solid 1px #000; border-bottom: solid 1px #000; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.gnb-lang button.active:after {transform:rotate(225deg); -webkit-transform:rotate(225deg); margin-top: 4px;}
.gnb-lang ul {padding: 5px 0 10px; display: none;}
.gnb-lang ul li {margin-bottom: 3px;}
.gnb-lang ul li:last-child {margin-bottom: 0;}
.gnb-lang ul li a {display: block; font-size: 14px; padding: 0 15px;}

@media only screen and (min-width: 980px) {
	#header {z-index: 999;width: 100%;padding: 0px 0px;position: fixed;transition:all 0.5s;background:#fff;}
	#header:after {display:block;content:"";clear:both;}
	#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.sub_page:after {content:''; display:block; width:100%; height:1px; background:#eaeaea; position:absolute; left:0;}
	#header > div {position: relative;margin: 0 auto; height: 80px;text-align: center; padding: 0 30px;}
	#header > div:after {content: ''; display: table; clear: both;}
	#L_SITE_LOGO {float: left; height: 100%; display: flex; align-items: center;}
	#header h1 {}
	#header h1 a {display: block;}
	#header h1 a > img {display: block;} 
	.gnb {float: right;right: 0;top: 31px;position: absolute;}
	.all_menu {display: inline-block;width: 17px;height: 17px;}
	.all_menu > span {display: inline-block;width: 8px;height: 8px;background: #1e1e1e;float: left;}
	.all_menu > span:first-child {margin:0px 1px 1px 0px; }
	.all_menu > span:nth-child(3) {margin:0px 1px 0px 0px;}
	
	.lang_select { font-size:14px; float: right; position: absolute; right: 50px; top: 32px;}
	.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:#015a9d;}

	.nav-btn {z-index: 999;position: absolute;top: 20px;right: 32px;width: 35px;height: 29px;cursor: pointer;display: none;}
	.nav-btn span {position: absolute;left: 50%;display: inline-block;margin-left: -17.5px;width: 35px;height: 3px;background: #0b7c02;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;transition: all .3s ease-out;}
	.nav-btn span:nth-child(1) {top: 0;}
	.nav-btn span:nth-child(2) {top: 10px;}
	.nav-btn span:nth-child(3) {top: 21px;}
	.nav-btn.nav-close span:nth-child(1) {top: 50%;transform: rotate(45deg);}
	.nav-btn.nav-close span:nth-child(2) {margin-left: 0;width: 0;}
	.nav-btn.nav-close span:nth-child(3) {top: 50%;transform: rotate(-45deg);}
	.all-btn {z-index: 999;display: block;position: absolute;top: 0px;right: 0px;width: 75px;height: 65px;background: #0b7c02;cursor: pointer;}
	.all-btn span {position: absolute;left: 50%;display: block;margin-left: -15px;width: 30px;height: 3px;background: #fff;transition: .2s all linear;}
	.all-btn span:nth-child(1) {top: 20px;}
	.all-btn span:nth-child(2) {top: 30px;}
	.all-btn span:nth-child(3) {top: 40px;}
	.all-btn.all-close span:nth-child(1) {top: 50%;transform: rotate(45deg);}
	.all-btn.all-close span:nth-child(2) {margin-left: 0;width: 0;}
	.all-btn.all-close span:nth-child(3) {top: 50%;transform: rotate(-45deg);}

	.nav-bg {z-index:-1;display: none;position: absolute;top:80px;left: -500%;width: 1000%;height: 200px;background: #fff;box-shadow: 2px 2px 2px rgba(0,0,0,0.2);}
	#nav {display:block;vertical-align: top;z-index: 999;float:right; display: flex; align-items: center;}
	.navigation:after {content: "";display: block;clear: both;}
	.navigation > li {position: relative;float: left; text-align: center;}
	.navigation > li > a {font-weight: 400;font-size: 20px;color: #222; height: 80px; padding: 0 40px; line-height: 1.2; display: flex; align-items: center; justify-content: center;}
	.navigation > li:hover:before {content:''; display:block;width:100%;height:2px; background:#015a9d;position: absolute;bottom: 0;}
	.navigation .sub-menu {display: none;z-index: 999;position: absolute;top: 80px;left: 0;right: 0;padding:20px 0;height: 200px;}
	.navigation .sub-menu > li {margin-bottom: 15px;}
	.navigation .sub-menu > li:last-child {margin-bottom: 0;}
	.navigation .sub-menu a {display: block;text-align: center;line-height: 35px;font-size: 15px;color: #666; line-height: 1.3;}
	.navigation .sub-menu a.line-2{line-height:20px;padding:7px 0;} 
	.navigation .sub-menu a .f_small{font-size:12px;line-height:15px;} 
	.navigation .sub-menu .intro-menu {display: none;}
	.navigation .sub-menu a:hover {color:#015a9d;}


	/* 서브상단메뉴 */
	#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 .navigation > li > a {color: #fff;}
	.all_menu.sub_page > span {background: #fff;}
	.lang_select.sub_page > li {border-right: 1px solid #fff;}
	.lang_select.sub_page > li:last-child {border-right:none;}
	.lang_select.sub_page > li a.active {color: #fff;}

}

@media only screen and (max-width: 1600px) {
	.navigation > li > a {font-size: 18px; padding: 0 30px;}
	.navigation .sub-menu a {font-size: 14px;}
}

@media only screen and (max-width: 1400px) {
	.navigation > li > a {font-size: 16px; padding: 0 15px;}
	.navigation .sub-menu a {font-size: 13px;}
	#header h1 a > img {width:260px;}
}

@media only screen and (max-width: 1200px) {
	#header {}
	#header > div {padding: 0 15px;}
	#L_SITE_LOGO.sub_page a {width:220px;}
	#header h1 a > img {width:220px;}
	.navigation > li > a {font-size: 15px;}

}

@media only screen and (max-width: 1100px) {
	#L_SITE_LOGO.sub_page a {width:190px;}
	#header h1 a > img {width:190px;}

}

@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;}
	#header > div {padding: 0;}
	#header h1 {float: left;padding: 0 20px;height: 65px;}
	#header h1 a {display: block;}
	#header h1 img {width: auto;max-height: 45px;vertical-align: baseline}
	.login-bar {float: none;padding-top: 10px;}
	.login-bar li {border: 1px solid #ffffff;margin-left: 28px;}
	.login-bar li:first-child {border: 1px solid #fff;}
	.login-bar li a {color: #fff;}
	.login-bar .material-icons {color: #fff;}
	.nav-btn {z-index: 999;display: block;position: absolute;top: 20px;right: 20px;width: 30px;height: 23px;cursor: pointer;}
	.nav-btn span {position: absolute;left: 50%;display: block;margin-left: -15px;width: 30px;height: 3px;background: #015a9d;transition: .2s all linear;}
	.nav-btn span:nth-child(1) {top: 0;}
	.nav-btn span:nth-child(2) {top: 10px;}
	.nav-btn span:nth-child(3) {top: 20px;}
	.nav-btn.nav-close {position: fixed;}
	.nav-btn.nav-close span:nth-child(1) {top: 50%;transform: rotate(45deg);}
	.nav-btn.nav-close span:nth-child(2) {margin-left: 0;width: 0;}
	.nav-btn.nav-close span:nth-child(3) {top: 50%;transform: rotate(-45deg);}
	.nav-bg {z-index: 777;display: none;position: fixed;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);}
	#nav {z-index: 888;position: fixed;right: -100%;display: block;padding: 65px 0 20px;width: 70%;height: 100%;background: #fff;float:none;}
	.navigation > li {width: 100%;}
	.navigation .sub-menu {width: 100%;} 
	.navigation > li > a {display: block;padding: 0 20px;width: 100%;line-height: 45px;font-weight: 400;font-size: 16px;color: #000;transition: none;}
	.navigation br {display: none;}
	.navigation li.active > a {background: #015a9d;color: #fff;}
	.navigation .sub-menu {display: none;padding: 10px 0;background: #f1f1f1;}
	.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: #015a9d;}
	.navigation .sub-menu a:hover:before {background: #015a9d;}
	.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:#015a9d;}

	.gnb-lang {position: absolute; left: 8px; top: 16px;}
	.gnb-lang button {font-size: 12px;}
	.gnb-lang ul li a {font-size: 12px;}
}

@media only screen and (max-width: 768px) {
	#header h1 {padding:5px 10px;}
	.nav-btn {right: 20px;}
	#header h1 a > img {width: 160px;}
}


/* 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{position:relative;background:#333;padding:30px 0;}
#footer:after{position:absolute; top:90px;left:50%;margin-left:-600px; content:""; display:block; width:1200px; height:1px; background:#474747;}
#footer > div{margin:0 auto; width:1200px;}

.footer-menu{height:60px;}
.footer-menu:after{content:""; display:block; clear:both;}
.footer-menu .menu{float:right; padding-top:17px;}
.footer-menu .menu li{display:inline-block; margin-left:10px; padding-left:10px; line-height:12px;color:#333;}
.footer-menu .menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu .menu li a{line-height:12px; font-size:14px;color:#adadad;}

.footer-info{padding:10px 0;}
.footer-info:after{content:""; display:block; clear:both;}
.footer-menu .footer-logo{float:left; margin:0 0 0 0;}
.footer-info .info{position:relative;padding:10px 0; font-size:14px; color:#7c7c7c;line-height:23px;}
.footer-info .copyright{margin-top:10px; color:#606660;}

@media only screen and (max-width:1200px) {
	#footer > div{margin:0 auto; width:95%;}
	#footer:after{left:0;width:100%;margin-left:0px;}
}

@media only screen and (max-width:980px) {
	#footer > div{width:100%;}

	.footer-menu{padding:0 15px;}
	.footer-menu .menu li a{font-size:14px;}

	.footer-info{padding:15px;}
	.footer-info .info{font-size:13px;}
	.footer-menu .footer-logo img{width:80px;}
}

@media only screen and (max-width:767px) {
	#footer{padding-top:40px;}
	#footer:after{display:none;}
	
	.footer-menu .footer-logo{float:none;text-align:center; }
	.footer-menu .footer-logo img{width:70px;}

	.footer-menu{padding:0; height:auto;}
	.footer-menu .menu{float:none;text-align:center;}
	.footer-menu .menu li a{font-size:13px;}

	.footer-info{padding:20px; text-align:center;}
	.footer-info .info{padding:0;}
	.footer-info .copyright{margin-top:5px;}
}



/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual {position: relative;overflow: hidden;}
.carousel-caption {position: absolute;width:auto;top:25%;left: 50%;width:560px;margin-left: -600px;z-index: 99;color:#fff;background:rgba(0,66,142,0.3);padding:30px 30px;}
.carousel-caption .slogan p{font-size: 35px;line-height:40px;color: #fff;margin:10px 0 0 0;word-break:keep-all;}
.carousel-caption .slogan span {font-size:27px;color: #fff;font-weight:300;font-family: 'Titillium Web',sans-serif;}
.carousel-caption .slogan:after {content:''; display:block; width:50px; height:3px; background:#fff; margin:25px 0px;border-radius:5px;}
.carousel-caption p.txt_con{font-weight:500;line-height:22px;word-break:keep-all;}

#main_slide.owl-carousel {display: block;height:700px;}
#main_slide.owl-carousel .owl-item .item {height:700px;}
#main_slide.owl-carousel .owl-item .main-img01 {background: url('/images/mtl01r-20-0043/main/main_visual_00.jpg') no-repeat center/cover;}
#main_slide.owl-carousel .owl-item .main-img02 {background: url('/images/mtl01r-20-0043/main/main_visual.jpg') no-repeat 70% center/cover;}
#main_slide.owl-carousel .owl-item .main-img03 {background: url('/images/mtl01r-20-0043/main/main_visual.jpg') no-repeat 70% center/cover;}

#main_slide.owl-carousel .owl-dots {position: absolute;bottom:50px;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:20px;height:10px;border-radius:10px;background:#fff;}


@media only screen and (max-width: 1200px) {
	.carousel-caption {left:50%;margin-left:-450px;}
}

@media only screen and (max-width: 980px) {
	.carousel-caption{width:80%;left:10%;margin-left:0;padding:20px;}
	#main_slide.owl-carousel {height: 500px;}
	#main_slide.owl-carousel .owl-item .item {height: 500px;}
	.carousel-caption .slogan p{font-size:35px;line-height:40px;}
	.carousel-caption .slogan:after{width:40px; margin: 20px 0px;}
	.carousel-caption .slogan span{font-size:30px;}
	.carousel-caption p.txt_con{font-size:15px;}
}

@media only screen and (max-width: 768px) {
	#main_slide.owl-carousel .owl-item .main-img01 {}

	.carousel-caption .slogan p{font-size:30px;line-height: 40px;}
	.carousel-caption .slogan p br{display:none;}
	.carousel-caption .slogan:after{width:25px;}
	.carousel-caption .slogan span{font-size:20px;}
	.carousel-caption p.txt_con{font-size:14px;}
	#main_slide.owl-carousel .owl-dots {bottom:30px;}
}

@media only screen and (max-width:500px) {
	.carousel-caption{width:90%;left:5%;}
	.carousel-caption .slogan p{font-size:21px;line-height:30px;margin-top:0;letter-spacing:-.5px;}
	.carousel-caption .slogan span{font-size:16px;}
	.carousel-caption p.txt_con{font-size:13px;line-height:20px;letter-spacing:-.5px;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#mainContainer {z-index: 555;}
#mainContainer  .main_wrap{padding: 80px 0px;width: 1200px;margin: 0 auto;}

.main_section_title { font-size: 48px; color: #222;font-weight:400; text-align: center; margin-bottom: 50px;}
.main_section_title:after {}
.main_section_title p {font-size:18px; color:#444; font-weight:300;margin-top:15px;}
.main_section_title p:before {content:''; display:block; margin:0 auto; margin-top:20px; margin-bottom:20px; width:35px; height:1px; background:#ccc;display:none;}


@media only screen and (max-width: 1200px) {
	#mainContainer  .main_wrap{width: 100%;padding: 60px 20px;}
	.main_section_title {font-size: 35px;}
}
@media only screen and (max-width: 980px) {
	.main_section_title p {font-size:16px;}
}

@media only screen and (max-width: 500px) {
	#mainContainer  .main_wrap{padding:50px 20px;}
	.main_section_title {font-size: 30px;margin-bottom: 30px;}
	.main_section_title p {font-size:15px;}
}




/*     main_section01     */
.main_section01{background:url('/images/mtl01r-20-0043/main/bg_business.jpg') repeat top center;}
.main_section01 .main_wrap{padding: 80px 0px;width: 1200px;margin: 0 auto;}

.section01_list { line-height: 1;}
.section01_list:after {content:''; display:block; clear:both;}
.section01_list > li {position:relative;float:left; width:calc(25%);height:350px;padding:0px;margin:0 0 0 0;text-align:center;}
.section01_list > li:after {content:''; display:block; clear:both;}
.section01_list > li:before{content:'';width:270px;height:350px;display:block;border-radius:5px;margin:0 auto;float:left;}
.section01_list > li:nth-child(1):before{background:url('/images/mtl01r-20-0043/main/img_business01.jpg') no-repeat;}
.section01_list > li:nth-child(2):before{background:url('/images/mtl01r-20-0043/main/img_business04.jpg') no-repeat;margin-left:10px;}
.section01_list > li:nth-child(3):before{background:url('/images/mtl01r-20-0043/main/img_business02.jpg') no-repeat;float:right;margin-right:10px;}
.section01_list > li:nth-child(4):before{background:url('/images/mtl01r-20-0043/main/img_business03.jpg') no-repeat;float:right;}

.section01_list > li dl{position:absolute;left:50%;width:270px;margin:0 0 0 -150px;padding:80px 0px 50px 0px;color:#fff;word-break:keep-all;}
.section01_list > li:nth-child(2) dl{margin-left:-140px;}
.section01_list > li:nth-child(3) dl{margin-left:-130px;}
.section01_list > li:nth-child(4) dl{margin-left:-120px;}
.section01_list > li dl dt{font-size:22px;margin-bottom:20px;line-height:120%;}
.section01_list > li dl dt span{font-size:18px;;line-height:100%;}
.section01_list > li dl dd{font-size:15px;font-weight:300;line-height:120%;}

.section01_list > li a {position:absolute;left:50%;bottom:70px;display:block;font-size:14px; color:#fff;background:rgba(255,255,255,0.2);border:1px solid #ccc;font-weight:300;padding:10px 0;width:50%;}
.section01_list > li:nth-child(1) a{margin-left:-90px;}
.section01_list > li:nth-child(2) a{margin-left:-80px;}
.section01_list > li:nth-child(3) a{margin-left:-70px;}
.section01_list > li:nth-child(4) a{margin-left:-60px;}
.section01_list > li a:hover{background:rgba(255,255,255,0.7);color:#00173b;font-weight:500;}
.section01_list > li p:before {content:''; display:block; width:15px; height:2px; background:#ce112d; margin: 0 auto; margin-top: 20px; margin-bottom: 20px; transform: rotate(-45deg);}


@media only screen and (max-width: 1200px) {
	.section01_list > li{height:auto;}
	.section01_list > li:before{width:95%;margin:0 auto;height:auto;min-height:300px;}
	.section01_list > li:nth-child(1):before, .section01_list > li:nth-child(2):before, .section01_list > li:nth-child(3):before, .section01_list > li:nth-child(4):before{float:left;margin:0 2.5%;}
	.section01_list > li dl{width:100%;padding:60px 0px 30px 0px;}
	.section01_list > li:nth-child(1) dl, .section01_list > li:nth-child(2) dl, .section01_list > li:nth-child(3) dl, .section01_list > li:nth-child(4) dl{margin-left:-50%;}
	.section01_list > li:nth-child(1) a, .section01_list > li:nth-child(2) a, .section01_list > li:nth-child(3) a, .section01_list > li:nth-child(4) a{margin-left:-25%;bottom:15%;}
}

@media only screen and (max-width: 980px) {
	.section01_list > li {width:50%;margin-bottom:2%;}
	.section01_list > li:before{min-height:250px;}
	.section01_list > li:nth-child(1):before, .section01_list > li:nth-child(2):before, .section01_list > li:nth-child(3):before, .section01_list > li:nth-child(4):before{background-size:100%;background-position:center;}

	.section01_list > li dl{padding:40px 0;}
	.section01_list > li dl dt{font-size:20px;}
	.section01_list > li dl dd{font-size:14px;}
}


@media only screen and (max-width:760px) {
	.section01_list > li:before{min-height:220px;}
	.section01_list > li dl dt{font-size:17px;margin-bottom:10px;}
	.section01_list > li dl dd{font-size:13px;}
	.section01_list > li a{font-size:12px;padding:5px 0;}
}


@media only screen and (max-width:500px) {
	.section01_list > li {width:100%;margin-bottom:3%;}
	.section01_list > li:before{min-height:180px;}
	.section01_list > li dl{padding:30px 0;}
	
}

/*      main_section02     */
#mainContainer .main_section02 .main_wrap{padding:140px 0;}
.main_section02 {width: 100%;height:auto;background: rgba(0,49,122,1) url('/images/mtl01r-20-0043/main/bg_infor.png') repeat-y center;background: url("/images/mtl01r-20-0043/main/bg_infor.png") center top, linear-gradient(to right, rgba(0,49,122,1), rgba(0,74,186,1) 50% 100%);background-attachment:fixed;}

.main_section02 .main_section_title p {color:#fff;}
.main_section02 .bt_wrap {width:340px;margin:0 auto;}
.main_section02 .bt_wrap:after {content:''; display:block; clear:both;}
.main_section02 .bt_wrap a.bt_more{display:block;width:150px;border:1px solid #ccc;padding:10px 0;margin:0 10px;color:#fff;text-align:center;float:left;font-weight:300;}
.main_section02 .bt_wrap a.bt_more:hover{background:#fff;color:#003481;font-weight:500;}


@media only screen and (max-width: 1200px) {
	#mainContainer .main_section02 .main_wrap{padding:100px 0;}
	.main_section02 {padding: 0px}
	.main_section02 .main_section_title img{max-width:380px;width:60%;}
}

@media only screen and (max-width: 980px) {
	.main_section02 .main_section_title p{}
	.main_section02 .bt_wrap a.bt_more{padding:7px 0;font-size:14px;}
}

@media only screen and (max-width: 500px) {
	#mainContainer .main_section02 .main_wrap{padding:80px 0;}
	.main_section02 .bt_wrap a.bt_more{font-size:12px;}
}



/*      main_section03     */
.main_section03 {position:relative;height:730px;background:url('/images/mtl01r-20-0043/main/bg_install_list.jpg') no-repeat center;}
.main_section03 .img_bg{width:100%;}

.main_section03 .main_section_title {position:relative;color:#fff;text-align:left;z-index:400;}
.main_section03 .main_section_title p{color:#fff;}

#product_wrap{position:absolute;top:0;left:0;width:100%;}
.main_section03 .product_box{}
.main_section03 .product_box .sub_tabs{position:absolute;top:80px;left:50%;width:1200px;margin-left:-600px;z-index:500;}
.main_section03 .product_box .sub_tabs ul.tabs{position:absolute;right:0;width:570px;text-align: center;}
.main_section03 .product_box .sub_tabs ul.tabs:after {content:''; display:block; clear:both;}
.main_section03 .product_box .sub_tabs ul.tabs li{display:block;width:180px;height:50px;line-height:50px;background:rgba(64, 146, 228, .8);margin:0px 5px 5px;color:#fff;float:left;cursor:pointer;}
.main_section03 .product_box .sub_tabs ul.tabs li.active{background:#003482;}

.main_section03 .product_box .tab_container {}
.main_section03 .product_box .tab_container .tab_content .bgbox{position:absolute;top:0;left:40%;width:60%;height:730px;z-index:0;}
.main_section03 .product_box .tab_container .tab_content .business-img01{background: url('/images/mtl01r-20-0043/main/img_install_01.jpg') no-repeat center;}
.main_section03 .product_box .tab_container .tab_content .business-img02{background: url('/images/mtl01r-20-0043/main/img_install_02.jpg') no-repeat center;}
.main_section03 .product_box .tab_container .tab_content .business-img03{background: url('/images/mtl01r-20-0043/main/img_install_03.jpg') no-repeat center;}
.main_section03 .product_box .tab_container .tab_content .business-img04{background: url('/images/mtl01r-20-0043/main/img_install_04.jpg') no-repeat center;}
.main_section03 .product_box .tab_container .tab_content .business-img05{background: url('/images/mtl01r-20-0043/main/img_install_05.jpg') no-repeat center;}
.main_section03 .product_box .tab_container .tab_content .business-img06{background: url('/images/mtl01r-20-0043/main/img_install_06.jpg') no-repeat center;}

.main_section03 .product_box .tab_container .tab_content .txt_wrap{position:absolute;top:300px;left:50%;width:1200px;margin-left:-600px;}
.main_section03 .product_box .tab_container .tab_content .txt_wrap dl{width:680px;padding:50px;background:#fff;}
.main_section03 .product_box .tab_container .tab_content .txt_wrap dl dt{font-size:30px;margin-bottom:20px;}
.main_section03 .product_box .tab_container .tab_content .txt_wrap dl dd{font-size:16px;font-weight:400;line-height:160%;}
.main_section03 .product_box .tab_container .tab_content .txt_wrap dl a.bt_more{display:block;width:150px;border:1px solid #7f7f7f;padding:10px 0;margin:20px 0 0 ;color:#222;text-align:center;font-size:14px;}
.main_section03 .product_box .tab_container .tab_content .txt_wrap dl a.bt_more:hover{background:#003481;color:#fff;font-weight:500;}

@media only screen and (max-width: 1200px) {
	.main_section03 {height:650px;}
	.main_section03 .product_box .sub_tabs{top:60px;width:100%;margin-left:-50%;}
	.main_section03 .product_box .sub_tabs ul.tabs{width:480px;}
	.main_section03 .product_box .sub_tabs ul.tabs li{width:150px;}

	.main_section03 .product_box .tab_container .tab_content .bgbox{height:650px;}
	.main_section03 .product_box .tab_container .tab_content .txt_wrap{top:230px;width:95%;margin-left:-47.5%}

}

@media only screen and (max-width: 980px) {
	.main_section03 {height:600px;}
	.main_section03 .main_section_title {text-align:center;}
	.main_section03 .main_section_title p{color:#fff;}

	.main_section03 .product_box .sub_tabs{top:180px;width:95%;margin-left:-47.5%;}
	.main_section03 .product_box .sub_tabs ul.tabs{width:100%;}
	.main_section03 .product_box .sub_tabs ul.tabs li{width:16%;margin:0 .3%;}

	.main_section03 .product_box .tab_container {}
	.main_section03 .product_box .tab_container .tab_content .bgbox{position:absolute;top:160px;left:0%;width:100%;height:440px;z-index:0;}

	.main_section03 .product_box .tab_container .tab_content .txt_wrap{top:260px;}
	.main_section03 .product_box .tab_container .tab_content .txt_wrap dl{width:100%;background:rgba(255,255,255,0.8);}
	.main_section03 .product_box .tab_container .tab_content .txt_wrap dl a.bt_more{padding:7px 0;font-size:13px;}

}

@media only screen and (max-width: 768px) {
	.main_section03 {height:600px;}
	.main_section03 .product_box .sub_tabs{top:200px;}
	.main_section03 .product_box .sub_tabs ul.tabs li{width:33%;margin:0 .15% 1%;font-size:14px;height:40px;line-height:40px;}
	.main_section03 .product_box .tab_container .tab_content .bgbox{height:440px;}
	.main_section03 .product_box .tab_container .tab_content .txt_wrap{top:300px;}
	.main_section03 .product_box .tab_container .tab_content .txt_wrap dl{padding:30px;}
	.main_section03 .product_box .tab_container .tab_content .txt_wrap dl dt{font-size:25px;margin-bottom:15px;}
	.main_section03 .product_box .tab_container .tab_content .txt_wrap dl dd{font-size:14px;}
	.main_section03 .product_box .tab_container .tab_content .txt_wrap dl a.bt_more{font-size:12px;}
}

@media only screen and (max-width: 480px) {
}



/*    공지사항  main_section04     */
.main_section04 { background:#f8f8f8;}
.main_section04 a.bt_more{}

@media only screen and (max-width: 1200px) {
    .main_section04  { }
}

@media only screen and (max-width: 480px) {
	.main_section04 {}
}


/*    main_section05     */
.main_section05{width:100%;position:relative;}
.main_section05 ul{position:relative;margin-bottom:0;}
.main_section05 ul:after{content:""; display:block; clear:both;}
.main_section05 ul li{width:50%;height:270px;float:left;}
.main_section05 ul li.bg01{background:url('/images/mtl01r-20-0043/main/bg_inquiry.jpg') no-repeat right 0;}
.main_section05 ul li.bg02{background:url('/images/mtl01r-20-0043/main/bg_install.jpg') no-repeat left 0;}
.main_section05 ul li a, .main_section05 ul li > div{color:#fff;display:table;width:100%;height:100%;}
.main_section05 ul li a:hover{color:#0083e8;background:rgba(0,0,0,0.4);}
.main_section05 ul li dl{display:table-cell;vertical-align:middle;text-align:center;}
.main_section05 ul li dt{font-size:40px;font-weight:400;}
.main_section05 ul li dd{font-size:18px;font-family: 'Titillium Web', sans-serif;}
.main_section05 ul li.bg02 dd{margin-top:5px;}
.main_section05 ul li.bg02 dd a{font-size:14px;font-family:"S-CoreDream", sans-serif;display:inline;margin:0 10px;padding:0 3px;border-radius:5px;color:#fff;}
.main_section05 ul li.bg02 dd a:hover{color:#0083e8;background:rgba(0,0,0,0.4);}



@media only screen and (max-width: 1200px) {
	.main_section05 {width:100%;}
	.main_section05 ul li{height:240px;}
	.main_section05 ul li dt{font-size:35px;}
}

@media only screen and (max-width: 980px) {
	.main_section05 ul li{height:200px;}
	.main_section05 ul li dt{font-size:29px;}
	.main_section05 ul li dd{font-size:16px;}
}

@media only screen and (max-width: 768px) {
	.main_section05 ul li{height:150px;float:none;width:100%;}
}

@media only screen and (max-width: 500px) {
	.main_section05 ul li{height:130px;}
	.main_section05 ul li dt{font-size:25px;}
	.main_section05 ul li dd{font-size:14px;}
	
}