@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 


.c1 {color:var(--color-primary) !important;}

#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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative; overflow:hidden; padding-top:var(--header-height);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; background:#fff;}
#header .contain {max-width:1340px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

.sitelogo {height:100%;}
.sitelogo a {position:relative; padding:0 35px; bottom:-15px; width:100%; height:100%; display:flex; align-items:flex-end; justify-content:center;}
.sitelogo a::before {content:''; position:absolute; width:100%; height:30px; border-radius:0 0 25px 25px; box-shadow:0 11px 11px rgba(0, 0, 0, 0.1); bottom:-15px; background:#fff; z-index:-1;}

#gnb {margin-right:-60px; text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 60px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); color:#242424; font-size:var(--font-size-19); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
/* #gnb>ul>li>a:after {content:""; position:absolute; bottom:-1px; left:50%; transform:translateX(-50%); width:0; height:3px; background:var(--color-secondary); transition:.2s;}
#gnb>ul>li.active>a:after {width:20px;} */
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px 33px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; line-height:1.33em; letter-spacing:-.03em; color:#454545; font-size:var(--font-size-16);}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#f8f8f8; border-top:1px solid #ddd;}

#header.header-fixed {border-bottom:1px solid #ddd;}



/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; 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:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.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: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: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: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:var(--color-primary);}
.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:var(--color-primary);}
.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 #container .contain {max-width:1340px;}

.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .item {height:100%;}
.main-visual .img {position:relative; height:100%; padding-bottom:34.38%; overflow:hidden;}
.main-visual .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-visual .slick-slide.active .img {transform:scale(1.06);} */
/* .main-visual .caption {padding:0 80px; position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; z-index:2;}
.main-visual .caption h2 {font-size:42px; font-weight:700; letter-spacing:0; line-height:1.43em;}
.main-visual .caption h2.ty2 {color:#242424;} */
.main-visual .slick-arrow {position:absolute; top:50%; transform:translateY(-50%); border:0; background-size:contain; background-repeat:no-repeat; background-position:50% 50%;background-color:transparent; z-index:50; transition:.3s; overflow:hidden; width:40px; height:74px; font-size:0; line-height:0; text-indent:-99999em;}
.main-visual .slick-prev {left:4%; background-image:url('../images/main/mv-prev.png');}
.main-visual .slick-next {right:4%;background-image:url('../images/main/mv-next.png');}

