@charset "utf-8";

@media (max-width:740px){html{font-size:3.7vw;}}
@media (min-width:741px) and (max-width:1023px){html{font-size:1.7vw;}}
@media (min-width:1024px) and (max-width:1399px){html{font-size:1.2vw;}}
@media (min-width:1400px) and (max-width:1499px){html{font-size:1.2vw;}}
@media (min-width:1500px) and (max-width:1599px){html{font-size:1.2vw;}}
@media (min-width:1600px) and (max-width:1699px){html{font-size:18px;}}
@media (min-width:1700px) and (max-width:1799px){html{font-size:18px;}}
@media (min-width:1800px){html{font-size:18px;}}

:root{
    /* font size */
    --font-size-36:2rem;
    --font-size-30:1.67rem;
    --font-size-24:1.33rem;
    --font-size-20:1.1rem;
    --font-size-18:1rem;
    --font-size-16:0.9rem;
    --r: 2.78rem; /* 모서리 파임 크기 */
}


.mo{display: none;}

.event-main *{
    box-sizing: border-box;
}

.event-main img{
    max-width: 100%;
}

.layer-modal{
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 101;
    background-color: #000;
    width: 100%;
    height: 100%;
    display: none;
}

.usr-check{
    display: flex;
    align-items: center;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}
.usr-check input{display: none;}
.usr-check input + label{
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #fff;
    
}

.usr-check label{
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}


.usr-check input:checked + label::after{
    content:'';
    background-image: url(../images/popup/regn/coupon_check.png);
    width: calc(1em + 3px);
    height: calc(1em + 3px);
    text-align: center;
    position: absolute;
    left: -2px;
    top:-3px;
    background-color:#55C24E;
    color: #55C24E;
    border-radius: 4px;
}


.usr-dot{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    align-items: flex-start;
    justify-content: center;
}

.usr-dot > li{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #666666;
    line-height: 1.3em;
    position: relative;
    padding-left: 10px;
}

.usr-dot > li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #666;
    position: absolute;
    left:0;
    top:0.5em;
    border-radius: 50%;
}

.usr-popup{
    position: fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    border-radius: 1rem;
     padding: 2rem;
     min-width: 17rem;
     z-index: 1000;
}

.usr-popup .cus-cont{
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: var(--font-size-18);
    letter-spacing: -0.02em;
    
}

.usr-popup .cus-cont .usr-dot > li{
    color: #000000;
}

.usr-popup .cus-cont h4{
    font-weight: 700;
    font-size: var(--font-size-20);
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 1rem;
}

.usr-popup .cus-footer{
    margin-top: 1rem;
}

.usr-popup .cus-footer button{
    width: 100%;
    background-color: #403C37;
    padding: 0.5rem 0;
    font-weight: 600;
    font-size: var(--font-size-16);
    color: #FFFFFF;
    border-radius: 0.5rem;
}




