.section1 {
    /* padding-top: 24%; */
}

.wine-card {
    text-align: center;
}

.wine-image {
    /* background: #fff8e1; */
    /* padding: 100px 0px; */
    display: flex;
    justify-content: center;
}

.wine-image img {
    /* width: 720px; */
    /* height: 300px; */
    width: 720px;
    height: 720px;
}

.wine-detail {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    max-width: 720px;
}

.wine-left {
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 18px;
}

.wine-name {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #252525;
    font-family: "NanumSquareNeo";
    font-weight: 800;
}

.wine-name-kor {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #757575;
    font-family: "NanumSquareNeo";
    font-weight: 400;
}

.chat-box {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #999;
}

.chat-box img {
    margin-right: 15px;
    opacity: 0.6;
}

.wine-price {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #a2895b;
    font-family: "NanumSquareNeo";
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: -20px;
}

.wine-price .price {
    font-weight: 500;
}

.wine-right {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 800;
    /* margin-top: -66px; */
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #e84f50;
    font-family: "NanumSquareNeo";
}

.wine-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* table */
.wine-table {
    padding: 60px 28px;
    width: 100%;
    max-width: 720px;
    margin-top: 60px;
    border-collapse: collapse;
    font-family: 'NanumSquareNeo';
    font-size: 20px;
    color: #252525;
    border-top: 2px solid #efefef;
    font-weight: 800;
}

.wine-table th {
    font-size: 25px;
    padding: 10px 0px;
    text-align: left;
    vertical-align: top;
    color: #a2895b;
    /* border-bottom: 1px solid #dbdbdb; */
}

.wine-table td {
    font-size: 23px;
    padding: 10px 40px;
    text-align: left;
    vertical-align: top;
    /* border-bottom: 1px solid #dbdbdb; */
    font-weight: 500;
    line-height: 1.4;
    word-break: break-all;
}

.wine-table th {
    /* background-color: #f8f8f8; */
    font-weight: bold;
    width: 180px;
}

.wine-table td {
    background-color: #fff;
}

/* accordion */
.bulk-discount {
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 45px;
    line-height: 1.4;
    font-size: 18px;
    text-transform: uppercase;
    color: #252525;
    font-family: "NanumSquareNeo";
    font-weight: 400;
}

.bulk-discount .range {
    font-weight: bold;
    color: #f57c00;
}

.bulk-discount .percent {
    font-weight: bold;
    color: #000;
    font-weight: 800;
}

.accordion {
    max-width: 720px;
    font-family: "NanumSquareNeo";
}

.accordion-item {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid #f0f0f0;
}

.accordion-header {
    /* background-color: #ea6362; */
    background-color: #333333;
    font-weight: 700;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "NanumSquareNeo";
}

.accordion-item:not(.open) .accordion-header {
    /* background-color: #ea6362; */
    background-color: #333333;
}

.accordion-item:not(.open) .accordion-body {
    display: none;
}

.accordion-body {
    letter-spacing: 0px;
    background-color: #ffffff;
    padding: 16px;
    line-height: 1.4;
    font-size: 20px;
    text-transform: uppercase;
    color: #777777;
    font-family: "NanumSquareNeo";
}

.toggle {
    font-size: 20px;
    font-weight: bold;
}

/* sec1_1 */
.section_1_1 .inner {
    padding-top: 82px;
}

.title_sec1_1 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
}

.ttl_en {
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 60px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    font-family: "NanumMyeongjo";
}

.ttl_kor {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 60px;
    color: #333333;
    font-weight: 500;
    text-align: center;
    font-family: "NanumMyeongjo-YetHangul", sans-serif;
}

.image-box {
    margin-top: 62px;
}

.image-box img {
    width: 100%;
    display: block;
}

.text-box {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 30px 0 0 0;
}

.text-box.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.text-box * {
    font-size: 22px !important;
    line-height: 1.5 !important;
    text-transform: uppercase !important;
    color: #777777 !important;
    text-align: justify !important;
    font-family: 'NanumSquareNeo' !important;
}

.more {
    display: block;
    justify-content: center;
    padding: 15px 0;
    font-size: 26px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #252525;
    text-align: center;
    font-weight: 700;
}

.section_1_2 .inner {
    padding-top: 82px;
}

.section_1_3 .inner {
    padding-top: 82px;
}

.more-next {
    display: block;
    justify-content: center;
    padding: 60px 0;
    font-size: 26px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #252525;
    text-align: center;
    font-weight: 700;
}


/* section2 */
.section2 .inner {
    margin-top: 60px;
}

.section2 .inner .ttl_se6 {
    font-size: 26px;
    text-transform: uppercase;
    color: #252525;
    font-family: "NanumSquareNeo";
    font-weight: 700;
}

.section2 .inner .special_offer {
    /* margin-top: -60px; */
    display: flex;
    justify-content: space-between;
}

