@charset "utf-8";
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* 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;}
*, *: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:134px !important;}
.view-wrap .modal-content{padding-bottom:15px; border-radius:0;}
.view-wrap .modal-header{z-index:1; position:relative; width:100%; width:100%; background-color:#fff;}
.view-wrap .modal-body{padding-top:15px; overflow-y:scroll; max-height:450px; line-height:1.4;}
.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:80px !important;}
}

@media only screen and (max-width: 768px){
	.view-wrap{margin-top:76px !important;}
    .view-wrap .modal-body{max-height:300px;}
}

@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:#ffc539;}
.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:90px;  transition:all 0.5s;}
#header.header-bg{background-color:#040350; }
.header-area{padding:0 100px; margin:0 auto; width:100%; box-sizing:border-box;}

#L_SITE_LOGO{float:left;}
#L_SITE_LOGO h1{margin:0;}
#L_SITE_LOGO a{line-height:90px;}
#L_SITE_LOGO img{vertical-align:middle; position: relative; top: -5px;}

@media only screen and (max-width:1590px) {
	#header{height:auto;}
}

@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
	.header-area{width:100%; padding:0px 20px;}
	#L_SITE_LOGO img {width:200px;}
}

@media only screen and (max-width: 980px){
	.header-area{position:relative; padding:0; height:65px;}

	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:65px;}
}

@media only screen and (max-width: 768px){
	.header-area{height:50px;}

	#L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO a{line-height:50px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999; display:block; text-align: center;}
.download { display: inline-block; float: right; margin-top: 25px;}
.download a.down-btn {display: inline-block; width: 225px; height: 38px; line-height: 38px;  color: #fff; font-size: 16px; font-weight: 300; border-radius: 19px; background: #f0c459;}
.download a.down-btn > img {margin-right:10px;}

.navigation .menu-item > a{display:block; font-size:20px; color:#fff;}
.navigation .menu-item.on > a{color:#1766b6;}
.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#fdd574;}

.login-bar {
    padding: 29px 0;
    text-align: center;
    float: right;
    z-index: 2;
    position: relative;
}

.login-bar li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    border-left: 1px solid #ddd;
    height: 27px;
    border: 1px solid #525353;
    border-radius: 11px;
}

.login-bar li a {
    font-size: 12px;
    line-height:27px;
    padding: 0 14px;
    color: #525353;
	font-weight: 600;/*400;*/
}
.login-bar li a img{width:25px;margin-right:5px;}
.login-bar .material-icons {
    display: block;
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 18px;
    color: #fff;
}

.login-bar li:first-child {
    padding-right:12px;
    border: 1px solid #f0c459;background:#f0c459;
}

.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: #cacaca;
    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;
}

@media only screen and (min-width: 980px){
	#menuArea{z-index:999; width:100%; height:90px; }
	#menuArea .navigation{display: inline-block;}
	#gnb{display:block !important;}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{float:left;height:90px; line-height:90px; text-align:center;margin-right: 80px;}
	.navigation .menu-item:last-child {margin-right: 0px;}
}

@media only screen and (max-width: 1450px){
	.navigation .menu-item {margin-right: 50px;}
	.navigation .menu-item > a {font-size: 18px;}
	.download a.down-btn { width: 200px; font-size: 15px;}
}

@media only screen and (max-width: 1250px){
    .navigation .menu-item { margin-right: 35px;}
}

@media only screen and (max-width: 1200px){
	#gnb{width:100%;}

}
@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:22px; height:3px;  transition:.3s all linear; background:#fff;}
	nav [data-type='menu-btn'] span:nth-child(1) {top:4px; 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:18px;}
	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;}

	.navigation .menu-item{float:none; margin:0;}
	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:45px; 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: #f0c459;}
	.login-bar li {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;}
}

