@charset "utf-8";
/* layout.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}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#sub #wrapper {padding-top:100px;}
#header {position:fixed; top:0; left:0; width:100%; background:#fff; box-shadow:3px 3px 3px rgba(0,0,0,.1); z-index:100;}
#header .contain {position:relative; display:flex; justify-content:space-between; align-items:center; max-width:1560px; z-index:2;}

.pull-right {display:flex; align-items:center;}

.sitelogo {width:210px;}
.sitelogo a {display:block; height:60px; background:url("../images/common/logo.png") 0 50% no-repeat;}

#gnb > ul {position:relative; display:flex; text-align:center;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {position:relative; display:block; padding:0 38px; color:#242424; font-family:'NanumSquareNeo',sans-serif; font-size:20px; font-weight:800; line-height:100px; letter-spacing:-.03em;}
#gnb > ul > li > a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:3px; background:#ea5504; transition:.2s;}
#gnb > ul > li.hover > a,
#gnb > ul > li.active > a {color:#ea5504 !important;}
#gnb > ul > li.hover > a:after {left:0%; width:100%;}
#gnb .submenu {display:none; position:absolute; left:50%; transform:translateX(-50%);}
#gnb .submenu ul {display:flex; white-space:nowrap;}
#gnb .submenu ul li {padding:0 23px;}
#gnb .submenu ul li a {display:block; color:#454545; font-size:16px; font-weight:300; line-height:59px; letter-spacing:-.03em;}
#gnb .submenu ul li a:hover {color:#ea5504; text-decoration:underline;}
#gnb > ul > li:nth-child(2) .submenu ul li {padding:0 14px;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; height:0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:rgba(255,255,255,.95);}

.top-search {margin-left:80px; margin-right:40px; width:250px;}
.top-search form {position:relative;}
.top-search .input {display:block; width:100%; height:40px; padding:0 45px 0 22px; color:#555; font-size:15px; line-height:1.5em; letter-spacing:-.03em; border-radius:40px;}
.top-search .submit {position:absolute; top:50%; right:17px; margin-top:-10px; width:20px; height:20px; background:url("../images/common/search.png") 50% 50% no-repeat; border:0;}

.language {position:relative; font-size:15px; font-weight:400; line-height:38px;}
.language .tt {display:flex; align-items:center; justify-content:center; padding:0 9px; color:#ea5504; border:1px solid #dfdfdf;}
.language .tt:after {content:""; margin:-4px 0 0 15px; width:7px; height:7px; border-right:1px solid #ea5504; border-bottom:1px solid #ea5504; transform:rotate(45deg);}
.language ul {display:none; position:absolute; margin-top:-1px; width:100%; left:0; background:#fff; text-align:center; border:1px solid #ddd}
.language ul li {border-top:1px solid #ddd;}
.language ul li:first-child {border-top:0;}
.language ul li a {display:block; color:#999;}
.language.active ul {display:block;}

#header.header-white {background:transparent; box-shadow:none;}
#header.header-white .top-search .input {border:1px solid rgba(69,69,69,.4); color:#454545; background:rgba(255,255,255,.4);}
#header.header-white .top-search .input::-webkit-input-placeholder {color:#454545;}
#header.header-white .top-search .input:-moz-placeholder {color:#454545;}
#header.header-white .top-search .input::-moz-placeholder {color:#454545;}
#header.header-white .top-search .input:-ms-input-placeholder {color:#454545;}
#header.header-white .top-search .input:placeholder-shown {color:#454545;}
#header.header-white .top-search .submit {background-image:url("../images/common/search_b.png");}
#header.header-white .language .tt {color:#454545; border:1px solid rgba(69,69,69,.4); background:rgba(255,255,255,.4);}
#header.header-white .language .tt:after {border-color:rgba(69,69,69,.4)}

/* for mobile */
.btn-m-search {display:none;}

