@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:'Montserrat','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;}
a:hover {color:#005eb8;}
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 (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%;}
.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: 340px) {
	#wrapper {min-width:100%;}
}

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

@media only screen and (min-width: 980px) {
	#header {z-index: 999;width: 100%;padding: 0px 0px;position: fixed;transition:all 0.5s;background:rgba(0,0,0,0.2);}
	#header:after {display:block;content:"";clear:both;}
	#header.scroll_on {background:rgba(0,0,0,1);transition:all 0.5s; box-shadow: 2px 10px 10px rgba(0,0,0,0.2);}
	#header > div {position: relative;margin: 0 auto;width:1200px;height:150px;text-align: center;}
	#L_SITE_LOGO {text-align:center;}
	#header h1 {padding-top:18px;position: absolute;left:50%;margin-left:-140px;line-height:100px;}
	#header h1 a {display: block;}
	#header h1 a > img {} 
	.gnb {float: right;right: 0;top: 31px;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:#11459d;}

	.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:0px;left: -500%;width: 1000%;height:0px;background:rgba(0,0,0,0.5);box-shadow: 2px 2px 2px rgba(255,255,255,0.5);}
	#nav {display:block;position:relative;display:inline-block;vertical-align: top;margin-top:80px;z-index: 999;border-top:1px solid rgba(255,255,255,0.08);width:100%;}
	.navigation{width:1200px;margin: 0 auto;display:flex;}
	.navigation:after {content: "";display: block;clear: both;}
	.navigation > a{position:relative;width:14.28%;text-align:center;display: block;width: 100%;font-weight: 500;font-size: 20px;color:rgba(255,255,255,0.8);line-height:70px;}

	.navigation > a:hover {color:#fff;}
	#header.scroll_on .navigation .main-menu{color:#fff;}
	.navigation > a:hover:before {content:''; display:block;width:100%;height:3px; background:#fff;position: absolute;bottom: 0;border-radius:20px;}
	.navigation .sub-menu {display: none;z-index: 999;position: absolute;top:70px;left: 0;padding:15px 0;width:100%;height: 150px;}
	.navigation .sub-menu a {display: block;text-align: center;line-height: 35px;font-size: 16px;color: #666;}
	.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:#11459d;}
	
	.util-menu {position: absolute;right: 50%;top: -50px;display: inline-block;line-height: 0;font-size: 0;margin-right: -600px;text-align: right;z-index: 1;}
	.util-menu ul{display:inline-block; line-height:0; font-size:0;}
	.util-menu li{display:inline-block; margin-left:10px; padding:8px 10px; line-height:0; font-size:0; background:#3d86d9;border-radius:20px;}
	.util-menu li:first-child{margin-left:0; border-left:0;}
	.util-menu a{display:inline-block; line-height:10px; font-size:12px; color:rgba(255,255,255,0.6);font-weight:500;}
	.util-menu li:first-child a{}
	.util-menu li:first-child a:hover, .util-menu a:hover{color:rgba(255,255,255,1);}

	.util-menu li.history_ipiu{padding:5px 10px;}
	.util-menu li.history_ipiu select{background:#3d86d9;color:rgba(255,255,255,0.6);border-radius:20px;border:0;font-size:12px;cursor:pointer;}

}

	
/* 서브상단메뉴 */
	#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 .main-menu {color: #fff;}
	.all_menu.sub_page > span {background: #fff;}
	.lang_select.sub_page > li a.active {color: #fff;}


@media only screen and (max-width: 1200px) {
	#header {padding:0 30px;}
	#header > div {width:100%;height:150px;}

	#L_SITE_LOGO.sub_page a {width:220px;}
	#header h1{padding-top:20px;}

	.util-menu{left:0%; top:-70px;width:95%;margin-left:0px;}
	.navigation{width:100%;}
	.navigation > a {font-size: 19px;}
	.navigation .sub-menu {width: 140px;}
	.navigation .sub-menu a {line-height: 33px;font-size: 15px;}
}

@media only screen and (max-width: 1100px) {
	#L_SITE_LOGO.sub_page a {width:190px;}
	#header h1{padding-top:20px;}

	.navigation{margin: 0 0px 0 0;}
	.navigation > a {font-size: 18px;}
	.navigation .sub-menu a {line-height: 30px;}
}


@media only screen and (max-width: 980px) {
	#header {z-index: 666;width: 100%;height: 65px;background: #000;position: fixed;padding: 0px;}
	#header > div {padding: 0;}
	#header h1 {float: left;padding: 13px 20px;height: 65px;}
	#header h1 a {display: block;}
	#header h1 a > img {width:250px;}
	.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: 35px;height: 23px;cursor: pointer;}
	.nav-btn span {position: absolute;left: 50%;display: block;margin-left: -15px;width: 35px;height: 5px;background:#fff;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);background:#000;}
	.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);background:#000;}
	.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{margin:30px 0 0 0;}
	.navigation > li {width: 100%;}
	.navigation > a:nth-child(1) {border-top:1px solid #eee;}
	.navigation > a {display: block;padding: 0 20px;width: 100%;line-height: 45px;font-weight: 400;font-size: 16px;color: #000;transition: none;border-bottom:1px solid #eee;}
	.navigation > a:hover {background: #0160a7;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: #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;}

	.util-menu{position: absolute;top:60px;left:10px;padding:0px; }
	.util-menu li{display:inline-block; margin-left:5px; padding:8px 7px; line-height:0; font-size:0; background:#3d86d9;border-radius:20px;}
	.util-menu li:nth-child(1){margin-left:0;}
	.util-menu a{display:inline-block; line-height:10px; font-size:10px; color:rgba(255,255,255,0.6);font-weight:500;}
	.util-menu li.n_print a{color:#0066cc;}
	.util-menu li.history_ipiu{padding:5px 7px;}
	.util-menu li.history_ipiu select{background:#3d86d9;color:rgba(255,255,255,0.6);border-radius:20px;border:0;font-size:12px;cursor:pointer;}

}

@media only screen and (max-width: 768px) {
	#header h1 {padding: 15px 10px;}
	.nav-btn {right: 20px;}
	#header h1 a > img {}
}



/* 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:#000;padding:20px 0 50px 0;}
#footer > div{position:relative;margin:0 auto; width:1200px;}

.footer-menu{height:60px;z-index:100;}
.footer-menu:after{content:""; display:block; clear:both;}
.footer-menu .menu{float:right; padding:17px 0px 0 0;}
.footer-menu .menu li{display:inline-block; line-height:12px;}
.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:15px;color:#aaaaaa;}
.footer-menu .menu li span{display:inline-block;font-size:18px;font-weight:600;padding:0 10px;}

.footer-info{margin-top:10px;padding:10px 0;border-top:1px solid #333;}
.footer-info:after{content:""; display:block; clear:both;}
.footer-menu .footer-logo{float:left; margin:10px 0 0 0;opacity:1;}
.footer-info .info{position:relative;padding:10px 0; font-size:14px; color:#fff;line-height:23px;}
.footer-info .info span.pc_view{color:#ccc;padding:0 5px;}
.footer-info .copyright{margin-top:10px; color:#ababab;}

@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{}
	.footer-menu .menu li a{font-size:13px;}

	.footer-info{padding:15px;}
	.footer-info .info{font-size:13px;}
}

@media only screen and (max-width:767px) {
	#footer{padding:10px 0 20px 0;}
	#footer:after{display:none;}
	
	.footer-menu .footer-logo{float:none;text-align:center;margin:20px 10px 0 10px;}

	.footer-menu{padding:0px 0 0 0; height:auto;}
	.footer-menu .menu{float:none;text-align:center;padding:20px 0;}
	.footer-menu .menu li{margin-left:0px; padding-left:5px;}
	.footer-menu .menu li a{font-size:13px;}

	.footer-info{margin-top:0;padding:20px; text-align:center;}
	.footer-info .info{font-size:12px;padding:0;line-height:20px;}
	.footer-info .info span{line-height:20px;}
	.footer-info .copyright{margin-top:5px;}

}




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

.carousel-caption {position: absolute;width: 1200px;top:35%;left: 50%;margin-left: -600px;z-index: 99;color: #fff;text-align:center;font-family:'GmarketSans', sans-serif;}
.carousel-caption .slogan {font-size:40px; font-weight:300;text-shadow:0 5px 15px rgba(0,0,0,0.4);}
.carousel-caption p {font-size:80px;margin-bottom:20px;font-weight:500;}
.carousel-caption p > span {color:#ce2d;}

#main_slide.owl-carousel {display: block;height: 830px;}
#main_slide.owl-carousel .owl-item .item {height: 830px;}
#main_slide.owl-carousel .owl-item .main-img01 {background: url('/images/mtl01r-20-0043/main/main_visual01_240910.jpg') no-repeat center/cover;}
#main_slide.owl-carousel .owl-item .main-img02 {background: url('/images/mtl01r-20-0043/main/main_visual02_240910.jpg') no-repeat center/cover;}

#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/product_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/product_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/product_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/product_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 {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) {
    #main_slide.owl-carousel {height:600px;}
    #main_slide.owl-carousel .owl-item .item {height:600px;}
	.carousel-caption{top:35%;}
    .carousel-caption .slogan {font-size:20px;}
	.carousel-caption p {font-size:55px;margin-bottom:10px;}

}

@media only screen and (max-width: 768px) {
	.carousel-caption .slogan {font-size:18px;}
	#main_slide.owl-carousel .owl-dots {bottom:50px;}
	.carousel-caption p {font-size:45px;}
}

@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;}
	.carousel-caption p {font-size:40px;}
}


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

#mainContainer {z-index: 555;}
.main_section_title { font-size:45px; letter-spacing:-1px;color: #0163c6;font-weight:800; text-align: center; margin-bottom:50px;}
.main_section_title:after {}
.main_section_title p {font-size:18px;color:#444;font-weight:400;margin:20px 0;word-break:keep-all;}

#mainContainer > div {padding:100px 0px;}
#mainContainer .main_wrap {width: 1200px;margin: 0 auto;position:relative;}

@media only screen and (max-width: 1200px) {
	.main_section_title {font-size: 40px;}

	#mainContainer > div {padding: 80px 20px;}
	#mainContainer .main_wrap  {width: 100%; }
}

@media only screen and (max-width: 980px) {
	.main_section_title {font-size:35px;margin-bottom:40px;}
	.main_section_title p {font-size:16px;}
	#mainContainer > div{padding:70px 0;}
}

@media only screen and (max-width: 500px) {
	.main_section_title {font-size: 30px;margin-bottom:30px;}
	.main_section_title p {font-size:15px;margin:15px auto;width:80%;}
	#mainContainer > div{padding:50px 0;}
	#mainContainer .main_wrap{}

}


/*;background-color:#ce112d;
    background-image: url('/images/mtl01r-20-0043/main/media_bg01.jpg'), url('/images/mtl01r-20-0043/main/media_bg02.jpg');
	background-repeat: no-repeat, no-repeat;
  	background-position: right top, left bottom;*/


/*      main_section01     */
#mainContainer > div.main_section01 {padding:0px 0px;background:url('/images/mtl01r-20-0043/main/bg_boade.gif') repeat-y center 0;}
.main_section01 {position:relative;width:100%;padding:0;overflow:hidden;}
.main_section01 .main_wrap{display:flex;flex-wrap: wrap;padding:50px 0;}
.main_section01 .main_wrap > div{width:50%;padding:30px;}
.notice_wrap{}
.workshop_wrap .box_workshop{width:90%;margin:0 auto;}
.workshop_wrap p{background:#e3e7eb;border-radius:15px 15px 0 0;font-size:18px;text-align:center;padding:25px 0;word-break:keep-all;}
.workshop_wrap p span{color:#5b5b5b;font-size:14px;display:block;font-weight:500;margin-top:5px;}
.workshop_wrap ul{background:#fff;border-radius:0 0 15px 15px;padding:25px 0;}
.workshop_wrap ul li{margin:10px 50px;}
.workshop_wrap ul li span{display:inline-block;font-size:16px;font-weight:500;width:80px;}

@media only screen and (max-width: 1200px) {
	.main_section01 {padding:0;}
	.workshop_wrap .box_workshop{width:95%;}
	.workshop_wrap p{padding:25px 10px;}
}


@media only screen and (max-width: 980px) {
	.main_section01 {padding:0px 0 0px 0;}
	.main_section01 .main_wrap{padding:30px 0;}
	.workshop_wrap ul{padding:25px 0;}
	.workshop_wrap ul li{margin:10px 20px;}

}


@media only screen and (max-width: 780px) {
	#mainContainer > div.main_section01 {background:#fff;}
	.main_section01:before{display:none;}
	.main_section01 .main_section_title{}
	.main_section01 .main_wrap{padding-bottom:0;}
	.main_section01 .main_wrap > div{width:100%;padding:30px;}

	.workshop_wrap{background:#f7f7f7;padding:50px 0 !important;}
	.workshop_wrap p{font-size:16px;}
	.workshop_wrap p span{font-size:13px;}
	.workshop_wrap ul li{margin:10px 20px;font-size:14px;}
	.workshop_wrap ul li span{font-size:15px;}
}


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



/*      main_section02     */

.main_section02 { width: 100%; background: url('/images/mtl01r-20-0043/main/bg_schedule.jpg') no-repeat center / cover;}
.main_section02 .main_section_title{color:#fff;}
.main_section02 ul.schedule_list{width:1200px;margin:0 auto;display:flex;flex-direction: row; justify-content: space-between; align-items: stretch; flex-wrap: wrap;}
.main_section02 ul.schedule_list li{width:20%;margin:0px 0;}
.main_section02 ul.schedule_list li dl{width:95%;margin:0 auto;background:#fff;border-radius:20px;text-align:center;padding:10px;}
.main_section02 ul.schedule_list li dl dt{background:#d8ebff;padding:10px;text-align:center;border-radius:20px;font-weight:600;color:#003f77;font-size:23px;min-height: 50px;}
.main_section02 ul.schedule_list li dl dd{margin:20px 0;font-size:20px;font-weight:400;}

@media only screen and (max-width: 1200px) {
	.main_section02 ul.schedule_list{width:100%}
	.main_section02 ul.schedule_list li dl dt{font-size:20px;}
	.main_section02 ul.schedule_list li dl dd{font-size:18px;}
}

@media only screen and (max-width: 980px) {
	#mainContainer .main_section02 .main_wrap{width:95%;margin:0 auto;}
	.main_section02 ul.schedule_list li{margin:15px 0;}
	.main_section02 ul.schedule_list li dl dt{font-size:17px;font-weight:700;letter-spacing:-1px;min-height: 81px;}
	.main_section02 ul.schedule_list li dl dd{font-size:16px;}
}

@media only screen and (max-width:780px) {
	.main_section02 ul.schedule_list li{width:47%;margin:10px 1.5%;}
}

@media only screen and (max-width:500px) {
	.main_section02 ul.schedule_list li{width:97%;}
	.main_section02 ul.schedule_list li dl dt{font-size:17px;}
	.main_section02 ul.schedule_list li dl dd{font-size:15px;margin:15px 0;}
}

/*      main_section03     */
.main_section03 {}
.main_section03 .main_section_title{font-size:30px;color:#000;margin-bottom:40px;}
.main_section03 .main_wrap {display:flex;flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}
.main_section03 .main_wrap > div{width:48%;}
.main_section03 .main_wrap > div:nth-child(3){width:100%;margin-top:70px;}
.main_section03 .main_wrap > div table{width:100%;margin:3px 0;border:0;border-collapse:collapse;box-shadow:4px 5px 20px rgb(0 0 0 / 10%);}
.main_section03 .main_wrap > div table thead{}
.main_section03 .main_wrap > div table thead th{background:#1e1d1b;font-size:16px;border-right:1px solid #e6e6e6;border-bottom:2px solid #ddd;font-weight:400;padding:15px 0;text-align:center;color:#fff;}
.main_section03 .main_wrap > div table tbody th{background:#fff;font-weight:600;padding:15px 0;text-align:center;}
.main_section03 .main_wrap > div table td{text-align:center;border:1px solid #e6e6e6;border-width:1px 1px 0 0;padding:15px 10px;font-weight:400;color:#555;}
.main_section03 .main_wrap > div table td:nth-of-type(2), .main_section03 .main_wrap > div table td:nth-of-type(4) {text-align: left;}
.main_section03 .main_wrap > div table th{background:#f9f9f9;}

.main_section03 .main_wrap > div:nth-child(3) .report_list {width:100%;display:flex;flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}
.main_section03 .main_wrap > div:nth-child(3) .report_list > div{width:48%;}


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

}

@media only screen and (max-width: 980px) {
	.main_section03 .main_section_title{font-size:27px;}
	#mainContainer .main_section03 .main_wrap{width:95%;margin:0 auto;}
	.main_section03 .main_wrap > div table thead th{font-size:15px;}
	.main_section03 .main_wrap > div table td{font-size:14px;}
}

@media only screen and (max-width: 780px) {
	.main_section03 .main_section_title{font-size:25px;margin-bottom:30px;}
	.main_section03 .main_wrap > div{width:100%;}
	.main_section03 .main_wrap > div:nth-child(2){margin-top:50px;}
	.main_section03 .main_wrap > div:nth-child(3){width:100%;margin-top:50px;}
	.main_section03 .main_wrap > div:nth-child(3) .report_list > div{width:100%;margin:0 0 20px 0;}
}

@media only screen and (max-width:500px) {
	.main_section03 .main_section_title{font-size:22px;margin-bottom:20px;}
}


/*      main_section04     */
.main_section04 {background: url('/images/mtl01r-20-0043/main/bg_partner.gif') repeat;}
.main_section04 .box_partner ul{display:flex;flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch;background:#fff;border-radius:20px;box-shadow:4px 5px 20px rgb(0 0 0 / 10%);padding:20px ;}

.main_section04 .box_partner ul li{width:100%;text-align:center;}
.main_section04 .box_partner ul li dl{width:80%;display:flex;flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin:0 auto;}
.main_section04 .box_partner ul li dt{width:30%;font-size:25px;font-weight:600;color:#333;text-align:center;line-height:70px;}
.main_section04 .box_partner ul li dd{width:70%;text-align:center;}

.main_section04 .box_partner.list_box p{text-align:center;font-size:25px;font-weight:600;color:#333;margin:70px 0 20px 0;}
.main_section04 .box_partner.list_box ul li{width:20%;border-right:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;padding:30px 0;}
.main_section04 .box_partner.list_box ul li:nth-child(5), .main_section04 .box_partner.list_box ul li:nth-child(10), .main_section04 .box_partner.list_box ul li:nth-child(15){border-right:0;}
.main_section04 .box_partner.list_box ul li:nth-child(16), .main_section04 .box_partner.list_box ul li:nth-child(17){border-bottom:0;}
.main_section04 .box_partner.list_box ul li dl{display:block;text-align:center;}
.main_section04 .box_partner.list_box ul li dl dt{width:140px;background:#ececec;font-size:15px;border-radius:20px;padding:7px 0;margin:0 auto 10px auto;line-height:20px;}
.main_section04 .box_partner.list_box ul li dl dd{width:100%;}
.main_section04 .box_partner.list_box ul li dl dd img {max-width:90%; margin-bottom:10px;}
.main_section04 .box_partner.list_box ul li dl dd a{font-size:13px;border:1px solid #eee;padding:3px 10px;color:#888;border-radius:5px;}
.main_section04 .box_partner.list_box ul li dl dd a:hover{border:1px solid #ccc;padding:3px 10px;color:#222;background:#eee;}

.main_section04 .box_partner ul.wrap_02 li{width:25%;padding:20px 0;border-right:0 !important;border-bottom:0 !important;}


@media only screen and (max-width:980px) {
	#mainContainer .main_section04 .main_wrap{width:95%;margin:0 auto;}
	.main_section04 .box_partner ul li dt{font-size:23px;}
	.main_section04 .box_partner.list_box p{font-size:23px;margin:50px 0 20px 0;}

	.main_section04 .box_partner.list_box ul li{width:33.333%;}
	.main_section04 .box_partner.list_box ul li:nth-child(5), .main_section04 .box_partner.list_box ul li:nth-child(10){border-right:1px solid #e7e7e7;}
	.main_section04 .box_partner.list_box ul li:nth-child(6), .main_section04 .box_partner.list_box ul li:nth-child(7), .main_section04 .box_partner.list_box ul li:nth-child(11), .main_section04 .box_partner.list_box ul li:nth-child(12){border-bottom:1px solid #e7e7e7;}
	.main_section04 .box_partner.list_box ul li:nth-child(3), .main_section04 .box_partner.list_box ul li:nth-child(6), .main_section04 .box_partner.list_box ul li:nth-child(9), .main_section04 .box_partner.list_box ul li:nth-child(12){border-right:0;}
}

@media only screen and (max-width:780px) {
	.main_section04 .box_partner ul li:nth-child(1){}
	.main_section04 .box_partner ul li dt{width:100%;font-size:20px;line-height:20px;margin-bottom:20px;}
	.main_section04 .box_partner ul li dd{width:100%;text-align:center;}

	.main_section04 .box_partner.list_box ul li{width:50%;}
	.main_section04 .box_partner.list_box ul li:nth-child(2), .main_section04 .box_partner.list_box ul li:nth-child(4), .main_section04 .box_partner.list_box ul li:nth-child(6), .main_section04 .box_partner.list_box ul li:nth-child(8), .main_section04 .box_partner.list_box ul li:nth-child(10), .main_section04 .box_partner.list_box ul li:nth-child(14), .main_section04 .box_partner.list_box ul li:nth-child(16){border-right:0;}
	.main_section04 .box_partner.list_box ul li:nth-child(5), .main_section04 .box_partner.list_box ul li:nth-child(6), .main_section04 .box_partner.list_box ul li:nth-child(7), .main_section04 .box_partner.list_box ul li:nth-child(8), .main_section04 .box_partner.list_box ul li:nth-child(10), .main_section04 .box_partner.list_box ul li:nth-child(13), .main_section04 .box_partner.list_box ul li:nth-child(14), .main_section04 .box_partner.list_box ul li:nth-child(16){border-bottom:1px solid #e7e7e7;}
	.main_section04 .box_partner.list_box ul li:nth-child(3), .main_section04 .box_partner.list_box ul li:nth-child(9), .main_section04 .box_partner.list_box ul li:nth-child(15){border-right:1px solid #e7e7e7;}

	.main_section04 .box_partner ul.wrap_02 li{padding:15px 0;}
}


@media only screen and (max-width:500px) {
	.main_section04 .box_partner.list_box ul li dl dt{width:100%;}
	.main_section04 .box_partner ul{padding:20px 10px;}
	.main_section04 .box_partner ul li dl{width:85%;}
}