﻿@charset "utf-8";

/* event__010 */
.event__010,
.event__011{
    position: relative;
    width: 100%;
    color: #454545;
    overflow: hidden;
}
.event__010 .in,
.event__011 .in{
    width: 1000px;
    margin: 0 auto;
}
.event__010 img,
.event__011 img{
    width: 100%;
}
.event__010 .blue{
    color: #346CDD !important;
}
.event__010 .red{
    color: #DC686B !important;
}
.event__010 .ev-content-1{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    max-height: 1200px;
    aspect-ratio: 16 / 14;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    background-color: #978372;
    padding: 8rem 3rem;
}
.event__010 .ev-content-1::after{
    content: '';
    position: absolute;
    display: block;
    top: 150px;
    left: 0;
    width: 288px;
    height: 150px;
    background-image: url(../img/ChuseokEvent__img-03.png);
     background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}
.event__010 .ev-content-1::before{
    content: '';
    display: block;
    position: absolute;
      top: 10px;
    right: 0;
    width: 337px;
    height: 658px;
    background-image: url(../img/ChuseokEvent__img-04.png);
     background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}
.event__010 .ev-content-1 .in{
   display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 590px;
}
.event__010 .ev-content-1 .title{
    max-width: 350px;
    z-index: 2;
}
.event__010 .ev-content-1 .sale{
    max-width: 600px;
    z-index: 2;
}
.event__010 .ev-content-2{
    padding: 3rem 3rem 10rem;
    background-color: #978372;
}

.event__010 .ev-content-2 .event-box{
    border-radius: 20px;
    padding: 5rem;
    background-color: #ffffff;
    position: relative;
}

.event__010 .ev-content-2 .bottom-box{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background-color: #FFF1E4;
    border-radius: 20px;
    gap: 0;
}
.event__010 .ev-content-2 .bottom-box.off::after{
    content: '10월 3일 금요일 00시부터 쿠폰을 받을 수 있어요!';
    display: flex;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    text-align: center;
    border-radius: 20px;
    background-color: #000000cf;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 2.5rem;
}
.event__010 .ev-content-2 .bottom-box img{
    width: 400px;
}
.event__010 .ev-content-2 .bottom-box .left{
    width: 400px;
    display: block;
    text-align: left;
    font-size: 2rem;
    font-weight: 400 !important;
    line-height: 4.6rem;
}
.event__010 .ev-content-2 .bottom-box .left strong{
    font-weight: 600 !important;
}
.event__010 .ev-content-2 .bottom-box .left span{
    font-size: 3rem;
    font-weight: 600 !important;
    letter-spacing: -1px;
}
.event__010 .ev-content-2 .bottom-box .left span strong{
        font-size: 6rem;
    color: #DC686B;
    font-weight: 700 !important;
}
.event__010 .ev-content-2 .bottom-box .right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
    gap: 0.7rem;
}
.event__010 .ev-content-2 .bottom-box .right strong{
    font-weight: 600 !important;
}
.event__010 .ev-content-2 .bottom-box .right button{
    width: 100% !important;
}
.event__010 .ev-content-2 .bottom-box .right a{
    color: #454545;
    text-decoration: underline !important;
    font-size: 1.2rem;
}
.event__010 .ev-content-2 .bottom-box .right span{
    text-align: center;
    font-size: 1.7rem;
}
.event__010 .ev-content-2 .bottom-box .right span strong{
    font-size: 2rem;
}
.event__010 .ev-content-2 .calendar-box{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #454545;
    margin-top: 2rem;
}
.event__010 .ev-content-2 .event-box::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px dotted #978372;
}

.event__010 .ev-content-2 .calendar-box > div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem 0;
    text-align: center;
}
.event__010 .ev-content-2 .week{
    padding: 2rem;
    border-top: 2px solid #454545;
    border-bottom: 1px solid #454545;
}
.event__010 .ev-content-2 .week strong{
    width: 100%;
    font-size: 2rem;
    font-weight: 600 !important;
}
.event__010 .ev-content-2 .first-week,
.event__010 .ev-content-2 .second-week{
        border-bottom: 1px solid #cccccc;

}
.event__010 .ev-content-2 .day{
    font-size: 2rem;
    font-weight: 600 !important;
    width: 100%;
    padding: 1rem;
    position: relative;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}
.event__010 .ev-content-2 .day.off::after{
    content: '마감';
    display: flex;
    position: absolute;
    width: 90%;
    height: 90%;
    text-align: center;
    border-radius: 20px;
    background-color: #000000cf;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.event__010 .ev-content-2 .day.none{
    opacity: 0.5;
}
.event__010 .ev-content-2 .day .txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
    color: #ffffff;
    width: 100%;
    line-height: 1.5rem;
    font-weight: 500 !important;
}
.event__010 .ev-content-2 .day .txt span{
    font-size: 2rem;    
    font-weight: 600 !important;

}
.event__010 .ev-content-2 .day .txt .point{
    color: #FFEF9F;
}
.event__010 .ev-content-2 .day .txt.size01 span{
    font-size: 2rem;
}
.event__010 .ev-content-2 .day .txt.size02 span{
    font-size: 1.6rem;
}
.event__010 .ev-content-2 .day .txt.size03 span{
    font-size: 1.3rem;
}
.event__010 .ev-content-2 .day.event{
    background-color: #DC686B;
    border-radius: 0;
}
.event__010 .ev-content-2 .day.event.start{
    background-color: #DC686B;
    border-radius: 20px 0 0 20px;
}
.event__010 .ev-content-2 .day.event.end{
    background-color: #DC686B;
    border-radius: 0 20px 20px 0;
}
.event__010 .ev-content-2 .day.event strong{
    width: 50px;
    display: block;
    background-color: #ffffff;
    border-radius: 100px;
    color: #DC686B;
    font-weight: 600 !important;

}
.event__010 .ev-content-3{
    padding: 10rem 3rem;
    background-color: #E9E9E9;
}
.event__010 h2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.5rem;
    text-align: center;
}
.event__010 h2 em{
    font-weight: 500 !important;
}
.event__010 h2 strong{
    font-size: 4rem;
    font-weight: 700 !important;
    letter-spacing: -3px;
}
.event__010 h2 span{
    margin-top: 2rem;
    font-size: 1.5rem;
}
.event__010 .ev-content-3 .tabs{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    margin-top: 2rem;
}
.event__010 .ev-content-3 .tab{
    width: auto;
        padding: 0.6rem 2rem !important;
    background-color: #D9D9D9 !important;
    color: #454545 !important;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 100px;
    border: 0;
}

.event__010 .ev-content-3 .tab.active{
    background-color: #DC686B !important;
    color: #ffffff !important;
}
.event__010 .tab-content{
    display: none;
}
.event__010 .tab-content.active{
    display: block;
}

