/* BASIC css start */
.section {
    margin-bottom: 70px
}

.sec_inner {
    width: 1300px;
    margin: 0 auto;
}

.section h2 {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 55px;
    font-family: 'Noto Sans KR', sans-serif;
}

.swiper-button-disabled {
    opacity: .3
}


#sec1 {
    overflow: hidden;
    margin-top: 90px;
}

#sec1 .sec1_cont {}


.containerBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 1300px;
    margin: 0 auto;
}

.containerBox img {
    max-width: 100%;
}

.large-box {
    width: 420px;
    border-radius: 22px;
    overflow: hidden;
}

.small-box-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.small-box {
    width: 420px;
    border-radius: 22px;
    overflow: hidden;
}

.sec1-swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 15px;
    display: flex;
    z-index: 99;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
    background: rgba(0, 0, 0, 0.2);
    width: 25px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.custom-swiper-button-prev {
    border-radius: 30px 0 0 30px;
}

.custom-swiper-button-next {
    border-radius: 0 30px 30px 0;
}

.custom-pagination {
    background: rgba(0, 0, 0, 0.2);
    width: 50px !important;
    height: 32px;
    margin: 0 1px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
}

#sec3 {
    margin-bottom: 115px;
}

#sec3 .sec_inner {}

#sec3 .sec_inner ul {
    display: flex;
    gap: 30px;
}

#sec3 .sec_inner ul li {
    flex-grow: 1;
    width: 50%;
}

#sec3 .sec_inner ul li a {
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

#sec3 .sec_inner ul li a:hover>img {
    transform: scale(1.05);
}

#sec3 .sec_inner ul li a img {
    width: 100%;
    transition: transform .4s;
}





#sec4 .swiper {
    padding-bottom: 100px
}

#sec4 .swiper ul li {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden
}

#sec4 .swiper ul li .thumb>a {
    border-radius: 0;
}

#sec4 .swiper ul li .info {
    padding: 30px
}

#sec4 .swiper .swiper-pagination-progressbar {
    bottom: 0;
    top: unset;
    height: 2px;
    background-color: rgba(0, 0, 0, .09);
}

#sec4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #dc3737;
}

#sec5 {}

#sec5 .sec_inner {}

#sec5 .sec_inner h2 {}

#sec5 .sec_inner .sec5_cont {
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

#sec5 .sec_inner .sec5_cont>div {
    width: 50%;
}

#sec5 .sec_inner .sec5_cont .banner_img {}

#sec5 .sec_inner .sec5_cont .banner_img a {
    display: block;
    border-radius: 9px;
    overflow: hidden;
    width: 100%;
}

#sec5 .sec_inner .sec5_cont .banner_img a img {
    width: 100%;
}

#sec5 .sec_inner .sec5_cont .item_cont {}

#sec5 .sec_inner .sec5_cont .item_cont ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sec5 .sec_inner .sec5_cont .item_cont ul li {
    display: flex;
    height: 210px;
}

#sec5 .sec_inner .sec5_cont .item_cont ul li .thumb {
    width: 210px;
    height: 210px;
}

#sec5 .sec_inner .sec5_cont .item_cont ul li .thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

#sec5 .sec_inner .sec5_cont .item_cont ul li .thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sec5 .sec_inner .sec5_cont .item_cont ul li .info {
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    overflow-y: auto;
    height: 100%;
    max-width: 427px;
}

#sec5 .sec_inner .sec5_cont .item_cont ul li .info .prdprice {
    border-top: none;
    margin-top: 0
}

#sec5 .sec_inner .sec5_cont .item_cont ul li .info .prdprice .percent {
    display: none
}

/* sec6 */
#sec6 {
    margin-bottom: 90px;
}

#sec6 .sec_inner {}

#sec6 .sec_inner h2 {}

#sec6 .sec_inner .sec6_cate {
    margin-bottom: 60px;
}

#sec6 .sec_inner .sec6_cate ul {
    display: flex;
    gap: 25px;
    justify-content: center;
}

#sec6 .sec_inner .sec6_cate ul li {}

#sec6 .sec_inner .sec6_cate ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.3px;
    transition: color .1s, border-color .3s;
    border-bottom: 2px solid transparent;
    display: block;
    padding-bottom: 10px
}

#sec6 .sec_inner .sec6_cate ul li.on>a {
    color: var(--main-color);
    border-color: var(--main-color);
}

#sec6 .sec_inner .sec6_cate ul li a:hover {
    color: var(--main-color);
}

#sec6 .sec6_prd {}

#sec6 .sec6_prd>div .swiper {
    /* padding-bottom: 100px; */
}

#sec6 .sec6_prd>div {
    display: none;
}

#sec6 .sec6_prd>div ul {}

#sec6 .sec6_prd>div.show {
    display: block;
}

#sec6 .swiper .swiper-pagination-progressbar {
    bottom: 0;
    top: unset;
    height: 3px;
    background-color: rgba(0, 0, 0, .09);
}

#sec6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #333;
}


#sec7 {}

#sec7 a {
    display: block;
    width: 100%;
}

