@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

#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;}


.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */
#header {display:flex; align-items: center; justify-content: center; position:relative; top:0; left:0; width:100%; z-index:100; background:#fff;}

.sitelogo {position: absolute; left: 50px;}

#gnb > ul {display:flex;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {position:relative; padding:0 60px; display:block; font-size:21px; font-weight:700; line-height:94px; letter-spacing:-.04em; z-index:2;}
#gnb > ul > li:hover :before {opacity: 1;}
#gnb > ul > li:before {opacity: 0; content:""; position: absolute; width: 35px; height: 4px; background-color: #ed1c24; bottom: 0; left: 50%; transform:translateX(-50%);}

#gnb .submenu { position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu ul {padding:20px 0;}
#gnb .submenu ul li a {display:block; padding:10px 0; color:#2c2c2c; font-size:16px; line-height:1.4em; font-weight: 400; letter-spacing:-.03em;}

.submenu-bg {display:none; position:absolute; top:94px; left:0; width:100%; height:0; background:#fff; border-top:1px solid #ddd;}

.language {position: absolute; right:130px;}
.language ul {display:flex; margin: 0 -10px;}
.language ul li {position: relative; padding: 0 10px; color:#878787; font-size:15px; line-height:1.4em; font-weight: 500; letter-spacing:-.06em;}
.language ul li:before {content:""; position: absolute; width: 1px; height: 14px; background-color: #dfdfdf; left: 0; top: 5px;}
.language ul li:first-of-type:before {display:none;s}
.language ul li.active {color: #c3151c;}

/* for mobile */
.btn-m-menu {z-index: 10;position:absolute; top:50%; right:50px; margin-top:-12px; width:21px; height:24px; text-indent:-9999em;}
.btn-m-menu span {position:absolute; left:0; right:0; top:12px; height:3px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-8px; right:0; height:3px; background:#2c2c2c; width: 30px;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {position:fixed; top:0; right:0; width:280px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {height:60px; padding:0 20px; display:flex; align-items:center;}
.mobile-navigation .home a {display:block; font-size:20px; color: #333; font-weight: 700; line-height: 1.5em;}
.mobile-navigation .home .img img {height: 35px;}
.mobile-navigation .home a span {color: #168a8d;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 20px; display:block; color:#242424; font-size:18px; font-weight:700; line-height:1.5em;}
.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 .nav-menu>ul>li.active>a {color:#ed1c24;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg);}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#ed1c24; color:#fff; font-size:16px; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul >  li > a {display:block; padding:6px 0;}
.mobile-navigation .close {position:absolute; top:16px; right:16px; 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-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

.lang {display:none; margin-top: 20px;}
.lang ul {display:flex; justify-content: center; margin: 0 -10px;}
.lang ul li {position: relative; padding: 0 10px; color:#878787; font-size:15px; line-height:1.4em; font-weight: 500; letter-spacing:-.06em;}
.lang ul li:before {content:""; position: absolute; width: 1px; height: 14px; background-color: #dfdfdf; left: 0; top: 5px;}
.lang ul li:first-of-type:before {display:none;s}
.lang ul li.active {color: #c3151c;}


/* main */
#main #container .contain {max-width:1460px; padding: 0 30px; align-items: center; margin: 0 auto;}

.main-visual .item {position: relative; height: 882px; position: relative; background-position: 50% 50%; background-repeat: no-repeat; background-size:cover !important;}
.main-visual .item .text {position: absolute; top:50%; transform:translateY(-50%); color:#fff;}
.main-visual .item .text h1 {font-family:'SCoreDream', sans-serif; font-size:54px; font-weight: 300; line-height:1.37em; letter-spacing:-.06em;}
.main-visual .item .text h1 span {font-weight: 600;}
.main-visual .item .text p {margin-bottom: 20px; padding: 0 5px; display:inline-block; background-color: #ed1c24; font-family: 'SCoreDream', sans-serif; font-size:20px; font-weight: 400; line-height:1.4em; letter-spacing:-.04em;}

.main-visual .slick-arrow {opacity: .5; position:absolute; top:50%; margin-top:-45px; width:36px; height:70px; overflow:hidden; text-indent:-999em; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; z-index:50;}
.main-visual .slick-prev {left:50px; background-image:url("../images/main/prev.png"); background-size:cover;}
.main-visual .slick-next {right:50px; background-image:url("../images/main/next.png"); background-size:cover;}
.main-visual .slick-arrow:hover {opacity: 1;}

.main-business .contain {height: 270px; position: relative; top:-210px;  z-index: 1; display:flex; flex-wrap:wrap; margin: 0 -20px;}
.main-business .product , .main-business .technology {width: 50%; padding: 0 20px;}
.main-business .con {position: relative; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.22); padding: 46px 50px; background-color: #fff; height: 378px;}
.main-business .con h2 {margin-bottom: 22px; color:#2c2c2c; font-size:32px; font-weight: 700; line-height:1.37em; letter-spacing:-.04em;}
.main-business .con ul li {display:flex !important; flex-wrap:wrap;}

.main-business .product .con ul li .image {width: 37.93%;}
.main-business .product .con ul li .img {position:relative; padding-bottom:100%; overflow:hidden;}
.main-business .product .con ul li .img img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-business .product .con ul li .text {margin-top: 7px; margin-left: 40px; flex:1 1 auto; min-width: 0; width: 1%;}
.main-business .product .con ul li .text .tit {color:#2c2c2c; font-size:24px; font-weight: 500; line-height:1.37em; letter-spacing:-.04em; margin-bottom: 18px;}
.main-business .product .con ul li .text .txt {display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; word-wrap:break-word; text-overflow:ellipsis; overflow:hidden; color:#878787; font-size:14px; font-weight: 300; line-height:1.857em; letter-spacing:-.04em; margin-bottom: 24px;}
.main-business .product .con ul li .text a {position: relative; display:inline-block; color:#505050; font-size:12px; font-weight: 300; line-height:1.37em; letter-spacing:-.04em;}
.main-business .product .con ul li .text a:before {content:""; position: absolute; bottom: -3px; left: 0; height: 1px; width: 100%; background-color: #b5b5b5;}

.main-business .product .slick-dots {position:absolute; bottom:0px; right: 0; width:100%; display:flex; align-items:center; justify-content: flex-end; z-index:50;}
.main-business .product .slick-dots li {display:flex; align-items:center; padding: 0 5px;}
.main-business .product .slick-dots li button {position:relative; display:block; width:16px; height:16px; margin:0 -2px; border:none; background:#dfdfdf; overflow:hidden; text-indent:-999em;}
.main-business .product .slick-dots li.slick-active button {background:#e52c2c;}

.main-business .technology .boxes {display:flex; flex-wrap:wrap; margin: 0 -5px;}
.main-business .technology .box {width: 33.3333%; padding: 0 5px;}
.main-business .technology .type {height: 220px; display:flex; align-items: center; padding-bottom: 17px; flex-direction: column; justify-content: flex-end;}
.main-business .technology .type p {color:#fff; font-size:22px; font-weight: 500; line-height:1.3em; letter-spacing:-.04em;}
.main-business .technology .type .img {display:none;}
.main-business .technology .type1 {background-image: url(../images/main/type1.jpg);}
.main-business .technology .type2 {background-image: url(../images/main/type2.jpg);}
.main-business .technology .type3 {background-image: url(../images/main/type3.jpg);}
.main-business .technology .type1:hover {background-image: url(../images/main/type1-h.jpg);}
.main-business .technology .type2:hover {background-image: url(../images/main/type2-h.jpg);}
.main-business .technology .type3:hover {background-image: url(../images/main/type3-h.jpg);}
.main-business .technology .type:hover {padding-bottom: 0; justify-content: center}
.main-business .technology .type:hover .img {display:block; margin-top: 15px;}

.main-business .con .plus {position: absolute; top:48px; right: 50px;}

.main-boxes {background-color: #efefef; padding: 100px 0;}
.main-boxes h2 {margin-bottom: 24px; font-size:30px; font-weight: 700; line-height:1.4em; letter-spacing:-.04em; color:#2c2c2c;}
.main-boxes .contain {display:flex; flex-wrap:wrap; margin: 0 -5px;}
.main-boxes .box {width: 33.33333%; padding: 0 5px;}
.main-boxes .box .con {background-color: #fff; height: 358px; padding: 40px 46px;}

.main-boxes .notice {position: relative;}
.main-boxes .notice ul li a {width: 80%; display:block; margin-bottom: 26px; font-size:16px; font-weight: 400; line-height:1.4em; letter-spacing:-.06em; color:#505050; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.main-boxes .notice ul li:hover a {color: #e52c2c;}
.main-boxes .notice ul li a span {position: absolute; right: 0;}
.main-boxes .notice .plus {position: absolute; top:10px; right: 0px;}

.main-boxes .report {position: relative;}
.main-boxes .report .tit {font-size:22px; font-weight: 400; line-height:1.455em; letter-spacing:-.04em; color:#2c2c2c; margin-bottom: 10px;}
.main-boxes .report .txt {font-size:14px; font-weight: 400; line-height:2em; letter-spacing:-.04em; color:#878787;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; word-wrap:break-word; text-overflow:ellipsis; overflow:hidden; }
.main-boxes .report .plus {position: absolute; top:10px; right: 0px;}

.main-boxes .report .slick-dots {position:absolute; bottom:-50px; left: 0; width:100%; display:flex; align-items:center; justify-content: center; z-index:50;}
.main-boxes .report .slick-dots li {display:flex; align-items:center; padding: 0 5px;}
.main-boxes .report .slick-dots li button {position:relative; display:block; width:16px; height:16px; margin:0 -2px; border:none; background:#dfdfdf; overflow:hidden; text-indent:-999em;}
.main-boxes .report .slick-dots li.slick-active button {background:#e52c2c;}

.main-boxes .box:nth-of-type(3) {display:flex; flex-wrap:wrap; margin: -5px;}
.main-boxes .box:nth-of-type(3) .small-box {width: 50%; padding: 5px;}
.main-boxes .box:nth-of-type(3) .small-box a {padding: 35px; display:block; height: 174px; background-color: #fff;}
.main-boxes .small-box .img {width: 38px; height: 38px; background: url(../images/main/btnbox.png)50% 50% no-repeat;}
.main-boxes .small-box h2 {font-size:24px; font-weight: 700; line-height:1.4em; letter-spacing:-.04em; color:#2c2c2c;}
.main-boxes .box:nth-of-type(3) .small-box:hover a {background-color: #e52c2c;}
.main-boxes .box:nth-of-type(3) .small-box:hover h2 {color: #fff;}
.main-boxes .box:nth-of-type(3) .small-box:hover .img {background: url(../images/main/btnbox-h.png)}

/* sub */
.sub-visual {display:flex; flex-direction: column; height:350px; text-align:center; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; overflow:hidden; justify-content: center;}
.sub-visual h2 {margin-top: -36px; text-shadow:0px 0px 18.4px rgba(0, 0, 0, 0.2); font-size:40px; font-weight: 700; line-height:1.4em; letter-spacing:-.04em; color:#fff;}
.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg"); background-size:cover;}
.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");}

.lnb {position:relative; margin-top: -36px; max-width:1460px; padding-left:30px; padding-right:30px;}
.lnb .swiper-wrapper {border-box:box-sizing;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; border:1px solid #ddd; border-left:0;}
.lnb ul li:first-child {border-left:0;}
.lnb ul li a {display:flex; align-items: center; justify-content: center; text-align:center; padding:0 10px; background-color: #fff; height:68px; color:#2c2c2c; font-size:20px; font-weight:500; line-height:1.4em; letter-spacing:-.03em;}
.lnb ul li.active {border-color:#2c2c2c;}
.lnb ul li.active a {color:#fff !important; background:#2c2c2c; border:none;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {text-align:center; margin: 70px 0 60px 0;}
.sub-title h2 {color:#2c2c2c; font-size:30px; line-height:1.4em; letter-spacing:-.04em; font-weight: 700;}

.real-cont {min-height:300px; padding-bottom:100px;}

.subtap ul {display:flex; justify-content: center; margin: 0 -20px 60px -20px;}
.subtap ul li {position: relative; padding: 0 20px;}
.subtap ul li:before {content:""; position: absolute; width: 3px; height: 3px; background-color: #454545; right: 0; top:50%; transform:translateY(-50%);}
.subtap ul li:last-of-type:before {display:none;}
.subtap ul li a {position: relative; font-size:20px; font-weight: 500; letter-spacing:-.03em; text-align:center; display:block; color:#505050;}
.subtap ul li a:before {opacity: 0; content:""; position: absolute; width: 100%; height: 2px; background-color: #505050; left: 0; bottom: -4px;}
.subtap ul li:hover a:before, .subtap ul li.active a:before {opacity: 1;}

.tab-visual {display:flex; flex-direction: column; height:270px; text-align:center; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; overflow:hidden; justify-content: center;}
.tab-visual h3 {font-size:30px; font-weight: 700; line-height:1.4em; letter-spacing:-.04em; color:#fff;}
.tab-visual p {font-size:18px; font-weight: 500; line-height:1.667em; letter-spacing:-.04em; color:#fff;}
.tab-visual .img {margin-bottom: 10px;}
.tab-visual.tv1 {background-image:url("../images/common/tv1.jpg");}
.tab-visual.tv2 {background-image:url("../images/common/tv2.jpg");}
.tab-visual.tv3 {background-image:url("../images/common/tv3.jpg");}
.tab-visual.tv4 {background-image:url("../images/common/tv4.jpg");}
.tab-visual.tv5 {background-image:url("../images/common/tv5.jpg");}
.tab-visual.tv6 {background-image:url("../images/common/tv6.jpg");}
.tab-visual.tv7 {background-image:url("../images/common/tv7.jpg");}
.tab-visual.tv8 {background-image:url("../images/common/tv8.jpg");}

.tab-title {display:flex; justify-content: center; padding: 60px 0;} 
.tab-title h3 {display:inline-block; padding: 10px 50px; border-radius:30px; background-color: #e52c2c; color: #fff; font-size:26px; font-weight:500; line-height:1.3em; letter-spacing: -0.04em;}

.scroll-top {position: fixed; right:100px; bottom:150px; z-index:90;}
.scroll-top a {position: relative; display:flex; align-items:center; width:74px; height:74px; border-radius:50%; color:#505050; font-size:12px; font-weight:700; line-height:1em; text-align:center; background:#fff; border:1px solid #ddd; transition:.2s; opacity:1;}
.scroll-top a:before {content:""; position: absolute; width: 12px; height: 8px; background: url(../images/common/top.png); top:50%; transform:translate(-50% ,-50%); left:50%; margin-top: -10px;}
.scroll-top a span {width:100%; margin-top: 10px;}

/* footer */
#footer {background:#fafafa; padding-bottom: 40px;}
#footer address {font-style:normal;}
.foot-links {border-top: 1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; padding: 20px 0; background-color: #fff; display:flex; }
.foot-links .contain {position: relative; display:flex;  max-width:1460px; padding: 0 30px;}
.foot-links .gnb {display:flex; margin: 0 -25px;}
.foot-links .gnb li {padding: 0 25px;}
.foot-links .link {position: absolute; right: 30px; display:flex; margin: 0 -20px;}
.foot-links .link li {position: relative; padding: 0 20px;}
.foot-links .link li:before {content:""; position: absolute; width: 15px; height: 15px; background: url(../images/common/document.png); top:50%; transform:translateY(-50%); margin-top: 2px; left:0;}

.foot-logo {margin: 40px 0 10px; color:#2c2c2c; font-size:16px; line-height:1.3em; letter-spacing:-0.04em; font-weight: 700;}
.foot-address  {position: relative;}
.foot-address address span {display:inline-block; margin-right:20px; color:#878787; font-size:13px; font-weight:400; letter-spacing:-.03em; line-height: 1.3em;}
.add {margin-top: 10px; }
.add ul {display:flex; flex-wrap:wrap; margin: 0 -10px 20px -10px;}
.add ul li {padding: 0 10px; color:#505050; font-size:13px; line-height:1.3em; letter-spacing:-0.03em; font-weight: 500;}
.add ul li span {color: #e52c2c;}

.foot-logo2 {display: flex; align-items: flex-end; justify-content: space-between;}

.copyright {color:#aaa; font-size:12px; font-weight:300; letter-spacing:-.03em;}

.pop_wrap h2 {background: #ed1c24 !important;}

#footer .contain {display:flex; justify-content: space-between;}