@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.4vw;}}
@media (min-width:1400px) and (max-width:1499px){html{font-size:1.2vw;}}
@media (min-width:1500px) and (max-width:1599px){html{font-size:18px;}}
@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; /* 모서리 파임 크기 */
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button,iframe,th,td,a,select,input,textarea{margin:0;padding:0;font-family:'NanumSquare Neo';font-weight:400;color:#303030;line-height:1.2;font-size:inherit;box-sizing:border-box}


.mo{display: none;}

.event-main-26 *{
    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: 1.33rem;
    height: 1.33rem;
    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/202606/icon_check.png);
    width: 1.33rem;
    height: 1.33rem;
    text-align: center;
    position: absolute;
    border-radius: 4px;
    background-size: cover;
}


.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;
  gap: 10px;
  position: relative;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.3;
  color: #666;
}

.usr-dot dl,
.usr-dot dt,
.usr-dot dd{
  margin: 0;
  padding: 0;
}

.usr-dot > li:before{
  content: '';
  width: 4px;
  height: 4px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 0.55em;
  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.9rem 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;
    font-family: 'NanumSquare Neo';
}

.event-main .cus-area-basic{
    display: flex;
    width: 100%;
    flex-direction: column;
    width: 100%;
    max-width: 940px;
    margin:0 auto;
    height: 100%;
}

.event-main .sec-1{
    background-image: url(../images/202606/sec_1_bg.png);
    /*background-color: #70D3EE;*/
    position: relative;
    padding-bottom: 8rem;
    overflow: hidden;
    background-size: contain;
    background-repeat: repeat;
    z-index: 1;
}

.event-main .sec-1 .cus-area-basic{
    z-index: 1;
    align-items: center;
    justify-content: center;
    row-gap: 0.5rem;
}


.event-main .sec-1 .cus-img{
    position: absolute;
    z-index: 0;
}

.event-main .sec-1 .cus-img.img-top-left{
    left: 0;
    top: 0;
    width: 20%;
    max-width: 19rem;
}

.event-main .sec-1 .cus-img.img-top-right{
    right: 0;
    top: 0;
    width: 20%;
    max-width: 19rem;
}

.event-main .sec-1 .cus-img.img-bottom-left{
    left: 0;
    bottom: -22%;
    width: 34%;
    max-width: 31rem;
}

.event-main .sec-1 .cus-img.img-bottom-right{
    right: 0;
    bottom: -26%;
    width: 34%;
     max-width: 31rem;
}

.event-main .sec-1 .cus-img.img-bird-1{
    left: 21%;
    top: 39%;
    max-width: 2.83rem;
}

.event-main .sec-1 .cus-img.img-bird-2{
    left: 27%;
    top: 47%;
    max-width: 3.83rem;
}

.event-main .sec-1 .cus-img.img-bird-3{
    right: 21%;
    top: 31%;
    max-width: 3.83rem;
}

.event-main .sec-1 .d1{
    max-width: 28.50rem;
    margin-top:2rem ;
}

.event-main .sec-1 .d2{
    max-width: 31.61rem;
    margin-top: -0.5rem;
}

.event-main .sec-1 .d3{
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4em;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.event-main .sec-1 .d6{
    font-weight: 400;
    font-size: 1.33rem;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    color: #004A83;
}

.event-main .sec-1 .d4{
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    margin-top: 2.89rem;
}

.event-main .sec-1 .d4 img{
    max-width:12.22rem ;
}

.event-main .sec-1 .d5{
    max-width: 18.44rem;
    margin-top: 1.61rem;
}

.event-main .sec-2{
    background-image: url(../images/202606/sec_2_bg.png);
    background-repeat: repeat;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 6rem;
    z-index: 2;
}

.event-main .sec-2 .d1{
    margin-top:3rem;
    position: relative;
    user-select: none;
    -webkit-user-select: none; /* 사파리 */
    -moz-user-select: none;    /* 파이어폭스 */
    -ms-user-select: none;     /* 구형 IE */
}

.event-main .sec-2 .d1 .cus-bag{
    max-width: 28rem;
    margin-left: -4rem;
    cursor: pointer;
}

    
.event-main .sec-2 .d1 .cus-hand{
    left: 32%;
    top: 38%;
    max-width: 7.5rem;
    cursor: pointer;
    animation: floating 3s ease-in-out infinite alternate;
}

@keyframes floating {
     0% {
            top:38%;
    }
    50% {
            top:50%;
    }
    100% {
        top:32%;
    }
}

.event-main .sec-2 .d1 .cus-img{
    position: absolute;
}

.event-main .sec-2 .d1 .cus-left{
    bottom: 0;
    left: -11.72rem;
    max-width: 10.72rem;
}

.event-main .sec-2 .d1 .cus-right{
    bottom: 0;
    right: -8.82rem;
    max-width: 7.82rem;
}

.event-main .sec-2 .d2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #D3BC9F;
    border-radius: 1.1rem;
    padding: 0.6rem 1rem;
    margin-top: 1rem;
    column-gap: 0.5rem;
}