.section2 .inner .special_offer .ttl_se6 {
    font-family: "NanumSquareNeo";
    margin-top: 10px;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    color: #252525;
    font-weight: 800;
}

.section2 .inner .special_offer .btn_pro {
    /* width: 111px;
    height: 42px; */
    padding: 10px 20px;
    border: 1px solid #999999;
    border-radius: 20px;
    background-color: #999999;
    color: #ffffff;
    padding: 10px 17px;
    font-size: 22px;
}

.section2 .inner .special_offer .btn_pro:hover {
    background: #000;
    cursor: pointer;
}

.section2 .inner .list_items_pro .swiper-container .swiper-wrapper .swiper-slide {
    margin-top: 28px;
    display: flex;
    gap: 25px;
    width: 260px;
    flex-shrink: 0;
}

.section2 .inner .list_items_pro .swiper-container .swiper-wrapper .swiper-slide:nth-child(2) {
    /* margin-left: 2px; */
}

.section2 .inner .list_items_pro .swiper-container {
    width: 100%;
    overflow: visible;
    padding: 10px 0;
}

.section2 .inner .list_items_pro .swiper-container .swiper-wrapper {
    display: flex;
}

.section2 .inner .list_items_pro .swiper-container .swiper-wrapper .swiper-slide {
    width: 300px !important;
}

.swiper-slide:last-child {
    margin-right: 0;
}

.product-card-new {
    width: 300px;
    overflow: hidden;
}

.product-image-wrap {
    text-align: center;
    /* background-color: #fff4f4; */
    /* width: 300px;
    height: 364px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px 0px; */

}

.product-image-wrap img {
    object-fit: contain;
    /* width: 100%; */
    /* max-width: 130px;
    max-height: 200px; */
    max-width: 300px;
    max-height: 300px;
}

.product-details {
    padding: 25px 0;
    color: #333;
    line-height: 1.4;
}

