@charset "utf-8";

.header {position: absolute;left: 0;top: 0;width: 100%;padding: 0 65px;box-sizing: border-box;transition: all 0.3s;z-index: 20;}
.inner-header {display: flex;height: 80px;align-items: center;justify-content: space-between;}
.header .logo {width: 10%; height: 100%; display: flex; align-items: center;}
.header .logo img {height: 60px;} 

.header .btn-sitemap {position: relative;width: 32px;height: 21px;padding: 0; flex: none;}
.header .btn-sitemap > span {position: absolute;height: 2px;display: inline-block;width: 25px;transition: all .3s;border-radius: 45px;right: 0;background: #fff;}
.header .btn-sitemap > span::before, .header .btn-sitemap > span::after {position: absolute;content: '';width: 32px;height: 2px;background: #fff;left: -7px;transition: all 0.3s;}
.header .btn-sitemap > span::before {top: -8px;}
.header .btn-sitemap > span::after {bottom: -8px;}
.header .btn-sitemap:hover span {width: 32px;}
.header .btn-sitemap:hover span::before, .header .btn-sitemap:hover span::after {left: 7px; width: 25px;}

.gnb-wrap {width: 42.5%;}
.gnb {display: flex;flex-wrap: wrap;justify-content: center;max-width: 700px;margin: 0 auto;height: calc(100% - 200px);overflow-y: auto;}
.gnb:before {position: absolute;content: '';width: 100%;height:0;background: #f5f5f5;left: 50%;top: 80px;transform: translateX(-50%);transition: all 0.5s;}
.gnb > li {width: calc(100% / 6); text-align: center;}

.gnb:has(li:nth-child(2).color)::before {height: 0 !important;}
.gnb > li > a {font-size: 18px; font-weight: 500; color: #fff; transition: all 0.3s; line-height: 80px; height: 80px; display: block;}
.gnb .dep2-wrap {position: absolute;width: 100%;left: 50%;transform: translateX(-50%);top: 80px;box-sizing: border-box;height: 350px;display: none;border-top: 1px solid #e1e1e1;}
.gnb .dep2 {max-width: 1310px;background: #f5f5f5;margin: 0 auto;display: flex;align-items: center;flex-wrap: wrap;position: absolute;left: 50%;transform: translate(-50%, -50%);top:  50%;width: 100%;}
.gnb .dep2-wrap::before {position: absolute; content: ''; width: 100%; height: 100%; background: #f5f5f5; left: 50%; transform: translateX(-50%); top: 0;}
.gnb .dep2 > li {width: calc(25% - 40px);margin-right: 50px;margin-bottom: 30px;text-align: left;}
/* .gnb .dep2 > li:nth-child(5n) {margin-right: 0;} */
.gnb .dep2 > li:nth-child(4n) {margin-right: 0;}
.gnb .dep2 > li > a {display: block;padding: 0 20px;box-sizing: border-box;background: #fff;border: 1px solid #ccc;height: 45px;line-height: 42px; border-radius: 5px; font-size: 18px; color :#282828; transition: all 0.3s; position: relative;}
.gnb .dep2 > li > a::before {position: absolute; content: '\e93f'; color: #a4a4a4; font-family: xeicon; right: 20px; top: 50%; transform: translateY(-50%);}
.gnb .dep2 > li > a:hover {border-color: #dc851b; color: #dc851b;}
.gnb .dep2 > li > a:hover::before {color: #dc851b;}

.gnb .dep2-wrap.type2 .dep2 > li.img-li {margin-bottom: 0; margin-top: 10px;}
.gnb .dep2-wrap.type2 .dep2 > li.img-li > a {height: auto;line-height: normal;border-radius: 0;border: none;padding: 0;background: transparent;text-align: center;padding-top: 120px;}
.gnb .dep2-wrap.type2 .dep2 > li.img-li > a:hover {font-weight: 500;}
.gnb .dep2-wrap.type2 .dep2 > li.img-li > a > img {position: absolute; content: ''; width: 100%; height: 114px; top: 0; left: 50%; transform: translateX(-50%);}
.mob-top {display: none;}
.dep3 {display: none;}

.util-wrap {width: 46%; display: flex; align-items: center; justify-content: flex-end; height: 100%; gap: 40px;}
.util-wrap .src-wrap {max-width: 450px; width: 100%; height: 40px; position: relative;}
.util-wrap .src-wrap > form { height: 100%;}
.util-wrap .src-wrap .header-src {  width: 100%; height: 100%; border-radius: 50px; padding: 10px 15px; box-sizing: border-box;font-size: 15px; color: #6e6e6e; border: 1px solid #d9d9d9; padding-right: 40px;}
.util-wrap .src-wrap label { position: absolute; width: 100% ; height: 100%; display: block;left: 0; top: 0; cursor: pointer;}
.util-wrap .src-wrap i.xi-search { position: absolute; right:15px ; top: 50%; transform: translateY(-45%); color: #dc851b; font-size: 20px; cursor: pointer;}
.util-wrap .lnk-shop {font-size: 18px; color: #fff; font-weight: 500; text-wrap: nowrap;} 
.util-wrap .lnk-shop br {display: none;}
.btn-src {font-size: 20px; color: #fff; display: none;}
.header.on .btn-src.on {color: #ffa334 !important;}
.lang {font-size: 18px; text-transform: uppercase;}
.lang a {color: #fff; font-weight: 500;}

/*sticky 기본값*/
.header.sticky {background: #fff; position: fixed; border-bottom: 1px solid #e1e1e1;}
.header.sticky .gnb > li > a,.header.sticky .btn-src,.header.sticky .lang a , .header.sticky  .util-wrap .lnk-shop{color: #282828;}
.header.sticky .btn-sitemap > span, .header.sticky .btn-sitemap > span::before, .header.sticky .btn-sitemap > span::after {background: #282828;}

/**/
.header.sub-header {position: relative;border-bottom: 1px solid #e1e1e1;}
.header.sub-header .gnb > li > a,.header.sub-header .btn-src,.header.sub-header .lang a {color: #282828;}
.header.sub-header .btn-sitemap > span, .header.sub-header .btn-sitemap > span::before, .header.sub-header .btn-sitemap > span::after {background: #282828;}

/*header.off*/
.header.sticky.off {background: transparent; border-bottom: 0;}
.header.sticky.off .gnb > li > a, .header.sticky.off .btn-src, .header.sticky.off .lang a ,  .header.sticky.off  .util-wrap .lnk-shop {color: #fff;}
.header.sticky.off .btn-sitemap > span, .header.sticky.off .btn-sitemap > span::before, .header.sticky.off .btn-sitemap > span::after {background: #fff;}

/*header.on*/
.header.on {background: #fff !important;border-bottom: 1px solid #ebebeb;}
.header.on .gnb > li > a, .header.on .btn-src, .header.on .lang a {color: #282828 !important;}
.header.on .gnb>li.color>a {color: #dc851b !important;}
.header.on .btn-sitemap > span, .header.on .btn-sitemap > span::before, .header.on .btn-sitemap > span::after {background: #282828 !important;}
.header.on .btn-sitemap.on > span, .header.on .btn-sitemap.on > span::before, .header.on .btn-sitemap.on > span::after {background: #dc851b !important;}
.header.on .gnb::before {height: 350px;}

.header .btn-sitemap.on > span {transform: rotate(45deg); background: #dc851b; width: 18px;}
.header .btn-sitemap.on > span::before {top: 0; transition: top 75ms ease,opacity 75ms ease .12s; opacity: 0; background: #dc851b; width: 18px;}
.header .btn-sitemap.on > span::after {bottom: 0; transform: rotate(-90deg); background: #dc851b; width: 18px; left: 0;}

/*header src*/
.h-src {display: none;position: absolute;top: 80px;left: 50%;transform: translateX(-50%);width: 100%;background: #fff;padding: 45px 0 50px;overflow: hidden;border-top: 1px solid #e1e1e1;}
.h-src::before, .h-src::after {position: absolute; content: '';}
.h-src::before {width: 203px; height: 205px; background: url('../../images/src-obj-left.png') 50% 50% no-repeat; bottom: -90px; left: 0; background-size: 100%;}
.h-src::after {width: 188px; height: 187px; background: url('../../images/src-obj-right.png') 50% 50% no-repeat; top: -90px; right: 0; background-size: 100%;}
.src-ipt {max-width: 1085px; margin: 0 auto; position: relative;}
.src-ipt input {background: #fff;border: none;border-radius: 100px;width: calc(100% - 30px);height: 70px;line-height: 70px;padding: 0 65px 0 30px;}
.src-ipt .src-btn {position: absolute;right: 27px;top: 50%;transform: translateY(-50%);color: #fff;font-size: 26px;z-index:1;}
.src-ipt .src-btn::before {position: absolute;content:'';width: 70px;height: 70px;background :#083994;transform: rotate(45deg);left: -15px;top: -16px;border-radius: 15px;z-index:-1;}
.h-src .src-ipt input {background: #f5f5f5; border: 1px solid #ebebeb;}


/*footer*/
.footer {background: #252525;color: #dbdbdb;font-size: 14px;overflow: hidden;}
.inner-footer {max-width: 1500px; margin: 0 auto;}
.footer-top {padding: 55px 0 45px;display: flex;flex-wrap: wrap;position: relative;}
.footer-top::before {position: absolute; content:''; width: 100vw; height: 1px; background: #323232; left: 50%; transform: translateX(-50%); bottom: 0;}
.f-logo {width: 25%;}
.f-info-wrap {width: calc(80% - 260px);}
.f-info li {margin-bottom: 14px;}
.f-info li > i {color: #414141; margin-right: 8px;}
.family-site {width: 25%;text-align: right;max-width: 185px; position: relative;}
.fs-btn {border: 1px solid #363636; width: 185px; height: 40px; line-height: 40px; color: #fff; font-size: 15px; text-align: left; padding: 0 30px; position: relative;}
.fs-btn::before {position: absolute; content: '\e936'; color: #fff; font-family: xeicon; top: 50%; transform: translateY(-50%); right: 30px;}
.fs-btn.active::before {content:'\e930';}
.family-site ul {display: none;text-align: left;position: absolute;width: 100%;top:40px; left:0; background: #363636;}
.family-site ul li a {color: #fff; font-size: 14px; display: block; padding: 10px 30px; box-sizing: border-box;}
.footer-bottom {height: 70px; display: flex; align-items: center; justify-content: space-between;}
.f-copy {color: #414141; font-size: 15px;}
.f-copy span {color: #fff;}
.f-sns {display:flex; flex-wrap: wrap; font-size: 18px;}
.f-sns li {margin-right: 50px;}
.f-sns li:last-child {margin-right: 0;}
.f-sns a {color: #414141; transition: all 0.3s;}
.f-sns a:hover {color: #fff;}
.f-sns button {color: #e98900; padding: 0; font-size: 18px;}


/* responsive */
/* @media screen and (max-width:1820px) {
    .gnb-wrap{width: 40%;}


} */
/* @media screen and (max-width:1700px) {
	.util-wrap .lnk-shop, .btn-src, .lang {margin-right: 35px;}
} */
@media screen and (max-width:1600px) {
	.header {padding: 0 40px;}
	.inner-footer {padding: 0 40px; box-sizing: border-box;}
    /* .util-wrap {width: 45%;} */
	/* .util-wrap {margin-left: 30px;} */
	/* .gnb-wrap {width: calc(50% - 30px);} */
	.util-wrap .lnk-shop, .btn-src, .lang, .util-wrap .src-wrap {font-size: 16px;}
	.header .btn-sitemap {width: 28px;}
	.header .btn-sitemap > span {width: 18px;}
	.header .btn-sitemap > span::before, .header .btn-sitemap > span::after {width: 28px; left: -9px;}
	.header .btn-sitemap:hover span {width: 28px;}
	.header .btn-sitemap.on:hover span {width: 18px;}
	.header .btn-sitemap:hover span::before, .header .btn-sitemap:hover span::after {left: 9px; width: 18px;}
	.header .btn-sitemap.on:hover span::before, .header .btn-sitemap.on:hover span::after {left: 0; width: 18px;}
	.gnb .dep2 {padding: 0 30px; box-sizing: border-box;}
	.gnb .dep2 > li {width: calc(25% - 24px); margin-right: 30px;}
	.h-src::before {width: 123px; height: 125px;}
	.h-src::after {width: 118px; height: 117px;}

    .util-wrap {width: 42%; gap: 27px;}
    .gnb-wrap {width: 50%;}
}
/* @media screen and (max-width:1500px) {
    .util-wrap .src-wrap { width: clamp(277px,28vw,450px);}

} */
@media screen and (max-width:1400px) {
    /* .gnb-wrap { width: 47%;} */
    .util-wrap {gap: 20px;}
	.header .logo {width: auto;}
    /* .util-wrap .src-wrap {width: clamp(277px, 25vw , 450px);} */
}
@media screen and (max-width:1300px) {
    .gnb>li>a {font-size: 17px;}
    .util-wrap .lnk-shop,
    .btn-src,
    .lang,
    .util-wrap .src-wrap {font-size: 15px;}
    .util-wrap .src-wrap {height: 35px;}

	.util-wrap .src-wrap i.xi-search {top: 50% ;}
}
@media screen and (max-width:1200px) {
    /* .util-wrap .src-wrap {width: clamp(277px,23vw,450px); } */
    .header .logo img {height: 50px;}
	.gnb>li>a {font-size: 16px;}
	.util-wrap {gap: 15px; width: 38%;}
	.util-wrap .lnk-shop {text-align: center; text-wrap: wrap; white-space: nowrap;}
    .util-wrap .lnk-shop br {display: block; }

}
@media screen and (max-width:1140px) {
    /* .util-wrap .lnk-shop,
    .btn-src,
    .lang,
    .util-wrap .src-wrap {margin-right: 13px;}
    .header .logo {width: 9%;}
    .gnb-wrap {width: 44%;}
    .util-wrap{width: 47%;}
    .header, .inner-footer {padding: 0 30px;} */
}
@media screen and (max-width:1023px){
	.header, .inner-footer {padding: 0 30px;}
	.inner-header {gap: 8%;}
	.h-src {display: none;}
	.header .btn-sitemap {width: 23px;}
	.header .btn-sitemap:hover span {width: 18px;}
	.header .btn-sitemap > span::before, .header .btn-sitemap > span::after {left: -4px; width: 23px;}
	.header .btn-sitemap:hover span::before, .header .btn-sitemap:hover span::after {left: -4px; width: 23px;}
	.header .btn-sitemap.on:hover span::before, .header .btn-sitemap.on:hover span::after {left: 0; width: 18px;}
	.header .logo img {height: 45px;}
	.util-wrap .lnk-shop, .btn-src {display: none;}
	.util-wrap .src-wrap {min-width: 277px;}
	.gnb-wrap {position: fixed;display: block;max-width: 560px;width: 100%;background: #fff;right: -100%;top: 0;height: 100vh;}
	.gnb .dep2-wrap::before {display: none;}
	.mob-top {display: block;background: #dc851b;height: 80px;}
	.lang a {position:relative; z-index: 1;}
	.mob-util {height: 80px; line-height: 80px; display: flex; align-items: center;}
	.mob-util a {color: #fff; font-size: 17px; font-weight: 500; padding-left: 30px; width: 80px; display: inline-block; line-height: 1.2; text-align: center;}
	.mob-srcBox {padding: 30px; border-top: 1px solid #ef972c; position: relative;}
	.gnb {justify-content: flex-start;flex-direction: column;padding: 0 30px;flex-wrap:inherit;}
	.gnb > li {width: 100%; text-align: left;}
	.gnb > li > a {color: #282828;position: relative;border-bottom: 1px solid #e1e1e1;}
	.gnb > li > a::before {position: absolute;content: '\e914';font-family: xeicon;right: 0;color: #282828;font-size: 20px;top: 50%;transform: translateY(-50%);}
	.gnb > li.active > a {color: #dc851b;}
	.gnb > li.active > a::before {content:'\e91b'; color: #dc851b;}
	.gnb .dep2-wrap {position: static;left: auto;top: auto;transform: none;display:none;border-bottom: 1px solid #e1e1e1;height: auto;border-top: 0;}
	.gnb .dep2 {position: static;background: transparent;left: auto;top: auto;transform: none;flex-direction: column;padding: 0 0 20px;}
	.gnb .dep2-wrap.type2 .dep2 > li.img-li{margin-top: 0;padding: 0 20px;box-sizing: border-box;}
	.gnb .dep2-wrap.type2 .dep2 > li.dep-on.off > a {color: #dc851b; font-weight: 500;}
	.gnb .dep2-wrap.type2 .dep2 > li.img-li > a > img {display: none;}
	.gnb .dep2-wrap.type2 .dep2 > li.img-li > a {padding-top: 0;text-align: left; height: 50px; line-height: 50px;}
	.gnb .dep2-wrap.type2 .dep2 > li.img-li > a::before {content: '\e93f';left: auto;color: #4b4b4b;background: none !important;top: 50%;transform: translateY(-50%);right: 0;width: auto;height: auto;}
	.gnb .dep2-wrap.type2 .dep2 > li.dep-on > a::before {content: '\e942';}
	.gnb .dep2-wrap.type2 .dep2 > li.dep-on.off > a::before {content: '\e945';}
	.gnb .dep2 > li > a {border: none;background: transparent;padding: 0;height: 50px;line-height: 50px;}
	.gnb .dep2 > li > a::before {right: 0; color: #4b4b4b;}
	.gnb .dep2 > li {width: 100%;margin-right: 0;padding: 0 20px;box-sizing: border-box;margin-bottom: 0;}
	.gnb .dep2 > li:last-child {margin-bottom: 0;}
	.gnb .dep2 > li.active > a {color: #dc851b;}
	.dep3 {display: none; background: #f2f2f2; padding: 20px;}
	.dep3 > li {margin-bottom: 10px;}
	.dep3 > li:last-child {margin-bottom: 0;}
	.dep3 > li > a {color: #777; padding-left: 10px; position: relative; transition: all 0.3s;}
	.dep3 > li > a::before {position: absolute; content:''; width: 2px; height: 2px; border-radius: 100%; background: #777; left: 0; top: 50%; transform: translateY(-50%); transition: all 0.3s;}
	.dep3 > li > a:hover {color: #282828;}
	.dep3 > li > a:hover::before {background: #282828;}
	.src-ipt input {height: 60px; line-height: 60px;}
	.src-ipt .src-btn {font-size: 24px;}
	.f-info-wrap {width: 100%; margin-top: 30px;}
	.family-site {position: absolute; right: 0; top: 62px; width: auto;}
	.footer-bottom {flex-direction: column; height: auto; padding: 20px 0;}
	.f-copy {margin-bottom: 20px;}

	.header .btn-sitemap.on > span, .header .btn-sitemap.on > span::before, .header .btn-sitemap.on > span::after {background: #fff;}

    .header .logo {width: 10%;}
    .util-wrap {width: 100%;}
    /* .util-wrap .src-wrap{width: clamp(277px, 33vw, 450px);} */
    .util-wrap .lnk-shop,
    .btn-src {margin-right: 20px;}
    .util-wrap .src-wrap {max-width: 325px;}



}
@media screen and (max-width:767px){
	.header, .inner-footer {padding: 0 20px;}
	.footer-top {padding: 55px 0 30px;}
	.f-info-wrap {margin-top:40px;}
	.src-ipt {position: static;}
	.src-ipt .src-btn {right: 57px;}
	.mob-util a {font-size: 16px;}

	@media not all and (min-resolution:.001dpcm) {
		@supports (-webkit-appearance:none) and (stroke-color:transparent) { 
			.src-ipt .src-btn::before { left: 0;}
			.src-ipt .src-btn {right: 31px;}
		} 
	}
}

@media screen and (max-width:640px) {
    .header .logo {width: auto;}
    /* .util-wrap{width: calc(100% - 80px);} */

}
@media screen and (max-width:500px){
	.fs-btn {width: 150px; padding: 0 20px; font-size: 14px;}
	.fs-btn::before {right: 20px;}
	.family-site ul li a {padding: 10px 20px;}
    .util-wrap .lnk-shop,
    .btn-src {margin-right: 18px;}
    .util-wrap .src-wrap {min-width: auto;}
}
@media screen and (max-width:450px) {
    /* .util-wrap .src-wrap .header-src::placeholder {opacity: 0;} */
    .util-wrap .src-wrap .header-src {font-size: 12px; padding-right: 28px;}
    .util-wrap .src-wrap{ height: 30px;}
    .util-wrap .src-wrap i.xi-search {font-size: 16px; right: 11px;}
	.mob-util a {font-size: 15px;}
}
@media screen and (max-width: 410px) {
    .mob-util a { padding:0 20px;   }
}
/* @media screen and (max-width:390px) {
    .util-wrap .src-wrap {width: clamp(140px, 42vw, 450px) ;}
} */
@media screen and (max-width:350px) {
    /* .util-wrap .src-wrap {width: clamp(140px, 37vw, 450px) ; margin-right: 10px;} */
    .header .logo img {height: 40px;}
	.util-wrap {gap: 10px;}
}
@media screen and (max-width:335px) {
    /* .util-wrap .src-wrap {width: clamp(100px, 35vw, 450px) ; min-width:100px ;margin-right: 10px;} */
}


/*사이트맵*/
.site-map-wrap {position: fixed; top: 80px; left: 0; width: 100%; height: calc(100vh - 80px); background: #fff; border-top: 1px solid #e1e1e1; display: none;}
.site-map {display: flex; flex-wrap: wrap; height: 100%; max-width: 1500px; margin: 0 auto;}
.site-map-wrap .left {width: calc(100% - 400px); padding-top: 65px; padding-left: 40px; border-left: 1px solid #e1e1e1; box-sizing: border-box;}
.site-map-wrap .right {width: 607px; background: #dc851b url('../../images/site-map-right.png') 50% 50% no-repeat; background-size: 100%; position: absolute; top: 0; right: 0; height: 100%;}
.smap-nav {position: relative; width:50%;}
.smap-nav > li > a {font-size: 30px; font-weight:500; color: #282828; display:block; margin-bottom: 70px;}
.smap-nav > li > a.active {color: #dc851b;}
.smap-nav > li:last-child > a {margin-bottom: 0;}
.smap-nav .site-dep2 {position: absolute; top: 0; left: 150%; width: 50%; max-width: 300px; padding-left: 40px; display: none;}
.smap-nav .site-dep2::before {position: absolute; content: ''; width:1px; background: #e1e1e1; left: 0; top: -65px; height: 100vh;}
.smap-nav .site-dep2 > li > a {font-size: 24px; color: #4b4b4b; display: block; position: relative; margin-bottom: 30px;}
.smap-nav .site-dep2 > li:last-child > a {margin-bottom: 0;}
.smap-nav .site-dep2 > li > a.dep-li.on {color: #dc851b;}
.smap-nav .site-dep2 > li > a::before {position: absolute; content: '\e93f'; font-family: xeicon; top: 50%; transform: translateY(-50%); right: 0;}
.smap-nav .site-dep2 > li > a.dep-li::before {content:'\e942';}
.smap-nav .site-dep2 > li > a.dep-li.on::before {content:'\e945';}
.smap-nav .site-dep2 > li:last-child .smap-dep3 {margin-top: 30px;}
.smap-dep3 {display: none; background: #f2f2f2; padding:15px 20px; box-sizing: border-box; margin-bottom: 20px;}
.smap-dep3 > li > a {font-size: 16px; color: #777; display: block; margin-bottom: 6px; padding-left: 7px; position: relative; transition: all 0.3s;}
.smap-dep3 > li > a::before {position: absolute; content: ''; width: 2px; height: 2px; border-radius: 100%; background: #777; top: 50%; transform: translateY(-50%); left: 0; transition: all 0.3s;}
.smap-dep3 > li:last-child > a {margin-bottom: 0;}
.smap-dep3 > li > a:hover {color: #282828;}
.smap-dep3 > li > a:hover::before {background: #282828;}

@media screen and (max-width:1600px){
	.site-map-wrap .left {width: 70%;}
	.site-map-wrap .right {width: 30%;}
}
@media screen and (max-width:1200px){
	.smap-nav > li > a {margin-bottom: 50px; font-size: 26px;}
	.smap-nav .site-dep2 > li > a {font-size: 20px;}
}