@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;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:relative; width:100%; background:#fff; z-index:100;}
#header .contain {max-width:1460px; position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10;}

#gnb {text-align:center;}
#gnb>ul {display:flex;} 
#gnb>ul>li {position:relative; padding:0 31px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:100px; color:#2c2c2c; font-size:20px; font-weight:600; letter-spacing:0; line-height:1.3em;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:21px 5px 27px;}
#gnb .submenu>ul>li>a {display:block; padding:11px 0; color:#2c2c2c; font-size:18px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover span {color:#c0333d; border-bottom:1px solid #c0333d;}
#gnb .submenu>ul>li.active>a span {color:#c0333d; border-bottom:1px solid #c0333d;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd;}

.h-right {display:flex; align-items:center;}

.shop-btn {margin-right:70px; background:#454545; border-radius:30px; min-width:180px; height:45px; padding:0 15px; display:flex; justify-content:center; align-items:center; font-size:18px; letter-spacing:0; line-height:1.4em; color:#fff; font-weight:400;}



/* for mobile */
.btn-m-menu {position:relative; width:32px; height:24px;}
.btn-m-menu span {position:absolute; left:8px; right:0; top:50%; height:2px; margin-top:-1px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-8px; right:0; height:2px; background:#2c2c2c;}
.btn-m-menu span:before {top:-11px;}
.btn-m-menu span:after {bottom:-11px;}

.mobile-navigation {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:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:54px;}
.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:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; 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:#c0333d}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#c0333d;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; 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:#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;}

/* main */
.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .item {height:calc(100vh - 100px);}
.main-visual .img {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .img img {position:absolute; top:50%; left:0; 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-visual .slick-slide.active .img {transform:scale(1.06);}
.main-visual .caption {text-align:center; padding:0 80px; position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; z-index:2;}
.main-visual .caption .txt1 {font-size:60px; font-weight:700; letter-spacing:0; line-height:1.2em;}
.main-visual .caption .txt2 {margin:40px 0 25px;font-size:48px; font-weight:600; letter-spacing:0; line-height:1.2em;}
.main-visual .caption .txt3 {font-size:24px; font-weight:600; letter-spacing:0; line-height:1.458em;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-30px; width:60px; height:60px; border:0; background-color:transparent; z-index:50; overflow:hidden; font-size:0; line-height:0; text-indent:-99999em; background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}
.main-visual .slick-prev {left:200px; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-prev:hover {background-image:url("../images/main/slide_prev_hover.png");}
.main-visual .slick-next {right:200px; background-image:url("../images/main/slide_next.png");}
.main-visual .slick-next:hover {background-image:url("../images/main/slide_next_hover.png");}

#main #container .contain {max-width:1460px;}

.c1 {color:#bd2c38;}

.gray-bg {background-color:#f5f5f5;}

.more {display:flex; align-items:center;}
.more:after {color:#686868; line-height:1.3em; letter-spacing:-.01em; content:""; margin-left:34px; width:8px; height:15px; background:url("../images/main/more_arr.png") no-repeat 50% 50% / contain;}

.main-sec {padding:92px 0 100px;}

.m-head p {margin-bottom:26px; font-size:20px; font-weight:600; letter-spacing:0; line-height:1.3em; color:#242424;}
.m-head h2 {font-size:45px; font-weight:700; letter-spacing:0; line-height:1.222em; color:#242424;}
.m-head.type2 p {color:#fff;}
.m-head.type2 h2 {color:#fff;}
.m-head .underline {border-bottom:2px solid #fff;}

.main-business {position:relative;}
.main-business:before {content:""; position:absolute; z-index:-1; left:0; top:0; width:62.5%; height:64%; background:#c0333d;}
.main-business .m-head {display:inline-block; position:relative; margin-bottom:152px;}
.main-business .links {padding-left:260px;}
.main-business .links ul {display:flex; margin:0 -20px;}
.main-business .links ul li {width:33.333%; padding:0 20px;}
.main-business .links a {transition:.3s; border-radius:50px 0 50px 0; height:420px; padding:53px 49px 57px; height:420px; display:flex; flex-direction:column; justify-content:space-between; color:#fff;}
.main-business .links a:hover {transform:translateY(-30px);}
.main-business .links a.box1 {background:url("../images/main/business1.jpg");}
.main-business .links a.box2 {background:url("../images/main/business2.jpg");}
.main-business .links a.box3 {background:url("../images/main/business3.jpg");}
.main-business .links .tt {font-size:18px; font-weight:600; letter-spacing:0; line-height:1.4em;}
.main-business .links .inner .tit {margin:15px 0 11px;font-size:34px; font-weight:600; letter-spacing:0; line-height:1.3em;}
.main-business .links .inner .txt {font-size:17px; font-weight:400; letter-spacing:0; line-height:1.471em;}

.main-product .m-head {margin-bottom:90px;}
.main-product .items {display:flex; align-items:center;}
.main-product .slick-list {margin:0 -28px;}
.main-product .slick-slide {padding:0 28px;}
.main-product .item .img {border-radius:30px; overflow:hidden;}
.main-product .item .tit {text-align:center; color:#242424; font-size:22px; font-weight:700; letter-spacing:0; line-height:1.3em; margin-top:15px;}
.main-product .slick-arrow {margin-top:-30px; position:absolute; display:block; width:59px; height:60px; border:0; background-color:transparent; z-index:50; overflow:hidden; font-size:0; line-height:0; text-indent:-99999em; background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}
.main-product .slick-prev {left:-160px; background-image:url("../images/main/pro_prev.png");}
.main-product .slick-prev:hover {background-image:url("../images/main/pro_prev_hover.png");}
.main-product .slick-next {right:-160px; background-image:url("../images/main/pro_next.png");}
.main-product .slick-next:hover {background-image:url("../images/main/pro_next_hover.png");}

.main-map {background-color:#cecece;}
.main-map .m-head {margin-bottom:37px;}
.main-map .m-head h2 {font-size:30px; text-align:center;}
.main-map .img {text-align:center;}

.main-support {background-image:url("../images/main/support_bg.png"); background-position:left 0 bottom 100px; background-repeat:no-repeat;}
.main-support .contain {display:flex; }
.main-support .m-head {width:653px;}
.main-support .links {flex:1 1 auto; min-width:0; width:1%;}
.main-support .links ul {display:flex; flex-wrap:wrap; margin:-14px;}
.main-support .links ul li {width:50%; padding:14px;}
.main-support .links a {padding:33px 40px; min-height:300px; background-color:#fff; display:flex; flex-direction:column; justify-content:space-between; border-radius:30px; border:1px solid #e8e8e8; background-position:right 38px bottom 30px; background-repeat:no-repeat;}
.main-support .links .head .tit {margin-bottom:7px; font-size:28px; font-weight:700; letter-spacing:0; line-height:1.3em; color:#242424;}
.main-support .links .head .txt {font-size:17px; font-weight:400; letter-spacing:-.03em; line-height:1.471em; color:#454545;}
.main-support a.box1 {background-image:url("../images/main/support_ico1.jpg");}
.main-support a.box2 {background-image:url("../images/main/support_ico2.jpg");}
.main-support a.box3 {background-image:url("../images/main/support_ico3.jpg");}
.main-support a.box4 {background-image:url("../images/main/support_ico4.jpg");}

/* sub */
.sub-visual {position:relative; display:flex; align-items:center; height:480px; text-align:center; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {margin-top:-15px; position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual p {font-size:19px; font-weight:600; line-height:1.3em; letter-spacing:0; margin-bottom:15px;}
.sub-visual h2 {font-size:55px; line-height:1.3em; letter-spacing:0;}
.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");}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; margin-top:-60px;background:rgba(255,255,255,0.5);}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul {display:flex;}
.lnb ul li {flex:1;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; width:100%; height:60px; font-weight:600; padding:0 15px; color:#454545; font-size:18px; line-height:1.2em; letter-spacing:0;}
.lnb ul li.active a {color:#fff; background:#c13540;}

#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:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:90px 0 80px; text-align:center;}
.sub-title h2 {font-size:42px; line-height:1.3em; letter-spacing:-.03em;}
.sub-title h2:after {content:""; display:block; margin:23px auto 0; width:11px; height:11px; border-radius:1px; background:#ccc; transform:rotate(45deg);}

.real-cont {min-height:300px; padding:120px 0 100px;}

/* footer */
#footer {color:#686868; font-size:15px; line-height:1.5em; letter-spacing:-.03em;}
#footer .contain {max-width:1460px;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

#footer .top {padding:31px 0; background:#454545;}
.foot-links ul {display:flex; margin:0 -20px;}
.foot-links ul li {position:relative; padding:0 20px;}
.foot-links ul li a {color:#fff; font-size:16px;}
.foot-links ul li:after {content:""; width:1px; height:14px; background:#fff; position:absolute; right:0; top:50%; margin-top:-7px;}
.foot-links ul li:last-child:after {display:none;}

#footer .btm {padding:38px 0;}
#footer .btm .contain {display:flex; align-items:center;}
.f-logo {margin-right:60px;}
address span {margin:0 33px 7px 0;}

.designed {color:#9c9c9c;}