.event-main .sec-2 .d2 button{
   font-family: 'Pretendard';
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: -0.02em;
    color: #FFFFFF; 
    display: flex;
    align-items: center;
}


.event-main .sec-2 .d2 button img{
    width: 1.11rem;
    height: 1.11rem;
    margin-left: 0.5rem;
}

.event-main .sec-2 .cus-coupon{
    position: absolute;
    right: 5%;
    top: 4%;
    font-size: 0;
    display: block;
    width: 6rem;
    height: 2rem;
    z-index: 2;
}

.event-main .sec-3{
    background-color: #FFF2E2;
    padding-top: 14rem;
    padding-bottom: 7rem;
}

.event-main .sec-3 .cus-area-basic{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    position: relative;
}

.event-main .sec-3 .cus-bg{
    position: absolute;
}

.event-main .sec-3 .cus-bg.left{
    left: -18rem;
    top: -1rem;
}

.event-main .sec-3 .cus-bg.right{
    right: -17rem;
    top: 20rem;
}

.event-main .sec-3 .d0{
    width: 100%;
    background-color: #fff;
    padding: 1.67rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1.5rem;

    filter: drop-shadow(0px 4px 20px rgba(6, 65, 110, 0.1));
}

.event-main .sec-3 .d1 .g2{
    display: flex;
    width: 100%;
    flex-direction: row;
    column-gap: 1rem;
    align-items: center;
    justify-content: center;
}

.event-main .sec-3 .d1 .g2 > li{
    text-align: center;
    background-color: #ECF6FF;
    padding: 2rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: -0.08em;
    color: #000000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}

.event-main .sec-3 .d1 .g2 > li dl{
    display: block;
}

.event-main .sec-3 .d1 .g2 > li dl dt{
    font-weight: 900;
    font-size: 1.22rem;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    display: flex;
    width: 1.67rem;
    height: 1.67rem;
    border-radius: 50%;
    background-color: #004A83;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 1rem;
}


.event-main .sec-3 .d1 .g2 > li:nth-child(1){
    width: 30%;
}

.event-main .sec-3 .d1 .g2 > li:nth-child(2){
    width: 40%;
}

.event-main .sec-3 .d1 .g2 > li:nth-child(3){
    width: 30%;
}


.event-main .sec-3 .d2 .g2{
    display: flex;
    width: 100%;
    flex-direction: row;
    column-gap: 1rem;
    align-items: flex-start;
    justify-content: center;
}

.event-main .sec-3 .d2 .g2 > li{
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: -0.08em;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.5rem;
    flex: 1 1 0;
}

.event-main .sec-3 .d2 .g2 > li h3{
    font-weight: 800;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.event-main .sec-3 .d2 .g2 > li h4{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.event-main .sec-3 .d2 h5{
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: -0.02em;
    color: #007EDE;
}

.event-main .sec-3 .d3 .g2{
    display: flex;
    flex-direction: row;
    column-gap: 2.22rem;
    max-width: 40.44rem;
    width: 100%;
} 

.event-main .sec-3 .d3 .g2 img{
    max-width: 11.44rem;
}

.event-main .sec-3 .d3 .g2 ol{
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color: #333333;
    row-gap: 0.3rem;
}

.event-main .sec-3 .d3 .g2 > div{
    width: 100%;
}
.event-main .sec-3 .d3 .g2 ol dl{
    display: table;
    width: 100%;
}

.event-main .sec-3 .d3 .g2 ol dl > dt{
    width: 5%;
    white-space: nowrap;
    display: table-cell;
    font-size: 1.2rem;
}

.event-main .sec-3 .d3 .g2 ol dl > dd{
    display: table-cell;
    padding-left: 0.2rem;
}

.event-main .sec-3 .d3 .g2 h5{
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    color: #007EDE;
    margin-top: 0.9rem;
}

.event-main .sec-3 .g0{
    display: flex;
    flex-direction: row;
    column-gap: 2.22rem;
    align-items: center;
    justify-content: center;
    max-width: 40.44rem;
    width: 100%;
}

.event-main .sec-3 .g0 .g2 img{
    max-width: 13.17rem;
}

.event-main .sec-3 .g0 .g1{
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color: #333333;
}


.event-main .sec-3 .g0 .g1 .k1{
    width: 17.50rem;
    height: 2.8rem;
    background: #004A83;
    border-radius: 10px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}

.event-main .sec-3 .g0 .g1 .k1:after{
    content:'';
    width: 1.11rem;
    height: 1.11rem;
    background-image: url(../images/202606/expand_circle_right.png);
    background-size: cover;
}

.event-main .sec-4{
    padding: 2.22rem 0;


} 


.event-main .sec-4 h2{
    font-weight: 700;
    font-size: 1.33rem;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    color: #403C37;
    margin-bottom: 1rem;
}

.event-main .sec-4 .cus-area-basic{
    row-gap: 2.22rem;
}

#agreePop.usr-popup .cus-cont .usr-dot > li{
    width: 100%;
}

#agreePop.usr-popup .cus-cont .usr-dot > li dl{
    display: table;
    width: 100%;
}

#agreePop.usr-popup .cus-cont .usr-dot > li dl > dt{
    display: table-cell;
    white-space: nowrap;
    width: 26%;
}

