@charset "utf-8";
@font-face {
    font-family: 'HSSantokki';
    src: url('../css/font/HSSantokki-Regular.woff2') format('woff2');
    font-weight: 400; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/font/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/font/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/font/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/font/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/font/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/font/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/font/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/font/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('../css/font/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}


@media (max-width:740px){html{font-size:3.7vw;}}
@media (min-width:741px) and (max-width:959px){html{font-size:1.7vw;}}
@media (min-width:960px) 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 *{
    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: 'Paperozi';
    font-weight: 400;
}

.event-main > section *{
    font-family: 'Paperozi';
    font-weight: 400; 
}

.event-main .cus-area-basic{
    display: flex;
    width: 100%;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
    margin:0 auto;
    height: 100%;
}

/* 이벤트 페이지 메인 */
.event-main > section.sec-1{
    background-color: #a7dff8;
    background-image: url(../images/202607/sec1_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 68rem;
}

.event-main > section.sec-1 .cus-area-basic{
    align-items: center;
    justify-content: flex-start;
    padding-top: 8.89rem;
}

.event-main > section.sec-1 .cus-area-basic h3{
    font-weight: 500;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5em;
}

.event-main > section.sec-1 .cus-area-basic h3 span{
   background-color: #fff;
   color: #1d4ed8; 
   font-weight: 700;
}


.event-main > section.sec-1 .cus-area-basic > h4{
    font-weight: 500;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-top: 1.2rem;
    color: #000;
}

.event-main > section.sec-1 .cus-area-basic > h5{
    font-size: 0.83rem;
    font-weight: 500;
    margin-top: 0.5rem;
    color:#1e76d9;
}

.event-main > section.sec-1 .cus-area-basic .r1{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.78rem;
}

.event-main > section.sec-1 .cus-area-basic .r1 > div{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex:1 1 60%;
    border-radius: 1rem;
    text-align: center;
    padding: 0.7rem;
}

.event-main > section.sec-1 .cus-area-basic .r1 > div h4{
    font-family:'HSSantokki';
    font-size: 1.67rem;
    color:#3269ea;
    margin-bottom: 0.5rem;
}

.event-main > section.sec-1 .cus-area-basic .r1 > div h5{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4em;
}

.event-main > section.sec-2{
    padding:3.33rem 0;
    background-color: #fff3d8;
    background-image: url(../images/202607/sec2_bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}


.event-main > section.sec-2 dl{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    margin-bottom: 0.5rem;
    border:1px solid #f2ac1e;
    padding: 0.5rem;
    column-gap: 1.2rem;
    padding-left: 13%;
}


.event-main > section.sec-2 dl > dt{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 5.56rem;
    height:5.56rem;
    border-radius: 50%;
    background-color:#f2ac1e ;
    font-weight: 700;
    font-size: 1.4rem;
    color:#fff;
}

.event-main > section.sec-2 dl > dd h3{
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.event-main > section.sec-2 dl > dd h4{
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.4em;
}

.event-main > section.sec-2 p{
    color:#c0a66a;
    font-weight: 500;
    font-size: 0.83rem;
    text-align: right;
}

.event-main > section.sec-2 h1{
    background-color: #f2ac1e;
    color: #fff;
    font-weight: 700;
    font-size:1.4rem;
    text-align: center;
    width:100% ;
    max-width: 27rem;
    height: 2.78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 2rem;
    border-radius: 100px;
    margin-bottom: 1.2rem;
}

.event-main > section.sec-2 .r1{
    display: flex;
    width: 100%;
    gap:1.33rem ;
    flex-direction: row;
} 

.event-main > section.sec-2 .r1 > figure{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height:13rem ;
    overflow: hidden;
    border-radius: 2rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.event-main > section.sec-2 .r1 > figure figcaption{
    height: 3.17rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: 400;
    font-size: 1.1rem;
}

.event-main > section.sec-2 .cus-posi{
    position: absolute;
    bottom: 0;
    right: -15.50rem;
    width: 100%;
    max-width: 13.50rem;
}

.event-main > section.sec-3{
    padding:2.11rem 0;
    background-color: #e3f7ff;
    background-image: url(../images/202607/sec3_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.event-main > section.sec-3 .cus-area-basic{
    position: relative;
}

.event-main > section.sec-3 .cus-area-basic .r1{
    width: 100%;
    max-width: 48.33rem;
    margin: 0 auto;
}

.event-main > section.sec-3 .cus-area-basic .cus-box{
    background-image: url(../images/202607/sec3_cl_bg.png);
    width: 100%;
    aspect-ratio: 1.9 / 1;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.event-main > section.sec-3 .cus-area-basic .cus-box > div{
    display: flex;
    flex-direction: row;
    column-gap: 1.5rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.33rem;
}

.event-main > section.sec-3 .cus-area-basic .cus-box > div a{
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 1rem;
    border-radius: 0.5rem;
}

.event-main > section.sec-3 .cus-area-basic .cus-box h1{
    font-weight: 700;
    font-size:2.11rem;
    color:#fff;
    
}

.event-main > section.sec-3 .cus-area-basic .cus-box h1 span{
    color:#a8faff;
    font-weight: 700;
}

.event-main > section.sec-3 .cus-area-basic .cus-box .cus-posi{
    width: 100%;
    max-width: 27rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.event-main > section.sec-3 .cus-area-basic .cus-box .cus-posi.on{
     max-width: 14rem;
}

.event-main > section.sec-3 .cus-area-basic .cus-box .cus-posi2{
    position: absolute;
    top: 24%;
    left: 20%;
    width: auto;
}

.event-main > section.sec-3 .cus-area-basic .cus-agree{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.06rem;
    color: #fff;
    background-color: #3269ea;
    margin-top: 0.5rem;
    border-radius: 50px;
}

.event-main > section.sec-3 .cus-area-basic .cus-agree button{
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-main > section.sec-4{
    padding:2.11rem 0;
    background-color: #5bc3f6;
}

.event-main > section.sec-4 .cus-area-basic{
    align-items: center;
    justify-content: center;
}

.event-main > section.sec-4 h1{
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    height: 2.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #3269ea;
    width: 100%;
    max-width: 27rem;
    border-radius: 50px;
    margin-bottom: 1.1rem;
}

.event-main > section.sec-4 ol{
    display: flex;
    width: 100%;
    flex-direction: row;
    gap:1.1rem ;
    align-items: stretch;
    justify-content: center;
    counter-reset:numbering;
}

.event-main > section.sec-4 ol > li{
    background-color: #fff;
    height: 13rem;
    border-radius: 1rem;
    padding: 1.2rem;
    flex:1 1 calc( (100% - 2.2rem) / 3);
    position: relative;
    padding-left: 3.5rem;
    font-weight: 400;
    font-size: 1.1rem;
}

.event-main > section.sec-4 ol > li:before{
    counter-increment:numbering;
    content:counter(numbering);
    position: absolute;
    font-weight: 600;
    font-size: 1.22rem;
    border-radius: 50%;
    background-color: #5bc3f6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    left: 1.2rem;
    color: #fff;
}

.event-main > section.sec-4 ol > li:nth-child(1){
    background-image: url(../images/202607/sec4_img01.png);
    background-repeat: no-repeat;
    background-position: bottom 14% center;
    background-size: 35%;
}

.event-main > section.sec-4 ol > li:nth-child(2){
    background-image: url(../images/202607/sec4_img02.png);
    background-repeat: no-repeat;
    background-position: bottom 22% center;
    background-size: 66%;
}

.event-main > section.sec-4 ol > li:nth-child(3){
    background-image: url(../images/202607/sec4_img03.png);
    background-repeat: no-repeat;
    background-position: bottom 21% center;
    background-size: 47%;
}

.event-main > section.sec-5{
    background-color: #ecf2f5;
}

.event-main > section.sec-5 .cus-area-basic{
    padding:2.11rem 0;
    background-image: url(../images/202607/sec5_img01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    align-items: flex-start;
}

.event-main > section.sec-5 .cus-area-basic h1{
    font-weight: 800;
    font-size: 1.67rem;
    margin-bottom: 1rem;
    color:#3269ea;
}

.event-main > section.sec-5 .cus-area-basic h3{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4em;
    margin-bottom: 1rem;
}

.event-main > section.sec-5 .cus-area-basic .k1{
    height: 2.44rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #3269ea;
    border-radius: 0.5rem;
    padding: 0 1.4rem;
}

.event-main > section.sec-5 .cus-area-basic .k1:after{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/202607/icon_go.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0.5rem;
}

.event-main > section.sec-6{
    background-color: #dcf0fa;
    padding:2.11rem 0;
}

.event-main > section.sec-6 .cus-area-basic {
    align-items: center;
    justify-content: center;
}

.event-main > section.sec-6 h1{
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    height: 2.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #5bc3f6;
    width: 100%;
    max-width: 27rem;
    border-radius: 50px;
    margin-bottom: 1.1rem;
}

.event-main > section.sec-6 details{
    width:100%;
    margin:auto;
}

.event-main > section.sec-6 details{
    border-radius:1rem;
    overflow:hidden;
    background:#fff;
    margin-bottom: 0.5rem;
    padding:0 1.78rem;
}

.event-main > section.sec-6 summary{
    padding:1.1rem 0;
    position:relative;
    font-size:0.9rem;
    font-weight:400;
    cursor:pointer;
    list-style:none;
    user-select:none;
    padding-left: 6rem;
    padding-right: 4rem;
}

.event-main > section.sec-6 summary h3{
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    display: flex;
    column-gap: 0.5rem;
}

.event-main > section.sec-6 summary h3 span{
    font-weight: 700;
    font-size: 0.83rem;
    background-color: #5bc3f6;
    display: flex;
    height: 1.33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 0.5rem;
    border-radius: 0.3rem;
}

.event-main > section.sec-6 summary::-webkit-details-marker{
    display:none;
}

.event-main > section.sec-6 summary::before{
    content: '';
    display: flex;
    width: 3.67rem;
    height: 2.45rem;
    align-items: center;
    justify-content: center;
    background-image: url(../images/202607/icon_ticket.png);
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
}

.event-main > section.sec-6 summary.cus-moon::before{
    background-image: url(../images/202607/icon_moon.png);
    height: 3.25rem;
}

.event-main > section.sec-6 summary.cus-money::before{
    background-image: url(../images/202607/icon_money.png);
    height: 3.5rem;
}

.event-main > section.sec-6 summary.cus-calendar::before{
    background-image: url(../images/202607/icon_calendar.png);
    height: 3.8rem;
}

.event-main > section.sec-6 summary::after{
    content:"+";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%) rotate(0);
    font-size:2.5rem;
    font-weight:300;
    transition:.35s;
    color: #5bc3f6;
}

.event-main > section.sec-6 details.is-open summary::after{
    transform:translateY(-50%) rotate(45deg);
}

/* 부드러운 열림 */
.event-main > section.sec-6 .cus-cont{
    display:grid;
    grid-template-rows:0fr;
    transition:grid-template-rows .45s ease;
    position: relative;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

.event-main > section.sec-6 .cus-cont > div{
    overflow:hidden;
    color:#666;
    line-height:1.3;
   
}

/* 열렸을 때 */
.event-main > section.sec-6 details.is-open .cus-cont{
    grid-template-rows:1fr;
}

.event-main > section.sec-6 details.is-open .cus-cont > div{
     padding: 1rem 2rem 1rem 6rem;
}

.event-main > section.sec-6 details.is-open .cus-cont > div .usr-dot {
    row-gap: 1rem;
}

.event-main > section.sec-6 details.is-open .cus-cont > div .usr-dot li{
    font-size: 0.9rem;
    display:flex ;
    flex-direction: column;
    row-gap: 0.5rem;
}

.event-main > section.sec-6 details.is-open .cus-cont > div .usr-dot li h3{
    font-weight: 700;
}

.event-main .sec-7{
    padding:2.11rem 0;
    background-color: #555555;
} 

.event-main .sec-7 .cus-area-basic{
    row-gap: 1.3rem;
}

.event-main .sec-7 h2{
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    margin-bottom: 0.4rem;
    color:#fff;
    opacity: 0.5;
}

.event-main .sec-7 li{
    font-size: 0.85rem;
    color: #fff;
    opacity: 0.5;
}


/*// 이벤트 페이지 메인 */

#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{
    width: 90%;
    max-width: 640px;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(1) h3{
    font-family: 'Paperozi';
    font-size: 36px;
    font-weight: 700;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(1){
    background-color:#3da7f4 ;
    background-image: none;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(3){
    background-color:#3da7f4 ;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(1) > *:nth-child(3){
    font-size: 24px;
    font-weight: 400;
    margin: 0.5rem;
    margin-bottom: 1rem;
}

#pickSignguPop .usr-qr-coupon > div:nth-child(2) > dl > dd > ul > li.cus-item.end:after{
   border-radius: 8px; 
   background-color: #ff5e1e;
}

/* 혜택업체 쿠폰 팝업 */
#storePop .pop_con{
    background-color:#a8e0fa;
    background-image: none;
}

#storePop .info .btn_storeinfo{
    height: 24px;
    line-height: 100%;
    padding: 0 10px;
    background-color: #000;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

#storePop .code{
    background-color: #3da7f4;
}

#storePop .code::after{
    background: url(../images/202607/storebg_bottom.png) 0 0 / 100% 100% no-repeat;
}

/* 쿠폰리스트 */

.membership .title{
    height: 25rem;
    background: url(../images/202607/coupon_bg.png);
    background-size: cover;
    background-position: center;
}
.membership .title .cus-event-text{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.membership .title .cus-event-text img{
    max-width: 100%;
    width: auto;
}

.membership .title .cus-event-text h1{
    width: 100%;
    max-width: 26.67rem;
    margin-top: 2.67rem;
}

.membership .title h2{
    width: 100%;
    max-width: 23.89rem;
}

.membership .title h3{
    font-family: 'Paperozi';
    font-size: 1.5rem;
    font-weight: 500;
}


.event-main .sec-3 .cus-agree button img{
    width: 1.11rem;
    height: 1.11rem;
    margin-left: 0.5rem;
}

@media screen and (max-width:1760px){
    .event-main section.sec-1{
        background-size: 100% 100%;
    }

    .event-main section.sec-2{
        background-image: none;
    }

    .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;}

    .event-main > section .cus-area-basic{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

}

@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 > section.sec-1{
        background-color: #a7dff8;
        background-image: url(../images/202607/mo_sec1_bg.png);
        width: 100%;
        height: auto;
        aspect-ratio: 0.57 / 1;
    }

    .event-main > section.sec-1 .cus-area-basic{
        padding-top: 4.5rem;
    }

    .event-main > section.sec-1 .cus-area-basic h1{
        max-width: 76vw;
    }

    .event-main > section.sec-1 .cus-area-basic h2{
        max-width: 70vw;
    }

    .event-main > section.sec-1 .cus-area-basic h3{
        font-size: 1.1rem;
        line-height: 1.3em;
    }

    .event-main > section.sec-1 .cus-area-basic > h4{
        font-size: 1rem;
        margin-top: 1.2rem;
    }

    .event-main > section.sec-1 .cus-area-basic > h5{
        text-align: center;
    }

    .event-main > section.sec-1 .cus-area-basic .r1{
        flex-direction: column;
        gap: 0.5rem;
        width: 90%;
    }

    .event-main > section.sec-1 .cus-area-basic .r1 > div{
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        column-gap: 1rem;
    }

    .event-main > section.sec-1 .cus-area-basic .r1 > div h4{
        font-size: 1.2rem;
    }

    .event-main > section.sec-1 .cus-area-basic .r1 > div h5{
        font-size: 0.9rem;
        text-align: left;
    }

    .event-main > section.sec-2 dl{
        padding-left: 0.5rem;
    }

    .event-main > section.sec-2 dl > dt{
        flex: 1 1 3rem;
        width: 3rem;
        height: 3rem;
        word-break: break-all;
        font-size: 1rem;
        padding: 0.5rem;
        text-align: center;
    }

    .event-main > section.sec-2 dl > dd{
        flex:1 1 calc(100% - 3rem);
        font-size: 1rem;
    }

    .event-main > section.sec-2 {
        background-image: none;
    }
    
    .event-main > section.sec-2 h1{
        max-width: 18rem;
    }

    .event-main > section.sec-2 .r1 > figure{
        height:6.5rem;
        border-radius: 1rem;
    }

    .event-main > section.sec-2 .r1 > figure figcaption {
        height: 1.8rem;
        font-size: 0.9rem;
    }

    .event-main > section.sec-2 p{
        font-size: 0.7rem;
    }

    .event-main > section.sec-3{
        background-image: none;
    }

    .event-main > section.sec-3 .cus-area-basic .cus-box{
        aspect-ratio: 0.9 / 1;
        background-image: url(../images/202607/m_sec3_cl_bg.png);
        border-radius: 1rem;
        background-size: 100% 100%;
    }

    .event-main > section.sec-3 .cus-area-basic .cus-box > div {
        flex-direction: column;
        column-gap: 0.5rem;
        align-items: flex-end;
        justify-content: center;
        margin-top: 1rem;
        flex-direction: column-reverse;
        padding: 0 1rem;
        width: 100%;
    }

    .event-main > section.sec-3 .cus-area-basic .cus-box > div a{
        font-size: 0.9rem;
    }

    .event-main > section.sec-3 .cus-area-basic .cus-box h1 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 1rem;
        width: 100%;
        font-size: 1.8rem;
    }

    .event-main > section.sec-3 .cus-area-basic .cus-box .cus-posi{
        top:56%;
    }

    .event-main > section.sec-3 .cus-area-basic .cus-box .cus-posi2 {
        top: 31%;
        left: 13%;
        width: 3rem;
    }

    .event-main > section.sec-4 ol{
        flex-direction: column;
    }

    .event-main > section.sec-4 ol > li:nth-child(1) {
        background-position: bottom 41% right 8%;
        background-size: 10%;
    }

    .event-main > section.sec-4 ol > li:nth-child(2) {
        background-position: bottom 41% right 8%;
        background-size: 20%;
    }

    .event-main > section.sec-4 ol > li:nth-child(3) {
        background-position: bottom 41% right 8%;
        background-size: 14%;
    }

    .event-main > section.sec-4 ol > li br{
        display: none;
    }

    .event-main > section.sec-4 ol > li:before {
        font-size: 0.8rem;
        width: 1.2rem;
        height: 1.2rem;
        left: 0.5rem;
    }

    .event-main > section.sec-4 ol > li {
        background-color: #fff;
        height: auto;
        flex: 1 1 100%;
        padding: 1.7rem;
        padding-left: 2rem;
        font-size: 0.9rem;
    }

    .event-main > section.sec-5 .cus-area-basic {
        background-position: right 8% top 10%;
        background-size: 20%;
    }

    .event-main > section.sec-6 details{
        padding: 0 0.5rem;
    }

    .event-main > section.sec-6 summary::before {
        width: 2rem;
        height: 1.2rem;
        top: 14%;
        transform: none;
        background-size: cover;
    }

    .event-main > section.sec-6 summary{
        padding-left: 3rem;
        line-height: 1.4em;
        font-size: 0.85rem;
        padding-right: 2rem;
    }

    .event-main > section.sec-6 summary h3 {
        flex-direction: column;
        align-items: flex-start;
        font-size: 0.95rem;
        row-gap: 0.5rem;
    }

    .event-main > section.sec-6 summary h3 span{
        font-size: 0.7rem;
    }

    .event-main > section.sec-6 summary::after {
        right: 0px;
        font-size: 2rem;
    }

    .event-main .sec-7 li{
        font-size: 0.8rem;
    }

    .event-main > section.sec-6 details.is-open .cus-cont > div{
        padding-left: 1rem;
    }

    .event-main > section.sec-6 summary.cus-moon::before {
        height: 2.25rem;
    }

    .event-main > section.sec-6 summary.cus-money::before {
        height: 2rem;
    }

    .event-main > section.sec-6 summary.cus-calendar::before {
        height: 2rem;
    }

    .event-main > section.sec-2{
        padding-top:2.7rem;
        padding-bottom: 2.7rem;
    }

    .event-main > section.sec-3{
        padding-top:2.7rem;
        padding-bottom: 2.7rem;
    }

    .event-main > section.sec-4{
        padding-top:2.7rem;
        padding-bottom: 2.7rem;
    }

    .event-main > section.sec-5{
        padding-top:0.0rem;
        padding-bottom: 0.6rem;
    }

    .event-main > section.sec-6{
        padding-top:2.7rem;
        padding-bottom: 2.7rem;
    }

    .event-main > section.sec-5 .cus-area-basic h3{
        font-size: 0.9rem;
    }

    .event-main > section.sec-5 .cus-area-basic .k1{
        font-size: 1rem;
    }

}

@media screen and (max-width:480px){
    .event-main > section.sec-4 ol > li:before{
        width: 1rem;
        height: 1rem;
    }
}