#sec7 a img {
    width: 100%;
}


#sec8 {}

#sec8 .sec_inner {}

#sec8 .sec_inner h2 {}

#sec8 .sec_inner .sec8_cont {
    display: flex;
    justify-content: space-between;
}

#sec8 .sec_inner .sec8_cont>div {
    width: 415px;
}

#sec8 .sec_inner .sec8_cont>div>ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#sec8 .sec_inner .sec8_cont>div>ul>li {
    display: flex;
    width: 100%;
}

#sec8 .sec_inner .sec8_cont>div>ul>li:not(:first-child) {
    height: 130px;
}

#sec8 .sec_inner .sec8_cont>div>ul>li:not(:first-child) .thumb {
    width: 130px;
    height: 130px;
}

#sec8 .sec_inner .sec8_cont>div>ul>li:not(:first-child) .info {
    flex-grow: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 285px
}

#sec8 .sec_inner .sec8_cont>div>ul>li .thumb a {
    height: 100%;
}

#sec8 .sec_inner .sec8_cont>div>ul>li .thumb a img {
    height: 100%;
    object-fit: cover;
}

#sec8 .sec_inner .sec8_cont>div>ul>li:first-child {}

#sec8 .sec_inner .sec8_cont>div>ul>li:first-child .thumb {
    width: 100%;
    height: 415px;
}

#sec8 .sec_inner .sec8_cont>div>ul>li:first-child .info {
    display: none;
}

#sec8 .sec_inner .sec8_cont>div>ul>li.item_list .info .prdprice {
    border-top: none;
    margin-top: 0
}

#sec8 .sec_inner .sec8_cont>div>ul>li.item_list .info .prdprice .percent {
    display: none
}


/* sec9 */
#sec9 {
    /* padding:60px 0 50px; */
    margin-bottom: 115px;
}

#sec9 .sec_inner {
    position: relative;
}

#sec9 h2 {}

#sec9 .sec9_review {}

#sec9 .sec9_review>div {
    width: 100%;
}

#sec9 .sec9_review>div>ul {
    width: 100%;
}

#sec9 .sec9_review>div>ul>li {
    flex-grow: 1
}

#sec9 .li_review .rv_main {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}

#sec9 .li_review .rv_main .thumb {
    width: 100%;
}

#sec9 .li_review .rv_main .thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

#sec9 .li_review .rv_main .thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sec9 .li_review .rv_main .rv_main_cont {
    width: 100%;
    padding: 20px 0;
    max-width: 280px
}

#sec9 .li_review .rv_main .rv_main_cont .rv_info {
    margin-bottom: 7px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

#sec9 .li_review .rv_main .rv_main_cont .rv_cont {
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    color: #999999;
    line-height: 1.7;
}

#sec9 .li_review .rv_mini {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 15px;
    margin-top: 20px
}

#sec9 .li_review .rv_mini ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#sec9 .li_review .rv_mini ul li {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #000;
}

#sec9 .li_review .rv_mini ul li {
    display: flex;
    align-items: center
}

#sec9 .li_review .rv_mini ul li span {
    font-family: 'Jost', sans-serif;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

#sec9 .li_review .rv_mini ul li span img {
    display: inline-block;
    margin-right: 8px;
}

#sec9 .swiper_btn_prev,
#sec9 .swiper_btn_next {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

#sec9 .swiper_btn_prev {
    left: -130px;display:none;
}

#sec9 .swiper_btn_next {
    right: -130px;display:none;
}

/* custom */
.main_cate {
    width: 1300px;
    margin: 0 auto 115px;
}

.main_cate ul {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.main_cate ul li {
    text-align: center;
}

.main_cate ul li a {}

.main_cate ul li a img {
    width: 100%;
}

.main_cate ul li p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    color: #222222;
}

#today_new {
    width: 1300px;
    margin: 0 auto 115px;
    display: flex;
    position: relative;
}

#today_new>.right {
    width: 865px;
}

#today_new>.left {
    width: calc(100% - 865px);
}

#today_new>.right .thumb {
    position: relative;
    height: 360px;
    overflow: hidden;
    border-radius: 15px;
}

#today_new>.right .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

#today_new>.right .date {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 79px;
    height: 72px;
    text-align: center;
    color: #fff;
    line-height: 72px;
    font-size: 17px;
    font-weight: 500;
}

#today_new>.right .thumb .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 20px;
    height: 68px;
    padding-left: 28px;
    white-space: nowrap;
    line-height: 68px;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 222px;
    text-overflow: ellipsis;
}

#today_new>.right .thumb .name .orderBtn {
    background: var(--main-color);
    width: 222px;
    position: absolute;
    bottom: 0;
    height: 68px;
    line-height: 68px;
    text-align: center;
    right: 0;
    font-size: 20px;
    font-weight: bold;
}

#today_new>.right .price {
    padding-top: 20px;
}

#today_new>.right .price .dc_per {
    color: var(--main-color);
    font-size: 51px;
    font-weight: bold;
}

#today_new>.right .price .dc_per .sign {
    font-size: 19px;
}