.event-main > section{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.event-main > section h2{
    font-family: 'font-2';
    font-weight: bold;
    font-size: var(--font-size-30);
    letter-spacing: -0.04em;
    color: #FFFFFF;
    display: inline-flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin:0 auto;
}

.event-main > section h2 span{
    color: #FFE851;
}

.event-main > section h2:before{
    content: '';
    background-image: url(../images/202603/h2_icon.png);
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    left: -1.2em;
}

.event-main > section h2:after{
    content: '';
    background-image: url(../images/202603/h2_icon.png);
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    right: -1.3em;
}

.event-main .cus-area-basic{
    display: flex;
    width: 100%;
    flex-direction: column;
    width: 100%;
    max-width: 940px;
    margin:0 auto;
    height: 100%;
}

.event-main > section.sec-1{
    background-color: #70C644;
    background-image:url(../images/202603/main_sec_1_bg.png?ver=001);
    background-size: cover;
    background-position: center;
}

.event-main > section.sec-1 .cus-area-basic{
    row-gap: 2.2rem;
}

.event-main > section.sec-1 .d1{
    padding-top: 30%;
    text-align: center;
}

.event-main > section.sec-1 .d2{
    font-weight: 600;
    font-size: var(--font-size-24);
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
}

.event-main > section.sec-1 .d3{
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    width: 100%;
    
}

.event-main > section.sec-1 .d3 > div{
    width: calc( (100% - 16px) / 2);
    display: flex;
    flex-direction: column;
    row-gap:10px ;
    align-items: center;
    justify-content: flex-start;
    background: #FFFFFF;
    border-radius: 20px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.event-main > section.sec-1 .d3 > div h3{
    font-family: 'font-2';
    font-style: normal;
    font-weight: bold;
    font-size: var(--font-size-24);
    letter-spacing: -0.04em;
    color: #79C751;
}

.event-main > section.sec-1 .d3 > div h4{
    font-family: 'font-1';
    font-weight: 400;
    font-size: var(--font-size-20);
    letter-spacing: -0.05em;
    color: #403C37;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-main > section.sec-1 .d4{
    display: flex;
    flex-direction: column;
    row-gap: 0.9rem;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 2.4rem;
}

.event-main > section.sec-1 .d4 ul{
    display: flex;
    flex-direction: row;
    column-gap: 23px;
    width: 100%;
    row-gap: 23px;
}

.event-main > section.sec-1 .d4 ul > li{
    width: calc( (100% - 46px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 16px;
    background: #FFFFFF;
    border-radius: 20px;
    background-color: #fff;
}

.event-main > section.sec-1 .d4 ul > li img{
    border-radius: 20px 20px 0 0;
}

.event-main > section.sec-1 .d4 ul > li h5{
    font-weight: 700;
    font-size: var(--font-size-18);
    letter-spacing: -0.04em;
    color: #403C37;
    margin-top: 10px;
}

.event-main > section.sec-1 .d4 ul > li h6{
    font-weight: 400;
    font-size: var(--font-size-18);
    letter-spacing: -0.04em;
    color: #403C37;
    margin-top: 5px;
}

.event-main > section.sec-1 .d4 h3{
    font-family: 'font-1';
    font-weight: bold;
    font-size: var(--font-size-20);
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.event-main > section.sec-1 .d4 h3 span{
    color: #FFE851;
}

.event-main > section.sec-2{
    background-image:url(../images/202603/main_sec_2_bg.png);
    background-size: cover;
    background-position: center;
    height: 30.50rem;
}

.event-main > section.sec-2 .cus-area-basic{
    padding: 3rem 0;
}

.event-main > section.sec-2 .d1{
    width: 100%;
    height: 100%;
    background-color: #55C24E;

    background: 
    radial-gradient(circle at 0 0, transparent var(--r), #4CAF50 calc(var(--r) + 1px)),
    radial-gradient(circle at 100% 0, transparent var(--r), #4CAF50  calc(var(--r) + 1px)),
    radial-gradient(circle at 0 100%, transparent var(--r), #4CAF50  calc(var(--r) + 1px)),
    radial-gradient(circle at 100% 100%, transparent var(--r), #4CAF50  calc(var(--r) + 1px));
      background-size: 51% 51%;
      background-repeat: no-repeat;
      background-position: top left, top right, bottom left, bottom right;

    mask-composite: exclude;
    mask-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--r);
}

.event-main > section.sec-2 .d1 .g1{
    position: relative;
    width: 100%;
    text-align: center;
}


.event-main > section.sec-2 .d1 .g1 a{
    position: absolute;
    right: 0;
    top:0;
    background: #4DA747;
    border-radius: 10px;
    font-weight: 600;
    font-size: var(--font-size-16);
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    column-gap: 0.5rem;
}

.event-main > section.sec-2 .d1 .g1 a:before{
    content: '';
    background-image: url(../images/202603/local_activity.png);
    width: 1.11rem;
    height: 0.9rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.event-main > section.sec-2 .d1 .g2{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.event-main > section.sec-2 .d1 .g3{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 30px;
    background: #358130;
    border-radius: 20px 20px 0px 0px;
    font-weight: 700;
    font-size: var(--font-size-18);
    letter-spacing: -0.02em;
    color: #FFFFFF;
    justify-content: center;
}

.event-main > section.sec-2 .d1 .g3 button{
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
}

.event-main > section.sec-2 .d1 .g3 button:after{
     content: '';
    background-image: url(../images/202603/expand_circle_right.png);
    width: var(--font-size-20);
    height:var(--font-size-20);
    background-size: cover;
    background-repeat: no-repeat;
}

.event-main > section.sec-2 .d1 h2{
    font-size: var(--font-size-36);
}

.event-main > section.sec-2 .d1 img{
    position: absolute;
}

.event-main > section.sec-2 .d1 img.cus-star-1{
    top: 37%;
    left: 6%;
}

.event-main > section.sec-2 .d1 img.cus-star-2{
    top: 50%;
    left: 12%;
}

.event-main > section.sec-2 .d1 img.cus-star-3{
    top:30%;
    left:17%;
}

.event-main > section.sec-2 .d1 img.cus-line-1{
    top:35%;
    left:17%;
    user-select: none;
}

.event-main > section.sec-2 .d1 img.cus-line-2{
    top:5%;
    left:62%;
    user-select: none;
}

.event-main > section.sec-2 .d1 img.cus-star-4{
    top:50%;
    left:73%;
}

.event-main > section.sec-2 .d1 img.cus-star-5{
   top: 28%;
    left: 82%;
}

.event-main > section.sec-2 .d1 img.cus-star-6{
    top:60%;
    left:86%;
}

.event-main > section.sec-3{
    background-color: #FFE851;
    background-image:url(../images/202603/main_sec_3_bg.png);
    background-size: cover;
    background-position: center;
    padding: 2.2rem 0;
} 

.event-main > section.sec-3 h2{
    font-weight: bold;
    font-size: var(--font-size-30);
    color: #45AA3E;
}


.event-main > section.sec-3 ul{
    display: flex;
    flex-direction: row;
    column-gap: 23px;
    width: 100%;
    row-gap: 23px;
    counter-reset:numbering;
    margin-top: 1rem;
}

.event-main > section.sec-3 ul > li{
    width: calc( (100% - 46px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0px 0px;
    background: #FFFFFF;
    border-radius: 20px;
    background-color: #fff;
    height: 12.78rem;
    position: relative;

}

.event-main > section.sec-3 ul > li p{
    font-family: 'font-1';
    font-weight: 400;
    font-size: var(--font-size-18);
    letter-spacing: -0.03em;
    color: #403C37;
}

.event-main > section.sec-3 ul > li img{
    width: auto;
    max-height: 152px;
    position: absolute;
    bottom: 0;
}

.event-main > section.sec-3 ul > li:before{
    counter-increment:numbering;
    content:counter(numbering);
    background: #79C751;
    border-radius: 0px 50px 50px 0px;
    width: 2.2rem;
    height: 2.2rem;
    font-weight: 700;
    font-size: var(--font-size-20);
    letter-spacing: -0.04em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top:1rem;
}

.event-main > section.sec-4{
    background-color: #FFFADD;
    padding: 2.2rem 0;
}

.event-main > section.sec-4 .cus-area-basic{
    flex-direction: row;
    column-gap: 1rem;
    justify-content: space-between;
}

.event-main > section.sec-4 .cus-area-basic .d1{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
}

.event-main > section.sec-4 .cus-area-basic h3{
    font-family: 'font-2';
    font-weight: bold;
    font-size: var(--font-size-30);
    letter-spacing: -0.04em;
    color: #45AA3E;
}

.event-main > section.sec-4 .cus-area-basic h6{
    font-weight: 500;
    font-size: var(--font-size-20);
    letter-spacing: -0.01em;
    color: #403C37;
    word-break: keep-all;
}

.event-main > section.sec-4 .cus-area-basic .cus-link{
    background: #45AA3E;
    border-radius: 10px;
    font-family: 'font-1';
    font-weight: 400;
    font-size: var(--font-size-18);
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 1rem;
    display: flex;
    column-gap: 1rem;
}

.event-main > section.sec-4 .cus-area-basic .cus-link:after{
    content: '';
    background-image: url(../images/202603/expand_circle_right.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: var(--font-size-20);
    height:var(--font-size-20);
}

.event-main > section.sec-5{
    padding: 2.2rem 0;
}

.event-main > section.sec-5 .cus-area-basic{
    row-gap: 2rem;
}

.event-main > section.sec-5 h4{
    font-weight: 700;
    font-size: var(--font-size-24);
    letter-spacing: -0.01em;
    color: #403C37;
    backdrop-filter: blur(5px);
    margin-bottom: 1rem;
}

.event-main > section.sec-5 .usr-dot > li{
    font-weight: 400;
    font-size: var(--font-size-18);
    letter-spacing: -0.01em;
    color: #000000;
    backdrop-filter: blur(5px);
}

.event-main > section.sec-2 .d1 img.cus-flower{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: floating 3s ease-in-out infinite alternate;
    position: absolute;
    user-select: none;
    cursor: pointer;
}

@keyframes floating {
     0% {
        transform: translate(-50%, -50%) translateY(0px) rotate(0deg);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-20px)  rotate(30deg);
    }
    100% {
        transform: translate(-50%, -50%) translateY(0px)  rotate(0deg);
    }
}

.event-main > section.sec-2 .d1 img.cus-flower.on{
    animation: floating_on 3s ease-in-out;
}

@keyframes floating_on {
     0% {
        transform: translate(-50%, -50%) scale(1.0);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        filter: brightness(1.2) saturate(1.2);
    }
    100% {
       transform: translate(-50%, -50%) scale(1.0);

    }
}

.cus-star-1,
.cus-star-2,
.cus-star-3,
.cus-star-4,
.cus-star-5,
.cus-star-6 {
    animation: sparkle 2s ease-in-out infinite;
    user-select: none;
}

@keyframes sparkle {
   0% { opacity: .6; transform: scale(1) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.2) rotate(10deg);filter: brightness(1.2) saturate(1.2); }
    100% { opacity: .6; transform: scale(1) rotate(0deg); }
}

@media screen and (max-width:1023px){
	
	body.layer_activated {
        overflow: hidden !important;
        position: relative !important;
        touch-action: none !important;
    }
    
    :root{
        /* font size */
        --font-size-36:2rem;
        --font-size-30:1.67rem;
        --font-size-24:1.1rem;
        --font-size-20:0.95rem;
        --font-size-18:0.9rem;
        --font-size-16:0.9rem;
        --r: 1rem; /* 모서리 파임 크기 */
    }

     .pc{display: none;}
    .mo{display: block;}

    .event-main > section .cus-area-basic{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .event-main > section h2 > *{
        word-break: break-all;
    }

    .event-main > section h2 span{
        white-space: nowrap;
    }

    .event-main > section.sec-1{
        background-image:url(../images/202603/m_main_sec_1_bg_2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
    }

    .event-main > section.sec-1 .d3{
        flex-direction: column;
        row-gap: 1rem;
    }

    .event-main > section.sec-1 .d3 > div{
        width: 100%;
        flex-direction: row;
        column-gap: 1rem;
        align-items: flex-start;
        justify-content: flex-start;
        border-radius: 0.5rem;
        padding-top: 0.7rem;
    }

    .event-main > section.sec-1 .d3 > div h3{
        width: 25%;
        padding-left: 1rem;
    }

    .event-main > section.sec-1 .d3 > div h4{
        align-items: flex-start;
        height: auto;
    }

    .event-main > section.sec-1 .d4 ul{
        column-gap: 0.5rem;
        width: 100%;
    }

    .event-main > section.sec-1 .d4 ul > li{
        width: calc((100% - 1rem) / 3);
        border-radius: 0.5rem;
    }

    .event-main > section.sec-1 .d4 ul > li img{
        border-radius: 0.5rem 0.5rem 0 0 ;
    }

    .event-main > section.sec-1 .d4 ul > li h5{
        word-break: keep-all;
        text-align: center;
        padding: 0 0.5rem;
    }

    .event-main > section.sec-2{
        height: 36rem;
    }

    .event-main > section.sec-2 .cus-area-basic{
        padding: 2rem 0;
    }

    .event-main > section.sec-2 .d1 h2{
        padding-top: 3rem;
    }

    .event-main > section.sec-2 .d1 h2 > *:nth-child(2){
        display: block;
    }

    .event-main > section.sec-2 .d1 h2{
        flex-wrap: wrap;
        max-width: 50%;
        text-align: center;
    }

    .event-main > section.sec-3 ul > li{
        height: 18rem;
    }


    .event-main > section.sec-4 .cus-area-basic .d1{
        width: 70%;
    }

    .event-main > section.sec-4 .cus-area-basic .d2{
        width: 30%;
    }

    .event-main > section.sec-4 .cus-area-basic h3{
        max-width: 16rem;
        word-break: keep-all;
        line-height: 1.3em;
    }

    .event-main > section.sec-2 .d1 img.cus-star-1{
        max-width: 1.5rem;
        top: 24%;
        left: -1%;
    }

    .event-main > section.sec-2 .d1 img.cus-star-2{
        top: 18%;
        left: 15%;
        max-width: 2rem;
    }

    .event-main > section.sec-2 .d1 img.cus-star-3{
        top: 33%;
        left: 8%;
        max-width: 2rem;
    }

    .event-main > section.sec-2 .d1 img.cus-line-1{
        max-width: 14rem;
    }

    .event-main > section.sec-2 .d1 img.cus-line-2{
        max-width: 14rem;
    }

    .event-main > section.sec-2 .d1 img.cus-flower{
        max-width: 16rem;
    }

    .event-main > section.sec-2 .d1 img.cus-star-4{
        top: 30%;
        left: 86%;
        max-width: 1.5rem;
    }

    .event-main > section.sec-2 .d1 img.cus-star-5{
        top: 40%;
        left: 93%;
        max-width: 1.8rem;
    }

    .event-main > section.sec-2 .d1 img.cus-star-6{
        top: 49%;
        left: 86%;
        max-width: 1.5rem;
    }

    .event-main > section.sec-2 .d1 .g2{
        margin-top: -1rem;
    }

    .event-main > section.sec-1 .d1{
        padding-top: 43%;
    }
    .event-main > section.sec-1 .d1 img{
        max-width: 80%;
    }

    .event-main > section.sec-1 .d4 h3{
        text-align: center;
        padding-top: 1rem;
        font-size: 1.1rem;
    }

    .event-main > section.sec-1 .d4{
        padding-bottom: 1.7rem;
    }

    .event-main > section.sec-2 .d1{
        padding-top: 2rem;
    }

    .event-main > section.sec-2 .d1 .g3{
        font-size: 1.15rem;
        font-weight: 600;
    }

    .event-main > section.sec-2{
        background-image: url(../images/202603/m_main_sec_2_bg.png);
    }

    .event-main > section.sec-3 ul > li p{
        line-height: 1.4em;
    }

    .event-main > section.sec-4 .cus-area-basic h6{
        line-height: 1.4em;
    }

    .event-main > section.sec-4 .cus-area-basic .cus-link{
        font-size: 1.05rem;
        white-space: nowrap;
    }

    .usr-popup .cus-cont h4{
        font-size: 1.2rem;
    }

    .usr-popup .cus-cont .usr-dot > li{
        font-size: 1rem;
    }

    .event-main > section.sec-4 .cus-area-basic .cus-link:after{
        width: 1.5rem;
        height: 1.5rem;
    }

    .usr-popup .cus-footer button{
        padding: 1rem 0;
    }

}

@media screen and (max-width:740px){

    :root{
        /* font size */
        --font-size-36:2rem;
        --font-size-30:1.67rem;
        --font-size-24:1.1rem;
        --font-size-20:0.95rem;
        --font-size-18:0.9rem;
        --font-size-16:0.9rem;
        --r: 1rem; /* 모서리 파임 크기 */
    }

    .pc{display: none;}
    .mo{display: block;}

    .event-main > section .cus-area-basic{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .event-main > section h2 > *{
        word-break: break-all;
    }

    .event-main > section h2 span{
        white-space: nowrap;
    }

    .event-main > section.sec-1{
        background-image:url(../images/202603/m_main_sec_1_bg_2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
    }

    .event-main > section.sec-1 .d3{
        flex-direction: column;
        row-gap: 1rem;
    }

    .event-main > section.sec-1 .d3 > div{
        width: 100%;
        flex-direction: row;
        column-gap: 1rem;
        align-items: flex-start;
        justify-content: flex-start;
        border-radius: 0.5rem;
        padding-top: 0.7rem;
    }

    .event-main > section.sec-1 .d3 > div h3{
        width: 25%;
        padding-left: 1rem;
    }

    .event-main > section.sec-1 .d3 > div h4{
        align-items: flex-start;
        height: auto;
    }

    .event-main > section.sec-1 .d4 ul{
        column-gap: 0.5rem;
        width: 100%;
    }

    .event-main > section.sec-1 .d4 ul > li{
        width: calc((100% - 1rem) / 3);
        border-radius: 0.5rem;
    }

    .event-main > section.sec-1 .d4 ul > li img{
        border-radius: 0.5rem 0.5rem 0 0 ;
    }

    .event-main > section.sec-1 .d4 ul > li h5{
        word-break: keep-all;
        text-align: center;
        padding: 0 0.5rem;
    }

    .event-main > section.sec-2{
        height: 36rem;
    }

    .event-main > section.sec-2 .cus-area-basic{
        padding: 2rem 0;
    }

    .event-main > section.sec-2 .d1 h2{
        padding-top: 3rem;
    }

    .event-main > section.sec-2 .d1 h2 > *:nth-child(2){
        display: block;
    }

    .event-main > section.sec-2 .d1 h2{
        flex-wrap: wrap;
        max-width: 50%;
        text-align: center;
    }

    .event-main > section.sec-2 .d1 h2:before{
        left: -0.7em;
    }

    .event-main > section.sec-2 .d1 h2:after{
        right: -0.8em;
    }

    .event-main > section.sec-3 ul{
        flex-direction: column;
        row-gap: 0.7rem;
    }

    .event-main > section.sec-3 ul > li{
        width: 100%;
        flex-direction: row;
        column-gap: 1rem;
        justify-content: space-between;
        padding-right: 1rem;
        padding-left: 1rem;
        height: auto;
    }

    .event-main > section.sec-3 ul > li img{
        position: relative;
        max-height:8rem ;
    }

    .event-main > section.sec-3 ul > li:before{
        border-radius: 50%;
        left: 1rem;
    }

    .event-main > section.sec-4 .cus-area-basic .d1{
        width: 70%;
    }

    .event-main > section.sec-4 .cus-area-basic .d2{
        width: 30%;
    }

    .event-main > section.sec-4 .cus-area-basic h3{
        max-width: 16rem;
        word-break: keep-all;
        line-height: 1.3em;
    }

    .event-main > section.sec-2 .d1 img.cus-star-1{
        max-width: 1.5rem;
        top: 24%;
        left: -1%;
    }

    .event-main > section.sec-2 .d1 img.cus-star-2{
        top: 18%;
        left: 15%;
        max-width: 2rem;
    }

    .event-main > section.sec-2 .d1 img.cus-star-3{
        top: 33%;
        left: 8%;
        max-width: 2rem;
    }

    .event-main > section.sec-2 .d1 img.cus-line-1{
        top: 59%;
        left: 0%;
        max-width: 6rem;
    }

    .event-main > section.sec-2 .d1 img.cus-line-2{
        top: 14%;
        left: 70%;
        max-width: 6rem;
    }

    .event-main > section.sec-2 .d1 img.cus-flower{
        max-width: 14rem;
    }

    .event-main > section.sec-2 .d1 img.cus-star-4{
        top: 30%;
        left: 86%;
        max-width: 1.5rem;
    }

    .event-main > section.sec-2 .d1 img.cus-star-5{
        top: 40%;
        left: 93%;
        max-width: 1.8rem;
    }

    .event-main > section.sec-2 .d1 img.cus-star-6{
        top: 49%;
        left: 86%;
        max-width: 1.5rem;
    }

    .event-main > section.sec-2 .d1 .g2{
        margin-top: -1rem;
    }

    .event-main > section.sec-1 .d1{
        padding-top: 43%;
    }
    .event-main > section.sec-1 .d1 img{
        max-width: 80%;
    }

    .event-main > section.sec-1 .d4 h3{
        text-align: center;
        padding-top: 1rem;
        font-size: 1.1rem;
    }

    .event-main > section.sec-1 .d4{
        padding-bottom: 1.5rem;
    }

    .event-main > section.sec-2 .d1{
        padding-top: 2rem;
    }

    .event-main > section.sec-2 .d1 .g3{
        font-size: 1.15rem;
        font-weight: 600;
    }

    .event-main > section.sec-2{
        background-image: url(../images/202603/m_main_sec_2_bg.png);
    }

    .event-main > section.sec-3 ul > li p{
        line-height: 1.4em;
    }

    .event-main > section.sec-4 .cus-area-basic h6{
        line-height: 1.4em;
        margin-top: -5px;
    }

    .event-main > section.sec-4 .cus-area-basic .cus-link{
        font-size: 1.05rem;
        white-space: nowrap;
        padding: 0.7rem 1rem;
        align-items: center;
    }

    .usr-popup .cus-cont h4{
        font-size: 1.2rem;
    }

    .usr-popup .cus-cont .usr-dot > li{
        font-size: 1rem;
    }

    .event-main > section.sec-4 .cus-area-basic .cus-link:after{
        width: 1.5rem;
        height: 1.5rem;
    }

    .usr-popup .cus-footer button{
        padding: 1rem 0;
    }



} 

button#cl_agree::after {
    display: none !important; 
}

#cl_agree_arrow {
    display: inline-block;
    background-image: url(../images/202603/expand_circle_right.png);
    width: var(--font-size-20);
    height: var(--font-size-20);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}
