@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');

/* 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.2;
    letter-spacing: -0.2px;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover,
a:focus,
a:active,
a:link {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

textarea {
    max-width: 100%;
    resize: none;
}

body {
    overflow-x: hidden;
}

@media only screen and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
}

.hidden {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/images/basic_resp/img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #137bc2;
}

.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%;
}

    .login-bar {
        padding: 21px 0;
        text-align: center;
        z-index: 999;
        position: relative;
    }
    .login-bar li {
        display: inline-block;
        position: relative;
        margin-left: 10px;
        border-left: 1px solid #ddd;
        height: 23px;
        border: 1px solid #525353;
        border-radius: 11px;
        margin-bottom: 10px;
    }
    .login-bar li a {
        font-size: 12px;
        line-height: 23px;
        padding: 0 14px;
        color: #525353;
        font-weight: 500;
    }
    .login-bar .material-icons {
        display: block;
        position: absolute;
        right: 6px;
        top: 2px;
        font-size: 18px;
        color: #fff;
    }
    .login-bar li:first-child {
        padding-right: 12px;
        background-color: #0b7c02;
        border: 1px solid #1c9e75;
    }
    .login-bar li:first-child a {
        display: block;
        width: 55px;
        color: #fff;
    }
    .login-bar li ul {
        position: absolute;
        left: -11px;
        top: 31px;
    }
    .login-bar li ul li {
        padding-right: 12px;
    }
    .login-bar li ul li a {
        display: block;
        margin-bottom: 38px;
        width: 55px;
    }
    .login-bar .lang_list {
        display: none;
        position: absolute;
        background-color: #000;
        width: 71px;
        left: -3px;
        border-radius: 10px;
        padding: 5px 0;
        top: -1px;
    }
    .login-bar .lang_list dd a {
        color: #fff;
        font-weight: 400;
        position: relative;
        line-height: 26px;
    }
    .login-bar .lang_list dd a i {
        color: #fff !important;
        right: -8px !important;
        top: 5px !important;
    }


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.nav-btn {
        z-index: 999;
        display: block;
        position: absolute;
        top: 25px;
        right: 0px;
        width: 30px;
        height: 23px;
        cursor: pointer;
    }
    .nav-btn span {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #0478d1;
        transition: .2s all linear;
    }
    .nav-btn span:nth-child(1) {
        top: 0;
    }
    .nav-btn span:nth-child(2) {
        top: 10px;
    }
    .nav-btn span:nth-child(3) {
        top: 20px;
    }
    /*.nav-btn.nav-close {
        position: fixed;
    }*/
    .nav-btn.nav-close span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }
    .nav-btn.nav-close span:nth-child(2) {
        margin-left: 0;
        width: 0;
    }
    .nav-btn.nav-close span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }
	
