@charset "utf-8";
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css'); /*3,4,,7,8*/
@import url(common.css);
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 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;}
dl,ul,ol,menu,li {list-style:none; color:#555;}
body{font-size:16px; font-weight:normal; color:#555; letter-spacing:-0.2px; line-height:1.2;font-family:'S-CoreDream', sans-serif;-webkit-overflow-scrolling:touch !important;}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
: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:active, a:link, a:visited {text-decoration:none; color: inherit;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}


/* Modal */
.view-wrap{margin-top:30vh !important;border-radius:20px;}
.view-wrap .modal-content{padding-bottom:15px; border-radius:20px;}/*font-family: 'Noto Sans KR', sans-serif;*/
.view-wrap .modal-header{z-index:1; position:relative; width:100%; width:100%; background-color:#fff;border-radius:20px;}
.view-wrap .modal-header .modal-title{font-weight:500;font-size:22px;text-align:center;color:#000;}
.view-wrap .modal-body{padding-top:15px;overflow:auto; overflow-y:scroll; max-height:450px; line-height:1.4;font-size:16px;overflow:auto;-webkit-overflow-scrolling:touch !important;}
.view-wrap .modal-body::-webkit-scrollbar {  width: 5px;
  height: 8px;
  background-color: #aaa;display: block !important;}
.view-wrap .modal-body::-webkit-scrollbar-thumb {background: #a9a9a9;}

.view-wrap .modal-body .content, .view-wrap .modal-body .content p, .view-wrap .modal-body .content div, .view-wrap .modal-body .content span, .view-wrap .modal-body .content em, .view-wrap .modal-body .content *{font-family:'Minguk', sans-serif !important;}

.close{opacity:1;}
.view-wrap .modal-header .close{margin-top:0;}

#popupView .view-header{background-color:#fff !important;}
#popupView .view-body{min-height:200px;}

@media only screen and (max-width: 980px){
    .view-wrap{margin-top:25vh !important;}
	.view-wrap .modal-header .modal-title{font-size:20px;}
}

@media only screen and (max-width: 768px){
	.view-wrap{margin-top:20vh !important;}
    .view-wrap .modal-body{max-height:380px;}
	.view-wrap .modal-header .modal-title{font-size:17px;}
}

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

.hidden{margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
#divWMSSLLoading {display:none;}


/* 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:30px; right:20px; display:none; text-align: center; z-index: 1049; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#217853;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 40px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:320px;}

#header{z-index:10000; position:fixed; top:0; left:0; width:100%; box-sizing:border-box; height:110px; transition:all 0.5s;background:#fff;}
#header.header-bg{box-shadow: 2px 10px 10px rgba(0,0,0,0.5);}
.header-area{position: relative; width:1200px; margin:0 auto; box-sizing:border-box;}

#L_SITE_LOGO{float:left;}
#L_SITE_LOGO h1{margin:0;}
#L_SITE_LOGO a{line-height:110px;}
#L_SITE_LOGO img{vertical-align:middle; position: relative; top: -5px;}

@media only screen and (max-width: 1200px){
	#header{height:90px; }
	#wrapper{min-width:320px;}
	.header-area{width:100%; padding:0px 20px;}
	#L_SITE_LOGO img {width:200px;}
	#L_SITE_LOGO a{line-height:90px;}
}

@media only screen and (max-width: 980px){
	#header{height:65px;}
	.header-area{position:relative; padding:0; height:65px;}

	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:65px;}
	#L_SITE_LOGO img{width:180px;}
}

@media only screen and (max-width: 780px){
	#L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO img{width:160px;top:0px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999; display:block; text-align: center;}

.navigation .menu-item > a{display:block; font-size:21px; color:#000;font-weight:500;}
.navigation .menu-item.on > a {color:#007047;}
.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus {text-decoration:none; color:#007047;}

#menuArea{z-index:999; width:100%; height:110px; }
#menuArea .navigation{display: inline-block; float: right; padding-right: 160px;}
.navigation:after{content:""; display:block; clear:both;}
.navigation .menu-item{float:left;height:110px; line-height:110px; text-align:center; margin-right: 50px;}
.navigation .menu-item:last-child {margin-right: 0px;}

.login-bar {padding:35px 0;text-align: center;z-index: 2;position: absolute;right:0;}
.login-bar li {display: inline-block;position: relative;margin-right: 10px;height: 30px;margin-top: 5px;width:80px;}
.login-bar li a {font-size:18px;line-height: 30px;padding: 0 14px;color: #525353;font-weight:300;border-radius:25px;}
.login-bar .material-icons {display: block;position: absolute;right:5px;top:3px;font-size: 22px;color: #fff;display:none;}
.login-bar li:first-child {}
.login-bar li:first-child a {position:relative;display: block;width:80px;color: #222;font-size:12px;font-weight:500;border-radius:25px;border:1px solid #cacaca;}
.login-bar li:first-child a:hover{background:#007047;color:#fff;}
.login-bar li:first-child a:before{content:'\f0ac';font-family:'FontAwesome';margin-right:6px;font-size:15px;}
.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: #002269;width:81px;left: -2px;border-radius: 15px;padding: 5px 0;top: -1px;}
.login-bar .lang_list dd a {color: #fff;font-weight:300;position: relative;line-height: 26px;}
.login-bar .lang_list dd a i {color: #fff !important;right: -8px !important;top:2px !important;}

@media only screen and (max-width: 1200px){
	#menuArea{ height:90px; }
	#menuArea .navigation{padding-right: 100px;}
	.navigation .menu-item {height:90px; line-height:90px;}
	.navigation .menu-item > a {font-size: 18px;}
	#gnb{width:100%;}
	.login-bar {padding:25px 0;}
}

@media only screen and (max-width: 980px){
	#gnb{display:none; width:100%; height:auto; box-sizing:border-box; background:#fff;}
	#gnb {position:absolute; top:65px; }
	#gnb .navigation .menu-item:last-child a {border-bottom: 0;}
	
	#menuArea{position:relative; width:100%; height:65px; }
	nav [data-type='menu-btn'] {z-index:1000; position:absolute; right:25px; top:calc(50% - 12px); width:24px; height:24px; border-radius:5px; cursor:pointer; transition:.4s all linear;}
	nav [data-type='menu-btn'] span {display:block; position:absolute; left:1px; width:30px; height:4px;  transition:.3s all linear; background:#016f46;border-radius:100px;}
	nav [data-type='menu-btn'] span:nth-child(1) {top:2px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(2),
	nav [data-type='menu-btn'] span:nth-child(3) {top:11px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(4) {top:20px;background:#016f46;}
	nav.open [data-type='menu-btn'] span:nth-child(1) {left:50%; width:0;}
	nav.open [data-type='menu-btn'] span:nth-child(2) {transform: rotate(45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(3) {transform: rotate(-45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(4) {left:50%; width:0;}

	#menuArea .navigation{padding-right:0;float:none;width:100%;}
	.navigation .menu-item{float:none; margin:0;width:100%;line-height:45px;height:40px;}
	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:40px; font-size:17px; transition:none; border-bottom:1px solid #ddd; color:#000;}
	.navigation .menu-item:first-child > a{border-top:1px solid #ddd;}
	.navigation .menu-item.on > a{color:#0a1b2a;}

	.download {float: none; display: block; margin-top:0px;}
	.download a.down-btn { width:100%; height: 47px; line-height: 47px; font-size: 17px; border-radius:0px}

	/*.login-bar { width: 100%; float: none; padding: 5px 0px; background: #6babe5; position: relative;border-radius: 0px;}
	.login-bar li {width:100%;margin: 0;  display: block; text-align: center; height: auto;}
	.login-bar li:first-child {border: none;}
	.login-bar li a {font-size: 17px;}	
	.login-bar li:first-child { padding-right: 0px;}
	.login-bar li:first-child a { display: block; width: 100%; padding: 3px 0px;}
	.login-bar .material-icons {font-size: 20px; right: 0px; display:inline-block; position:relative; top: 4px;}
	.login-bar .lang_list {background-color: #cacaca; width: 100%; left:0; padding: 0px; border-radius: 0px;}
	.login-bar .lang_list dd a { padding-right: 20px;}
	.login-bar .lang_list dd:first-child a {padding-right: 0px;}
	.login-bar .lang_list dd a i { right: 0px !important; top: 4px !important;}*/
	
	.login-bar {padding:0px 0 0;position: absolute;right:60px;top:17px;}
	.login-bar li{height: 23px;width:60px;}
	.login-bar li a {}
	.login-bar .material-icons {right: 6px;top: 2px;font-size: 18px;}
	.login-bar li:first-child a {font-size: 10px;line-height: 25px;width:100%;}
	.login-bar .lang_list {width: 71px;left: -3px;border-radius: 10px;}
	.login-bar .lang_list dd a i {color: #fff !important;right: -8px !important;top:4px !important;}



}

@media only screen and (max-width: 780px){
	#btnMenuOpen{right:20px;}
	nav [data-type='menu-btn']{right:20px;}
	.navigation .menu-item > a{padding:0 20px;}
}


/* 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:#003aaf; border-color: #003aaf; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color: #00208e; border-color: #00208e; 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:0; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #003aaf;}



/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:50px 0px 30px; width:100%; background:#292929; font-size:14px; color:#fff; font-weight:300;}
#footer .footer-link li a{color:#5d5d5d;}
#footer .footer-link li a:hover{color:#17a86b;}
#footer li{display:inline-block; margin-left:40px;}
#footer .footer-link li:before{content:''; position:relative; display:inline-block; left:-20px; width:1px; height:11px; background-color:#8c8c8c;}
#footer li:first-child{margin-left:0;}
#footer li:first-child:before{content:none;}
#footer p{margin-top:20px; color:#7d7d7d;}

.footer-area{margin:0 auto; padding:0 20px; width:1200px; box-sizing:border-box; text-align:center;}
.footer-area .footer-link{display:block; margin:30px auto;}
.footer-menu{margin:0 auto 30px;}

.footer-info{display:inline-block; margin:0 auto;}
#footer .footer-info li{float:left; display:inline; margin-left:40px;font-weight:300;color:#a9a9a9;}
#footer .footer-info li:first-child {margin-left:0px;}
#footer .footer-info li:before{content:''; position:relative; display:inline-block; left:-20px; width:1px; height:11px; background-color:rgba(255,255,255,0.3);}
#footer .footer-info li:nth-child(1):before {display:none;}

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

@media only screen and (max-width:980px) {
	.footer-area .footer-link{margin:0 auto 20px;}
}

@media only screen and (max-width:768px) {
	#footer{padding:30px 0px 20px; }
	.footer-area{padding:0 20px; box-sizing:border-box;}
    #footer li{margin-left:16px;}
	#footer .footer-info li { margin-left: 20px; word-break:keep-all;float:none;}
	#footer .footer-info li.mobile_br{display:block;}
	#footer .footer-info li.mobile_none:before{display:none;}
	#footer .footer-info li:before {left: -10px;}
    #footer li, #footer a{font-size:13px;}
    #footer li:before{content:none;}
	.footer-area .footer-link{margin:0 auto 15px;}
	#footer .footer-link li:before { left: -8px;}
	#footer p {font-size: 14px; margin-top:0px;}
	#footer img{width:45px;}

}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents{z-index:88; width:100%;margin-top:110px;}
#mainContents .section{padding:90px 0px;}
#mainContents #section01.section {padding:0px;}
#mainContents #section05.section {padding:0px;}
#mainContents > section  .section-title{margin:0 auto; padding-bottom:60px; width:100%; box-sizing:border-box;text-align:center; }
#mainContents .section-title h2{text-align:center; font-weight:500;font-size:50px; line-height: 1; color:#007047;font-family: 'GmarketSans', sans-serif;}
#mainContents .section-title p {color: #333;font-size:22px; font-weight:400; text-align: center; margin-top:30px;word-break:keep-all;}


#mainContents > section > .cont{margin:0 auto; width:1200px; box-sizing:border-box;}
#mainContents > section > .cont:after{content:""; display:block; clear:both;}


@media only screen and (max-width:1200px) {
	#mainContents{margin-top:90px;}
	#mainContents .section { padding:70px 20px;}
	#mainContents .section-title h2{font-size:58px; }
	#mainContents .section-title p {font-size:20px;}

	#mainContents > .section > .cont {width: 100%; }
}

@media only screen and (max-width:980px) {
	#mainContents{margin-top:65px;}
	#mainContents .section { padding:50px 20px;}
	#mainContents .section-title h2{font-size:55px; }
}

@media only screen and (max-width:780px) {
	#mainContents .section-title h2{font-size:43px; font-weight:400;}
	#mainContents > section  .section-title { padding-bottom: 30px;}
	#mainContents .section-title p {font-size:18px;width:90%;margin:10px auto 0 auto;}
	
	.cont{ font-size: 16px; line-height: 24px;}
}

@media only screen and (max-width:500px) {
	#mainContents .section-title h2{font-size:35px;}
	#mainContents .section-title p {font-size:15px;}

	.root_daum_roughmap .wrap_map {height:450px !important;}
}


/* 우측 페이져
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#section_pager {position: fixed; top: 45%; right: 30px; z-index: 99999;}
#section_pager ul li {margin-bottom:20px; position: relative;}
#section_pager ul li:last-child {margin-bottom:0px;}
#section_pager ul li a { display: block;width: 60px; height: 30px; line-height: 30px; background: #eaeaea; border-radius: 15px; text-align: center; font-size: 15px; color: #002269;}
#section_pager ul li a.on_page {color:#fff; background:#002269;}


@media screen and (max-width:980px){
	#section_pager {display:none;}
}

::-webkit-scrollbar {width: 3px;display: block !important;}
::-webkit-scrollbar-thumb {background: #a9a9a9;}



/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item{height:800px;}
.main-visual .carousel-inner > .item.main-img01{background:url('/images/mtl08r-20-0039/main_visual.jpg') no-repeat center top / cover;}

.main-visual .carousel-caption{top:45%; left:5%; right:5%; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); text-shadow:none;}
.main-visual .carousel-caption .main-slogan h1 {font-size:65px; font-weight:500; text-shadow:3px 3px 3px rgba(0,0,0,0.1);}
.main-visual .carousel-caption .main-slogan h1 span{font-size:70px;display:block;}

.main-visual .carousel-indicators{bottom:50px;display:none;}
.main-visual .carousel-indicators li{margin:0 3.5px; width:40px; height:4px; box-sizing:border-box; background:#fff; border-radius:0;}
.main-visual .carousel-indicators li.active{margin:0 2px; width:40px; height:4px; background:#002269; border: none;}

@media screen and (max-width:1200px){
	.main-visual .carousel-caption .main-slogan h1 {font-size:55px;}
	.main-visual .carousel-caption .main-slogan h1 span{font-size:60px;}
}

@media screen and (max-width:980px){
	#section01 .main-visual {height:650px;}
	.main-visual .carousel-inner > .item{height:650px; min-height:auto;}
	.main-visual .carousel-caption .main-slogan h1 {font-size:45px;}
	.main-visual .carousel-caption .main-slogan h1 span{font-size:55px;}
}
@media screen and (max-width:780px){
	#section01 .main-visual { height:500px;}
	.main-visual .carousel-inner > .item.main-img01{background-position:85% top;}
	.main-visual .carousel-inner > .item{height:500px;}
	.main-visual .carousel-caption{top:50%;}
	.main-visual .carousel-caption .main-slogan h1 {font-size:38px; font-weight:400;  line-height: 48px;}
	.main-visual .carousel-caption .main-slogan h1 span{font-size:45px;}
	.main-visual .carousel-caption .main-slogan span{display:block;}
}
@media screen and (max-width:500px){
	#section01 .main-visual { height:400px;}
	.main-visual .carousel-inner > .item{height:400px;}
	.main-visual .carousel-inner > .item.main-img01{background-position:50% top;}
	.main-visual .carousel-caption{top:52%;}
	.main-visual .carousel-caption .main-slogan h1 {font-size:30px; line-height:37px;margin-left:10px;}/*text-align:left;*/
	.main-visual .carousel-caption .main-slogan h1 span{font-size:35px;}
}

@media screen and (max-width:500px){
	.main-visual .carousel-caption .main-slogan h1 {font-size:20px;}
	.main-visual .carousel-caption .main-slogan h1 span{font-size:25px;}
}
}


/* ------------------------ ------------------------ ------------------------ ------------------------ ------------------------ 
main_section02 회사소개 */
#section02{position:relative;background-color:#fafafb;}/*;background-image:url('/images/mtl08r-20-0039/bg_company_02.png'), url('/images/mtl08r-20-0039/bg_company_01.png');background-position:right -90px , left 600px;background-repeat:no-repeat; */

#mainContents #section02 .section-title{padding-bottom:0px;}
.company_list ul{display:flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;margin-top:50px;}/*background:#fff;border-top:1px solid rgba(0,0,0,0.027);*/
.company_list ul > li {width: calc(100%/3 - 2%);text-align: center; padding:0; position:relative; overflow: hidden;border-radius:20px;box-shadow: 2px 10px 10px rgba(0,0,0,0.03);}
.company_list ul > li:before{position:absolute;display:block;width:100px;height:100px;content:'';left:calc(50% - 50px);top:200px;border-radius:100px;}
.company_list ul > li:nth-child(1):before{background:#fff url('/images/mtl08r-20-0039/icon_company01.png') no-repeat center;}
.company_list ul > li:nth-child(2):before{background:#fff url('/images/mtl08r-20-0039/icon_company02.png') no-repeat center;}
.company_list ul > li:nth-child(3):before{background:#fff url('/images/mtl08r-20-0039/icon_company03.png') no-repeat center;}

.company_list ul > li h3 {width:90%;font-size: 22px;font-weight:500;color: #000;padding:0px 0px;margin:60px auto 5px auto;}/*color: #fff; background:#6babe5;border-radius:50px;*/
.company_list ul > li .company_img img{width:100%;}
.company_list ul > li .company_txt {width:80%;font-size:15px;font-weight:400;line-height: 23px; color: #444;margin:0px auto 20px auto;word-break:keep-all;padding:15px 0;}
.company_list ul > li .company_txt span{display:block;background:#f6f6f6;border-radius:10px;margin:0 0 10px 0;padding:7px 0;}
.company_list ul > li .company_txt span em{display:block;font-size:13px;font-style:normal;width:95%;line-height:15px;margin:5px auto;color:#666;}
#section02 p a{color:#0d5cab;}
#section02 p a:hover{text-decoration:underline;}/*background:rgba(15, 117,188, 0.2);*/


@media only screen and (max-width:1200px) {
	#section02 .txt_con{font-size:17px;}
	.company_list ul > li h3 {font-size: 20px;width:90%;}
	.company_list ul > li:before{top:180px;}
	.company_list ul > li:nth-child(1), .company_list ul > li:nth-child(2), .company_list ul > li:nth-child(3){background-size:80px;}
	.company_list ul > li .company_img img{height:230px;}
	.company_list ul > li .company_txt {width:90%;}
}

@media only screen and (max-width:980px) {
	#section02{background-position:right -90px , left 550px;background-size:300px, 400px;}
	#mainContents #section02 .section-title{}
	#section02 .txt_con{width:80%;margin:20px auto;font-size:16px;}
	.company_list ul > li h3 {font-size:18px;margin:60px auto 5px auto;}
	.company_list ul > li:before{top:150px;width:80px;height:80px;left:calc(50% - 40px);}
	.company_list ul > li:nth-child(1), .company_list ul > li:nth-child(2), .company_list ul > li:nth-child(3){background-size:40px;}
	.company_list ul > li .company_img img{width:auto;height:auto;max-height:300px;}
	.company_list ul > li .company_txt{font-size: 14px;}
}

@media only screen and (max-width:780px) {
	#section02{background-position:right -40px, -20% 120%;background-size:200px, 350px;}
	.company_list { padding: 0px 50px;}
	.company_list ul{}
	.company_list ul > li {width:100%;max-width:360px;padding:0px 0px 10px 0;margin:0 auto 30px auto;}
	.company_list ul > li h3 {width:calc(70%);margin:60px auto 15px auto;}
	.company_list ul > li:before{top:190px;}
	.company_list ul > li:nth-child(1), .company_list ul > li:nth-child(2), .company_list ul > li:nth-child(3){background-position:center 30px;background-size:70px;}
	.company_list ul > li .company_img img{width:auto;max-height:250px;}
}

@media only screen and (max-width:500px) {
	#mainContents #section02 .section-title{}
	#mainContents #section02 .section-title p {width:95%;}
	#section02 .txt_con{width:95%;font-size:14px;margin:15px auto;line-height:22px;}
	#section02 .txt_con span{display:block;}
	.company_list { padding: 0px;}
	.company_list ul > li h3 {font-size:20px;}
	.company_list ul > li .company_txt {font-size:14px;margin:15px auto 0 auto;}
}




/*  팀소개  */
#mainContents #section03 {position:relative;background:#f2f2ee;padding-bottom:150px !important;}
#mainContents #section03:before{position:absolute;bottom:8%;left:50%;display:block;content:'';background:url('/images/mtl08r-20-0039/bg_team.png') no-repeat center bottom / cover;width:100%;height:125px;margin-left:-50%;z-index:1; }
#mainContents #section03:after{position:absolute;bottom:100px;left:50%;display:block;content:'';background:#298865;width:90%;height:300px;margin-left:-45%;z-index:0;}


@media only screen and (max-width: 1000px) {
	#mainContents #section03 {padding-bottom:10% !important;}
	#mainContents #section03:after{width:100%;margin-left:-50%;bottom:50px;height:300px;}
}

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


@media only screen and (max-width:780px) {
	#mainContents #section03 {padding-bottom:13% !important;}
}

@media only screen and (max-width:500px) {
	#mainContents #section03 {padding-bottom:15% !important;}
	#mainContents #section03:after{bottom:30px;}
}




/* ------------------------ ------------------------ ------------------------ ------------------------ ------------------------ 
main_section04 포트폴리오     */
#section04{background-color:#fff;background-image:url('/images/mtl08r-20-0039/bg_portfolio01.png'), url('/images/mtl08r-20-0039/bg_portfolio02.png');background-position:0% 0px , right bottom; background-repeat:no-repeat;}


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

}

@media only screen and (max-width:980px) {
	#section04{background-image:none;}
}

@media only screen and (max-width:780px) {
	#section04{}
}

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

@media only screen and (max-width:450px) {
	#section04{}
}


/* ------------------------ ------------------------ ------------------------ ------------------------ ------------------------ 
main_section05 뉴스     */
#section05{position:relative;background: linear-gradient(to right, #13bac0, #17a86b);}

#mainContents #section05 h2 {color:#fff;}
#mainContents > #section05  .section-title p {color:#fff;}

#section05 .bg_img{width:100%;background:url('/images/mtl08r-20-0039/bg_news.png') no-repeat top right;padding:90px 0px;}
#news_wrap{width:1200px;margin:0 auto;}
#news_wrap .sub_tabs{width:100%;}
#news_wrap .sub_tabs ul.tabs{text-align: center;display:flex;flex-wrap: wrap;justify-content: center;align-items: stretch;}
#news_wrap .sub_tabs ul.tabs li{display:block;width:190px;height:50px;line-height:50px;font-size:18px;margin:0px 1%;color:#fff;background:#4b77a0;cursor:pointer;border-radius:50px}
#news_wrap .sub_tabs ul.tabs li.active{position:relative;color:#fff;font-size:20px;background:#002269;}

#news_wrap .tab_container {margin-top:40px;width:100%;} 

#news_wrap .tab_container .tab_content{position:relative;width:100%;padding:0px 0px;}

#news_wrap .tab_container .tab_content:after {content:''; display:block; clear:both;}
#news_wrap .tab_container .tab_content .news_wrap{position:absolute;right:50px;bottom:50px;width:500px;height:250px;background:#fff;padding:50px;border-radius:10px;}

#news_wrap .tab_container .tab_content .news_wrap p{font-size:20px;margin-bottom:22px;color:#000;font-weight:600;}
#news_wrap .tab_container .tab_content .news_wrap p:after{display:block;content:'';width:20px;height:2px;background:#000;margin-top:10px;}
#news_wrap .tab_container .tab_content .news_wrap ul li{position:relative;padding:0 0 10px 15px;font-weight:300px;}
#news_wrap .tab_container .tab_content .news_wrap ul li:before{position:absolute;left:0;top:8px;display:block;content:'';width:7px;height:1px;background:#555;}



@media only screen and (max-width: 1200px) {
	#section05 .bg_img{padding:70px 20px;}

	#news_wrap{width:95%;}
	#news_wrap .sub_tabs{}
	#news_wrap .tab_container {margin-top:30px;}
}

@media only screen and (max-width: 980px) {
	#section05 .bg_img{ padding:50px 20px;background:none;}
	#news_wrap .sub_tabs ul.tabs li{font-size:16px;}
	#news_wrap .sub_tabs ul.tabs li.active{font-size:18px;}

}


@media only screen and (max-width: 780px) {
	#news_wrap .tab_container {margin-top:20px;}
	#news_wrap .sub_tabs ul.tabs li{width:40%;}

    


}

@media only screen and (max-width: 500px) {
	#news_wrap{width:100%;}

	#news_wrap .sub_tabs ul.tabs li{font-size:15px;}
	#news_wrap .sub_tabs ul.tabs li.active{font-size:16px;}

	#news_wrap .tab_container {margin-top:15px;}

}


@media only screen and (max-width:500px) {
	.root_daum_roughmap .wrap_map {height:450px !important;}
}



/*  상담 문의 */
#mainContents #section06 {width:100%; max-width:100%;  }
#mainContents #section06 .txt_wrap{width:1200px;margin:0 auto;background:#f6f6f6;border-radius:30px 30px 0 0 ;padding:50px;}
#mainContents #section06 .txt_wrap .txt_box{}
#section06 .info-area {display:flex;flex-wrap: wrap;justify-content: space-between;padding: 0px 0 0px;  z-index:99;width:100%;margin-top:10px;border-radius:20px 0 0 20px:}
#section06 .info-area dl{width:33.333%;margin-top:13px;text-align:center;}
#section06 .info-area dt{font-size:18px; color:#727171; font-weight:500;}
#section06 .info-area dl:before{content:'';display:block;height:50px;width:50px;margin:0 auto ;}
#section06 .info-area dl.first-a:before{background:url('/images/mtl08r-20-0039/icon_contact01.png') no-repeat;}
#section06 .info-area dl.first-b:before{background:url('/images/mtl08r-20-0039/icon_contact02.png') no-repeat;}
#section06 .info-area dl.first-c:before{background:url('/images/mtl08r-20-0039/icon_contact03.png') no-repeat;}

#section06 .info-area dd{padding:10px 0 0 25px;font-size:16px; color:#000;word-break:keep-all;}
#mainContents #section06 .cont { display:flex;flex-wrap: wrap;justify-content: space-between;align-items: stretch;width:100%;padding:0px;margin:50px 0 0 0;border-radius:30px;background:#fff;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.06);}
#mainContents #section06 .cont .map_wrap{width:50%;}
#mainContents #section06 .cont .map_wrap .root_daum_roughmap{width:100%;height:600px;}

#mainContents #section06 .cont .from_wrap{width:50%;}

@media only screen and (max-width:1200px) {
	#mainContents #section06 .txt_wrap{width:100%;}
	#section06 .info-area p{font-size:30px;}
	#section06 .info-area dt{font-size:16px;}
	#section06 .info-area dd{font-size:16px;}
	/*#mainContents #section06 .txt_wrap{width:40%;}
	#mainContents #section06 .cont {width:55%;}*/
	#mainContents #section06 .cont {margin:30px 0 0 0;}

}

@media only screen and (max-width:980px) {
	#mainContents #section06.section {padding: 50px 20px}
	#section06 .info-area p{font-size:26px;}
	#section06 .info-area{padding:0px 0 0px 0px;}

	#mainContents #section06 .cont .map_wrap{width:100%;}
	#mainContents #section06 .cont .map_wrap .root_daum_roughmap{width:100%;height:300px;}
	#mainContents #section06 .cont .from_wrap{width:100%;}
}

@media only screen and (max-width:780px) {
	#mainContents #section06 .txt_wrap{width:100%;padding:20px;}
	#section06 .info-area{width:100%;margin-bottom:30px;margin-top:0px;}
	#section06 .info-area p{font-size:23px;}
	#section06 .info-area dl{margin-top:10px;}
	#section06 .info-area dl dt{margin-right:0px;font-size:15px;}
	#section06 .info-area dl.first-c{margin-top:15px;}
	#section06 .info-area dd{font-size:14px;padding:8px 0 0 25px;}
	#mainContents #section06 .cont{width:100%;padding:0 0;margin-left:0;}
	#mainContents #section06 .cont .map_wrap .root_daum_roughmap{width:100%;height:300px;}
}

@media only screen and (max-width:500px) {
	#mainContents #section06 .txt_wrap{width:100%;padding:0px;background:none;}
	#section06 .info-area {display:none;}
	#section06 .info-area dl{width:100%;margin-top:13px;text-align:center;}
	#section06 .info-area p{font-size:20px;padding:0 0 0px ;}
	#section06 .info-area dl.first-c{margin-top:15px;}
	#section06 .info-area dd{font-size:14px;}
	#mainContents #section06 .cont{margin-top:0;}
	#mainContents #section06 .cont .map_wrap iframe{width:100%;height:250px;}
}
