@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:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; background:rgba(0, 0 ,0 ,0.4);}
#header .contain {position:relative; max-width:1260px; height:100px;}
/* #sub #header {position:a;} */
.sitelogo {position:absolute; top:0; left:30px; z-index:10}
.sitelogo a {display:block; width:78px; height:69px; overflow:hidden; text-indent:-9999em; background:url("../images/common/logo.png") 50% 50% no-repeat; background-size:contain; margin-top:14px;}

.top-links {position:absolute; top:90px; right:90px; display:flex; z-index:90}
.go-top {position:absolute; right:0; top:30px;}
.fp-viewing-Intro #header .logo {display:none;}


/*new*/
#gnb ul {display:flex; justify-content:flex-end; margin:0 -40px;}
#gnb ul > li {position:relative; padding:0 40px;}
#gnb ul > li > a {display:inline-block; position:relative; color:#fff; font-size:20px; line-height:100px; letter-spacing:-.04em;}
#gnb .submenu {display:none; position:absolute; top:100px; background:rgba(0, 166, 234, 0.65); left:50%; width:200px; margin-left:-100px; z-index:102}
#gnb .submenu > ul {display:block; padding:17px 10px; margin:0; } 
#gnb .submenu > ul > li {text-align:center; color:#fff; padding:5px 10px;}
#gnb .submenu > ul > li > a {display:inline-block; color:#fff; font-size:16px; font-weight:300; line-height:33px; letter-spacing:-.03em; border-radius:5px; padding:0 5px;}
#gnb .submenu > ul > li > a:hover:after {position:absolute; content:""; bottom:0; left:0; width:100%; height:1px; background:rgba(255, 255, 255, 0.5);}


#header.header-hover {background:#fff; border-bottom:1px solid #dfdfdf;}
#header.header-hover .sitelogo a {background-image:url("../images/common/logo_w.png");}
#header.header-hover #gnb > ul > li > a {color:#2c2c2c;}
#header.header-hover .btn-m-menu span,
#header.header-hover .btn-m-menu span:before,
#header.header-hover .btn-m-menu span:after {background:#2c2c2c;}
.submenu-bg {display:none; position:absolute; margin-top:1px; left:0; width:100%; background:rgba(0, 0, 0, .7);}


/* for mobile */
.btn-m-menu {position:absolute; top:50%; right:15px; width:30px; height:30px; margin-top:-15px; text-align:center; text-indent:-9999em; z-index:50; display:none;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:100%; margin-top:-1.5px; height:3px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:""; position:absolute; left:0;  width:100%; height:3px; background:#fff;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.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;}

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:#000;}
.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:#000;}
.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 img {width:20%; margin:10px;}
.mobile-navigation .close {position:absolute; top:16px; 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);}
.mobile-navigation img {width:20%; margin:10px 10px 10px 18px;}


