@charset "utf-8";
@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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*-------------------------------------------------------   MAIN1    -------------------------------------------------------*/


/*-----------  header  -----------*/

#logo {
    float: left;
    margin-top: 47px;
}

#gnb {
    float: right;
    padding-top: 60px;
    /*right: 90px;*/
	 right: 0;
    position: absolute;
}

#header {
    width: 100%;
    height: 130px;
    border-top: 4px solid #f19100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: fixed;
    z-index: 999;
    transition: all 0.3s;
}

#header.scroll_on {
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ddd;
    transition: all 0.3s;
}

#header #header_inner {
    width: 1200px;
    height: 126px;
    margin: 0 auto;
    position: relative;
}

#L_SITE_LOGO a {
    display: inline-block;
    height: 33px;
    background: url('/data/file/logo.png') no-repeat center center;
    width: 148px;
}

#L_SITE_LOGO a.scroll_on {
    background: url('/images/mtl01-19-0009/common/logo_on.png') no-repeat center center;
}

#L_SITE_LOGO a img{display:none}

#topmenu {
    float: right;
    margin-top: 15px;
    z-index: 999;
    position: absolute;
    right: 0;
}

#topmenu > ul:after {
    content: "";
    display: block;
    clear: both;
}

#topmenu a.scroll_on {
}

#navi {
    position: relative;
}

.hidden {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

.navigation {
    float: right;
}

.navigation > li {
    position: relative;
    float: left;
   /* width: 160px;*/
   width: 180px;
    text-align: center;
    z-index: 999
}

.navigation .main-menu {
    display: block;
    padding-bottom: 46px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.navigation .main-menu:hover {
    color: #f19100;
}

.navigation > li:hover .main-menu {
    color: #f19100;
}

.navigation > li:hover .main-menu:after {
    content: '';
    display: block;
    width: 160px;
    height: 4px;
    background: #f19100;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -80px;
}

.navigation .main-menu.scroll_on {
    color: #666;
}

.navigation .sub-menu {
    z-index: 888;
    display: none;
    position: absolute;
    top: 63px;
    left: 50%;
    margin-left: -80px;
    padding: 40px 0;
    width: 100%;
    height: 183px;
    text-align: center;
}

.navigation .sub-menu a {
    line-height: 35px;
    font-size: 16px;
    color: #666
}

.navigation .sub-menu a:hover {
    color: #f19100;
}

.nav-bg {
    z-index: 1;
    display: none;
    position: absolute;
    top: 126px;
    width: 100%;
    height: 180px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1)
}

a:link {
    color: #666;
    text-decoration: none;
}

a:visited {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a:active {
    color: #666;
    text-decoration: none;
}

.login-bar {
    padding: 0;
    text-align: center;
    float: right;
    z-index: 2;
    position: relative;
}

.scroll_on .login-bar li {
    border: 1px solid #555;
}

.scroll_on .login-bar li a {
    color: #555;
}

.login-bar li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    height: 23px;
    border: 1px solid #fff;
    border-radius: 11px;
    margin-bottom: 10px;
}

.login-bar li a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 14px;
    color: #fff;
    font-weight: 500;
}

.login-bar .material-icons {
    display: block;
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 18px;
    color: #fff;
}

/*.login-bar li:last-child {
    padding-right: 12px;
    background-color: #000;
    border: 1px solid #000;
}

.login-bar li:last-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;
}


/*-----------  footer  -----------*/

#footer {
    width: 100%;
}

#footer #foot_top {
    background: #c7c7c7;
}

.foot_navi {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0px;
}

.foot_navi:after {
    content: '';
    display: block;
    clear: both;
}

.foot_navi li {
    float: left;
    padding-right: 15px;
}

.foot_navi li a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.foot_navi li:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #f19100;
    border-radius: 50%;
    vertical-align: super;
    margin-left: 15px;
}

.foot_navi li:last-child:after {
    display: none;
}

#foot_area {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0px 45px 0px;
}

#foot_area:after {
    content: '';
    display: block;
    clear: both;
}

.foot_logo {
    float: left;
}

.foot_info {
    float: right;
}

.address {
    color: #888;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
}

.address .bold_black {
    font-weight: 400;
    font-size: 15px;
}


/*-----------  main_visual -----------*/

.main-visual {
    position: relative;
    overflow: hidden;
}

.main-visual-caption {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 360px;
    text-align: center;
    z-index: 99;
	text-shadow:0 0 15px rgba(0,0,0,0.3)
}

.main-visual-caption h1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
	line-height:56px;
	letter-spacing:-1px;
}

.main-visual-caption > h1 span {
    font-size: 74px;
    font-weight: bold;
    color: #f19100;
	letter-spacing:0;
	line-height:80px;
}

.main-visual-caption > p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
}

.caption_list {
    margin-top: 100px;
    display: inline-block;
}

.caption_list:after {
    content: '';
    display: block;
    clear: both;
}

.caption_list li {
    float: left;
    width: 75px;
    margin-right: 195px;
}