@media only screen and (min-width: 1200px) {
    #header {
        z-index: 999;
        width: 100%;
        padding: 0px 100px;
    	position:absolute;
		transition:all 0.5s;
		border-bottom:1px solid rgba(255,255,255,0.4);
    }
    #header:after {
		display:block;
		content:"";
		clear:both;
	}
	#header.scroll_on {background: #fff; transition:all 0.5s; border-top:1px solid #eaeaea;}
	#header.sub_page:after {content:''; display:block; width:100%; height:1px; background:#eaeaea; position:absolute; left:0;}
    #header > div {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 80px;
		text-align: center;
    }
	#L_SITE_LOGO {float: left;}
    #header h1 {
        float: left;
		padding-top:15px;
		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: 0px;
        left: -500%;
        width: 1000%;
        height: 350px;
        background: #fff;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		/*border-top:1px solid #eaeaea;*/
    }
    #nav {
		display:inline-block;
		vertical-align: top;
		z-index: 999;
    }
    .navigation:after {
        content: "";
        display: block;
        clear: both;
    }
    .navigation > li {
        position: relative;
        float: left;
        width: 140px;
        text-align: center;
    }
	
    .navigation > li:nth-of-type(2) {
        width: 280px;
    }
    .navigation .main-menu {
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 18px;
        color: #1e1e1e;
       line-height: 80px;
    }

    .navigation .sub-menu {
        display: none;
        z-index: 999;
        position: absolute;
        top: 80px;
        left: 0;
        padding: 20px 0;
        width: 140px;
        height: 272px;
    }
	
    .navigation > li:nth-of-type(2) .sub-menu {
        width: 280px;
    }
	
    .navigation .sub-menu a {
        display: block;
        text-align: center;
        line-height: 120%;
		padding:10px 0;
        font-size: 16px;
        color: #666;
    }
    .navigation .sub-menu .intro-menu {
        display: none;
    }
    .navigation .sub-menu a:hover {
		color:#fff;
    }
	
	.navigation > li:hover .main-menu{color:#046ab4;}
    .navigation > li:hover .sub-menu{background:#0f79c5;}
	.navigation > li:hover .sub-menu a {color:rgba(255,255,255,0.85);}
	.navigation > li:hover .sub-menu a:hover {background:#0b62a1; color:#fff;}
	
/* 서브상단메뉴 */
	#L_SITE_LOGO.sub_page a { display: inline-block; background: url('/images/mtl01r-21-0040/common/logo_white.png') no-repeat center center/contain; width:133px; height:58px;}
	#L_SITE_LOGO.sub_page a > img {display:none;}	
	.navigation.sub_page .main-menu {color: #fff;}
	.nav-btn.sub_page > span {background: #fff;}
	.nav-btn.sub_page.nav-close span{background: #0478d1;}
	.lang_select.sub_page > li a{color:#d2d2d2;}
	.lang_select.sub_page > li {border-right: 1px solid #ddd;}
	.lang_select.sub_page > li:last-child {border-right:none;}
	.lang_select.sub_page > li a.active {color: #fff;}

    .navigation > li:nth-of-type(5) {
        width: 140px;
    }
    .navigation > li:nth-of-type(5) .sub-menu {
        width: 140px;
    }
}

@media only screen and (max-width: 1520px) {
	#header { padding: 0px 30px;}
	#L_SITE_LOGO.sub_page a {width:100px;}
	#header h1 a > img {width:100px;}
	.navigation > li {width: 130px;}
	.navigation .sub-menu {width: 130px;}
}

@media only screen and (max-width: 1200px) {
    #header {
        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;
    }
    .login-bar {
        float: none;
		padding-top: 10px;
    }
    .login-bar li {
        border: 1px solid #ffffff;
	    margin-left: 28px;
    }
	.login-bar li:first-child {
		border: 1px solid #fff;
	}
    .login-bar li a {
        color: #fff;
    }
    .login-bar .material-icons {
        color: #fff;
    }
   .nav-btn {
        right: 20px;
		top:20px;
    }
    .nav-bg {
        z-index: 777;
        display: none;
        top: 0;
		position:fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    #nav {
        z-index: 888;
        position: fixed;
        right: -100%;
        display: block;
        padding: 65px 0 14px;
        width: 70%;
        height: 100%;
        background: #fff;
    }
	.navigation > li {width: 100%;}
	.navigation .sub-menu {width: 100%;} 
    .navigation .main-menu {
        display: block;
        padding: 0 20px;
        width: 100%;
        line-height: 45px;
        font-weight: 400;
        font-size: 18px;
        color: #000;

        transition: none;
    }
	..navigation > li a:hover{color:#0f79c5;}
    .navigation li.active .main-menu {
        background: #0478d1;
        color: #fff;
    }
    .navigation .sub-menu {
        display: none;
        padding: 10px 0;
        background: #f1f1f1;
    }
    .navigation .sub-menu a {
        display: block;
        padding: 10px 20px;
        line-height: 120%;
        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: #0478d1;
    }
    .navigation .sub-menu a:hover:before {
        background: #0478d1;
    }
	.navigation .sub-menu a br {display:none;}
	.lang_select { font-size:14px; display:inline-block; padding-left:10px; 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: 13px 10px;
    }
}

/* 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{width:100%; background-color:#222; padding:60px 0;}

.footer-area{position:relative; display:table; margin:0 auto; width:1200px; padding-left:230px; box-sizing:border-box;}
.footer-logo{position:absolute; top:0;left:0;}

.footer-content{position:relative; padding-top:5px; margin-bottom:20px; }
.footer-menu li{position:relative; display:inline-block; margin-left:15px; }
.footer-menu li:first-child{margin-left:0;}
.footer-menu li a{font-size:16px;color:#bcbcbc;}

.footer-info{position:relative; }
.footer-info{line-height:20px;}
.footer-info li{font-size:15px; padding-top:10px; color:#888;}
.footer-info li:first-child{padding-top:0;}
.footer-info span{color:#666; margin:0 3px;}
.footer-info .tel{position:absolute; right:0; top:15px; font-size:24px; color:#ddd; font-weight:400;}
.footer-info .tel:after{content:""; display:block;clear:both;}
.footer-info .tel a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

@media only screen and (max-width:1200px){
    .footer-area{width:100%; padding:0 20px;}
	.footer-logo{position:relative; padding-bottom:20px; text-align:center;}
	.footer-content{text-align:center;}
	.footer-info .tel{font-size:20px;}
}

@media only screen and (max-width:767px){
	#footer{padding:30px 0;}
	.footer-info .tel{position:relative; top:0; text-align:center; margin-bottom:15px;}

}
@media only screen and (max-width:500px){
	.footer-menu li{margin-left:5px; }
	.footer-menu li a{font-size:14px;}
	.footer-info li{font-size:13px; display:initial;}
	.footer-info span{margin:0;}
	.footer-info .tel{font-size:18px;}
}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual {position: relative; overflow: hidden;}

.carousel-caption {position: absolute; width: 1200px; top: 25%; left: 50%; margin-left: -600px; z-index: 99;}
.carousel-caption .slogan{padding-top:80px;}
.carousel-caption .slogan:before {content: ''; display: inline-block;  position: absolute; top:0; width:330px; height:330px; background: url(/images/mtl01r-21-0040/main/slogan_bg.png) no-repeat left top;}
.carousel-caption .slogan p{margin-left:70px; font-size: 50px; color: #fff; font-weight: 500; line-height:1.4; letter-spacing:-0.03em;}
	
.carousel-caption .slogan .main-title{font-size: 62px; font-weight: 600;}

#main_slide.owl-carousel {height:640px; display: block;}
#main_slide.owl-carousel .owl-item .item {height: 640px;}
#main_slide.owl-carousel .owl-item .main-img01 {background: url('/images/mtl01r-21-0040/main/main_visual1.jpg') no-repeat center center/cover;}
#main_slide.owl-carousel .owl-item .main-img02 {background: url('/images/mtl01r-21-0040/main/main_visual2.jpg') no-repeat center center/cover;}
#main_slide.owl-carousel .owl-dots {position: absolute; bottom:60px; right: 0px; width: 100%; text-align: center;}
#main_slide.owl-carousel .owl-dots .owl-dot {background: none; border: none; display: inline-block;}
#main_slide.owl-carousel .owl-dots .owl-dot span {display:inline-block; width:16px; height:16px; border-radius:30px; background:#fff; margin:0px 5px;}
#main_slide.owl-carousel .owl-dots .owl-dot.active span {display:inline-block; width:40px; height:16px; border-radius:30px; background:#0095ff;}

.extract-board .extract-article .extract-content .extract-title:hover{text-decoration:underline;}

@media only screen and (max-width: 1200px) {
    #main_slide.owl-carousel {height: 520px;}
    #main_slide.owl-carousel .owl-item .item {height: 520px;}
    .carousel-caption {width: 100%; top:20%; left: 0%; margin-left: 0px; padding:0px 40px;}
	#main_slide.owl-carousel .owl-dots{bottom:40px;}	
}

@media only screen and (max-width: 980px) {
    #main_slide.owl-carousel {height: 420px;}
    #main_slide.owl-carousel .owl-item .item {height: 420px;}

	.carousel-caption{top:32%;}
	.carousel-caption .slogan{padding-top:0; }
    .carousel-caption .slogan p{font-size: 32px; margin-left:0;}
	.carousel-caption .slogan .main-title{font-size: 46px;}
	.carousel-caption .slogan:before{display:none;}
}
@media only screen and (max-width: 768px) {
	.carousel-caption .slogan p{font-size:25px;}
	.carousel-caption .slogan .main-title{font-size:36px;}
}

@media only screen and (max-width:500px) {
	#main_slide.owl-carousel .owl-dots{bottom:30px;}
	#main_slide.owl-carousel {height:400px;}
    #main_slide.owl-carousel .owl-item .item {height:400px;}
    #main_slide.owl-carousel .owl-item .main-img01, #main_slide.owl-carousel .owl-item .main-img02{background-position:70% center;}
	
	.carousel-caption {padding:0px;}
	.carousel-caption .slogan p{text-align:center;}
}



/* Main Board (메인 게시판)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-board-area{position:absolute;  bottom:0; height:70px; width:100%; background:rgba(0,0,0,0.65);}
.board-inner{width:1200px; margin:0 auto;}

.board-inner dl { display: table; width: 100%; height:70px;  margin: 0 auto;}
.board-inner dl dt { width:184px; background:#0478d1; display: table-cell; vertical-align: middle; text-align:center;}
.board-inner dl dt a{font-size:22px; color:#fff;}
.board-inner dl dd { font-size: 18px; color:#ececec; font-weight:300; padding-left:50px; display: table-cell; vertical-align: middle; }
.board-inner dl dd .extract-article{padding-bottom:0 !important;}
.board-inner dl:after { content: ''; display: block; clear: both;}
.board-inner dl dd .extract-article .extract-content .extract-date{color:#ececec; line-height:24px;}
.board-inner dl dd .extract-board .extract-article .extract-content .extract-title{font-weight:300; line-height:1.3;}

@media only screen and (max-width: 1200px) {
	.board-inner{width:100%;}
	.board-inner dl dd {padding-right:20px;  }
}

@media only screen and (max-width: 980px) {
	.main-board-area{height:50px;}
	.board-inner dl {height:50px;}
	.board-inner dl dt { width:140px;}
	.board-inner dl dt a{font-size:16px;}
	.board-inner dl dd {padding-left:20px; padding-right:10px;  font-size: 14px;  }
}

@media only screen and (max-width: 768px) {
	.board-inner dl dd .extract-article .extract-content .extract-date{display:none;}
}

@media only screen and (max-width: 500px) {
	.board-inner dl dt { width:90px;}
	.board-inner dl dd .extract-article .extract-content .ellipsis{white-space:pre-wrap;}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#mainContainer {z-index: 555;}

.main_section_title { font-size: 40px; color: #137bc2; font-weight:500; text-align: center; margin-bottom: 50px; letter-spacing:-0.02em; word-break:keep-all;}
.main_section_title p {font-size:22px; color:#333; font-weight:300; line-height:1.3; word-break:keep-all; 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:#ce112d;}*/

.btn-area{margin-top:70px; text-align:center;}
.btn-area a { display: block; margin:0 auto; width: 215px; height: 52px; color:#0065aa;  text-align: center; line-height: 52px; font-size: 18px; border: 1px solid #0065aa; background:#fff;}
.btn-area a:hover{color:#fff; background:#0478d1; border: 1px solid #0478d1;}

@media only screen and (max-width: 1200px) {
    .main_section_title {font-size: 34px;}
	.main_section_title p {font-size:18px;}
}

@media only screen and (max-width: 500px) {
    .main_section_title {font-size:26px; margin-bottom:30px;}
	.main_section_title p {font-size:15px; margin-top:5px;}

	.btn-area{margin-top:20px;}
	.btn-area a { width:160px; height:40px;  line-height:40px; font-size: 14px; }
}



/* business areas */
.ff_cont{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.fi_cont{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;}
.ff_object{margin:-15px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.ff_object .obj{padding:15px;}
.ff_object.middle{margin:-10px;}
.ff_object.middle .obj{padding:10px;}
.ff_obj{margin-left:-15px;margin-right:-15px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.ff_obj .obj{padding-left:15px;padding-right:15px;}
.f_two .obj{flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;}
.f_three .obj{flex:0 0 33.33%;-ms-flex:0 0 33.33%;max-width:33.33%;}
.f_four .obj{flex:0 0 25%;-ms-flex:0 0 25%;max-width:25%;}
.f_wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;}
.f_center{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}
.f_middle{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.f_end{-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;-webkit-align-items:end;align-items:end;}
.f_between{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.f_reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}
	
.section{padding:120px 0;position:relative;}
.section:after{content:'';clear:both;display:block;box-sizing:border-box;}
.section.main_business{padding:30px 0 20px; max-width:1200px; margin:0 auto;}
.section.main_business h1{font-weight:700;line-height:1.2;color:#292929;white-space:nowrap;padding-right:70px; font-size:30px;}
.section.main_business h5 {font-size:22px; font-weight:400; line-height:140%;}
.main_business .arrow_button{margin-top:20px;}
.main_business .arrow_button span{font-size:1.3em;}

.arrow_button{position:relative;display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.arrow_button span{font-size:1.5em;color:#444;font-weight:700;white-space:nowrap;font-family:'Montserrat', sans-serif;}
.arrow_button em{margin-left:15px;display:inline-block;background-repeat:no-repeat;background-position:center center;background-size:auto;}
.arrow_button.single em{width:34px;height:7px;background-image:url('/images/mtl01r-21-0040/main/single_arrow.jpg');}
	
/* main banner */
.main_banner{}
.main_banner .obj{overflow:hidden;min-height:470px;}

.main_banner .obj a{display:table;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:cover;position:relative;-webkit-transition:transform .3s ease-out;-moz-transition:transform .3s ease-out;-ms-transition:transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;}
.main_banner .obj a:before{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.2);z-index:5;}
.main_banner .obj a:hover::before{background:rgba(0,0,0,0.01);}
.main_banner .obj a:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform: scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')";}
.main_banner .obj:nth-child(1) a{background-image:url('/images/mtl01r-21-0040/main/main_banner1.png');}
.main_banner .obj:nth-child(2) a{background-image:url('/images/mtl01r-21-0040/main/main_banner2.png');}
.main_banner .obj:nth-child(3) a{background-image:url('/images/mtl01r-21-0040/main/main_banner3.png');}
.main_banner .obj:nth-child(4) a{background-image:url('/images/mtl01r-21-0040/main/main_banner4.png');}
.main_banner .obj span{font-size:1.750em;color:#fff;display:table-cell;vertical-align:middle;font-weight:600;text-align:center;z-index:10;text-shadow:3px 3px 3px rgba(0,0,0,0.2);}


@media only screen and (max-width:1280px) {
   .section{padding:100px 0;}
   .section.main_business{padding:50px 20px;}
}

@media only screen and (max-width:980px) {
    .section{padding:80px 0;}
	.ff_object .image{text-align:center;}
	.main_business .ff_cont .obj{flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;}
	.main_business .arrow_button {margin-top:20px;}
	.main_banner .obj{min-height:350px;flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;}	
	.section.main_business h5 {font-size:18px; margin:10px 0 0;}	
}

@media only screen and (max-width:767px) {
    .section{padding:70px 0;}
	.section.main_business h5 {font-size:17px;}
	.main_banner .obj span{font-size:1.3em;}
}

@media only screen and (max-width:520px) {
    .section{padding:50px 0;}
	.main_banner .obj{min-height:300px;}	
}




/* main_section01
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section01 {width:100%; padding:100px 0px;background-color:#deedf7;   background-image: url('/images/mtl01r-21-0040/main/set01_bg01.jpg'), url('/images/mtl01r-21-0040/main/set01_bg02.jpg');	background-repeat: no-repeat, no-repeat;	background-position: left bottom, right top;}
.main_section01 .main_section_title{text-align:left; font-weight:600; }
.main_section01 .main_section_title strong{font-weight:600; }
.main_section01 .main_section_title:after {content:''; display:block; margin-top:30px; width:70px; height:1px; background:#333;}

.section01_inner {width: 1200px;margin: 0 auto;}
.section01_inner .img-box{width:50%; text-align:center; float:left}
.section01_inner .txt-box{width:50%; padding-left:60px; float:right;}

.main_section01:after, .section01_inner:after, .section01_inner .img-box:after, .section01_inner .txt-box:after{content:""; display:block; clear:both;}

.section01_inner .txt-box p{font-size:20px; color:#333; line-height:1.3; margin-bottom:45px;}
.section01_inner .txt-box p strong{font-size:30px; color:#137bc2; font-weight:500; display:block; margin-bottom:10px}
.section01_inner .txt-box p:last-child{margin-bottom:0;}

.slide-warp {position: relative; overflow: hidden;}
#creation_slide.owl-carousel {display: block;}
#creation_slide.owl-carousel .owl-dots {position: relative; padding-top:20px; right: 0px; width: 100%; text-align: center;}
#creation_slide.owl-carousel .owl-dots .owl-dot {background: none; border: none; display: inline-block;}
#creation_slide.owl-carousel .owl-dots .owl-dot span {display:inline-block; width:16px; height:16px; border-radius:30px; background:#7bbfe5; margin:0px 5px;}
#creation_slide.owl-carousel .owl-dots .owl-dot.active span {display:inline-block; width:16px; height:16px; border-radius:30px; background:#147bc9;}
#creation_slide.owl-carousel .owl-nav{visibility:hidden;}
.mobile{display:none;}

@media only screen and (max-width: 1200px) {
    .main_section01 {width: 100%; padding:60px 20px;}
	.main_section01 .main_section_title:after {width:40px;}

	.section01_inner {width:100%;}
	.section01_inner .txt-box{padding-left:20px;}
	.section01_inner .txt-box p{font-size:18px; margin-bottom:30px;}
	.section01_inner .txt-box p strong{font-size:24px;}

	.main_section01 .main_section_title{margin-bottom:30px;}
	.main_section01 .main_section_title:after {margin-top:20px;}

	#creation_slide.owl-carousel .owl-item .item img{width:78%;}

}

@media only screen and (max-width: 768px) {
	.section01_inner .img-box{width:100%; float:none}
	.section01_inner .txt-box{width:100%; padding-left:0; float:none; padding-top:30px;}
	.section01_inner .txt-box p{text-align:center;}
	.main_section01 .main_section_title{text-align:center;}
	.main_section01 .main_section_title:after {margin:15px auto 0;}

	.mobile{display:block;}
	.pc-screen{display:none;}
}


@media only screen and (max-width: 500px) {
	.main_section01 {padding:50px 20px;  background-image:none;}
	.section01_inner .txt-box p{font-size:16px; margin-bottom:25px;}
	.section01_inner .txt-box p strong{font-size:20px;}
	#creation_slide.owl-carousel .owl-item .item img{width:65%;}
	#creation_slide.owl-carousel .owl-dots {padding-top:10px;}

}



/* main_section02
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section02 { padding: 100px 0px; width: 100%; position:relative;}
.main_section02:before{content:""; position:absolute; display:block; width:100%; top:50%; bottom:0; left:0; background:#e8f2f9; z-index:-1}
.main_section02_inner {width: 1200px; margin: 0 auto; position:relative;}

@media only screen and (max-width: 1200px) {
	.main_section02 {padding:60px 20px;}
	.main_section02_inner { width: 100%; }
}

@media only screen and (max-width: 500px) {
	.main_section02 {padding:50px 20px;}
}


/* main_section03
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main_section03 {width:100%; padding:80px 0; background: url('/images/mtl01r-21-0040/main/set03_bg.jpg') no-repeat left center/cover; overflow:hidden;}
.main_section03 .main_section_title {color:#fff; text-align:left; margin-bottom:40px}
.main_section03 .main_section_title strong{font-weight:600; }
.main_section03 .main_section_title:after {content:''; display:block; margin-top:30px; width:70px; height:1px; background:#fff;}

.main_section03_inner {width:50%; float:right; padding:60px 0px 60px 50px; background:rgba(4,120,209,0.8);}
.main_section03_inner p{font-size:20px; color:#fff; line-height:1.4;}

.main_section03_inner .btn-area{margin-top:40px; text-align:center;}
.main_section03_inner .btn-area a {width: 245px; border: 1px solid #fff; background:none; color:#fff; margin:0;}
.main_section03_inner .btn-area a:hover{color:#000; background:#fff; border: 1px solid #fff;}

.main_section03:after, .main_section03_inner:after{content:""; display:block; clear:both;}

@media only screen and (max-width: 1200px) {
    .main_section03 {padding:60px 0;}
    .main_section03_inner {padding:50px 30px;}
	.main_section03_inner p{font-size:18px;}
	.main_section03 .main_section_title:after {width:40px;}
}

@media only screen and (max-width:980px) {
	.main_section03_inner p br{display:none;}
}
@media only screen and (max-width: 768px) {
    .main_section03 {padding:30px 0;}
	.main_section03_inner {padding:40px 20px;}

}

@media only screen and (max-width: 500px) {
	.main_section03 {padding:30px;}
	.main_section03_inner p{font-size:16px; text-align:center;}
	.main_section03 .main_section_title{margin-bottom:20px; text-align:center;}
	.main_section03 .main_section_title:after {margin:20px auto 0;}
	.main_section03_inner {width:100%; float:none; padding:30px 20px;}
	.main_section03_inner .btn-area{margin-top:20px;}
	.main_section03_inner .btn-area a{margin:0 auto;}
}


/* main_section04
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section04 {padding: 100px 0px;}
.main_section04_inner {width:1200px; margin:0 auto;}

@media only screen and (max-width: 1200px) {
    .main_section04  { padding: 60px 0px; }
	.main_section04_inner {width:100%; padding:0px 20px;}
}

@media only screen and (max-width: 500px) {
	.main_section04 {padding:50px 0px;}
	.main_section04_inner .btn-area{margin-top:0;}
}




/* main_section05
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_section05 {padding: 100px 0px; background: url('/images/mtl01r-21-0040/main/set05_bg.jpg') no-repeat center center/cover}
.main_section05_inner {width:1200px; margin:0 auto;}

@media only screen and (max-width: 1200px) {
    .main_section05  { padding: 60px 0px; }
	.main_section05_inner {width:100%; padding:0px 20px;}
}

@media only screen and (max-width: 480px) {
	.main_section05 {padding:50px 0px;}
}


		