#wrap {overflow: hidden;}
[class*='ing-'] {font-weight: normal;}
.cooking_battle {overflow: hidden; position: relative; width: 1280px; margin: 0 auto;}
.cooking_battle .cooking_battle__content {position: relative; width: 100%; text-align: center;}
.cooking_battle .cooking_battle__content .hide-cont{position:absolute;top:-9999px;left:-9999px;color:transparent;}
.cooking_battle .cooking_battle__content-inner {width: 1280px; margin: 0 auto;}
.cooking_battle .cooking_battle__content > img {max-width: 100%; width: auto; height: auto;}
.cooking_battle [class^=deco__] {position: absolute; background-repeat: no-repeat; background-size: 100% auto; background-position: 0 0;}
@keyframes deco_float {
    0%,
    100% {
    transform: translateY(0);
    }
    50% {
    transform: translateY(-8px);
    }
}

/* kv 링크 */
.cooking_battle .cooking_battle__main a{position:absolute}
.cooking_battle .cooking_battle__main .link1{width:678px;height:340px;top:416px;left:304px;}
.cooking_battle .cooking_battle__main .link2{width:388px;height:322px;top:756px;left:588px;}
.cooking_battle .cooking_battle__main .link3{width:279px;height:400px;top:762px;left:300px;}
.cooking_battle .cooking_battle__main .link4{width:240px;height:300px;top:1110px;left:750px;}
.cooking_battle .cooking_battle__main .link5{width:226px;height:250px;top:1101px;left:505px;}
.cooking_battle .cooking_battle__main .link6{width:205px;height:363px;top:1177px;left:300px;}
.cooking_battle .cooking_battle__main .link7{width:464px;height:140px;top:1412px;left:517px;}
.cooking_battle .cooking_battle__main .link8{width:293px;height:249px;top:1559px;left:311px;}
.cooking_battle .cooking_battle__main .link9{width:368px;height:200px;top:1584px;left:616px;}

