/* °øÅë icon, color´Â top_footer.css¿¡ ±âÀç */
/* °øÅë swiper ÁÂ¿ì ¹öÆ° + qurrent */
.swiper-op12 { display: flex; align-items: center; justify-content: center; height:15px; } 
.swiper-op12 .swiper-pagination { width:40px; line-height:12px; font-size:12px; font-family: 'spoqa R'; letter-spacing: 0px; position:unset; } 
.swiper-op12 .swiper-pagination { color:var(--co94); } 
.swiper-op12 .swiper-pagination-current { color:var(--co1A); } 
.swiper-op12 .left { width:12px; height:12px; margin:0; background:url('//image5.compuzone.co.kr/img/images/svg_icon/6C6C6C/icon_line_prev_12.svg') center/12px no-repeat; position:unset; } 
.swiper-op12 .right { width:12px; height:12px; margin:0; background:url('//image5.compuzone.co.kr/img/images/svg_icon/6C6C6C/icon_line_next_12.svg') center/12px no-repeat; position:unset; } 
.swiper-op14 { display: flex; align-items: center; justify-content: center; gap:8px; height:18px; } 
.swiper-op14 .swiper-pagination { width:48px; line-height:12px; font-size:14px; font-family: 'spoqa R'; letter-spacing: 0px; position:unset; } 
.swiper-op14 .swiper-pagination { color:var(--co94); } 
.swiper-op14 .swiper-pagination-current { color:var(--co1A); } 
.swiper-op14 .left { width:12px; height:12px; margin:0; background:url('//image5.compuzone.co.kr/img/images/svg_icon/6C6C6C/icon_line_prev_12.svg') center/12px no-repeat; position:unset; } 
.swiper-op14 .right { width:12px; height:12px; margin:0; background:url('//image5.compuzone.co.kr/img/images/svg_icon/6C6C6C/icon_line_next_12.svg') center/12px no-repeat; position:unset; } 
/* °øÅë swiper 42px ¹öÆ° */
.swiper-button-prev.swiper_prev { width: 42px; height: 42px; margin:0; background: var(--coFF) url('//image5.compuzone.co.kr/img/images/svg_icon/3A3A3A/icon_line_prev_24.svg') center center / 20px no-repeat; border-radius: 50%; box-shadow: -3px 3px 12px #00000014; z-index: 2; transition: all 0.3s; text-indent: -9999px; cursor: pointer; } 
.swiper-button-next.swiper_next { width: 42px; height: 42px; margin:0; background: var(--coFF) url('//image5.compuzone.co.kr/img/images/svg_icon/3A3A3A/icon_line_next_24.svg') center center / 20px no-repeat; border-radius: 50%; box-shadow: 3px 3px 12px #00000014; z-index: 2; transition: all 0.3s; text-indent: -9999px; cursor: pointer; } 

/* °øÅë ¹öÆ° */
.btn_S { display: flex; align-items: center; justify-content: center; min-width:44px; height:26px; padding:0 10px; border-radius: 2px; font-size:12px; font-family:'¸¼Àº°íµñ'; letter-spacing: -1px; } 
.btn_M { display: flex; align-items: center; justify-content: center; min-width:56px; height:32px; padding:0 15px; border-radius: 2px; font-size:14px; font-family:'noto-R'; letter-spacing: -1px; } 
.btn_L { display: flex; align-items: center; justify-content: center; min-width:78px; height:40px; padding:0 20px; border-radius: 2px; font-size:14px; font-family:'noto-R'; letter-spacing: -1px; } 
.btn_13 { color:var(--coFF); background:var(--co13); border:1px solid var(--co13); } 
.btn_1A { color:var(--coFF); background:var(--co1A); border:1px solid var(--co1A); } 
.btn_FF { color:var(--co1A); background:var(--coFF); border:1px solid var(--coD8); } 
.btn_D8 { color:var(--coFF); background:var(--coF9); border:1px solid var(--coD8); } 
.btn_ac_L { display: flex; align-items: center; justify-content: center; gap:4px; width:250px; height:50px; border-radius: 25px; font-size:16px; font-family:'noto-M'; } 

/* °øÅë ¹èÁö */
.new12_bat { display:inline-block; width:18px; height:18px; background:var(--coF1) url('//image5.compuzone.co.kr/img/images/svg_icon/Fill/icon_fill_vivid_new.svg') center/12px no-repeat; border-radius: 50%; } 
.evtFix_tag { display: inline-flex; justify-content: center; align-items: center; height:22px; margin:0 3px 4px 0; padding: 0 4px; border: 1px solid #86b0a5; font-size: 12px; font-family: '¸¼Àº°íµñ', 'malgun gothic'; letter-spacing: -1px; border-radius: 2px; box-sizing: border-box; } 

/* °øÅë Ä¨¹öÆ° */
.chipbtn ul { display: flex; gap:4px; } 
.chipbtn ul li { display: flex; align-items: center; justify-content: center; } 
.chipbtn ul li a { display: flex; align-items: center; justify-content: center; width:100%; height:40px; padding:0 16px; border:1px solid var(--coD8); border-radius: 20px; color:var(--co94); font-size:14px; font-family:'noto-R'; overflow:hidden; transition:all 0.2s; } 
.chipbtn ul li:hover a, .chipbtn ul li.on a { background:var(--co1A); border:1px solid var(--co1A); color:var(--coFF); } 

/* °øÅë ¸»Ç³¼± */
.speech_bubble { width:max-content; padding:10px; background:var(--coFF); border:1px solid var(--co13); border-radius: 2px; position:absolute; top:-200%; right:0; } 
.speech_bubble::before { content: ''; width: 0; height: 0; border-top: 7px solid var(--co1C); border-right: 5px solid transparent; border-left: 5px solid transparent; position: absolute; bottom: -7px; left: 20px; } 
.speech_bubble::after { content: ''; width: 0; height: 0; border-top: 6px solid var(--coFF); border-right: 4px solid transparent; border-left: 4px solid transparent; position: absolute; bottom: -5px; left: 21px; } 
.speech_bubble.rt::before { left:inherit; right:16px; } 
.speech_bubble.rt::after { left:inherit; right:17px; } 

/* °øÅë ½ºÅ©·Ñ¹Ù½ºÅ¸ÀÏ */
.scrollkit::-webkit-scrollbar { width: 6px; height:3px; } 
.scrollkit::-webkit-scrollbar-thumb { background:var(--coD8); border-radius:3px; } 
.scrollkit::-webkit-scrollbar-track { background:var(--coF9); } 

#wrap { position:relative; min-width:1204px; } 

/* »ó´Ü Å¾¹è³Ê */
.top_bnr { width:100%; background:var(--co1A); border-radius: 0 0 20px 20px; position:relative; z-index: 101; } 
.top_bnr.on { border-radius: 0; } 
.top_bnr .top_bnr_inner { display: flex; align-items: center; justify-content: center; gap:4px; width:1204px; height:50px; margin:0 auto; position:relative; } 
.top_bnr .top_bnr_inner::before { content:''; width:50px; height:50px; background:linear-gradient(to right, var(--co1A), transparent); position:absolute; top:0; left:0; z-index: 1; } 
.top_bnr .top_bnr_inner::after { content:''; width:50px; height:50px; background:linear-gradient(to left, var(--co1A), transparent); position:absolute; top:0; right:0; z-index: 1; } 
.top_bnr .top_bnr_inner .top_bnr_each { display: block; height:100%; position:relative; overflow:hidden; } 
.top_bnr .top_bnr_inner .top_bnr_each>a { display: block; } 
.top_bnr .top_bnr_inner .top_bnr_each>a img { display: block;}
.top_bnr .top_bnr_inner .top_bnr_each:nth-child(2)::before { content:''; width:1px; height:18px; background:var(--co6C); position:absolute; top:50%; transform:translateY(-50%); left:-2px; } 
.top_bnr .close20_w { position:absolute; top:50%; transform:translateY(-50%); right:0px; z-index: 2; } 
.top_bnr .top_bnr_inner .top_bnr_each>div { height:100%; } 
.top_bnr .top_bnr_inner .top_bnr_each .dtbtn { display: flex; align-items: center; gap:4px; position:absolute; top:50%; transform:translateY(-50%); right:50px; z-index: 2; color:var(--coFF); } 
.top_bnr .top_bnr_inner .top_bnr_each .dtbtn.on .down12_FF { transform:rotate(180deg); } 

/* »ó´Ü Å¾¹è³Ê ÀüÃ¼ÀÌ¹ÌÁö */
.top_bnr_wide { width:100%; height:618px; margin-top:50px; background:var(--coFF); position:fixed; top:0; z-index:100; overflow:hidden; display: none; } 
.top_bnr_wide.on { display: block; } 
.top_bnr_wide .top_wide_inner { width:100%; height:100%; } 
.top_bnr_wide .blur_bg { width:100%; height:100%; } 
.top_bnr_wide .blur_bg img { width:100%; position:absolute; top:50%; left:50%; transform:Translate(-50%, -50%) scale(1.1); filter: blur(10px) opacity(0.7); z-index: 1; } 
.top_bnr_wide .blur_bg::before { content:''; width:100%; height:100%; background:linear-gradient(to bottom, var(--co1A), rgba(0,0,0,0.2)); position:absolute; top:0; left:0; z-index:2; mix-blend-mode: multiply; } 
.top_bnr_wide .top_wide_img { position:absolute; top:12px; left:50%; transform:TranslateX(-50%); z-index: 2; border-radius: 20px; overflow: hidden; } 
.top_bnr_inner .close20_FF { position:absolute; top:15px; right:0px; z-index: 2; } 

/* left_fix_menu */
.left_fix_menu { display: flex; flex-direction: column; align-items: center; gap:12px; position:fixed; top:50%; left:0px; transform:TranslateY(-50%); z-index: 5; } 
.left_fix_menu ul { display: flex; flex-direction: column; width:100px; background:var(--coFF); box-shadow: 3px 3px 20px rgb(0 0 0 / 13%); overflow:hidden; border-radius:0 10px 10px 0; } 
.left_fix_menu ul li + li { border-top:1px solid var(--coD8); } 
.left_fix_menu ul li a { display: flex; align-items: center; flex-direction: column; gap:10px; padding:20px 0; } 
.left_fix_menu ul li a p { text-align: center; } 
.left_fix_menu .close20_FF { width:36px; height:36px; background-color:var(--co94); border-radius: 50%; } 

/* left_fix_bnr */
.left_fix_bnr { width:80px; height:95px; background:var(--coFF); border-radius:10px; border:1px solid var(--coD8); overflow: hidden; position:fixed; bottom:20px; left:20px; overflow:hidden; z-index:10; transition:all 0.2s; } 
/* ÀÛÀº¹è³Ê */
.left_fix_bnr .left_bnr_S { width:64px; height:64px; padding:8px 8px 24px; } 
.left_fix_bnr .left_bnr_S img { width:100%; height:100%; border-radius:10px; overflow:hidden; } 
.left_fix_bnr .left_bnr_S .left_bnr_op { width:70px; height:26px; border-radius:13px; position:absolute; top:70px; left:4px; z-index:1; } 
/* hover½Ã Å«¹è³Ê */
.left_fix_bnr .left_bnr_L { width:360px; height:248px; position:relative; visibility: hidden; } 
.left_fix_bnr .left_bnr_L .swiper-slide>a { width:100%; height:200px; position:relative; } 
.left_fix_bnr .left_bnr_L .bg_wt { background:var(--coFF); } 
.left_fix_bnr .left_bnr_L .bg_bk { background:var(--co1A); } 
.left_fix_bnr .left_bnr_L .blur_bg { width:100%; height:100%; } 
.left_fix_bnr .left_bnr_L .blur_bg img { position:absolute; top:50%; left:50%; transform:Translate(-50%, -50%) scale(1.1); filter: blur(6px); z-index: 1; } 
.left_fix_bnr .left_bnr_L .bg_bk .blur_bg::before { content:''; width:100%; height:100%; background:linear-gradient(to top, var(--co1A), transparent); position:absolute; top:0; left:0; z-index:2; } 
.left_fix_bnr .left_bnr_L .bg_wt .blur_bg::before { content:''; width:100%; height:100%; background:linear-gradient(to top, var(--coFF), transparent); position:absolute; top:0; left:0; z-index:2; } 
.left_fix_bnr .left_bnr_L .text_line { display: flex; flex-direction: column; gap:8px; position:absolute; top:48px; left:20px; z-index: 3; } 
.left_fix_bnr .left_bnr_L .text_line p:nth-child(2) { line-height:20px; } 
.left_fix_bnr .left_bnr_L .bg_bk .text_line p { color:var(--coFF); } 
.left_fix_bnr .left_bnr_L .img_line { width:160px; height:160px; border-radius: 50%; position:absolute; top:20px; right:20px; overflow:hidden; z-index: 2; } 
.left_fix_bnr .left_bnr_L .img_line img { width:100%; height:100%; } 
.left_fix_bnr .left_bnr_L .left_bnr_op { display: flex; align-items: center; justify-content: center; width:70px; height:26px; background:rgba(0,0,0,0.4); left:inherit; border-radius:13px; position:absolute; top:16px; right:20px; z-index:1; } 
.left_fix_bnr .left_bnr_L .left { left:3px; background:url('//image5.compuzone.co.kr/img/images/svg_icon/FFFFFF/icon_line_prev_12.svg') center/12px no-repeat; } 
.left_fix_bnr .left_bnr_L .right { right:3px; background:url('//image5.compuzone.co.kr/img/images/svg_icon/FFFFFF/icon_line_next_12.svg') center/12px no-repeat; } 
.left_fix_bnr .left_bnr_L .swiper-pagination { color:var(--coD8); position:unset; } 
.left_fix_bnr .left_bnr_L .swiper-pagination .swiper-pagination-current { color:var(--coFF); } 
.left_fix_bnr .not_today { display: flex; align-items: center; justify-content: space-between; width:100%; height:48px; padding:0 20px; background:var(--coF9); box-sizing: border-box; position:absolute; bottom:0; z-index: 1; } 
/* hover½Ã */
.left_fix_bnr.on { width:360px; height:248px; border-radius: 20px; } 
.left_fix_bnr.on .left_bnr_S { width:0; height:0; padding:0; } 
.left_fix_bnr.on .left_bnr_L { visibility: visible; } 

/* right_fix_menu */
.right_fix_menu { display: flex; flex-direction: column; align-items: center; gap:4px; width:80px; position:fixed; bottom:20px; right:20px; z-index: 5; } 
.right_fix_menu .fix_chatbot { width:100%; } 
.right_fix_menu .fix_chatbot a { display: flex; align-items: center; justify-content: center; gap:4px; height:36px; border-radius: 10px; background:var(--co1A); } 
.right_fix_menu .fix_chatbot a span { display: flex; align-items: center; width:28px; } 
.right_fix_menu .fix_chatbot a span img { width:100%; } 
.right_fix_menu .right_bnr_slide { width:100%; height:118px; border-radius: 10px; overflow:hidden; position:relative; } 
.right_fix_menu .right_bnr_slide a { display: block; } 
.right_fix_menu .right_bnr_slide a img { display: block; } 
.right_fix_menu .right_bnr_slide p { width:100%; position:absolute; top:60px; text-align: center; } 
.right_fix_menu .right_bnr_slide .fix_bnr_op { width:64px; height:12px; position:absolute; bottom:4px; left:50%; transform:TranslateX(-50%); z-index: 1; } 
.right_fix_menu .right_bnr_slide .fix_bnr_op .swiper-pagination { color:var(--coD8); } 
.right_fix_menu .right_bnr_slide .left { background:url('//image5.compuzone.co.kr/img/images/svg_icon/FFFFFF/icon_line_prev_12.svg') center/12px no-repeat; } 
.right_fix_menu .right_bnr_slide .right { background:url('//image5.compuzone.co.kr/img/images/svg_icon/FFFFFF/icon_line_next_12.svg') center/12px no-repeat; } 
.right_fix_menu .right_bnr_slide .swiper-pagination-current { color:var(--coFF); } 
.right_fix_menu .fix_history { display: flex; justify-content: center; align-items: center; flex-direction: column; gap:4px; width:100%; height:84px; background:var(--coFF); border:1px solid var(--coD8); border-radius: 10px; } 
.right_fix_menu .fix_history>a { display: block; width:48px; height:48px; background:var(--coF9); border-radius: 50%; } 
.right_fix_menu .fix_history>a img { width:100%; height:100%; mix-blend-mode: multiply; } 
.right_fix_menu .fix_cs { width:100%; height:36px; background:var(--coFF); border:1px solid var(--coD8); border-radius: 10px; overflow:hidden; position:relative; z-index: 1; } 
.right_fix_menu .fix_cs:before { content:''; width:1px; height:16px; background:var(--coD8); position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); } 
.right_fix_menu .fix_cs ul { display: flex; align-items: center; justify-content: center; gap:25px; width:100%; height:100%; background:var(--coFF); } 
.right_fix_menu .fix_cs ul li a { display: block; width:20px; height:20px; } 
.right_fix_menu .fix_cs ul li a img { width:100%; } 
.right_fix_menu .fix_up { width:100%; height:36px; background:var(--coFF); border:1px solid var(--coD8); border-radius: 10px; overflow:hidden; margin-top:-42px; transition:all 0.3s; } 
.right_fix_menu .fix_up.on { margin-top:0; } 
.right_fix_menu .fix_up a.upbtn { display: flex; align-items: center; justify-content: center; width:100%; height:100%; background:url('//image5.compuzone.co.kr/img/images/svg_icon/3A3A3A/icon_line_before_24.svg') center/20px no-repeat; transform:rotate(90deg); } 
/* ÇªÅÍÀ§¿¡¼­ ¹è³Ê¸ØÃã */
.right_fix_menu.fix { position:absolute; bottom:20px; } 
.left_fix_menu.fix { position:absolute; bottom:240px; top:unset; transform:none; } 
.left_fix_bnr.fix { position:absolute; } 

/* event_target_popup */
.target_popup { width:410px; border-radius: 20px; position:fixed; bottom:20px; right:116px; border:1px solid var(--coD8); overflow:hidden; z-index: 11; } 
.target_popup .target_inner { padding:30px; } 
.target_popup .target_img { width:100%; height:200px; overflow: hidden;} 
.target_popup .target_img img { width:100%; } 
.target_popup .target_cont { margin-top:20px; } 
.target_popup .target_cont p { margin-top:12px; } 
.target_popup .target_cont p span { display: block; margin-top:4px; } 
.target_popup .target_cont .btnbk { display: flex; align-items: center; justify-content: center; width:100%; height:50px; border-radius: 5px; background:var(--co1A); color:var(--coFF); } 
.target_popup .swiper-container { width:100%; height:465px; } 
.target_popup .target_op { position:absolute; bottom:20px; left:50%; transform:TranslateX(-50%); z-index: 1; } 
.target_popup .not_today { display: flex; align-items: center; justify-content: space-between; height:48px; padding:0 20px; background:var(--coF9); } 

/* ¸ÞÀÎ ÀÌº¥Æ® ÀüÃ¼º¸±â ÆË¾÷ */
.main_event_pop { width:100%; height:100%; position:fixed; top:0; left:0; background:rgba(0,0,0,0.7); z-index:10001; } 
.main_event_pop .evt_pop_dim { width:100%; height:100%; position:absolute; top:0; left:0; } 
.main_event_pop .evt_pop_inner { width:1204px; margin:0 auto; position:relative; } 
.main_event_pop .evt_pop_inner .close_X { position:absolute; top:20px; right:-52px; } 
.main_event_pop .evt_pop_inner .close_X a { display:block; width:40px; height:40px; background:url('//image5.compuzone.co.kr/img/images/svg_icon/FFFFFF/icon_line_close_24.svg') center/32px no-repeat; text-indent:-9999px; border-radius:10px; } 
.main_event_pop .evt_pop_inner ul { display: flex; flex-wrap:wrap; align-items: center; gap:12px; width:1204px; height:100vh; padding:20px 0; overflow-y:auto; box-sizing: border-box; } 
.main_event_pop .evt_pop_inner ul::-webkit-scrollbar { display:none; } 
.main_event_pop .evt_pop_inner ul li { width:596px; height:150px; background:var(--coFF); border-radius: 10px; overflow: hidden; } 
.main_event_pop .evt_pop_inner ul li a { display: flex; align-items: center; gap:20px; width:100%; height:100%; text-decoration: none; } 
.main_event_pop .evt_pop_inner ul li .imgbox { width:160px; height:150px; } 
.main_event_pop .evt_pop_inner ul li .imgbox img { width:100%; } 
.main_event_pop .evt_pop_inner ul li .txtbox { display: flex; flex-direction: column; gap:8px; width:386px; } 
.main_event_pop .evt_pop_inner ul li .txtbox .bat { display:flex; align-items: center; justify-content: center; width:fit-content; height:26px; padding:0 12px; border-radius: 13px; background:linear-gradient(to right,var(--co1C),var(--co84)); font-size:12px; font-family:'¸¼Àº°íµñ'; font-weight: normal; color:var(--coFF); letter-spacing: -1px; } 
.main_event_pop .evt_pop_inner ul li .txtbox h3 { font-size:18px; font-family:'noto-B'; font-weight: normal; color:var(--co1A); letter-spacing: -0.5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; overflow: hidden; } 
.main_event_pop .evt_pop_inner ul li .txtbox h4 { line-height:22px; font-size:14px; font-family:'noto-R'; font-weight: normal; color:var(--co1A); letter-spacing: -0.5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; overflow: hidden; } 

/* ¸ÞÀÎ ½½¶óÀÌµå */
.main_rolling { width:100%; padding:137px 0 20px; overflow:hidden; } 
.main_rolling .swiper-container { width:1204px; margin:0 auto; overflow:visible; } 
.main_rolling .swiper-slide { width:auto; max-width:1204px; display: flex; flex-flow:row; justify-content: space-between; align-items: center; column-gap:20px; } 
.main_rolling .swiper-slide>a { position:relative; width:388px; height:480px; border-radius:20px; overflow: hidden; } 
.main_rolling .swiper-slide>a::before { content:''; width:100%; height:100%; background:rgba(0,0,0,0.4); position:absolute; top:0; left:0; opacity:1; transition:all 0.2s; } 
.main_rolling .swiper-slide>a.evt_roll { width:1204px; } 
.main_rolling .swiper-slide .text_line { display: flex; flex-direction: column; justify-content: flex-end; gap:12px; width:100%; height:160px; padding:12px 30px 30px; background:linear-gradient(to top,rgba(0,0,0,0.3),transparent); position:absolute; bottom:0; left:0; opacity:0; box-sizing: border-box; transition:all 0.2s; } 
.main_rolling .swiper-slide-active>a::before { opacity:0; } 
.main_rolling .swiper-slide-active .text_line { opacity:1; } 
.main_rolling .swiper_prev { left:-21px; opacity:0; } 
.main_rolling .swiper_next { right:-21px; opacity:0; } 
.main_rolling:hover .swiper_prev, .main_rolling:hover .swiper_next { opacity:1; } 
.main_rolling_op { display: flex; align-items: center; width:1204px; margin:20px auto 0; } 
.main_rolling_op .custom-pagination { display: flex; justify-content:center; align-items:center; gap:30px; } 
.main_rolling_op .progress_bar { position:relative; width:1042px; height:3px; background:var(--coD8); border-radius: 2px; overflow:hidden; } 
.main_rolling_op .progress_fill { display:block; position:absolute; inset:0; height:3px; background:var(--co1A); border-radius: 2px; } 
.main_rolling_op .main_current { line-height:18px; } 
.main_rolling_op .main_current span { font-size:14px; font-family:'spoqa R'; color:var(--co94); letter-spacing:1.2px; } 
.main_rolling_op .main_current span.current { color:var(--co1A); } 
.main_rolling_op .main_roll_op_icon { display: flex; align-items: center; gap:17px; position:relative; } 
.main_rolling_op .main_roll_op_icon::before { content:''; width:1px; height:10px; background:var(--coD8); position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); } 
.main_rolling_op .main_roll_op_icon .pause16 { width:32px; height:32px; } 
.main_rolling_op .main_roll_op_icon .pause16.on { background:url('//image5.compuzone.co.kr/img/images/svg_icon/Fill/icon_fill_vivid_triangle.svg') center/16px no-repeat; } 
.main_rolling_op .main_roll_op_icon .plus16 { width:32px; height:32px; } 

/* ¸ÞÀÎ ¼îÇÎÅÂ±× */
.main_tag { width:100%; } 
.main_tag .main_inner { display: flex; align-items: center; justify-content: center; gap:16px; margin:20px auto 0; position:relative; } 
.main_tag .main_tag_menu ul { display: flex; align-items: center; justify-content: center; gap:4px; } 
.main_tag .main_tag_menu ul li { width:94px; } 
.main_tag .main_tag_menu ul li a { display: flex; align-items: center; flex-direction: column; gap:8px; } 
.main_tag .main_tag_menu ul li a .tag_ico { display: flex; align-items: center; justify-content: center; width:64px; height:64px; background:var(--coF2); border-radius: 20px; } 
.main_tag .main_tag_menu ul li a .tag_ico img { width:42px; } 
.main_tag .made_menu { padding:12px 16px; background:var(--coFF); border:1px dashed var(--co1C); border-radius: 0 20px 20px 20px; } 
.main_tag .made_menu a { display: flex; flex-direction: column; gap:4px; } 
.main_tag .made_menu p { display: flex; align-items: center; } 
 /* ³ª¸¸ÀÇ¸Þ´º¼³Á¤ÆË¾÷ */
.my_menu_pop p { text-align: center; } 
.my_menu_pop ul { display: flex; flex-direction: column; gap:8px; } 
.my_menu_pop ul li { display: flex; align-items: center; justify-content: space-between; } 
.my_menu_pop ul li div { display: flex; align-items: center; gap:8px; } 
.my_menu_pop ul li div .tag_ico { display: flex; align-items: center; justify-content: center; width:32px; height:32px; background:var(--coF9); border-radius: 10px; } 
.my_menu_pop ul li div .tag_ico img { height:24px; } 
.my_menu_pop ul li .bat_S { display: flex; align-items: center; justify-content: center; height:26px; padding:0 10px; border-radius: 13px; background:var(--coF9); color:var(--co6C); } 
.my_menu_pop ul li.fix>div .tag_ico { background:var(--coD8); } 
.my_menu_pop ul li.fix>div img { mix-blend-mode:luminosity; } 

/* °øÅë inner */
.main_inner { width:1204px; margin:0 auto; } 
.main_inner * { box-sizing: border-box; } 
.main_inner_tit { margin-bottom:30px; } 
.main_inner .swiper-op .swiper-pagination { font-size:0; display: flex; align-items: center; justify-content: center; gap:6px; position:unset; margin-top:30px; } 
.main_inner .swiper-op .swiper-pagination-bullet { width:8px; height:8px; background:var(--coD8); opacity:1; } 
.main_inner .swiper-op .swiper-pagination-bullet-active { background:var(--co1C); } 
.pro_inner { display: flex; justify-content: space-between; gap:20px; width:100%; } 
.pro_inner .probox { display: flex; flex-direction: column; gap:12px; width:224px; overflow: hidden; } 
.pro_inner .probox .img_box { width:100%; height:224px; border-radius: 10px; background:var(--coF9); overflow:hidden; position:relative; } 
.pro_inner .probox .img_box img { display: block; margin:0 auto; height:100%; mix-blend-mode: multiply; position:absolute; left:50%; transform:translateX(-50%); } 
.pro_inner .probox .txt_box { display: flex; flex-direction: column; gap:8px; } 
.pro_inner .probox .txt_box>p { display: -webkit-box; height:48px; line-height:24px; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; overflow: hidden; } 
.pro_inner .probox .price_line p { height:18px; margin-bottom:4px; text-decoration: line-through; } 
.pro_inner .probox .price_line2 { display: flex; align-items: center; gap:12px; } 

/* ¸ÞÀÎ ºÐÇÒ¹è³Ê */
.main_half_bnr { margin-top:56px; overflow:hidden; } 
.main_half_bnr .main_inner { display: flex; align-items: center; justify-content: space-between; } 
.main_half_bnr .main_inner a { display: block; width:592px; height:150px; border-radius: 20px; overflow: hidden; } 
.main_half_bnr .main_inner a img { width:100%; } 

/* ¸ÞÀÎ ¿ÀÁ÷ÄÄÇ»Á¸¿¡¼­¸¸ */
.main_only_com { margin-top:80px; overflow:hidden; } 
.main_only_com .only_com { display: flex; flex-wrap: wrap; gap:20px; } 
.main_only_com .only_com li { width:388px; height:330px; border-radius:10px; border:1px solid var(--coD8); overflow:hidden; box-sizing: border-box; } 
.main_only_com .only_com li a { display: block; width:100%; height:100%; position:relative; } 
.main_only_com .only_com li a img { display: block; width:100%; } 
.main_only_com .only_com li .hover { display: flex; align-items: center; justify-content: center; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0; } 
.main_only_com .only_com li .hover::before { content:''; width:100%; height:100%; background:rgba(0,0,0,0.5); backdrop-filter:blur(5px); position:absolute; top:0; left:0; } 
.main_only_com .only_com li:hover .hover { opacity:1; } 
.main_only_com .only_com li:hover p { text-align: center; position:relative; z-index: 1; } 

/* ¸ÞÀÎ °í°´´ÔÀ» À§ÇÑ ¸ÂÃãÃßÃµ */
.main_recom, .main_recom_add { margin-top:80px; overflow: hidden; } 
.main_recom .chipbtn .login_chip a { color:var(--co7A); } 
.main_recom .chipbtn .login_chip.on a, .main_recom .chipbtn .login_chip:hover a { color:var(--coFF); } 
.main_recom .setting_recom { display: flex; align-items: center; justify-content: center; width:100%; height:72px; margin:-10px 0 30px; background:var(--coF3); border-radius:10px; position:relative; } 
.main_recom .setting_recom a { display: flex; align-items: center; justify-content: center; gap:4px; position:absolute; right:40px; } 
.recom_pro_slide { position:relative; margin-top:20px; } 
.recom_pro_slide .swiper-button-prev.swiper_prev { top:91px; left:-21px; opacity:0; } 
.recom_pro_slide .swiper-button-next.swiper_next { top:91px; right:-21px; opacity:0; } 
.recom_pro_slide:hover .swiper-button-prev.swiper_prev, .recom_pro_slide:hover .swiper-button-next.swiper_next { opacity:1; } 
.recom_pro_slide .evt_inner { display: flex; justify-content: space-between; gap:20px; margin-top:30px; } 
.recom_pro_slide .evt_inner .evtbox { display: flex; align-items: center; gap:20px; width:-webkit-fill-available; border-radius: 10px; border:1px solid var(--coD8); overflow:hidden; position:relative; } 
.recom_pro_slide .evt_inner .evtbox .img_box { width:calc(100% - 370px); max-width:447px; min-width:144px; height:144px; background:var(--coD8); position:relative; overflow:hidden; } 
.recom_pro_slide .evt_inner .evtbox .img_bg { display: block; width:100%; } 
.recom_pro_slide .evt_inner .evtbox .img_bg img { width:inherit; position:absolute; top:50%; left:50%; transform:Translate(-50%, -50%) scale(1.15); filter: blur(10px); opacity:0.5; } 
.recom_pro_slide .evt_inner .evtbox .img_box>img { height:100%; position:absolute; left:50%; transform:translateX(-50%); filter: brightness(0.98); } 
.recom_pro_slide .evt_inner .evtbox .txt_box { display: flex; flex-direction: column; gap:4px; } 
.recom_pro_slide .evt_inner .evtbox .txt_box .co94 { margin-top:4px; } 
.main_recom_add .btn_center { margin-top:30px; } 
.main_recom_add .btn_center button { margin:0 auto; } 

/* ¸ÞÀÎ À§Å¬¸® Æ¯°¡ */
.main_weekly { width:100%; padding:80px 0; margin-top:80px; position:relative; overflow:hidden; } 
.main_weekly .weekly_tit { display: flex; justify-content: space-between; margin-bottom:30px; } 
.main_weekly .weekly_tit .weekly_time { display: flex; gap:16px; } 
.main_weekly .weekly_tit .weekly_time .tick [data-layout~=horizontal][data-layout~=fit] { gap:16px; } 
.main_weekly .weekly_tit .weekly_time .tick-flip { width:25px; height:40px; border-radius: 5px; } 
.main_weekly .weekly_tit .weekly_time .tick-group { position:relative; } 
.main_weekly .weekly_tit .weekly_time .tick-group::before { content:':'; font-family:'noto-B'; font-size:24px; color:var(--co1A); position:absolute; top:0px; left:-13px; } 
.main_weekly .weekly_tit .weekly_time .tick-group:nth-child(1) { margin-right:18px; } 
.main_weekly .weekly_tit .weekly_time .tick-group:nth-child(1):before { content:'ÀÏ'; color:var(--co1A); position:absolute; top:3px; left:inherit; right:-24px; } 
.main_weekly .weekly_tit .weekly_time .tick-group:nth-child(2):before { display: none; } 
.main_weekly .weekly_tit .weekly_time .tick-group>div { display: flex; gap:4px; } 
.main_weekly .weekly_tit .weekly_time .tick-flip-panel-back-text, .main_weekly .weekly_tit .weekly_time .tick-flip-panel-front-text { font-size:28px; } 
.main_weekly .weekly_tit a { display: flex; align-items: center; gap:4px; } 
.main_weekly .blur_bg { width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1; } 
.main_weekly .blur_bg::before { content:''; width:100%; height:100%; background:rgba(255,255,255,0.7); position:absolute; top:0; left:0; z-index: 1; } 
.main_weekly .blur_bg img { width:100%; position:absolute; top:50%; left:50%; transform:Translate(-50%, -50%) scale(1.1); filter: blur(50px); } 
.main_weekly .pro_inner .probox .img_box { background:var(--coFF); } 
.main_weekly .pro_inner .probox { width:-webkit-fill-available; } 

/* ¸ÞÀÎ Áö±Ý ¶ß´Â »óÇ° */
.main_hot { margin-top:80px; overflow: hidden; } 
.main_hot .chipbtn .login_chip a { color:var(--co1C); } 
.main_hot .chipbtn .login_chip.on a, .main_hot .chipbtn .login_chip:hover a { color:var(--coFF); } 
.main_hot_inner { width:100%; margin-top:20px; } 
.main_hot_inner .now_keyword { display: flex; align-items: start; gap:24px; width:100%; } 
.now_keyword_slide { width:608px; height:400px; padding-right:16px; position:relative; } 
.now_keyword_slide .swiper-slide { width:592px; } 
.now_keyword_slide .swiper-slide .line1 { display: flex; align-items: center; justify-content: space-between; height:40px; padding:0 16px; border-radius: 5px; border:1px solid var(--coFF); transition:all 0.2s; cursor: pointer; } 
.now_keyword_slide .swiper-slide .line1>div { display: flex; align-items: center; justify-content: center; gap:20px; } 
.now_keyword_slide .swiper-slide .line1 .ntRB16 { display: -webkit-box; max-width:470px; padding-right:1px; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; overflow: hidden; } 
.now_keyword_slide .swiper-slide .line1 .spMB14 { display: flex; align-items: center; justify-content: center; gap:4px; } 
.now_keyword_slide .swiper-slide.swiper-slide-thumb-active .line1 { border:1px solid var(--co1A); border-radius: 5px; } 
.now_keyword_slide .swiper-slide.on .line1 { border:1px solid var(--co1A); } 
.now_keyword_slide .swiper-slide.on .line1::before { content:''; clip-path: polygon(63% 50%, 0 16%, 0 84%); width:16px; height:16px; background:var(--co1A); position:absolute; top:12px; right:-15px; } 
.now_keyword_slide .swiper-slide.on .line1::after { content:''; clip-path: polygon(63% 50%, 0 16%, 0 84%); width:14px; height:14px; background:var(--coFF); position:absolute; top:13px; right:-12px; } 
.now_keyword_slide .swiper-slide.on .line1 .ntRB16 { font-family:'noto-M'; color:var(--co1A)!important; } 
.now_keyword_pro { width:588px; } 
.now_keyword_pro ul { display: flex; flex-direction: column; gap:20px; width:588px; max-height:400px; overflow:hidden auto; } 
.now_keyword_pro ul li a { display: flex; justify-content: flex-start; gap:16px; } 
.now_keyword_pro ul li a .imgbox { width:90px; height:90px; border-radius:5px; background:var(--coF9); overflow:hidden; } 
.now_keyword_pro ul li a .imgbox img { width:100%; mix-blend-mode: multiply; } 
.now_keyword_pro ul li a .txtbox { display: flex; flex-direction:column; gap:12px; width:calc(100% - 146px); } 
.now_keyword_pro ul li a .price { display: flex; align-items: center; gap:4px; } 
.now_keyword_pro ul li a .price p + p { margin-left:8px; } 
.now_keyword_pro ul li a .price p + p + p { margin-left:0px; } 
.hot_tab_cont .hot_pro_slide { position:relative; } 
.hot_tab_cont .hot_pro_slide .swiper-button-prev.swiper_prev { top:91px; left:-21px; opacity:0; } 
.hot_tab_cont .hot_pro_slide .swiper-button-next.swiper_next { top:91px; right:-21px; opacity:0; } 
.hot_tab_cont:hover .swiper-button-prev.swiper_prev, .hot_tab_cont:hover .swiper-button-next.swiper_next { opacity:1; } 

/* ¸ÞÀÎ ÁÖ¸ñÇÒ ±âÈ¹Àü */
.main_event { margin-top:80px; overflow:hidden; } 
.main_inner_evt { position:relative; } 
.main_inner_evt .flex { display: flex; align-items: flex-start; gap:20px; justify-content: center; } 
.main_inner_evt .flex a { border-radius:20px; border:1px solid var(--coD8); overflow: hidden; } 
.main_inner_evt .flex .imgbox { width:388px; height:220px; overflow:hidden; } 
.main_inner_evt .flex .imgbox img { display: block; width:100%; }
.main_inner_evt .flex .txtbox { display: flex; flex-direction: column; gap:8px; height:200px; padding:30px; box-sizing: border-box; } 
.main_inner_evt .swiper-button-prev.swiper_prev { top:200px; left:-21px; opacity:0; } 
.main_inner_evt .swiper-button-next.swiper_next { top:200px; right:-21px; opacity:0; } 
.main_inner_evt:hover .swiper-button-prev.swiper_prev, .main_inner_evt:hover .swiper-button-next.swiper_next { opacity:1; } 

/* ¼îÇÎ Àü È®ÀÎ ÇÊ¼ö */
.main_shopping_check { margin-top:80px; overflow: hidden; } 
.main_check_cont .shopping_check_slide { position:relative; } 
.main_check_cont .swiper-container { padding-top:20px; } 
.main_check_cont .card_wrap { width: 388px; } 
.main_check_cont .card_wrap>a { display: block; width:100%; height:100%; } 
.main_check_cont .card_wrap .top { width: 100%; height: 220px; background: var(--coF9); border-radius: 20px; } 
.main_check_cont .card_wrap .card { width: 240px; height: 260px; border-radius: 10px 10px 0px 0px; position: relative; animation: gradient 8s ease infinite; margin: 0 auto; transform: translateY(40px); transition: all 0.3s; } 
.main_check_cont .card_wrap .card1 { background: radial-gradient(#F33E50,#F23F8D,#F33E50,#F23F8D); background-size: 300% 300%; box-shadow: 10px 20px 24px rgb(243, 62, 80, 0.16); } 
.main_check_cont .card_wrap .card2 { background: radial-gradient(#FFB200,#FF5E00,#FFB200,#FF5E00); background-size: 300% 300%; box-shadow: 10px 20px 24px rgb(255,178,0, 0.16); } 
.main_check_cont .card_wrap .card3 { background: radial-gradient(#1B50D9,#1A90D9,#1B50D9,#1A90D9); background-size: 300% 300%; box-shadow: 10px 20px 24px rgb(27,80,217, 0.16); } 
.main_check_cont .card_wrap .card4 { background: radial-gradient(#2090FF,#21DAFF,#2090FF,#21DAFF); background-size: 300% 300%; box-shadow: 10px 20px 24px rgb(32,144,255, 0.16); } 
.main_check_cont .card_wrap .card5 { background: radial-gradient(#FF5759,#FF5792,#FF5759,#FF5792); background-size: 300% 300%; box-shadow: 10px 20px 24px rgb(255,87,89, 0.16); } 
.main_check_cont .card_wrap .card6 { background: radial-gradient(#0066B3,#00A1B3,#0066B3,#00A1B3); background-size: 300% 300%; box-shadow: 10px 20px 24px rgb(0,102,179, 0.16); } 
.main_check_cont .card_wrap .card7 { background: radial-gradient(#009376,#009445,#009376,#009445); background-size: 300% 300%; box-shadow: 10px 20px 24px rgb(0,147,118, 0.16); } 
.main_check_cont .card_wrap .card8 { background: radial-gradient(#000000,#4D4D4D,#000000,#4D4D4D); background-size: 300% 300%; box-shadow: 10px 20px 24px rgb(0,0,0, 0.16); } 
.main_check_cont .card_wrap .card9 { background: radial-gradient(#0067AC,#009FAB,#0067AC,#009FAB); background-size: 300% 300%; box-shadow: 10px 20px 24px rgb(0,103,172, 0.16); } 
.main_check_cont .card_wrap a.on .card { transform: translateY(-10px); } 
.main_check_cont .card_wrap .card > div { width: 212px; position: absolute; top: 20px; left: 20px; z-index: 1; } 
.main_check_cont .card_wrap .card > div img { width: 100%; } 
.main_check_cont .card_wrap .card::before { content: ''; width: calc(100% - 8px); height: 256px; backdrop-filter: brightness(120%) blur(30px); position: absolute; top: 4px; left: 4px; border-radius: 8px 8px 0px 0px; } 
.main_check_cont .card_wrap .card::after { content: ''; width: 36px; height: 40px; position: absolute; top: 60px; right: 20px; background: url('//image5.compuzone.co.kr/img/images/pay_benefit/card_obj.png') top center/contain no-repeat; } 
@keyframes gradient { 
	0% { background-position: 0% 50%; } 
	50% { background-position: 100% 0%; } 
	100% { background-position: 0% 50%; } 
 }
.main_check_cont .card_wrap .txt_wrap { display: flex; flex-direction: column; gap: 8px; align-items: center; background: var(--coFF); padding: 30px 0 16px; position: relative; z-index: 1; box-sizing: border-box; text-align: center; } 
.main_check_cont .card_wrap .txt_wrap .badge_list { display: flex; justify-content: center; gap: 5px; position: absolute; top: -16px; } 
.main_check_cont .card_wrap .txt_wrap .badge_list span { display: flex; align-items: center; justify-content: center; height: 32px; padding: 0 12px; box-sizing: border-box; background: var(--co1A); border-radius: 16px; font-size: 14px; font-family: 'noto-R'; color: var(--coFF); } 
.main_check_cont .swiper-button-prev.swiper_prev { top:110px; left:-21px; opacity:0; } 
.main_check_cont .swiper-button-next.swiper_next { top:110px; right:-21px; opacity:0; } 
.main_check_cont:hover .swiper-button-prev.swiper_prev, .main_check_cont:hover .swiper-button-next.swiper_next { opacity:1; } 
/* Ä«µåÇýÅÃ 1°³ÀÏ¶§ ³ëÃâ */
.shopping_check_evt .card_wrap { width:100%; height:180px; padding-top:20px; overflow: hidden; } 
.shopping_check_evt .card_wrap>a { display: flex; justify-content: space-between; align-items: flex-start; padding:0 64px 40px 40px; background:var(--coF9); border-radius:20px; box-sizing: border-box; } 
.shopping_check_evt .card_wrap .txt_wrap { align-items: flex-start; background:none; padding-top:40px; } 
.shopping_check_evt .card_wrap .txt_wrap>.flex { display: flex; align-items: center; gap:8px; } 
.shopping_check_evt .card_wrap .txt_wrap .badge_list { position:unset; } 
.shopping_check_evt .card_wrap .card { width:294px; height:200px; margin:0; } 
.shopping_check_evt .card_wrap .card::after { top:20px; } 
.shopping_check_evt .card_wrap .card > div { width:212px; } 
/* È¸¿øÇýÅÃµî ¹è³Ê¿µ¿ª */
.shopping_check_bnr { display: flex; align-items: center; justify-content: space-between; margin-top:20px; } 
.shopping_check_bnr a { display: block; width:592px; height:100%; border-radius: 20px; overflow: hidden; } 
.shopping_check_bnr a img { display: block; width:100%; height:100%; } 

/* ¸ÞÀÎ Ä«Å×°í¸®º° ÀÎ±â»óÇ° */
.main_category { height:auto; margin-top:80px; border-top:1px solid var(--coD8); position:relative; } 
.main_category .main_category_inner { display: flex; justify-content: flex-end; gap:80px; min-width:1204px; } 
.main_category .cate_scroll { display: flex; justify-content:flex-end; width:calc(50% + 140px); padding:80px 0; } 
.main_category .cate_scroll .cate_scroll_inner { width:742px; } 
.main_category .cate_scroll .cate_inner_tit { margin-bottom:48px; } 
.main_category .category_menu { margin-top:30px; } 
.main_category .category_menu>a { width:26px; height:26px; background-color:var(--coFF); border-radius: 50%; border:1px solid var(--coD8); display: none; position:absolute; top:5px; } 
.main_category .category_menu>a.cate_next_btn { right:24px; } 
.main_category .category_menu>a.cate_prev_btn { left:24px; } 
.main_category .category_menu ul { display: flex; flex-wrap: wrap; gap:8px 0; } 
.main_category .category_menu ul li { display: flex; align-items: center; justify-content: center; width:auto; } 
.main_category .category_menu ul li a { display: flex; align-items: center; justify-content: center; width:100%; height:26px; padding:0 8px; border:1px solid transparent; border-radius: 13px; color:var(--co94); font-size:14px; font-family:'noto-R'; overflow:hidden; transition:all 0.2s; } 
.main_category .category_menu ul li:hover a { color:var(--co1A); } 
.main_category .category_menu ul li.on a { background:var(--co1A); border:1px solid var(--co1A); color:var(--coFF); } 
.cate_product .cate_sub_tit { margin-bottom:30px; } 
.cate_product .cate_sub_tit_S { margin-bottom:20px; } 
/* ¸ÞÀÎ Ä«Å×°í¸®º° Á¶¸³PC »óÇ°¿µ¿ª */
.cate_product .recom_pro_box { display: flex; gap:30px; } 
.cate_product .recom_pro_box + .recom_pro_box { margin-top:56px; } 
.cate_product .recom_pro_box + .recom_pro_box:nth-child(odd) { flex-direction: row-reverse; } 
.cate_product .recom_pro_box .imgbox { width:264px; height:430px; border-radius: 15px; overflow: hidden; position:relative; } 
.cate_product .recom_pro_box .imgbox img { width:100%; } 
.cate_product .recom_pro_box .imgbox .img_txt { display: flex; flex-direction: column; gap:12px; position:absolute; top:30px; left:30px; } 
.cate_product .recom_pro_box .imgbox .img_txt a { display: flex; align-items: center; gap:4px; } 
.cate_product .recom_pro_box .txtbox { width:448px; height:430px; position:relative; } 
.cate_product .recom_pro_box .txtbox .pro_info { display: block; padding-bottom:20px; } 
.cate_product .recom_pro_box .txtbox .price { display: flex; justify-content: space-between; margin-top:12px; } 
.cate_product .recom_pro_box .txtbox .price>div { display: flex; align-items: center; gap:4px; } 
.cate_product .recom_pro_box .txtbox .price>div p + p { margin-left:8px; } 
.cate_product .recom_pro_box .txtbox .price>div p + p + p { margin-left:0px; } 
.cate_product .recom_pro_box .txtbox .txt_table { max-height:328px; overflow-y:auto; } 
.cate_product .recom_pro_box .txtbox .txt_table tr { border-bottom:1px solid var(--coD8); } 
.cate_product .recom_pro_box .txtbox .txt_table tr:last-child { border-bottom:0; } 
.cate_product .recom_pro_box .txtbox .txt_table th { width:80px; padding:10px 15px; font-size:14px; font-family:'noto-R'; font-weight: normal; color:var(--co1A); text-align: left; } 
.cate_product .recom_pro_box .txtbox .txt_table td { padding:10px 15px; font-size:14px; font-family:'noto-R'; font-weight: normal; color:var(--co1A); } 
/* ¸ÞÀÎ Ä«Å×°í¸®º° ¸ÂÃãÃßÃµ (ÇÏ´Ã»ö¹Ú½º) */
.cate_product .ad_pro_box { display: flex; flex-direction: column; gap:20px; margin-top:30px; padding:30px; border-radius: 15px; background:var(--coF3); overflow: hidden; } 
.cate_product .ad_pro_box .ad_chipbtn ul { display: flex; flex-wrap: wrap; gap:8px 0; } 
.cate_product .ad_pro_box .ad_chipbtn ul li { display: flex; align-items: center; justify-content: center; } 
.cate_product .ad_pro_box .ad_chipbtn ul li a { display: flex; align-items: center; justify-content: center; width:100%; height:26px; padding:0 8px; border:1px solid transparent; border-radius: 13px; color:var(--co94); font-size:14px; font-family:'noto-R'; overflow:hidden; transition:all 0.2s; } 
.cate_product .ad_pro_box .ad_chipbtn ul li:hover a { color:var(--co1A); } 
.cate_product .ad_pro_box .ad_chipbtn ul li.on a { background:var(--co1C); border:1px solid var(--co1C); color:var(--coFF); } 
.cate_product .ad_pro_box .ad_slide { position:relative; } 
.cate_product .ad_slide .pro_inner .probox { width:214px; } 
.cate_product .ad_slide .pro_inner .probox .img_box { width:214px; background:var(--coFF); } 
.cate_product .ad_slide .swiper-op .swiper-pagination { font-size:0; display: flex; align-items: center; justify-content: center; gap:6px; position:unset; margin-top:30px; } 
.cate_product .ad_slide .swiper-op .swiper-pagination-bullet { width:8px; height:8px; background:var(--coD8); opacity:1; } 
.cate_product .ad_slide .swiper-op .swiper-pagination-bullet-active { background:var(--co1C); } 
.cate_product .ad_slide .swiper-button-prev.swiper_prev { top:86px; left:-21px; opacity:0; } 
.cate_product .ad_slide .swiper-button-next.swiper_next { top:86px; right:-21px; opacity:0; } 
.cate_product .ad_slide:hover .swiper-button-prev.swiper_prev, .cate_product .ad_slide:hover .swiper-button-next.swiper_next { opacity:1; } 
.cate_product + .cate_product { margin-top:80px; } 
.cate_product .bnr_pro_box { display: flex; gap:30px; margin-top:48px; } 
.cate_product .bnr_pro_box .bnr { width:356px; height:356px; border-radius: 20px; overflow: hidden; } 
.cate_product .bnr_pro_box .bnr a { display: block; width:100%; height:100%; } 
.cate_product .bnr_pro_box .bnr_pro_tit { display: flex; flex-direction: column; gap:4px; } 
.cate_product .bnr_pro_box .pro_box { display: flex; flex-direction: column; justify-content: space-between; width:calc(100% - 386px); } 
.cate_product .bnr_pro_box .pro_box .probox { width:168px; } 
.cate_product .bnr_pro_box .pro_box .probox .img_box { height:168px; } 
.cate_product .cate_pro_box>.bnr_pro_box:nth-child(odd) { flex-direction: row-reverse; } 

/* ¸ÞÀÎÄ«Å×°í¸®º° ¿À¸¥ÂÊ fix¿µ¿ª */
.main_category .sticky_bnr { width:calc(50% - 220px); } 
.main_category .sticky_slide { position:sticky; top:0; right:0; height:100vh; } 
.main_category .sticky_slide .swiper-slide { background-position:right top; background-size: contain; background-repeat: no-repeat; } 
.main_category .sticky_slide .imgbox { width:100%; height:calc(100% - 56px); } 
.main_category .sticky_slide .imgbox img { position:absolute; top:0; right:0; height:100%; } 
.main_category .sticky_slide .txtbox { display: flex; flex-direction: column; gap:8px; width:calc(100% - 180px); max-width:480px; position:absolute; bottom:114px; right:-40px; transform:translateX(calc(-50% + 80px)); } 
.sticky_op { display: flex; align-items: center; gap:8px; width:calc(100% - 180px); max-width:480px; position:absolute; bottom:56px; right:-40px; transform:translateX(calc(-50% + 80px)); z-index: 1; } 
.sticky_op .custom-pagination { display: flex; justify-content:center; align-items:center; gap:30px; width:calc(100% - 40px); } 
.sticky_op .sticky_current { display: flex; align-items: center; gap:8px; width:100%; } 
.sticky_op .progress_bar { position:relative; width:100%; height:3px; background:var(--coD8); border-radius: 2px; overflow:hidden; } 
.sticky_op .progress_fill { display:block; position:absolute; inset:0; height:3px; background:var(--coFF); border-radius: 2px; transition:all } 
.sticky_op .sticky_current span { font-size:14px; font-family:'spoqa R'; color:var(--coFF); letter-spacing:1.2px; } 
.sticky_op .left { background:url('//image5.compuzone.co.kr/img/images/svg_icon/FFFFFF/icon_line_prev_12.svg') center/12px no-repeat; } 
.sticky_op .right { background:url('//image5.compuzone.co.kr/img/images/svg_icon/FFFFFF/icon_line_next_12.svg') center/12px no-repeat; } 

@media screen and (max-width: 1910px) {
	.main_category .sticky_slide .swiper-slide { background-position:center center; background-size:cover; } 
	.main_category .sticky_slide .txtbox { left:56px; transform:none; } 
	.sticky_op { left:56px; right:inherit; transform:none; } 
 }
@media screen and (min-height:1080px) {
	.main_category .sticky_slide .swiper-slide { background-position:center center; background-size:cover; } 
	.main_category .sticky_slide .txtbox { left:56px; transform:none; } 
	.sticky_op { left:56px; transform:none; } 
 }

/* Ä«Å×°í¸®º° ÀÎ±â»óÇ° ¸Þ´º ½ºÅ©·Ñ½Ã °íÁ¤ */
.main_category .category_menu.scroll { width:100%; max-width:1920px; margin:0; padding:4px 24px 12px; position:fixed; top:56px; left:50%; transform:TranslateX(-50%); z-index:11; box-sizing: border-box; backdrop-filter:blur(10px); } 
.main_category .category_menu.scroll::before { content:''; width:200%; height:100%; background:var(--coFF); border-bottom:1px solid var(--coD8); position:absolute; top:0; left:-50%; opacity:0.9; z-index:-1; } 
.main_category .category_menu.scroll .scrollX { width:calc(100% - 70px); margin-left:1px; padding:0 34px; overflow:auto hidden; } 
.scrollX::-webkit-scrollbar { display: none; } 
.main_category .category_menu.scroll ul { width:max-content; flex-wrap: nowrap; } 
.main_category .category_menu.scroll ul li:hover a, .main_category .category_menu.scroll ul li.on a { background:transparent; border:1px solid transparent; color:var(--co1A); font-family:'noto-M'; } 
.main_category .category_menu.scroll.scroll>a { display: block; } 

/* ¸ÞÀÎ ÇÏ´Ü ¼­ºñ½º¿µ¿ª */
.service_wrap { width:100%; padding:40px 0; background:var(--coF9); } 
.service_wrap .main_inner { display: flex; gap:40px; justify-content: space-between; } 
.service_wrap .main_inner>div { width:164px; } 
.service_wrap .main_inner>div:nth-child(1) { width:388px; } 
.service_wrap .service_tab { display: flex; justify-content: space-between; align-items: center; } 
.service_wrap .service_tab ul { display: flex; align-items: center; gap:20px; } 
.service_wrap .service_tab ul a { color:var(--co6C); } 
.service_wrap .service_tab ul li { position:relative; } 
.service_wrap .service_tab ul li.on::before { content:''; width:100%; height:2px; background:var(--co1A); position:absolute; left:0; bottom:-20px; } 
.service_wrap .service_tab ul li.on a { color:var(--co1A); } 
.service_wrap .service_tit { padding-bottom:20px; border-bottom:1px solid var(--coD8); } 
.service_wrap .service_cont { display: flex; flex-direction: column; gap:8px; margin-top:20px; } 
.service_wrap .service_cont .service_noti_cont { display: flex; flex-direction: column; gap:8px; } 
.service_wrap .service_cont dl { display: flex; align-items: center; justify-content: space-between; line-height:17px; } 
.service_wrap .service_cont dl dt { font-family:'¸¼Àº°íµñ', "malgun gothic"; } 
.service_wrap .service_cont a { font-size:13px; font-family:'¸¼Àº°íµñ', "malgun gothic"; color:var(--co6C); } 
.service_wrap .gap12_wrap { display: flex; flex-direction: column; gap:12px; margin-top:52px; } 
.service_wrap .service_cont> .gap12_wrap { margin-top:24px; } 
.service_wrap .sns_icon { display: flex; align-items: center; border:1px solid var(--coD8); border-radius: 2px; } 
.service_wrap .sns_icon a { display: flex; align-items: center; justify-content: center; background-color:var(--coFF); width:40px; height:40px; border-right:1px solid var(--coD8); } 
.service_wrap .sns_icon a:last-child { border-right:0; } 
.service_wrap .sns_icon .blog { background:url('//image5.compuzone.co.kr/img/images/svg_icon/Fill/icon_fill_vivid_facebook.svg') center/24px no-repeat; } 
.service_wrap .sns_icon .face { background:url('//image5.compuzone.co.kr/img/images/svg_icon/Fill/icon_fill_vivid_naver_blog.svg') center/24px no-repeat; } 
.service_wrap .sns_icon .insta { background:url('//image5.compuzone.co.kr/img/images/svg_icon/Fill/icon_fill_vivid_instagram.svg') center/24px no-repeat; } 
.service_wrap .sns_icon .tube { background:url('//image5.compuzone.co.kr/img/images/svg_icon/Fill/icon_fill_vivid_youtube.svg') center/24px no-repeat; } 
.service_wrap .call_noti { display: flex; flex-direction: column; gap:4px; } 
.service_wrap .call_center { display: flex; align-items: center; justify-content: space-between; } 
.service_wrap a.gap4 { display: flex; align-items: center; gap:4px; height:17px; } 

/***** ±âÁ¸ ÆË¾÷µé *****/
/* Àå¹Ù±¸´ÏÆË¾÷ */
.basket_layerpop { position:fixed; left:50%; margin-left:-205px; top:50%; margin-top:-90px; text-align:left; box-sizing: border-box; font-family:'spoqa R'; letter-spacing:-1px; width:410px; height:180px; padding:25px; display:block; border:1px solid var(--co94); background:var(--coFF); z-index:100; box-shadow:2px 4px 10px 0px rgba(0,0,0,0.1); } 
.basket_layerpop .bskpop_txt { text-align: center; font-size:16px; } 
.basket_layerpop .bskpop_txt >span { display:inline-block; margin: 20px 0 30px 0; } 
.basket_layerpop .btn_area { display: flex; gap: 10px; } 
.basket_layerpop .btn_area button { width:50%; border:1px solid var(--coD8); padding:15px 0; font-family: 'noto-R'; font-size:15px; background-color:transparent; } 
.basket_layerpop .btn_area button.bkbg { width:50%; border:1px solid var(--co1A); background:var(--co1A); color: var(--coFF); } 
.basket_layerpop .bskpop_close { position:absolute !important; padding:0 !important; top:20px; right:20px; width:16px; height:16px; background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -350px -130px no-repeat; } 

/* Á¦Ç° »ó¼¼ÆäÀÌÁö ¹× ¾ÆÀÌ¿÷½º¿Í ÃßÃµÁ¶¸³»óÇ° ¸®½ºÆ® ÆäÀÌÁöÀÇ ºñ±³ ¾ÆÀÌÄÜ */
.compare_bt { width: 60px; height: 22px; border-radius: 50px; background: var(--coE8); color: var(--co94); float: right; text-align: center; cursor: pointer; display: flex; align-items: center; justify-content: center; gap:2px; } 
.compare_bt.on { background:var(--co1C); color: var(--coFF); } 
.compare_bt > p { display: inline-block; font-size:13px; font-family:'¸¼Àº°íµñ'; line-height: 22px; } 
.compare_img { display: inline-block; width: 16px; height: 16px; border-radius: 50%; background:url('//image5.compuzone.co.kr/img/images/svg_icon/ETC/icon_fill_light_check.svg') center center/contain no-repeat; box-sizing: border-box; } 
.compare_bt.on .compare_img { background:url('//image5.compuzone.co.kr/img/images/svg_icon/Fill/icon_fill_vivid_check.svg') center center/contain no-repeat; } 
.no-drag { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none; } 

/*ºñ±³ÇÏ±â ·¹ÀÌ¾îÆË¾÷ ¿©·¯ ÆäÀÌÁö¿¡¼­ µ¿ÀÏÇÑ ½ºÅ¸ÀÏ·Î »ç¿ë*/
.prd_compare_LyPop { width: 530px; max-height: 520px; position: absolute; display: inline-block; border: 1px solid #a6a6a6; background: var(--coFF); z-index:10000; -webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.05); -moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.05); box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.05); } 
.prd_compare_LyPop .pc_LyPop_close { position:absolute !important; padding:0 !important; top:15px; right:15px; width:16px; height:16px; background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -350px -130px no-repeat; } 
.prd_compare_LyPop .prd_compare_head { width: 100%; height: 30px; padding: 0 30px; margin-top: 57px; box-sizing:border-box; } 
.prd_compare_LyPop .prd_compare_head .pch_title { font-size:22px; color:var(--co3A); font-family: 'noto-B'; } 
.prd_compare_LyPop .prd_compare_head .pch_bt { position: relative; width: 82px; height: 28px; float: right; margin-left: 10px; cursor: pointer; font-size:14px; text-align: center; line-height: 30px; font-family: 'noto-R'; } 
.prd_compare_LyPop .prd_compare_head .pch_bt.delete { background: var(--coFF); color: var(--co3A); border: 1px solid var(--co3A); } 
.prd_compare_LyPop .prd_compare_head .pch_bt.winPop { background: var(--co1C); color: var(--coFF); border: 1px solid var(--co1C); } 
.prd_compare_LyPop .prd_compare_head .pch_bt.winPop > .winPop_a { position: absolute; top:0; left: 0; width: 82px; height: 28px; } 
.prd_compare_LyPop .prd_compare_body { width: 100%; max-height: 418px; overflow-y: auto; margin-top: 14px; border-top: 1px solid var(--coD8); } 
.prd_compare_LyPop .prd_compare_body .compare_li { width: 100%; height: 158px; border-bottom: 1px solid var(--coD8); box-sizing:border-box; padding: 14px 26px; font-family: 'noto-R'; color: var(--co3A); position: relative; } 
.prd_compare_LyPop .prd_compare_body .compare_li .compare_num { font-size: 13px; line-height: 22px; vertical-align: top; font-family: '¸¼Àº°íµñ', 'malgun gothic'; } 
.prd_compare_LyPop .prd_compare_body .compare_li .compare_img { width: 128px; height: 128px; border: 1px solid var(--coD8); margin-left: 14px; border-radius: 0; } 
.prd_compare_LyPop .prd_compare_body .compare_li .compare_img > img { width: 100%; height: 100%; } 
.compare_li .compare_name_price { display: inline-block; margin-left: 20px; width: 250px; vertical-align: top; letter-spacing: -0.5px } 
.compare_li .compare_name_price .compare_name { font-size:14px; margin-bottom: 10px; line-height: 20px; word-break: keep-all; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } 
.compare_li .compare_name_price .compare_price > span { padding-right: 7px; } 
.compare_li .compare_name_price .compare_price .discount { font-size: 20px; font-family: 'spoqa R'; font-weight: bold; letter-spacing: -0.5px; color: var(--coF1); } 
.compare_li .compare_name_price .compare_price .won { font-size: 20px; font-family: 'noto-B'; } 
.compare_li .compare_name_price .compare_price .won strong { font-family: 'spoqa R'; } 
.compare_li .compare_name_price .compare_price .won > em { font-size: 18px; } 
.compare_li .compare_name_price .compare_price .under { font-family: 'spoqa R'; font-size: 15px; color: var(--co6C); text-decoration: line-through; } 
.compare_li .compare_name_price .compare_price .rating { display: block; font-size: 13px; color: var(--co6C); margin-top: 7px; font-family: '¸¼Àº°íµñ', 'malgun gothic'; } 
.compare_li .compare_name_price .compare_price .rating b { font-family: '¸¼Àº°íµñ', 'malgun gothic'; } 
.compare_li .compare_name_price .compare_price .rating .Product_star { background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) var(--coFF) -8px -181px; width: 73px; height: 12px; display: inline-block; margin: 0; } 
.compare_li .compare_name_price .compare_price .rating .Product_starIco { background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) var(--coFF) -8px -166px; height: 12px; display: inline-block; margin: 0; } 
.compare_close { position:absolute; top:20px; right:20px; width:11px; height:11px; background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new_1.png) -366px -130px no-repeat; cursor: pointer; } 

/* ±¸¸Å¼ö·® Á¦ÇÑ»óÇ° ¾ó·µ »èÁ¦ ¹× ·¹ÀÌ¾î ÆË¾÷ Ãß°¡ */
.prd_opt_LyPop { width: 500px; padding: 25px; position: fixed; display: block; border: 1px solid #b7bbc0; background: var(--coFF); z-index:999; left:50%; top:50%; transform: translate(-50%, -250px); } 
.prd_opt_LyPop .s_close { position:absolute !important; padding:0 !important; top:20px; right:20px; width:16px; height:16px; background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -350px -130px no-repeat; } 
.prd_opt_LyPop.same { width: 466px; padding: 44px 24px 28px; display: none; text-align: center; box-sizing: border-box; } 
.prd_opt_LyPop.same > p { font-family: "spoqa R"; } 
.prd_opt_LyPop.same > p.pd_name, .prd_opt_LyPop.max_num > p.info_sub_text { color: #686868; font-family: '¸¼Àº°íµñ',malgun gothic,'µ¸¿ò',Dotum,AppleGothic,sans-serif; } 
.prd_opt_LyPop.same > p.pd_name { font-size: 14px; padding: 0 22px; line-height: 18px; margin-bottom: 18px; word-break: break-all; } 
.prd_opt_LyPop.same > p.info_text, .prd_opt_LyPop.same > p.info_bsk_text { font-size: 16px; color: var(--co1A); line-height: 16px; } 
.prd_opt_LyPop.same > p.info_text { margin-bottom: 8px; } 
.prd_opt_LyPop.same > p.info_text > b { font-size: 16px; color: #ff5555; line-height: 16px; } 
.prd_opt_LyPop.same > p.info_sub_text { font-size: 13px; line-height: 13px; } 
.prd_opt_LyPop.login_go> p.info_text, .prd_opt_LyPop.max_num > p.info_sub_text, .prd_opt_LyPop.max_num_bsk > p.info_bsk_text { margin-bottom: 30px; } 
.prd_opt_LyPop.max_num_bsk > p.info_sub_text { margin-bottom: 20px; } 
.prd_opt_LyPop.same .btn_area { width: 100%; height: 45px; } 
.prd_opt_LyPop.same .btn_area button { height: 45px; background: var(--co1A); color: var(--coFF); font-size: 15px; font-family: noto-M; display: inline-block; cursor: pointer; box-sizing: border-box; } 
.prd_opt_LyPop.login_go .btn_area button { width: 191px; } 
.prd_opt_LyPop.max_num .btn_area button { width: 172px; } 
.prd_opt_LyPop.max_num_bsk .btn_area { overflow: hidden; } 
.prd_opt_LyPop.max_num_bsk .btn_area button { width: 207px; float: left; } 
.prd_opt_LyPop.max_num_bsk .btn_area button:first-child { background: var(--coFF); color: var(--co1A); border:1px solid #ccc; } 
.max_num_pd { width: 644px; padding: 25px; border:1px solid #b7bbc0; box-sizing: border-box; position: fixed; left: 50%; top: 20%; transform: translateX(-50%); background: var(--coFF); display: inline-block; z-index: 10000; } 
.max_num_pd * { box-sizing: border-box; letter-spacing: -1px; } 
.max_num_pd .max_num_pd_title { font-family: noto-B; color: var(--co1A); font-size: 19px; line-height: 18px; margin-bottom: 18px; } 
.max_num_pd .max_num_pd_inpo { font-family: noto-M; color: var(--co6C); font-size: 14px; line-height: 20px; margin-bottom: 18px; } 
.max_num_pd_ul { width: 100%; max-height: 325px; overflow-x: hidden; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; margin-bottom: 25px; } 
.max_num_pd_ul::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/ } 
.max_num_pd_ul_head { width: 100%; height: 26px; background: var(--coF9); border: solid #eee; border-width: 1px 0 1px; display: table; } 
.max_num_pd_ul li { width: 100%; height: 93px; list-style: none; border-bottom: 1px solid #eee; } 
.max_num_pd_ul_head > div { height: 100%; text-align: center; display: table-cell; color: var(--co1A); font-weight: bold; font-size: 12px; vertical-align: middle; } 
.max_num_pd_ul li > div { height: 92px; text-align: center; display: table-cell; vertical-align: middle; } 
.max_num_pd .max_num_pd_1 { width: 382px; } 
.max_num_pd .max_num_pd_2, .max_num_pd .max_num_pd_3 { width: 106px; } 
.max_num_pd_ul li .max_num_pd_2, .max_num_pd_ul li .max_num_pd_3 { font-weight: bold; font-size: 16px; border-left: 1px solid #eee; } 
.max_num_pd_ul li .max_num_pd_1 { text-align: left; padding-top: 10px; vertical-align: top; } 
.max_num_pd_ul li .max_num_pd_1 > div { float: left; } 
.max_num_pd_ul li .max_num_pd_1 .max_num_pd_1_img { width: 72px; height: 72px; border: 1px solid #eee; margin-right: 10px; display: inline-block; } 
.max_num_pd_ul li .max_num_pd_1 .max_num_pd_1_img > img { width: 100%; height: 100%; display: block; } 
.max_num_pd_ul li .max_num_pd_1 .max_num_pd_1_info { width: 290px; display: inline-block; } 
.max_num_pd_ul li .max_num_pd_1_info > p { font-size: 12px; line-height: 16px; } 
.max_num_pd_ul li .max_num_pd_1_info > p.mnp1_cate { color: var(--co1A); } 
.max_num_pd_ul li .max_num_pd_1_info > p.mnp1_name { color: #616161; margin-bottom: 3px; } 
.max_num_pd_ul li .max_num_pd_1_info > p.mnp1_red { color: var(--coF1); font-family: "spoqa R"; } 
.max_num_pd_ul li .max_num_pd_2 { color: #616161; font-weight: bold; font-size: 16px; } 
.max_num_pd_ul li .max_num_pd_3 { color: #1a75d2; font-weight: bold; font-size: 16px; } 
.max_num_pd_btns { width: 100%; height: 44px; overflow: hidden; text-align: center; } 
.max_num_pd_btns > a { width: 50%; height: 100%; display: inline-block; text-align: center; line-height: 42px; font-family: noto-M; font-size: 15px; background: var(--coFF); color: var(--co1A); text-decoration: none !important; border:1px solid #ccc; } 
.max_num_pd_btns > a.num_change { background: var(--co1A); color: var(--coFF); border:1px solid var(--co1A); float: right; } 

/* PC ÇÏ´Ü ¹è³Ê Ãß°¡ */
.ask_estimate_bn { position: fixed; left: 50%; margin-left: -516px; bottom: 67px; width: 1030px; height: 50px; border-radius: 11px; background-color: var(--co1A); background: rgba(0,0,0,0.75); box-sizing: border-box; padding: 0 38px 0 80px; z-index: 101; } 
.ask_estimate_bn > p { line-height: 50px; color: var(--coFF); font-family: noto-R; display: inline-block; font-size: 18px; } 
.ask_estimate_bn > p > b { line-height: 50px; color: #67ffff; font-family: noto-R; font-size: 18px; } 
.arrowR { position: relative; background: rgba(0,0,0,0.75); display: inline-block; vertical-align: 6px; margin-left: 10px; } 
.arrowR:after, .arrowR:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.arrowR:after { border-color: rgba(0, 0, 0, 0); border-left-color: rgba(0,0,0,0.75); border-width: 4px; margin-top: -4px; } 
.arrowR:before { border-color: rgba(254, 255, 155, 0); border-left-color: #feff9b; border-width: 7px; margin-top: -7px; } 
.ask_estimate_bn span { color: var(--coFF); font-size: 15px; line-height: 50px; font-family: noto-R; float: right; } 
.ask_estimate_bn a { display: inline-block; width: auto; height: 14px; text-decoration: none; position: relative; vertical-align: middle; margin-left: 10px; } 
/* ±¸ÇØÁà°ßÀû ·¹ÀÌ¾îÆË¾÷ */
#layer_ask_estimate { position:Absolute; left:50%; top:30%; margin-left:-575px; text-align:left; border:1px solid #b7bbc0; background-color:var(--coFF); font-family:'spoqa R'; letter-spacing:-1px; z-index:10; box-sizing:border-box; } 
#layer_ask_estimate .s_close { position:Absolute; padding:0; width:16px; height:16px; top:10px; right:10px; background:url("//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png") -460px -185px no-repeat; } 
.askEstbtn_area { width:100%; height:50px; font-size:0; } 
.askEstbtn_area a { display:inline-block; width:50%; height:100%; line-height:50px; font-size:15px; text-align:center; } 
.askEstbtn_area a:first-child { background:var(--coFF); color:var(--co1A); } 
.askEstbtn_area a:last-child { background:var(--co1A); color:var(--coFF); } 

/* ºü¸¥ÇÈ¾÷ */
.quick_pickUP_icon { display: inline-block; position: relative; height: 17px; width: 140px; } 
.quick_pickUP_icon > b { color: var(--co1C); font-size:14px; font-family: noto-M; font-style: italic; padding-left: 22px; display: inline-block; position: absolute; line-height: 17px; cursor: pointer; height: 25px; font-weight: normal; } 
.quick_pickUP_icon > b:before { content: ''; position: absolute; width:20px; height:20px; background: url('//image5.compuzone.co.kr/img/images/svg_icon/Fill/icon_fill_light_spark.svg') center center/contain no-repeat; display: inline-block; left: 0; top: 0; } 

/* 107554 °¡»êÁ¡ ºü¸¥ÇÈ¾÷ ·¹ÀÌ¾î °³¼± */
.quick_pickUP_layer_pop { display:none; width: 410px; height: auto; position: absolute; top:23px; left: -259px; background-color: var(--coFF); box-sizing: border-box; z-index: 99; padding: 30px; border: 1px solid #B4B4B4; } 
.quick_pickUP_icon .quick_pickUP_layer_pop .qpup_tit h2 { padding-bottom: 15px; margin:0 0 15px; font-size: 18px; font-family: 'noto-B'; font-weight: normal; color: var(--co1A); border-bottom: 1px solid var(--co1A); text-align: center; } 
.quick_pickUP_layer_pop .qpup_tit > button { width: 16px; height: 16px; background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -350px -130px no-repeat; position: absolute; top: 20px; right: 20px; } 
.quick_pickUP_layer_pop > button { width: 100%; max-width: 350px; height: 50px; background: var(--co1A); border-radius: 2px; color: var(--coFF); margin: auto; } 
.quick_pickUP_layer_pop .qpup_notice { display: block; width: 100%; text-align: left; margin: 20px 0 30px; padding: 20px; background: var(--coF9); border-top: 1px solid var(--coD8); border-bottom: 1px solid var(--coD8); box-sizing: border-box; } 
.quick_pickUP_layer_pop .qpup_notice > p { color: var(--co6C) !important; margin-top: 4px; letter-spacing: -0.33px; } 
.quick_pickUP_layer_pop .qpup_notice > p:first-child { margin: unset; } 

/* Ã»¼Ò³â ±¸¸Å ºÒ°¡ »óÇ° ·¹ÀÌ¾î ÆË¾÷ */
.R_rated_dimmed { position: fixed; z-index: 10001; width: 100%; height: 100vh; top: 0; left: 0; } 
.R_rated_dimmed:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--co1A); opacity: 0.6; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); } 
.R_rated_dimmed .layer_pop { position: absolute; width: 350px; padding: 45px 0 36px; text-align: center; background-color: var(--coFF); box-sizing: border-box; top: 50%; left: 50%; margin-top: -260px; margin-left: -175px; border: 0; } 
.R_rated_dimmed .layer_pop * { box-sizing: border-box; font-family: noto-R; letter-spacing: -0.5px; } 
.R_rated_dimmed .layer_pop .s_close { position:absolute !important; padding:0 !important; top:16px; right:18px; width:16px; height:16px; background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) -350px -130px no-repeat; } 
.R_rated_dimmed .layer_pop .R_rated_title,
.R_rated_dimmed .layer_pop .R_rated_title > span { font-size:18px; font-family: noto-B; line-height: 26px; color: var(--coF1); letter-spacing: -1px; } 
.R_rated_dimmed .layer_pop .R_rated_title { color:var(--co3A);; margin-bottom:15px; width: 100%; } 
.R_rated_dimmed .layer_pop .R_rated_icon { height: 94px; width: 100%; margin-bottom: 10px; background: url("//image5.compuzone.co.kr/img/images/popup/R_rated_icon_pc.png") top center no-repeat; } 
.R_rated_dimmed .layer_pop .R_rated_notice { color:#b4b4b4; width: 100%; font-size: 12px; line-height: 20px; margin-bottom: 16px; } 
.R_rated_dimmed .layer_pop .R_rated_box { width: 100%; padding: 0 20px; } 
.R_rated_dimmed .layer_pop .R_rated_box > span { display: block; width: 100%; } 
.R_rated_dimmed .layer_pop .R_rated_box .R_rated_info { padding: 16px 0 28px; border-top: 1px solid var(--coD8); color: var(--co3A);; font-size: 15px; line-height: 21px;  } 
.R_rated_dimmed .layer_pop .R_rated_box .R_rated_info > b { display: inline-block; font-family: noto-B; text-decoration: underline; color: var(--co3A);; font-size: 15px; line-height: 21px;  } 
.R_rated_dimmed .layer_pop .R_rated_box .R_rated_btn_wrap:after { content: ''; display: block; clear: both; } 
.R_rated_dimmed .layer_pop .R_rated_box .R_rated_btn_wrap > button { display: inline-block; float: left; width: 152px; height: 43px; color: var(--coFF); border-radius: 0; border: 0; outline: 0; cursor: pointer; -webkit-appearance: none; font-size: 16px; line-height: 1; } 
.R_rated_dimmed .layer_pop .R_rated_box .R_rated_btn_wrap > button + button { margin-left: 6px; } 
.R_rated_dimmed .layer_pop .R_rated_box .R_rated_btn_wrap .R_rated_btn_BL { background-color: var(--co13); } 
.R_rated_dimmed .layer_pop .R_rated_box .R_rated_btn_wrap .R_rated_btn_BK { background-color: var(--co1A); } 

/* ¾÷Ã¼Á÷¹è¼Û ¹è¼Ûºñ ÇÒÀÎ ±â´É°³¼± */
.deli_saving_popup .pop_bg_inner > button { position: absolute; width: 47px; height: 47px; right: -47px; top: 0; z-index: 4; outline: none; background: url(//image5.compuzone.co.kr/img/images/main2019/function_icon.png) no-repeat -56px -11px var(--co13); } 
.pop_bg_bk.deli_saving_popup { display: block; overflow-x: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); z-index: 10000; text-align: center; } 
.pop_bg_bk.deli_saving_popup .pop_bg_inner { position: relative; display: inline-block; top: 50%; height: 628px; margin-top: -314px; left: auto; width: 1197px; padding: 42px 40px 45px; vertical-align: middle; text-align: center; background-color: var(--coFF); box-sizing: border-box; } 
.pop_bg_bk.deli_saving_popup .pop_bg_inner.less_pd4 { width: 751px; min-width: 751px; } 
.pop_bg_bk.deli_saving_popup .pop_bg_inner * { box-sizing: border-box; font-family: noto-R; } 
.deli_saving_popup .dsp_tit { display: block; width: 100%; } 
.deli_saving_popup .dsp_tit * { width: 100%; text-align: center; display: block; letter-spacing: -1px; } 
.deli_saving_popup .dsp_tit > h1 { color: var(--co1A); font-size: 24px; line-height: 28px; font-family: "spoqa B" !important; letter-spacing: 0; } 
.deli_saving_popup .dsp_tit > h2 { color: var(--co1A); font-size: 24px; line-height: 28px; font-family: "spoqa B" !important; letter-spacing: 0; } 
.deli_saving_popup .dsp_tit > p { color: var(--co3A); font-size: 16px; line-height: 40px; } 
.deli_saving_popup .dsp_list { margin: 12px 0 30px; height: 405px; border: 1px solid; border-color: var(--coD8); display: inline-block; } 
.deli_saving_popup .dsp_list:after { content: ''; display: block; clear: both; } 
.deli_saving_popup .dsp_list > li { width: 223px; height: 100%; padding: 25px 15px 30px; display: inline-block; float: left; text-align: center; } 
.deli_saving_popup .dsp_list > li + li { border-left: 1px solid var(--coD8); } 
.deli_saving_popup .page_area { display:inline-block; width:auto; margin:0 auto; } 
.deli_saving_popup .page_area:after { content: ''; display:block; clear: both; } 
.deli_saving_popup .page_area > a { height:30px; width:30px; background-color:var(--coFF); border:1px solid var(--coD8); display:block; line-height: 28px; text-align:center; color:var(--co3A);; font-size:12px; margin-right:5px; display:inline-block; float:left; font-family: "spoqa R" !important; } 
.deli_saving_popup .page_area > a:hover { text-decoration:none; background-color:var(--co3A);; border-color:var(--co3A);; color:var(--coFF); font-weight:bold; } 
.deli_saving_popup .page_area > a.prev { height:30px; width:30px; background-color:var(--coFF); border:1px solid var(--coD8); display:block; line-height:30px; float:left; margin-right:10px; background:url(//image5.compuzone.co.kr/img/images/product_detail/product_list_obj.png) -97px -132px no-repeat; } 
.deli_saving_popup .page_area > a.next { height:30px; width:30px; background-color:var(--coFF); border:1px solid var(--coD8); display:block; line-height:30px; float:left; margin-left: 5px; margin-right: 0; background:url(//image5.compuzone.co.kr/img/images/product_detail/product_list_obj.png) -117px -132px no-repeat; } 
.deli_saving_popup .page_area > a.active { text-decoration:none; background-color:var(--co3A);; border-color:var(--co3A);; color:var(--coFF); font-weight:bold; } 
.deli_saving_popup .dsp_list .prd_img { width: 192px; height: 192px; display: block; } 
.deli_saving_popup .dsp_list .prd_img > a,
.deli_saving_popup .dsp_list .prd_img > a > img { width: 100%; height: 100%; display: block; } 
.deli_saving_popup .dsp_list .prd_name { margin: 12px 0 20px; text-align: left; height: 36px; } 
.deli_saving_popup .dsp_list .prd_name > a { width: 100%; display: block; text-decoration: none !important; color: var(--co6C); font-size: 14px; line-height: 18px; word-break: break-all; } 
.deli_saving_popup .dsp_list .prd_bottom_box { width: 100%; position: relative; } 
.deli_saving_popup .dsp_list .prd_bottom_box:after { content: ''; display: block; clear: both; } 
.deli_saving_popup .dsp_list .won { display: inline-block; float: left; } 
.deli_saving_popup .dsp_list .won * { display: inline-block; line-height: 28px; color: var(--co3A); font-family: "spoqa B"; font-weight: normal; vertical-align: top; } 
.deli_saving_popup .dsp_list .won .number { font-size: 17px; } 
.deli_saving_popup .dsp_list .won > em { font-size: 15px; } 
.deli_saving_popup .dsp_list .num_ctrl_option { position:relative; display:inline-block; float: right; } 
.deli_saving_popup .dsp_list .num_ctrl_option button { background: url(//image5.compuzone.co.kr/img/images/product_detail/btn_pd_new.png) var(--coFF) no-repeat; width: 28px; height: 28px; } 
.deli_saving_popup .dsp_list .num_ctrl_option .bt_decrease { background-position: -90px -10px; position: absolute; top: 0; left: 0px; display: block; } 
.deli_saving_popup .dsp_list .num_ctrl_option .bt_increase { background-position: -118px -10px; position: absolute; top: 0; right: 0px; display: block; } 
.deli_saving_popup .dsp_list .num_ctrl_option .num { width: 82px; height: 28px; border: 1px solid #cdcdcd; line-height: 26px; color: #233549; font-size: 14px; text-align: center; font-family: malgun gothic; } 
.deli_saving_popup .dsp_list .num_ctrl_option .bt_decrease.disable { opacity:.6; } 
.deli_saving_popup .dsp_list .num_ctrl_option .bt_increase.disable { opacity:.6; } 
.deli_saving_popup .dsp_list .dsp_bsk_go { width: 100%; border:1px solid var(--coD8); height: 40px; background-color: var(--coFF); color: var(--co6C); font-size: 14px; line-height: 38px; margin-top: 20px; float: left; } 
.deli_saving_popup .dsp_list .dsp_bsk_go > i { background:url(//image5.compuzone.co.kr/img/images/product_list/productList_N/productList_icon.png) -205px -42px no-repeat; width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin-right: 9px; } 
.deli_saving_popup .dsp_dimmed_alert { width: 100%; position: absolute; bottom: 127px; left: 0; height: 50px; text-align: center; } 
.deli_saving_popup .dsp_dimmed_alert > p { width: 80%; max-width: 488px; min-width: 315px; display: inline-block; background: rgba(0,0,0,0.8); height: 50px; border-radius: 10px; color: var(--coFF); line-height: 50px; text-align: center; font-size: 18px; font-family: noto-R; } 
@media all and (max-width: 1330px) {
	.deli_saving_popup .pop_bg_inner > button { right: 0; } 
 }

/* ÃßÃµÆÇ¸Å ¼­ºñ½º °³¹ß¿äÃ»PC ·¡ÇÃ (Á¦Ç°¸®½ºÆ®ÆäÀÌÁö) */
.raffle_box.popup_raffle { position: fixed; left: 50%; margin-left: -790px; bottom: 30px; text-align: center; width: 124px; height: 140px; z-index: 10; } 
.raffle_box_wrap { padding: 25px; margin: -25px; height: 100%; width: 100%; } 
.raffle_box.popup_raffle .raffle_circle { width: 95px; height: 95px; background: var(--coF2); border-radius: 50%; margin: 0 auto; position: relative; } 
.raffle_box.popup_raffle .raffle_item { position: absolute; left: 7px; top: 7px; width: 81px; height: 81px; border-radius: 50%; box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%); overflow: hidden; } 
.raffle_box.popup_raffle .raffle_item img { height: 100%; position:absolute; left:50%; transform:TranslateX(-50%); } 
.raffle_box_wrap .raffle_timer { position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 100%; } 
.raffle_box_wrap .raffle_timer .raffle-js-clock { font-family: 'spoqa B'; width: auto; margin: 0 auto; text-align: center; display: inline-block; } 
.raffle_box_wrap .raffle_timer .raffle-js-clock .state_day { border-radius: 20px; padding: 1px 6px; margin: 0 auto; display: inline-block; background-color: var(--co1A); color: var(--coFF); float: left; font-size: 9px; margin-right: 4px; } 
.raffle_box_wrap .raffle_timer .raffle-js-clock h1 { font-size: 16px; line-height: 1em; float: left; } 
.raffle_box_wrap .raffle_timer .raffle-js-clock h2 { font-size: 16px; line-height: 1em; float: left; } 
.raffle_box_wrap .raffle_timer .raffle-js-clock h1 > span { font-size: 16px; font-family: 'spoqa B'; line-height: 1em; } 
.raffle_box_wrap .raffle_timer .raffle-js-clock h2 > span { font-size: 16px; font-family: 'spoqa B'; line-height: 1em; } 
.raffle_box.popup_raffle p { font-size: 12px; color: var(--co6C); letter-spacing: -0.048em; font-family: 'Noto-M'; margin-top: 1px; } 
.raffle_box_wrap .raffle_timer .raffle-js-clock .day_text { font-size: 15px; font-family: 'spoqa R'; margin-right: 4px; } 
.raffle_box.popup_raffle .hide_box .text_box .raffle_timer .raffle-js-clock h1 span.day_text { margin-right: 6px; font-size: 26px; } 
.raffle_box.popup_raffle .hide_box .text_box .raffle_timer .raffle-js-clock h2 span.day_text { margin-right: 6px; font-size: 26px; } 
.raffle_box.popup_raffle .hide_box .text_box .price .discount_per { margin-right: 7px; color: var(--coF1); } 
.raffle_box.popup_raffle .hide_box .text_box .price .price_original { margin-left: 12px; font-family: 'spoqa R'; font-size: 14px; letter-spacing: -0.01em; color: rgba(26,26,26,0.50); position: relative; } 
.raffle_box.popup_raffle .hide_box .text_box .price .price_original::before { content:""; position: absolute; width: 100%; height: 1px; background: rgba(26,26,26,0.50); display: inline-block; top: 50%; left: 0; margin-top: 2px; } 
/* ¼ûÀº ÆË¾÷ ¿µ¿ª ¾Ö´Ï¸ÞÀÌ¼Ç È¿°ú */
.raffle_box.popup_raffle .hide_box { width: 0; height: 0; position: absolute; left: 0; bottom: 0; background: url("//image5.compuzone.co.kr/img/images/raffle_shopping/item_bg.png");border-radius: 10px 0; border: solid 1px var(--coE8); padding: 25px; box-sizing: border-box; opacity: 0; transform-origin: 0 100%; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16) } 
.raffle_box.popup_raffle.hover_out .hide_box { transform-origin: 0 100%; transition: 0.5s; animation: raffle_popup_none 0.5s forwards; } 
.raffle_box.popup_raffle:hover .hide_box, .raffle_box.popup_raffle.hover .hide_box { transform-origin: 0 100%; animation: raffle_popup 0.5s forwards; transition: 0.5s; } 
@keyframes raffle_popup_none {
	from { transform: scale(1); width: 610px; height: 276px; opacity: 1; } 
	to { transform: scale(0); width: 100%; height: 100%; opacity: 0; } 
 }
@keyframes raffle_popup {
	from { transform: scale(0); width: 100%; height: 100%; opacity: 0; } 
	to { transform: scale(1); width: 610px; height: 276px; opacity: 1; } 
 }
/* ¼ûÀº ÆË¾÷ ³»ºÎ ¿µ¿ª */
.raffle_box.popup_raffle .hide_box .img_box { width: 223px; height: 223px; float: left; overflow: hidden; border-radius: 12px; border:1px solid var(--coE8); box-sizing: border-box; position:relative; } 
.raffle_box.popup_raffle .hide_box .img_box img { height: 100%; position:absolute; left:50%; transform:TranslateX(-50%); } 
.raffle_box.popup_raffle .hide_box .text_box { float: left; text-align: left; width: calc(100% - 223px); } 
.raffle_box.popup_raffle .hide_box .text_box>div { padding: 15px 7px 0 27px; width: 100%; box-sizing: border-box; height: 100%; } 
.raffle_box.popup_raffle .hide_box .text_box .when { color: var(--co94); font-family: 'Noto-D'; font-size: 14px; margin-bottom: 1px; } 
/* ÆË¾÷ ³» Å¸ÀÌ¸Ó ¿µ¿ª */
.raffle_box.popup_raffle .hide_box .text_box .raffle_timer { font-size: 28px; letter-spacing: -0.07em; font-family: 'spoqa B'; line-height: 37px; } 
.raffle_box.popup_raffle .hide_box .text_box .raffle_timer .raffle-js-clock .state_day { border-radius: 20px; padding: 1px 9px 2px; display: inline-block; background-color: var(--co1A); color: var(--coFF); float: left; font-size: 16px; line-height: 1.4em; letter-spacing: -0.025em; margin: 7px 6px 0 0; vertical-align: text-top; } 
.raffle_box.popup_raffle .hide_box .text_box .raffle_timer .raffle-js-clock h1 { font-size: 28px; line-height: 1em; display: inline-block; letter-spacing: 1px; } 
.raffle_box.popup_raffle .hide_box .text_box .raffle_timer .raffle-js-clock h2 { font-size: 28px; line-height: 1em; display: inline-block; letter-spacing: 1px; } 
.raffle_box.popup_raffle .hide_box .text_box .raffle_timer .raffle-js-clock h1 > span { font-size: 28px; letter-spacing: 1px; font-family: 'spoqa B'; line-height: 1em; } 
.raffle_box.popup_raffle .hide_box .text_box .raffle_timer .raffle-js-clock h2 > span { font-size: 28px; letter-spacing: 1px; font-family: 'spoqa B'; line-height: 1em; } 
.raffle_box.popup_raffle .hide_box .text_box .prograss_bar { width: 100%; height: 2px; margin: 10px 0 19px; background: var(--coD8); border-radius: 2px; position: relative; } 
.raffle_box.popup_raffle .hide_box .text_box .inner_bar { position: absolute; left: 0; top: 50%; height: 10px; background: linear-gradient(to left, #1f87e6 , #1f239e ); margin-top: -5px; border-radius: 5px; } 
.raffle_box.popup_raffle .hide_box .text_box .product_name { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;height: 50px; width: 300px; letter-spacing: -0.06em; font-size: 18px; font-family: 'Noto-D'; } 
.raffle_box.popup_raffle .hide_box .text_box .price { font-size: 23px; font-family: 'spoqa B'; color: var(--co1A); line-height: 31px; margin-top: 13px; } 
.raffle_box.popup_raffle .hide_box .text_box .price em { font-size: 23px; font-family: 'spoqa B'; color: var(--co1A); } 
/* ¿òÁ÷ÀÌ´Â ¹öÆ° */
.raffle_box.popup_raffle .raffle_btn { width: 55px; height: 55px; background-color: #373737; border-radius: 50%; position: absolute; right: -23px; bottom: 24px; display: table; } 
.raffle_box.popup_raffle .raffle_btn img { width: 18px; height: 16px; position: absolute; left: 50%; top: 50%; margin-left: -9px; margin-top: -8px; transform: translateX(0); } 
.raffle_box.popup_raffle .raffle_btn:hover img { transform: translateX(-5px); animation: btn_ani 0.6s 0.3s ease-in-out infinite; transition: 0.3s; } 

@keyframes btn_ani {
	0% { transform: translateX(-5px); } 
	50% { transform: translateX(5px); } 
	100% { transform: translateX(-5px); } 
}

/* ÅëÇÕÈ¸¿øÀüÈ¯ ÇÁ·Î¼¼½º È®´ë ¹× ¾È³» °³¼± ¿äÃ» */
.level_name.level_social { font-family: '¸¼Àº°íµñ'; font-size: 12px !important; color: var(--coFF) !important; width: 92px; height: 26px; background: var(--co1C); border-radius: 5px; display: flex !important; align-items: center; justify-content: center; } 
.level_name.level_social:hover { color: var(--coFF); } 
.myP_topFixed .level_name.level_social { margin-left: 22px; } 
.top_memInfo_box { display: flex; align-items: center; gap: 10px; } 

/* ÇÁ¸®¹Ì¾ö, ¾ÆÀÌ¿÷½º, ÃßÃµÁ¶¸³PC »ó´Ü °øÅë¹è³Ê */
.pc_top_banner { width:100%; height:60px; } 
.pc_top_banner .inner_cont { width: 1300px; height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 10px; box-sizing: border-box; } 
.pc_top_banner .text { color: var(--co1A); font-size: 18px; font-family: "noto-r"; line-height: 26px; letter-spacing: -0.4px; } 
.pc_top_banner .text span { color: var(--co1C); font-weight: bold; } 
.pc_top_banner .icon { display: block; height: 60px; } 
.pc_top_banner.purple { background: linear-gradient(-90deg,rgba(242, 246, 250, 0) 0%, rgba(236, 222, 255, 1) 100%); } 
.pc_top_banner.mint { background: linear-gradient(-90deg,rgba(242, 246, 250, 0) 0%, rgba(193, 249, 255, 1) 100%); } 
.pc_top_banner.blue { background: linear-gradient(-90deg,rgba(242, 246, 250, 0) 0%, rgba(183, 222, 255, 1) 100%); } 
.pc_top_banner.blue .text span { color: var(--co1C); } 
.pc_top_banner.mint .text span { color: #00B8CC; } 
.pc_top_banner.purple .text span { color: #C164EF; } 

/* Åä¿äÀÏÃâ¹ß Ãß°¡ */
.productList_area .quick_pickUP_icon.sat_icon { width: 108px; } 
.sat_icon { display: inline-block; position: relative; height: 17px; width: 108px; } 
.sat_icon> b { font-size:14px; font-family: noto-M; font-style: italic; display: inline-block; position: absolute; line-height: 17px; cursor: pointer; height: 25px; color: var(--co7A); font-weight: normal; padding-left: 22px; } 
.sat_icon > b:before { content: ''; width: 18px; height: 18px; display: block; border-radius: 50%; background: var(--co7A) url('//image5.compuzone.co.kr/img/images/svg_icon/Fill/icon_fill_vivid_sat.svg') center center/12px no-repeat; position: absolute; top: 0; left: 0; } 
.sat_icon.small > b { font-size:13px; padding-left: 20px; line-height: unset; cursor: pointer; height: 13px; } 
.sat_icon.small > b:before { content: ''; width: 16px; height: 16px; } 
.product_list .sat_icon:hover .sat_layer_pop { display: block; } 
.sat_layer_pop .qpup_tit h2 { padding-bottom: 15px; margin: 0 0 15px; border-bottom: 1px solid var(--co1A); text-align: center; font-family: 'noto-B'; font-size: 18px; } 