@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-mobile {display:block;}

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}

/* header */

#header {position:relative; width:100%; background:#fff; border-bottom:1px solid #ddd; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; margin-left:550px;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 35px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a:after {width:100%; left:0;}
#gnb .submenu {display:none; position:absolute; left:50%; width:120px; transform:translateX(-50%); background:#0b5794; border:1px solid #0b5794; border-top:0; text-align:center; margin-top:-20px; border-radius:10px;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:7px 0; color:#fff; font-size:17px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
#gnb .submenu>ul>li.active>a {color:#42ade2;}

.sitelogo {position:absolute; top:50%; margin-top:-33.5px; left:30px; z-index:10}
.sitelogo a {display:block; width:299px; height:67px; overflow:hidden; text-indent:-9999em; background:url("../images/common/logo.png") 50% 50% no-repeat; background-size:contain;}

.main-language {position:absolute; right:30px; top:50%; margin-top:-15px;}
.main-language ul {display:flex; margin-right:-10px;}
.main-language ul li {border:1px solid #ddd; margin-right:5px; font-size:14px; font-weight:500; color:#454545; letter-spacing:0; width:50px; height:30px; line-height:28px; text-align:center; border-radius:20px; }
.main-language ul li.active {border:1px solid #fff; background:#0b5794; color:#242424;} 
.main-language ul li:first-child {border:1px solid #fff; background:#0b5794; color:#fff;} 
.main-language ul li a {display:block; width:100%; height:100%;}

.submenu-txt {display:none; position:absolute;  padding:5px;left:350px; top:125px; z-index:2; color:#fff; font-size:20px; font-weight:bold;}
.submenu-txt a { font-family:'NanumSquare', sans-serif; position:relative; display:inline-block; }
.submenu-txt a span {position:relative; display:block; width:100%; height:0; padding-bottom:100%; overflow:hidden;}

.submenu-bg {position:relative; display:none; position:absolute; top:100px; left:0; width:100%; background-color:#fff; overflow:hidden;}
  

/* for mobile */ 

.btn-m-menu {position:absolute; top:50%; right:30px; width:40px; height:34px; margin-top:-17px; text-align:center; text-indent:-9999em; z-index:50; display:none;}
.btn-m-menu span {position:absolute; left:11px; right:0; top:17px; height:3px; background:#000;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:""; position:absolute; left:-11px; right:0; height:3px; background:#000;}
.btn-m-menu span:before {top:-15px;}
.btn-m-menu span:after {bottom:-15px;}

.mobile-navigation {position:fixed; top:0; right:0; width:300px; bottom:0; transition:.2s ease-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .inner {position:absolute; top:0; left:0; width:100%; height:100%; overflow:auto;}
.mobile-navigation .brand-image {border-bottom:1px solid #d6dfd1; background-color:#e9ede7; height:128px;}
.mobile-navigation .brand-image a {display:block; padding-top:40px; padding-left:40px;}
.mobile-navigation .nav-menu .depth3 {display:block; margin-left:23px; padding-bottom:18px;}
.mobile-navigation .nav-menu .depth3 ul li a {display:block; padding:4px 0; color:#fff; font-size:18px; font-weight:300; line-height:1.4em; letter-spacing:-.04em;}
.mobile-navigation .close {position:absolute; top:18px; right:22px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;} 
.mobile-navigation .close:before, 
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#2c2c2c; border-radius:3px;} 
.mobile-navigation .close:before {transform:rotate(45deg);} 
.mobile-navigation .close:after {transform:rotate(-45deg);} 
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.8; z-index:101;}
.home {width:70%; padding:10px;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-navigation .close {display:block;}
html.menu-opened .mobile-overlay {display:block;}

nav.nav-menu {position:relative; border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 18px; display:block; color:#333; font-size:17px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active {background:#f4f4f4}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#0b5794;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff}
.mobile-navigation .nav-menu>ul>li.home>a {padding:19px 18px;}
.mobile-navigation .nav-menu>ul>li.home>a:after {display:none;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:10px 0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; padding:5px 18px; color:#454545; font-size:15px; font-weight:400; line-height:1.4em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#0b5794;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #242424; border-bottom:2px solid #242424;}
.mobile-navigation .close {position:absolute; top:10px; right:10px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:11px; left:0; width:100%; height:2px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}


/* main */

.main-visual {position:relative; width:100%; top:0; overflow:hidden; z-index:1;}
.main-visual .item {position:relative; height:100vh;} 

.main-visual:before {content:""; position:absolute; top:0; left:0; width:100%; height:200px; background-image: linear-gradient(#000, transparent); opacity:.6; z-index:40;}
.main-visual .caption {position:absolute; top:50%; left:0; width:100%; padding:0 30px; text-align:center; z-index:45; transform:translateY(-50%); color:#fff;}

.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-35px; z-index:50; width:70px; height:70px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em; transition:.2s; background-size:contain;}
.main-visual .slick-prev {left:60px; background-image:url("../images/main/slide_prev.png");}  
.main-visual .slick-prev:hover {background-image:url("../images/main/slide_prev_w.png");}  
.main-visual .slick-next {right:60px; background-image:url("../images/main/slide_next.png");}  
.main-visual .slick-next:hover {background-image:url("../images/main/slide_next_w.png");}  

#fp-nav.right {display:none !important;}
#rightMenu {display:none !important; position:fixed; top:50%; left:100px; transform:translateY(-50%); }
 
.main-visual .contain {max-width:1620px;} 
.main-visual p {font-size:36px; font-weight:300; letter-spacing:-.01em; line-height:1.3em; margin-bottom:30px;}
.main-visual .tit {font-size:45px; font-weight:600; letter-spacing:-.03em; text-shadow:3px 0 20px rgba(0, 0, 0, 0.8); line-height:1.0em;}

.main-visual .main-inquiry {position:absolute; bottom:50px; z-index: 99; right:260px;} 

.main-visual .slick-dots {position:absolute; bottom:50px; left:0; width:100%; text-align:center; z-index:50; line-height:0;}
.main-visual .slick-dots li {position:relative; display:inline-block; padding:0 10px;}
.main-visual .slick-dots li button {position:relative; display:block; background:#fff; width:15px; height:15px; border:0; border-radius:100%; overflow:hidden; text-indent:-9999px; opacity:0.6;}
.main-visual .slick-dots li.slick-active button {background:#fff; border-color:transparent; opacity:1;}

.main-visual-flex {display:flex; height:100vh;}
.main-visual-flex.reverse {flex-direction: row-reverse;}
.main-visual-flex.reverse .main-tt-box {text-align:right;}
.main-visual-flex.reverse .cap-box .main-txt-box .btn {float:right}
.main-visual-flex .captions {width:41.7%; display:flex; align-items:center; background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.main-visual-flex .items-list {width:58.4%; height:100%;}
.main-visual-flex .items-list ul {display:flex; flex-wrap:wrap; height:34vh;}
.main-visual-flex .items-list ul li {width:50%; height:100%;}
.main-visual-flex .items-list ul li .imgs {width:100%; height:100%;}
.main-visual-flex .items-list ul li .imgs img {width:100%; height:100%;}
.main-visual .item {display:flex !important; position:relative; width:100%; z-index:1; background-repeat: no-repeat; background-size: cover; background-position:50% 50%;}
.main-visual .items .item .img {display:block; position:relative; height:980px; background-repeat:no-repeat; background-position:center center; -webkit-background-size:cover; background-size:cover; overflow:hidden;}
.main-visual .caption.right .capwrap {text-align:right;}
.main-visual .caption .capwrap {width:100%; max-width:1200px; text-align:left; margin:0 auto;}
.main-visual .content {position:absolute; top:50%; left:0; color:#fff; width:100%; transform:translateY(-50%); text-align:center; z-index:10}
.main-visual .content .text {display:inline-block; position:relative; padding:170px 0;}
.main-visual .content .text:before,
.main-visual .content .text:after {content:"";position:absolute; left:50%; margin-left:-37%; width:74%; height:135px; border:30px solid #fff; opacity:.3;}
.main-visual .content .text:before {top:0; border-bottom:0;}
.main-visual .content .text:after {bottom:0; border-top:0;}
.main-visual .content p {font-size:30px; letter-spacing:0.2em; line-height:1.3em; font-weight:300;}
.main-visual .content p strong {font-weight:700;}
.main-visual .content .tit {font-size:80px; color:#b88a4c; font-weight:700; letter-spacing:0.2em; line-height:1.3em;}
.main-visual .slick-list {line-height:0;} 

@keyframes proBar{
    0%{width:0;}
    100%{width:30px;}
}

@keyframes m_proBar{
    0%{width:0;}
    100%{width:30px;}
}

.main-visual .prev {position:relative; width:13px; height:13px; border:0; background:0; border-left:2px solid #fff; border-top:2px solid #fff; transform:rotate(-45deg);}
.main-visual .next {position:relative;width:13px;height:13px;border:0;background:0;border-right:2px solid #fff;border-top:2px solid #fff;transform:rotate(45deg);}
.main-visual .stop {position:relative; width:26px; height:26px; background-color:#000; border-radius:50%; border:0;}
.main-visual .stop:after {content:""; position:absolute; left:50%; top:50%; width:6px; height:6px; margin:-4.5px 0 0 -3px; border-left:2px solid #fff; border-right:2px solid #fff;}
.main-visual .play {display:none; position:relative; width:16px; height:16px; background-color:transparent; border:0;}
.main-visual .play:after {content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:0; height:0; display:inline-block; border-left:19px solid #fff; border-top:11px solid transparent; border-bottom:11px solid transparent; margin-left:11px;}
 
.scroll {position:absolute; width:98px; bottom:55px; left:50%; margin-left:-49px; text-align:center; z-index:50; animation:move_up_down 2s linear infinite; cursor:pointer;}
@keyframes move_up_down {
  0%,100%{
    transform:translateY(15px);
  }
  50% {
    transform:translateY(0);
  }
}

.visual-scroll {position:absolute; right:100px; animation:pulse 2s infinite; top:50%; color:#fff; font-size:16px; letter-spacing:0.2em; z-index:5; }

.scroll {
	position:absolute; 
	top:50%; 
	margin-top:-84.5px;
	right:100px; 
	margin-left:-12px; 
	width:24px; 
	height:169px;
	text-align:center;
	background:url('/images/main/scroll_down.png') 50% 100% no-repeat;
	background-size:contain;
	z-index:10;
	-webkit-animation: bounce2 .9s linear infinite alternate;
    -moz-animation: bounce2 .9s linear infinite alternate;
    -o-animation: bounce2 .9s linear infinite alternate;
    -ms-animation: bounce2 .9s linear infinite alternate;
    animation: bounce2 .9s linear infinite alternate;
	 
}
@-moz-keyframes bounce2{from{bottom:80px;}to{bottom:90px;}}
@-webkit-keyframes bounce2{from{bottom:80px;}to{bottom:90px;}}
@-o-keyframes bounce2{from{bottom:80px;}to{bottom:90px;}}
@keyframes bounce2{from{bottom:80px;}to{bottom:90px;}}

.main-tit {text-align:center; margin-bottom:55px; margin-top:100px;}
.main-tit h3 {font-family:'Titillium Web', sans-serif; font-size:50px; font-weight:700; color:#242424; letter-spacing:-.03em; line-height:1.3em; margin-bottom:20px;}
.main-tit p {font-size:18px; color:#454545; letter-spacing:-.03em; line-height:1.556em;}

/* main-product */
.main-product {background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}
.main-product .main-product-list {}
.main-product .main-product-list ul {display:flex; margin-left:-30px;}
.main-product .main-product-list ul li {width:calc(25% - 30px); margin-left:30px; background:#fff; border-radius:20px; text-align:center; box-shadow:3px 0 10px rgba(0, 0, 0, 0.1);}
.main-product .main-product-list ul li a {min-height:400px; display:flex; flex-direction:column; justify-content:center; width:100%; position:relative;}
.main-product .main-product-list ul li a:hover .more-wrap {opacity:1;}
.main-product .main-product-list ul li a .img {}
.main-product .main-product-list ul li a .tit {margin-top:50px; font-size:22px; color:#242424; letter-spacing:-.03em; line-height:1.3em; font-weight:600; text-align:center;}
.main-product .main-product-list ul li a .more-wrap {opacity:0; display:flex; flex-direction:column; justify-content:center; top:0; left:0; width:100%; height:100%; border-radius:20px; position:absolute; background:rgba(57, 161, 210, 0.95); transition: all .2s ease-out 0s;}
.main-product .main-product-list ul li a .more-wrap .tits {font-size:20px; color:#fff; font-weight:500; letter-spacing:-.03em; line-height:1.3em; margin-bottom:10px;}
.main-product .main-product-list ul li a .more-wrap .ico {}

.main-product .main-btn {color:#2e9cd0; width:210px; height:55px; line-height:53px; display:block; margin:0 auto; margin-top:60px; border:1px solid #2e9cd0; background:#fff; border-radius:30px; text-align:center;}
.main-product .main-btn:hover {background: linear-gradient(55deg, rgba(46,156,208,1) 0%, rgba(33,117,157,1) 100%); border:0; color:#fff;}

/* main-about */
.main-about {}
.main-about .main-about-list {display:flex;}
.main-about .main-about-list li {display:flex; flex-direction:column; justify-content:center; min-height:665px; width:25%; text-align:center; color:#fff; background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}
.main-about .main-about-list li .tit {position:relative; font-size:30px; font-weight:600; letter-spacing:-.03em; line-height:1.3em; padding-bottom:75px;}
.main-about .main-about-list li .tit:before {position:absolute; content:""; width:1px; height:30px; background:#fff; left:50%; margin-left:-0.5px; bottom:25px;}
.main-about .main-about-list li .txt {}

/* main-technology */
.main-technology {background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}
.main-technology .main-tech-tit {text-align:center; margin-bottom:100px;}
.main-technology .main-tech-tit h4 {font-family:'Titillium Web', sans-serif; font-size:50px; font-weight:700; color:#fff; letter-spacing:-.03em; line-height:1.3em; margin-bottom:20px;}
.main-technology .main-tech-tit h4 span {color:#39b8f4;} 
.main-technology .main-tech-tit p {font-size:18px; color:#fff; letter-spacing:-.03em; line-height:1.556em;}
.main-technology .main-technology-list {display:flex; justify-content:center; margin:0 -25px;}
.main-technology .main-technology-list li {padding:0 25px; text-align:center;}
.main-technology .main-technology-list li a {display:block;}
.main-technology .main-technology-list li a .circle {display:flex; flex-direction:column; justify-content:center; box-shadow:3px 0 15px rgba(0, 0, 0, 0.3); width:200px; height:200px; line-height:200px; background:#fff; border-radius:50%; transition:all .2s ease-out 0s;}
.main-technology .main-technology-list li a .circle .ico-wrap {position:relative; width:69px; height:69px; margin:0 auto;}
.main-technology .main-technology-list li a .circle .ico-wrap .ico {position:absolute; top:0; left:0;}
.main-technology .main-technology-list li a .circle .ico-wrap .ico.hover {display:none;}
.main-technology .main-technology-list li a .circle .tit {margin-top:15px; font-size:19px; font-weight:500; color:#242424; letter-spacing:-.03em; line-height:1.3em;}
.main-technology .main-technology-list li a:hover .circle {background:#2e9cd0;}
.main-technology .main-technology-list li a:hover .circle .tit {color:#fff;}
.main-technology .main-technology-list li a:hover .circle .ico-wrap .ico.hover {display:block;}


/* sub page */
#sub #rightMenu {display:none;}
.sub-visual {position:relative; width:100%; height:280px; overflow:hidden;}
.sub-visual .content {position:absolute; top:50%; left:0; text-align:center; transform:translateY(-50%); width:100%; color:#fff; z-index:20}
.sub-visual .tit {font-size:40px; line-height:1.3em; font-weight:700; letter-spacing:-.40px; margin-bottom:60px;}
.sub-visual p {font-size:18px; line-height:1.3em; font-weight:500; letter-spacing:-.40px;}
.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	opacity: 0;
	z-index:0;
}
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
	opacity: 1;
}
/* sub */
.sub-visual {display:flex; align-items:center; height:450px; text-align:center; color:#fff; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; overflow:hidden; justify-content:center;}
.sub-visual .cell {margin-top:20px;}
.sub-visual h3 {font-size:45px; font-weight:700; letter-spacing:-.03em; line-height:1.0em; text-shadow:3px 0 20px rgba(0, 0, 0, 0.8);}
.sub-visual p {font-size:14px; font-weight:500; letter-spacing:-.04em;}
.sub-visual .inner {width:100%; margin:0 auto; max-width:1460px; padding-left:30px; padding-right:30px; text-align:left;}
.sub-visual.none-lnb .inner {padding-bottom:0;}
.sub-visual h2 {font-size:55px; font-weight:700; letter-spacing:-.02em; line-height:1.3em;}
.sub-visual p {font-size:17px; letter-spacing:-.04em; line-height:1.0em;}
.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual.bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual.bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual.bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual.bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual.bg6 {background-image:url("../images/common/sv6.jpg");}
.sub-visual.bg9 {background-image:url("../images/common/sv4.jpg");}

#contArea {width:100%; max-width:1260px; margin:0 auto; padding-left:30px; padding-right:30px;}
#contArea.wide {max-width:none;} 

.sub-title {margin:75px 0 35px; text-align:center;} 
.sub-title h3 {position:relative; color:#242424; font-size:40px; line-height:1.29em; font-weight:700; letter-spacing:-.03em; margin-bottom:30px;}
.sub-title p {font-size:18px; color:#454545; letter-spacing:-.03em; line-height:1.3em;}

.real-cont {padding-bottom:160px;}
.real-cont.none {padding-bottom:0;}

/* footer */
.footer-wrap {display:flex;}

.footer-links {width:100%; max-width:1260px; margin:0 auto; display:flex; font-family: 'Montserrat', sans-serif; background:#0e0e0e; color:#fff;}
.foot-wraps {background:#0e0e0e; padding:60px 0;}
.foot-wraps .links-wrap {width:16.6666%; padding:0 10px;}
.foot-wraps .links-wrap h3 {font-size:18px; font-weight:600; letter-spacing:-.03em; padding-bottom:15px; border-bottom:1px solid rgba(255, 255, 255, 0.4); margin-bottom:20px;}
.foot-wraps .links-wrap ul {margin-bottom:-10px;}
.foot-wraps .links-wrap ul li {margin-bottom:10px;}
#footer {position:relative; font-size:15px; font-weight:400; line-height:1.571em; background:#272727; padding:35px 0; letter-spacing:-.03em;  border-bottom:0; border-left:0; border-right:0; }
.footer .fp-tableCell {height:auto !important;}
#footer .contain {display:flex; justify-content:space-between; max-width:1460px; flex-wrap:wrap; align-items:flex-start;}
#footer .address-wrap {text-align:center; height:55px; line-height:55px; border-top:1px solid rgba(255, 255, 255, 0.3);}
#footer address {color:#acacac; font-weight:400; font-style:normal;}
#footer address p {font-size:16px; color:#00a6ea; font-weight:500; padding-bottom:15px;}
#footer address .copy {font-size:12px; color:#ccc; font-weight:300; margin-top:15px; padding-bottom:0;}
#footer address a {font-size:14px; color:#686868;}
#footer .foot-wrap {order:2;}
#footer span {display:inline-block; padding-right:30px; line-height:2.0em; font-size:15px; color:#b8b8b8; font-weight:400;}
#footer span.mg {display:inline-block; font-size:14px;}
#footer span strong {color:#fff; font-weight:600; font-size:20px; display:inline-block; margin-bottom:5px;}
#footer span .go-link {display:inline-block; width:87px; height:27px; line-height:25px; text-align:center; border:1px solid rgba(255, 255, 255, 0.3); border-radius:5px; margin-left:5px; padding-right:0; }
#footer span .go-link a {font-size:12px; color:rgba(255, 255, 255, 0.7); padding-left:0;}
.foot-info {padding:26px 0;}
.foot-info .contain {display:flex; align-items:center; justify-content:space-between;}
.foot-info .f-logo {order:2;}
.foot-info .comp-name {font-size:16px; font-weight:500; line-height:1.3em; margin-bottom:14px;}
.foot-info address span {font-size:15px; line-height:2.133em; display:inline-block; margin-right:20px;}
.go-top {position:absolute; right:260px; bottom:40px; z-index:500;}
#main .go-top {top:auto; bottom:50px; right:20px;}
.go-top img {}
.foot-links ul {display:flex; margin-bottom:10px;}
.foot-links ul li {position:relative; font-size:15px; color:#b8b8b8; padding-left:20px;}
.foot-links ul li:first-child {margin-right:30px;}
.foot-links ul li:before {position:absolute; content:""; width:15px; height:15px; background:url('../images/main/foot-link.png')50% 50% no-repeat; background-size:contain; top:50%; margin-top:-8.5px; left:0;}
 
/* lnb */ 

.lnb {position:relative; z-index:2; border-bottom:1px solid #ddd;} 
.lnb ul {display:flex; justify-content:center; max-width:1200px; margin:0 auto;}
.lnb ul li {width:auto; position:relative; font-size:18px; text-align:center; line-height:1.4em; letter-spacing:-.04em; padding:0 30px;}
.lnb ul li a {font-size:18px; letter-spacing:-.04em; font-weight:500; position:relative; display:flex; align-items:center; justify-content:center; height:60px; color:#454545;}
.lnb ul li.active a {color:#0b5794;}  
.lnb ul li.active a:before {position:absolute; content:""; width:100%; background:#0b5794; height:3px; bottom:0; left:0;}