.caption_list li:last-child {
    margin-right: 0px;
}

.caption_list li a p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
}

#main_slide.owl-carousel {
    display: block;
    height: 865px;
}

#main_slide.owl-carousel .owl-item .item {
    height: 865px;
}

#main_slide.owl-carousel .owl-item .main-img01 {
    background: url('/images/mtl01-19-0009/main/main_visual01.jpg') no-repeat center center/cover;
}

#main_slide.owl-carousel .owl-item .main-img02 {
    background: url('/images/mtl01-19-0009/main/main_visual02.jpg') no-repeat center center/cover;
}

#main_slide.owl-carousel .owl-item .main-img03 {
    background: url('/images/mtl01-19-0009/main/main_visual03.jpg') no-repeat center center/cover;
}

#main_slide.owl-carousel .owl-dots {
    width: 160px;
    left: 50%;
    margin-left: -80px;
    position: absolute;
    bottom: 30px;
}

#main_slide.owl-carousel .owl-dots .owl-dot {
    width: 45px;
    height: 5px;
    margin: 0px 4px;
    border-radius: 0px;
    background: #fff;
    border: none;
    cursor: pointer;
}

#main_slide.owl-carousel .owl-dots .owl-dot.active {
    background: #f19100;
}

#main_slide.owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    width: 80px;
    height: 21px;
    background: url('/images/mtl01-19-0009/main/main_arrow01.png') no-repeat center center;
    text-indent: -9999px;
    position: absolute;
    top: 55%;
    left: 50px;
    z-index: 9999;
    border: none;
    cursor: pointer;
}

#main_slide.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 80px;
    height: 21px;
    background: url('/images/mtl01-19-0009/main/main_arrow02.png') no-repeat center center;
    text-indent: -9999px;
    position: absolute;
    top: 55%;
    right: 50px;
    z-index: 9999;
    border: none;
    cursor: pointer;
}


/*-----------  main_section01 -----------*/

.content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

#contents {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#contents .section01_inner p {
    font-size: 17px;
    color: #777;
    line-height: 26px;
    font-weight: 400;
}

/*#contents p {
    font-size: 16px;
    color: #888;
    line-height: 24px;
    font-weight: 300;
}*/

#section01 {
    background: #f5f5f5;
    padding: 60px 0px 80px 0px;
}

#section01 .section01_inner {
    width: 1200px;
    margin: 0 auto;
}

#contents .section_top {
    margin-bottom: 50px;
    text-align: center;
}

#contents .section_top .section_title {
    font-size: 42px;
    color: #f19100;
    font-weight: 500;
    margin-bottom: 20px;
}

#contents .section_top .section_title:before {
    content: '';
    display: block;
    width: 2px;
    height: 65px;
    background: #f19100;
    margin: 0 auto;
    margin-bottom: 20px;
}

#contents .section_top .section_stitle {
    font-size: 20px;
    color: #777;
    font-weight: 400;
}

#section01 .about_list:after {
    content: '';
    display: block;
    clear: both;
}

#section01 .about_list li {
    float: left;
    width: 380px;
    margin-right: 30px;
    border: 1px solid #e7e7e7;
    background: #fff;
    position: relative;
}

#section01 .about_list li img {
    transition: all 0.3s;
}


/* #section01 .about_list li:hover img { transform: scale(1.1); transition:all 0.3s;} */

#section01 .about_list li:last-child {
    margin-right: 0px;
}

#section01 .about_list li .about_txt {
    padding: 30px 30px 25px 30px;
}

#section01 .about_list li .about_txt h3 {
    font-size: 24px;
    color: #f19100;
    font-weight: 500;
    margin-bottom: 25px;
    background: url('/images/mtl01-19-0009/main/about_arrow.png') no-repeat right center;
}

#section01 .about_list li .about_txt p {
    min-height: 48px;
    letter-spacing: -0.2px;
}

#section01 .about_list li:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 0%;
    background: #f19100;
    position: absolute;
    top: 0;
    transition: all 0.3s;
}

#section01 .about_list li:after {
    content: '';
    display: inline-block;
    width: 0%;
    height: 2px;
    background: #f19100;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

#section01 .about_list li > a:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 0%;
    background: #f19100;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
}

#section01 .about_list li > a:after {
    content: '';
    display: inline-block;
    width: 0%;
    height: 2px;
    background: #f19100;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s;
}

#section01 .about_list li .list_img {
    overflow: hidden;
}

#section01 .about_list li:hover a img {
    transform: scale(1.1);
}

#section01 .about_list li:hover:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: calc(100% + 4px);
    background: #f19100;
    position: absolute;
    top: -2px;
    left: -2px;
    transition: all 0.3s;
}

#section01 .about_list li:hover:after {
    content: '';
    display: inline-block;
    width: calc(100% + 2px);
    height: 2px;
    background: #f19100;
    position: absolute;
    top: -2px;
    left: 0px;
    transition: all 0.3s;
}