#agreePop.usr-popup .cus-cont .usr-dot > li dl > dd{
    display: table-cell;
}


#pickSignguPop .usr-qr-coupon{
    max-width: 382px;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(1) {
    background-color: #70D3EE;
    background-image: url(../images/202606/sec_1_top_left.png),url(../images/202606/sec_1_top_right.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top left,top right;
    background-size: 13%,18%;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(1) h3{
    font-size: 28px;
    margin-top: -1rem;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(1) > *:nth-child(2){
    font-family: 'Pretendard';
    color: #000;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(1) > *:nth-child(3){
    color: #000;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(3){
    background-color: #70D3EE;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(2){
    height: auto;
    max-height: 60vh;
}

#pickSignguPop .usr-qr-coupon p{
    margin-block-start:0;
}

#pickSignguPop .usr-qr-coupon .cus-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 1.2rem;
    row-gap: 1.2rem;
}

#pickSignguPop .usr-qr-coupon .cus-list > li{
    height: 3rem;
    background: #FFFFFF;
    border: 1px solid #A4A4A4;
    border-radius: 8px;
    width: calc( (100% - 1.2rem) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    cursor:pointer;
    position: relative;
}

#pickSignguPop .usr-qr-coupon .cus-list > li .usr-check{
    flex-direction: row-reverse;   
}

#pickSignguPop .usr-qr-coupon > div:nth-child(1) > *:nth-child(1){
    margin-top: 5px;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(1) > *:nth-child(2){
    margin-top: 0rem;
}

#pickSignguPop .usr-check input + label + label{
    padding-right: 20%;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(2) > div{
    border-bottom: none;
    padding-bottom: 0.5rem;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(2) .cus-item.sel{box-shadow: 0 0 0 3px #009640 inset;box-sizing: border-box;}
#pickSignguPop .usr-qr-coupon > div:nth-child(2) .cus-item.no{box-shadow: 0 0 0 1px #DDDDDD inset;box-sizing: border-box;}
#pickSignguPop .usr-qr-coupon > div:nth-child(2) .cus-item.no label{cursor: default;color: rgba(0,0,0,0.3);box-sizing: border-box;}
#pickSignguPop .usr-qr-coupon > div:nth-child(2) .cus-item.no .usr-check input + label{background: #E5E5E5;border: 1px solid #C0C0C0;box-sizing: border-box;}


#pickSignguPop .usr-qr-coupon > div:nth-child(2) .cus-item.end{box-shadow: 0 0 0 1px #DDDDDD inset;box-sizing: border-box;}
#pickSignguPop .usr-qr-coupon > div:nth-child(2) .cus-item.end label{cursor: default;color: rgba(0,0,0,0.3);box-sizing: border-box;}
#pickSignguPop .usr-qr-coupon > div:nth-child(2) .cus-item.end .usr-check input + label{background: #E5E5E5;border: 1px solid #C0C0C0;box-sizing: border-box;}
#pickSignguPop .usr-qr-coupon > div:nth-child(2) .cus-item.end .usr-check img{filter: grayscale(100%);opacity: 0.5;box-sizing: border-box;}
#pickSignguPop .usr-qr-coupon > div:nth-child(2) .cus-item.end:after{content: "마감";display: block;border-radius: 10px 0px 10px 0px;background-color: #DC6335;font-size: 12px;font-weight: 700;padding: 3px 10px;color: #fff;position: absolute;right: 0;top: -14px;box-sizing: border-box;}

#pickSignguPop .usr-qr-coupon > div:nth-child(3) button{
    font-size: 1.2rem;
    font-weight: 800;
}

#storePop .pop_con{
    background-image: none;
    background-color: #70D3EE;
}

