/* 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_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;}


.shopping_tab.fixed li a:hover {background-color: #333 !important;}


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

.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: 48px;
}

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

#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;
}

.shopping_tab li a:hover {
    background: none;
    border: 0;
    border-bottom: 4px solid #118757;
    transition: none;
}

.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: #118757 !important;
}

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



/* 타이머 */    
.prd_event_timer {
    display: none;
    background: #118757 !important;
    padding:  30px 20px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.3px;
}

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

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

.prd_event_timer .countdown span {
    background: #fff;
    color: #e1573d;
    border-radius: 3px;
    width: 31px;
    height: 34px;
    line-height: 34px;
    font-size: 26px;
    font-weight: 600;
}

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



/* 쇼핑가이드(아코디언 메뉴) */
.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;
}

/* BASIC css end */