#section01 .about_list li:hover > a:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: calc(100% + 2px);
    background: #f19100;
    position: absolute;
    top: -2px;
    ;
    right: -2px;
    ;
    transition: all 0.3s;
}

#section01 .about_list li:hover > a:after {
    content: '';
    display: inline-block;
    width: calc(100% + 4px);
    height: 2px;
    background: #f19100;
    position: absolute;
    bottom: -2px;
    ;
    right: -2px;
    ;
    transition: all 0.3s;
}


/*-----------  main_section02 -----------*/

#section02 {
    background: url('/images/mtl01-19-0009/main/creation_bg.jpg') no-repeat center center;
    padding: 50px 0 40px 0px;
    background-size: cover;
}

#section02 .section02_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#section02 .section02_inner .section_top{margin-bottom:0}

#contents #section02 .section_top .section_title {
    color: #fff;
}

#contents #section02 .section_top .section_title:before {
    background: #fff;
	height:50px;
	
}

#contents #section02 .section_top .section_stitle {
    color: #fff;
}

#section02 #creation_slide {
    width: 490px;
	overflow: hidden;
}

#section02 .creation_box {
    display: inline-block;
    width: 490px;
    height: 420px;
    background: #f19100;
    overflow: hidden;
    position: relative;
    top: 60px;
}

#section02 .creation_box:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 117px;
    left: 50px;
    z-index: 99;
}

#section02 #creation_slide.owl-carousel {
    display: inline-block;
}

#section02 #creation_slide.owl-carousel .item {
    width: 490px;
    height: 470px;
    display: inline-block;
    padding: 50px 50px 100px 50px;
    color: #fff;
	opacity:0;

}

#section02 #creation_slide.owl-carousel .owl-item.active .item {
	opacity:1;
}


#section02 #creation_slide.owl-carousel .item h4 {
    font-size: 50px;
    font-weight: 400;
}

#section02 #creation_slide.owl-carousel .item h3 {
    font-size: 48px;
    margin: 90px 0px 28px 0px;
}

#contents #section02 p {
    color: #fff;
	font-size:18px;
}

#section02 #creation_slide.owl-carousel .item a {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 25px;
    float: right;
    margin-top: 50px;
    transition: all 0.3s;
}

#section02 #creation_slide.owl-carousel .item a:hover {
    background: #fff;
    color: #f19100;
    transition: all 0.3s;
}

#section02 h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    letter-spacing: 3;
    display: inline-block;
    line-height: 88px;
    position: absolute;
    right: 0;
    bottom: 20px;
}

#section02 h1 span {
    color: #f19100;
    font-size: 50px;
    font-weight: 300;
}

#section02 #creation_slide.owl-carousel .owl-nav {
    position: absolute;
    top: 57px;
    right: 50px;
}

#section02 #creation_slide.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
}

#section02 #creation_slide.owl-carousel .owl-nav button span {
    display: none;
}

#section02 #creation_slide.owl-carousel .owl-nav .owl-prev {
    background: url('/images/mtl01-19-0009/main/creation_arrow01.png') no-repeat right center;
}

#section02 #creation_slide.owl-carousel .owl-nav .owl-next {
    background: url('/images/mtl01-19-0009/main/creation_arrow02.png') no-repeat right center;
}


/*-----------  main_section03 -----------*/

#section03 {
    padding: 110px 0px 80px 0px;
}

#section03 .section03_inner {
    width: 1200px;
    margin: 0 auto;
}

#section03 .section_top {
    display: inline-block;
    text-align: left;
    width: 326px;
}

#section03 .section_top .section_title {
    display: inline-block;
    width: 198px;
    line-height: 47px;
}


/*-------------------------------------------------------   SUB    -------------------------------------------------------*/

.contents_sub {
    width: 1200px !important;
    margin: 0 auto 120px auto !important;
}

#contents .con_title {
    text-align: center;
    padding: 60px 0px 60px 0px
}

#contents .con_title:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #f19100;
    margin: 0 auto;
    margin-top: 20px;
}

#contents .con_title h3 {
    font-size: 38px;
    color: #333;
}

.sub_visual {
    width: 100%;
    height: 380px;
    display: table;
	background-size:cover !important;
	background: url('/images/mtl01-19-0009/sub/sub1_visual.jpg') no-repeat center center;
}

.sub_visual h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 48px;
    padding-top: 120px !important;
}

.sub_visual h1 span {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    margin-top: 15px;
    letter-spacing: 1;
}


/* 게시판 공통  --------------------------------------------------------------------------------------------------------------*/