.product-title-ko {
    font-size: 25px;
    text-transform: uppercase;
    color: #252525;
    font-weight: 500;
    font-family: "NanumSquareNeo";
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.product-title-en {
    font-size: 20px;
    letter-spacing: -1px;
    color: #999999;
    font-weight: 500;
    font-family: "NanumSquareNeo";
    margin-bottom: 10px;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-meta {
    display: flex;
    gap: 10px;
}

.product-meta span {
    font-size: 20px;
    letter-spacing: -1px;
    color: #999999;
    font-weight: 500;
    font-family: "NanumSquareNeo";
}

.product-meta img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.product-region {
    font-size: 18px;
    color: #999999;
    margin-bottom: 8px;
}

.product-price-wrap {
    font-size: 14px;
    display: flex;
    gap: 6px;
    align-items: baseline;
    margin-bottom: 14px;
}

.price-original {
    color: #999;
    font-size: 18px;
    text-decoration: line-through;
}

.price-discounted {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.price-percent {
    color: #f44336;
    font-size: 22px;
    font-weight: bold;
}

.product-actions {
    display: flex;
    gap: 8px;
}

.btn-cart-new,
.btn-buy-new {
    flex: 1;
    padding: 8px 0;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.btn-cart-new {
    background-color: #fff;
    color: #000;
    border: 2px solid #f59e0b;
    width: 116px;
    height: 45px;
    font-size: 18px;
}

.btn-buy-new {
    background-color: #f59e0b;
    color: white;
    border: none;
    width: 116px;
    height: 45px;
    font-size: 18px;
}

.list-items-pagination {
    text-align: center;
}

.list-items-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.list-items-pagination .swiper-pagination-bullet-active {
    background: #777777;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 4px;
    border-radius: 50%;
    transition: background 0.3s;
}

.swiper-pagination-bullet-active {
    background: #777777;
}

/* end */
.purchase-box {
    margin-top: 112px;
    background-color: #f8f8f8;
    padding: 40px 30px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.qty-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qty-stock {
    font-size: 14px;
    color: #333;
}

.qty-stock .label {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #252525;
}

.stock {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #ea6362;
    font-weight: bold;
}

.qty-control {
    background-color: #ccc;
    border-radius: 6px;
    padding: 20px 17px;
    display: flex;
    align-items: center;
    gap: 42px;
}

.qty-btn {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* nếu icon là trắng, có thể điều chỉnh */
}

.qty-number {
    font-size: 25px;
    color: white;
}

.btn-inquiry {
    flex: 1;
    padding: 28px 235px;
    background-color: #ea6362;
    border: none;
    border-radius: 6px;
    font-weight: 700d;
    cursor: pointer;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "NanumSquareNeo";
    text-align: center;
}

.purchase-actions {
    display: flex;
    gap: 20px;
}

.section2 {
    padding-bottom: 300px;
}

/* sec4 */
.section4 {
    /*background-color: #ffffff;*/
    margin-top: 100px;
    position: fixed;
    bottom: 100px;
    width: 720px;
    z-index: 999;
    /*padding: 38px 0;*/
    /*box-shadow: 0 -40px 11px rgba(0, 0, 0, 0.051);*/
    /*border-top: 1px solid #eaeaea;*/
    padding-top: 38px;
}

.btn-group {
    background-color: #ffffff;
    display: flex;
    gap: 10px;
    padding: 38px 30px;
}

.btn-section4 {
    border: none;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.btn-cart {
    padding: 27px 75px;
    background-color: #ff5b65;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    flex: 1;
}

.btn-inquiry {
    font-size: 24px;
    background-color: #f3f3f3;
    color: #333;
    flex: none;
    gap: 10px;
}

.btn-inquiry img {
    width: 32px;
    height: 32px;
}

/*  */
.toggle_btn {
    position: absolute;
    display: block;
    top: 0rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4.308rem;
    height: 1.508rem;
    background: url(/images/sub/btn_option_off.png) center no-repeat;
    background-size: 4.308rem 1.508rem !important;
    outline: none;
}

.vit_btn_wrap {
    flex-direction: column;
    /* position: fixed; */
    left: 0;
    right: 0;
    bottom: 4.3007rem;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    border-top: 3px solid #eaeaea;
    padding: 16px 30px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex !important;
}

.vit_btn_wrap .vit_options {
    display: none;
}

.vit_btn_wrap.active .vit_options {
    display: block;
}

.vit_info_form .info_result_box {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 0.9375em;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px 0 10px;
    background: url(/images/sub/option_bar_btn.png) no-repeat right 10px center;
    vertical-align: middle;
    border: 2px solid #dbdbdb;
    outline: none;
    color: #252525;
    cursor: pointer;
    background-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vit_options .a_opt {
    margin-top: 20px;
}

.vit_btn_wrap .option_select_total_wrap {
    display: flex;
    justify-content: space-between;
    padding: 1.192rem 0 0.385rem;
}

.vit_btn_wrap .option_select_total_wrap .total_price {
    margin-left: auto;
}

#option6 {
    margin-top: 15px;
}

.info_result_box {
    padding: 20px;
    background-color: #ffffff;
    /* margin-bottom: 0.9375em; */
}

.info_result_box .ir_tit {
    color: #252525;
    margin-bottom: 20px;
    line-height: 130%;
}

.clearfix {
    display: flex;
    justify-content: space-between;
}

.ir_num_money {
    margin-left: auto;
    color: #e84f50;
}

.view_price {
    color: #e84f50;
}

.view_type_cnt {
    color: #e84f50;
}

.info_result_box .ir_num_sel {
    display: flex;
    float: left;
    border: 1px solid #dadada;
    background-color: #fff;
}

.info_result_box .ir_num_sel .option_cnt {
    width: 3rem;
    line-height: 2rem;
    font-size: 0.885rem;
    height: 2rem;
    border-top: unset;
    border-bottom: unset;
    text-align: center;
}

.info_result_box .ir_num_sel .btn_minus {
    font-size: 1.538rem;
}

.info_result_box .ir_num_sel .btn_plus {
    font-size: 1rem;
}

.info_result_box .ir_num_sel button {
    width: 2rem;
    height: 2rem;
}

.info_result_box {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.info_result_box:last-child {
    border-bottom: none;
}

.close {
    text-align: center;
    padding: 5px 13px 8px;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 24px;
}

.vit_btn_wrap.active .toggle_btn {
    background: url(/images/sub/btn_option_on.png) center no-repeat;
}

/*  */
.section_1_3 {
    background-color: #ebe7e1;
}

.wine-top {
    text-align: center;
    margin-top: 20px;
}

.wine-image-top {
    max-width: 500px;
    width: 100%;
}

.wine-plate {
    max-width: 640px;
    margin: 40px 40px 70px auto;
    background: #ebe7e1;
    padding: 40px 0px 120px;
    border-radius: 8px;
}

.plate-title {
    font-size: 32px;
    color: #252525;
    margin-bottom: 45px;
    font-weight: 800;
}

.plate-row {
    display: flex;
    align-items: center;
    margin: 40px 0;
    gap: 30px;
}

.label {
    font-size: 20px;
    line-height: 1.4;
    color: #252525;
    width: 60px;
    font-weight: 600;
}

.bar {
    flex: 1;
    height: 16px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.fill {
    height: 100%;
    background: #ff6565;
    border-radius: 10px;
    position: absolute;
    top: 0;
}

.plate-row.bar1 .fill {
    left: 60%;
}

.plate-row.bar2 .fill {
    left: 80.2%;
}

.plate-row.bar3 .fill {
    left: 40%;
}

.plate-row.bar4 .fill {
    left: 19%;
}