@media only screen and (max-width: 767px){
	#menuArea{position:relative; width:100%; height:50px;}
	#gnb {top:50px;}
	#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:30px 0px 30px; width:100%; background:#1e2026; font-size:16px; color:#868686; font-weight:300;}
#footer .footer-link li a{important; color:#fff; font-weight:400;}
#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:#fff;}
#footer li:first-child{margin-left:0;}
#footer li:first-child:before{content:none;}
#footer p{margin-top:20px;}

.footer-area{margin:0 auto; padding:0 20px; width:1200px; box-sizing:border-box; text-align:center;}
.footer-area .footer-link{display:block; margin:0 auto 30px;}
.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; color:#868686;}
#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:#868686;}
#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:768px) {
	.footer-area{padding:0 20px; box-sizing:border-box;}
    #footer li{margin-left:16px;}
	#footer .footer-info li { margin-left: 20px; float:none;}
	#footer .footer-info li:before {left: -10px;}
    #footer li, #footer a{font-size:13px;}
    #footer li:before{content:none;}
	#footer .footer-link li:before { left: -8px;}
	#footer p {font-size: 14px; margin-top: 20px;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents{z-index:88; width:100%;}
#mainContents .section{max-width:1200px; margin:0 auto; padding:90px 0px;}
#mainContents > section > .section-title{margin:0 auto; padding-bottom:40px; width:100%; box-sizing:border-box;}
#mainContents > section > .section-title:after{content:""; display:block; clear:both;}
#mainContents > section > .section-title p {font-size: 18px; color: #888; font-weight: 300; text-align: center; margin-top: 15px;}

#mainContents > section > .cont{margin:0 auto; width:100%; box-sizing:border-box;}
#mainContents > section > .cont:after{content:""; display:block; clear:both;}

#mainContents h2{text-align:center; font-weight:600; font-size:45px; line-height: 1; color:#f0c459;}

/**메인 비쥬얼**/
#mainContents #section01{margin:0; padding:0; width:100%; max-width:100%;}
#section01 .main-visual {position: relative; height:886px; background:url('/images/mtl01r-19-0018/main_visual.png') no-repeat center center/cover;}

.banner {
	display: block;text-align:center;
	min-height: 886px;
	width: 1200px;
    margin: 0 auto;
	position: relative;
}
.typed_wrap {
	position: absolute;
	top: 35%;
}

.typed_wrap h1 { display: inline; color:#fff; font-size:65px; font-weight:400;}
.typed_wrap p {color:#fff; font-size:25px;font-weight: 300;}
.typed_wrap p:before {content:''; display:block; width:70px; height:3px; background:#fff; margin: 30px 0px 38px 0px;}

/*Add custom cursor so it auto inherits font styles*/
.typed {color:#fff; font-weight: 500;}
.typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
   opacity: 0;
	display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
/*  ABOUT  */
.cont .cont-txt {text-align:center;margin-top:25px;line-height:1.5;}
.cont .cont-txt h5{font-size:30px;color:#000;font-weight:500;}
.cont .cont-txt p{padding:30px 0 50px 0;font-size:18px;font-weight:400;}

/*  main business  */
#mainContents #section03{width:100%; max-width:100%; background-color:#f5f5f5; background-image:url('/images/mtl01r-19-0018/product_bg01.png'), url('/images/mtl01r-19-0018/product_bg02.png');background-position:top right ,bottom left; background-repeat:no-repeat;}
#mainContents > #section03 > .cont,
#mainContents > #section04 > .cont,
#mainContents > #section05 > .cont{width:1200px;}

/*  project  */
#mainContents #section04{width:100%; max-width:100%; background-color:#fff;}

/*  information  */
#mainContents #section05{width:100%; max-width:100%; background-color:#f6f9fd; background-image:url('/images/mtl01r-19-0018/project_bg01.png'), url('/images/mtl01r-19-0018/project_bg02.png');background-position:top left, bottom right; background-repeat:no-repeat;}
#mainContents > #section05 > .cont img{display:block;margin:0 auto;}



@media only screen and (max-width:1590px) {
}

@media only screen and (max-width:1200px) {
	#mainContents .section { padding: 50px 20px;}
	.banner {width:100%; padding:0px 20px;}

	#mainContents > #section03 > .cont,
	#mainContents > #section04 > .cont,
	#mainContents > #section05 > .cont{width:100%;}
}

@media only screen and (max-width:980px) {	
	#section01 .main-visual {height:650px;}
	.banner {min-height:650px;}
	.typed_wrap h1 {font-size: 50px;}
	.typed_wrap p {font-size: 20px;}

	.cont .cont-txt br {display:none;}


	/*  main business  */
	#mainContents #section05{background-image:none;}

	#section05 .info-area dt{font-size:18px;}
	#section05 .info-area dd{font-size:16px;}
}

@media only screen and (max-width:768px) {
	#mainContents h2{margin-bottom:40px; font-size:35px;}
	#mainContents h2:before{margin:0 auto 20px;}
	#mainContents > section > .section-title { padding-bottom: 30px;}
	#mainContents .section-title h2{margin-bottom:10px;}
	#mainContents .section-title h2 + p{ font-size:15px;}
	
	#section01 .main-visual { height: 500px;}
	.banner {min-height: 500px;}
	.typed_wrap h1 {font-size: 45px;}
	.typed_wrap p:before {width: 40px; height: 2px; margin: 20px 0px 28px 0px;}
	.typed_wrap p {font-size: 18px;}

	/*  ABOUT  */
	.cont .cont-txt{margin-top:20px;}
	.cont .cont-txt h5{font-size:24px;}
	.cont .cont-txt p{padding:20px 0 30px 0;font-size:16px;}
	
	#section05 .info-area dt img {height:20px;}
	#section05 .info-area dt{font-size:16px;} 
	#section05 .map-area{width:100%;}
	#section05 .info-area{width:100%;}
	#section05 .info-area dl{float:none; margin-top:15px; width:100%;}
	#section05 .info-area dl:first-child{margin:0;}
	
}

@media only screen and (max-width:480px) {
	#mainContents h2{font-size:25px;}	
	
	.banner {text-align: center;}
	.typed_wrap {display: inline-block; width: 335px; left: 50%; margin-left: -167.5px;}
	.typed_wrap h1 {font-size: 38px;}
	.typed_wrap p {font-size: 16px;}
	.typed_wrap p:before {margin: 0 auto; margin-top: 20px; margin-bottom: 28px;} 

	/*  ABOUT  */
	.cont .cont-txt h5{font-size:20px;}
	.cont .cont-txt p{font-size:15px;}
}