.contents_sub .board .boardRightTitle{font-weight:500; color:#333}
.contents_sub .board .boardRightContents{font-size:16px;}
.contents_sub .board_view th{font-weight:500; text-align:center;}
.contents_sub .board_view th, .board_view td{font-size:15px;}
.contents_sub .board_cont{font-size:16px; color:#555}
.contents_sub .board td{padding:15px 5px}
.contents_sub .board .b-title{font-size:16px; }
.contents_sub .board_view .description{font-size:15px; margin-left:5px;}
.contents_sub .board_view  .person_area dt{font-size:15px; font-weight:500; color:#333}
.contents_sub .board_view textarea{height:126px; line-height:22px;}

/* sub1_1 About us   --------------------------------------------------------------------------------------------------------------*/
.sub1-1 .cont-box{display:flex; flex-wrap:wrap; justify-content:space-between;}
.sub1-1 .img-area{width:380px;}
.sub1-1 .txt-area{width:770px;}
.sub1-1 .txt-area p{font-size:17px; color:#666; line-height:28px; margin-top:15px; word-break:keep-all; letter-spacing:-0.03em;}
.sub1-1 .txt-area p strong{font-weight:500; color:#222}
.sub1-1 .txt-area p.from{ font-weight:500; font-size:18px; color:#222; padding-top:30px;}
.sub1-1 .txt-area .kor{padding-top:60px; margin-top:60px; border-top:1px solid #ddd;}
.sub1-1 .txt-area p:first-child{margin-top:0;}


/* Introduction   --------------------------------------------------------------------------------------------------------------*/
.sub1-2 .sub-cont-tit{text-align:center; margin-bottom:60px;}
.sub1-2 .sub-cont-tit h4{position:relative; background: #eee; height:72px; border:2px solid #eee; box-shadow: 0 0 0 2px #fff inset}
.sub1-2 .sub-cont-tit h4 span{font-size:30px; line-height:72px; color:#333; font-weight:600; letter-spacing:-1px;}
.sub1-2 .sub-cont-tit p{font-size:26px; color:#333; font-weight:500; padding-top:25px; line-height:30px; word-break:keep-all; letter-spacing:-0.02em;}
.sub1-2 .cont-box{margin-bottom:140px;}
.sub1-2 .cont-box strong{font-weight:500; color:#222}

.sub1-2 .overview ._inner{display:flex; flex-wrap:wrap; justify-content:space-between; width:940px; margin:0 auto 40px; align-content: center}
.sub1-2 .overview ._inner .round-tit{display:inline-block; width:230px; height:100px; line-height:30px; border-radius:100%; font-size:25px; font-weight:600; color:#fff; text-align:center; box-shadow:0px 4px 10px #ccc;align-content: center}
.sub1-2 .overview ._inner .round-tit.bg01{background:#2aa1dd;}
.sub1-2 .overview ._inner .round-tit.bg02{background:#097bc4;}
.sub1-2 .overview ._inner .round-tit.bg03{background:#00659f;}
.sub1-2 .overview ._inner ul{align-content: center; width:640px}
.sub1-2 .overview ._inner ul li{position:relative; padding-left:15px; margin-top:16px; font-size:22px; font-weight:500; color:#333; line-height:1.4; word-break:keep-all; }
.sub1-2 .overview ._inner ul li:before{position:absolute; content:""; left:0; top:12px; width:6px; height:6px; border-radius:50px; background:#555; }
.sub1-2 .overview ._inner ul li:first-child{margin-top:0;}
.sub1-2 .overview .t-info{font-size:18px; color:#666; padding-top:50px;}	

.sub1-2 .technology{margin-bottom:70px !important}
.sub1-2 .technology .list-box{display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:30px;}
.sub1-2 .technology .list-box dl{width:280px; }	
.sub1-2 .technology .list-box dt{font-size:18px; font-weight:500; color:#fff; text-align:center; line-height:38px; background:#e42b12; margin-bottom:6px;}
.sub1-2 .technology .list-box dt span{position:relative; font-size:18px; font-weight:500; color:#fff; line-height:38px;}
.sub1-2 .technology .list-box dt span:before{position:absolute; content:""; width:100%; height:1px; left:0; bottom:1px; background:#fff;}
.sub1-2 .technology .list-box .info{margin:0 15px;}
.sub1-2 .technology .list-box .info li{position:relative; padding-left:7px; margin-top:3px; font-size:15px; color:#555; word-break:keep-all; }
.sub1-2 .technology .list-box .info li:first-child{margin-top:0;}
.sub1-2 .technology .list-box .info li:before{position:absolute; content:""; left:0; top:10px; width:3px; height:3px; border-radius:50px; background:#555; }
.sub1-2 .technology .list-box .info li i{color:#4f81bd; margin-left:5px; font-weight:500}

.sub1-2 .technology .b-line{position:relative}
.sub1-2 .technology .b-line:before{position:absolute; content:""; width:100%; height:1px; left:0; bottom:1px; background:#555}

.sub1-2 .mg-t01{margin-top:10px;}
.sub1-2 .mg-t04{margin-top:40px;}
.sub1-2 .technology .bg-car{background:url('/images/mtl01-19-0009/sub/sub1_2_img01.jpg') no-repeat center center }
.sub1-2 .technology .yellow{background:#ffae00 !important}
.sub1-2 .technology .note{width:550px; display:flex; flex-wrap:wrap; padding:30px 60px;}
.sub1-2 .technology .note .n-tit{width:60px; font-size:16px; color:#555; font-weight:500}
.sub1-2 .technology .list-box .n-list li{position:relative; padding-left:60px; margin-bottom:10px; font-size:15px; color:#555; word-break:keep-all; }
.sub1-2 .technology .list-box .n-list li:before{position:absolute; content:""; left:0; top:7px; width:50px; height:10px; background:#555; background:#e42b12; }
.sub1-2 .technology .list-box .n-list li:last-child:before{background:#ffae00; }

.sub1-2 .slogan{height:300px; padding:60px; background:url('/images/mtl01-19-0009/sub/sub1_2_img02.jpg') no-repeat center center;align-content: center}
.sub1-2 .slogan h4{font-size:36px; font-weight:600; color:#fff; line-height:40px;}
.sub1-2 .slogan h4 strong{font-size:52px; color:#ffba00; display:block; margin-bottom:10px; font-weight:900; letter-spacing:2px}

.sub1-2 .business{width:1000px; margin:0 auto 140px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.sub1-2 .business > div{width:480px; text-align:center; }
.sub1-2 .business > div h4{font-size:26px; font-weight:600; color:#333; margin:30px 0 }
.sub1-2 .business > div .txt-box{background:#f7f7f7; padding:30px; min-height:214px}
.sub1-2 .business > div .txt-box li{position:relative; text-align:left; line-height:26px; padding-left:10px; margin-top:12px; font-size:18px; color:#555; word-break:keep-all; }
.sub1-2 .business > div .txt-box li:first-child{margin-top:0;}
.sub1-2 .business > div .txt-box li:before{position:absolute; content:""; left:0; top:10px; width:4px; height:4px; border-radius:50px; background:#555; }

.sub1-2 .partnership{width:980px; margin:0 auto 140px; text-align:center;}
.sub1-2 .clients{text-align:center;}
.sub1-2 .clients h4{font-size:30px; text-align:left; color:#1073b8; padding:0 0 10px 10px; margin-bottom:15px; border-bottom:3px solid #1073b8}

.sub1-2 .why .sub-cont-tit p{color:#1073b8;}
.sub1-2 .why .txt-box{background:#f7f7f7; padding:50px 40px;}
.sub1-2 .why .txt-box .info-list > li{position:relative;  line-height:30px; padding-left:12px; margin-top:20px; font-size:20px; color:#333; word-break:keep-all; }
.sub1-2 .why .txt-box .info-list > li:first-child{margin-top:0;}
.sub1-2 .why .txt-box .info-list > li:before{position:absolute; content:""; left:0; top:11px; width:5px; height:5px; border-radius:50px; background:#555; }
.sub1-2 .why .txt-box .info-list > li strong{font-weight:500; color:#e42b12}
.sub1-2 .why .txt-box .add-list > li{position:relative;  line-height:30px; padding-left:15px; margin-top:10px; font-size:20px; color:#333; word-break:keep-all; }
.sub1-2 .why .txt-box .add-list > li:before{position:absolute; content:""; left:0; top:14px; width:8px; height:2px; background:#555; }


/* Autonomos   --------------------------------------------------------------------------------------------------------------*/
.sub2-1 .cont-box{margin-bottom:80px;}
.sub2-1 .cont-box strong{font-weight:500; color:#222}
.sub2-1 h4{font-size:30px; color:#333; font-weight:600; letter-spacing:-1px; margin-bottom:30px;  padding-top:20px; background:url('/images/mtl01-19-0009/sub/sub2_tit_bar.jpg') no-repeat left top;}
.sub2-1 .service table{width:100%;}
.sub2-1 .service th{text-align:center; padding:15px 0; background:#2280cc; font-size:23px; color:#fff; font-weight:500; }
.sub2-1 .service td{text-align:center; padding:20px 5px; text-align:center; font-size:15px; color:#e42b12; border-left:1px solid #ddd; border-bottom:1px solid #ddd; background:#f7f7f7; }
.sub2-1 .service tr td:last-child{border-right:1px solid #ddd;}
.sub2-1 .service td.t-black{color:#333 !important;}

.sub2-1 .solution .tit{font-size:23px; color:#fff; font-weight:500; background:#909090; text-align:center; line-height:56px}
.sub2-1 .solution ._inner{display:flex; flex-wrap:wrap; justify-content:space-between; padding:30px; border:1px solid #ddd; border-top:0; background:url('/images/mtl01-19-0009/sub/sub2_1_img.jpg') no-repeat top 40px center }
.sub2-1 .solution .box01, .sub2-1 .solution .box03{width:310px;}
.sub2-1 .solution .box02{width:460px; padding-top:320px}
.sub2-1 .solution ul{display:flex; flex-wrap:wrap;}
.sub2-1 .solution ul li{width:49%; border:3px solid #ddd; border-radius:15px; padding:10px; margin:0.5%; text-align:center;}
.sub2-1 .solution ul li h5{font-size:22px; font-weight:600; color:#ffb300; letter-spacing:-1px;}
.sub2-1 .solution ul li h5 strong{font-weight:600; color:#ff8400}
.sub2-1 .solution ul li p{font-size:15px; color:#777; line-height:18px; padding-top:5px; letter-spacing:-1px; word-break:keep-all; }
.sub2-1 .solution .in-tit{display:block; text-align:center; font-size:24px; line-height:30px; font-weight:500; color:#1073b8; letter-spacing:-1px; margin-bottom:20px;}
.sub2-1 .solution .box01 .in-tit{color:#e42b12}
.sub2-1 .solution .box01 .in-tit, .sub2-1 .solution .box03 .in-tit{height:60px;}
.sub2-1 .solution .box02 li{padding:15px;}
.sub2-1 .solution .box01 li:first-child, .sub2-1 .solution .box03 li:first-child{width:25%; border:0}




/* EV   --------------------------------------------------------------------------------------------------------------*/
.sub2-2 .cont-box{margin-bottom:140px !important;}
.sub2-2 .cont-box strong{font-weight:500; color:#222}
.sub2-2 h4{font-size:30px; color:#333; font-weight:600; letter-spacing:-1px;  padding-top:20px; background:url('/images/mtl01-19-0009/sub/sub2_tit_bar.jpg') no-repeat left top;}
.sub2-2 .sub-cont-tit{margin-bottom:30px; }
.sub2-2 .sub-cont-tit p{font-size:24px; color:#777; font-weight:500; letter-spacing:-0.5px; margin-top:15px; word-break:keep-all;}

.sub2-2 .framework{display:flex; flex-wrap:wrap; margin-bottom:40px;}
.sub2-2 .framework .right-tit{width:15%; font-size:22px; font-weight:500; color:#fff; text-align:center; align-content: center}
.sub2-2 .framework .left-info{width:85%; background:#f8f8f8; border:1px solid #ddd; border-left:0}
.sub2-2 .framework .left-info ul{display:flex; flex-wrap:wrap; }
.sub2-2 .framework .left-info ul li{width:16.66%; border-left:1px solid #ddd; text-align:center; font-size:16px; color:#555; line-height:22px; padding:12px 10px; word-break:keep-all; align-content: center}
.sub2-2 .framework .left-info ul li:nth-child(n+7){width:20%; border-top:1px solid #ddd;}
.sub2-2 .framework.acce .left-info ul li{width:20%;}
.sub2-2 .framework.acce .left-info ul li:nth-child(n+6){width:25%; border-top:1px solid #ddd;}

.sub2-2 .system{margin-bottom:40px;}
.sub2-2 .system .tit{font-size:23px; color:#fff; font-weight:500; background:#909090; text-align:center; line-height:56px}
.sub2-2 .system ._inner{padding:20px; border:1px solid #ddd; border-top:0; text-align:center; }

.sub2-2 .simulation{display:flex; flex-wrap:wrap; justify-content:space-between;}
.sub2-2 .simulation .right-area{width:80%}
.sub2-2 .simulation .left-area{width:18%;}
.sub2-2 .simulation .left-area ._inner{ padding:20px 0;}
.sub2-2 .simulation .left-area h5{font-size:26px; text-align:center; color:#fff; font-weight:500; margin:0 auto 5px;}
.sub2-2 .simulation .left-area ul{margin:0 auto;}
.sub2-2 .simulation .left-area li{margin-top:10px}
.sub2-2 .simulation ._inner{display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:10px;}
.sub2-2 .simulation ._inner > div{width:32.8%;}
.sub2-2 .simulation .arrow-tit{display:block; width:100%; height:54px; margin-bottom:10px; padding-left:15px; font-size:22px; font-weight:500; color:#fff; letter-spacing:-1px; line-height:22px; align-content: center}
.sub2-2 .simulation .arrow-tit.bg01{background:url('/images/mtl01-19-0009/sub/sub2_2_bg01.jpg') no-repeat right center;}
.sub2-2 .simulation .arrow-tit.bg02{background:url('/images/mtl01-19-0009/sub/sub2_2_bg02.jpg') no-repeat right center;}
.sub2-2 .simulation .arrow-tit.bg03{background:url('/images/mtl01-19-0009/sub/sub2_2_bg03.jpg') no-repeat right center;}
.sub2-2 .simulation .arrow-tit.bg04{background:url('/images/mtl01-19-0009/sub/sub2_2_bg04.jpg') no-repeat right center;}
.sub2-2 .simulation .txt-box{padding:20px; border:1px solid #ddd;}
.sub2-2 .simulation .txt-box h5{font-size:18px; font-weight:500; color:#e1220e; margin:12px 0 5px; line-height:20px;}
.sub2-2 .simulation .txt-box h5:first-child{margin-top:0 !important}
.sub2-2 .simulation .txt-box li{}
.sub2-2 .simulation .txt-box li{position:relative; padding-left:7px; margin-bottom:6px; font-size:14px; line-height:16px; color:#555; word-break:keep-all;}
.sub2-2 .simulation .txt-box li:before{position:absolute; content:""; left:0; top:6px; width:3px; height:3px; border-radius:20px; background:#555; }
.sub2-2 .simulation .second .txt-box{min-height:184px;}

.sub2-2 .simulation .foot-area{display:flex; flex-wrap:wrap; justify-content:space-between; margin-top:10px;}
.sub2-2 .simulation .foot-area > div{width:49.5%; padding:30px 20px; text-align:center; align-content: center; font-size:18px; color:#fff; font-weight:500; word-break:keep-all;}

.sub2-2 .bg01{background:#2280cc}
.sub2-2 .bg02{background:#ea8400}
.sub2-2 .bg03{background:#ef7613}
.sub2-2 .bg04{background:#e05d1c}
.sub2-2 .bg05{background:#239bad}



/* Consulting  --------------------------------------------------------------------------------------------------------------*/
/*.contents_sub.sub2-3{width:1100px !important; }*/
.sub2-3 .consult-top{display:flex; flex-wrap:wrap; margin-bottom:80px; height:480px;}
.sub2-3 .consult-top .left-area{width:30%; background:#375898; align-content: center; padding-left:40px;}
.sub2-3 .consult-top .left-area h4{font-size:38px; font-family: "Roboto", sans-serif; font-weight:300; color:#fff; line-height:46px;}
.sub2-3 .consult-top .right-area{width:70%; background:url('/images/mtl01-19-0009/sub/sub2_3_img01.jpg') no-repeat center center/cover}
.sub2-3 .sub-cont-tit{margin-bottom:30px; }
.sub2-3 .sub-cont-tit h4{font-size:30px; color:#333; font-weight:600; letter-spacing:-1px;  padding-top:20px; background:url('/images/mtl01-19-0009/sub/sub2_tit_bar.jpg') no-repeat left top;}
.sub2-3 .sub-cont-tit p{font-size:24px; color:#777; font-weight:500; letter-spacing:-0.5px; margin-top:15px; word-break:keep-all;}
.sub2-3 .img-box{text-align:center; margin-top:80px}







/*-----------  sub1_1  회사소개  -----------*/



.sub1_1_area01 {
    width: 1200px;
    margin: 0 auto;
}

.sub1_1_area01_inner {
    display: table;
    width: 100%;
    height: 330px;
    background: url('/images/mtl01-19-0009/sub/company_img01.png') no-repeat center center;
}

#contents .sub1_1_area01_inner p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 750px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

#contents .sub1_1_area01_inner p:before {
    content: '';
    display: block;
    width: 23px;
    height: 19px;
    background: url('/images/mtl01-19-0009/sub/quotes01.png') no-repeat 962px 67px;
}

#contents .sub1_1_area01_inner p:after {
    content: '';
    display: block;
    width: 23px;
    height: 19px;
    background: url('/images/mtl01-19-0009/sub/quotes02.png') no-repeat 1000px 67px;
}

#contents .sub1_1_area01_inner p span {
    font-size: 20px;
    color: #fff;
    font-weight: 450;
}

.sub1_1_txt {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0px 80px 0px;
}

.sub1_1_area02 {
    width: 100%;
    background: #f5f5f5 url('/images/mtl01-19-0009/sub/company_img02.png') no-repeat center 50px;
}

.sub1_1_area02List {
    width: 1200px;
    margin: 0 auto;
    padding: 235px 190px 50px 190px;
}

.sub1_1_area02List:after {
    content: '';
    display: block;
    clear: both;
}

.sub1_1_area02List li {
    float: left;
    width: 165px;
    margin-right: 158px;
    text-align: center;
}

.sub1_1_area02List li:last-child {
    margin-right: 0px;
}

.sub1_1_area02List li h3 {
    font-size: 16px;
    font-weight: 300;
    color: #6c6c6c;
}

.sub1_1_area02List li h1 {
    font-size: 45px;
    color: #6c6c6c;
    font-weight: bold;
    padding: 10px 0px;
}

#contents .sub1_1_area02List li p {
    font-size: 18px;
    color: #888;
}

.sub1_1_area03 {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0px 100px 0px;
}

.sub1_1_area03List:after {
    content: '';
    display: block;
    clear: both;
}

.sub1_1_area03List li {
    float: left;
    width: 400px;
    text-align: center;
}

.sub1_1_area03List li p span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f19100;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.sub1_1_area03List li p span:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #f19100;
    margin: 0 auto;
    margin-top: 20px;
}

.sub1_1_area03List li h2 {
    font-size: 20px;
    color: #333;
    line-height: 27px;
    padding: 65px 0px 30px 0px
}


/*-----------  sub1_2  연혁  -----------*/

.width_inner {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
}

.tabcontent {
    display: none;
    width: 1200px;
    margin: 0 auto;
}

.tabcontent:after {
    content: '';
    display: block;
    clear: both;
}

.tabcontent.current {
    display: block;
}

.tab {
    display: inline-block;
    margin-bottom: 60px;
}

.tab:after {
    content: '';
    display: block;
    clear: both;
}

.tab li {
    float: left;
    width: 250px;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-right: none;
    text-align: center;
}

.tab li:last-child {
    border-right: 1px solid #ddd;
}

.tab li a {
    font-size: 20px;
    color: #333;
    font-weight: 300;
    display: block;
}

.tab li.current {
    background: #f19100;
}

.tab li.current a {
    color: #fff;
    font-weight: 400;
}

.sub1_2_left {
    float: left;
    width: 540px;
    padding-bottom: 320px;
    text-align: right;
    background: url('/images/mtl01-19-0009/sub/history_bg.jpg') no-repeat 0px 168px;
}

.sub1_2_left h2 {
    font-size: 32px;
    color: #333;
    font-weight: 450;
    margin-bottom: 35px;
}

#contents .sub1_2_left p {
    color: #555;
    margin-top: 10px;
}

.sub1_2_right {
    float: right;
    width: 660px;
    padding: 25px 0px 50px 55px;
    background: url('/images/mtl01-19-0009/sub/history_centerbar.png') no-repeat 50px 10px;
    text-align: left;
}

.sub1_2_history li {
    margin-top: 55px;
}

.sub1_2_history li h3 {
    font-size: 24px;
    color: #f19100;
    margin-bottom: 15px;
}

.sub1_2_history li h3:before {
    content: '';
    display: inline-block;
    width: 52px;
    height: 7px;
    background: url('/images/mtl01-19-0009/sub/history_year.png') no-repeat center center;
    margin: 0px 13px 0px 1px;
    vertical-align: middle;
}

.sub1_2_history li p {
    margin-bottom: 15px;
    padding-left: 67px;
}

.sub1_2_history li p:last-child {
    margin-bottom: 0px;
}

.sub1_2_history li p > span {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
}


/*-----------  sub1_3  오시는 길  -----------*/

.location_info {
    padding-top: 50px;
}

.location_info table {
    width: 100%;
}

.location_info table tr {
    border-top: 1px solid #e1e1e1;
}

.location_info table tr:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.location_info table tr th {
    background: #f5f5f5;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-align: left;
    padding: 0px 30px;
}

.location_info table tr th > img {
    margin-right: 10px;
}

.location_info table tr td {
    padding: 18px 40px;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    font-weight: 300;
}

.location_info table tr td strong {
    font-weight: 400;
    color: #333;
}

.location_info table tr td strong span {
    font-size: 16px;
    color: #f19100;
}


/*-----------  sub2 연구개발  -----------*/

.sub_visual.sub2 {
    background: url('/images/mtl01-19-0009/sub/sub2_visual.jpg') no-repeat center center;
}

.sub2_area01 {
    width: 1200px;
    height: 250px;
    margin: 0 auto;
    display: table;
    padding-bottom: 80px;
}

.sub2_leftArea {
    float: left;
}

.sub2_rightArea {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 30px;
}

.sub2_rightArea h2 {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    font-weight: 450;
    margin-bottom: 15px;
}

.sub2_area02 {
    padding: 50px 0;
    background: #f5f5f5 url('/images/mtl01-19-0009/sub/chemical_img02.png') no-repeat center 132px;
}

.sub2_area02_inner {
    width: 1200px;
    margin: 0 auto;
}

.con_stitle {
    text-align: left;
    font-size: 25px;
    color: #333;
    margin-bottom: 40px;
}

.con_stitle:before {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #f19100;
    margin-bottom: 15px;
}

#contents .sub2_area02_inner > p {
    color: #666;
    margin-top: 35px;
}

.sub2_area02List:after {
    content: '';
    display: block;
    clear: both;
}

.sub2_area02List li {
    float: left;
    width: 240px;
    height: 240px;
    margin-right: 80px;
    text-align: center;
}

.sub2_area02List li:last-child {
    margin-right: 0px;
}

.sub2_area02List li h5 {
    padding-top: 30px;
    font-size: 18px;
    color: #f19100;
}

#contents .sub2_area02List li p {
    padding-top: 120px;
    color: #fff;
    font-size: 18px;
}

.sub2_area03 {
    padding-top: 80px;
}

.sub2_area03List:after {
    content: '';
    display: block;
    clear: both;
}

.sub2_area03List li {
    float: left;
    width: 380px;
    margin-right: 30px;
}

.sub2_area03List li:last-child {
    margin-right: 0px;
}

#contents .sub2_area03List li p {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-top: 18px;
}


/*-----------  sub3  제품소개  -----------*/

.width_inner.align_left {
    text-align: left;
}

.sub_visual.sub3 {
    background: url('/images/mtl01-19-0009/sub/sub1_visual.jpg') no-repeat center center;
}


/*-----------  sub4  인재채용  -----------*/

.sub_visual.sub4 {
    background: url('/images/mtl01-19-0009/sub/sub2_visual.jpg') no-repeat center center;
}


/*-----------  sub5  공지사항  -----------*/

.width_inner.align_left {
    text-align: left;
}

.sub_visual.sub5 {
    background: url('/images/mtl01-19-0009/sub/sub1_visual.jpg') no-repeat center center;
}


		