@charset "utf-8";

/* Font */

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

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

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.5;
    letter-spacing: -0.2px;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover,
a:focus,
a:active,
a:link {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

textarea {
    max-width: 100%;
    resize: none;
}

body {
    overflow-x: hidden;
}

.mobile { display:none; }
.clearfix:after{content:''; display:block; clear:both;}

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

@media only screen and (max-width: 768px) {
	.mobile { display:block; }
	.pc { display:none; }
}

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


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/images/basic_resp/img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #15a3df;
}

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


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
    position: relative;
    width: 100%;
    min-width: 340px;
 	height: 100%; 
	/*height:100vh */
}

    .login-bar {
        text-align: center;
        z-index: 999;
        position: relative;
		float:right;
		top:24px;
    }
    .login-bar li {
        display: inline-block;
        position: relative;
        margin-left: 10px;
        border-left: 1px solid #ddd;
        height: 27px;
        border: 1px solid #525353;
        border-radius: 50px;
        margin-bottom: 10px;
    }
    .login-bar li a {
        font-size: 12px;
        line-height: 26px;
        padding: 0 12px;
        color: #525353;
        font-weight: 500;
    }
	.login-bar li a img{position:relative; top:1px; margin-right:5px;}
    .login-bar .material-icons {
        display: block;
        position: absolute;
        right: 6px;
        top: 2px;
        font-size: 18px;
        color: #fff;
    }
    .login-bar li:first-child {
        padding-right: 12px;
        background-color: #15a3df;
        border: 1px solid #15a3df;
    }
    .login-bar li:first-child a {
        display: block;
        width: 75px;
        color: #fff;
    }
    .login-bar li ul {
        position: absolute;
        left: -11px;
        top: 31px;
    }
    .login-bar li ul li {
        padding-right: 12px;
    }
    .login-bar li ul li a {
        display: block;
        margin-bottom: 38px;
        width: 75px;
    }
    .login-bar .lang_list {
        display: none;
        position: absolute;
        background-color: #000;
        width: 91px;
        left: -3px;
        border-radius: 10px;
        padding: 5px 0;
        top: -1px;
    }
    .login-bar .lang_list dd a {
        color: #fff;
        font-weight: 400;
        position: relative;
        line-height: 26px;
    }
    .login-bar .lang_list dd a i {
        color: #fff !important;
        right: -8px !important;
        top: 5px !important;
    }



/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.nav-btn {
        z-index: 999;
        display: block;
        position: absolute;
        top: 25px;
        right: 0px;
        width: 30px;
        height: 23px;
        cursor: pointer;
    }
    .nav-btn span {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #15a3df;
        transition: .2s all linear;
    }
    .nav-btn span:nth-child(1) {
        top: 0;
    }
    .nav-btn span:nth-child(2) {
        top: 10px;
    }
    .nav-btn span:nth-child(3) {
        top: 20px;
    }
    /*.nav-btn.nav-close {
        position: fixed;
    }*/
    .nav-btn.nav-close span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }
    .nav-btn.nav-close span:nth-child(2) {
        margin-left: 0;
        width: 0;
    }
    .nav-btn.nav-close span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }
	
@media only screen and (min-width: 1201px) {
	.nav-btn{display:none;}
    #header {       
		z-index: 999;
        width: 100%;
    	position:fixed;
		transition:all 0.5s;
		border-bottom:1px solid rgba(255,255,255,0.15); 
		/*background:#fff;*/
    }
    #header:after {
		display:block;
		content:"";
		clear:both;
	}
	#header.on_bg, #header.scroll_on {background: #fff; transition:all 0.5s; border-bottom:1px solid #dadada; }
	#header.sub_page:after {content:''; display:block; width:100%; height:1px; background:#eaeaea; position:absolute; left:0;}
    #header > div {
        position: relative;
        margin: 0 auto;
        width: 1200px;
        height: 80px;
		text-align: center;
    }
	#L_SITE_LOGO {float: left;}
    #header h1 {
        float: left;
		padding-top:10px;
		position: absolute;
    }
    #header h1 a {
        display: block;
    }
    #header h1 a > img {
        vertical-align: baseline;
    } 

