/*  */
.creator-slider .swiper-wrapper {
    gap: 22px;
}

.creator-card {
    position: relative;
    width: 100%;
    height: 430px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.creator-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    pointer-events: none;
}

.creator-slider .swiper-slide {
    width: 286px !important;
}

.creator-card .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.creator-card .avatar,
.creator-card .info {
    position: relative;
    z-index: 3;
}

.creator-slider {
    width: 100%;
}

.wrap_creator .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    border-radius: 6px;
    background-color: #ffffffcc;
}

.wrap_creator .left {
    left: -40px;
}

.wrap_creator .right {
    right: -40px;
}

.banner_study_wrap .arrow {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    border-radius: 6px;
    background-color: #ffffffcc;
}

.banner_study_wrap .left {
    left: -40px;
}

.banner_study_wrap .right {
    right: -40px;
}

.banner_study_wrap .swiper-button-next:after,
.banner_study_wrap .swiper-button-prev:after {
    display: none;
}

/*  */
.main_visual {
    padding-top: 28px;
}

.body_container.main_body_container {
    margin-top: 0;
    /*padding-top: 20px;*/
}

.black {
    color: #252525;
}

.img_box_1 {
    /*padding-top: calc(510% / 1159 * 100);*/
    padding-top: 23.65%;
}

.img_box_2 {
    padding-top: calc(150% / 224 * 100);
}

.img_box_3 {
    padding-top: calc(210% / 285 * 100);
}

.img_box_4 {
    /* padding-top: calc(180% / 590 * 100); */
    padding-top: unset;
}

.img_box_5 {
    padding-top: calc(180% / 580 * 100);
}

.img_box_6 {
    padding-top: calc(102% / 140 * 100);
}

.img_box_7 {
    padding-top: calc(210% / 285 * 100);
}

.img_box_8 {
    padding-top: calc(310% / 224 * 100);
}