.m-tit {margin-bottom:50px; font-size:var(--font-size-48); line-height:1.2em; letter-spacing:-.03em; color:#242424; text-align:center;}
.pd120 {padding:120px 0;}

.main-post {padding:95px 0 120px;}
.main-post .m-post-cnt {display:flex; margin:0 -30px;}
.main-post .m-cnt {width:50%; padding:0 30px;}
.main-post .m-tit-wrap {position: relative; display:flex; justify-content:space-between; border-bottom: 1px solid #ddd;}
.main-post .m-tit-wrap::after {content: ''; position: absolute; bottom: -1px; left: 0; width: 120px; height: 3px; background-color:#228a43;}
.main-post .m-tit-wrap h2 {margin-bottom:20px; font-size:var(--font-size-28); color:#242424; letter-spacing:-.03em; line-height:1.2em;}

.main-doc .progress {position:relative; width:100%; height:1px; background:#ddd;}
.main-doc .progress-bar {position:absolute; top:0; left:0; height:3px; background:#228a43;}
.progress-bar.animated {animation:progressBar 1 linear;}
.progress-bar.paused {animation-play-state:paused !important;}
.progress-bar.play {animation-play-state:running !important;}
@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}

.main-post .main-notice .items,
.main-post .main-question .items {max-height: 273px; overflow: hidden;}
.main-post .main-notice .item {border-bottom:1px solid #ddd;}
/* .main-post .main-notice .item a {display:flex; align-items:center; padding:10px; height:90px;} */
/* .main-post .main-notice .month-box {width:18.1%; text-align:center;} */
/* .main-post .main-notice .month-box .month {color:#686868; font-weight:700; font-size:var(--font-size-30); letter-spacing:-.03em; line-height:1.2em;}
.main-post .main-notice .month-box .date {margin-top:12px; font-size:var(--font-size-15); letter-spacing:-.03em; line-height:1.2em; color:#999;} */
/* .main-post .main-notice .t-box {flex:1 1 auto; min-width:0; width:1%;}
.main-post .main-notice .t-box .tt {margin-bottom:5px; font-size:var(--font-size-19); font-weight:700; letter-spacing:-.03em; color:#242424; line-height:1.3em;max-height: 4.5em; -webkit-line-clamp: 1;-webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; white-space: normal; overflow: hidden; display: -webkit-box;}
.main-post .main-notice .t-box .tt2 {font-size:var(--font-size-15); letter-spacing:-.03em; color:#878787;line-height:1.5em; max-height:4.5em; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; word-break:break-all; white-space:normal; overflow:hidden; display:-webkit-box;} */
.main-notice,
.main-question {height: 50%;}
/* .main-notice .wrap,
.main-question .wrap {height: 100%; overflow: hidden;} */
.main-post .main-gallery .gallery-list {padding-top:30px;border-top: 0;}
.main-post .main-gallery ul li {width: 50%; text-align:left; margin-bottom:0; padding-bottom:34px;}
.main-post .main-gallery ul li .thumb {padding-bottom:66.55%; border-radius:16px; margin-bottom:27px;}
.main-post .main-gallery ul li .tit {font-size:var(--font-size-19); letter-spacing:-.03em;}
.main-post .main-gallery ul li .date {margin-top:20px; font-size:var(--font-size-15); letter-spacing:-.03em; color:#999;}
.main-post .main-gallery ul li:hover .thumb::before {content:''; position:absolute; width:100%; height:100%; background-color:rgba(98, 174, 0, .4); left:0; top:0; z-index:1;}
.main-post .main-gallery ul li .thumb::after {border: 0;}
.main-post .main-gallery ul li:hover .thumb::after {content:''; position:absolute; border: 0; width:50px; height:50px; top:50%; left:50%; transform:translate(-50%, -50%); background-image:url(/images/main/more-ico2.png); z-index:1;}

.post-left {display:flex; flex-direction: column; justify-content: space-between;}
.main-post .m-post .item {border-bottom:1px solid #ddd;}
.main-post .m-post .item a {display:flex; align-items:center; padding:10px; height:90px;}
.main-post .m-post .month-box {width:18.1%; text-align:center;}
.main-post .m-post .month-box .month {color:#686868; font-weight:700; font-size:var(--font-size-30); letter-spacing:-.03em; line-height:1.2em;}
.main-post .m-post .month-box .date {margin-top:5px; font-size:var(--font-size-15); letter-spacing:-.03em; line-height:1.2em; color:#999;}
.main-post .m-post .t-box {flex:1 1 auto; min-width:0; width:1%;}
.main-post .m-post .t-box .tt {margin-bottom:3px; font-size:var(--font-size-19); font-weight:700; letter-spacing:-.03em; color:#242424; line-height:1.3em;max-height: 4.5em; -webkit-line-clamp: 1;-webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; white-space: normal; overflow: hidden; display: -webkit-box;}
.main-post .m-post .t-box .tt2 {font-size:var(--font-size-15); letter-spacing:-.03em; color:#878787;line-height:1.5em; max-height:4.5em; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; word-break:break-all; white-space:normal; overflow:hidden; display:-webkit-box;}
.main-post .main-question {margin-top:65px;}


.main-prod {background-image:url(/images/main/m-prod-bg.jpg); width:100%; height:100%; background-repeat:no-repeat; background-size:cover;}
.main-prod .m-product-list ul {margin:0 -16px 70px;}
.main-prod .m-product-list ul li {padding:0 16px; margin-bottom:0;}
.main-prod .m-product-list ul li a {display:block;}
/* .main-prod .m-product-list ul li .thumb {border-radius:20px; position:relative; padding-bottom:100%; margin-bottom:15px; overflow:hidden;} */
.main-prod .m-product-list ul li .thumb {border-radius:20px; position:relative; padding-bottom:100%; margin-bottom:15px; overflow:hidden;}
.main-prod .m-product-list ul li .thumb:after {border:0;}
.main-prod .m-product-list ul li .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
/* .main-prod .m-product-list ul li .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;} */
.main-prod .m-product-list ul li:hover .thumb::before {content:''; position:absolute; width:100%; height:100%; background-color:rgba(98, 174, 0, .4); left:0; top:0; z-index:1;}
.main-prod .m-product-list ul li .thumb::before {border: 0;}
.main-prod .m-product-list ul li:hover .thumb::after {content:''; position:absolute; width:50px; height:50px; top:50%; left:50%; transform:translate(-50%, -50%); border:0; background-image:url(/images/main/more-ico2.png); z-index:1;}
.main-prod .m-product-list ul li .tit {font-size:var(--font-size-19); font-weight:600; color:#242424; letter-spacing:-.03em; line-height:1.2em;}
.main-prod .m-product-list ul li .txt {font-size:var(--font-size-16); letter-spacing:-.03em; color:#686868;}
.main-doc.main-prod .progress {margin:0 auto; max-width: 1150px; width: 100%; position:relative; height:3px; background:#ddd;}


.main-shop .shop-list .items {display:flex; margin:0 -23px;}
.main-shop .shop-list .item {padding:0 23px; transition:0.3s;}
.main-shop .shop-list .item:hover {margin-top:-20px; transition:0.3s;}
.main-shop .shop-list .item a {position:relative; display:flex; flex-direction:column; justify-content:space-between;  height:400px; border-radius:40px 40px 0 40px; box-shadow:0px 3px 20px 0px rgba(0, 0, 0, 0.15); overflow:hidden;}
.main-shop .shop-list .item:hover a::after {content:''; position:absolute; width:50px; height:50px; top:50%; left:50%; transform:translate(-50%, -50%); border:0; background-image:url(/images/main/more-ico2.png); z-index:1;}
.main-shop .shop-list .t-wrap {padding:35px 28px 0; height:100%; display:flex; flex-direction:column; justify-content:space-between;}
.main-shop .shop-list .t-wrap h3 {font-size:var(--font-size-20); letter-spacing:-.03em; color:#242424; line-height:1.5em;}
.main-shop .shop-list .t-wrap p {font-size:var(--font-size-16); letter-spacing:-.03em; color:#878787;}
.main-shop .shop-list .item .img {margin-top:65px;}

.main-partner {margin-bottom: 40px;}
.main-partner .slick-arrow {position:absolute; top:50%; transform:translateY(-50%); border:0; background-size:contain; background-repeat:no-repeat; background-position:50% 50%;background-color:transparent; z-index:50; transition:.3s; overflow:hidden; width:40px; height:40px; font-size:0; line-height:0; text-indent:-99999em;}
.main-partner .slick-prev {left:-6%; background-image:url('../images/main/main-ptn-arrow.png');}
.main-partner .slick-next {right:-6%;background-image:url('../images/main/main-ptn-arrow2.png');}
.main-partner .slick-prev:hover { background-image:url('../images/main/main-ptn-arrow-on.png');}
.main-partner .slick-next:hover {background-image:url('../images/main/main-ptn-arrow2-on.png');}


/* sub */
.sub-visual {position:relative; height:360px; color:#242424; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual .inner p {font-size:var(--font-size-54); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.sub-visual .inner p:nth-child(2) {margin-top:25px; font-size:var(--font-size-20); font-weight:400; letter-spacing:-.03em; line-height:1.4em;}
.sub-visual .bg1 {background-image:url("../images/sub/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/sub/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/sub/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/sub/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/sub/sv5.jpg");}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; text-align:center;     margin-top: -40px;}
.lnb {position:relative; max-width:1340px; margin:0 auto; border: 1px solid #ddd; border-radius: 12px; overflow: hidden;}
.lnb ul {display:flex;}
.lnb ul li {width:auto; flex:1; background: #fff;}
.lnb ul li:not(:first-child):before {content: ''; position: absolute; width: 1px; height: 20px; background-color: #ddd; left: 0; top: 50%; transform: translateY(-50%);}
.lnb ul li a {position:relative; padding:0 15px;display:flex; align-items:center; justify-content:center; height:80px; font-size:var(--font-size-20); font-weight:500; letter-spacing:-.03em; line-height:1.33em; color:#454545;}
.lnb ul li.active::before {display: none;}
.lnb ul li:first-child.active + li::before {display: none;}
.lnb ul li.active + li::before {display: none;}
.lnb ul li.active a {border-radius: 12px; background:var(--color-primary); color:#fff;}
.lnb ul li:last-child.active {border-right:0;}


#contArea {max-width:1340px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
.contain {width:100%; max-width:1340px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:96px 0 55px; text-align:center;}
.sub-title h1 {font-size:var(--font-size-52); line-height:1.3em; letter-spacing:0; color:var(--color-primary);}

.real-cont {min-height:300px; padding-bottom:100px;}

/* footer */
#footer {padding:35px 0 95px; font-size:var(--font-size-15); font-weight:400; letter-spacing:-.03em; line-height:1.5em; color:#505050; background-color:#f8f8f8;}
#footer .contain {max-width:1340px;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}
#footer address {font-style:normal;}

#footer .top .wrap {display:flex; justify-content:space-between; align-items:center;}
#footer .top .link {display:flex; margin:0 -30px;}
#footer .top .link li {padding:0 30px; font-size:var(--font-size-16); color:#242424; font-weight:500;}
#footer .top .sns-link {display:flex; margin:0 -16px;}
#footer .top .sns-link li {padding:0 16px;}

#footer .btm {margin-top:50px;}
#footer .btm .wrap {display:flex;}
#footer .btm .f-left {margin-right:120px;}
#footer .btm .f-left>p:first-child {font-size:var(--font-size-16); font-weight:600; color:#242424; letter-spacing:-.03em; line-height:1.2em;}
#footer .btm .f-left>p:nth-child(2) {margin:20px 0 25px; font-size:var(--font-size-22); font-weight:700; color:#242424; letter-spacing:-.03em; line-height:1.2em;}
#footer .btm .f-left .t-box { color:#878787; font-size:var(--font-size-15); letter-spacing:-.03em; line-height:1.2em;}
#footer .btm .f-left .t-box p {margin-top:10px;}
#footer .btm .f-left .t-box p:first-child {margin-top:0;}
#footer .btm .f-middle {margin-right:155px;}

#footer .btm .f-middle p:first-child {font-size:var(--font-size-16); font-weight:600; color:#242424; letter-spacing:-.03em; line-height:1.2em; }
#footer .btm .f-middle p:first-child span {color:#228a43;}
#footer .btm .f-middle .t-box p:nth-child(1) {margin:20px 0 10px; font-size:var(--font-size-15); font-weight:500; color:#242424; letter-spacing:-.03em; line-height:1.2em;}
#footer .btm .f-middle .t-box p:nth-child(2) {font-size:var(--font-size-15); color:#878787; letter-spacing:-.03em; line-height:1.2em}

#footer .btm .f-right p:first-child {font-size:var(--font-size-16); font-weight:600; color:#242424; letter-spacing:-.03em; line-height:1.2em; }
#footer .btm .f-right address {margin-top:20px;}
#footer .btm .f-right address>span {margin-top: 10px; font-size:var(--font-size-15); font-weight:500; letter-spacing:-.03em; line-height:1.2em;}
#footer .btm .f-right address span:nth-child(1) {margin-top: 0;}
#footer .btm .f-right address span:nth-child(6) {margin-left:40px;}
#footer .btm .f-right address span span {margin-left:20px; color:#999;}