/* BASIC css start */
.inner .shopping_tab_cont {text-align: center;}

.review_cnt {color: #1B9C67; font-weight: 600;}
.detail_image {width: 500px;}
.product_detail_box .left>ul>li {margin: 10px;}
.product_detail_box .right .product_subname p {color: #e9482a; font-weight: 500;}
.product_detail_box .right .product_price {padding-bottom: 80px !important;}
.product_detail_box .right .product_reserve p {line-height: 22px;}

.prod_membership_box_2 {display: none;}
.shopping_tab_cont #prdDetail:before {display: none;}

.shopping_tab_cont #prdQnA .desc {display: none;}

.ec-base-paginate.typeSub a {font-size: 14px; color: #999;}
.ec-base-paginate.typeSub a:hover {background: none; color: #333;}
.ec-base-paginate.typeSub li a {font-size: 14px; color: #999;}
.ec-base-paginate.typeSub li a:hover {background: none; color: #333;}

.ec-base-table table {border: 0;}
.ec-base-table thead th {font-size: 16px; padding: 0; font-weight: 500; border-bottom: 1px solid #ddd; height: 60px; line-height: 60px; vertical-align: middle;}
.ec-base-table tbody td {color: #333; font-size: 16px; padding: 0; border-bottom: 1px solid #ddd; border-top: 0; height: 60px; line-height: 60px; vertical-align: middle;}

.ec-base-button.typeBorder {padding: 0; border-top: 0; margin-top: 30px;}
.ec-base-button {text-align: right;}
.ec-base-button a {min-width: 150px; line-height: 50px; font-size: 16px; padding: 0; border: 0; background: #f4f4f4; margin: 0 4px; border-radius: 3px;}
.ec-base-button a:hover {border: 0; background: #e4e4e4; color: #333;}
.ec-base-button a.point {border: 0; background: #333;}
.ec-base-button a.point:hover {border: 0; background: #111;}



/* 옵션박스 */
.product_option_box .p_o_2 dl {
    font-size: 16px;
}

.product_option_box .p_o_2 dd {
    margin-top: 8px;
}

.product_option_box .p_o_2 dd select {
    width: 100%;
    height: 40px;
}

.shopping_box .MK_inner-opt-cm li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
}

.p_o_4 .MK_p-name {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 20px 0;
}

.p_o_4 .MK_price {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.product_action_box {
    border-radius: 0 0 3px 3px;
}

.product_action_box .btn_buy {
    border-radius: 0 0 0 3px;
}

.product_action_box .btn_cart {
    border-radius: 0 0 3px 0;
}

.product_action_box a {
    font-weight: 500;
    line-height: 60px;
}

#prdDetail {
    padding : 50px 0 0;
}

.shopping_tab_cont {
    width: 800px;
    margin: 0 auto;
}

#prod_info_table_box {
    width: 100%;
    border: 0;
    margin: 0 auto;
    border-bottom: 3px solid #ddd;
}

#prod_info_table_box:last-of-type {
    border-bottom: none;
}

.prod_info_table div p {
    width: 20%;
    background: none;
    font-weight: 600;
    color: #333;
}

.prod_info_table div span {
    color: #777;
}

.prod_info_table div p, .prod_info_table div span {
    padding: 15px 0;
}



/* 쇼핑탭 */  
.shopping_tab li {
    margin: 0;
    width: 240px;
}

.shopping_tab li a {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

.shopping_tab li a:hover {
    background: none;
    border: 0;
    /*border-bottom: 4px solid #118757;*/
    transition: none;
    font-weight: 600;
    color: #1B9C67;
}

.shopping_tab li:not(:first-child):before {
    background-color: #ddd;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    z-index: 1;
}

.shopping_tab.fixed li a:hover {
    background: #1B9C67 !important;
}

.shopping_tab.fixed li a:hover .review_cnt {
    color: #fff !important;
}



/* 타이머 */    
.prd_event_timer {
    display: none;
    background: linear-gradient(to bottom, #1b9c67, #157b51);
    padding:  40px 20px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.3px;
    border-radius: 3px;
}

.prd_event_timer .countdown {
    /*padding-top: 20px;*/
    display: flex;
    gap: 4px;
    justify-content: center;
    line-height: 34px;
    /*font-size: 20px;*/
}

.prd_event_timer .countdown span:first-child {
    margin-left: 4px;
}

.prd_event_timer .countdown span {
    background: #fff;
    color: #e9482a;
    border-radius: 3px;
    width: 30px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 600;
}

.prd_event_timer p {
    font-size: 16px;
    padding-top: 14px;
}



/* 쇼핑가이드(아코디언 메뉴) */
.scroll_point {
    border-bottom: 0;
}

.scroll_point:before {
    display: none;
}

.accordion-container {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-title {
    position: relative;
    padding: 32px 0;
    padding-right: 40px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.accordion-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 1.2em;
    font-weight: normal;
    transition: transform 0.3s ease-in-out;
}

.accordion-content {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content h3 {
    margin: 0;
    line-height: 1.6;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.accordion-content p {
    margin: 0;
    line-height: 1.6;
    color: #777;
}

.accordion-item.active .accordion-title {
    color: #333;
}

.faq-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.faq-column {
    width: 50%;
}



/* 제품 문의 */
.shopping_tab_cont #prdQnA {
    padding: 0 0 100px;
}
.shopping_tab_cont #prdQnA h3 {
    padding-bottom: 30px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}



/* 할인율 */
.dr {
    line-height: 30px;
    margin-bottom: 8px;
}

.dr span {
    background: #1b9c67;
    color: #fff;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 30px;
}



/* 구매카운트 */
.prd-view__cont {
    position: relative;
    display: inline-block;
    top: 12px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    animation: bounceUpDown 1.5s infinite ease-in-out; /* 위아래 움직임 */
}

.prd-view__cont::before {
    content: '';
    position: absolute;
    border-top: 8px solid #ccc;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -9px;
    left: 30px;
}

.prd-view__cont::after {
    content: '';
    position: absolute;
    border-top: 8px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -7px;
    left: 30px;
}

@keyframes bounceUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px); /* 위로 5px 이동 */
    }
    100% {
        transform: translateY(0);
    }
}

.prd-view__cont .highlight {
    color: #e9482a;
    font-weight: 500;
}



/* 네이버, 카카오 간편결제 */
.payment-row {
  display: flex;
  gap: 8px;
  box-sizing: border-box;
  margin-top: 16px;
}

.payment-btn {
  flex: 1;
}

#nhn_btn .npay_type_C_1_2, #nhn_btn .npay_type_C_2_2 {
    width: 100% !important;
    height: auto !important;
    border-radius: 3px !important;
}

#nhn_btn .npay_button_box {
    border-top: 0 !important;
    background: none !important;
    height: auto !important;
    padding: 0 !important;
}

#nhn_btn .npay_button {
  padding: 0 !important;
}

#nhn_btn .npay_text, #nhn_btn .btn_width, #nhn_btn .npay_event {
  display: none !important;
}

#nhn_btn .npay_btn_item a {
    height: 50px !important;
    border: 0 !important;
}

#nhn_btn .npay_btn_item a {
  position: relative !important;
  color: transparent !important; 
}

#nhn_btn .npay_btn_item a::after {
  /*content: "네이버 페이" !important;*/
  /*content: url("https://limyoy24.img4.kr/test/img/npay_icon.jpg") !important;*/
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background: #00de5a url("https://limyoy24.img4.kr/test/img/npay_icon.png") no-repeat center center !important;
  background-size: auto 90% !important;
  font-family: 'pretendard', '맑은 고딕', 'malgun gothic', '돋움', 'dotum', 'sans-serif' !important;
}

#kakaopay_order_btn {
  height: 50px !important;
}

#kakaopay_order_btn a {
  position: relative !important;
  display: inline-block !important;
  width: 100% !important;
  height: 50px !important;
  border-radius: 3px !important;
  background: #ffed00 !important;
  overflow: hidden !important;
  text-align: center !important;
}