#today_new>.right .price .consumer {
    color: #8f8f8f;
    font-size: 22px;
    font-weight: 500;
    text-decoration: line-through;
    margin: 0 5px 0 7px;
}

#today_new>.right .price .normal {
    color: #222222;
    font-size: 30px;
    font-weight: bold;
}

#today_new>.right .today-swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 60px;
}

#today_new>.right .today-swiper-pagination .swiper-pagination-bullet {
    background: #3e4451;
    color: #fff;
    padding: 0 15px;
    border-radius: 23px;
    display: table;
    margin: 5px 0 0 0;
    text-align: center;
    width: auto;
    height: 47px;
    line-height: 47px;
    box-sizing: border-box;
    font-size: 15px;
    opacity: 1;
}

#today_new>.left .title {
    font-size: 37px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#today_new>.left span {
    background: var(--main-color);
    color: #fff;
    font-size: 15px;
    width: 54px;
    display: inline-block;
    text-align: center;
    height: 21px;
    line-height: 21px;
    margin-right: 8px;
}

#today_new>.left .sub-title {
    color: #848484;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.45;
    margin-top: 30px;
}

#today_new>.right .today-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--main-color);
}

.sec2_cont ul {
    font-size: 0;
}

.sec2_cont ul .item_list {
    float: none;
    display: inline-block;
    vertical-align: top;
}

/* secYoutube */
#secYoutube {
    margin-bottom: 115px;
}

#secYoutube .sec_inner {}

#secYoutube .sec_inner .sec_cate {}

#secYoutube .sec_inner .sec_cate h2 {}

#secYoutube .sec_inner .secYoutube_wrap {
    display: flex;
    justify-content: space-between;
}

#secYoutube .sec_inner .secYoutube_wrap .video_area {
    width: 973px;
}

#secYoutube .sec_inner .secYoutube_wrap .video_area>ul {}

#secYoutube .sec_inner .secYoutube_wrap .video_area>ul>li {
    display: none;
}

#secYoutube .sec_inner .secYoutube_wrap .video_area>ul>li iframe {
    width: 973px !important;
    height: 547px !important;
}

#secYoutube .sec_inner .secYoutube_wrap .video_area>ul>li.show {
    display: block;
}

#secYoutube .sec_inner .secYoutube_wrap .video_area>ul>li .video_info {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
    display: none;
}

#secYoutube .sec_inner .secYoutube_wrap .video_area>ul>li .video_info h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

#secYoutube .sec_inner .secYoutube_wrap .video_area>ul>li .video_info p {
    font-family: 'Noto Sans KR', sans-serif;
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 400;
}

#secYoutube .sec_inner .secYoutube_wrap .thumbnail_area {
    width: 318px;
}

#secYoutube .sec_inner .secYoutube_wrap .thumbnail_area>ul {
    display: flex;
    flex-direction: column;
    height: 547px;
    justify-content: space-between;
}

#secYoutube .sec_inner .secYoutube_wrap .thumbnail_area>ul>li {
    width: 100%;
}

#secYoutube .sec_inner .secYoutube_wrap .thumbnail_area>ul>li>a {
    display: block;
    width: 100%;
    position: relative;
}

#secYoutube .sec_inner .secYoutube_wrap .thumbnail_area>ul>li>a>img {
    width: 100%;
    filter: brightness(.9);
    transition: all .2s;
}

#secYoutube .sec_inner .secYoutube_wrap .thumbnail_area>ul>li>a p {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    max-width: 90%;
    z-index: 10;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    bottom: 20px;
    left: 18px;
}

#secYoutube .sec_inner .secYoutube_wrap .thumbnail_area>ul>li>a span.now {
    position: absolute;
    top: 12px;
    left: 2px;
    opacity: 0;
    transition: all .2s;
    z-index: 10;
}

#secYoutube .sec_inner .secYoutube_wrap .thumbnail_area>ul>li.on>a>img {
    filter: brightness(1);
}

#secYoutube .sec_inner .secYoutube_wrap .thumbnail_area>ul>li.on>a span.now {
    opacity: 1;
    left: 12px
}

#secYoutube .sec_inner .secYoutube_wrap .thumbnail_area>ul>li>a span.now img {}
.secYoutube-swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 15px;
    display: flex;
    z-index: 99;
}





button.btn_moreGray {
    width: 800px;
    background: #f7f7f7;
    height: 49px;
    line-height: 49px;
    transition: all .4s;
    color: #000;
    font-size: 0;
}

.more.add8_product_more {
    text-align: center;
    margin: 40px 0 125px;
}

button.btn_moreGray:hover {
    background: var(--main-color);
    color: #fff;
}

button.btn_moreGray::after {
    content: "MORE";
    font-size: 14px;
}



.section h2 img {
    position: relative;
    top: -4px;
}

/* styling */
 

.styling .point.style_zl_f11s {
    top: 156px;
    right: 62px;
}

.styling .point.style_zl_f13s {
    top: 201px;
    left: 79px;
}

.styling .point.style_zc_abc {
    top: 294px;
    right: 83px;
} 
/* BASIC css end */