/* main */
.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 .caption .tit {font-size:30px; font-weight:300; letter-spacing:-.03em; margin-top:20px; line-height:1.467em;}
.main-visual .caption .tit span {color:#00a6ea; font-weight:700;}
.btn {position:relative; display:inline-block; width:200px; line-height:54px; font-size:15px; font-weight:700; color:#2c2c2c; background:#fff; border-radius:30px; text-align:left; padding:0 30px; margin-top:35px;}
.btn.shadow {box-shadow:2px 0 5px rgba(0, 0, 0, 0.2);}
.btn:after {position:absolute; content:""; top:50%; right:30px; width:7px; height:13px; margin-top:-6.5px; background:url("../images/main/next-ico.png") 50% 50% no-repeat; background-size:contain;}

#fp-nav ul, .fp-slidesNav ul {display:none;}
.fp-viewing-Main .logo {display:none;}
.fp-viewing-Organization #header .logo {background-image:url("../images/main/logo_w.png");}
.fp-viewing-Content #rightMenu li a:before {background-color:#21293e;}
.fp-viewing-Content #rightMenu li.active a:after {border:1px solid #b3b5bc;}
.fp-viewing-Content #rightMenu li a {color:#21293e;}
.fp-viewing-Content #header #rightMenu li a {color:#21293e;}
.fp-viewing-Content #header #rightMenu li.active:after {background:#21293e;}
.fp-viewing-Content #header #rightMenu li.active a:after {border:1px solid #b3b5bc;}
.fp-viewing-Content #header #rightMenu li a:before {background-color:#21293e;}
.fp-viewing-Case #rightMenu li a:before {background-color:#21293e;}
.fp-viewing-Case #rightMenu li.active a:after {border:1px solid #b3b5bc;}
.fp-viewing-Case #rightMenu li a {color:#21293e;}
.fp-viewing-Case #header #rightMenu li a {color:#21293e;}
.fp-viewing-Case #header #rightMenu li.active:after {background:#21293e;}
.fp-viewing-Case #header #rightMenu li.active a:after {border:1px solid #b3b5bc;}
.fp-viewing-Case #header #rightMenu li a:before {background-color:#21293e;}
.fp-viewing-Organization #header #rightMenu li a {color:#ccc;}
#fp-nav {display:none;}
#rightMenu {position:fixed; top:50%; left:60px; transform:translateY(-50%); z-index:10;}
#rightMenu li {position:relative; font-size:14px; font-weight:700; padding:12px 0;}
#rightMenu li.active span {color:#36bdef;} 
#header.header-active #rightMenu li a {color:#878787;}
#rightMenu li a {display:block; position:relative; width:160px; padding-right:45px; font-size:16px; line-height:31px; color:#fff;}
#header.header-active #rightMenu li a:before {background-color:#21293e;}
#header.header-active #rightMenu li.active:after {background:#21293e;}
#rightMenu li.active a:before {background:#ddd;}
#rightMenu li.last {display:none;}
.fp-viewing-Strategy #rightMenu li a {color:#fff;}
.fp-viewing-Philosophy #rightMenu li a {color:#878787;}

.main-visual {position:relative; background:url("/images/main/mv1.jpg") no-repeat 50% 50%; background-size:cover;} */
.main-visual .contain {max-width:1620px;}
.main-visual .cnt:before {content:""; position:absolute; width:3px; height:40%; background:#fc7f34; left:0; top:-180px;}
.main-visual .cnt {position:relative; display:flex; justify-content: space-between;}
.main-visual .cnt .txt p {font-family:'NanumSquare',sans-serif; font-size:20px; line-height:1.7em; font-weight:400; letter-spacing:-0.05em; color:#a1a1a1; margin-bottom:40px;}
.main-visual h3 {font-family:'NEXEN_TIRE'; font-size:60px; font-weight:700; color:#fff; line-height:1.4em;}
.main-visual h3 span {display:block;}
.main-visual .box {width:620px; margin-right:110px;}
.main-visual .box ul {display:flex; flex-wrap:wrap; margin-left:-20px; margin-bottom:-20px;}
.main-visual .box ul li {font-family:'NEXEN_TIRE'; font-size:20px; font-weight:700; line-height:1.5em; color:#daff01; width:calc(50% - 20px); max-width:300px; margin-left:20px; margin-bottom:20px; padding:20px 25px; border:3px solid #9eb806; border-radius:15px; background:rgb(0 0 0 / 70%);}
.main-visual .box ul li span {display:block;font-family:'GmarketSans'; color:#fff; font-size:32px; font-weight:700; margin-bottom:10px;}

.board-scroll {height:600px; overflow:auto}
.main-visual {position:relative; width:100%; top:0; line-height:0; overflow:hidden; z-index:1;}
.main-visual .item {position:relative; height:100vh;}
.main-visual .video-area video {position:absolute; top:0; left:0; width:100%; height:100%; background-color: black; background-position: center center; background-size: contain; object-fit: cover;}


.main-visual .item {position:relative; width:100%; z-index:1;}
.main-visual .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 {position:absolute; top: 50%; left: 0; width: 100%; padding: 0 30px; text-align: center; z-index: 45; margin-top:-43px; color: #fff;}
.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;}

.visual-scroll {position:absolute; left:50%; animation:pulse 2s infinite; bottom:80px; color:#fff; font-size:16px; letter-spacing:0.2em; z-index:5; margin-left:-25px;}

.scroll {
	position:absolute; 
	bottom:80px; 
	left:50%; 
	text-indent:-99999em;
	margin-left:-30px; 
	width:60px; 
	height:91px;
	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;}}


.doc-tit p {font-size:22px; color:#ccc; font-weight:700; letter-spacing:-.03em; line-height:1.3em; text-align:center;}
.doc-tit h2 {display:flex; justify-content:center; align-items:center; font-size:36px; color:#454545; font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.doc-tit h2 span {padding:0 40px; white-space:nowrap;}
.doc-tit h2:before {content:""; width:50%; height:1px; background:rgba(36, 36, 36, 0.3);}
.doc-tit h2:after {content:""; width:50%;  height:1px; background:rgba(36, 36, 36, 0.3);}
.doc-tit .color {color:#fff;}
.doc-tit .color:before {background:rgba(255, 255, 255, 0.3);}
.doc-tit .color:after {background:rgba(255, 255, 255, 0.3);}

/* philosophy */
.Philosophy {background:url("../images/main/plastic-bg.jpg") 50% 50% no-repeat; background-size:cover;}
.Philosophy .txts-bg {position:relative; background:#8a6f2d; color:#fff ;width:400px; line-height:80px; padding-left:80px; margin-left:30px; margin-top:-60px;}
.Philosophy .txts-bg .tit {position:relative; font-family:'Noto Serif KR','serif',AppleGothic,helvetica,sans-serif; font-size:24px; font-weight:700;}
.Philosophy .txts-bg .tit:before {position:absolute; content:""; top:50%; left:-80px; width:70px; height:1px; background:rgba(255, 255, 255, 0.8);}
.plastic-wrap .tit {position:relative; font-size:36px; color:#2c2c2c; font-weight:400; letter-spacing:-.04em; line-height:1.222em; padding-bottom:25px; margin-bottom:30px; text-align:left;}
.plastic-wrap .tit span {color:#00a6ea; font-weight:500;}
.plastic-wrap .tit:before {position:absolute; content:""; bottom:0; left:0; width:30px; height:2px; background:#2c2c2c;}
.plastic-wrap .txt {font-size:16px; font-weight:300; text-align:left;}
.plastic-wrap .txt span {color:#36bdef; font-weight:400;}
.plastic-wrap {display:flex; justify-content:center; align-items:center; margin-top:100px;}
.plastic-wrap .txt-box {position:relative; left:-50px; width:50%; text-align:left; transition:all 1s ease-out 0s; opacity:0;}
.plastic-wrap .Sliderbox {width:50%;}
.Sliderbox .slick-arrow {position:absolute; top:50%; margin-top:-24px; width:48px; height:48px; border:none; overflow:hidden; text-indent:-999em; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; z-index:50; background-size:contain;}
.Sliderbox .slick-prev {left:10px; background-image:url("../images/main/slide_prev.png");}
.Sliderbox .slick-next {right:10px; background-image:url("../images/main/slide_next.png");}
.section.Philosophy.active .txt-box {opacity:1; left:0;}

/* Strategy */
.Strategy {background:url("../images/main/social-bg.jpg") 50% 50% no-repeat; background-size:cover;}
.Strategy .tits {position:relative; font-size:26px; color:#fff; font-weight:300; letter-spacing:-.04em; line-height:1.615em; text-align:center;}
.Strategy .tits:after {position:absolute; content:""; bottom:-40px; left:50%; width:2px; height:30px; background:rgba(255, 255, 255, 0.7);}
.Strategy .lg-tit {font-size:46px; color:#fff; letter-spacing:-.04em; line-height:1.0em; text-align:center; padding:60px 0;}
.Strategy .social-wrap ul {position:relative; display:flex; justify-content:center; margin:0 -40px;}
.Strategy .social-wrap ul:before {position:absolute; content:""; top:50%; left:0; width:100%; height:1px; background:rgba(255, 255, 255, 0.3); margin-top:15px;}
.Strategy .social-wrap li {position:relative; opacity:0; top:-50px; transition:all 2s ease-out 0s; text-align:center; padding:0 40px;}
.section.Strategy.active .social-wrap li {opacity:1; top:0;}
.Strategy .social-wrap li .img img {margin-bottom:25px;}
.Strategy .social-wrap li .box {position:relative; display:flex; flex-direction:column; align-content:center; flex-wrap:wrap; justify-content:center; color:#fc7830; width:347px; height:347px; border:1px solid #fc7830; border-radius:100%;}
.Strategy .social-wrap li .box:after {position:absolute; content:""; top:50%; left:50%; margin-left:-5px; margin-top:10px; width:10px; height:10px; border-radius:100%; background:#fff;}
.Strategy .social-wrap li:nth-child(2) .box {color:#4aca53; border:1px solid #4aca53;}
.Strategy .social-wrap li:nth-child(3) .box {color:#36bdef; border:1px solid #36bdef;}
.Strategy .social-wrap li .tit {font-size:30px; font-weight:500; letter-spacing:-.04em; line-height:1.400em; margin-top:25px;}


/* Organization */
.Organization {background:url("../images/main/contact-bg.jpg") 50% 50% no-repeat; background-size:cover;}
.Organization .org-wrap {position:absolute; right:0; top:240px; width:960px; background:#fff; padding:70px 10px 80px 75px; box-shadow:2px 0 5px rgba(0, 0, 0, 0.2); text-align:left;}
.section.Organization.active .org-border {opacity:1; right:0;}
.org-border {position:relative; right:-50px; transition:all 1s ease-out 0s; opacity:0; border-bottom:1px solid #2c2c2c; margin-bottom:30px;}
.Organization .s-tit {font-size:14px; font-weight:500; color:#00a6ea; letter-spacing:-.04em; line-height:1.3em;}
.Organization .lg-tit {font-size:36px; color:#2c2c2c; letter-spacing:-.04em; line-height:1.2em; padding:10px 0 20px 0;}
.Organization .txt {position:relative; right:-50px; transition:all 1s ease-out 0s; opacity:0; font-size:18px; color:#505050; font-weight:300; letter-spacing:-.04em; line-height:1.667em;}
.section.Organization.active .txt {opacity:1; right:0;}
.Organization .btn.shadow position:relative; right:-50px; transition:all 1s ease-out 0s; opacity:0; margin-left:320px;}
.section.Organization.active .btn.shadow {opacity:1; right:0;}

/* lnb */
.performance-list {margin-bottom:80px;}
.performance-list li a {position:relative; font-family:'Noto Serif KR','serif',AppleGothic,helvetica,sans-serif; display:block; color:#ccc; padding-left:30px; margin-bottom:20px;}
.performance-list li.active a {color:#fff;}
.performance-list li.active a:before {position:absolute; content:""; top:50%; left:0; width:20px; height:1px; background:#fff;}



/* 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:550px; text-align:center; color:#fff; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; overflow:hidden;}
.sub-visual .inner {position:absolute; top:50%; width:100%;}
.sub-visual.none-lnb .inner {padding-bottom:0;}
.sub-visual h2 {font-size:44px; font-weight:700; letter-spacing:-.04em; line-height:1.3em; margin-bottom:15px;}
.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");}

#contArea {width:100%; max-width:1260px; margin:0 auto; padding-left:30px; padding-right:30px;}
#contArea.wide {max-width:none;} 

.sub-title {margin:100px 0 60px; text-align:center;}
.sub-title.left {text-align:left;}
.sub-title h2 {color:#2c2c2c; font-size:36px; line-height:1.167em; font-weight:500; letter-spacing:-.04em;}

.lnb {margin-top:-60px; position:relative; z-index:2; background:#005578;}
.lnb ul {display:flex; max-width:1400px; margin:0 auto;}
.lnb ul li {flex:1; position:relative; font-size:18px; text-align:center; line-height:1.4em; letter-spacing:-.04em;}
.lnb ul li:after {content:""; position:absolute; top:50%; left:0; width:1px; height:20px;  margin-top:-10px;background:rgba(255, 255, 255, 0.2);}
.lnb ul li:first-child:after {display:none;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; height:60px; padding:0 15px; color:#fff;}
.lnb ul li.active a {background:#00a6ea;}

.real-cont {padding-bottom:100px;}
.real-cont.pb {padding-bottom:0;}

/* footer */
#footer {position:relative; font-size:14px; font-weight:400; line-height:1.571em; letter-spacing:-.03em; border-top:1px solid #112786; background:#2c2c2c; padding:45px 0 35px 0;}
.footer .fp-tableCell {height:auto !important;}
#footer .contain {display:flex; max-width:1260px; justify-content:space-between; align-items:center; flex-wrap:wrap;}
#footer address {width:auto; color:#ccc; font-weight:400; font-style:normal;}
#footer address p {font-size:16px; color:#00a6ea; font-weight:500; padding-bottom:15px; display:flex;}
#footer address p span {color:#fff; font-weight:400; font-size:14px; padding-left:30px;}
#footer address .copy {font-size:12px; color:#ccc; font-weight:300; margin-top:15px; padding-bottom:0;}
#footer span {padding-right:25px;}
#footer .contain .img {width:50%; text-align:right;}
.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 {display:inline-block; margin-right:20px;}
.go-top {position:absolute; right:60px; top:-160px; z-index:500;}
.go-top img {}


/* lnb */
.lnb2 {position:relative; width:100%; text-align:center; z-index:1;}
.lnb2 .contain {padding:0; width:100%;}
.lnb2 ul {position:relative; display:table; table-layout:fixed; width:100%; z-index:2; max-width:1200px; margin:0 auto;}
.lnb2 ul li {position:relative; color:#878787; display:table-cell; vertical-align:middle; max-width:50%; width:auto !important; background:#fafafa; z-index:1;}
.lnb2 ul li a {display:block; position:relative; width:100%; height:60px; color:#878787; font-family: 'NanumSquare', sans-serif; border:1px solid #ddd; border-right:0; font-size:18px; line-height:58px; z-index:1; border-bottom:1px solid #ed7d31; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal;}
.lnb2 ul li a:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%; border-right:0;}
.lnb2 ul li:last-child a {border-right:1px solid #ddd;}
.lnb2 ul li.active {z-index:2;}
.lnb2 ul li.active + li a {border-left:0;}
.lnb2 ul li.active a {border:3px solid #ed7d31; border-bottom:none; background:#fff; color:#2c2c2c; font-weight:600;}

#section2 .cnt {overflow:hidden}