#kakaopay_order_btn a img {
  display: none !important;
}

#kakaopay_order_btn a::after {
  /*content: "카카오 페이" !important;*/
  /*content: url("https://limyoy24.img4.kr/test/img/kpay_icon.jpg") !important;*/
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background: #ffed00 url("https://limyoy24.img4.kr/test/img/kpay_icon.png") no-repeat center center !important;
  background-size: auto 60% !important;
  font-family: 'pretendard', '맑은 고딕', 'malgun gothic', '돋움', 'dotum', 'sans-serif' !important;
}



/* 옵션리스트박스 */
.custom-option-box {
  border: 1px solid #ddd;
  border-bottom: 0;
  font-size: 16px;
  border-radius: 3px 3px 0 0;
}

.option-title {
  position: relative;
  cursor: pointer;
  padding: 0 16px;
  font-weight: 500;
  background: #f8f8f8;
  height: 50px;
  line-height: 50px;
  border-radius: 3px 3px 0 0;
}

.option-icon {
  position: absolute;
  right: 16px;
  top: 0;
  line-height: 50px;
  font-size: 13px;
  font-weight: 300;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  transform-origin: center;
}

.option-icon:hover {
  transform: rotate(90deg) translateX(-5px);
}

.option-list {
  list-style: none;
  margin: 0;
}

.option-item {
  padding: 0 16px;
  border-top: 1px solid #eee;
  height: 50px;
  line-height: 50px;
}

.option-item:hover {
  background: #fbfbfb;
}

.option-item.disabled {
  color: #aaa;
  cursor: not-allowed;
  text-decoration: line-through;
}



/* 텍스트공지 */
.txt_notice {
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin: 50px 0;
 }
 
.txt_notice .box {
  line-height: 1.5;
  border: 2px solid #e9482a;
  padding: 30px;
  font-size: 28px;
  color: #e9482a;
 }
/* BASIC css end */