#storePop .code{
     background-color: #004a83;
}

#storePop .info .btn_storeinfo{
    background-color: #004a83;
}

#storePop .code::after{
    background: url(../images/202606/storebg_bottom.png) 0 0 / 100% 100% no-repeat;
}

#storePop .code input{
    background-color: #fff;
}

#storePop .info .btn_storeinfo{
    line-height: 20px;
}

@media screen and (max-width:1550px){
    .event-main .sec-3 .cus-bg{
        display: none;
    }
}

@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;}

    .usr-popup .cus-cont h4{
        font-size: 1.2rem;
    }

    .usr-popup .cus-cont .usr-dot > li{
        font-size: 1rem;
    }

    .usr-popup .cus-footer button{
        padding: 1rem 0;
    }

    .event-main > section .cus-area-basic{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .event-main .sec-3 .cus-bg{
        display: none;
    }

    .event-main .sec-3 .cus-bg{
        display: none;
    }

    .event-main .sec-2 .d1 .cus-bag{
        max-width: 29rem;
        margin-left: -0.5rem;
    }

    .event-main .sec-2 .d1 .cus-left {
        bottom: 1rem;
        left: -3.72rem;
        max-width: 5.72rem;
    }

    .event-main .sec-2 .d1 .cus-right {
        bottom: 1rem;
        right: -7rem;
        max-width: 7rem;
    }

    .event-main .sec-2 .d1 .cus-hand{
        left: 40%;
        top: 38%;
        max-width: 7rem;
    }

    #pickSignguPop .usr-qr-coupon .cus-list > li {
        height: 50px;
    }

    #storePop .info .btn_storeinfo{
        line-height: 24px;
    }

}