.lang_select { font-size:14px; float: right; position: absolute; right: 70px; top: 32px;}
.lang_select > li {float:left;line-height: 1; padding-right:12px; margin-left:12px; border-right:1px solid #666;}
.lang_select > li:last-child {padding-right:0px; border-right:none;}
.lang_select > li a {color:#666; line-height: 1;}
.lang_select > li a.active {color:#000; font-weight:400;}
    .nav-bg {
        z-index:-1;
        display: none;
        position: absolute;
        top: 80px;
        left: -500%;
        width: 1000%;
        height: 280px;
        background: #fff;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		/*border-bottom:1px solid #ededed;*/
    }
    #nav {
		display:inline-block;
		vertical-align: top;
		z-index: 999;
		float:right;
    }
	.navigation{float:left;}
    .navigation:after {
        content: "";
        display: block;
        clear: both;
    }
    .navigation > li {
        position: relative;
        float: left;
        width: 180px;
        text-align: center;
    }

    .navigation .main-menu {
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
       line-height: 80px;
    }

	#header.on_bg .navigation .main-menu, #header.scroll_on .navigation .main-menu { color:#121212; }

    .navigation .sub-menu {
        display: none;
        z-index: 999;
        position: absolute;
        top: 80px;
        left: 0;
        padding:15px 0;
        width: 100%;
        height: 160px;
    }
    .navigation .sub-menu a {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #666;
		box-sizing:border-box;
		vertical-align:middle;
		line-height:40px;
		height:42px;
		font-weight:400;
    }
    .navigation .sub-menu .intro-menu {
        display: none;
    }
    .navigation .sub-menu a:hover {
		color:#fff;
    }
	
	.navigation > li:hover .main-menu{color:#15a3df;}
	.navigation > li:hover:before {content:'';  display:block; width:100%; height:3px; background:#15a3df; position: absolute; bottom: 0;}
	.navigation > li:hover .sub-menu a:hover {color:#15a3df;}
	.navigation > li:hover .sub-menu a:hover:after {content:'';  display:block; width:100%; height:1px; background:#15a3df; position: absolute; margin-bottom:-10px;}
	
}

@media only screen and (max-width: 1200px) {
    #header {
		position: fixed;
        z-index: 666;
        width: 100%;
        height: 65px;
        background: #fff;
		padding: 0px;
		border-bottom:1px solid #eaeaea;
    }
    #header > div {
        padding: 0;
    }
    #header h1 {
        float: left;
        padding: 13px 20px;
        height: 65px;
    }
    #header h1 a {
        display: block;
    }
    #header h1 img {
        width: auto;
        vertical-align: baseline
    }
    .login-bar {
        float: none;
		padding-top: 10px;
    }
    .login-bar li {
        border: 1px solid #ffffff;
	    margin-left: 0;
    }
	.login-bar li:first-child {
		border: 1px solid #fff;
	}
    .login-bar li a {
        color: #fff;
    }
    .login-bar .material-icons {
        color: #fff;
    }
   .nav-btn {
        right: 20px;
		top:20px;
    }
    .nav-bg {
        z-index: 777;
        display: none;
        top: 0;
		position:fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    #nav {
        z-index: 888;
        position: fixed;
        right: -100%;
        display: block;
        padding: 65px 0 20px;
        width: 70%;
        height: 100%;
        background: #fff;
    }
	.navigation > li {width: 100%;}
	.navigation .sub-menu {width: 100%;} 
    .navigation .main-menu {
        display: block;
        padding: 0 30px;
        width: 100%;
        line-height: 45px;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        transition: none;
    }
	.navigation > li a:hover{color:#15a3df;}
    .navigation li.active .main-menu {
        background: #15a3df;
        color: #fff;
    }
    .navigation .sub-menu {
        display: none;
        padding: 10px 0;
        background: #f1f1f1;
    }
    .navigation .sub-menu a {
        display: block;
        padding: 0 30px;
        line-height: 38px;
        font-size: 16px;
        color: #555;
    }
    .navigation .sub-menu a:before {
        content: "";
        display: inline-block;
        margin: 0 5px 0 0;
        width: 4px;
        height: 1px;
        vertical-align: middle;
        background: #888;
    }
    .navigation .sub-menu a:hover {
        color: #282595;
    }
    .navigation .sub-menu a:hover:before {
        background: #282595;
    }
	.lang_select { font-size:14px; display:inline-block; padding-left:20px; margin-top: 30px; }
    .lang_select > li {float:left;line-height: 1; padding-right:12px; margin-left:12px; border-right:1px solid #b6b6b6;}
    .lang_select > li:last-child {padding-right:0px; border-right:none;}
    .lang_select > li a {color:#b6b6b6; line-height: 1;}
    .lang_select > li a.active {color:#046ab4;}
}

@media only screen and (max-width: 768px) {
    #header h1 {
        padding: 10px 10px;
    }
    #header h1 a > img {
        width: auto;
		height:45px; 
    }
}



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

.btn_golink { display:inline-block; padding:10px 20px;  font-size:18px; color:#fff; border:2px solid #fff; border-radius:30px !important; }
.btn_golink:hover { background:#fff; color:#121212; }


@media only screen and (max-width:768px) {
	.btn_golink { padding:5px 15px;  font-size:16px; border-radius:20px !important; }	
}



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

#footer {width: 100%; background:#4b4b4b; padding:30px 0;}
#footer .footer_wrap { margin:0 auto; width:1200px; }
#footer .footer_wrap:after { content:""; display:block; clear:both; }

#foot_top{width:1200px;  margin: 0 auto; padding-bottom:20px; margin-bottom:30px; border-bottom:1px solid #4d5967;}
#foot_top:after {content: ''; display: block; clear: both;}
.foot_logo{float:left; width:190px; }
.footer-menu{float:right; padding-top:20px;}
.footer-menu:after {content: ''; display: block; clear: both;}
.footer-menu li {display:inline-block;padding-left:10px; margin-left:15px;line-height:8px;color:#eee; position:relative;}
.footer-menu li:after {content:''; display:inline-block; width:4px; height:4px; background:#eee; border-radius:50%; position: absolute; top:6px; left:0;}
.footer-menu li:first-child{margin-left:0;padding-left:0;border-left:0}
.footer-menu li:first-child:after {display:none;}

.foot_info{ float:right; margin-top:15px; width:calc(100% - 190px); }
.foot_info p { color:rgba(255,255,255,0.7); }
.foot_info p.copy { font-size:13px;}
.address { color:rgba(255,255,255,0.7); font-size: 15px; line-height: 24px; font-weight: 300;}
.address span{margin:0 5px; color:#586471; }
.address p{margin-top:10px;}

@media only screen and (max-width: 1200px) {
    #footer {padding:30px;}    	
    #footer .footer_wrap { width:100%; }

	#foot_top {width:100%;}
	.foot_info{width:100%;}
	.address br{display:none;}
}
@media only screen and (max-width:768px) {
	 #foot_top{text-align:center; margin-bottom::20px;}
	.foot_logo{float:none; width:100%; text-align:center; }
	.foot_logo img { height:50px; }
	.footer-menu{float:none;  padding-top:10px;}
	.footer-menu li {font-size: 13px;}
	.footer-menu li {padding-left:7px; margin-left:7px;}
	.footer-menu li:after {top:4px; width:3px; height:3px;}

	.foot_info { float:none; width:100%; text-align:center; }
	.address {font-size: 13px; line-height: 20px; text-align:center;}	
	.address span{margin:0 3px;}
}

@media only screen and (max-width:500px) {
     #footer {padding:20px 10px;}  
	 .foot_info p.copy { margin-top:10px; font-size:11px;}

}




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

.carousel-caption {position: absolute; width:100%; top: 25%; text-align:left; z-index: 99;}
.carousel-caption .wrap { display:table; width:100%; }
.carousel-caption .wrap > div { display:table-cell; vertical-align:top; }
.carousel-caption .wrap .slogan { width:calc(100% - 630px); }
.carousel-caption .wrap .img_area { width:630px; }
.carousel-caption .slogan p{ font-size: 18px; color: #fff; line-height:1.4; letter-spacing:-0.03em; white-space:pre-line; word-break:keep-all; }
.carousel-caption .slogan .main-title{ margin-bottom:20px; font-size:72px; font-weight:700; }
.carousel-caption .slogan .main-title img { margin-left:20px; }
.carousel-caption .slogan .tit{ margin-bottom:20px; font-size:24px; font-weight:700; }
.carousel-caption .slogan .more { margin-top:70px;  }
.carousel-caption .slogan .more a { position:relative; padding:0 100px 10px 0; color:#fff; border-bottom:1px solid #fff; }
.carousel-caption .slogan .more a:before {
	content:"";
	display:block;
	position:absolute;
	background-image:url('/images/mtl01r-21-0083/main/more-plus-w.svg');
	background-repeat:no-repeat;
	background-size:contain;
	width:13px;
	height:13px;
	right: 0px;
    top: 7px;
    transform: rotate(0deg);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.carousel-caption .slogan .more a:hover:before {
    transform: rotate(360deg);
}



#main_slide.owl-carousel {height: 100vh; display: block;}
#main_slide.owl-carousel .owl-item .item {height: 100vh;}
#main_slide.owl-carousel .owl-item .main-img01 {background: url('/images/mtl01r-21-0083/main/main_visual01.jpg') no-repeat bottom center/cover;}
#main_slide.owl-carousel .owl-item .main-img02 {background: url('/images/mtl01r-21-0083/main/main_visual02.jpg') no-repeat bottom center/cover;}
#main_slide.owl-carousel .owl-item .main-img03 {background: url('/images/mtl01r-21-0083/main/main_visual03.jpg') no-repeat bottom center/cover;}
#main_slide.owl-carousel .owl-item .main-img04 {background: url('/images/mtl01r-21-0083/main/main_visual04.jpg') no-repeat bottom center/cover;}
#main_slide.owl-carousel .owl-dots { position: absolute; bottom: 120px; right: 0px; width: 100%; text-align: center;}
#main_slide.owl-carousel .owl-dots .owl-dot {background: none; border: none; display: inline-block; }
#main_slide.owl-carousel .owl-dots .owl-dot span {display:inline-block; width:16px; height:16px; border-radius:30px; border:2px solid #fff; margin:0px 5px;}
#main_slide.owl-carousel .owl-dots .owl-dot.active span {display:inline-block; width:40px; height:16px; border-radius:30px; background:#fff;}

.extract-board .extract-article .extract-content .extract-title:hover{text-decoration:underline;}

#main_slide.owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    width: 47px;
    height: 111px;
    background: url('/images/mtl01r-21-0083/main/visual_btn_prev.png') no-repeat center center;
    text-indent: -9999px;
    position: absolute;
    top: 32%;
    left: 40px;
    z-index: 9999;
    border: none;
    cursor: pointer;
}

#main_slide.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 47px;
    height: 111px;
    background: url('/images/mtl01r-21-0083/main/visual_btn_next.png') no-repeat center center;
    text-indent: -9999px;
    position: absolute;
    top: 32%;
    right: 40px;
    z-index: 9999;
    border: none;
    cursor: pointer;
}


@media only screen and (min-width: 1201px) {
	.carousel-caption .slogan { padding:0 150px; }
	.carousel-caption .wrap { padding:0 150px; }
	.carousel-caption .wrap .slogan { padding:0; }
}

	
@media only screen and (max-width: 1200px) {
	#main_slide.owl-carousel .owl-nav .owl-prev {width:64px; height:21px; background-size:64px; top: 56%;}
	#main_slide.owl-carousel .owl-nav .owl-next {width:64px; height:21px; background-size:64px; top: 56%;}	
	#main_slide.owl-carousel {height: 680px;}
    #main_slide.owl-carousel .owl-item .item {height: 680px;}
	.carousel-caption{top:33%;}
	.carousel-caption .wrap .slogan { width:50%; }
	.carousel-caption .wrap .img_area { width:50%; }
}


@media only screen and (max-width: 980px) {
    #main_slide.owl-carousel {height: 650px;}
    #main_slide.owl-carousel .owl-item .item {height: 650px;}
	
	.carousel-caption{top:35%;}
	
	#main_slide.owl-carousel .owl-dots {display:block; bottom:50px}
	#main_slide.owl-carousel .owl-nav{display:none;}
}


@media only screen and (max-width:500px) {
	.carousel-caption{top:20%;}
	.carousel-caption .slogan { padding:0 20px; }
	.carousel-caption .slogan p{ font-size:16px; white-space:normal; }
	.carousel-caption .slogan .main-title{font-size:32px; line-height:36px; }	
	.carousel-caption .slogan .main-title img { height:25px; }
	.carousel-caption .slogan .tit{ font-size:20px; }
	.carousel-caption .wrap .slogan { width:100%; }
	.carousel-caption .wrap .img_area { display:none; }

	#main_slide.owl-carousel .owl-dots {bottom:20px}
	
}





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

.quick li.on{background:#fff;}
.quick li.on:before{position: absolute; top:-8px; display: inline-block; padding-right:20px; height:30px; border-radius:100px; background:#15a3df; z-index:-1; line-height:30px;  color:#fff; font-weight:400; font-size:15px;}
.quick li:before{position: absolute; top:-8px; display: inline-block; width:130px; left:-110px; padding-right:20px; height:30px; border-radius:100px;  z-index:-1; line-height:30px;  color:#ccc; font-weight:400; font-size:15px; text-align:center; }
.quick li:nth-child(1):before{content: 'MAIN'; }
.quick li:nth-child(2):before{content: '제품소개'; }
.quick li:nth-child(3):before{content: '사업영역'; }
.quick li:nth-child(4):before{content: '고객센터';  }

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

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


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

#mainContainer {z-index: 555;}

.fullsection .main_title { margin-bottom:50px; text-align:center; }
.fullsection .main_title h2 { font-size:72px; font-weight:700; color:#121212; letter-spacing:-3px; }
.fullsection .main_title p { margin-bottom:0 !important; font-size:24px; font-weight:700; color:#15a3df; text-transform:uppercase; letter-spacing:-1px; }
.fullsection .main_section01 .main_title { text-align:left; }
.fullsection .main_section01 .main_title p { color:#6eb92e; }
.fullsection .main_section03 .main_title h2 { color:#fff; }



@media only screen and (min-width:1201px){
	.main_section01, .main_section02, .main_section03, .main_section06, .main_section05, .main_section06{height:100vh;}
	#fullpage {position:relative;top:0px;z-index:9;width:100%;height:100%;}
	.fullsection{width:100%;height:100%;position:relative; top:0px;}
	.fullsection .inner > section { margin:0 auto; padding:180px 150px 100px; }
	.fullsection .main_section03 .inner > section {  }
	.pc-screen{position:absolute; bottom:0; min-height:150px;}
}

@media only screen and (max-width:1200px){
	.main_section01, .main_section02, .main_section03, .main_section06, .main_section05, .main_section06{height:auto;}
	.pc-screen{display:none;}
	.fullsection{height:auto;}
	.fullsection .inner > section { padding:100px 20px; width:100%; }
}

@media only screen and (max-width: 768px) {
	.fullsection .inner > section { padding:30px 10px; }
	.fullsection .main_section03 .inner > section { padding:30px 0 0; }
	.fullsection .main_title { margin-bottom:20px; }
	.fullsection .main_title h2 { font-size:36px; line-height:1.2; }
	.fullsection .main_title p { font-size:15px; }
}


/* main_section01
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section01 {width:100%; background: url('/images/mtl01r-21-0083/main/main_section01_bg.jpg') no-repeat center center/cover;}
.main_section01 .inner{display:table; width:100%; position:relative;}
.main_section01 section { display:table; width:100%; }
.main_section01 .cont_box { display:table-cell; vertical-align:top; width:50%; }
.main_section01 .box1 p {  margin-bottom:50px; font-size:24px; white-space:pre-line; }
.main_section01 .box2 ul { display:flex; flex-wrap:wrap; justify-content:space-between; }
.main_section01 .box2 li { position:relative; margin-bottom:30px; padding:30px 20px 0; height:300px; background:#fff; border:1px solid #dadada; overflow:hidden;  transition: 0.3s; }
.main_section01 .box2 li a { position:absolute; left:0; top:0; display:block; width:100%; height:100%; }
.main_section01 .box2 li:nth-of-type(1) { background:url(/images/mtl01r-21-0083/sub/pr_dw360ns.png) #fff left 20px bottom 20px no-repeat; }
.main_section01 .box2 li:nth-of-type(2) { background:url(/images/mtl01r-21-0083/sub/pr_dw380ns.png) #fff left 20px bottom 20px no-repeat; }
.main_section01 .box2 li:nth-of-type(3) { background:url(/images/mtl01r-21-0083/sub/pr_dw380db.png) #fff left 20px bottom 20px no-repeat; }
.main_section01 .box2 li:nth-of-type(4) { background:url(/images/mtl01r-21-0083/sub/pr_dw380vv.png) #fff left 20px bottom 20px no-repeat; }
.main_section01 .box2 li:hover { background-position:right 20px bottom 20px; }
.main_section01 .box2 li p { font-size:24px; line-height:1.1; font-weight:500; color:#6eb92e; }
.main_section01 .box2 li p.tit { font-size:36px; font-weight:700; }

@media only screen and (min-width: 1201px) {
	.main_section01 .bg02{height:calc(54% - 80px);}
	.main_section01 .box2 ul { margin-top:80px; }

	.main_section01 .box1 { width:calc(100% - 630px); }
	.main_section01 .box2 { width:630px; }
	.main_section01 .box2 li { width:300px; }
}

@media only screen and (max-width: 1200px) {
  .main_section01 .box2 li { width:49%; }
}

@media only screen and (max-width: 768px) {
	.main_section01 { background-position:right 25% bottom 0px; }
	.main_section01 .cont_box { display:block; width:100%; }
	.main_section01 .box1 p {  margin-bottom:30px; font-size:18px; white-space:normal; }
	.main_section01 .box1 p img { width:32px; }
	.main_section01 .box2 li { height:250px; }
	.main_section01 .box2 li p { font-size:18px; }
	.main_section01 .box2 li p.tit { font-size:24px; }


}


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



/* main_section02
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section02 {width: 100%; position:relative; background: url('/images/mtl01r-21-0083/main/main_section02_bg.jpg') no-repeat center center/cover;}
.main_section02 .cont_box ul { margin:100px auto 0; width:860px; display:flex; flex-wrap:wrap; justify-content:space-between; }
.main_section02 .cont_box li p { font-size:24px; line-height:1.2; font-weight:700; color:#153e59; text-align:center; }
.main_section02 .cont_box li p:first-child { height:150px; line-height:150px; }


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

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

@media only screen and (max-width: 500px) {
	.main_section02 .cont_box ul { display:block; position:relative; margin:0px auto; width:100%; text-align:center; }
	.main_section02 .cont_box li { display:inline-block; margin:0 20px 20px; }
	.main_section02 .cont_box li p { font-size:16px; }
	.main_section02 .cont_box li p:first-child { height:100px; line-height:100px; }
	.main_section02 .cont_box li p:first-child img { height:80px; }
}

/* main_section03
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section03 {width: 100%; position:relative; background: url('/images/mtl01r-21-0083/main/main_section03_bg.jpg') no-repeat center center/cover;}
.main_section03 .inner { height:100%; }
.main_section03 .inner > section { position:relative; height:100%;  }
.main_section03 .cont_box p { font-size:24px; color:#fff; text-align:center; white-space:pre-line; }
.main_section03 .btn_area { margin:50px auto 0; width:610px; display:flex; flex-wrap:wrap; justify-content:space-between; }
.main_section03 .btn_area li { width:48%; padding:20px; border:1px solid #fff; text-align:center; font-size:24px; color:#fff; }
.main_section03 .btn_area li:hover { background:#fff; color:#121212; }
.main_section03 .btn_area li a { display:block; width:100%; height:100%; }
.main_section03 .cont_box2 { width:100%; padding:20px; background:#fff; }


@media only screen and (min-width: 1201px) {
	.main_section03 .cont_box2 { position:absolute; left:0; bottom:150px; padding:30px 150px 0px; }
}

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

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

@media only screen and (max-width: 500px) {
	.main_section03 .cont_box { padding:0 10px 30px; }
	.main_section03 .cont_box p { font-size:18px; white-space:normal; }
	.main_section03 .btn_area { margin:30px auto 0; width:100%; }
	.main_section03 .btn_area li { padding:10px; font-size:18px; }
	.main_section03 .cont_box2 { overflow:hidden; }
}