@charset "utf-8";

section.section {
    padding: 120px 0;
}

@media screen and (max-width: 785px) {
    section.section {
        padding: 120px 0 40px;
    }
}

section.section.pt-0 {
    padding-top: 0;
}

section.section.pb-0 {
    padding-bottom: 0;
}

section.section.last {
    padding-bottom: 150px;
}

.main_tit {
    text-align: center;
    margin-bottom: 50px;
}

.main_tit.text-left {
    text-align: left;
}

.main_tit .under_te_xt {
    margin-bottom: 25px;
}

.main_tit .title_te_xt {
    font-size: 40px;
    font-weight: 700;
    color: #222222;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    font-family: 'Pretendard-Bold', sans-serif !important;
}

.main_tit .sub_te_xt {
    font-size: 20px;
    color: #222222;
    letter-spacing: -0.01em;
    margin-top: 25px;
    font-family: Pretendard;
    display: none;
}

.main_visual {
    overflow: hidden;
}

.main_visual .bg_box {
    aspect-ratio: 16/9;
    position: relative;
}

.main_visual .bg_box:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.main_visual .bg_box img,
.main_visual .bg_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (max-width:1024px) {}

.about_swiper {
    overflow: hidden;
    position: relative;
}

.about_swiper .about_page {
    position: absolute;
    bottom: 40px;
    z-index: 3;
    text-align: center;
}

.about_swiper .about_page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #7d7d7d;
}

.about_swiper .about_page .swiper-pagination-bullet-active {
    background-color: #fff;
}

.about_img_box {
    position: relative;
}

.about_img_box .bg_box {
    height: 560px;
}

.about_img_box .bg_box img {
    width: 100%;
    height: 100%;
    /* object-fit: cover */
}

.about_img_box .txt_box {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 120px;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.about_img_box .txt_box .tit {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.about_img_box .txt_box .txt {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.777em;
}

@media all and (max-width:1400px) {
    .about_img_box .txt_box {
        padding: 0;
    }
}

.prod_item .img_box {
    aspect-ratio: 1/1;
    box-sizing: border-box;
}

.prod_item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod_item .info_box {
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
}

.tag_label_yo {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    min-height: 27px;
    flex-wrap: wrap;
}

.tag_label_yo.left_label {
    justify-content: flex-start;
}

.tag_label_yo span {
    display: inline-block;
padding: 5px 10px;
    font-weight: 12px;
    font-weight: 700;
    letter-spacing: -0.01em;
    border-radius: 999px;
}

.tag_label_yo .new {
    background-color: #4B5EAA;
      color: #fff;
}

.tag_label_yo .sale {
    background-color: #EB8968;
    color: #fff;
}

.tag_label_yo .best {
    background-color: #8468EB;
    color: #fff;
}

.tag_label_yo .event {
    background-color: #EB6897;
    color: #fff;
}

.prod_swiper {
    overflow: hidden;
}

.prod_swiper .prod_page {
    position: relative;
    margin-top: 50px;
}

.prod_swiper .prod_page .swiper-pagination-progressbar-fill {
    background-color: #000000;
}

.prod_item .pro_name {
    margin-top: 20px;
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    letter-spacing: -0.01em;
    /*overflow:hidden;*/
    text-overflow: ellipsis;
    /*white-space:nowrap;*/
}

.prod_item .pro_price {
    margin-top: 15px;
    text-align: center;
}

.prod_item .pro_price .slash_price {
    font-size: 16px;
    color: #aaaaaa;
    letter-spacing: -0.1em;
    text-decoration: line-through;
}

.prod_item .pro_price .real_price {
    font-size: 18px;
    color: #222222;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.gray_sl_ider {
    overflow: hidden;
}

.gray_cont_bg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gray_cont_bg .bg_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.gray_cont_bg .bg_box img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.gray_cont_bg .nae_yong {
    padding: 170px 20px 180px;
    width: 100%;
    box-sizing: border-box;
}

.gray_cont_bg .cola_bo_img {
    margin: 20px auto;
}

.gray_cont_bg .gary_tit p {
    font-size: 50px;
    color: #222222;
    letter-spacing: -0.01em;
}

.gray_cont_bg .gary_txt {
    font-size: 18px;
    color: #444444;
    letter-spacing: -0.01em;
    margin-top: 20px;
    line-height: 1.888em;
}

.gray_cont_bg .gary_btn {
    width: 145px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 50px auto 0;
}

@media all and (max-width:1024px) {
    .gray_cont_bg .nae_yong {
        padding: 80px 20px 90px;
    }

    .gray_cont_bg .gary_tit p {
        font-size: 38px;
    }
}

.flex_row_sys {
    display: flex;
    gap: 40px;
}

.flex_row_sys>div {
    width: calc(50% - 20px);
    box-sizing: border-box;
}

/* .flex_row_sys .event_sys{padding: 0 40px 0 60px;}
.flex_row_sys .notice_sys{padding: 0 60px 0 15px;} */

.main_flex_plus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_flex_plus .plus_btn {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_flex_plus .plus_btn i {
    width: 100%;
    height: 1px;
    background-color: #000000;
    display: block;
}

.main_flex_plus .plus_btn i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.event_sys .swiper_slider {
    overflow: hidden;
}

.event_sl_box {
    position: relative;
}

.event_sl_box .img_box {
    aspect-ratio: 1/0.569;
}

.event_sl_box .img_box img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.event_sl_box .txt_box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(255, 255, 255, 0) 40%);
    top: 0;
    left: 0;
    padding: 50px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.event_sl_box .txt_box .nal {
    font-size: 20px;
    letter-spacing: -0.01em;
}

.event_sl_box .txt_box .juje {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}

.notice_li_yo ul {
    border-top: 1px solid #000000;
}

.notice_li_yo ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-bottom: 1px solid #dcdcdc;
    gap: 10px;
}

.notice_li_yo .left_tit {
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: calc(100% - 110px);
}

.notice_li_yo .left_tit p {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    letter-spacing: -0.01em;
    width: calc(100% - 66px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.notice_li_yo .left_tit .new {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background-color: #000000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    min-width: 56px;
    box-sizing: border-box;
    text-align: center;
    width: 56px;
}

.notice_li_yo .right_nal {
    font-size: 18px;
    color: #aaaaaa;
    letter-spacing: -0.01em;
    min-width: 100px;
    width: 100px;
    text-align: right;
}

@media all and (max-width:1400px) {

    .flex_row_sys .event_sys,
    .flex_row_sys .notice_sys {
        padding: 0 20px;
    }

    .main_flex_plus {
        flex-wrap: wrap;
    }
}

@media all and (max-width:1200px) {
    .flex_row_sys {
        flex-wrap: wrap;
        gap: 100px 0;
    }

    .flex_row_sys>div {
        width: 100%;
    }

    .flex_row_sys .event_sys,
    .flex_row_sys .notice_sys {
        padding: 0;
    }
}


.pc_mv {
    display: block;
}

.mb_mv {
    display: none;
}

@media all and (max-width: 768px) {
    .main_visual .bg_box {
        aspect-ratio: 1 / 1.5;
    }

    .pc_mv {
        display: none;
    }

    .mb_mv {
        display: block;
    }

    .prod_item .pro_name {
        font-size: 18px;
    }
}

.address_btn {
    width: 30px;
    padding: 10px 0;
    background-color: #222;
}