.btn-m-menu {display:none; position:relative; width:24px; height:24px; margin-left:20px;}
.btn-m-menu span {position:absolute; left:0; top:50%; width:100%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:300;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:50px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 48px 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:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#ea5504}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:13px 20px; background:#f8f8f8; color:#555; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:5px 0; transition:color;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#ea5504;}
.mobile-navigation .lang {padding:20px 0; display:flex; align-items:center; justify-content:center; color:#454545;}
.mobile-navigation .lang .active {color:#ea5504}
.mobile-navigation .lang .bar {width:1px; height:12px; background:#ddd; margin:0 15px;}
.mobile-navigation .close {position:absolute; top:20px; right:18px; 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:#454545; 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;}

/* main */
.main-visual {margin-bottom:75px; overflow:hidden;}
.main-visual .item {overflow:hidden;}
.main-visual .item img {width:100%;}
.main-visual .mobile {display:none;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-45px; width:50px; height:90px; overflow:hidden; text-indent:-999em; background-color:rgba(0,0,0,.4); background-position:50% 50%; background-repeat:no-repeat; border:0; z-index:50;}
.main-visual .slick-prev {left:0; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:0; background-image:url("../images/main/slide_next.png");}
.main-visual .slick-dots {position:absolute; bottom:50px; left:0; width:100%; display:flex; align-items:center; justify-content:center; z-index:50;}
.main-visual .slick-dots li {display:flex; align-items:center;}
.main-visual .slick-dots li:before,
.main-visual .slick-dots li:after {content:""; width:17px; height:1px; background:rgba(255,255,255,.5);}
.main-visual .slick-dots li:first-child::before {display:none;}
.main-visual .slick-dots li:last-child::after {display:none;}
.main-visual .slick-dots li button {position:relative; display:block; width:10px; height:10px; background:#ccc; border-radius:100%; border:0; overflow:hidden; text-indent:-999em;}
.main-visual .slick-dots li.slick-active button {width:18px; height:18px; margin:0 -2px; background:transparent; border:2px solid #fff;}
.main-visual .slick-dots li.slick-active button:after {content:""; position:absolute; top:50%; left:50%; width:11px; height:11px; transform:translate(-50%,-50%); background:#fff; border-radius:100%;}

.main-product {margin-bottom:80px;}
.main-product .head {text-align:center; margin-bottom:33px;}
.main-product .head h2 {color:#242424; font-family:'Lexend Deca', sans-serif; font-size:40px; font-weight:600; line-height:1.3em; letter-spacing:-.03em; margin-bottom:3px;}
.main-product .head p {color:#454545; font-size:18px; font-weight:500; line-height:1.4em; letter-spacing:-.03em;}
.main-product .list ul {display:grid; grid-template-columns:repeat(5, 1fr); gap:20px;}
.main-product .list ul li {text-align:center;}
.main-product .list ul li a {position:relative; display:block; height:100%; padding:30px 5px 22px; border:1px solid #afafaf; border-radius:16px;}
.main-product .list ul li .thumb {position:relative; width:80%; max-width:160px; border-radius:100%; overflow:hidden; margin:0 auto 30px;}
.main-product .list ul li .tit {font-family:'NanumSquareNeo',sans-serif; color:#000; font-size:17px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.main-product .list ul li .tit.en {margin-top:10px; color:#f3981c; font-weight:800;}
.main-product .list ul li .more {display:flex; justify-content:center; align-items:center; position:absolute; top:0; left:0; width:100%; height:100%; background:rgb(243, 152, 28, .8); color:#454545; font-weight:700; line-height:1.3em; transition:.2s; opacity:0;}
.main-product .list ul li a:hover {box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3); border-color:#f3981c;}
.main-product .list ul li a:hover .more {opacity:1;}


.main-posts {margin-bottom:100px;}
.main-posts .contain {display:flex; justify-content:space-between;}
.main-posts .box {width:calc(33.33333333% - 14px); height:330px; padding:40px; background-position:right 40px bottom 20px; background-repeat:no-repeat; border-radius:16px;}
.main-posts .box.type1 {background-color:#eaeaea; background-image:url("../images/main/post_icon1.png");}
.main-posts .box.type2 {background-color:#373737; background-image:url("../images/main/post_icon2.png");}
.main-posts .box.type3 {background-color:#ea5504; background-image:url("../images/main/post_icon3.png");}
.main-posts .box .inner {position:relative;}
.main-posts .box h2 {font-family:'NanumSquareNeo',sans-serif; color:#2c2c2c; font-size:28px; font-weight:800; line-height:1.3em; letter-spacing:-.03em; margin-right:60px; margin-bottom:15px; margin-top:-7px;}
.main-posts .box ul li {position:relative; color:#454545; font-weight:300; line-height:36px; height:36px; padding-right:80px;}
.main-posts .box ul li a {display:inline-block; vertical-align:top; height:36px; max-width:calc(100% - 25px); overflow:hidden; word-break:break-all; white-space:nowrap; text-overflow:ellipsis;}
.main-posts .box ul li span {position:absolute; top:0; right:0;}
.main-posts .box ul li img {vertical-align:middle;}
.main-posts .box .more {position:absolute; top:12px; right:0; line-height:1.3em; color:#2c2c2c;}
.main-posts .box.type2 h2 {color:#fff;}
.main-posts .box.type2 ul li {color:#fefefe;}
.main-posts .box.type2 .more {color:#fff;}
.main-posts .box.type3 h2 {color:#fff;}
.main-posts .box.type3 ul li {color:#fefefe;}
.main-posts .box.type3 .more {color:#fff;}

/* sub */
.sub-visual {position:relative; height:300px; text-align:center; color:#fff; overflow:hidden;}
.sub-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; transition:4s; transform:scale(1.05);}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:20px; transform:translateY(-50%);}
.sub-visual p {font-family:'Lexend Deca', sans-serif; font-size:40px; font-weight:600; line-height:1.3em; letter-spacing:-.03em; text-shadow:3px 3px 8px rgba(0,0,0,.3); opacity:0; transform:translateY(20px); transition:1.5s;}
.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");}
.loaded .sub-visual .img {transform:scale(1)}
.loaded .sub-visual p {opacity:1; transform:translateY(0);}

.lnb {text-align:center; border-bottom:1px solid #ddd;}
.lnb .swiper-container {max-width:1200px; margin:0 auto;}
.lnb ul li {flex:1; width:auto; border-right:1px solid #ddd;}
.lnb ul li:first-child {border-left:1px solid #ddd;}
.lnb ul li a {height:58px; padding:0 15px; position:relative; display:flex; align-items:center; justify-content:center; color:#242424; font-family:'NanumSquareNeo',sans-serif; font-size:18px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.lnb ul li a:hover {color:#ea5504;}
.lnb ul li.active {background:#ea5504; border-color:#ea5504;}
.lnb ul li.active a {color:#fff !important;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:15px; padding-right:15px;}

.sub-title {text-align:center; padding:54px 0 40px;}
.sub-title h2 {font-family:'NanumSquareNeo',sans-serif; color:#242424; font-size:30px; font-weight:800; line-height:1.3em; letter-spacing:-.03em;}
.sub-title h2:after {content:""; display:block; margin:24px auto 0; width:40px; height:3px; background:#000;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* quick */
.quick {position:fixed; top:0; right:0; width:170px; height:100%; text-align:center; z-index:200;}
.quick .toggle {position:absolute; top:50%; left:-60px; width:60px; height:135px; margin-top:-67px; background:url("../images/common/quick_btn_close.png") 100% 50% no-repeat; background-size:contain; transition:none;}
.quick .inner {position:absolute; top:0; left:0; width:100%; height:100%; border-left:1px solid #ddd; background:#fafafa url("../images/common/quick_bg.png") 50% 97% no-repeat;}
.quick .cs {padding:33px 0 25px;}
.quick .cs h3 {font-family:'NanumSquareNeo',sans-serif; color:#242424; font-size:20px; font-weight:800; line-height:1.3em; letter-spacing:-.03em; margin-bottom:10px;}
.quick .cs h3 img {vertical-align:middle; margin:-.2em 8px 0 0;}
.quick .cs p {font-weight:500; line-height:1.5em;}
.quick .links {padding:0 10px; font-family:'NanumSquareNeo',sans-serif; color:#242424; font-size:18px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.quick .links ul li {border-top:1px dashed #ddd;}
.quick .links ul li a {display:block; padding:22px 0 30px;}
.quick .links ul li a img {display:block; margin:0 auto 15px;}
.quick .links ul li .ico-2 {margin:25px auto 23px;}
.quick.closed {transform:translateX(100%);}
.quick.closed .toggle {background-image:url("../images/common/quick_btn_open.png");}
 
/* footer */
#footer {text-align:center; color:rgba(255,255,255,.6); font-size:15px; font-weight:200; line-height:1.667em; letter-spacing:-.02em; background:#1a1a1a;}
#footer address {font-style:normal;}

.foot-links {padding:22px 0; font-weight:400; border-bottom:1px solid rgba(255,255,255,.3);}
.foot-links ul {display:flex; justify-content:center;}
.foot-links ul li {display:flex; align-items:center;}
.foot-links ul li:before {content:""; width:1px; height:16px; background:rgba(255,255,255,.3); margin:0 19px;}
.foot-links ul li:first-child::before {display:none;}
.foot-links ul li a:hover {text-decoration:underline;}

.foot-info {padding:33px 0;}
.foot-info address span {display:inline-block; margin:0 12px;}
.foot-info .f-logo {margin-bottom:22px;}