.event__010 .ev-content-3 .tab-contents{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 15px #0000001a;
    margin-top: 2rem;
}
.event__010 .ev-content-3 .tab-content{
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;   
    gap: 2rem;
    margin-bottom: 2rem;
}
.event__010 .ev-content-3 .tab-content:last-child{
    margin-bottom: 0;
}
.event__010 .ev-content-3 .tab-content.active{
    display: flex;
}
.event__010 .ev-content-3 .tab-content h3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600 !important;
    text-align: center;
    width: 160px;
    height: 100%;
    min-height: 370px;
    padding: 1rem;
    border-radius: 20px;
    background-color: #E9E9E9;
    color: #346CDD;
    overflow: hidden;
}
.event__010 .ev-content-3 .tab-content h3.title-01{
    background-color: #ffdf85;
     background: linear-gradient(to bottom, #ffdf85, #ffdf85, #ffa885);
    color: #b70000;
    min-height: 680px;
}
.event__010 .ev-content-3 .tab-content h3.title-02{
    background-color: #E3EEFF;
    min-height: 1350px;
}
.event__010 .ev-content-3 .tab-content h3.title-03{
    background-color: #CDE0FF;
    min-height: 2420px;
}
.event__010 .ev-content-3 .tab-content h3.title-04{
    background-color: #BCD5FF;
    color: #003BB1;
    min-height: 330px;
}
.event__010 .ev-content-3 .tab-content h3.title-01 span{
    position: relative;
}
.event__010 .ev-content-3 .tab-content h3.title-01 span::before{
    content: 'Best~!!';
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 0;
     animation: blink-effect 0.5s step-end infinite;
    font-size: 0.9rem;
    color: #b70000;
}
  .event__010 .ev-content-3 .tab-content .title-02 span,
 .event__010 .ev-content-3 .tab-content .title-03 span {
    position: absolute;
    top: 250px ;
    /* transition: top 0.1s; */
    width: 100%;  
    will-change: top, left; 
    z-index: 10;
  }
.event__010 .btn_unlink div{
    line-height: 1.4rem;
}
.event__010 .ev-content-3 .product-list{
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.event__010 .tag{
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0.4rem 2rem;
    border-radius: 12px 12px 0 0;
    background-color: #DC686B;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600 !important;
}

.event__010 .tag.puple1{
     background-color: #A500C2;
}
.event__010 .tag.puple2{
     background-color: #7A00E5;
}
.event__010 .tag.puple3{
     background-color: #3A006C;
}
.event__010 .tag.orange{
     background-color: #EF562B;
}
.event__010 .tag.yellow{
     background-color: #EA8800;
}

.event__010 .ev-content-3 dl {
    width: 100%;
    border-top: 1px solid #cccccc;
}
.event__010 .ev-content-3 dl.bottom-border {
    border-bottom:  1px solid #cccccc;
}

.event__010 .point-green{
    background-color: #ECFFE3;
}
.event__010 .ev-content-3 dt {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600 !important;
    text-align: left;
    line-height: 1rem;
    padding: 0.4rem 0;
    border-radius: 4px;
    margin-bottom: 1rem;
     margin-top: 1.5rem;
}

.event__010 .ev-content-3 dd {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    gap: 2rem;
}

.event__010 .ev-content-3 dd .product-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.event__010 .ev-content-3 dd .product-info em {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/arrow-right.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.event__010 .ev-content-3 .amount {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    line-height: 1.4rem;
    border-radius: 12px;
    background-color: #F2F2F2;
    color: #808080;
}
.event__010 .ev-content-3 .amount span{
    font-size: 0.9rem;
}
.event__010 .ev-content-3 .amount strong{
    /* text-decoration: line-through; */
    font-size: 1.5rem;
        font-weight: 600 !important;

}
.event__010 .ev-content-3 .amount.red{
     background-color: #FFE9E9;
    color: #D40000 !important;
}
.event__010 .ev-content-3 .amount.red strong{
    text-decoration: unset;
}
.event__010 .ev-content-3 dd button{
    width: 160px !important;
    font-size: 1rem;
    padding: 14px 12px !important;
    min-height: auto;
}
.event__010 .ev-content-3 dd button::after{
    width: 10px;
    height: 10px;
}
.event__010 .ev-content-3 .info-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 20px;
    background-color: #E1E1E1;
    color: #454545;
    padding: 4rem;
    margin-top: 2rem;
}
.event__010 .ev-content-3 .info-box h3{
    font-size: 2rem;
    font-weight: 600 !important;
}

.event__010 .ev-content-3 .info-box p{
    width: 100%;
    text-align: left;
    margin-top: 2rem;
    color: #404040;
    font-size: 1.3rem;
}
.event__010 .fixed__bottom{
    position: fixed;
    bottom: 0.5rem;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    width: 1000px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #0000001a;
    border: 2px solid #cd3000;
    z-index: 20;

}
.event__010 .fixed__bottom button{
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0;
    background-color: #fffcec !important;
    color: #454545 !important;
}
.event__010 .fixed__bottom.noCoupon button{
    background-color: #ebebeb !important;
    border: 2px solid #c4b9b6;
}
.event__010 .fixed__bottom img[src*='img-11'] {
    width: 90px;
}
.event__010 .fixed__bottom img[src*='img-13'] {
    width: 170px;
}
.event__010 .fixed__bottom > div{
     padding: 2rem;
    box-sizing: border-box;
}
.event__010 .fixed__bottom .sale-box{
    width: 100%;
    height: 120px;
    background-image: url(../img/ChuseokEvent__img-12.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 1.2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.event__010 .fixed__bottom.noCoupon .sale-box{
    background-image: url(../img/ChuseokEvent__img-14.png);
}
.event__010 .fixed__bottom .sale-txt{
     display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.6rem 1.2rem;
    color: #FFD22D;
    background-color: #000000;
    border-radius: 8px;
    text-align: left;
    gap:0;
}
.event__010 .fixed__bottom .sale-number{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2rem;
}

.event__010 .fixed__bottom .sale-txt em {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/arrow-right-w.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.event__010 .fixed__bottom .sale-txt strong{
    font-size: 2.5rem;
    line-height: 2.3rem;
    font-weight: 600 !important;
}

.event__010 .fixed__bottom .info-box {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600 !important;
    text-align: left;
    margin-top: 0.3rem;
    padding: 0 1rem;

}
.event__010 .fixed__bottom.noCoupon .info-box {
    width: 420px;
    opacity: 0.6;
}
.event__010 .fixed__bottom .info-box .red{
    color: #cd3000 !important;
}
.event__010 .fixed__bottom.noCoupon .info-box .red {
    color: #993111 !important;
}
.event__010 .fixed__bottom .info-box::after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 15px;
    background-image: url(../img/icon-next-long.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 4px;
}
@media (max-width: 1100px) {
    .event__010 .in{
        width: 100%;
        margin: 0 auto;
    }
    .event__010 .fixed__bottom{
        width: calc(100% - 1rem);
        height: 100px;
        border-radius: 12px;
    }
    .event__010 .fixed__bottom .sale-box {
        height: 100px;
    }
    .event__010 .ev-content-1 {
        aspect-ratio: 16 / 14;
        max-height: none;
        padding: 10rem 2rem;
        background-position: center -90px;
        background-size: 110%;
    }
    .event__010 .ev-content-1::after {
        top: -30px;
        width: 398px;
        height: 220px;
    }
    .event__010 .ev-content-1 .title {
        max-width: 340px;
    }
    .event__010 .ev-content-1 .sale {
        max-width: 400px;
    }
    .event__010 .ev-content-2 {
        padding: 0 2rem 8rem;
    }
    .event__010 .ev-content-2 .calendar-box > div {
        padding: 1rem 0;
    }
    .event__010 .ev-content-2 .week strong {
        font-size: 1.8rem;
    }
    .event__010 .ev-content-2 .day {
        font-size: 1.5rem;
    }
    .event__010 .ev-content-2 .day.event strong {
        width: 36px;
    }
    .event__010 .ev-content-2 .bottom-box img {
        width: 320px;
    }
    .event__010 .ev-content-2 .bottom-box .right {
        width: 43%;
        gap: 0.3rem;
    }
    .event__010 .ev-content-2 .bottom-box {
        gap: 2rem;
    }
    .event__010 .ev-content-2 .bottom-box .left {
        width: auto;
        font-size: 1.7rem;
        line-height: 4rem;
    }
    .event__010 .ev-content-2 .bottom-box .left span {
        font-size: 2.7rem;
    }
    .event__010 .ev-content-2 .bottom-box .left span strong {
        font-size: 5rem;
    }
    .event__010 .ev-content-2 .bottom-box .right span {
        font-size: 1.6rem;
    }
    .event__010 .ev-content-2 .event-box {
        padding: 3rem 2rem 2rem;
    }
    .event__010 .ev-content-1 .in {
        height: 400px;
    }
    .event__010 h2 {
        font-size: 1.5rem;
    }
    .event__010 h2 strong {
        font-size: 3rem;
    }
    .event__010 .ev-content-3 {
        padding: 8rem 2rem;
    }
    .event__010 .ev-content-3 .tab-contents {
        padding: 1.5rem;
    }
    .event__010 .ev-content-3 dt {
        font-size: 1.4rem;
    }
    .event__010 .ev-content-3 dd button {
        width: 170px !important;
        min-height: 40px !important;
        padding: 8px 12px !important;
        font-size: 1rem;
    }
    .event__010 .ev-content-3 .amount {
        padding: 0.5rem 0.7rem;
        line-height: 1.6rem;
        border-radius: 6px;
    }
    .event__010 .ev-content-3 .tab-content h3.title-01 {
        min-height: 630px;
    }
    .event__010 .ev-content-3 .tab-content h3.title-02 {
        min-height: 1280px;
    }
    .event__010 .ev-content-3 .tab-content h3.title-03 {
        min-height: 2300px;
    }
    .event__010 .ev-content-3 .tab-content h3.title-04 {
        min-height: 310px;
    }
    
    .event__010 .fixed__bottom .info-box {
        width: 290px;
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin-top: 0.2rem;
    }
    .event__010 .fixed__bottom .info-box::after {
       width: 40px;
       height: 10px;
   }
    .event__010 .fixed__bottom.noCoupon .info-box {
        width: 440px;
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding: 0 3rem 0 1rem;
        margin-top: 0.2rem;
    }
    .event__010 .fixed__bottom .sale-number {
        font-size: 1rem;
    }
    .event__010 .fixed__bottom .sale-txt strong {
        font-size: 1.8rem;
        line-height: 1.6rem;
        
    }
    .event__010 .fixed__bottom img[src*='img-11'] {
        width: 80px;
    }
    .event__010 .fixed__bottom img[src*='img-13'] {
        width: 150px;
    }
    .event__010 .fixed__bottom .sale-txt {
        padding: 0.4rem 0.6rem;
        gap: 0rem;
    }
   
    .event__010 .fixed__bottom .sale-txt em {
        width: 30px;
        height: 30px;
    }
    .event__010 .ev-content-3 dd .product-info em {
        width: 30px;
        height: 30px;
    }
    .event__010 .ev-content-3 .info-box p {
        margin-top: 1rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .event__010 .ev-content-1 {
        aspect-ratio: 16 / 37;
        max-height: none;
        padding: 7rem 1rem 5rem;
        background-position: right 0;
        background-size: 181%;
        background-image: url(../html/250924/img/ChuseokEvent__img-05m.png) !important;
    }
    .event__010 .ev-content-1 .in {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
    }
    .event__010 .ev-content-1::before {
        top: 0;
        right: 0;
        width: 177px;
        height: 388px;
    }
    .event__010 .ev-content-1::after {
       top: -30px;
        left: 0;
        width: 158px;
        height: 100px;
    }
    .event__010 .ev-content-1 .title,
    .event__010 .ev-content-1 .sale {
        max-width: 100%;
    }
    .event__010 .ev-content-1 .sale{
        padding-top: 2rem;
    }
    .event__010 .ev-content-2 {
        padding: 0 1rem 4rem;
    }
    .event__010 .ev-content-2 .bottom-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
               gap: 1rem;
        padding: 2rem;
    }
    .event__010 .ev-content-2 .bottom-box .right {
        width: 100%;
        gap: 0.3rem;
    }
    .event__010 .ev-content-2 .bottom-box img {
        width: 240px;
    }
    .event__010 .ev-content-2 .event-box {
        padding: 3rem 1rem 2rem;
    }
    .event__010 .ev-content-2 .week strong {
        font-size: 1.4rem;
    }
    .event__010 .ev-content-2 .day {
        font-size: 1.2rem;
        padding: 0.5rem 0.3rem;
        gap: 0.5rem;
    }
    .event__010 .ev-content-2 .day.off::after {
        border-radius: 8px;
        width: 96%;
        height: 96%;
    }
    .event__010 .ev-content-2 .day .txt {
        line-height: 1.1rem;
    }
    .event__010 .ev-content-2 .day.event.end {
        border-radius: 0 12px 12px 0;
    }
    .event__010 .ev-content-2 .day.event.start {
        border-radius: 12px 0 0 12px;
    }
    .event__010 .ev-content-2 .day.event strong {
        width: 29px;
    }
    .event__010 .ev-content-2 .day .txt.size01 span {
        font-size: 1.3rem;
    }
    .event__010 .ev-content-2 .day .txt.size02 span {
        font-size: 1.2rem;
    }
    .event__010 .ev-content-2 .day .txt.size03 span {
        font-size: 1rem;
    }
    .event__010 .ev-content-2 .bottom-box .right span {
        font-size: 1.5rem;
    }
    .event__010 .ev-content-2 .bottom-box .right a {
        font-size: 1rem;
    }
    .event__010 .ev-content-2 .bottom-box .left {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 1.7rem;
        line-height: 3rem;
    }
    
    .event__010 .ev-content-2 .bottom-box .left span {
        font-size: 2.2rem;
    }
    .event__010 .ev-content-2 .bottom-box .left span strong {
        font-size: 3.1rem;
    }
        
    .event__010 .ev-content-3 {
        padding: 4rem 1rem;
    }
    .event__010 .ev-content-3 .tab {
        padding: 0.6rem 1.4rem !important;
        font-size: 1rem;
    }
    .event__010 .ev-content-3 .tabs {
        gap: 0.2rem;
    }
    .event__010 .ev-content-3 .tab-content {
        flex-direction: column;
        gap: 0.5rem;
    }
    .event__010 .ev-content-3 .tab-content h3.title-01{
        background: linear-gradient(to right, #ffdf85, #ffd285);
    }
    .event__010 .ev-content-3 .tab-content h3.title-01,
    .event__010 .ev-content-3 .tab-content h3.title-02,
    .event__010 .ev-content-3 .tab-content h3.title-03,
    .event__010 .ev-content-3 .tab-content h3.title-04 {
        min-height: auto;
    }
    .event__010 .ev-content-3 .tab-content .title-02 span,
    .event__010 .ev-content-3 .tab-content .title-03 span {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
    }
    .event__010 .ev-content-3 .tab-content h3 {
        font-size: 1.2rem;
        width: 100%;
        padding: 1rem;
        border-radius: 12px;
    }
    .event__010 .ev-content-3 .tab-content h3 br{
        display: none;
    }
    .event__010 .ev-content-3 .tab-contents {
        background-color: unset;
        box-shadow: unset;
        padding: 0;
    }
    .event__010 .ev-content-3 .amount strong {
        font-size: 1.5rem;
    }
    .event__010 .ev-content-3 .amount span {
        font-size: 0.9rem;
    }
    .event__010 .ev-content-3 .amount {
        line-height: 1.4rem;
        padding: 0.7rem 1.4rem;
    }
   
    .event__010 .ev-content-3 dd .product-info {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .event__010 .ev-content-3 dd {
        flex-direction: column;
        margin-bottom: 1.5rem;
        gap: 1rem;
    }
    .event__010 .tag {
        width: 100%;
        text-align: center;
    }
    .event__010 .ev-content-3 dd button {
        width: 100% !important;
    }
    .event__010 .ev-content-3 .info-box {
        padding: 2rem;
    }
    .event__010 .ev-content-3 .info-box p {
        margin-top: 1rem;
        font-size: 0.9rem;
    }

    .event__010 .ev-content-3 .info-box h3 {
        font-size: 1.5rem;
    }
    .event__010 .ev-content-3 dt {
        margin-top: 1rem;
         font-size: 1.2rem;
         line-height: 1.4rem;
         text-align: center;
         padding: 0 2rem;
    }
    .event__010 .ev-content-3 dd .product-info em {
        width: 20px;
        height: 20px;
    }
    .event__010 h2 {
        font-size: 1.1rem;
    }
    .event__010 h2 span {
        margin-top: 1.5rem;
        font-size: 1rem;
    }
    .event__010 h2 strong {
        font-size: 2.1rem;
        line-height: 2.5rem;
    }
    .event__010 .ev-content-3 h2 strong {
        font-size: 2.6rem;
        line-height: 2.9rem;
    }
    .event__010 .ev-content-3 .product-list dl{
        padding: 0.3rem 1.3rem;
        border-radius: 12px;
        background-color: #ffffff;
        box-shadow: 2px 2px 15px #0000001a;
        margin-bottom: 0.6rem;
        border: 0 !important;
    }
     .event__010 .ev-content-3 .product-list dl.tag-up{
        border-radius: 0 0 12px 12px;
     }
     .event__010 .tag.mt50{
        margin-top: 20px !important;
     }
     .event__010 .ev-content-3 .tab-content h3.title-01 span::before {
         content: 'Best~!!';
         position: relative;
         top: 0;
         left: 0;
         font-size: 0.9rem;
         margin-right: 0.4rem;
        }
        .event__010 .fixed__bottom {
            width: 100%;
            height: 80px;
            bottom: -1px;
            border-radius: 12px 12px 0 0;
        }
        .event__010 .fixed__bottom .info-box {
            width: 180px;
            font-size: 1.1rem;
            line-height: 1.3rem;
            margin-top: 0.2rem;
            padding: 0 0.5rem;
        }
        .event__010 .fixed__bottom.noCoupon .info-box {
            width: 280px;
            font-size: 0.9rem;
            line-height: 1rem;
            padding: 0 1rem 0 1rem;
        }
        .event__010 .fixed__bottom .info-box::after {
            width: 24px;
            height: 10px;
        }
    .event__010 .fixed__bottom img[src*='img-13'] {
        width: 55px;
    }
    .event__010 .fixed__bottom img[src*='img-11'] {
        width: 40px;
    }
    .event__010 .fixed__bottom .sale-txt strong {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .event__010 .fixed__bottom .sale-box{
        height: 80px;
        gap: 0.5rem;
        padding: 0.6rem 1rem 0.4rem 0.5rem;
    }
    .event__010 .fixed__bottom .sale-number {
        font-size: 0.8rem;
    }
     .event__010 .btn_unlink div {
        line-height: 1.1rem;
        font-size: 0.9rem;
        text-align: left;
    }
}

@media (max-width: 400px) {

    .event__010 .ev-content-1 {
        aspect-ratio: 16 / 35;
        padding: 7rem 1rem 5rem;
        background-position: right 0;
        background-size: 166%;
    }
    .event__010 .ev-content-2 .day {
        font-size: 0.9rem;
    }
    .event__010 .ev-content-2 .day.event strong {
        width: 22px;
    }
    .event__010 .ev-content-2 .day .txt {
        line-height: 1rem;
        font-size: 0.7rem;
    }
    .event__010 .ev-content-2 .day .txt.size01 span {
        font-size: 1rem;
    }
    .event__010 .ev-content-2 .day .txt.size02 span {
        font-size: 1rem;
    }

    .event__010 .ev-content-2 .day .txt.size03 span {
        font-size: 0.9rem;
    }

    .event__010 .ev-content-2 .bottom-box img {
        width: 190px;
    }

    .event__010 .ev-content-2 .bottom-box .right span {
        font-size: 1.3rem;
    }
   .event__010 .ev-content-3 .tab {
        padding: 0.5rem 1.1rem !important;
        font-size: 0.8rem;
    }

    .event__010 .ev-content-3 .amount {
        line-height: 1.4rem;
        padding: 0.7rem 0.8rem;
    }
    .event__010 .ev-content-3 .amount strong {
        font-size: 1.2rem;
    }
    .event__010 .ev-content-3 .amount span {
        font-size: 0.8rem;
    }
 
    .event__010 .ev-content-2 .bottom-box .left {
        font-size: 1.3rem;
        line-height: 3rem;
    }
    .event__010 .fixed__bottom{
        height: 60px;
    }
    
    .event__010 .fixed__bottom .sale-number {
        font-size: 0.7rem;
    }
    .event__010 .fixed__bottom .sale-txt strong {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .event__010 .fixed__bottom img[src*='img-11'] {
        width: 35px;
    }

    .event__010 .fixed__bottom img[src*='img-13'] {
        width: 50px;
    }

    .event__010 .fixed__bottom .sale-box {
        gap: 0.3rem;
        padding: 0.5rem;
    }
    .event__010 .fixed__bottom .sale-txt em {
        width: 20px;
        height: 20px;
    }
   
    .event__010 .fixed__bottom .info-box {
        width: 130px;        
        height: 60px;
        font-size: 0.7rem;
        line-height: 0.8rem;
        margin-top: 0.4rem;
    }
    .event__010 .fixed__bottom.noCoupon .info-box {
        width: 230px;
        font-size: 0.7rem;
        line-height: 0.8rem;
        padding: 0;
    }
    .event__010 .fixed__bottom .sale-txt {
        padding: 0.3rem 0.4rem 0rem;
    }
}


.event__011 .ev-content-1{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    background-color: #000000;
    padding: 13rem 3rem;
}

.event__011 .ev-content-1 .in{
    position: relative;
}
.event__011 .ev-content-1 .title{
    max-width: 560px;
    z-index: 2;
}
.event__011 .ev-content-1 .sale{
    position: absolute;
    top: -110px;
    right: 0;
    transform: translateX(140px);
    max-width: 580px;
    z-index: 2;
}
.event__011 .ev-content-1::after,
.event__011 .ev-content-1::before{
    display: none;
}

.event__011 .ev-content-2{
    background-color: #002C00;
    position: relative;
    padding: 8rem 0;
}

.event__011 .ev-content-2 .in{
    position: relative;
}
.event__011 .ev-content-2 .block-info {
    position: absolute;
    left: 3%;
    bottom: 3%;
    width: 94%;
    height: calc(100% - 230px);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.2rem;
    background-color: #000000c7;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.9rem;
    text-align: center;
    z-index: 2;
    
}

.event__011 .ev-content-2.no-click .block-info{
    display: flex;
}
.event__011 .ev-content-2 .event-box{
    border-radius: 20px;
    padding: 5rem;
    background-color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event__011 .ev-content-2 .event-box > img{
    width: 90%;
}


.event__011 .ev-content-2 .bottom-box{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    
    color: #ffffff;
    background-color: #80B600;
     border-radius: 20px;
     gap: 0;
}
.event__011 .ev-content-2 .bottom-box img{
    width: 400px;
}

.event__011 .ev-content-2 .btn_buy_point.yellow {
    padding: 12px 22px !important;
    background:#FFD82C !important;
}
.event__011 .ev-content-2 .bottom-box .left{
    width: 400px;
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400 !important;
    line-height: 4.6rem;
}
.event__011 .ev-content-2 .bottom-box .left strong{
    font-weight: 600 !important;
}
.event__011 .ev-content-2 .bottom-box .left span{
    font-size: 3rem;
    font-weight: 600 !important;
    letter-spacing: -1px;
}
.event__011 .ev-content-2 .bottom-box .left span strong{
    font-size: 6rem;
    color: #FFD82C;
    font-weight: 700 !important;
}
.event__011 .ev-content-2 .bottom-box .right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
    gap: 0.7rem;
}
.event__011 .ev-content-2 .bottom-box .right strong{
    font-weight: 600 !important;
}
.event__011 .ev-content-2 .bottom-box .right button{
    width: 100% !important;
}
.event__011 .ev-content-2 .bottom-box .right a{
    color: #ffffff;
    text-decoration: underline !important;
    font-size: 1.2rem;
}
.event__011 .ev-content-2 .bottom-box .right span{
    text-align: center;
    font-size: 1.7rem;
}
.event__011 .ev-content-2 .bottom-box .right span strong{
    font-size: 2rem;
}
.event__011 .ev-content-2 .calendar-box{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #454545;
    margin-top: 2rem;
}
.event__011 .ev-content-2 .calendar-box img{
    width: 100%;
}
.event__011 .ev-content-2 .event-box::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px dotted #002C00;
}

.event__011 .ev-content-2 .calendar-box > div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem 0;
    text-align: center;
}
.event__011 .ev-content-2 .week{
    padding: 2rem;
    border-top: 2px solid #454545;
    border-bottom: 1px solid #454545;
}
.event__011 .ev-content-2 .week strong{
    width: 100%;
    font-size: 2rem;
    font-weight: 600 !important;
}
.event__011 .ev-content-2 .first-week,
.event__011 .ev-content-2 .second-week{
        border-bottom: 1px solid #cccccc;

}
.event__011 .ev-content-2 .day{
    font-size: 2rem;
    font-weight: 600 !important;
    width: 100%;
    padding: 1rem;
    position: relative;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}
.event__011 .ev-content-2 .day.off::after{
    content: '마감';
    display: flex;
    position: absolute;
    width: 90%;
    height: 90%;
    text-align: center;
    border-radius: 20px;
    background-color: #000000cf;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.event__011 .ev-content-2 .day.none{
    opacity: 0.5;
}
.event__011 .ev-content-2 .day .txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
    color: #ffffff;
    width: 100%;
    line-height: 1.5rem;
    font-weight: 500 !important;
}
.event__011 .ev-content-2 .day .txt span{
    font-size: 2rem;    
    font-weight: 600 !important;

}
.event__011 .ev-content-2 .day .txt .point{
    color: #FFEF9F;
}
.event__011 .ev-content-2 .day .txt.size01 span{
    font-size: 2rem;
}
.event__011 .ev-content-2 .day .txt.size02 span{
    font-size: 1.6rem;
}
.event__011 .ev-content-2 .day .txt.size03 span{
    font-size: 1.3rem;
}
.event__011 .ev-content-2 .day.event{
    background-color: #DC686B;
    border-radius: 0;
}
.event__011 .ev-content-2 .day.event.start{
    background-color: #DC686B;
    border-radius: 20px 0 0 20px;
}
.event__011 .ev-content-2 .day.event.end{
    background-color: #DC686B;
    border-radius: 0 20px 20px 0;
}
.event__011 .ev-content-2 .day.event strong{
    width: 50px;
    display: block;
    background-color: #ffffff;
    border-radius: 100px;
    color: #DC686B;
    font-weight: 600 !important;

}

.event__011 .ev-content-3{
    padding: 10rem 3rem;
    background-color: #E9E9E9;
}
.event__011 h2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.5rem;
    text-align: center;
}
.event__011 h2 em{
    font-weight: 500 !important;
}
.event__011 h2 strong{
    font-size: 4rem;
    font-weight: 700 !important;
    letter-spacing: -3px;
}
.event__011 h2 span{
    margin-top: 2rem;
    font-size: 1.5rem;
}
.event__011 .ev-content-3 .tabs{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    margin-top: 2rem;
}
.event__011 .ev-content-3 .tab{
    width: auto;
        padding: 0.6rem 2rem !important;
    background-color: #D9D9D9 !important;
    color: #454545 !important;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 100px;
    border: 0;
}

.event__011 .ev-content-3 .tab.active{
    background-color: #DC686B !important;
    color: #ffffff !important;
}
.event__011 .tab-content{
    display: none;
}
.event__011 .tab-content.active{
    display: block;
}

.event__011 .ev-content-3 .tab-contents{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 15px #0000001a;
    margin-top: 2rem;
}
.event__011 .ev-content-3 .tab-content{
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;   
    gap: 2rem;
    margin-bottom: 2rem;
}
.event__011 .ev-content-3 .tab-content:last-child{
    margin-bottom: 0;
}
.event__011 .ev-content-3 .tab-content.active{
    display: flex;
}
.event__011 .ev-content-3 .tab-content h3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600 !important;
    text-align: center;
    width: 160px;
    height: 100%;
    min-height: 370px;
    padding: 1rem;
    border-radius: 20px;
    background-color: #E9E9E9;
    color: #346CDD;
    overflow: hidden;
}
.event__011 .ev-content-3 .tab-content h3.title-01{
    background-color: #ffdf85;
     background: linear-gradient(to bottom, #ffdf85, #ffdf85, #ffa885);
    color: #b70000;
    min-height: 680px;
}
.event__011 .ev-content-3 .tab-content h3.title-02{
    background-color: #E3EEFF;
    min-height: 1350px;
}
.event__011 .ev-content-3 .tab-content h3.title-03{
    background-color: #CDE0FF;
    min-height: 2420px;
}
.event__011 .ev-content-3 .tab-content h3.title-04{
    background-color: #BCD5FF;
    color: #003BB1;
    min-height: 330px;
}
.event__011 .ev-content-3 .tab-content h3.title-01 span{
    position: relative;
}
.event__011 .ev-content-3 .tab-content h3.title-01 span::before{
    content: 'Best~!!';
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 0;
     animation: blink-effect 0.5s step-end infinite;
    font-size: 0.9rem;
    color: #b70000;
}
  .event__011 .ev-content-3 .tab-content .title-02 span,
 .event__011 .ev-content-3 .tab-content .title-03 span {
    position: absolute;
    top: 250px ;
    /* transition: top 0.1s; */
    width: 100%;  
    will-change: top, left; 
    z-index: 10;
  }
.event__011 .btn_unlink div{
    line-height: 1.4rem;
}
.event__011 .ev-content-3 .product-list{
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.event__011 .tag{
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0.4rem 2rem;
    border-radius: 12px 12px 0 0;
    background-color: #DC686B;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600 !important;
}

.event__011 .tag.puple1{
     background-color: #A500C2;
}
.event__011 .tag.puple2{
     background-color: #7A00E5;
}
.event__011 .tag.puple3{
     background-color: #3A006C;
}
.event__011 .tag.orange{
     background-color: #EF562B;
}
.event__011 .tag.yellow{
     background-color: #EA8800;
}

.event__011 .ev-content-3 dl {
    width: 100%;
    border-top: 1px solid #cccccc;
}
.event__011 .ev-content-3 dl.bottom-border {
    border-bottom:  1px solid #cccccc;
}

.event__011 .point-green{
    background-color: #ECFFE3;
}
.event__011 .ev-content-3 dt {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600 !important;
    text-align: left;
    line-height: 1rem;
    padding: 0.4rem 0;
    border-radius: 4px;
    margin-bottom: 1rem;
     margin-top: 1.5rem;
}

.event__011 .ev-content-3 dd {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    gap: 2rem;
}

.event__011 .ev-content-3 dd .product-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.event__011 .ev-content-3 dd .product-info em {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/arrow-right.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.event__011 .ev-content-3 .amount {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    line-height: 1.4rem;
    border-radius: 12px;
    background-color: #F2F2F2;
    color: #808080;
}
.event__011 .ev-content-3 .amount span{
    font-size: 0.9rem;
}
.event__011 .ev-content-3 .amount strong{
    /* text-decoration: line-through; */
    font-size: 1.5rem;
        font-weight: 600 !important;

}
.event__011 .ev-content-3 .amount.red{
     background-color: #FFE9E9;
    color: #D40000 !important;
}
.event__011 .ev-content-3 .amount.red strong{
    text-decoration: unset;
}
.event__011 .ev-content-3 dd button{
    width: 160px !important;
    font-size: 1rem;
    padding: 14px 12px !important;
    min-height: auto;
}
.event__011 .ev-content-3 dd button::after{
    width: 10px;
    height: 10px;
}
.event__011 .ev-content-3 .info-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 20px;
    background-color: #E1E1E1;
    color: #454545;
    padding: 4rem;
    margin-top: 2rem;
}
.event__011 .ev-content-3 .info-box h3{
    font-size: 2rem;
    font-weight: 600 !important;
}

.event__011 .ev-content-3 .info-box p{
    width: 100%;
    text-align: left;
    margin-top: 2rem;
    color: #404040;
    font-size: 1.3rem;
}
.event__011 .fixed__bottom{
    position: fixed;
    bottom: 0.5rem;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    width: 1000px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #0000001a;
    border: 2px solid #cd3000;
    z-index: 20;

}
.event__011 .fixed__bottom button{
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0;
    background-color: #fffcec !important;
    color: #454545 !important;
}
.event__011 .fixed__bottom.noCoupon button{
    background-color: #ebebeb !important;
    border: 2px solid #c4b9b6;
}
.event__011 .fixed__bottom img[src*='img-11'] {
    width: 90px;
}
.event__011 .fixed__bottom img[src*='img-13'] {
    width: 170px;
}
.event__011 .fixed__bottom > div{
     padding: 2rem;
    box-sizing: border-box;
}
.event__011 .fixed__bottom .sale-box{
    width: 100%;
    height: 120px;
    background-image: url(../img/ChuseokEvent__img-12.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 1.2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.event__011 .fixed__bottom.noCoupon .sale-box{
    background-image: url(../img/ChuseokEvent__img-14.png);
}
.event__011 .fixed__bottom .sale-txt{
     display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0.6rem 1.2rem;
    color: #FFD22D;
    background-color: #000000;
    border-radius: 8px;
    text-align: left;
    gap:0;
}
.event__011 .fixed__bottom .sale-number{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2rem;
}

.event__011 .fixed__bottom .sale-txt em {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/arrow-right-w.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.event__011 .fixed__bottom .sale-txt strong{
    font-size: 2.5rem;
    line-height: 2.3rem;
    font-weight: 600 !important;
}

.event__011 .fixed__bottom .info-box {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600 !important;
    text-align: left;
    margin-top: 0.3rem;
    padding: 0 1rem;

}
.event__011 .fixed__bottom.noCoupon .info-box {
    width: 420px;
    opacity: 0.6;
}
.event__011 .fixed__bottom .info-box .red{
    color: #cd3000 !important;
}
.event__011 .fixed__bottom.noCoupon .info-box .red {
    color: #993111 !important;
}
.event__011 .fixed__bottom .info-box::after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 15px;
    background-image: url(../img/icon-next-long.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 4px;
}

@media (max-width: 1100px) {
    .event__011 .in, .event__011 .in {
        width: 100%;
    }
    .event__011 .ev-content-1 {
        aspect-ratio: 16 / 11;
        padding: 8rem 3rem;
        overflow: hidden;
    }
    .event__011 .ev-content-1 .sale {
       top: -90px;
        left: unset;
        right: 0;
        transform: translateX(25%);
        max-width: 500px;
    }
    .event__011 .ev-content-1 .title {
        max-width: 500px;
    }
    .event__011 .ev-content-2 {
        padding: 5rem 3rem;
    }
    .event__011 .ev-content-2 .bottom-box{
        gap: 3rem;
    }
    .event__011 .ev-content-2 .bottom-box .left {
        width: 50%;
        font-size: 1.4rem;
        line-height: 4rem;
    }
    .event__011 .ev-content-2 .bottom-box .left span {
        font-size: 2.7rem;
    }
    .event__011 .ev-content-2 .bottom-box .left span strong {
        font-size: 4.5rem;
    }
    .event__011 .ev-content-2 .bottom-box .right {
        width: 50%;
    }
    .event__011 .ev-content-2 .bottom-box .right span {
        font-size: 1.3rem;
    }
    .event__011 .ev-content-3 {
        padding: 8rem 2rem;
    }
    .event__011 .ev-content-3 .tab-contents {
        padding: 1.5rem;
    }
    .event__011 .ev-content-3 dt {
        font-size: 1.4rem;
    }
    .event__011 .ev-content-3 dd button {
        width: 170px !important;
        min-height: 40px !important;
        padding: 8px 12px !important;
        font-size: 1rem;
    }
    .event__011 .ev-content-3 .amount {
        padding: 0.5rem 0.7rem;
        line-height: 1.6rem;
        border-radius: 6px;
    }
    .event__011 .ev-content-3 .tab-content h3.title-01 {
        min-height: 630px;
    }
    .event__011 .ev-content-3 .tab-content h3.title-02 {
        min-height: 1280px;
    }
    .event__011 .ev-content-3 .tab-content h3.title-03 {
        min-height: 2300px;
    }
    .event__011 .ev-content-3 .tab-content h3.title-04 {
        min-height: 310px;
    }
    .event__011 .fixed__bottom{
        width: calc(100% - 1rem);
        height: 100px;
        border-radius: 12px;
    }
    .event__011 .fixed__bottom .sale-box {
        height: 100px;
    }
    .event__011 .fixed__bottom .info-box {
        width: 290px;
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin-top: 0.2rem;
    }
    .event__011 .fixed__bottom .info-box::after {
       width: 40px;
       height: 10px;
   }
    .event__011 .fixed__bottom.noCoupon .info-box {
        width: 440px;
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding: 0 3rem 0 1rem;
        margin-top: 0.2rem;
    }
    .event__011 .fixed__bottom .sale-number {
        font-size: 1rem;
    }
    .event__011 .fixed__bottom .sale-txt strong {
        font-size: 1.8rem;
        line-height: 1.6rem;
        
    }
    .event__011 .fixed__bottom img[src*='img-11'] {
        width: 80px;
    }
    .event__011 .fixed__bottom img[src*='img-13'] {
        width: 150px;
    }
    .event__011 .fixed__bottom .sale-txt {
        padding: 0.4rem 0.6rem;
        gap: 0rem;
    }
   
    .event__011 .fixed__bottom .sale-txt em {
        width: 30px;
        height: 30px;
    }
    .event__011 .ev-content-3 dd .product-info em {
        width: 30px;
        height: 30px;
    }
    .event__011 .ev-content-3 .info-box p {
        margin-top: 1rem;
        font-size: 1.1rem;
    }
     .event__011 h2 {
        font-size: 1.5rem;
    }
    .event__011 h2 strong {
        font-size: 3rem;
    }
}


@media (max-width: 900px) {
    .event__011 .ev-content-1 .title {
        max-width: 460px;
    }
    .event__011 .ev-content-1 .sale {
       transform: translateX(30%);
        max-width: 410px;
        top: -40px;
    }
    .event__011 .ev-content-2 .block-info {
        height: calc(100% - 200px);
    }
}

@media (max-width: 768px) {
    .event__011 .ev-content-1 {
         align-items: flex-start;
        aspect-ratio: 16 / 25;
       background-position: 0 0;
        background-size: 100%;
        padding: 5rem 3rem;
        background-image: url(../html/251023/img/ChuseokEvent__img-05m.png) !important;
        overflow: hidden;
    }
    .event__011 .ev-content-1 .sale {
        position: relative;
        top: unset;
        left: 100%;
        transform: translateX(-100%);
        max-width: 480px;
    }
    .event__011 .ev-content-2 {
        padding: 5rem 2rem;
    }
    .event__011 .ev-content-2 .event-box {
        padding: 2rem;
    }

    .event__011 .ev-content-2 .event-box > img{
        width: 100%;
    }
    .event__011 .ev-content-2 .week strong {
        font-size: 1.1rem;
    }
    .event__011 .ev-content-2 .calendar-box > div {
        padding: 0.6rem 0;
    }
    .event__011 .ev-content-2 .day {
        padding: 0.5rem;
    }
    .event__011 .ev-content-2 .block-info {
        height: calc(100% - 120px);
        font-size: 1.2rem;
    }
    .event__011 .ev-content-2 .bottom-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
      .event__011 .ev-content-2 .bottom-box .left {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 1.3rem;
        line-height: 3rem;
    }
    .event__011 .ev-content-2 .calendar-box {
        margin-top: 1rem;
    }
    .event__011 .ev-content-2 .bottom-box .left span {
        font-size: 2.2rem;
    }
    .event__011 .ev-content-2 .bottom-box .left span strong {
        font-size: 3.1rem;
    }
    .event__011 .ev-content-2 .bottom-box .right {
        width: 100%;
        gap: 0.5rem;
    }
    .event__011 .ev-content-2 .btn_buy_point.yellow {
        font-size: 1rem;
    }
    .event__011 .ev-content-1 .title {
        max-width: 100%;
    }
    .event__011 .ev-content-2 .bottom-box .right a {
        font-size: 0.9rem;
    }
    .event__011 .ev-content-2 .bottom-box .right span {
        font-size: 1.2rem;
    }
    .event__011 .ev-content-2 .bottom-box .right span strong {
        font-size: 1.7rem;
    }

        
    .event__011 .ev-content-3 {
        padding: 4rem 1rem;
    }
    .event__011 .ev-content-3 .tab {
        padding: 0.6rem 1.4rem !important;
        font-size: 1rem;
    }
    .event__011 .ev-content-3 .tabs {
        gap: 0.2rem;
    }
    .event__011 .ev-content-3 .tab-content {
        flex-direction: column;
        gap: 0.5rem;
    }
    .event__011 .ev-content-3 .tab-content h3.title-01{
        background: linear-gradient(to right, #ffdf85, #ffd285);
    }
    .event__011 .ev-content-3 .tab-content h3.title-01,
    .event__011 .ev-content-3 .tab-content h3.title-02,
    .event__011 .ev-content-3 .tab-content h3.title-03,
    .event__011 .ev-content-3 .tab-content h3.title-04 {
        min-height: auto;
    }
    .event__011 .ev-content-3 .tab-content .title-02 span,
    .event__011 .ev-content-3 .tab-content .title-03 span {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
    }
    .event__011 .ev-content-3 .tab-content h3 {
        font-size: 1.2rem;
        width: 100%;
        padding: 1rem;
        border-radius: 12px;
    }
    .event__011 .ev-content-3 .tab-content h3 br{
        display: none;
    }
    .event__011 .ev-content-3 .tab-contents {
        background-color: unset;
        box-shadow: unset;
        padding: 0;
    }
    .event__011 .ev-content-3 .amount strong {
        font-size: 1.5rem;
    }
    .event__011 .ev-content-3 .amount span {
        font-size: 0.9rem;
    }
    .event__011 .ev-content-3 .amount {
        line-height: 1.4rem;
        padding: 0.7rem 1.4rem;
    }
   
    .event__011 .ev-content-3 dd .product-info {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .event__011 .ev-content-3 dd {
        flex-direction: column;
        margin-bottom: 1.5rem;
        gap: 1rem;
    }
    .event__011 .tag {
        width: 100%;
        text-align: center;
    }
    .event__011 .ev-content-3 dd button {
        width: 100% !important;
    }
    .event__011 .ev-content-3 .info-box {
        padding: 2rem;
    }
    .event__011 .ev-content-3 .info-box p {
        margin-top: 1rem;
        font-size: 0.9rem;
    }

    .event__011 .ev-content-3 .info-box h3 {
        font-size: 1.5rem;
    }
    .event__011 .ev-content-3 dt {
        margin-top: 1rem;
         font-size: 1.2rem;
         line-height: 1.4rem;
         text-align: center;
         padding: 0 2rem;
    }
    .event__011 .ev-content-3 dd .product-info em {
        width: 20px;
        height: 20px;
    }
    .event__011 h2 {
        font-size: 1.1rem;
    }
    .event__011 h2 span {
        margin-top: 1.5rem;
        font-size: 1rem;
    }
    .event__011 h2 strong {
        font-size: 2.1rem;
        line-height: 2.5rem;
    }
    .event__011 .ev-content-3 h2 strong {
        font-size: 2.6rem;
        line-height: 2.9rem;
    }
    .event__011 .ev-content-3 .product-list dl{
        padding: 0.3rem 1.3rem;
        border-radius: 12px;
        background-color: #ffffff;
        box-shadow: 2px 2px 15px #0000001a;
        margin-bottom: 0.6rem;
        border: 0 !important;
    }
     .event__011 .ev-content-3 .product-list dl.tag-up{
        border-radius: 0 0 12px 12px;
     }
     .event__011 .tag.mt50{
        margin-top: 20px !important;
     }
     .event__011 .ev-content-3 .tab-content h3.title-01 span::before {
         content: 'Best~!!';
         position: relative;
         top: 0;
         left: 0;
         font-size: 0.9rem;
         margin-right: 0.4rem;
        }
        .event__011 .fixed__bottom {
            width: 100%;
            height: 80px;
            bottom: -1px;
            border-radius: 12px 12px 0 0;
        }
        .event__011 .fixed__bottom .info-box {
            width: 180px;
            font-size: 1.1rem;
            line-height: 1.3rem;
            margin-top: 0.2rem;
            padding: 0 0.5rem;
        }
        .event__011 .fixed__bottom.noCoupon .info-box {
            width: 280px;
            font-size: 0.9rem;
            line-height: 1rem;
            padding: 0 1rem 0 1rem;
        }
        .event__011 .fixed__bottom .info-box::after {
            width: 24px;
            height: 10px;
        }
    .event__011 .fixed__bottom img[src*='img-13'] {
        width: 55px;
    }
    .event__011 .fixed__bottom img[src*='img-11'] {
        width: 40px;
    }
    .event__011 .fixed__bottom .sale-txt strong {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .event__011 .fixed__bottom .sale-box{
        height: 80px;
        gap: 0.5rem;
        padding: 0.6rem 1rem 0.4rem 0.5rem;
    }
    .event__011 .fixed__bottom .sale-number {
        font-size: 0.8rem;
    }
     .event__011 .btn_unlink div {
        line-height: 1.1rem;
        font-size: 0.9rem;
        text-align: left;
    }

}



@media (max-width: 400px) {
    .event__011 .ev-content-1 .sale {
        top: 220px;
    }
    .event__011 .ev-content-2 .block-info {
        height: calc(100% - 96px);
    }
    .event__011 .ev-content-3 .tab {
        padding: 0.5rem 1.1rem !important;
        font-size: 0.8rem;
    }

    .event__011 .ev-content-3 .amount {
        line-height: 1.4rem;
        padding: 0.7rem 0.8rem;
    }
    .event__011 .ev-content-3 .amount strong {
        font-size: 1.2rem;
    }
    .event__011 .ev-content-3 .amount span {
        font-size: 0.8rem;
    }
 
    .event__011 .ev-content-2 .bottom-box .left {
        font-size: 1.3rem;
        line-height: 3rem;
    }
    .event__011 .fixed__bottom{
        height: 60px;
    }
    
    .event__011 .fixed__bottom .sale-number {
        font-size: 0.7rem;
    }
    .event__011 .fixed__bottom .sale-txt strong {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .event__011 .fixed__bottom img[src*='img-11'] {
        width: 35px;
    }

    .event__011 .fixed__bottom img[src*='img-13'] {
        width: 50px;
    }

    .event__011 .fixed__bottom .sale-box {
        gap: 0.3rem;
        padding: 0.5rem;
    }
    .event__011 .fixed__bottom .sale-txt em {
        width: 20px;
        height: 20px;
    }
   
    .event__011 .fixed__bottom .info-box {
        width: 130px;        
        height: 60px;
        font-size: 0.7rem;
        line-height: 0.8rem;
        margin-top: 0.4rem;
    }
    .event__011 .fixed__bottom.noCoupon .info-box {
        width: 230px;
        font-size: 0.7rem;
        line-height: 0.8rem;
        padding: 0;
    }
    .event__011 .fixed__bottom .sale-txt {
        padding: 0.3rem 0.4rem 0rem;
    }
}