/* 탭 */
.cooking_battle .top_tab_wrap {position: relative; height: 58px;}
.cooking_battle .top_tab_wrap .nav {position: relative; height: 58px; text-align: center; width: 100%; max-width: 1920px; margin: 0 auto; background: #fff; }
.cooking_battle .top_tab_wrap .nav ul {position: relative; width: 1280px; height: 100%; margin: 0 auto; box-sizing: border-box;}
.cooking_battle .top_tab_wrap .nav ul::after {content: ""; display: block; clear: both;}
.cooking_battle .top_tab_wrap ul li {position: relative; text-align: center; display: inline-block; margin: 0 15px; height: 58px; width: auto;}
.cooking_battle .top_tab_wrap ul li a {position: relative; height: 100%; display: block; text-align: center; padding: 19px 25px; height: 58px; box-sizing: border-box;}
.cooking_battle .top_tab_wrap ul li a span {font-size: 20px; color: rgba(0, 0, 0, 0.50); line-height: 20px;}
.cooking_battle .top_tab_wrap ul li.active a span {font-weight: bold; color: #000;}
.cooking_battle .top_tab_wrap.nav-hide .nav {display: none;}
.cooking_battle .top_tab_wrap ul .menu__deco {position: absolute; left: 50%; top: -27px; transform: translateX(-50%);}
.cooking_battle .top_tab_wrap .is-fixed .menu__deco {display: none;}

/* 장바구니 쿠폰 영역 */
.cooking_battle .cooking_battle__conpon {padding: 0 0 56px;}
.cooking_battle .cooking_battle__conpon .coupon__list {position: relative; display: flex; width: 612px; margin: 0 auto 0; justify-content: center; gap: 14px;}
.cooking_battle .cooking_battle__conpon .coupon__list.first{margin-top:12px;}
.cooking_battle .cooking_battle__conpon .coupon__list.first:after {content: "첫구매 전용"; display: block; position: absolute; top: -8px; right: 44px; width: 50px; height: 50px; padding: 9px 7px 0px; background: #000; border-radius: 100%; text-align: center; color: #fff; font-size: 13px; line-height: 1.2; font-weight: 500; box-sizing: border-box;}
.cooking_battle .cooking_battle__conpon .coupon__list.staff::after {content: "임직원 전용"; display: block; position: absolute; top: -8px; right: 44px; width: 50px; height: 50px; padding: 9px 7px 0px; background: #065437; border-radius: 100%; text-align: center; color: #fff; font-size: 13px; line-height: 1.2; font-weight: 500; box-sizing: border-box;}
.cooking_battle .cooking_battle__conpon .coupon__wrap {display: flex; margin: 32px auto; justify-content: center; gap: 16px;}
.cooking_battle .cooking_battle__conpon .coupon__info--txt {margin: 16px auto 0; font-size: 15px; line-height: 19px; color: #888; text-align: center;}
.cooking_battle .cooking_battle__conpon .section__title::before{
    content: '';
    position: absolute;
    top:27px;
    left:744px;
    width:119px;
    height:51px;
    background: url(/cjom/event/25_12_event/year_end/images/coupon-deco.png) no-repeat;
    background-size:100%;
}

/* 유의사항 */
.cooking_battle__notice {padding: 36px 0 0;}
.cooking_battle__notice .cooking_battle__notice-btn {display: inline-block; font-size: 17px; color: #333;}
.cooking_battle__notice .cooking_battle__notice-btn > span {display: inline-block; position: relative; border-bottom: 1px solid #333; line-height: 20px;}
.cooking_battle__notice .cooking_battle__notice-btn > span::before {content: ''; position: absolute; top: 50%; left: -23px; width: 17px; height: 17px; margin-top: 1px; background: url(/cjom/web/images/icon/ico_evt_notice_info_black.png) no-repeat 0 0 / 17px auto; transform: translateY(-50%);}
.cooking_battle__notice .cooking_battle__notice-btn > span::after {content: ''; position: absolute; top: 50%; right: -20px; width: 14px; height: 10px; background: url(/cjom/web/images/icon/ico_evt_notice_arrow_black.png) no-repeat 0 0 / 14px auto; transform: rotate(180deg) translateY(50%);}
.cooking_battle__notice .cooking_battle__notice-btn.active > span::after {transform: rotate(0) translateY(-50%);}

.cooking_battle__notice .cooking_battle__notice-cont {width: 612px; margin: 0 auto; padding: 32px 0 0; text-align: left;}
.cooking_battle__notice .cooking_battle__notice-list {list-style: none;}
.cooking_battle__notice .cooking_battle__notice-list > li {position: relative; padding-left: 26px; font-size: 16px; color: #585858; line-height: 1.6;}
.cooking_battle__notice .cooking_battle__notice-list > li::before {content: ''; position: absolute; top: 12px; left: 16px; width: 3px; height: 3px; border-radius: 50%; background-color: #585858;}
.cooking_battle__notice .cooking_battle__notice-title {margin: 25px auto 0; font-size: 16px; color: #585858; text-align: left; line-height: 1.6; font-weight: bold;}
.cooking_battle__notice .cooking_battle__notice-title + .cooking_battle__notice-list {padding-top: 0;}
.cooking_battle__notice .cooking_battle__notice-title:first-child {margin-top: 0;}

/* 타이틀 */
.cooking_battle .section__title {position: relative; font-size: 20px; text-align: center; line-height: 1.3; z-index: 1;}
.cooking_battle .section__title p {font-size: 16px; color: #000;}
.cooking_battle .section__title h3 {font-size: 38px; color: #000; font-weight: bold; text-align: center;}
.cooking_battle .section__title h3 strong {color: #1ba774;}

/* 버튼 */
.btn {border-radius: 8px; box-sizing: border-box;}
.btn__black {display: inline-block; width: 480px; height: 64px; font-size: 18px; color: #fff; font-weight: bold; line-height: 48px; background: #111;}
a.btn__black {padding-top: 8px;}
.btn__black.complete {background: #ccc; opacity: 1;}
/* 기본 버튼 텍스트 숨기기 (complete 클래스가 있을 때) */
.btn.complete {color: transparent; position: relative;}

/* "쿠폰 받기 완료" 텍스트 표시 .btn.complete::after {content: "쿠폰 받기 완료"; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
/* complete 상태일 때 아이콘 숨기기 */
.btn.complete .ico__download {display: none;}

.btn__link {display: inline-block; height: 40px; font-size: 15px; color: #111; border: 1px solid #ddd; line-height: 38px; background: none; border-radius: 8px; box-sizing: border-box;}
.btn__link.type2 {width: 480px; height: 64px; font-size: 18px; color: #111; font-weight: bold; text-align: center; border: 1px solid #111; line-height: 62px;}
.btn__link.type3 {width: 480px; height: 64px; font-size: 18px; color: #111; font-weight: bold; text-align: center; border: 1px solid #999; line-height: 62px;}
.btn__link.type4 {width: 480px; height: 64px; font-size: 20px; color: #fff; font-weight: bold; text-align: center; border: 0; line-height: 22px; padding-top: 20px; background: #111;}
.ico__download {display: inline-block; top: 1px; width: 16px; height: 48px; margin-left: 8px; background: url(/cjom/event/savingWeek/2505_images/ico_download_01.png) no-repeat 0 50%; background-size: 100% auto; vertical-align: bottom;}
.ico__arrow {display: inline-block; width: 10px; height: 45px; margin-left: 8px; background-image: url(/cjom/event/savingWeek/2505_images/ico_link_arrow.png); background-repeat: no-repeat; background-position: 0 50%; background-size: 100% auto; vertical-align: bottom;}
.ico__arrow.type2 {width: 10px; height: 58px; background-image: url(/cjom/event/cjsalefesta/25_03_images/ico_link_arrow2.png);}
.ico__arrow.type3 {height: 20px; vertical-align: -2px;}

/* 쿠폰 영역 */
.cooking_battle .coupon__wrap--normal,.cooking_battle .coupon__wrap--exclusive {position: relative; overflow: hidden;}
.cooking_battle .coupon__wrap--exclusive {background-color: #FFF8EE;}
.coupon__list {display: flex; margin: 0 auto 0; justify-content: center; gap: 20px; z-index: 1; position: relative;}
.coupon__wrap {position: relative;}
.coupon__wrap::after {content: ''; position: absolute; top: 50%; left: 50%; width: 44px; height: 44px; background: url(/cjom/event/cjsalefesta/25_03_images/ico_plus.png) no-repeat 50% 50%; background-size: 100% auto; transform: translate(-50%, -50%);}
.coupon__box {display: block; position: relative; width: 298px; height: 114px;  box-sizing: border-box; overflow: hidden;background: url(/cjom/event/25_10_event/weekend_sale/images/coupon_green.png) no-repeat;background-size:100%;}
.coupon__box.first{background: url(/cjom/event/25_10_event/weekend_sale/images/coupon_pupple.png) no-repeat;background-size:100%;}
.coupon__box .inner__cont {position: relative; padding: 18px 75px 0 22px; color: #fff; text-align: left; line-height: 1.3;}
.coupon__box .inner__cont strong {font-size: 16px; font-weight: bold;}
.coupon__box .inner__cont .coupon__title {display: block; font-size: 32px; color: #fff; line-height: 1;}
.coupon__box .inner__cont .coupon__title i{font-size:22px;}
.coupon__box .inner__cont span {display: block; font-size: 15px; line-height: 15px;color:rgba(255,255,255,0.6);}
.coupon__box button {position: absolute; top: 0; right: 0; width: 68px; height: 100%;}
.coupon__box.double {width: 232px; height: 138px;}
.coupon__box.double::before {right: 42px; width: 248px; height: 248px;}
.coupon__box.double .inner__cont {padding: 20px 28px 0;}
.coupon__box.double .coupon__title {font-size: 50px; line-height: 1;}
.coupon__box.double .coupon__title > em {font-size: 34px;}
.coupon__box.double .coupon__title + span {margin-top: 6px;}
.coupon__box.point {width: 232px; height: 138px;}
.coupon__box.point .inner__cont {padding: 20px 28px 0; color: #fff;}
.coupon__box.point::before {right: 42px; width: 248px; height: 248px; background: linear-gradient(270deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.00) 20.82%);}
.coupon__box.point .coupon__title {font-size: 40px; color: #fff; line-height: 1.25;}
.coupon__box.point .coupon__title + span {margin-top: 6px;}
.coupon__box.complete {background: url(/cjom/event/25_10_event/weekend_sale/images/coupon_gray.png) no-repeat;background-size:100%;}
.coupon__box.complete button {cursor: default;pointer-events: none;}
.coupon__list .coupon__box .coupon__title + span {color:#fff;margin-top: 10px;margin-bottom:6px;}
.coupon__wrap .coupon__box + .coupon__box {margin-top: 0;}

.cooking_battle .coupon__btn--area {width: 480px; margin: 12px auto 0; text-align: center; font-size: 0;}
.cooking_battle .coupon__btn--area + .coupon__btn--area {margin-top: 16px;}
.cooking_battle .coupon__btn--area .btn__link {width: calc(50% - 4px);}
.cooking_battle .coupon__btn--area .btn__link + .btn__link {margin-left: 8px;}

.cooking_battle .contents01{padding:0 0 48px; background-color: #E3F5ED;}
.cooking_battle .contents02{padding:0 0 48px; background-color: #fff;}

/* 상품 카테고리 탭 */
.cooking_battle .contents01 .contents02_tab li a{width:200px;}
.cooking_battle .contents02 .contents02_tab li a{width:140px;background:#F3F3F3;}
.cooking_battle .contents01 .product__btn--area{
    margin-top:16px;
}
.cooking_battle .contents02_tab {position: relative; margin: 0 0 26px; z-index: 3;}
.cooking_battle .contents02_tab > ul {display: flex; justify-content: center; gap: 0 12px;}
.cooking_battle .contents02_tab li a {display: block; height: 52px; padding: 15px 24px;  border-radius: 46px; font-size: 18px; color: #9F9F9F; line-height: 1.2; box-sizing: border-box;background:#fff;}
.cooking_battle .contents02_tab li.active a {background: #1BA774; font-weight: 700; color: #fff;}
.cooking_battle .product__btn--area {margin-top: 26px; text-align: center;}
.cooking_battle .product__btn--area .btn__link {width: 480px; height: 64px; border-color: #999; line-height: 62px; font-size: 18px; font-weight: 500;background:#000;color:#fff;}
.cooking_battle .product__btn--area .btn__link .ico__arrow{height:62px;}
.cooking_battle .product-content {width: 1280px; margin: 0 auto;}
.cooking_battle .product-content .product-item .price-info del {display: block; margin-top: 6px;}
.cooking_battle .product-content .product-item .price-info del .num {display: block; font-size: 13px; line-height: 1;}
.cooking_battle .product-content .product-item .price-info {font-size: 20px; line-height: 1;}
.cooking_battle .product-content .product-item .price-info .dis-rate {font-size: 20px; color: #b00000; font-weight: bold; vertical-align: middle; line-height: 1;}
.cooking_battle .product-content .product-item .price-info .price {font-size: 19px; color: #111; vertical-align: middle; line-height: 1;}
.cooking_battle .product-content .product-item .price-info .price .num {font-size: 20px; line-height: 1;}

/**/
.cooking_battle .product-content {display: none;}
.cooking_battle .product-content.active {display: block;}
.cooking_battle .product-top-badge {position: absolute; left: 0; top: 0; z-index: 3;}
.cooking_battle .product-top-badge.rank {width: 27px; height: 27px; padding-top: 2px; font-size: 15px; font-weight: bold; color: #fff; text-align: center; background: #eb4e4d; box-sizing: border-box;}
.cooking_battle .product-top-badge.percent {width: auto; height: 27px; padding: 2px 6px 0; font-size: 15px; font-weight: bold; color: #fff; text-align: center; background: #eb4e4d; box-sizing: border-box;}
.cooking_battle .product-top-badge .badge-default {display: inline-block; padding: 0 14px 0 8px; height: 24px; font-size: 12px; color: #fff; font-weight: bold; letter-spacing: -.3px; line-height: 23px; background-color: #f07f00; vertical-align: top; clip-path: polygon(100% 0, 100% 0, 90% 100%, 0 100%, 0 0); box-sizing: border-box;}
.cooking_battle .product-top-badge .badge-exclusive, 
.cooking_battle .product-top-badge .badge-prime {background: #000;}
.cooking_battle .product-top-badge .badge-emph .ico-badge {display: inline-block; margin: 6px 2px 0 0; width: 12px; height: 12px; background: url(/cjom/web/images/icon/ico-badge-rise.svg) no-repeat; background-size: 12px 12px; vertical-align: top;}
.cooking_battle .product-top-badge .badge-emph .ico-badge-onair {background-image: url(/cjom/mobile/images/icon/ico_badge_play.png) !important; background-size: 12px auto !important;}
.cooking_battle .product-top-badge .badge-emph:before {z-index: -1;}
.cooking_battle .product-top-badge .badge-emph .ico-badge-star {background-image: url(/cjom/web/images/icon/ico-badge-star.svg);}
.cooking_battle .product-item .btn-cart {position: absolute; top: 153px; right: 8px; width: 36px; height: 36px; border-radius: 8px; background: none; background-color: #fff; line-height: 1; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); z-index: 3;}
.cooking_battle .product-item .btn-cart:before {content: ''; display: inline-block; width: 19px; height: 18px; margin: 1px auto 0; background: url(/cjom/event/cjsalefesta/images/ico-product-cart2_pc.png) no-repeat; background-size: cover;}

/*sold out 처리*/
.cooking_battle .inner.sold-out .thumb::before {background-color: rgba(0, 0, 0, 0.6); opacity: 1; display: inline-block; content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 4; border-radius: 0;}
.cooking_battle .inner.sold-out .thumb::after {font-size: 15px; height: 16px; line-height: 16px ; content: "일시품절"; z-index: 5; position: absolute; top: 50%; left: 50%; display: block; width: 100%; color: #fff; font-weight: 400; text-align: center; transform: translate(-50%, -50%);}
.cooking_battle .inner.sold-out.soldout-alarm a .thumb::after {top: 40%;}
.cooking_battle .inner.sold-out .product-alarm {margin-top: 0; text-align: center; width: 100%; height: 48px; position: absolute; left: 50%; top: 132px; z-index: 10; line-height: 1; transform: translate(-50%, 0);}
.cooking_battle .inner.sold-out .product-alarm a::before {position: absolute; left: 0; top: 0; display: block; width: 100%; height: 1px; content: ''; background-color: rgba(255, 255, 255, 0.5);}
.cooking_battle .inner.sold-out .product-alarm a .txt {color: #fff; bottom: 31%; line-height: 16px; background-size: 16px 16px; position: absolute; height: 17px; vertical-align: top; transform: translate(-50%); padding-left: 15px; background: url(/cjom/web/images/hotdeal/icon-bell.svg) no-repeat 0 1px; left: 49%; display: inline-block;}
.cooking_battle .inner.sold-out .product-alarm a .txt::after {top: 1px; right: -11px; width: 7px; height: 12px; background-size: 7px 10px; display: inline-block; content: ''; background: url(/cjom/web/images/common/icon-plist-arrow02.svg) no-repeat 0 0; position: absolute; line-height: 13px;}

/* 알뜰쇼핑시작하기 스와이프 */
.cooking_battle .swiper {position: relative; width: 1160px; overflow: hidden;}
.cooking_battle .swiper-slide .product-item .title {display: -webkit-box; max-height: 42px; margin: 11px 0 0; padding: 0; font-size: 15px; color: #333; letter-spacing: -0.5px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2;}
.cooking_battle .swiper-slide .product-item .title + .price-info {margin-top: 3px;}
.cooking_battle .swiper-slide .product-item .price-info {margin-top: 21px; line-height: 1;}
.cooking_battle .swiper-slide .product-item .price-info del {display: block; margin-bottom: 3px;}
.cooking_battle .swiper-slide .product-item .btn-cart {top: 135px;}
.cooking_battle .swiper-slide .product-item .price-info del .num {font-size: 13px; color: #888; font-family: 'Apple SD Gothic Neo','Noto Sans KR', 'Dotum', '돋움', 'Apple SD Gothic Neo', sans-serif;}
.cooking_battle .swiper-slide .product-item .price-info .dis-rate {font-size: 20px; color: #ae0000; vertical-align: middle;}
.cooking_battle .swiper-slide .product-item .price-info .price {margin-left: 0; font-size: 19px; color: #111; vertical-align: middle;}
.cooking_battle .swiper-slide .product-item .price-info .price .num {font-size: 20px;}
.cooking_battle .swiper-slide .product-item .product-price-primediscount {margin-top: 3px; padding: 3px 0; font-size: 16px; color: #B00000; font-weight: bold; line-height: 20px; clear: both;}
.cooking_battle .swiper-slide .product-item .product-price-primediscount .price {font-size: 17px; color: #B00000; vertical-align: 0;}

.cooking_battle .product__swiper--wrap {position: relative;}
.cooking_battle .product__swiper--wrap .swiper-pagination {bottom: -40px; display: block; width: 100%; font-size: 0; text-align: center;}
.cooking_battle .product__swiper--wrap .swiper-pagination .swiper-pagination-bullet {width: 11px; height: 11px; margin: 0; background: #595756; border-radius: 50%; opacity: 1;}
.cooking_battle .product__swiper--wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {margin-left: 11px;}
.cooking_battle .product__swiper--wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #E9B26B; opacity: 1;}
.cooking_battle .product__swiper--wrap .swiper-button-prev,  
.cooking_battle .product__swiper--wrap .swiper-button-next {top: 137px; width: 36px; height: 102px; background: url(/cjom/event/26_01_event/cooking_battle/images/btn_next.png) no-repeat 0 0 / 100% auto;}
.cooking_battle .product__swiper--wrap .swiper-button-prev {left: -60px; background: url(/cjom/event/26_01_event/cooking_battle/images/btn_prev.png) no-repeat 0 0 / 100% auto;}
.cooking_battle .product__swiper--wrap .swiper-button-next {right: -60px;}
.cooking_battle .swiper-wrapper {display: flex; width: 1280px; align-items: stretch;}
.cooking_battle .swiper-slide {min-height:325px;}

.cooking_battle .swiper-slide .product-item .inner > a {text-align: left;}
.cooking_battle .product-item .thumb:before {border-radius: 0;}


/* 모달 팝업 */
#modalSavingCouponFirst h3 {margin-bottom:30px;}
#modalSavingCouponFirst h3 strong{color:#8959FF;}
.savingweek-modal {display: none; position: fixed; top: 50%; left: 50%; background: #fff; border: 1px solid #ddd; transform: translate(-50%, -50%); z-index: 20205;}
.modal__savingweek--wrap {width: 820px; padding: 36px 43px 0 !important; margin: 0 auto; text-align: center; box-sizing: border-box;}
.modal__savingweek--wrap.quantity {width: 320px; padding: 40px 30px 0 !important; margin: 0 auto; text-align: center; box-sizing: border-box;}
.modal__savingweek--wrap.quantity .coupon__box {width: 125px; height: 125px;background:none;}
.modal__savingweek--wrap.quantity .coupon__box img{width:100%;}
.modal__savingweek--wrap.quantity .coupon__box.first {width: 452px; height: 196px;background:url(/cjom/event/25_11_event/weekend_sale/images/modal-coupon02.png) no-repeat;}
.modal__savingweek--wrap.quantity .coupon__box .inner__cont {position: relative; padding: 0; color: #666; text-align: left; line-height: 1.3;}
.modal__savingweek--wrap > h3 {font-size: 24px; color: #333; font-weight: 600; line-height: 36px;}
.modal__savingweek--wrap > h3 strong {color: #EF151E;}
.modal__savingweek--wrap > p {margin-top:5px;margin-bottom:25px; font-size: 16px; color: rgba(0, 0, 0, 0.70); line-height: 1.3;font-weight: 500;}
.modal__savingweek--wrap .subtitle {margin: 6px auto 0; font-size: 18px; color: #333; line-height: 1.3;}
.modal__savingweek--wrap .coupon__list {display: flex; margin: 26px auto 24px; gap: 20px;}
.modal__savingweek--wrap .coupon__btn--area {margin: 0 auto; font-size: 0;}
.modal__savingweek--wrap .coupon__btn--area .btn__link {width: 100%; height: 54px; font-size: 16px; line-height: 52px;}
.modal__savingweek--wrap .coupon__btn--area .btn__black + .btn__link {margin-top: 8px;}
.modal__savingweek--wrap .coupon__box .inner__cont .coupon__title {display: block; font-size: 36px; line-height: 36px;color:#111;margin-bottom:16px;}
.modal__savingweek--wrap .coupon__box .inner__cont .coupon__title i{color:#1BA774}
.modal__savingweek--wrap .coupon__box .inner__cont .coupon__sub-title {display: block; margin: -6px 0 7px; color: #111; font-size: 18px; line-height: 1.3;}
.modal__savingweek--wrap .coupon__box.point .coupon__title.second {font-size: 38.5px; color: #fff; line-height: 38.5px;}
.modal__savingweek--wrap .coupon__box.point .coupon__title.second > em {color: #FFF; font-size: 35px; font-style: normal; font-weight: 400; line-height: 100%;}
.modal__savingweek--wrap .coupon__box .inner__cont span {font-size: 16px;color:#666;margin:0;line-height: 21px;}
.modal__savingweek--wrap .btn__black {display: inline-block; color: #fff; font-weight: bold; background: #111; border-radius: 4px; box-sizing: border-box;}

.btn-modal-close {position: absolute; top: 0; right: 0;}
.btn-modal-close,
.btn-modal-close span {width: 48px; height: 48px;}
.btn-modal-close span {display: block; text-indent: -9999px; background: url(/cjom/event/cjsalefesta/25_03_images/btn_popup_close.png) no-repeat 0 0;}

#modalSavingCoupon .btn-modal-close {position: absolute; top: 12px; right: 12px;}
#modalSavingCoupon .btn-modal-close,
#modalSavingCoupon .btn-modal-close span {width: 48px; height: 48px;}
#modalSavingCoupon .btn-modal-close span {display: block; text-indent: -9999px; background: url(/cjom/event/cjsalefesta/25_03_images/btn_popup_close.png) no-repeat 0 0;}

.modal__savingweek--wrap.type2 {width: 350px; padding: 0 !important; text-align: left;}
.modal__savingweek--wrap.type2 .modal-header {height: 48px;}
.modal__savingweek--wrap.type2 .modal-header .modal-title {font-size: 16px; font-weight: normal; text-align: center; border-bottom: 1px solid #eee; line-height: 48px;}
.modal__savingweek--wrap.type2 .modal__close {position: absolute; top: 4px; right: 8px; width: 40px; height: 40px; background: url(/cjom/event/savingweek/25_03_images_cold/btn_popup_close.png) no-repeat 50% 50%;}
.modal__savingweek--wrap.type2 .modal-contents {padding: 16px 15px 0;}
.modal__savingweek--wrap .evtAgree_all {padding: 0;}
.modal__savingweek--wrap .evtAgree_all .input-checkbox + label {display: inline-block; width: calc(100% - 40px);}
.modal__savingweek--wrap .evtAgree_all strong {font-size: 14px; color: #333; font-weight: normal; letter-spacing: 0;}
.modal__savingweek--wrap .evtAgree_accordion {margin-top: 16px; padding: 0 0 16px;}
.modal__savingweek--wrap .evtAgree_accordion .agree-head {padding: 16px 16px 0;}
.modal__savingweek--wrap .evtAgree_accordion .agree-head label,.modal__savingweek--wrap .evtAgree_accordion .agree-head .required {font-size: 13px; font-weight: normal; letter-spacing: 0;}
.modal__savingweek--wrap .evtAgree_accordion .agree-content ul li {letter-spacing: 0;}
.modal__savingweek--wrap .evtAgree_accordion .agree-head .more {top: 8px; width: 40px; height: 40px;}
.modal__savingweek--wrap .evtAgree_accordion .agree-head .more:before {top: 50%; left: 50%; transform: translate(-50%, -50%);}
.modal__savingweek--wrap .btn-area {margin-top: 24px;}
.modal__new--wrap.modal__agree .btn-area .btn__black {width: calc(100%); height: 48px; font-size: 15px; color: #fff; font-weight: bold; background: #111; line-height: 46px; border-radius: 4px; letter-spacing: 0;}

.modal__savingweek--wrap .coupon__list {display: flex; margin: 25px auto 31px; gap: 20px;}
.modal__savingweek--wrap .coupon__list.badge::after {content: "7월 구매자 전용"; position: absolute; top: -35px; left: 50%; transform: translateX(140px); width: 84px; height: 84px; padding: 28px 8px 0px; background-color: #000; border-radius: 100%; font-size: 15px; font-weight: bold; color: #fff; line-height: 1.2; box-sizing: border-box;}
/* .modal__savingweek--wrap .coupon__list.badge--staff::after {content: "임직원 전용"; position: absolute; top: -28px; left: 50%; transform: translateX(147px); width: 72px; height: 72px; padding: 20px 16px 0px; background-color: #065437; border-radius: 100%; font-size: 15px; font-weight: bold; color: #fff; line-height: 1.2; box-sizing: border-box;} */
.modal__savingweek--wrap .subtitle + .coupon__list {margin-top: 20px;}
.modal__savingweek--wrap .coupon__btn--area {margin: 0 auto; font-size: 0;}
.modal__savingweek--wrap .coupon__btn--area .btn__link {width: 100%; height: 54px; font-size: 16px; line-height: 52px;}
.modal__savingweek--wrap .coupon__btn--area .btn__black + .btn__link {margin-top: 8px;}

/* 스크롤을 막는 클래스 */
html.no-scroll {overflow: hidden;}
html.dim::before {content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 20204;}


.share-event .event__comment--wrap .comment__input--box {padding-bottom:32px;background:#FFE6BD;}
.share-event .event__comment--wrap .comment__input--box .coment-box {display:block;width:760px;margin:0 auto;border:0;}
.share-event .event__comment--wrap .comment__input--box .coment-box li.row {display:flex;gap:8px;}
.share-event .event__comment--wrap .comment__input--box .coment-box [class^=column-] {display:block;}
.share-event .event__comment--wrap .comment__input--box .coment-box .column-white {width:634px;padding:0;flex-grow: 0;flex-shrink: 0;}
.share-event .event__comment--wrap .comment__input--box .coment-box .column-white .textarea {position:relative;height:100px;border:1px solid #ddd;background:#fff;border-radius:4px;}
.share-event .event__comment--wrap .comment__input--box .coment-box .scroll-textarea {border:0;}
.share-event .event__comment--wrap .comment__input--box .coment-box .scroll-textarea > .scroll-content {height:100px !important;}
.share-event .event__comment--wrap .comment__input--box .coment-box .scroll-textarea > .scroll-content > textarea {position:relative;height:100px;padding:16px 24px;font-size:15px;}
.share-event .event__comment--wrap .comment__input--box .coment-box .scroll-textarea > .scroll-content > textarea::placeholder {font-size:15px;}
.share-event .event__comment--wrap .comment__input--box .coment-box .textarea-count {position:absolute;bottom:14px;right:16px;margin:0;font-size:12px;}
.share-event .event__comment--wrap .comment__input--box .coment-box .column-label {position:relative;width:100%;padding:0;}
.share-event .event__comment--wrap .comment__input--box .coment-box .btn__comment {width:100%;height:100%;padding:0;background:#111;border-radius:4px;font-size:20px;color:#fff;font-weight: bold;}
.share-event .event__comment--wrap .comment__list--wrap {width:760px;margin:0 auto;background:#fff;}
.share-event .event__comment--wrap .comment__list--wrap .title-bar {position:relative;height:auto;padding:32px 0 7px;}
.share-event .event__comment--wrap .comment__list--wrap .title-bar .bbs-total {font-size:14px;color:#222;letter-spacing:-0.1em;}
.share-event .event__comment--wrap .comment__list--wrap .title-bar button {position:absolute;bottom:7px;right:2px;font-size:14px;color:#222;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box {border-top:1px solid #ddd;border-bottom:0;background:none;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box [class^=column-] {display:block;border:0;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .comment {padding:16px 0 12px;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .comment .txt {font-size:16px;color:#333;letter-spacing:-0.05em;line-height:1.5;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .comment .date-list {margin-top:4px;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .comment .date-list li {font-size:13px;color:#aaa;letter-spacing:0;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .comment .date-list li+li {margin-left:4px;padding-left:6px;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .comment .date-list li+li:before {top: 8px;width: 2px;height: 2px;margin: 0;background: #aaa;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .comment .link-box {top: auto;bottom: 12px;right: -6px;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .comment .link-box .link-list {padding: 0 8px;font-size: 13px;color: #aaa;line-height: 1.3;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .comment .link-box .link-list > span {letter-spacing: 0;}
.share-event .event__comment--wrap .comment__list--wrap .column-white {padding: 16px 0;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row {display:block;border-bottom: 1px solid #e6e6e6;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row.modify__comment [class^=column-] {border:0;padding-bottom:0;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row.modify__comment .textarea {position:relative;margin:0 auto;border:1px solid #ddd;font-size:16px;background:#fff;border-radius:4px;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row.modify__comment .row {border:0;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row.modify__comment .coment-box {border:0;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row.modify__comment .scroll-textarea {height:100px !important;border:0;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row.modify__comment .scroll-textarea > .scroll-content {height:100px !important;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row.modify__comment .scroll-textarea > .scroll-content > textarea {padding:16px 24px;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row.modify__comment .textarea-count {position:absolute;bottom:16px;right:24px;color:#999;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row.modify__comment .textarea-count .current {font-size:12px;color:#111;}
.share-event .event__comment--wrap .comment__list--wrap .coment-box .row.modify__comment .textarea-count .total {font-size:12px;color:#999;}
.share-event .event__comment--wrap .comment__list--wrap .paging {margin-top:32px;}
.share-event .event__comment--wrap .comment__list--wrap .paging .btn-prev {margin-left:4px;}
.share-event .event__comment--wrap .comment__list--wrap .paging .btn-next {margin-right:4px;}
.share-event .event__comment--wrap .comment__list--wrap .paging ul {margin:0 4px;font-size:0;}
.share-event .event__comment--wrap .comment__list--wrap .paging li:first-child {margin-left:0;}
.share-event .event__comment--wrap .comment__list--wrap .paging li+li {margin-left:4px;}
.share-event .event__comment--wrap .comment__list--wrap .paging li a {font-size:14px;color:#333;}
.share-event .event__comment--wrap .comment__list--wrap .paging li span {font-size:14px;color:#fff;background:#111;}
.share-event .event__comment--wrap .comment__list--wrap .row.modify__comment .btn-area {padding:0 0 20px;font-size:0;background:none;margin-top:16px;}
.share-event .event__comment--wrap .comment__list--wrap .row.modify__comment .btn-area .btn-white-lg {width:84px;min-width:auto;height:40px;padding:0;font-size:15px;color:#111;border:1px solid #ddd;border-radius:4px;background:#fff;line-height:38px;}
.share-event .event__comment--wrap .comment__list--wrap .row.modify__comment .btn-area .btn-default-lg {width:84px;min-width:auto;height:40px;margin-left:8px;padding:0;font-size:15px;color:#fff;border:1px solid #111;border-radius:4px;background:#111;line-height:38px;}

.accordion__notice--wrap .accordion__notice--list p{font-size:16px;color:#585858;text-align: left;font-weight: bold;}

.cooking_battle .forbidden-word,
#commentViewModal .forbidden-word {position: relative; border-radius: 0 0 4px 4px; z-index: 2; border-color: #F4E0E4; box-sizing: border-box; background: #FEF4F6;padding:16px 24px;}
.cooking_battle .forbidden-word .forbidden-word-tit,
#commentViewModal .forbidden-word .forbidden-word-tit {color:#E72A50; padding-left:20px; line-height: 100%;}
.cooking_battle .forbidden-word .forbidden-word-desc,
#commentViewModal .forbidden-word .forbidden-word-desc {font-size:12px; margin-top:7px; color:#666;}
.cooking_battle .forbidden-word .forbidden-word-tit:after,
#commentViewModal .forbidden-word .forbidden-word-tit:after {width:15px; height:15px; top:50%; transform: translateY(-50%); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cg clip-path='url(%23clip0_24265_414)'%3E%3Cpath d='M7.5 14.5C11.366 14.5 14.5 11.366 14.5 7.5C14.5 3.63401 11.366 0.5 7.5 0.5C3.63401 0.5 0.5 3.63401 0.5 7.5C0.5 11.366 3.63401 14.5 7.5 14.5Z' stroke='%23E72A50'/%3E%3Cpath d='M6.7002 4H8.2002V8H6.7002V4ZM6.7002 9H8.2002V11H6.7002V9Z' fill='%23E72A50'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_24265_414'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 0 0;}
.cooking_battle .forbidden-word .forbidden-word-desc .emp,
#commentViewModal .forbidden-word .forbidden-word-desc .emp {color:#E72A50}
.cooking_battle .forbidden-word:after,
#commentViewModal .forbidden-word:after {position: absolute; display:block; width:12px; height:7px; content: ""; background:url(/cjom/event/25_11_event/cooking_class/images/ico_arrow.png) no-repeat 0 0; background-size: 100% auto; top: -7px; left: 8px;}
#commentViewModal .forbidden-word.hide {display: none;}

.share-event .event__comment--wrap .comment__input--box .forbidden-word{background:none;border:none;}
.share-event .event__comment--wrap .comment__input--box .forbidden-word:after{display: none;}

/* 모달 팝업 */
.cjsalefesta-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding-bottom: 40px;
  background: #fff;
  border: 1px solid #ddd;
  transform: translate(-50%, -50%);
  z-index: 20205;
}

.modal__salefesta--wrap {
  width: 350px;
  padding: 0 !important;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
.modal__salefesta--wrap .modal-header {
  height: 48px;
}
.modal__salefesta--wrap .modal-header .modal-title {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #eee;
  line-height: 48px;
}
.modal__salefesta--wrap .modal__close {
  position: absolute;
  top: 4px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: url(/cjom/event/cjsalefesta/25_03_images_cold/btn_popup_close.png) no-repeat 50% 50%;
}
.modal__salefesta--wrap .modal-contents {
  padding: 16px 15px 0;
}
.modal__salefesta--wrap .evtAgree_all {
  padding: 0;
}
.modal__salefesta--wrap .evtAgree_all .input-checkbox + label {
  display: inline-block;
  width: calc(100% - 40px);
}
.modal__salefesta--wrap .evtAgree_all strong {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  letter-spacing: 0;
}
.modal__salefesta--wrap .evtAgree_accordion {
  margin-top: 16px;
  padding: 0 0 16px;
}
.modal__salefesta--wrap .evtAgree_accordion .agree-head {
  padding: 16px 16px 0;
}
.modal__salefesta--wrap .evtAgree_accordion .agree-head label,
.modal__salefesta--wrap .evtAgree_accordion .agree-head .required {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
}
.modal__salefesta--wrap .evtAgree_accordion .agree-content ul li {
  letter-spacing: 0;
}
.modal__salefesta--wrap .evtAgree_accordion .agree-head .more {
  top: 8px;
  width: 40px;
  height: 40px;
}
.modal__salefesta--wrap .evtAgree_accordion .agree-head .more:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal__salefesta--wrap .btn-area {
  margin-top: 24px;
}
.modal__new--wrap.modal__agree .btn-area .btn__black {
  width: calc(100%);
  height: 48px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: #111;
  line-height: 46px;
  border-radius: 4px;
  letter-spacing: 0;
}

html.dim::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20204;
 
}

/* 팝업이 딤드 위에 오도록 설정 */
.coupon-popup_02.is-active {
  z-index: 20204;
}
/* 스크롤을 막는 클래스 */
html.no-scroll {
  overflow: hidden;
}


.modal__new--wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  z-index: 20205;
}
.modal__new--wrap .modal__new--contents h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
}
.modal__new--wrap .modal__new--contents .modal__btn--area {
  width: 100%;
  margin: 16px auto;
}
.modal__new--wrap .modal__new--close {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: url(/cjom/event/cjsalefesta/25_03_images/btn_popup_close_m.png) no-repeat 50% 50%;
  background-size: 40px auto;
}

/* 작성 */
.cooking_battle .visual .img__title {position: absolute; top: 254px; left: 144px; height: 150px; width: 350px;}
.cooking_battle .video__cont {position: absolute; top: 93px; height: 328px; width: 582px; right: 98px; background: #000;}
.cooking_battle .video__cont iframe,
.cooking_battle .video__cont video {width:100%; height: 100%;}
.cooking_battle #coupon {background:#E5E5E5; padding-bottom:40px;}
.cooking_battle #coupon .btn__link {border-radius: 8px; border: 1px solid #DDD; background: #FFF;}
.cooking_battle #coupon .savingweek__notice {width:600px; margin:36px auto 0;}
.evt_notice {padding-bottom: 0;margin: 0;}

.cooking_battle .evt_notice.fixed {}
.cooking_battle .evt_notice.fixed .evt_notice_accordion li [data-accordion] { pointer-events: none; }
.cooking_battle .evt_notice.fixed .evt_notice_accordion li .accordion_arrow {display:none;}
.cooking_battle .evt_notice.fixed .evt_notice_accordion li div {display:block !important;}

.cooking_battle .evt_notice_accordion {display: block;  margin: 20px auto 0;text-align: left;border: 0;width: 600px;box-sizing: border-box;background: none;}
.cooking_battle .evt_notice_accordion>li:first-child {text-align: center;}
.cooking_battle .evt_notice_accordion li [data-accordion] {position: relative;display: inline-block !important;font-size: 17px;line-height: 20px;padding: 0;
color: #333;border-bottom: 2px solid #3f3f3f;}
.cooking_battle .evt_notice_accordion li [data-accordion]:before {position: absolute;top: 2px;left: -23px;content: "";display: inline-block;width: 17px;height: 17px;background: url(/cjom/event/cjsalefesta/23_10_images/festa_accordion_icon.png) no-repeat center center;background-size: 17px;}
.cooking_battle .evt_notice_accordion li .accordion_arrow {position: absolute;right: -28px;top: 1px;display: inline-block;margin-right: 0;width: 28px;height: 18px;background: url(/cjom/event/cjsalefesta/23_10_images/festa_accordion_arrow.png) no-repeat center center;background-size: 14px;transform: rotate(-180deg);transition: transform .3s;}
.cooking_battle .evt_notice_accordion li a.active .accordion_arrow {transform: rotate(0);-webkit-transform: rotate(0);}

.cooking_battle .evt_notice_accordion li div {padding: 0;display: none;}
.cooking_battle .evt_notice_accordion li div dl {display: inline-block;padding: 20px 0 0 0;}
.cooking_battle .evt_notice_accordion li div dt {padding: 0;font-size: 16px;color: #585858;text-align: left;}
.cooking_battle .evt_notice_accordion li div dd+ dt {padding-top: 20px;}
.cooking_battle .evt_notice_accordion li div dd {text-align:left; color:inherit; padding: 0 0 0 10px;}
.cooking_battle .evt_notice_accordion li div ul li {position: relative;font-size: 16px;color: #666;line-height: 21px;padding-left: 14px;text-align: left;}
.cooking_battle .evt_notice_accordion li div ul li + li {margin-top:6px;}

.cooking_battle .evt_notice_accordion li div ul li:before {content: '';position: absolute;left: 0;top: 7px;width: 4px;height: 4px;border-radius: 100%;background-color: #666;}
.cooking_battle .evt_notice_accordion li div ul li strong {font-weight: 600;}
.cooking_battle .evt_notice_accordion li div.condition {padding: 0;}

/* 하얀색 */
.cooking_battle .evt_notice.white .evt_notice_accordion li [data-accordion] { border-bottom: 2px solid #fefefe; color: #fefefe;}
.cooking_battle .evt_notice.white .evt_notice_accordion li [data-accordion]:before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Ccircle cx='8.40332' cy='8.27783' r='7.5' stroke='white'/%3E%3Crect x='7.73779' y='3.8335' width='1.33333' height='6.22222' fill='white'/%3E%3Ccircle cx='8.40256' cy='11.8335' r='0.888889' fill='white'/%3E%3C/svg%3E");}
.cooking_battle .evt_notice.white .evt_notice_accordion li div ul li {color: #fefefe;}
.cooking_battle .evt_notice.white .evt_notice_accordion li div ul li:before {background-color:#fefefe;}
.cooking_battle .evt_notice.white .evt_notice_accordion li .accordion_arrow {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9' fill='none'%3E%3Cpath d='M12.5967 1.22949L6.50001 7.32618L0.40332 1.22949' stroke='white'/%3E%3C/svg%3E"); background-size: 14px; background-repeat: no-repeat; background-position: 50% 50%;}
.cooking_battle .evt_notice.white .evt_notice_accordion li div dd {color: #fefefe;}
.cooking_battle .evt_notice.white .evt_notice_accordion li .accordion_arrow {transform: rotate(0deg);}
.cooking_battle .evt_notice.white .evt_notice_accordion li a.active .accordion_arrow {transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}



/* 탭 */
.cooking_battle #edition .tab__menu {position: relative; display: flex; justify-content:center;}
.cooking_battle #edition .tab__menu::before {position: absolute; width: 240px; height: 50px; content: ""; left: 50%; margin-left: -120px; top: -50px; background: url(/cjom/event/26_01_event/cooking_battle/images/ico_bubble.png) no-repeat 0 0; background-size: 100% auto; animation: updown__motion 0.8s linear 0s infinite alternate;}
@keyframes updown__motion {
    0% {transform: translateY(0);}
    100% {transform: translateY(15px);}
}
.cooking_battle #edition .tab__menu > div {width:150px;}
.cooking_battle #edition .tab__menu > div + div {margin-left:20px;}
.cooking_battle #edition .tab__menu .on {display: none;}
.cooking_battle #edition .tab__menu .active .off {display: none;}
.cooking_battle #edition .tab__menu .active .on {display: block; margin-top:1px;}

/* 탭 상세 */
.cooking_battle #edition .tab__menu--cont > section {display: none; padding-bottom:60px; margin-top:12px;}
.cooking_battle #edition .tab__menu--cont > section.active {display: block;}
.cooking_battle #edition .tab__menu--cont .product__title {border-radius: 10px 10px 0 0; border: 2px solid #EABF90; border: 2.5px solid #EABF90; border-bottom: 0; overflow: hidden;}


.cooking_battle #edition {padding: 200px 160px 30px; background: #000 url(/cjom/event/26_01_event/cooking_battle/images/img_cont2_pc.jpg) no-repeat 0 0; background-size: 100% auto;}
.cooking_battle #edition .swiper {width: 960px; background: #fff; box-sizing: border-box; padding: 24px 24px 32px;     border: 2px solid #EABF90; border-top: 0; border-radius: 0 0 10px 10px;}
.cooking_battle .event__guide {position: relative; padding: 800px 0px 60px; background: #000 url(/cjom/event/26_01_event/cooking_battle/images/img_cont3_pc.jpg) no-repeat 0 0; background-size: 100% auto;}

.cooking_battle .event__guide .evt_notice {opacity:0.55;}
.cooking_battle .event__guide .btn__apply{left: 50%;
    position: absolute;
    width: 478px;
    height: 61px;
    z-index: 1;
    transform: translateX(-50%);
    top: 768px;}
.cooking_battle .event__guide .evt_notice_accordion {margin: 60px auto 0;}