@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;}

    .usr-popup .cus-cont h4{
        font-size: 1.2rem;
    }

    .usr-popup .cus-cont .usr-dot > li{
        font-size: 1rem;
    }

    .usr-popup .cus-footer button{
        padding: 1rem 0;
    }

    .event-main > section .cus-area-basic{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }


    .usr-check input + label{
        width: 1rem;
        height: 1rem;        
    }

    .usr-check input:checked + label::after{
        width: 1rem;
        height: 1rem;
    }
    
    .event-main .sec-1 .d1,
	.event-main .sec-1 .d2,
	.event-main .sec-1 .d3,
	.event-main .sec-1 .d4,
	.event-main .sec-1 .d5,
	.event-main .sec-1 .d6 {
	    position: relative;
	    z-index: 2;
	}

    .event-main .sec-1 .d1{
        max-width: 19.5rem;
    }

    .event-main .sec-1 .cus-img.img-top-left{
        width: 28%;
    }

    .event-main .sec-1 .cus-img.img-top-right{
        width: 32%;
    }

    .event-main .sec-1 .d1{
        max-width: 20.5rem;
    }

    .event-main .sec-1 .d2 {
        max-width: 22rem;
    }

    .event-main .sec-1 .d3{
        font-size: 1.21rem;
    }

    .event-main .sec-1 .d6{
        font-size: 1.06rem;
    }

    .event-main .sec-1 .d4 img{
        max-width: 11rem;
    }

    .event-main .sec-1 .d5{
        max-width: 10rem;
    }

    .event-main .sec-1 .d4{
        margin-top: 2rem;
    }


    .event-main .sec-1{
        padding-bottom: 6rem;
    }

    .event-main .sec-1 .cus-img.img-bottom-left {
        left: -19%;
        bottom: -11%;
        width: 58%;
    }

    .event-main .sec-1 .cus-img.img-bottom-right {
        right: -24%;
        bottom: -11%;
        width: 57%;
    }

    .event-main .sec-1 .cus-img.img-bird-1 {
        left: 13%;
        top: 72%;
        max-width: 2rem;
    }

    .event-main .sec-1 .cus-img.img-bird-2 {
        left: 19%;
        top: 77%;
        max-width: 2rem;
    }

    .event-main .sec-1 .cus-img.img-bird-3 {
        right: 11%;
        top: 72%;
        max-width: 2rem;
    }

    .event-main .sec-3 .d1 .g2{
        flex-direction: column;
        row-gap: 0.5rem;
    }

    .event-main .sec-2{
        height: 2.73rem;
    }

    .event-main .sec-2 .d1{
        margin-top: 1rem;
        row-gap: 1rem;
    }

    .event-main .sec-2 .d1 .cus-bag{
        max-width: 16rem;
        margin-left: 0rem;
    }

    .event-main .sec-2 .d1 .cus-left {
        bottom: 1rem;
        left: -4.5rem;
        max-width: 5.72rem;
    }

    .event-main .sec-2 .d1 .cus-right {
        bottom: 1rem;
        right: -4.5rem;
        max-width: 5rem;
    }

    .event-main .sec-2 .d1 .cus-hand{
        left: 40%;
        top: 38%;
        max-width: 4rem;
    }

    .event-main .sec-3 .d1 .g2 > li{
        width: 100% !important;
        display: block;
        text-align: left;
        padding: 0.7rem 1rem;
    }

    .event-main .sec-3 .d1 .g2 > li dl dt{
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        font-size: 1rem;
        padding-top: 0.3rem;
    }

    .event-main .sec-3 .d1 .g2 > li dl dd{
        display: inline-block;
        width: calc(100% - 3rem);
        margin-left: 0.5rem;
        vertical-align: middle;
    }

    .event-main .sec-3 .d1 .g2 > li br{
        display: none;
    }

    .event-main .sec-3 .d1 .g2 > li:nth-child(2) br{
        display: block;
    }

    .event-main .sec-3 .d0.d1 .g1{
        max-width: 7rem;
    } 

    .event-main .sec-3 .d0.d2 .g1{
        max-width: 7rem;
    } 

    .event-main .sec-3 .d0.d3 .g1{
        max-width: 14.2rem;
    } 

    .event-main .sec-3 .d3 .g2{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 1rem;
    }

    .event-main .sec-3 .d3 .g2 img{
        max-width: 16.44rem;
    }

    .event-main .sec-3 .d3 .g2 ol{
        max-width: 16.44rem;
        margin: 0 auto;
    }

    .event-main .sec-3 .d3 .g2 h5{
        text-align: center;
    }

    .event-main .sec-3 .g0{
        flex-direction: column;
        row-gap: 1rem;
    }

    .event-main .sec-3 .g0 .g1 .k1{
        width: 100%;
    }

    .event-main .sec-3 .g0 .g1 h3{
        font-size: 1.06rem;
    }

    .event-main .sec-3 .g0{
        max-width: 19rem;
    }

    .event-main .sec-3 {
        padding-top: 10rem;
        padding-bottom: 4rem;
    }

    #agreePop.usr-popup .cus-footer{
        margin-top: 0;
    }

    .event-main .sec-3 .d0 {
        padding: 1.67rem 1rem 1rem 1rem;
    }

    .event-main .sec-3 .d2 .g2{
        column-gap: 0.8rem;
    }

    .event-main .sec-3 .d2 .g2 > li h4{
        font-size: 0.85rem;
    }

    .event-main .sec-3 .d0{
        row-gap: 1rem;
    }

    #pickSignguPop .usr-check input + label + label img{
        min-height: 30px;
        max-height: 9vw;
    }

    .event-main .sec-4 .usr-dot > li{
        font-size: 1rem;
        line-height: 1.4em;
    }

    .event-main .sec-4 {
        padding: 2.22rem 0.5rem;
        box-sizing: border-box;
    }

    .event-main .sec-3 .g0 .g1 .k1{
        justify-content:space-evenly ;
    }

    #pickSignguPop .usr-qr-coupon .cus-list > li{
        height: 50px;
    }

    #pickSignguPop .usr-qr-coupon > div:nth-child(3) button{
        font-size: 18px;
    }

    

}