.main_sale_banner {
    position: absolute;
    top: 26%;
    left: 130px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.time_sale_banner {
    width: 123px;
    overflow: hidden;
}

.time_sale_wrap:not(.active) {
    display: none;
}

.time_sale_wrap {
    width: 100%;
    background-color: #0d0334;
    border-radius: 16px;
    transition: transform 1s ease-in-out;
}

.time_sale_wrap .time_sale_clock {
    padding: 10px 0;
    gap: 5px;
}

.time_sale_wrap .time_sale_clock i {
    display: inline-block;
    width: 25px;
    height: 23px;
    background: url("/images/ico/time_sale_clock.gif") no-repeat center/cover;
    background-size: 25px 23px;
}

.time_sale_wrap .time_sale_clock span {
    color: #ffffff;
    font-family: "Pretendard";
    font-weight: 500;
    font-size: 14px;
}

.time_sale_wrap .time_sale_product {
    padding: 0 5px;
}

.time_sale_wrap .time_sale_product img {
    width: 100%;
    height: 60px;
}

.time_sale_wrap .time_sale_product .time_sale_ttl {
    padding: 7px 10px;
    background-color: #fff;
}

.time_sale_wrap .time_sale_product .time_sale_ttl .subject {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #353535;
    margin-bottom: 5px;
    text-align: center;
}

.time_sale_wrap .time_sale_product .time_sale_ttl .price {
    font-weight: bold;
    font-size: 15px;
    color: #17469e;
    text-align: center;
}

.time_sale_wrap .time_remaining {
    padding: 5px 0;
    flex-direction: column;
    gap: 5px;
}

.time_sale_wrap .time_remaining .ttl {
    font-size: 13px;
    color: #ffffff;
}

.time_sale_wrap .time_remaining .time {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.main_sale_banner.new {
    top: 1%;
}

/* .main_sale_banner.visible {
    top: 1%;
} */

.main_sale_banner .coupon_sale {
    border-radius: 7px;
    width: 123px;
}

.main_sale_banner img {
    max-width: 123px;
    object-fit: cover;
}

.main_sale_banner .coupon_sale img {
    width: 123px;
    height: 123px;
    object-fit: inherit;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.main_sale_banner .coupon_sale .tit_cou {
    background-color: #110346;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 10px;
}

.main_sale_banner .coupon_sale .tit_cou p {
    font-size: 13px;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main_sale_banner .banner_bt {
    width: 123px;
}

.main_sale_banner .banner_bt img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-button-main {
    /*background-color: rgba(0, 0, 0, 0.502);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.18);
}

.swiper-button-prev-main {
    left: 60px;
    transform: rotate(180deg);
}

.swiper-button-next-main {
    right: 60px;
}

.swiper-button-main img {
    width: 16px;
    height: 32px;
}

.main_swiper {
    overflow: visible;
}

.main_visual_slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 395px;
}

.main_visual_slider .slide_item {
    padding: 0 10px;
}

.main_visual_slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.main_visual_slider .img_box::before {
    transition: all 2s ease;
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    z-index: 1;
}

.main_visual_slider .slide_item[aria-hidden="true"] .img_box::before {
    background-color: #00000080;
}

.main_visual_slider .owl-item:not(.active) .img_box::before {
    background-color: #00000080;
}

.main_visual_slider .owl-nav {
    height: 0;
}

.img_box_ttl_main {
    font-size: 48px;
    font-family: "NanumSquare";
    color: #ffffff;
    font-weight: bold;
    line-height: 1.25;
    position: absolute;
    left: 480px;
    top: 205px;
    z-index: 2;
}

/*.swiper-main-tools {*/
/*    position: absolute;*/
/*    bottom: 30px;*/
/*    right: 350px;*/
/*    z-index: 10;*/
/*}*/

.img_box_txt_main2 {
    font-size: 22px;
    line-height: 3.273;
}

.swiper-main-tools {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    padding-top: 30px;
}

.swiper-main-tools .play_pause {
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    border-radius: 50%;
    background-color: #ffffff;
    /*background-color: unset !important;*/
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.relative {
    /*overflow: hidden;*/
}

.swiper-pagination-main {
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    background-color: #ffffff;
    /*background-color: unset !important;*/
    border-radius: 16px;
    width: 74px;
    height: 34px;
    color: #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_current_slide {
    /*color: #FFFFFF;*/
}

.main_visual .swiper-button {
    z-index: 9999;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.18);
    text-indent: -9999px;
    background-image: none;
}

.main_visual .swiper-button.swiper-button-next {
    right: 60px;
}

.main_visual .swiper-button.swiper-button-prev {
    left: 60px;
}

.main_visual .swiper-button:after {
    opacity: 0.45;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/ico/spr_banner.webp) no-repeat 0 center;
}

.main_visual .swiper-button:hover {
    background-color: rgba(255, 255, 255, 0.28);
}

.main_visual .swiper-button.swiper-button-next:after {
    background-position: -65px 0;
}

.main_section2 {
    padding-top: 18px;
}

.main_section2 .ttl {
    font-size: 28px;
    text-align: center;
}

.main_swiper2 {
    margin-top: 40px;
    position: relative;
}

.main_swiper2__text {
    position: absolute;
    top: 40px;
    left: 32px;
    font-size: 20px;
    font-family: "Pretendard";
    color: #252525;
    font-weight: bold;
    line-height: 1.2;
}

.swiper-button-main-2 {
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    border-radius: 6px;
    background-color: #ffffffcc;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-main-2.swiper-button-lock {
    display: none;
}

.swiper-button-prev-main-2 {
    left: -22px;
}

.swiper-button-next-main-2 {
    right: -22px;
}

.main_section_review_prev_btn_ {
    top: 110px;
}

.main_section_review_next_btn_ {
    top: 110px;
}

.main_section3 {
    padding: 0;
}

.main_section3__head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 80px 0 0 0;
}

.main_section3__head__ttl {
    font-size: 28px;
    font-family: "Pretendard";
    color: #252525;
    font-weight: bold;
}

.main_section3__place {
    display: flex;
    gap: 25px;
}

.main_section3__place_btn {
    font-size: 28px;
    font-family: "Pretendard";
    color: #cccccc;
    font-weight: bold;
    position: relative;
}

.main_section3__place_btn.active {
    color: #17469e;
}

.main_section3__place_btn.active::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #17469e;
    position: absolute;
    top: -2px;
    right: -12px;
    border-radius: 50%;
}

.main_section3__type {
    display: flex;
    gap: 10px;
}

.main_section3__type_btn {
    border-width: 1px;
    border-color: #dbdbdb;
    border-style: solid;
    min-width: 60px;
    height: 34px;
    border-radius: 16px;
    color: #757575;
}

.main_section3__type_btn.active {
    color: #17469e;
    border-color: #17469e;
}

.best_list {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 34px 20px;
}

.best_list_item {
    width: calc(25% - (60px / 4));
}

.best_list_item .breadcrumb {
    margin-top: 28px;
}

.main_section4 {
    padding-top: 94px;
}

.main_section4_community {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.community_item {
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
    padding: 12px 24px 12px 13px;
    display: flex;
    border-radius: 35px;
    align-items: center;
    gap: 11px;
}

.community_item_img {
    border-radius: 50%;
    background-color: #eeeff8;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.community_item_name {
    font-size: 18px;
    font-family: "Pretendard";
    color: #252525;
}

.community_item_bread {
    width: 5px;
    height: 10px;
    position: relative;
    margin-left: 15px;
}

.community_item_bread::after {
    content: "";
    display: block;
    border-width: 1px 1px 0 0;
    border-color: rgb(153, 153, 153);
    border-style: solid;
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
}

.main_section5 {
    padding: 50px 0 0;
}

.main_section5__words_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 60px;
}

.words_list_item {
    background-color: #fafafa;
    padding: 15px 30px;
    border-radius: 26px;
    font-size: 18px;
    font-family: "Pretendard";
    color: #252525;
}

.words_list_item.active {
    border-width: 2px;
    border-color: #17469e;
    border-style: solid;
    color: #17469e;
}

.main_hot {
    padding: 80px 0 0 0;
}

.main_hot__search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main_hot__search form.form_search_ {
}

.main_hot__search input {
    font-size: 20px;
}

.main_hot__search .search-icon {
    font-size: 20px;
}

.main_hot__search button {
    padding: 8px 20px;
    border-radius: 99px;
    background-color: rgb(23, 70, 158, 0.9);
    color: #fff;
}

.main_hot__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_hot__head__left {
    display: flex;
    align-items: center;
}

.main_hot__head_ttl {
    font-size: 28px;
    font-family: "Pretendard";
    color: #252525;
    font-weight: bold;
    margin-right: 35px;
}

.main_hot__head_ttl span {
    color: #17469e;
}

.main_hot__head__place {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.place_item {
    border-width: 1px;
    border-color: #dbdbdb;
    border-style: solid;
    height: 34px;
    font-size: 16px;
    font-family: "Pretendard";
    color: #757575;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
}

.place_item.active {
    border-color: #17469e;
    color: #17469e;
}

.place_item_golf {
    border-width: 1px;
    border-color: #dbdbdb;
    border-style: solid;
    height: 34px;
    font-size: 16px;
    font-family: "Pretendard";
    color: #757575;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
}

.place_item_golf.active {
    border-color: #17469e;
    color: #17469e;
}

.place_item_hotel {
    border-width: 1px;
    border-color: #dbdbdb;
    border-style: solid;
    height: 34px;
    font-size: 16px;
    font-family: "Pretendard";
    color: #757575;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
}

.place_item_hotel.active {
    border-color: #17469e;
    color: #17469e;
}

.main_hot__head__right {
}

.hot_product_list_swiper_pagination {
}

.hot_product_list {
    margin-top: 30px;
}

.hot_product_list__item {
    position: relative;
}

.btn_more_hot_product {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(219, 219, 219);
    background-color: rgb(255, 255, 255);
    width: 280px;
    height: 62px;
    font-size: 18px;
    font-family: "Pretendard";
    color: rgb(53, 53, 53);
    font-weight: bold;
    border-radius: 31px;
    margin: 50px auto 0;
}

.main_section7 {
    padding: 80px 0 0 0;
}

.main_section7__banner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.main_section7__banner__item {
    width: calc(50% - 10px);
}

.bar01 {
    background-color: #eeeeee;
    width: 100%;
    height: 1px;
}

.main_section9 {
    padding: 80px 0 0 0;
}

.main_section9__row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.main_section9__col {
    width: calc(50% - 20px);
}

.main_section9__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main_section9__head__ttl {
    font-size: 28px;
    font-family: "Pretendard";
    color: #252525;
    font-weight: bold;
}

.main_section9__col__img {
    margin-top: 40px;
}

.main_section9__prd {
    margin-top: 25px;
}

.main_section9__prd__item {
    display: flex;
    gap: 20px;
    padding-bottom: 15px;
}

.main_section9__prd__item + .main_section9__prd__item {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
}

.prd__item__left {
    width: 140px;
}

.prd__item__right {
    flex: 1;
    max-width: calc(100% - 175px);
}

.prd__item__info {
}

.main_section9 .prd_name {
    margin-top: 0;
}

.prd_description {
    font-size: 15px;
    font-family: "Pretendard";
    color: #757575;
    margin-top: 10px;
}

.main_section9 .breadcrumb {
    margin-top: 15px;
}

.main_hot .swiper-pagination-bullet-active {
    background-color: #17469e;
}

.main_section_review {
    padding: 80px 0 60px;
    margin: 80px 0 0 0;
    background-color: #f7f7f7;
}

.main_section_review__head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main_section_review__head_ttl {
    font-size: 28px;
    font-family: "Pretendard";
    color: #353535;
    font-weight: bold;
    text-align: center;
}

.main_section_review__head_ttl span {
    color: #17469e;
}

.main_section_review__head__more_review {
    position: absolute;
    right: 0;
    font-size: 18px;
    font-family: "Pretendard";
    color: #252525;
    font-weight: bold;
}

.main_section_review__list {
    margin-top: 50px;
}

.review__list__item {
    font-family: "Pretendard";
    background-color: #fff;
}

.review_list__item__body {
    padding: 0 20px 20px;
}

.review__list__item__type {
    font-size: 15px;
    color: #17469e;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.review__list__item__type span {
    position: relative;
    padding-right: 30px;
}

.review__list__item__type span:not(:last-child):after {
    content: "|";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.review__list__item__title {
    font-size: 18px;
    color: #252525;
    margin-top: 10px;
}

.review__list__item__content.text_truncate_ {
    font-size: 16px;
    color: #757575;
    margin-top: 15px;
    line-height: 1.5;
    max-height: 1.4rem;
}

.review__list__item__content > p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.review__list__item__extra {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.review__list__item__extra__star {
    display: flex;
    gap: 5px;
    align-items: center;
}

.eye {
    display: flex;
    gap: 5px;
    align-items: center;
}

.eye_icon {
}

.eye_cnt {
    font-size: 16px;
    color: #757575;
}

.main_section_magazine {
    margin-top: 80px;
}

.main_section_magazine__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_section_magazine__head__ttl {
    font-size: 28px;
    font-family: "Pretendard";
    color: #353535;
    font-weight: bold;
    text-align: center;
}

.main_section_magazine__head__ttl span {
    color: #17469e;
}

.main_section_magazine__head__more {
    font-size: 18px;
    font-family: "Pretendard";
    color: #252525;
    font-weight: bold;
}

.magazine_swiper {
    margin-top: 50px;
    margin-bottom: 20px;
}

.magazine_swiper .swiper-pagination-bullet-active {
    background-color: #17469e;
}

.magazine_swiper__pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.img_box__shadow {
    background-color: #ffffff33;
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 100%;
    z-index: 2;
}

.magazine_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    background: linear-gradient(
            to bottom,
            #2c6baec2,
            #2c6baec2 50%,
            #ffffff33 70%,
            #ffffff33 90%,
            #2c6bae1a
    );
}

.magazine_content_txt {
    font-size: 22px;
    font-family: "Pretendard";
    color: #ffffff;
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    min-width: 65%;
}

.magazine_item_ {
    position: relative;
}

.img_box__shadow,
.magazine_content {
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.magazine_item_:hover .img_box__shadow,
.magazine_item_:hover .magazine_content {
    opacity: 1;
    transform: translateY(0);
}

.hot_product_list_swiper_1_btn_prev,
.hot_product_list_swiper_1_btn_next,
.hot_product_list_swiper_1_btn_prev,
.hot_product_list_swiper_1_btn_next {
    top: 33%;
}

.main_section3 .hidden {
    display: none !important;
}

.main_hot .number_item_label {
    position: absolute;
    width: 28px;
    height: 26px;
    top: 3%;
    border-radius: 10px 0 10px 0;
    left: 3%;
    padding: 5px 0 0 10px;
    color: white;
    font-size: 14px;
    background-color: #767676;
}

.main_hot .number_item_label.number_one {
    background-color: var(--bs-point);
}

.main_section7__banner__item {
    position: relative;
}

.main_section7__banner__item .text-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.main_section7__banner__item .text-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 2rem;
}

.side-bar-inc {
    z-index: 9999;
    position: fixed;
    top: 26%;
    right: 140px;
}

.side-bar-inc.new {
    top: 1%;
}

.side-bar-inc.visible {
    top: 1%;
}

.side-bar-inc-main {
    width: 125px;
    /* height: 351px; */
    border-radius: 6px;
    border: 1px solid #ccc;
    background: white;
}

.side-bar-inc .top_cart {
    background-color: #000;
    gap: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px;
}

.side-bar-inc .top_cart img {
    cursor: pointer;
    transform: rotate(180deg);
    filter: grayscale(100%) brightness(1000%);
}

.side-bar-inc .side-bar-cart {
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    background-color: #222;
}

.side-bar-inc .side-bar-cart .flex_c_c {
    color: #fff;
}

.side-bar-inc .side-bar-cart p,
.side-bar-inc .side-bar-cart span {
    font-size: 14px;
    color: #fff;
}

.side-bar-inc .btn_area {
    padding: 10px;
}

.side-bar-inc .btn_area {
    position: relative;
}

.side-bar-inc .btn_area a {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #17469d;
    font-size: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.side-bar-inc .btn_area a.b_orange {
    background-color: #ff8827;
    margin-top: 5px;
}

.side-bar-inc .popup_review_cart {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    top: 360%;
    left: -250%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* filter: drop-shadow(-6.928px 4px 10.5px rgba(0,0,0,0.21)); */
}

.side-bar-inc .popup_review_cart .popups {
    position: absolute;
    top: 60%;
    right: -24%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    width: calc(100% - 30px);
    background: #fff;
    border-radius: 16px;
    z-index: 1;
    padding: 22px 60px 60px;
    border: 1px solid #c1c1c1;
}

.side-bar-inc .popup_review_cart .popups.news {
    top: -165%;
}

.side-bar-inc .popup_review_cart .popups .top {
    position: relative;
}

.side-bar-inc .popup_review_cart .popups .top::after {
    content: "";
    position: absolute;
    bottom: -20.68px;
    right: -9.7%;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-left: 0.998px solid #c1c1c1;
    border-bottom: 0.998px solid #c1c1c1;
    transform: translateX(-50%) rotate(222deg);
}

.side-bar-inc .popup_review_cart .popups .top .close {
    width: 23px;
    height: 23px;
    background: url(/images/ico/close_icon_popup.png) no-repeat center;
    opacity: 1;
}

.side-bar-inc .popup_review_cart .popups .pop_contents h2.ttl {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #222222;
    font-weight: bold;
    margin-bottom: 25px;
}

.side-bar-inc .popup_review_cart .popups .pop_contents .cart_product {
    border-top: 1px solid #252525;
    max-height: 340px;
    overflow-y: auto;
}

.side-bar-inc .popup_review_cart input[type="checkbox"] {
    display: none;
}

.side-bar-inc .popup_review_cart input + label {
    display: inline-block;
    padding-left: 45px;
    font-size: 18px;
    line-height: 30px;
    min-height: 30px;
    font-weight: 500;
    color: #222;
    background: url(/images/ico/ico_checkbox_cart.png) no-repeat left center /
    30px;
    background-size: 30px 30px;
}

.side-bar-inc .popup_review_cart input:checked + label {
    height: 30px;
    background-size: 38px 30px;
    background-image: url(/images/ico/ico_checkbox_cart_check.png);
}

.side-bar-inc
.popup_review_cart
.popups
.pop_contents
.cart_product
.product_tit {
    padding: 30px 0;
    border-bottom: 1px solid #dbdbdb;
}

.side-bar-inc .popup_review_cart .popups .pop_contents .product_details {
    margin-top: 12px;
}

.side-bar-inc .popup_review_cart .popups .pop_contents .product_details p.name {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.3;
    color: #454545;
    margin-bottom: 15px;
    min-width: 90px;
    text-wrap: nowrap;
}

.side-bar-inc
.popup_review_cart
.popups
.pop_contents
.product_details
p.des-p {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.3;
    color: #454545;
    margin-bottom: 15px;
    /* padding-left: 10px; */
    width: calc(100% - 90px);
}

.product_details .name_flex {
    flex-wrap: wrap;
}

.product_details .name_flex .name {
    width: 100%;
}

.side-bar-inc
.popup_review_cart
.popups
.pop_contents
.product_details
p.price {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
}

.side-bar-inc .popup_review_cart .popups .pop_contents .total_price {
    padding: 22px 0 50px;
}

.side-bar-inc .popup_review_cart .popups .pop_contents .total_price h2 {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #222222;
    font-weight: bold;
}

.side-bar-inc .popup_review_cart .popups .pop_contents .total_price p {
    min-width: 90px;
    text-align: right;
}

.side-bar-inc
.popup_review_cart
.popups
.pop_contents
.total_price
p
span.paymentAmts {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #18469d;
    font-weight: bold;
}

.side-bar-inc .popup_review_cart .popups .pop_contents .total_price p span {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #222222;
    font-weight: bold;
}

.side-bar-inc .popup_review_cart .popups .pop_contents .product_policy p {
    position: relative;
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.3;
    color: #999999;
    padding-left: 10px;
}

.side-bar-inc .popup_review_cart .popups .pop_contents .product_policy p + p {
    margin-top: 5px;
}

.side-bar-inc
.popup_review_cart
.popups
.pop_contents
.product_policy
p::before {
    content: "-";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    font-size: inherit;
    color: inherit;
}

.side-bar-inc .popup_review_cart .popups .pop_contents .review_porduct_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.side-bar-inc
.popup_review_cart
.popups
.pop_contents
.review_porduct_btn
button {
    width: 260px;
    height: 66px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    letter-spacing: -1px;
    color: #454545;
    font-weight: bold;
    text-align: center;
}

.side-bar-inc
.popup_review_cart
.popups
.pop_contents
.review_porduct_btn
button.blue {
    color: #fff;
    border: unset;
    background-color: #2a459f;
}

.side-bar-inc .side-center-card {
    margin-top: 5px;
    gap: 2px;
    display: flex;
    flex-direction: column;
}

.side-bar-inc .side-center-card .banner-side-bar img {
    width: 123px;
    object-fit: cover;
}

.side-bar-inc .side-center-card .map_img_n {
    max-width: 125px;
}

.side-bar-inc .side-bar-cart h2 {
    color: #32eafe;
    font-size: 16px;
}

.side-bar-inc .side-bar-cart h2 span {
    color: #32eafe;
    font-size: 16px;
    font-weight: 800;
}

.side-bar-inc .top_cart h3 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

.side-bar-inc .side-bar-slide {
    margin-top: 15px;
    gap: 5px;
}

.side-bar-inc .side-bar-slide img {
    cursor: pointer;
    margin-bottom: 10px;
}

.side-bar-inc .side-bar-above {
    padding: 0px 10px 0 10px;
}

.side-bar-inc .title-side-bar {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.side-bar-inc .img-sidebar {
    margin-bottom: 6px;
    width: 100%;
    height: 70px;
}

.side-bar-new {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: -0.5%;
    width: 125px;
}

.side-bar-new .info_chat {
    position: absolute;
    top: -54px;
    right: 17px;
    width: auto;
    margin: 0;
    padding: 15px 10px 13px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 14%) 1px 2px 8px 0;
    white-space: nowrap;
}

.side-bar-new .info_chat:before {
    content: "";
    position: absolute;
    right: 25px;
    bottom: -8px;
    border-top: 9px solid #fff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}

.side-bar-new .btn_close {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border-radius: 50%;
    background: #ebebeb url(/images/ico/btn_close2.png) no-repeat center !important;
    background-size: 50% !important;
    opacity: 0.7;
}

.side-bar-new .info_chat em {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.side-bar-new .banner-side-bar {
    display: block;
    width: 100%;
    margin-top: 20px;
    width: 238px;
}

.scroll-to-top {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ccc;
}

.scroll-to-top img {
    width: 20px;
    height: 20px;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.pagination_sidebar {
    display: flex;
    justify-content: center;
    color: #ccc;
}

.pagination_sidebar span {
    color: black;
    margin-bottom: 10px;
}

.side-bar-inc .side-bar-below {
    display: flex;
}

.side-bar-inc .side-bar-below .left {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    height: 43px;
}

.side-bar-inc .side-bar-below .right {
    border-top: 1px solid #ccc;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    height: 43px;
}

.side-bar-inc .left,
.side-bar-inc .right {
    cursor: pointer;
}

.side_bar_swipper {
    overflow: hidden;
}

.side-bar-inc .img-container {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
}

.side-bar-inc .slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    transition: left 0.5s ease-in-out;
    opacity: 0;
}

.side-bar-inc .slide.active {
    left: 0;
    opacity: 1;
}

.side-bar-new .icon-wrap-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.side-bar-new .robot-container {
    padding: 8px;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    /*background-color: #9c75f2;*/
    background-color: #ffec9e;
    border-radius: 50%;
    cursor: pointer;
}

.breadcrumb_item {
    margin: 0 5px;
}

.main_body_container .sec_ttl {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
}

.main_body_container .sec_desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #999;
}

.main_section1 {
    padding: 67px 0 10px;
}

.main_section1 .body_inner {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.main_section1 .sub_ttl {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 2px solid #222;
    margin-bottom: 45px;
    display: inline-block;
    line-height: 1.3;
}

.main_section1 .list_category {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.main_section1 .list_category .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    flex: 1;
}

.main_section2 .swiper-main-2 .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 212px !important;
    height: 243px;
}

.main_section2 .swiper-main-2 .swiper-slide .item {
    height: calc(100% - 137px);
}

/* .main_section2 .swiper-main-2 .imgbox {
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
} */

.main_section2 .swiper-main-2 .imgbox img {
    width: 100%;
    height: 137px;
    object-fit: cover;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.main_section2 .swiper-main-2 .textbox {
    height: 100%;
    padding: 17px 14px;
    border: 1px solid #dbdbdb;
}

.main_section2 .swiper-main-2 .textbox span {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.main_section2 .swiper-main-2 .textbox p {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 1.4;
}

.wrap_btn_swiper {
    display: inline-flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 35px;
    right: 0;
}

.wrap_btn_swiper .btn_prev {
    width: 42px;
    height: 42px;
    background-image: url(/images/main/swiper_prev.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.wrap_btn_swiper .btn_next {
    width: 42px;
    height: 42px;
    background-image: url(/images/main/swiper_next.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.main_section3 .sec_content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.btn_more_view {
    position: absolute;
    top: -60px;
    right: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    padding: 7px 20px;
    border: 1px solid #dbdbdb;
    border-radius: 99px;
}

.main_section3 .sec_content .left {
    width: 735px;
    display: flex;
    gap: 17px;
}

.main_section3 .sec_content .left .item {
    width: calc((100% - 34px) / 3);
}

.main_section3 .sec_content .left .item_text {
    padding-top: 22px;
}

.main_section3 .sec_content .item .name {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 22px;
    color: #252525;
    font-weight: 500;
}

.main_section3 .sec_content .item .val {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 16px;
}

.main_section3 .sec_content .item .val span {
    color: #999999;
    font-weight: 500;
}

.main_section3 .sec_content .item .val .star {
    display: flex;
    align-items: center;
    gap: 2px;
}

.main_section3 {
    padding-top: 114px;
}

.main_section3 .right {
    width: 432px;
    position: relative;
}

.main_section3 .sec_content .item .desc {
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    margin-top: 5px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.main_section3 .sec_content .right .item {
    padding: 18px 0;
    border-bottom: 1px solid #dbdbdb;
}

.main_section3 .sec_content .right .item:first-child {
    padding-top: 0;
}

.main_section4 .side {
    padding: 21px 32px;
    border: 2px solid #dbdbdb;
    border-radius: 17px;
    width: 49%;
    height: 394px;
    position: relative;
}

.main_section4 .side ._pagination {
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    gap: 6px;
    padding-top: 20px;
}

.main_section4 .side ._pagination span {
    width: 15px;
    height: 15px;
}

.main_section4
.side
.swiper_4_left_pagination
span.swiper-pagination-bullet-active {
    background: #40cbb3 !important;
}

.main_section4
.side
.swiper_4_right_pagination
span.swiper-pagination-bullet-active {
    background: #7840cb !important;
}

.main_section4 .swiper {
    height: 100%;
    width: 100%;
}

.main_section4 .side .swiper-slide {
    width: 100%;
    height: calc(100% / 4);
}

.main_section4 .side .item {
    padding: 17px 0;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.main_section4 .side .item img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.main_section4 .side .item .ttl_ {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    font-weight: bold;
}

.main_section4 .side .item .info {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #777;
    font-size: 16px;
    margin-top: 10px;
}

.main_section4 .sec_content {
    display: flex;
    gap: 14px;
}

.main_section4 .view_more {
    position: absolute;
    top: 0;
    right: 26px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    padding: 9px 20px;
    border: 1px solid #dbdbdb;
    border-radius: 99px;
    color: #fff;
}

.main_section4 .view_more.left {
    background-color: #1dc6a9;
}

.main_section4 .view_more.right {
    background-color: #7840cb;
}

.main_section5 .sec_ttl {
    text-align: center;
}

.main_section5 .list_category {
    display: flex;
    justify-content: center;
    gap: 10px 25px;
    margin: 0 auto;
    margin-top: 25px;
    flex-wrap: wrap;
    width: 755px;
}

.main_section5 .list_category > li > a {
    font-size: 20px;
    font-weight: 600;
}

.main_section5 .list_category > li > a.on {
    color: #ee782a;
}

.main_section5 .img_box_2 {
    border-radius: 16px;
}

.main_section5 .hot_product_list__item .val {
    margin-top: 11px;
}

.main_section5 .hot_product_list__item .val .li {
    padding-left: 7px;
    margin-left: 5px;
    border-left: 1px solid #dbdbdb;
}

.main_section6 {
    padding-top: 100px;
}

.main_section6 .sec_ttl {
    font-size: 47px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.main_section6 .sec_desc {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #242424;
    text-transform: uppercase;
}

.main_section6 .img_box_2 {
    padding-top: 0;
    height: 404px;
}

.swiper_main_6 .swiper-slide {
    width: calc((100% - (15px * 4)) / 5);
}

.swiper_main_6 .swiper-slide .item > img {
    width: 100%;
    height: 404px;
    object-fit: cover;
}

.swiper_main_6 .swiper-slide .text {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.main_section8 {
    padding: 100px 0 0 0;
}

.main_section8 .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.main_section8 .section-title {
    font-size: 28px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 8px;
}

.main_section8 .section-subtitle {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.4;
    max-width: 600px;
}

.main_section8 .vlog-btn {
    background-color: transparent;
    border: 2px solid #3498db;
    color: #3498db;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.main_section8 .vlog-btn:hover {
    background-color: #3498db;
    color: white;
}

.main_section8 .content-container {
    display: flex;
    gap: 34px;
    position: relative;
}

.main_section8 .block-1 {
    width: 257px;
    position: relative;
}

.main_section8 .block-2 {
    width: 386px;
    position: relative;
}

.main_section8 .block-3 {
    flex: 1;
    position: relative;
}

/* 
.main_section8 .more-btn {
    position: absolute;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background: #555;
    padding: 12px 10px;
    border-radius: 3px;

} */

.main_section8 .block-1 .more-btn {
    position: absolute;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: #555;
    padding: 14px 10px;
    border-radius: 3px;
}

.main_section8 .block-2 .more-btn {
    position: absolute;
    top: -100px;
    right: -20px;
    width: 175px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #777;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}

.main_section8 .block-3 .more-btn {
    width: 94px;
    height: 35px;
    position: absolute;
    top: -71px;
    right: 0;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    font-size: 16px;
}

.main_section8 .main-card {
    overflow: hidden;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
    line-height: normal;
}

.main_section8 .main-card-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.main_section8 .main-card-image .card_img {
    width: 100%;
    height: 256px;
    border-radius: 10px;
}

.main_section8 .main-card-content {
    padding-top: 20px;
}

.main_section8 .main-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 13px;
}

.main_section8 .main-card-description {
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin-bottom: 20px;
}

.main_section8 .main-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #777;
}

.main_section8 .view-all-btn {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    left: 15px;
    transition: background-color 0.3s ease;
}

.main_section8 .view-all-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.main_section8 .small-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.main_section8 .small-card-image {
    width: 178px;
    height: 178px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.main_section8 .small-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_section8 .small-card-content {
    padding-top: 8px;
}

.main_section8 .small-card-title {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.3;
}

.main_section8 .small-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #777;
}

.main_section8 .right-card {
    display: flex;
    gap: 12px;
    margin-bottom: 6px;
}

.main_section8 .right-card-image {
    width: 136px;
    height: 136px;
    flex-shrink: 0;
}

.main_section8 .right-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.main_section8 .right-card-content {
    flex: 1;
}

.main_section8 .right-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    margin-bottom: 10px;
    line-height: 1.3;
}

.main_section8 .right-card-description {
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin-bottom: 11px;
}

.main_section8 .right-card-meta {
    font-size: 14px;
    color: #777;
}

/* css-new */
.onko-banner {
    position: relative;
    background-image: url("/images/main/combined-banner.png");
    background-size: 100% 100%;
    background-position: center right;
    border-radius: 39px;
    height: 340px;
    padding: 78px 52px;
    color: white;
    overflow: hidden;
    font-family: "Pretendard", sans-serif;
}

.onko-content {
    margin-left: 5%;
    max-width: 800px;
}

.onko-banner .line1,
.onko-banner .line2 {
    font-size: 41.6px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

.onko-banner strong {
    font-weight: 700;
}

.onko-banner .brand {
    font-size: 31.2px;
    font-weight: 600;
    margin: 31.2px 0 20.8px;
}

.search-box {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
}

.search-box input {
    flex: 1;
    padding: 20.8px 26px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
}

.search-box button {
    background: none;
    border: none;
    padding: 0 26px;
    cursor: pointer;
}

/* 1 */
.accommodation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    font-family: "Pretendard", sans-serif;
}

.left-group {
    display: flex;
    align-items: center;
    gap: 30px;
}

.accommodation-header h2 {
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    font-size: 28px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #252525;
    font-family: "Pretendard";
}

.city-select {
    padding: 8px 170px 8px 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: url("/images/main/select-icon.png") no-repeat right 12px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
    font-family: "Pretendard";
}

.more-btn-tro {
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
}

/* 9 */
.creator-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 40px; */
    font-family: sans-serif;
    gap: 62px;
}

.creator-left {
    max-width: 300px;
}

.subtitle {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #777777;
    font-family: "Pretendard";
    margin-bottom: 10px;
}

.title {
    font-size: 32px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
    font-family: "Pretendard";
    line-height: 1.4;
}

.more-btn-sec9 {
    margin-top: 100px;
    padding: 15px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #000;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.creator-slider {
    position: relative;
    display: block;
    align-items: center;
    /* overflow: hidden; */
    flex: 1;
}

.cards {
    display: flex;
    gap: 22px;
}

.creator-card {
    position: relative;
    width: 286px;
    height: 383px;
    border-radius: 16px;
    overflow: hidden;
    color: white;
    flex-shrink: 0;
}

.creator-card img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}

.creator-card .avatar_img {
    width: 113px;
    height: 113px;
    position: absolute;
    top: 14%;
    left: 30%;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.creator-card .avatar_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.creator-card .info {
    position: absolute;
    bottom: 15%;
    left: 16px;
    right: 16px;
    z-index: 2;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.creator-card .info h3 {
    /* margin: 30px 0 100px; */
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.creator-card .info p {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.creator-card .info .handle {
    font-weight: bold;
    margin-top: 6px;
}

.arrow {
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    border-radius: 6px;
    background-color: #ffffffcc;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow.left {
    left: -25px;
}

.arrow.right {
    right: -25px;
}

.creator-slider {
    position: relative;
    align-items: center;
    overflow: hidden;
}

.wrap_creator {
    width: calc(100% - 296.5px);
}

.highlight-text {
    display: inline-block;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #222;
    z-index: 0;
}

.highlight-text::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #ffe5c0;
    z-index: -1;
}

/* 10 */
.review-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.review-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.review-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.review-cards {
    display: flex;
    gap: 10px;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.review-card {
    width: 180px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    padding-bottom: 10px;
}

.review-card img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.stars {
    display: flex;
    align-items: center;
    margin: 8px 10px 0;
    gap: 2px;
}

.stars img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.review-text {
    font-size: 13px;
    margin: 6px 10px;
    color: #333;
}

.review-score {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
}

.more-btn-sec10 {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 20px 60px;
    border-radius: 11px;
    border: 2px solid #000000;
    background: #fff;
    font-size: 19px;
    cursor: pointer;
    font-weight: 600;
}

.review-card {
    width: 240px;
    height: 420px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.review-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.review-stars {
    /* padding: 10px 10px 0; */
    margin-top: 20px;
    margin-bottom: -10px;
    margin-left: 10px;
}

.review-stars img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.review-description {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 24px 10px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-sub {
    font-size: 13px;
    color: #666;
    padding: 15px 10px;
    margin: 0;
    border-top: 1px solid #eee;
}

.review-rating {
    font-size: 13px;
    color: #888;
    padding: 5px 10px 10px;
    margin: 0;
}

.main_section10 {
    padding-top: 80px;
}

.btn-se10 {
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    border-radius: 6px;
    background-color: #ffffffcc;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-se10.left-se10 {
    left: -25px;
}

.btn-se10.right-se10 {
    right: -25px;
}

.img_box.img_box_2.img_border img {
    border-radius: 10px;
}

.main_section7__banner__item.dif .img_box.img_box_4 img {
    border-radius: unset;
}

.video-thumb {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.video-thumb img {
    display: block;
    width: 100%;
    height: 406px !important;
    height: auto;
    border-radius: 10px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 10px 15px;
    pointer-events: none;
    transition: all 0.3s;
}

.video-thumb:hover .play-button {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease forwards;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
}

/* Popup content */
.video-popup-content {
    position: relative;
    width: 90%;
    max-width: 420px;
    aspect-ratio: 9 / 16;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    animation: scaleIn 0.3s ease forwards;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Close button */
.video-popup-close {
    position: absolute;
    top: -2px;
    right: 8px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s ease;
    z-index: 99999;
}

.video-popup-close:hover {
    transform: scale(1.2);
}

/* Video container */
.video-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}

/* Responsive cho mobile */
@media (max-width: 480px) {
    .video-popup-content {
        width: 95%;
        border-radius: 12px;
    }
}

@media screen and (max-width: 850px) {
    .star.dif img {
        width: 2.6rem;
    }

    .creator-left {
        max-width: 100%;
    }

    .main_section8 .main-card-meta {
        display: flex;
        align-items: center;
        gap: 1rem;
        font-size: 2.4rem;
        color: #777;
    }

    .main_section9 {
        padding: 10rem 0 0 0;
    }

    .main_section8 .right-card-image {
        width: 18.8rem;
        height: 18.8rem;
        border-radius: 0.8rem;
        flex-shrink: 0;
    }

    .onko-banner {
        position: relative;
        background-image: url(/images/main/combined-banner-mo.png);
        background-size: 100% 100%;
        background-position: center right;
        border-radius: 3.9rem;
        height: 50rem;
        padding: 10.8rem 5rem;
        color: white;
        overflow: hidden;
        font-family: "Pretendard", sans-serif;
    }

    .arrow.right {
        right: -3rem;
    }

    .arrow.left {
        left: -3rem;
    }

    .onko-content {
        margin-left: unset;
        max-width: 60rem;
    }

    .onko-banner .line1,
    .onko-banner .line2 {
        font-size: 4.2rem;
        letter-spacing: -0.2rem;
        line-height: 1.4;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 800;
        font-family: "Pretendard";
    }

    .onko-banner .brand {
        font-size: 3.8rem;
        letter-spacing: -0.2rem;
        line-height: 1.4;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: bold;
        font-family: "Pretendard";
        margin: 5rem 0 2.5rem;
    }

    .search-box {
        display: flex;
        align-items: center;
        background: #ffffff;
        border-radius: 0.8rem;
        overflow: hidden;
        width: 100%;
        max-width: 60rem;
    }

    .search-box input {
        flex: 1;
        padding: 4rem 2.6rem;
        border: none;
        outline: none;
        font-size: 2.8rem;
        color: #333;
    }

    .main_section1 .body_inner {
        display: flex;
        flex-direction: column;
        gap: 6rem;
        padding: unset;
    }

    .main_body_container .sec_ttl {
        font-size: 4.2rem;
        letter-spacing: -0.2rem;
        line-height: 1.4;
        color: #000000;
        font-weight: bold;
        font-family: "Pretendard";
        margin-bottom: 3.5rem;
    }

    .main_body_container .sec_desc {
        font-size: 2.7rem;
        letter-spacing: -0.1rem;
        line-height: 3.2rem;
        color: #999999;
        font-family: "Pretendard";
        margin-bottom: 6rem;
    }

    .main_section1 .sub_ttl {
        padding-bottom: 1.5rem;
        border-bottom: 0.2rem solid #222;
        margin-bottom: 3.5rem;
        display: inline-block;
        font-size: 3.2rem;
        letter-spacing: -0.1rem;
        line-height: 1.4;
        color: #252525;
        font-weight: bold;
        font-family: "Pretendard";
    }

    .main_section1 .list_category {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 4rem;
    }

    .creator-card .avatar_img {
        width: 10rem;
        height: 10rem;
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
    }

    .main_section1 .list_category .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        justify-content: center;
        gap: 1rem;
        font-size: 2.8rem;
        letter-spacing: -0.1rem;
        line-height: 1.3;
        color: #252525;
        font-family: "Pretendard";
        text-align: center;
        flex: unset;
        width: 29%;
    }

    .main_section1 {
        padding: 7.5rem 0 8rem;
    }

    .main_section5 {
        padding: 9.5rem 0 0;
    }

    .left-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .accommodation-header h2 {
        margin: 0;
        white-space: nowrap;
        font-size: 4.2rem;
        letter-spacing: -0.2rem;
        line-height: 1.4;
        color: #000000;
        font-weight: bold;
        text-transform: uppercase;
        font-family: "Pretendard";
    }

    .city-select {
        padding: 1.8rem 27rem 4.8rem 1.2rem;
        border: 0.1rem solid #ccc;
        border-radius: 0.2rem;
        background: url(/images/main/select-icon.png) no-repeat right 1.2rem center;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
        cursor: pointer;
        font-size: 2.4rem;
        letter-spacing: -0.1rem;
        line-height: 1.4;
        text-transform: uppercase;
        color: #252525;
        font-weight: bold;
        font-family: "Pretendard";
    }

    .main_section6 {
        padding-top: 9.5rem;
    }

    .main_body_container .sec_ttl.dif {
        font-size: 4.4rem;
        letter-spacing: -0.2rem;
        line-height: 1.4;
        color: #000000;
        font-weight: bold;
        font-family: "Pretendard";
        text-align: center;
        margin-bottom: 2.2rem;
    }

    .main_body_container .sec_desc {
        font-size: 2.4rem;
        letter-spacing: -0.1rem;
        line-height: 1.3;
        text-transform: uppercase;
        color: #000000;
        font-weight: 500;
        font-family: "Pretendard";
        margin-bottom: 6.8rem;
    }

    /* .swiper_main_6 .swiper-slide {
        width: calc((100% - (15px * 4)) / 5);
    } */
    .swiper_main_6 .swiper-slide {
        width: 42.92% !important;
    }

    .swiper_main_6 .swiper-slide .item > img {
        width: 28.8rem;
        height: 51.1rem;
        object-fit: cover;
    }

    .swiper_main_6 .swiper-slide .text {
        margin-top: 2.5rem;
        font-size: 2.8rem;
        letter-spacing: -0.1rem;
        line-height: 1.4;
        color: #000000;
        font-weight: bold;
        font-family: "Pretendard";
    }

    .swiper-button-next-main-2 {
        right: -1.4rem;
    }

    .swiper-button-prev-main-2 {
        left: -1.4rem;
    }

    .swiper-button-main-2 {
        border-style: solid;
        border-width: 0.1rem;
        border-color: #dbdbdb;
        border-radius: 0.6rem;
        background-color: #ffffffcc;
        width: 6.2rem;
        height: 6.2rem;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main_section8 {
        padding: 9.5rem 0 0 0;
    }

    .main_section8 .content-container {
        display: flex;
        flex-direction: column;
        gap: 5rem;
        position: relative;
    }

    .main_section8 .block-1 {
        width: 100%;
        position: relative;
    }

    .card_img {
        width: 66rem;
        height: 66.1rem;
    }

    .main_section8 .sec_desc {
        margin-bottom: 5.5rem;
    }

    .main_section8 .main-card-title {
        font-size: 2.8rem;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 2rem;
    }

    .main_section8 .main-card-description {
        font-size: 2.4rem;
        color: #999;
        line-height: 1.4;
        margin-bottom: 4rem;
    }

    .main_section8 .block-1 .more-btn {
        position: absolute;
        top: unset;
        bottom: 0;
        right: 0;
        left: unset;
        color: #fff;
        text-decoration: none;
        font-size: 2.4rem;
        font-weight: 300;
        background: #555;
        padding: 1.8rem 3rem;
        width: 18.2rem;
        height: 6.5rem;
        border-radius: 0.3rem;
    }

    .main_section8 .small-cards-grid {
        display: grid;
        grid-template-columns: 1fr 30.1rem;
        gap: 5.5rem;
    }

    .main_section8 .small-card-image img {
        width: 30.1rem;
        height: 30.1rem;
        object-fit: cover;
    }

    .main_section8 .block-2 {
        width: 100%;
        position: relative;
    }

    .main_section8 .small-card-title {
        font-size: 2.6rem;
        font-weight: bold;
        color: #2c3e50;
        margin-bottom: 2.5rem;
        line-height: 1.3;
    }

    .main_section8 .small-card-meta {
        display: flex;
        align-items: center;
        gap: 1rem;
        font-size: 2.4rem;
        color: #777;
    }

    .main_section8 .block-3 .more-btn {
        width: 19.5rem;
        height: 6.5rem;
        position: absolute;
        top: unset;
        bottom: -10rem;
        right: 23rem;
        border: 0.1rem solid #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 9rem;
        font-size: 2.6rem;
    }

    .main_section8 .right-card {
        display: flex;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .main_section8 .right-card-title {
        font-size: 2.6rem;
        font-weight: bold;
        color: #252525;
        margin-bottom: 1rem;
        line-height: 1.3;
    }

    .main_section8 .right-card-description {
        font-size: 2.2rem;
        color: #999;
        line-height: 1.4;
        margin-bottom: 2rem;
    }

    .main_section8 .right-card-meta {
        font-size: 2.2rem;
        color: #777;
    }

    .subtitle.dif {
        font-size: 2.8rem;
        letter-spacing: -0.1rem;
        line-height: 1.4;
        color: #777777;
        font-family: "Pretendard";
        margin-bottom: 2.5rem;
    }

    .creator-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 5.5rem;
    }

    .creator-left .title {
        font-size: 4.2rem;
        letter-spacing: -0.2rem;
        text-transform: uppercase;
        color: #252525;
        font-weight: bold;
        font-family: "Pretendard";
        line-height: 1.4;
    }

    .highlight-text {
        display: inline-block;
        position: relative;
        font-size: 4.2rem;
        font-weight: bold;
        color: #222;
        z-index: 0;
    }

    .highlight-text::after {
        content: "";
        position: absolute;
        bottom: 0.5rem;
        left: 0;
        width: 100%;
        height: 2rem;
        background-color: #ffe5c0;
        z-index: -1;
    }

    .more-btn-sec9 {
        margin-top: 4.5rem;
        padding: 1.6rem 4rem;
        border: 0.1rem solid #ccc;
        border-radius: 0.5rem;
        background: #000;
        color: #ffffff;
        cursor: pointer;
        font-weight: bold;
        font-size: 2.6rem;
    }

    .creator-slider .swiper-wrapper {
        gap: 2.2rem;
    }

    .wrap_creator {
        width: 100%;
    }

    .creator-card {
        position: relative;
        width: 34.2rem;
        height: 45.7rem;
        border-radius: 1.6rem;
        overflow: hidden;
        color: white;
        flex-shrink: 0;
    }

    .creator-slider .swiper-slide {
        width: 34.2rem !important;
    }

    .creator-card .avatar {
        width: 13.6rem;
        height: 13.5rem;
        position: absolute;
        /* top: 14%;
        left: 30%; */
        z-index: 2;
    }

    .creator-card .info h3 {
        margin-bottom: 2.5rem;
        font-size: 3rem;
        letter-spacing: -0.1rem;
        line-height: 1.4;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: bold;
        font-family: "Pretendard";
        text-align: center;
    }

    .creator-card .info p {
        font-size: 2.6rem;
        letter-spacing: -0.1rem;
        line-height: 1.4;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: bold;
        font-family: "Pretendard";
        text-align: center;
    }

    .creator-card .info .handle {
        font-weight: bold;
        margin-top: 2.2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .creator-card .info {
        position: absolute;
        bottom: 3%;
        left: 1.6rem;
        right: 1.6rem;
        z-index: 2;
        font-size: 2.4rem;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }

    .creator_scrollbar {
        height: 0.6rem;
        background: #dcdcdc;
        border-radius: 0.3rem;
        margin-top: 4rem;
    }

    .creator_scrollbar .swiper-scrollbar-drag {
        background: #000000;
        border-radius: 0.3rem;
    }

    .creator-slider .swiper-wrapper {
        margin-bottom: 7rem;
    }

    .main_section7 {
        padding: 10rem 0 0 0;
    }

    .main_section7__banner {
        display: flex;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .main_section7__banner__item {
        width: 100%;
    }

    .img_box.img_box_4 img {
        border-radius: unset;
    }

    .review-title {
        font-size: 3.8rem;
        letter-spacing: -0.2rem;
        line-height: 1.3;
        text-transform: uppercase;
        color: #000000;
        font-weight: bold;
        font-family: "Pretendard";
        text-align: center;
        margin-bottom: 5.5rem;
    }

    .review_scrollbar.dif .swiper-scrollbar-drag {
        background: #000000;
        border-radius: 0.3rem;
    }

    .main_section10 {
        padding-top: 7.7rem;
    }

    .review-title {
        font-size: 3.2rem;
        font-weight: bold;
        margin-bottom: 4.5rem;
        text-align: center;
        letter-spacing: 0px;
    }

    .btn-se10.left-se10,
    .btn-se10.right-se10 {
        display: none;
    }

    .review-stars img {
        width: 2.6rem;
        height: 2.6rem;
        vertical-align: middle;
    }

    .review-description {
        font-size: 2.4rem;
        color: #333;
        line-height: 1.5;
        padding: 3rem 2rem 4rem;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .review-stars {
        margin-top: 1rem;
        margin-bottom: -1.5rem;
        margin-left: 2rem;
    }

    .review-sub {
        font-size: 2.3rem;
        color: #666;
        padding: 1.5rem 2rem;
        margin: 0;
        border-top: 1px solid #eee;
    }

    .review-rating {
        font-size: 2.3rem;
        color: #888;
        padding: 2rem 2rem 1rem;
        margin: 0;
    }

    .more-btn-sec10 {
        display: none;
    }

    .wrap_all {
        margin-bottom: 10rem;
    }

    .review_scrollbar {
        height: 0.6rem;
        background: #dcdcdc;
        border-radius: 0.3rem;
        margin-top: 4rem;
    }

    .review_scrollbar .swiper-scrollbar-drag {
        background: #02e7df;
        border-radius: 0.3rem;
    }

    .review-slider {
        margin-bottom: 5rem;
    }

    .quick-header-footer .icon-wrap-social .robot-container {
        display: block;
    }

    .quick-header-footer .icon-wrap-social .info_chat {
        display: block;
    }

    /*  */
    .review-card {
        width: 42rem;
        height: 72rem;
        border: 1px solid #e0e0e0;
        border-radius: 0.8rem;
        overflow: hidden;
        background-color: #fff;
    }

    .review-card .review-img {
        width: 100%;
        height: 41.5rem;
        object-fit: cover;
        border-bottom: 1px solid #eee;
    }

    .video-thumb img {
        display: block;
        height: 50rem !important;
        height: auto;
        border-radius: 1.5rem !important;
    }
}

@media screen and (min-width: 1921px) {
    .side-bar-inc {
        top: 26%;
        right: 12%;
    }

    .main_sale_banner {
        top: 26%;
        left: 12%;
    }
}

@media screen and (min-width: 2400px) {
    .side-bar-inc {
        top: 23%;
        right: 16%;
    }

    .main_sale_banner {
        top: 23%;
        left: 16%;
    }
}

@media screen and (min-width: 2560px) {
    .side-bar-inc {
        top: 22%;
        right: 19%;
    }

    .main_sale_banner {
        left: 19%;
        top: 22%;
    }
}

@media screen and (min-width: 2880px) {
    .side-bar-inc {
        top: 20%;
        right: 22%;
    }

    .main_sale_banner {
        top: 20%;
        left: 22%;
    }
}

@media screen and (min-width: 3840px) {
    .side-bar-inc {
        top: 14%;
        right: 29%;
    }

    .main_sale_banner {
        top: 14%;
        left: 29%;
    }
}

@media screen and (min-width: 5760px) {
    .side-bar-inc {
        top: 10%;
        right: 36%;
    }

    .main_sale_banner {
        top: 10%;
        left: 36%;
    }
}

@media screen and (min-width: 7680px) {
    .side-bar-inc {
        top: 7%;
        right: 39%;
    }

    .main_sale_banner {
        top: 7%;
        left: 39%;
    }
}

@media screen and (max-width: 1750px) {
    .side-bar-inc {
        right: 0;
    }

    .main_sale_banner {
        left: 0;
    }
}

@media screen and (max-width: 1440px) {
    .side-bar-inc {
        display: none;
    }

    .main_sale_banner,
    .main_sale_banner.new {
        display: none !important;
    }

    .side-bar-new {
        display: none;
    }
}
