@charset "utf-8";
.main .con{padding: 100px 0;}

/* mv */
.mv {
    /* height: 700px; */
    position: relative;
    overflow: hidden;
    max-width: 100%; width: 100%; margin: 0 auto;
}
.mv .mv_inner {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
.mv_tit {
    font-size: 66px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.mv_alt {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.7em;
}
.main .con {
    overflow: hidden;
}
.mv .swiper-pagination,
.main .con01 .swiper-pagination {
    display: none;    
}

@media all and (max-width:1400px) {
    /* .mv {
        height: 600px;
    } */
    .mv_tit {
        font-size: 56px;
        margin-bottom: 30px;
    }
    .mv_alt {        
        font-size: 20px;
    }
}

@media all and (max-width:1024px) {
    /* .mv {
        height: 500px;
    } */
    .mv_tit {
        font-size: 46px;
        margin-bottom: 20px;
    }
    .mv_alt {        
        font-size: 18px;
    }
}

@media all and (max-width:700px) {
    /* .mv {
        height: 400px;
    } */
    .mv_tit {
        font-size: 36px;        
    }
    .mv {
        padding-bottom: 40px;
    }
    .mv .swiper-pagination,
    .main .con01 .swiper-pagination {
        display: block;    
        bottom: 3%;
    }
    .main .con01 .swiper-pagination {
        bottom: -4%;
    }
    .mv .swiper-pagination-bullet,
    .main .con01 .swiper-pagination-bullet {
        opacity: 1;
        background-color: #D9D9D9;
    }
    .mv .swiper-pagination-bullet-active,
    .main .con01 .swiper-pagination-bullet-active {
        background-color: #000;
    }
}
/* END mv */

/* con01 */
.con {
    position: relative;
    padding: 60px 0
    ;
}
.com_flex_box01 {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
}
.com_flex_box01.type02 .box {
    overflow: hidden;
    position: relative;
    display: block;
    aspect-ratio: unset;
}
.com_flex_box01.type02 .box img {
    transition: all 0.3s ease-in-out;
    aspect-ratio: 1/0.68;
    width: auto !important;
    height: auto !important;
}
.com_flex_box01.type02 .box:hover img {
    transform: scale(1.03);
}
.com_flex_box01.type02 .box .txt_box {
    margin-top: 40px;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 2;
}

.com_flex_box01.type02 .box .txt_box .tit {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.com_flex_box01.type02 .box .txt_box .sub_tit {
    font-weight: 400;
    font-size: 26px;
}

.com_flex_box01 .box {
    aspect-ratio: 1/1.06;
    width: calc(33.3333% - 30px);
    padding: 40px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5em;
    color: #fff;
    display: flex;
    align-items: flex-end;
}

@media all and (max-width:1400px) {
    .com_flex_box01 .box {        
        padding: 25px;
        font-size: 20px;
    }
}

@media all and (max-width:1024px) {
    .com_flex_box01 .box { 
        width: calc(50% - 10px);       
        padding: 20px;
        font-size: 18px;
    }
}

@media all and (max-width:700px) {
    .com_flex_box01 .box { 
        width: 100%;               
    }
}
/* END con01 */

/* con02 */
.con_tit_box {
    text-align: center;
}
.com_con_tit {
    font-size: 60px;
    letter-spacing: 0;
    font-weight: 700;
    color: #000;
    line-height: 1;
}
.com_con_sub_tit {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    line-height: 1.5em;
}
.con_tit_box .com_con_tit {
    margin-bottom: 25px;
}
.com_flex_box02 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.com_flex_box02 .box {
    width: calc(25% - 15px);    
    position: relative;
}
.com_flex_box02 .box .img {
    aspect-ratio: 1/1;
    margin-bottom: 30px;
    border: 2px solid transparent;
    overflow: hidden;
}
.com_flex_box02 .box .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.com_flex_box02 .box:hover .img img {
    transform: scale(1.03);
}
.com_flex_box02 .box .tit {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    text-align: center;
}
.com_flex_box02 .box:hover .img {
    border-color: #000;
}
.banner_wrap {
    /* height: 600px; */
    color: #fff;
    position: relative;
}

.banner_wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}
.banner_wrap .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;


}
.banner_wrap .txt_box {
    position: relative;
    z-index: 1;
    text-align: center;
}
.banner_wrap .txt_box .tit {
    font-size: 70px;
    font-weight: 700;
    /* text-shadow: 0 0 5px #b2b2b2; */
    text-shadow: 0 0 6px #333;
}
.banner_wrap .txt_box .sub_tit {
    font-size: 30px;
    font-weight: 400;
    /* text-shadow: 0 0 5px #b2b2b2; */
    text-shadow: 0 0 6px #333;
}
.banner_wrap .comn_cl_ick_btn {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
}
.banner_flex_box01 {
    display: flex;
    flex-wrap: wrap;
    gap: 62px;
}
.banner_flex_box01 > a {
    width: calc(50% - 31px);
    text-align: center;
    aspect-ratio: 1/0.9;   
    position: relative;
    overflow: hidden;
}
.banner_flex_box01 > a .box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_flex_box01 .box img {
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_flex_box01 .box:hover img {
    transform: scale(1.03);
}

.banner_flex_box01 .box .txt_box {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner_flex_box01 .box .txt_box .sub_tit {
    font-weight: 600;
    font-size: 30px;
    /* text-shadow: 0 0 5px #b2b2b2; */
    text-shadow: 0 0 6px #333;
}

.banner_flex_box01 .box .txt_box .tit {
    font-weight: 700;
    font-size: 50px;
    /* text-shadow: 0 0 5px #b2b2b2; */
    text-shadow: 0 0 6px #333;
}

.banner_flex_box01 .box::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
}

@media all and (max-width:1400px) {
    .com_con_tit {
        font-size: 32px;
    }
    .com_con_sub_tit {
        font-size: 18px;
    }
}

@media all and (max-width:1024px) {
    .com_flex_box02 .box {
        width: calc(33.3333% - 14px);
    }
    .com_flex_box02 .box .tit {
        font-size: 18px;
    }
    .banner_wrap {
        padding: 150px 0;
        font-size: 22px;
    }
    .banner_flex_box01 .box {
        width: 100%;
        font-size: 20px;
    }
}


@media all and (max-width:1000px) {
    .banner_wrap .txt_box .tit {font-size: 55px;}
    .banner_wrap .txt_box .sub_tit {font-size: 23px;}
    .banner_wrap .comn_cl_ick_btn {   margin-top: 30px;}
}




@media all and (max-width:700px) {
    .com_flex_box02 .box {
        width: calc(50% - 10px);
    }
}
/* END con02 */

/* con03 */
.com_prd_flex_box01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.com_prd_flex_box01.gap40 {
    gap: 40px;
}
.com_prd_flex_box01 .box {
    width: calc(20% - 16px);
}
.com_prd_flex_box01.gap40 .box {
    width: calc(16.6666% - 34px);
}
.com_prd_flex_box01 .box .img {
    aspect-ratio: 1/1.21;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background-color: #eee;
}
.com_prd_flex_box01 .box .img img {
    width: auto;
    max-height: 100%;
}
.com_prd_flex_box01 .box .alt_box {
    padding: 25px 15px;
    text-align: center;
}
.com_prd_flex_box01 .box .price {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #222222;
    margin-bottom: 10px;
} 
.com_prd_flex_box01 .box .before_price {
    text-decoration:line-through
}
.com_prd_flex_box01 .box .tit {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    line-height: 1.6em;
}
.com_prd_flex_box01 .box:hover .img {
    border-color: #000;
}

@media all and (max-width:1400px) {
    .com_prd_flex_box01 .box {
        width: calc(25% - 15px);
    }
    .com_prd_flex_box01.gap40 .box {
        width: calc(25% - 30px);
    }
    .com_prd_flex_box01 .box .price {
        font-size: 22px;
    }
    .com_prd_flex_box01 .box .tit {
        font-size: 16px;
    }
}

@media all and (max-width:1024px) {
    .com_prd_flex_box01 .box {
        width: calc(33.3333% - 14px);
    }
    .com_prd_flex_box01.gap40 .box {
        width: calc(33.333% - 27px);
    }
    .com_prd_flex_box01 .box .price {
        font-size: 20px;
    }
    .com_prd_flex_box01 .box .tit {
        font-size: 14px;
    }
}

@media all and (max-width:700px) {
    .com_prd_flex_box01 .box {
        width: calc(50% - 10px);
    }
}
/* END con03 */
.mv .bg_box{width: 100%; aspect-ratio: 1/0.417; position: relative;}
.mv .bg_box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
.mv .swiper_slider img{width: 100%; height: 100%; object-fit: cover;}
img.m_img{display: none;}

.com_flex_box01.cus_flex_box{display: block; overflow: hidden;}
.com_flex_box01.cus_flex_box .box{width: 100%; padding: 0; position: relative; overflow: hidden;}
.com_flex_box01.cus_flex_box .box::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
}
.com_flex_box01.cus_flex_box .box img{width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease-in-out;}
.com_flex_box01.cus_flex_box .box:hover img {
    transform: scale(1.03);
}

.com_flex_box01.cus_flex_box .box .txt_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 8%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.com_flex_box01.cus_flex_box .box .txt_box .sub_tit {
    font-size: 25px;
    font-weight: 600;
    /* text-shadow: 0 0 5px #b2b2b2; */
    text-shadow: 0 0 6px #333;
}

.com_flex_box01.cus_flex_box .box .txt_box .tit {
    font-size: 44px;
    font-weight: 700;
    /* text-shadow: 0 0 5px #b2b2b2; */
    text-shadow: 0 0 6px #333;
    margin-top: 10px;
    line-height: 1.05em;
}

@media all and (max-width:768px){
    .mv .bg_box{height: 400px;}
    img.pc_img{display: none;}
    img.m_img{display: block;}
    
}

@media all and (max-width:700px){
    .mv .bg_box {
        height: auto;
        aspect-ratio: 1/1.28;
    }
    .mv .txt_yoyo h2 {
        font-size: 35px;
    }
    .mv .txt_yoyo p, .mv .txt_yoyo .cl_ick_btn {
        font-size: 15px;
    }
    .mv .comn_cl_ick_btn {
        width: 100%;
        justify-content: center;
        height: 40px;
        font-size: 14px;
    }
    .main .con {
        padding: 25px 0;
    }

    .com_flex_box01 .box {
        aspect-ratio: 1/0.84;
    }
    .com_flex_box01.cus_flex_box .box .txt_box {
        transform: translate(-50%, 50%);        
        bottom: 50%;
        padding: 0 20px;        
    }
    .com_flex_box01.cus_flex_box .box .txt_box .sub_tit {
        font-size: 18px;
    }
    .com_flex_box01.cus_flex_box .box .txt_box .tit {
        font-size: 30px;
    }
    .main .con01 {
        padding-bottom: 40px;
        padding-top: unset;
    }
    .com_con_tit {
        font-size: 30px;
    }
    .com_con_sub_tit {
        font-size: 15px;
    }
    .com_flex_box02.mt60 {
        margin-top: 40px !important;
    }
    .com_flex_box02 {
        gap: 30px;
    }
    .com_flex_box02 .box {
        width: calc(50% - 15px);
    }
    .com_flex_box02 .box .img {
        margin-bottom: 20px;
    }
    .com_flex_box02 .box .tit {
        font-size: 19px;
    }
    .banner_wrap .comn_cl_ick_btn {
        width: 100%;
        justify-content: center;
        height: 40px;
        font-size: 14px;
        margin-top: 30px;
    }
    .banner_wrap {
        aspect-ratio: 1/1.28;
        padding: unset;
        margin-top: unset !important;
        width: 100%;
        margin: 0 auto;
    }
    .banner_wrap .inner {
        align-items: flex-end;
        padding-bottom: 25px;
    }
    .banner_wrap .txt_box .tit {
        font-size: 35px;
        text-align: left;
    }
    .banner_wrap .txt_box .sub_tit{
        font-size: 15px;
        text-align: left;
    }
    .banner_flex_box01 {
        gap: 25px;
    }
    .banner_flex_box01 > a {
        width: 100%;
    }
    .banner_flex_box01 .box .txt_box .sub_tit {
        font-size: 18px;
    }
    .banner_flex_box01 .box .txt_box .tit{
        font-size: 30px;
    }
    .sub_banner_wrap.custom_mb15 {
        margin-bottom: 15px !important;
    }
    .com_prd_flex_box01.type001 {
        flex-wrap: unset;        
        overflow: auto;
        margin-top: 40px !important;
        gap: 15px;
        margin-bottom: 20px;
    }
    .com_prd_flex_box01.type001::-webkit-scrollbar,
    .custom_m01::-webkit-scrollbar {
        display: none;
    }
    .com_prd_flex_box01.type001 .box {
        width: 57.5%;
        flex-shrink: 0;
        aspect-ratio: 1/1.15;
    }
    .com_prd_flex_box01 .box .price {
        font-size: 16px;
    }
    .com_prd_flex_box01 .box .alt_box {
        padding: 20px 14px;
        text-align: left;
    }
    .com_flex_box01.type02 .box .txt_box .tit {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .com_flex_box01.type02 .box .txt_box {
        margin-top: 25px;
    }
    .com_flex_box01.type02 .box .txt_box .sub_tit {
        font-size: 14px;
    }
    .com_flex_box01 {
        gap: 40px;
    }
    .con05.pb100 {
        padding-bottom: 40px !important;
    }
}



.mv .swiper-slide a{position: relative;}
.mv .txt_yoyo{position: absolute; height: 100%; z-index: 1; top: 0; left: 0; width: 100%; display: flex;
    flex-direction: column;
    justify-content: flex-end; padding: 100px; box-sizing: border-box;}
.mv .txt_yoyo h2{font-size: 80px; font-weight: 700; color: #fff; text-shadow: 0 0 6px #333;}
.mv .txt_yoyo p{font-size: 30px; color: #fff; text-shadow: 0 0 5px #b2b2b2; margin-top: 20px;}
.comn_cl_ick_btn {
    color: #fff;
    font-size: 30px;
    background-color: rgba(0, 0, 0, .6);
    display: inline-block;
    padding: 0 100px;
    width: fit-content;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    height: 74px;
}
.comn_cl_ick_btn:hover {background-color: #000;}

@media all and (max-width:1400px){
    .mv .txt_yoyo{padding: 30px 3.125%;}
    .mv .txt_yoyo h2{font-size: 60px;}
}
@media all and (max-width:1024px){
    .mv .txt_yoyo h2{font-size: 46px;}
    .mv .txt_yoyo p,
    .mv .txt_yoyo .cl_ick_btn{font-size: 18px;}
}

/* 2024.12.06 수정 */
.mv {
    max-width: unset;
}
/* .mv .txt_yoyo p {
    display: none;
} */
.main .con02 .com_flex_box02  .box .img {
    border: unset;
}
.main .con02 .com_flex_box02  .box:hover .img {
    border-color: transparent;
    /* box-shadow: 0 0 20px 10px rgba(178, 178, 178, 0.7); */
}
/* .banner_flex_box01 > a:hover {
    box-shadow: 0 0 20px 10px rgba(178, 178, 178, 0.7);
} */
.main .con03 .com_prd_flex_box01 .box .img img {
    width: auto;
}

/* END 2024.12.06 수정 */

.shop_top_yo{display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.shop_top_yo .href_yo{display: flex; gap: 20px;}
.shop_top_yo .href_yo a{font-size: 12px; position: relative; font-weight: 400; color: #3e3e3e;}
.shop_top_yo .href_yo a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.shop_top_yo .href_yo a + a:before{content: '>'; position: absolute; left: -15px; top: 0;}
.com_prd_flex_box01 .box .byul_box{font-size: 18px;}
.programPage a.active{color: #fff !important;}

.com_prd_flex_box01 .box .img {
    position: relative;
    display: inline-flex;
    background-color: unset;
    text-align: center;
}
.com_prd_flex_box01 .box .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Semi-transparent gray overlay */
    pointer-events: none;
}