<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookie-pop {position:fixed;bottom:0;left:40px;display:flex;gap:20px 40px;width:calc(100% - 80px);box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);border-radius:10px 10px 0 0;padding:30px 40px;box-sizing:border-box;background:#fff;z-index:502}
.cookie-pop .txt-box {display:flex;gap:20px 40px;}
.cookie-pop .txt-box .title {flex:none;align-self:flex-start;color:#FE5E01;font-size:29px;display:flex;align-items:center;gap:5px;}
#footer .cookie-pop .txt-box .title {color:#FE5E01;}
.cookie-pop .txt-box .title:after {content:"";display:block;width:22px;height:22px;background:url(../img/cookie/cookie_pop_title.svg) no-repeat center center /100% 100%;}
.cookie-pop .txt-box .txt {line-height:160%;color:#666;font-size:14px;}
#footer .cookie-pop .txt-box .txt,
#footer .cookie-pop .txt-box .txt * {color:#666;}
.cookie-pop .btn-box {margin-left:auto;flex:none;display:flex;gap:5px 10px;align-items:center;}
.cookie-pop .btn-box button {height:100%;color:#fff;min-width:150px;height:45px;border-radius:5px;cursor:pointer;padding:0 10px;box-sizing:border-box;}
.cookie-pop .btn-box button.neg {background:#525050;}
.cookie-pop .btn-box button.pos {background:#FE5E01;}
.cookie-pop .btn-box button.black {border:1px solid #ddd !important;background:#fff;color:#333 !important;}

.cookie-pop.dark .txt-box .title {color:#333;}
.cookie-pop.dark .txt-box .title:after {filter: grayscale(100%) brightness(0);}
.cookie-pop.dark .btn-box button {border:1px solid #ddd !important;background:#fff;color:#333 !important;}

	@media screen and (max-width:1400px) {
		.cookie-pop {width:calc(100% - 54px);left:28px;padding:28px;gap:20px 30px;}
		.cookie-pop .txt-box {gap:20px 30px;}
		.cookie-pop .btn-box {gap:5px;}
		.cookie-pop .btn-box button {min-width: 110px;}
	}
	
	@media screen and (max-width:1200px) { 
		.cookie-pop {flex-direction:column;width:100%;left:0;}
		.cookie-pop .txt-box {flex-direction:column;gap:10px 0;}
		.cookie-pop .txt-box .title {font-size:22px;}
		.cookie-pop .txt-box .title:after {width:20px;height:20px;}
		.cookie-pop .btn-box {flex-direction:column;width:100%;}
		.cookie-pop .btn-box button {width:100%;height:30px;min-width:0;}
	}
	
.cookie-set-pop-wrap {display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:502;}
.cookie-set-pop-inwrap {width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.cookie-set-pop-bg {width:100%;height:100%;background:rgba(0, 0, 0, 0.5);position:absolute;top:0;left:0;right:0;bottom:0;}
.cookie-set-pop {transform:translateY(30px);transition:all .4s;position:relative;z-index:1;border-radius:16px;overflow:hidden;width:750px;max-width:calc(100% - 40px);height:700px;max-height:calc(100dvh - 40px);display:flex;flex-direction:column;background:#fff;}
.cookie-set-pop-wrap.open .cookie-set-pop {transform:none;}
.cookie-set-pop-header {flex:none;background:#525050;height:70px;display:flex;align-items:center;padding:0 40px;}
.cookie-set-pop-header .txt {color:#fff;}
.cookie-set-pop-header .close {flex:none;margin-left:auto;display:block;width:16px;height:16px;position:relative;background:none;cursor:pointer;}
.cookie-set-pop-header .close:before,
.cookie-set-pop-header .close:after{content:"";display:block;width:16px;height:2px;position:absolute;top:50%;left:50%;margin:-1px 0 0 -8px;background:#fff;}
.cookie-set-pop-header .close:before {transform:rotate(45deg);}
.cookie-set-pop-header .close:after {transform:rotate(-45deg);}
#cookieForm {flex:1;display:flex;flex-direction:column;max-height: calc(100% - 70px);}
.cookie-set-pop-cont {flex:1;padding:40px;display:flex;overflow-y:hidden;}
.cookie-set-pop-cont:has(+ .cookie-set-pop-bottom) {padding-bottom:20px;}
.cookie-set-pop-cont .scr-box {height:100%;overflow-y:auto;}
.cookie-set-pop-cont .scr-box.is-scr {padding-right:30px;}
.cookie-set-pop-cont .agrry-lst {border-top:1px solid #eee;margin-top:20px;}
.cookie-set-pop-cont .agrry-lst &gt; li {border-bottom:1px solid #EEEEEE;}
.cookie-set-pop-cont .agrry-lst .tit {display:flex;padding:15px 0;}
.cookie-set-pop-cont .agrry-lst .cont {display:none;background:#F5F5F5;padding:40px;border-top:#eee;}
.cookie-set-pop-cont .agrry-lst .agrry-lst-folding {margin-right:auto;cursor:pointer;background:none;display:flex;gap:0 10px;align-items:center;}
#footer .cookie-set-pop-cont .agrry-lst .agrry-lst-folding {color:#666;word-break:break-all;text-align:left;padding-right:20px;}
.cookie-set-pop-cont .agrry-lst .agrry-lst-folding:before {flex:none;content:"";display:block;width:20px;height:20px;background:url(../img/cookie/agrry-lst-folding.svg) no-repeat center center /100% 100%;}
.cookie-set-pop-cont .agrry-lst .agrry-lst-folding.on:before {background-image:url(../img/cookie/agrry-lst-folding_on.svg);}
.cookie-set-pop-cont .agrry-chk {flex:none;display:flex;align-items:center;width:40px;height:24px;background:#eee;border-radius:100px;position:relative;cursor:pointer;padding:0 4px;box-sizing:border-box;transition:all .3s;}
.cookie-set-pop-cont .agrry-chk:before {content:"";display:block;background:#D9D9D9;border-radius:50%;width:16px;height:16px;transition:all .3s;}
.cookie-set-pop-cont .agrry-chk input {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden;}
.cookie-set-pop-cont .agrry-chk:has(input:checked) {background:#FE5E01}
.cookie-set-pop-cont .agrry-chk:has(input:checked):before {transform:translateX(16px);background:#fff;box-shadow:0 4px 4px rgba(0, 0, 0, 0.1);}
.cookie-set-pop-cont .agrry-nec {flex:none;color:#FE5E01;font-weight:600;font-size:12px;}
#footer .cookie-set-pop-cont .agrry-nec {color:#FE5E01;}
.cookie-set-pop-cont .info-txt,
.cookie-set-pop-cont .info-txt * {line-height:160%;color:#666;}
#footer .cookie-set-pop-cont .info-txt,
#footer .cookie-set-pop-cont .info-txt * {color:#666;word-break:break-all;}
.cookie-set-pop-cont .kookie-lst-folding {margin-top:20px;color:#FE5E01;font-weight:600;background:none;font-size:12px;padding-right:15px;cursor:pointer;position:relative;}
.cookie-set-pop-cont .kookie-lst-folding:after {content:"";position:absolute;top:50%;right:0;margin-top:-2.5px;display:block;width:8px;height:5px;background:url(../img/cookie/cookie-lst-folding.svg) no-repeat center center;}
.cookie-set-pop-cont .kookie-lst-folding.on:after {transform:rotate(180deg);}
#footer .cookie-set-pop-cont .kookie-lst-folding {color:#FE5E01;}
.cookie-set-pop-cont .kookie-lst {display:none;background:#fff;margin-top:10px;padding:10px 20px 10px;border-radius:10px;}
.cookie-set-pop-cont .kookie-lst li {padding:10px 0;}
#footer .cookie-set-pop-cont .kookie-lst li {color:#666;word-wrap:break-word;word-break:break-all;}
.cookie-set-pop-cont .kookie-lst li + li {border-top:1px solid #eee;}
.cookie-set-pop-bottom {flex:none;display:flex;flex-wrap:wrap;gap:30px 20px;align-items:center;padding:0 40px 40px;}
.cookie-set-pop-bottom .l,
.cookie-set-pop-bottom .r {display:flex;align-items:center;gap:10px 5px;}
.cookie-set-pop-bottom .r {margin-left:auto;}
[class*='cookie-popbtn'] {display:block;height:42px;min-width:120px;border-radius:5px;cursor:pointer;padding:0 20px;}
.cookie-popbtn-black {background:#525050;color:#fff;}
#footer .cookie-popbtn-black {color:#fff;}
.cookie-popbtn-neg {background:none;border:1px solid #FE5E01;color:#FE5E01;}
#footer .cookie-popbtn-neg {color:#FE5E01;}
.cookie-popbtn-pos {background:#FE5E01;color:#fff;}
#footer .cookie-popbtn-pos {color:#fff;}
.cookie-popbtn-allYes {margin-top:20px;}

	@media screen and (max-width:1200px) { 
		.cookie-set-pop-header {height:60px;padding:0 20px;}
		.cookie-set-pop-cont {padding:20px 10px 20px 20px;}
		.cookie-set-pop-cont .scr-box {padding-right:10px;}
		.cookie-set-pop-cont .scr-box.is-scr {padding-right:10px;}
		.cookie-set-pop-cont .agrry-lst .cont {padding:20px;}
		.cookie-set-pop-cont .agrry-lst .tit {padding:10px 0;}
		.cookie-set-pop-cont .kookie-lst {padding:0 10px;}
		.cookie-set-pop-bottom {padding:0 20px 20px;}
		.cookie-set-pop-bottom button {height:36px;}
	}
	
	@media screen and (max-width:480px) {
		.cookie-set-pop-bottom button {min-width:0;}
		.cookie-set-pop-bottom .r {width:100%;}
		.cookie-set-pop-bottom .r button {flex:1;}
	}
	
/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì¶”ê°€ */
#cookie-banner .cookie-pop {transform:translateY(100%);transition: transform 1s;transition-delay:.2s;}
#cookie-banner.open .cookie-pop {transform:none;}

/* footer z-index ìˆ˜ì&nbsp;• */
/*#footer:has(.cookie-pop) {z-index: 701;}*/

/* button font-family ë³€ê²½ */
#cookie button {font-family: 'Pretendard Variable', Arial, Helvetica, sans-serif;}


body:has(#cookie-banner) .crisp-client .cc-1brb6 {z-index:501;}</pre></body></html>