/* **************************************** *
 * FORM
 * **************************************** */
 input[type="button"], input[type="text"], input[type="number"], input[type="file"], input[type="password"], input[type="tel"], input[type="image"], input[type="checkbox"], input[type="radio"], textarea, select { -moz-appearance:none; -webkit-appearance:none; appearance:none } 
 input[type="text"],
 input[type="number"] { font-size: 12px; border: 1px solid #e8e8e8; padding: 0 10px; height: 30px; border-radius: 5px; } 
 input[type="text"]:focus,
 input[type="number"]:focus { outline: none; } 
 input[fw-label="이메일"] { width: 150px; } 
 input[type="password"] { font-size: 12px; border: 1px solid #e8e8e8; padding: 0 10px; height: 30px; border-radius: 5px; padding-right: 30px; } 
 input[type="password"]:focus { outline: none; } 
 input[fw-label="패스워드"],
 input[fw-label="비밀번호"],
 input[fw-label="새 비밀번호"],
 input[fw-label="비밀번호 확인"] { padding-right: 30px; } 
 select { font-size: 12px; border: 1px solid #e8e8e8; padding: 0 25px 0 10px; height: 30px; border-radius: 5px; background: #fff url(/codeform/images/icons/select_arrow.svg) no-repeat right 8px center / 8px auto; color: #000; } 
 select:focus { outline: none; } 
 textarea { border: 1px solid #e8e8e8; padding: 10px; resize: none; font-size: 12px; width: 100%; border-radius: 5px; } 
 textarea:focus { outline: none; } 

 input:-webkit-autofill { -webkit-box-shadow: 0 0 0 500px white inset !important; } 

 input[type="radio"] { width: 16px; height: 16px; vertical-align: middle; margin: -3px 2px 0 0; background: url(/codeform/images/icons/input_radio_blank.png) no-repeat 0 0; background-size: 16px 16px; transition: 0.2s ease-out; } 
 input[type="radio"]:checked { background-image: url(/codeform/images/icons/input_radio.png); } 
 input[type="radio"] + label { margin-right: 5px; } 
 input[type="radio"]:checked + label { } 
 input[type="radio"]:not([disabled="1"]) { cursor: pointer; } 
 input[type="radio"]:not([disabled="1"]) + label { cursor: pointer; } 
 input[type="radio"][disabled="1"] { opacity: 0.2; } 
 input[type="radio"][disabled="1"] + label { opacity: 0.2; } 

 input[type="checkbox"] { width: 18px; height: 18px; vertical-align: middle; margin: -2px 2px 0 0; background: url(/codeform/images/icons/input_checkbox_blank.png) no-repeat 0 0; background-size: 16px 16px; transition: 0.2s ease-out; } 
 input[type="checkbox"]:checked { background-image: url(/codeform/images/icons/input_checkbox.png); } 
 input[type="checkbox"] + label { margin-right: 5px; } 
 input[type="checkbox"]:checked + label { } 
 input[type="checkbox"]:not([disabled="1"]) { cursor: pointer; } 
 input[type="checkbox"]:not([disabled="1"]) + label { cursor: pointer; } 
 input[type="checkbox"][disabled="1"] { opacity: 0.2; } 
 input[type="checkbox"][disabled="1"] + label { opacity: 0.2; } 

 input[type="file"] { font-size: 12px; cursor: pointer; display: block; margin-bottom: 5px; } 
 input[type="file"]::file-selector-button { font-size: 12px; border: 1px solid #bbb; border-radius: 4px; padding: 5px 10px; font-weight: 600; transition: border-color 0.4s; background: none; cursor: pointer; vertical-align: middle; color: #000; } 
 input[type="file"]:hover::file-selector-button { border: 1px solid #222; } 
 input[type="checkbox"][fw-label="삭제"] { margin-left: 10px; } 

 img[alt="필수"] { display: inline-block; vertical-align: middle; margin-top: -4px; height: 7px; } /* required */
 @media all and (max-width: 767px) { input[type="text"],
 input[type="number"],
 input[type="password"],
 select { height: 35px; font-size: 14px; } 
 }

 .captcha { margin-top: 10px; } 
 .captcha * { vertical-align: middle; } 
 .captcha > span { display: block; margin-top: 3px !important; } 
 .captcha > input { margin-top: 5px; } 
 .captcha td * { vertical-align: middle; } 
 .captcha td span { display: block; margin-top: 3px !important; } 

 .form-styled__01 input[type="text"],
 .form-styled__01 input[type="password"],
 .form-styled__01 select { font-size: 14px; height: 35px; } 
 .form-styled__01 input[type="radio"] { } 
 .form-styled__01 input[type="radio"] + label { } 
 .form-styled__01 input[type="radio"]:checked + label { } 
 .form-styled__01 input[type="checkbox"] { } 
 .form-styled__01 input[type="checkbox"] + label { } 
 .form-styled__01 input[type="checkbox"]:checked + label { } 


 
/* **************************************** *
 * ADDRESS
 * **************************************** */
 .ec-address { } 
 .ec-address > li { margin-bottom: 8px; } 
 .ec-address > li:last-child { margin-bottom: 0; } 
 .ec-address #shippingRegist_zipcode_wrap{display: flex;align-items: center;gap: 3px;}/* 배송주소록 관리 - 등록 */
 .ec-address #shippingUpdate_zipcode_wrap{display: flex;align-items: center;gap: 3px;}/* 배송주소록 관리 - 수정 */
 .ec-address #postBtn,
 .ec-address #SearchAddress,
 .ec-address #mall_addr_btn,
 .ec-address #btn_search_rzipcode,
 .ec-address #btn_search_ozipcode,
 .ec-address #btn_search_fzipcode,
 .ec-address #btn_search_tzipcode,
 .ec-address #zipcode_finder { display: inline-block; background: none; border-radius: 4px; transition: border-color 0.4s; font-size: 12px; font-weight: 600; padding: 0 10px; border: 1px solid #bbb; line-height: 33px; width: 62px; } 
 .ec-address #postBtn:hover,
 .ec-address #SearchAddress:hover,
 .ec-address #mall_addr_btn:hover,
 .ec-address #btn_search_rzipcode:hover,
 .ec-address #btn_search_ozipcode:hover,
 .ec-address #btn_search_fzipcode:hover,
 .ec-address #btn_search_tzipcode:hover,
 .ec-address #zipcode_finder:hover { border: 1px solid #222; } 

 @media all and (max-width: 767px) {
 .ec-address #shippingRegist_zipcode_wrap,
 .ec-address #shippingUpdate_zipcode_wrap{gap: 0;}/* 배송주소록 관리 - 수정 */
 .ec-address #postBtn:hover,
 .ec-address #SearchAddress:hover,
 .ec-address #mall_addr_btn:hover,
 .ec-address #btn_search_rzipcode:hover,
 .ec-address #btn_search_ozipcode:hover,
 .ec-address #btn_search_fzipcode:hover,
 .ec-address #btn_search_tzipcode:hover,
 .ec-address #zipcode_finder:hover { border: 1px solid #bbb; } 

 .ec-address select[fw-label="국가"] { width: 100%; margin-bottom: 8px; } 
 .ec-address .ec-address-zipcode { display: flex; gap:0 5px } 
 .ec-address .ec-address-zipcode .ec-base-label { display: none; } 
 }


/* **************************************** *
 * PHONE
 * **************************************** */
 .form-phone { display: flex; align-items: center; gap:0 5px; } 
 .form-phone select,
 .form-phone input[type="text"] { text-align: center; width: 80px; } 

 .form-phone2 { display: flex; align-items: center; gap:0 5px; } 
 .form-phone2 select,
 .form-phone2 input[type="text"] { text-align: center; width: 180px; } 

 
 /* **************************************** *
 * YMD
 * **************************************** */
 .form-ymd { display: flex; align-items: center; gap:0 5px; } 
 .form-ymd input[type="text"],
 .form-ymd select { text-align: center; width: 80px; margin-left: 8px; } 
 .form-ymd input[type="text"]:first-child,
 .form-ymd select:first-child { margin: 0; } 
 .form-solar { display: block; margin-top: 8px; } 


 /* **************************************** *
 * EMAIL
 * **************************************** */
 .form-email { display: flex !important; align-items: center; gap:0 5px } 
 .form-email + span { display: block; margin-top: 10px; font-size: 13px; } 
 .form-email + span span { margin-right: 10px; } 


/* **************************************** *
 * TITLE
 * **************************************** */
 .titleArea { } 
 .titleArea h2 { font-size: 22px; font-weight: 600;} 
 .titleArea h2 > * { color: #000; } 
 .titleArea p { font-size: 14px; margin-top: 10px; } 
 .path + .titleArea { margin: 55px 0 45px; text-align: center; text-align: left;  } 
 .path + .titleArea h2{opacity: 0;visibility: hidden;transform: translate3d(0, 5px, 0); animation: fadeInUpTitle 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;animation-fill-mode: both;}
 .path + .titleArea p{opacity: 0;visibility: hidden;transform: translate3d(0, 5px, 0); animation: fadeInUpTitle 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;animation-fill-mode: both;display: none;}

 h2.title-main { font-size: 20px; margin: 50px 0 20px; font-weight: 600; } 
 h3.title-sub { font-size: 16px; margin: 50px 0 20px; font-weight: 500; } 
 h4.title-mini { font-size: 15px; font-weight: 600; margin: 20px 0 10px; } 
 h5.title-tiny { font-size: 14px; font-weight: 500; margin: 15px 0 6px; } 

.section-title { text-align: center; margin-bottom: 40px; } 
.section-title h3 { font-size: 22px; font-weight: 600; margin-bottom: 8px; } 
.section-title p { font-size: 14px; font-weight: 400; color: #888; } 

@media all and (max-width: 1023px) {
 .path + .titleArea { margin: 36px 0 27px; } 
 .titleArea h2 { font-size: 18px; } 
 }


/* **************************************** *
 * PATH
 * **************************************** */
 .path { display: flex; font-size: 13px; margin: 20px 0 0; flex-direction: row-reverse; } 
 .path > span { display: none; } 
 .path > ol { display: flex; } 
 .path > ol > li {} 
 .path > ol > li > a {color: var(--color-neutral-4); } 
 .path > ol > li > a strong {font-weight: 400;}
 .path > ol > li::before { content: ''; display: inline-block; vertical-align: middle; margin: -2px 5px 0; width: 10px; height: 10px; background: url(/codeform/images/icons/chevron-right.svg) no-repeat center center / 100% auto; } 
 .path > ol > li:first-child::before { display: none; } 
 .path > ol > li:last-child > a {color: var(--color-neutral-9); } 


 @media all and (max-width: 1023px) {
 .path { display: none; } 
 }

/* **************************************** *
 * TABS
 * **************************************** */
 .tabs { } 
 .tabs .tab-list { } 
 .tabs .tab-list.current { } 

 .tab-contents { } 
 .tab-contents .tab-content { display: none; opacity: 0; visibility: hidden; transition: all 0.6s; } 
 .tab-contents .tab-content.current { display: block;; } 
 .tab-contents .tab-content.show { opacity: 1; visibility: visible; } 


/* **************************************** *
 * TABLE
 * **************************************** */
 .cf-table { } 
 .cf-table table { width: 100%; border-collapse:collapse; border-top: 1px solid #bbb; } 
 .cf-table table caption { display: none; } 
 
 .cf-table table th,
 .cf-table table td { padding: 14px 10px; font-size: 14px; font-weight: 400; line-height: 1.5; } 
 .cf-table table th { background-color: #f6f6f6; } 
 .cf-table table td { border-bottom: 1px solid #e8e8e8; } 
 .cf-table table th[scope="row"] { border-bottom: 1px solid #e8e8e8; } 
 @media all and (max-width: 1023px) {
 .cf-table table th,
 .cf-table table td { padding: 9px; } 

 .col-rwd { width: 90px !important; } 
 }

 .cf-table .message { padding: 60px 0; text-align: center; font-size: 13px; color: #888; } 

 .cf-table__small { } 
 .cf-table__small table th,
 .cf-table__small table td { padding: 12px 10px; font-size: 12px; } 

 .text-info { margin-top: 5px; color: #888; line-height: 1.5; font-size: 12px; } 

 /* table text-info */
 td span.text-info { margin-left: 5px; margin-top: 0; } 

 /* scroll-table */
 .scroll-table__wrap + .text-info { display: none; } 
 @media all and (max-width: 767px) { table.scroll-table { width: 660px; } 
 table.scroll-table.large { width: 860px; } 
 table.scroll-table.small { width: 560px; } 
 
 .scroll-table__wrap { overflow-x:auto; } 
 .scroll-table__wrap + .text-info { display: block; text-align: center; margin-top: 8px; } 
 }

 /* div text-info */
 div.text-info { margin-top: 40px; color: #000; } 
 div.text-info > h3 { font-size: 16px; margin: 0 0 20px; } 
 div.text-info > .inner { padding: 20px; border: 1px solid #e8e8e8; font-size: 12px; line-height: 20px; font-weight: normal; } 
 div.text-info > .inner > h4 { margin-top: 20px; } 
 div.text-info > .inner > h4:first-child { margin-top: 0; } 
 div.text-info > .inner > p { margin-top: 10px; } 
 div.text-info > .inner > ol { margin-top: 10px; } 
 div.text-info > .inner > ol:first-child { margin-top: 0; } 
 div.text-info > .inner > ol > li { position: relative; padding-left: 12px; --lhour-dot-color: #666; }

 div.text-info-2{margin-top: 5px; color: #888; line-height: 1.5; font-size: 12px;}
 

 /* **************************************** *
 * HEAD-TAB
 * **************************************** */
 .cf-tab { position: relative; font-size: 0; margin-left: 1px; margin-bottom: 20px; white-space: nowrap; overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; } 
 .cf-tab::after { content: ''; width: 100%; height: 1px; background: #888; position: absolute; bottom: 0; left: 0; } 
 .cf-tab::-webkit-scrollbar { display: none; } 
 .cf-tab > li { display: inline-block; margin-right: -1px; position: relative; border-bottom: 1px solid #888; } 
 .cf-tab > li > a { min-width: 200px; padding: 16px 20px; display: block; text-align: center; font-size: 13px; background: #f6f6f6; border-bottom: none !important; border: 1px solid #e8e8e8; color: #888; } 
 .cf-tab > li.selected { z-index: 1; } 
 .cf-tab > li.selected a { background: #fff; border: 1px solid #888; color: #000; font-weight: 600; } 
 .cf-tab > li.selected a::before { content: ''; width: 1px; height: 1px; background: #888; position: absolute; bottom: -1px; left: 0; z-index: 2; } 
 .cf-tab > li.selected a::after { content: ''; width: 1px; height: 1px; background: #888; position: absolute; bottom: -1px; right: 0; z-index: 2; } 
 .cf-tab > li.selected::after { content: ''; width: 100%; height: 1px; background: #fff; position: absolute; bottom: -1px; left: 0; } 

 .cf-tab__small { } 
 .cf-tab__small > li > a { min-width: 120px;; padding: 10px 14px; } 

 @media all and (max-width: 767px) {
 .cf-tab > li > a { min-width: 120px;; padding: 10px 14px; } 
 }
 
 
 /* **************************************** *
 * PAGINATE
 * **************************************** */
 .cf-paginate { display: flex; align-items: center; justify-content: center; margin-top: 30px; } 
 .cf-paginate > a { width: 25px; height: 35px; display: flex; align-items: center; justify-content: center; font-size: 0; } 
 .cf-paginate > a img { display: none; } 
 .cf-paginate > a svg { color: var(--color-icon-2); } 
 .cf-paginate > a span{display: block;font-size: 14px;color: var(--color-neutral-4);cursor: pointer;}
 .cf-paginate > ol { display: flex; align-items: center; justify-content: center; gap: 10px; margin-inline: 10px; } 
 .cf-paginate > ol > li { } 
 .cf-paginate > ol > li a { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; padding-top: 0; color: var(--color-neutral-4); transition: 0.4s; } 
 .cf-paginate > ol > li .ellipsis { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; font-size: 13px; } 

 .cf-paginate.pagenation__type-01 > ol > li a:hover,
 .cf-paginate.pagenation__type-01 > ol > li a.this{color: var(--color-neutral-7);}
 .cf-paginate.pagenation__type-02 > ol > li a:hover,
 .cf-paginate.pagenation__type-02 > ol > li a.this{background: var(--color-neutral-2);border-radius: 50%;color: var(--color-neutral-4);}
 .cf-paginate.pagenation__type-03 > ol > li a:hover,
 .cf-paginate.pagenation__type-03 > ol > li a.this{background: var(--color-neutral-7);border-radius: 50%;color: var(--color-neutral-1);}
 .cf-paginate.pagenation__type-04 > ol{margin-inline: 80px;}
 .cf-paginate.pagenation__type-04 > ol > li a:hover,
 .cf-paginate.pagenation__type-04 > ol > li a.this{color: var(--color-neutral-7);}

 @media all and (max-width: 1023px) {
  .cf-paginate.pagenation__type-01 > ol > li a:hover{color: var(--color-neutral-4);}
  .cf-paginate.pagenation__type-02 > ol > li a:hover{background: transparent;}
  .cf-paginate.pagenation__type-03 > ol > li a:hover{background: transparent;color: var(--color-neutral-4);}
  .cf-paginate.pagenation__type-04 > ol > li a:hover{color: var(--color-neutral-4);}
 }

 @media all and (max-width: 767px) {
   .cf-paginate > a span{font-size: 13px;}
   .cf-paginate.pagenation__type-04 > ol{margin-inline: 30px;}
 }
 

/* **************************************** *
 * INFO / TOOLTIP
 * **************************************** */

 /* info */
 ul.info { margin: 20px 0 0; font-size: 13px; } 
 ul.info > li { position: relative; padding-left: 12px; margin-bottom: 7px; line-height: 1.6; --lhour-dot-color: #666; }

 ul.info > li:last-child { margin-bottom: 0; }

 ul.list-info { font-size: 13px; color: #888; margin: 20px 0; }
 ul.list-info li { position: relative; padding-left: 12px; margin-bottom: 6px; --lhour-dot-color: #888; }
 ul.list-info li a { color: #000; }
 ul.list-info li:last-child { margin-bottom: 0; }

 em { font-style: normal; } 


 .eTooltip { position: relative; } 
 .ec-base-tooltip { display: block; background: #fff; position: absolute; bottom:40px; left: 5px; z-index: 10; border: 1px solid #e8e8e8; border-radius: 5px; padding: 20px; box-shadow: 0px 0px 16px rgb(50 50 50 / 12%); display: none; } 
 .ec-base-tooltip::after { content: ''; position: absolute; bottom: -6px; left: 20px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #fff; } 
 .ec-base-tooltip::before { content: ''; position: absolute; bottom: -7px; left: 20px; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #e8e8e8; } 
 .ec-base-tooltip .content { font-size: 13px; } 
 .ec-base-tooltip .content strong { display: block; margin-bottom: 10px; } 
 .ec-base-tooltip .content ul { line-height: 20px; } 
 .ec-base-tooltip > a.btnClose { display: none; } 

 table + .empty-message { border-top: 0; } 
 .empty-message { padding: 200px 0; font-size: 13px; text-align: center; border-top: 1px solid #888; border-bottom: 1px solid #e8e8e8; line-height: 1.5; color: #555; } 


/* **************************************** *
 * BUTTONS
 * **************************************** */
 button { background: #fff; color: #000; } 
 .button-wrap { margin-top: 20px; overflow: hidden; } 
 .cf-button { background: var(--color-neutral-1); color: var(--color-neutral-7); border: 1px solid var(--color-neutral-2); border-radius: 5px; font-size: 12px; line-height: 1.6; padding: 6px 12px; display: inline-flex; justify-content: center; align-items: center; gap: 4px; transition: border-color 0.4s; cursor: pointer; text-align: center; } 
 .cf-button:hover { border-color: #222; } 

 .cf-button.cf-button__05 { background: #fff; border: 1px solid #bbb; color: #222; width: 100%; font-size: 16px; padding: 15px 10px; } 
 .cf-button.cf-button__06 { width: 100%; padding: 10px; } 
 .cf-button.cf-button__07 { background: #222; border: 1px solid #222; color: #fff; width: 100%; font-size: 16px; padding: 15px 10px; } 
 .cf-button.cf-button__08 { padding: 0 20px; line-height: 38px; background: #222; border: 1px solid #222; color: #fff; } 
 .cf-button.cf-button__09 { padding: 10px 20px; } 
 .cf-button.cf-button__10 { background: var(--color-neutral-7); border: 1px solid var(--color-neutral-7); color: var(--color-neutral-1); } 
 .cf-button.cf-button__11 { padding: 6px 10px; } 

 .bounce-button svg { transition:transform 0.1s } 
 .bounce-button.animate svg { animation: bounceIn 0.5s; } 
 .bounce-button svg path { stroke:#000; } 
 .bounce-button.on svg path { fill: #000; stroke:#000; } 

 @media all and (max-width: 1023px) {
 .print-button { display: none; } 
 }

 @media all and (max-width: 767px) {
 .cf-button:hover { border: 1px solid #bbb } 
 .cf-button.cf-button__11 { padding: 10px; } 
 .cf-button.cf-button__08 { padding: 0 10px; } 
 }


/* **************************************** *
 * QTY
 * **************************************** */
 .quantity { } 
 .quantity .ec-base-qty { } 
 .quantity > a { display: none; } 
 .ec-base-qty { position: relative; padding: 0 30px; font-size: 0; min-height: 30px; display: inline-block; background: #fff; } 
 .ec-base-qty a { position: absolute; top:0; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid #e8e8e8; } 
 .ec-base-qty a::after { content: ''; width: 10px; height: 10px; display: block; } 
 .ec-base-qty a > img { position: absolute; top:0; left: 0; width: 100%; height: 100%; opacity: 0; } 
 .ec-base-qty a.down { left: 0; border-right: 0; } 
 .ec-base-qty a.down::after { background: url(/codeform/images/icons/minus.svg) no-repeat center center / 100% auto; } 
 .ec-base-qty a.up { right: 0; border-left: 0; } 
 .ec-base-qty a.up::after { background: url(/codeform/images/icons/plus.svg) no-repeat center center / 100% auto; } 
 .ec-base-qty input[type="text"],
 .ec-base-qty input[type="number"] { border-radius: 0; text-align: center; padding: 0 5px; min-width: 30px; height: 30px !important; } 

 .linux.mobile .ec-base-qty input[type="text"],
 .linux.mobile .ec-base-qty input[type="number"] { width: 30px; } 


/* **************************************** *
 * COUPON
 * **************************************** */
.coupon-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:20px; } 
.coupon-list > li {border: 1px solid #d5d5d5; border-radius: 10px; padding: 20px;} 
.coupon-list > li .coupon__head {display: flex; align-items: flex-start; justify-content: space-between; margin: 0 0 16px;}
.coupon-list > li .coupon__head > a {display: flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 600;}
.coupon-list > li .coupon__head > a > svg {width: 13px;}
.coupon-list > li .coupon__head .discount {color: #333; font-size: 20px; font-weight: 600; line-height: 1; margin: 0 0 4px;}
.coupon-list > li .coupon__head .title {position: relative; cursor: pointer; color: #333; font-size: 14px; font-weight: 400; line-height: 1.6;}
.coupon-list > li .coupon__head .title .coupon__detail-popup {display: none; position: absolute; top: 100%; left: 30px; z-index: 1;}
.coupon-list > li .coupon__head .title .coupon__detail-popup.on {display: block;}
.coupon-list > li .coupon__head .title .coupon__detail-popup > h3{}
.coupon-list > li .coupon__head .title .coupon__detail-popup > a {}
.coupon-list > li .coupon__head .title .coupon__detail-popup > .content {}
.coupon-list > li .coupon__head .title .coupon__detail-popup > .content > ul{}
.coupon-list > li .coupon__head .title .coupon__detail-popup > .content > ul > li {white-space: nowrap; display: flex; align-items: center; gap: 4px;}

.coupon-list > li .coupon__detail {}
.coupon-list > li .coupon__detail .period {font-size: 12px; line-height: 1.6; font-weight: 500; color: #949494;}

.coupon-list > li .chkBtn { display: none; } 

.xans-coupon-azonelist.coupon-list { gap:20px 15px; } 
.xans-coupon-azonelist.coupon-list > li .chkBtn { display: none; } 

@media all and (max-width: 767px) {
  .coupon-list { grid-template-columns: repeat(1, minmax(0, 1fr)); gap:20px; } 
  .coupon-list > li {padding: 17px 16px;} 
  .coupon-list > li .coupon__head { margin: 0 0 10px;}
  .coupon-list > li .coupon__head > a {font-size: 10px;}
  .coupon-list > li .coupon__head > a > svg {width: 11px;}
  .coupon-list > li .coupon__head .discount {font-size: 22px; margin: 0 0 2px;}
  .coupon-list > li .coupon__head .title {font-size: 12px; }
  
  .coupon-list > li .coupon__detail {}
  .coupon-list > li .coupon__detail .period {font-size: 10px;}
}