



.reservation-modal-wrapper{
    position : fixed;
    z-index: 10;
    width: 100vw;
    height: 100vh;
}
.reservation-modal-background{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}
.main-popup-background{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.50);
    position: fixed;
    top: 0;
    left: 0;
}
.reservation-modal{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 584px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    max-height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}
.reservation-modal::-webkit-scrollbar {
    display: none;
  }
.reservation-modal-title{
    color: #222;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    letter-spacing: -0.52px;
    margin-top:24px;
    margin-bottom: 10px;
}
.reservation-modal-info{
    color: #555;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    margin-bottom: 21px;
}
.reservation-table-wrapper{
    padding: 0 24px;
}
.reservation-table-wrapper table{
    border: #ddd solid;
    border-width: 2px 0px 0px 0px ;
    border-collapse: collapse; border-spacing: 0;
    margin-bottom:20px;
}
.reservation-table-wrapper td{
    border: #ddd solid;
    border-width: 1px 0px 1px 0px ;
}
.td-left{
    background: #F4F4F8;
    color: #222;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    padding :20px;
    text-align: center;
    width: 138px;
}
.td-right{
    padding: 9px 14px;
}
.phone-num{
    color: #333;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    border-radius: 8px;
    border: 1px solid #DFE1E5;
    background: #FFF;
    width: 79px;
    padding: 11px 14px;
    text-align: center;
}
.input-name{
    width: calc(100% - 28px);
    height: 100%;
    color: #000;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    border-radius: 8px;
    border: 1px solid #DFE1E5;
    background: #FFF;
    padding:11px 14px;
}
.input-name::placeholder{
    color: #AAA;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
}
.td-right select{
    padding:11px 14px;
    border-radius: 8px;
    border: 1px solid #DFE1E5;
    background: #FFF;
    color: #333;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;

    appearance: none; /* html의 기본적인 디자인 없애기 */
    -webkit-appearance: none;  /* Vendor Prefix */
    -moz-appearance: none; /* Vendor Prefix */
    background: url('/public/images/expand_more.png') no-repeat center right 14px; /* 기존의 우측 화살표를 배경 이미지로 대체 */
}
.td-right span{
    margin-left: 2px;
    margin-right: 8px;
}
.agreement-wrapper{
    width: calc(100% - 68px);
    border: #ddd solid;
    border-width: 1px 0px 1px 0px ;
    padding: 20px 34px;
}
.agreement-text{
    line-height: 35px;
    color: #555;
    font-family: Noto Sans KR;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
 
    letter-spacing: -0.28px;
}
.agreement-line{
    display: flex;
    justify-content: space-between;
}
.agreement-line img{
    cursor: pointer;
}
.agreement-detail{
    background: #F5F5F5;
    color: #999;
    font-family: Noto Sans KR;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.56px;
}

.reservation-modal-button-wrapper{
    display: flex;
    background: #FAFAFB;
    padding: 14px;
    justify-content: center;
    gap: 14px;
}
.reservation-button{
    border-radius: 8px;
    background: #9416A3;
    color: #FFF;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
    width: 183px;
    border: none;
    padding: 15px 0 
}
.cancle-button{
    border-radius: 8px;
    border: 1px solid #C1C1C1;
    background: #FFF;
    color: #333;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
    width: 183px;
    padding: 15px 0 
}
.cancle-button:hover{
    filter: brightness(0.95);
    cursor: pointer;
}

input[type='radio'] {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
    width: 18px;
    height: 18px;
    border: 2px solid #ccc; 
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transform: translate(0,2px);
}
input[type='radio']:checked {
    /* background-color: #22d3ee; */
    border: 5px solid #791285;
    /* box-shadow: 0 0 0 1.6px #22d3ee; */
}
input[type='checkbox'] {
    accent-color: #791285
}

.section1 {
	width: 100vw;
	height: 652px;
	color: #000;
	text-align: center;
	font-size: 64px;
	line-height: normal;
    background: linear-gradient(90deg, #FFF9DF 0%, #FFF9DF 100%);
    overflow: hidden;
    position: relative;
}
.section1-logo{
    position: absolute;
    left:0px;
    bottom:0px;
    width: 513px;
    height: 195px;
    overflow: hidden;
}
.section1-logo-detail{
    animation-name: detail;
    animation-delay: 3s;
    animation-duration: 1s;
    /* animation: bunny 2s !important; */
    animation-fill-mode: both !important;
}
.section1-download{
    position: absolute;
    left:50px;
    bottom: -85px;
    display: flex;
    gap:17px;
}
@keyframes detail{
    0% {
        transform:translateY(0);
    }
    30%{
        transform:translateY(0);
    }
    60%{
        transform:translateY(-50%);
    }
    100%{
        transform:translateY(-50%);
    }
}
.section1 .wrapper{
    height: 231.83px;
    margin-top: 224px;
}
.section1-text {
    position: absolute;
    bottom: 227px;
    left: 30px;
    
}
.section1-school {
    position: absolute;
    bottom: 0;
    /* right: 3324px; */
    animation: school 3s;
    animation-fill-mode: forwards;
    
}
@keyframes school {
    0% {
        transform:scale(1)
    }
    10%{
        transform: scale(1.05);
    }
    20%{
        transform: scale(1);
    }
    30%{
        transform: scale(1.05);
    }
    40%{
        transform: scale(1);
    }
    60%{
        transform: scale(1);
        transform: translate( 0%,0%);
    }
    70%{
        opacity: 1;
        transform: scale(1);
        transform: translate( -10%,-40%);
    }
    100%{
        opacity: 0;
        transform: scale(0.1) translate( -120%,-180%);
    }
}

.section1-bunny {
    position: absolute;
    
    bottom: 110px;
    right: 3431px;
    border-radius: 17px;

    z-index: 99;
    overflow: hidden;
    /* border: 17px #262B2F solid; */
    
    /* animation-name: bunny, bunny-opacity, bunny-wink;
    animation-delay: 1s, 1s, 4s;
    animation-duration: 2s, 4s, 0.5s;
    animation-fill-mode: both !important; */
}
.section1-video-cover img{
    position: absolute;
    right:14px;
    bottom: 14px;
    width: 7.5%;
    
}
.section1-video-wrapper{
    padding-top: 56.25%;
    height: 0;
    width: 623px;
    position: relative;
}
.section1-video{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section1-video-cover{
    position: absolute;
    top:0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}
/* .section1-video-cover:hover{
    background: #000;
    opacity: 0.1;
} */


@keyframes bunny {
    0% {
        transform:scale(0)
    }
    100%{
        transform: scale(1);
    }
}
@keyframes bunny-opacity {
    0% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes bunny-wink {
    0% {
        content: url("/public/images/section1_bunny.png");
    }
    50%{
        content: url("/public/images/section1_bunny_wink.png");
    }
    100%{
        content: url("/public/images/section1_bunny.png");
    }
}

.section1-big-circle{
    position:absolute;
    width: 8062px;
    height: 8062px;
    border-radius: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    background: white;
    overflow: hidden;
}
.section1-big-circle .big-circle-wrapper{
    left :50%;
}

.section1-btn{
    margin-top: 40px;
    border-radius: 8px;
    background: #9416A3;
    font-size: 18px;
    letter-spacing: -0.36px;
    padding: 15px 39px;
    border: none;
    color: white;
}
.section1-big-bunny{
    position: absolute;
    right: 0;
    top: 124px;
}
.section1-bus{
    position: absolute;
    left:340px;
    top:614px;
}


.section2 {
	width: 100vw;
	background: rgb(254,249,226);
	color: #000;
}
.section2-main{
    margin-left:50%;
    translate:-50%;
}


.section3{
    width: 100vw;
    height: 595px;
    background: linear-gradient(90deg, rgba(244,237,234,1) 0%, rgba(239,227,223,1) 55%, rgba(238,224,217,1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section3-text{
    margin-top: 80px;
    color: #222;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -0.8px;
}
.section3-btn{
    margin-top: 40px;
    border-radius: 8px;
    background: #9416A3;
    font-size: 18px;
    letter-spacing: -0.36px;
    padding: 15px 39px;
    border: none;
    color: white;
    /* width: 234.75px; */
}
.section3-btn:hover{
    filter: brightness(1.1); cursor: pointer;
}
.section3-img{
    margin-top: 60px;
}

.section4{
    width: 100vw;
    background: #FAFAFB;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:80px;
    padding-bottom:60px;
}
.section4-title{
    color: #222;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 44.2px */
    letter-spacing: -0.68px;
}
.section4-check{
    display: flex;
    gap:24px;
}
.check-purple-box{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    letter-spacing: -0.52px;
    display: flex;
    padding: 2px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background:#791285;
}
.check-info{
    color: #333;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 33.8px */
    letter-spacing: -0.52px;
}
.section4 .section4-check{
    margin-top: 62px;

}
.section4-graph-wrapper {
    margin-top: 62px;
    position: relative;
    width: 1087px;
    height: 624px;
}
.graph-box{
    width: 394px;
    height: 473px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding-left: 40px;
}
.graph-anime-box{
    position: absolute;
    top:0;
    left: 0;
    background: #FAFAFB;
    width: 492px;
    height: 722px;
    
}
.graph-anime-box-animation{
    animation: anime-box 3s;
    animation-fill-mode: forwards;
}
@keyframes anime-box {
    0% {
        transform: translate(0);
    }
    100%{
        transform: translate(200%,-200%);
    }
}
.graph-icon-box{
    position: absolute;
}
.icon1{
    bottom : 10px;
    left : 130px;
    animation-name: scale-up;
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: both !important;
}
.icon2{
    top : 242px;
    left : 230px;
    animation-name: scale-up;
    animation-delay: 1.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both !important;
}
.icon3{
    top : 50px;
    left : 330px;
    animation-name: scale-up;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-fill-mode: both !important;
}
.icon-text{
    color: #333;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.48px;
    position: absolute;
    top : -55px;
    transform: translateX(calc(-100% - 10px));
    text-align: right;
}
.icon-text span{
    color: #777;
    text-align: right;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
}
.text1{
    width: 100px;
    color: #40AAFF;
    text-align: right;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.48px;
}
.text2{
    width: 139px;
    color: #FDB913;
    text-align: right;
    font-family: Pretendard;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 32.5px */
    letter-spacing: -0.5px;
}
.text3{
    width: 174px;
    color: #E94529;
    text-align: right;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    letter-spacing: -0.52px;
}

.graph-card-box-wrapper{
    position: absolute;
    right: 0;
    bottom: 0;
}
.graph-card-box{
    width: 709px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    padding-bottom: 18px;
    /* 그림자 */
    box-shadow: 0px 0px 30px 0px rgba(123, 128, 138, 0.15);
    margin-bottom: 20px;
}
.box-la{
    animation-name: scale-up;
    animation-delay: 3.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both !important;
}
.box-sightword{
    transform: translate(-100px);
    animation-name: scale-up-box2;
    animation-delay: 3s;
    animation-duration: 0.5s;
    animation-fill-mode: both !important;
}
.box-alphabet{
    margin-bottom: 0 !important;
    transform: translate(-210px);
    animation-name: scale-up-box3;
    animation-delay: 2.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both !important;
}

@keyframes scale-up{
    0% {
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes scale-up-box2{
    0% {
        transform: scale(0) translate(-100px);
    }
    100%{
        transform: scale(1) translate(-100px);
    }
}
@keyframes scale-up-box3{
    0% {
        transform: scale(0) translate(-200px);
    }
    100%{
        transform: scale(1) translate(-200px);
    }
}
.graph-card-box-title{
    color: #333;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    letter-spacing: -0.4px;
    margin-bottom: 6px;
    padding :11px 22px;
}
.box-la .graph-card-box-title{
    border-radius: 10px 10px 0px 0px;
    background: #E94529;
    color: #FFF;
    /* 그림자 */
    box-shadow: 0px 0px 30px 0px rgba(123, 128, 138, 0.15);
}
.box-sightword .graph-card-box-title{
    border-radius: 10px 10px 0px 0px;
    background: #FDB913;
    color: #FFF;
    /* 그림자 */
    box-shadow: 0px 0px 30px 0px rgba(123, 128, 138, 0.15);
}
.box-alphabet .graph-card-box-title{
    border-radius: 10px 10px 0px 0px;
    background: #40AAFF;
    color: #FFF;
    /* 그림자 */
    box-shadow: 0px 0px 30px 0px rgba(123, 128, 138, 0.15);
}
.graph-card-box-line{
    margin-top: 10px;
    margin-left: 40px;
    color: #333;
    font-family: Noto Sans KR;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 130%;
    display: flex;
}
.graph-card-box-line img{
    margin-right: 7px;
    translate: 0 -3px;
}
.text-bold{
    color: #333;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
}
.text-yellow{
    color: #FDB913;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
}
.text-blue{
    color: #40AAFF;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
}
.text-purple{
    color: #E94529;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.section5{
    margin-bottom: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section5-add-info{
    position: absolute;
    top:144px;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section5-add-info-animation{
    /* animation-name: fade-in;
    animation-delay: 0s;
    animation-duration: 20s;
    animation-fill-mode: forwards !important;
    animation-iteration-count :infinite; */

    animation-name : fade-in;
    animation-duration: 60s;
    animation-delay: 0s;
    animation-fill-mode: forwards !important;
    animation-iteration-count :infinite;
    animation-timing-function: ease-in-out;
}
@keyframes fade-in{
    0% {
        opacity: 0;
    }
    21.9%{
        opacity: 0 ;
    }
    24.9%{
        opacity: 1 ;
    }
    95%{
        opacity: 1 ;
    }
    98%{
        opacity: 0 ;
    }
    100%{
        opacity: 0 ;
    }
}
.section5-add-title{
    color: #9416A3;
    font-family: Hallym Gothic;
    font-size: 28.829px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section5-add-text{
    margin-top: 2.58px;
    color: #000;
    font-family: Hallym Gothic;
    font-size: 16.016px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section5-check{
    display: flex;
    gap:24px;
}
.section5-check .check-purple-box{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    letter-spacing: -0.52px;
    display: flex;
    padding: 2px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background:#791285;
}
.section5 .section5-check{
    margin-top: 62px;
}

.section5-train-wrapper{
    width: 100vw;
    overflow: hidden;
    margin-top: 34px;
    height: 480px;
    position: relative;
}
.gray-line{
    height: 27px;
    width: 100vw;
    background-color: #C1C1C1;
    position: absolute;
    bottom: 0;
}
.dark-gray-line{
    height: 18px;
    width: 100vw;
    background-color: #828282;
    position: absolute;
    bottom: 0;
}
.main-train-section{
    position: absolute;
    bottom: 10px;
    height: 100%;
    /* left : 100%; */
}
.main-train-section-animation{
    /* animation-name: move-left1, move-left2, move-left3, move-left4, move-left5, move-left6, move-left7, move-left8, move-left9;
    animation-delay: 0s, 4s, 11s, 18s, 25s, 32s, 39s, 46s , 53s;
    animation-duration: 2s, 2s, 2s, 2s, 2s, 2s, 2s, 2s, 2s; */

    animation-name : move-left-again;
    animation-duration: 60s;
    animation-delay: 0s;
    animation-fill-mode: forwards !important;
    animation-iteration-count :infinite;
    animation-timing-function: linear;

    /* translate: -17.7%; */

}
.train-gif1{
    background-color: black;
    height: 43.6%;
    position: absolute;
    z-index: 3;
    top:59.3%;
    left:29.64%;
    transform: translate(-50%,-50%);
}
.train-gif2{
    background-color: black;
    height: 43.6%;
    position: absolute;
    z-index: 3;
    top:59.3%;
    left:42.2%;
    transform: translate(-50%,-50%);
}
.main-train-section img{
    height: 100%;
}
@keyframes move-left-again{
    0% {
        translate: 100vw;
    }
    100%{
        translate: -100%;
    }
}
.section5-button{
    border-radius: 8px;
    background:#9416A3;
    display: inline-flex;
    padding: 15px 39px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    margin-top: 60px;
}
.section5-button:hover{
    filter: brightness(1.1);
    cursor: pointer;
}



.section6{
    background: #FAFAFB;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section6 .wrapper{
    display: flex;
    justify-content: center;
}


.section7{
    background: white;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    width: 100vw;
    position: relative;
}
.section7-title{
    color: #222;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -0.8px;
    margin-bottom: 481px;
}
.section7-video-wrapper{
    margin-top: 40px;
    display: flex;
    align-items: baseline;
    gap:24px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.section7-video-wrapper img{
    width: 100%;
    border-radius: 20px;
}
.section7-video-wrapper img:hover{
    cursor: pointer;
}
.section7-video-onAir{
    width: 784px;
    flex-shrink: 0;
    position: relative;
}
.section7-video-onAir video{
    border-radius: 20px;
}

.thumbnail-dark{
    filter: brightness(0.5);
}

.section7-video-middle{
    width: 400px;
    flex-shrink: 0;
    position: relative;
    /* border-radius: 20px; */
}
.section7-video-middle:hover{
    filter: brightness(1.3);
}
.section7-video-small:hover{
    filter: brightness(1.3);
}
.section7-video-middle .video-play{
    width: 40px !important;
    height: 40px;
}
.section7-video-small .video-play{
    width: 32px !important;
    height: 32px;
}
.video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: none !important;
}
.section7-video-onAir .video-play{
    width: 50px !important;
    height: 50px;
    /* filter: brightness(0.7) !important; */
    display: none;
}
.section7-video-onAir:hover .video-play{
    display: inherit;
    filter: brightness(1.3) !important;
}
.section7-video-onAir:hover video{
    filter: brightness(0.9)
}
.video-left{
    position: absolute;
    left:0;
    width: 40px !important;
    height: 40px;
    top :50%;
    transform: translate(0,-50%);
    border-radius: 0 !important;
}
.video-left:hover{
    filter: brightness(1.3);
}
.video-right{
    position: absolute;
    right:0;
    width: 40px !important;
    height: 40px;
    top :50%;
    transform: translate(0,-50%);
    border-radius: 0 !important;
}
.video-right:hover{
    filter: brightness(1.3);
}
.section7-video-small{
    width: 200px;
    flex-shrink: 0;
    /* filter: brightness(0.5); */
    position: relative;
    /* border-radius: 20px; */
}

.section8{
    background: #F4F4F8;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section8-wrapper{
    width: 792px;
    margin-left: 50%;
    transform: translate(-50%,0);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section8-title{
    color: #222;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -0.8px;
    margin-bottom: 40px;
}
.section8-video{
    position: relative;
    /* border-radius: 10px; */
    /* background: rgba(0, 0, 0, 0.50); */
    /* height: 438px; */
    width: 100%;
    margin-bottom: 80px;
}
#open_video{
    border-radius: 20px;
}
.section8-video .video-play{
    width: 50px !important;
    height: 50px;
    /* filter: brightness(0.7) !important; */
    display: none;
}
.section8-video:hover .video-play{
    display: inherit;
    filter: brightness(1.3) !important;
}
.section8-video:hover video{
    filter: brightness(0.9)
}
.section8-small-title{
    border-radius: 30px;
    background: #791285;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    letter-spacing: -0.52px;
    display: inline-flex;
    padding: 2px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.section8-small-info{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}
.section8-register-button{
    display: inline-flex;
    padding: 20px 60.5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #9416A3;
    color: #FFF;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 33.8px */
    letter-spacing: -0.52px;
}
.section8-register-button:hover{
    filter: brightness(1.1);
    cursor: pointer;
}


.button-footer{
    position: fixed;
    bottom: -200px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10;
    /* animation: move-up 1s;
    animation-fill-mode: forwards; */
}
.button-footer:hover{
    filter: brightness(1.1); cursor: pointer;
}
@media screen and (max-width:1280px){
    .button-footer{
        width: 100%;
    }
    .button-footer img{
        width: 100%;
    }
}

.button-footer:hover{
    filter: brightness(1.03);
}
.button-footer-up{
    animation: move-up 1s !important;
    animation-fill-mode: forwards !important;
}
@keyframes move-up{
    0% {
        bottom: -200px;
    }
    100%{
        bottom: -5px;
    }
}
.button-footer-down{
    animation: move-down 1s !important;
    animation-fill-mode: forwards !important;
}
@keyframes move-down{
    0% {
        bottom: -5px;
    }
    100%{
        bottom: -200px;
    }
}




/* .bottomNav {
    width: 400px;
    height: 72px;
    border-radius: 80px;
    background: #791285;
    flex-shrink: 0;
	bottom: -72px;
	transition: bottom 0.2s;
    position: fixed;
	left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    line-height: 72px;
    color: #FFF;
}
.bottomNav.show {
	bottom: 80px;
}
.bottomNav:hover{
    filter: brightness(1.09);
    transform: scale(1.02) translate(-49%,0);
    box-shadow: #000 0px 0px 2px;
} */

/* .floating-btn{
    position :fixed;
    right: 50px;
    bottom:50px;
} */

.d-logo:hover {
    cursor: pointer;
}



@media screen and (max-width:1280px){
    .section1-bunny{
        right: inherit;
        left: 49.6%;
        bottom:1.5%;
        /* width: 7%; */
    }
    .section1-video-wrapper{
        width: 47vw;
    }
    .section1-school{
        right: inherit;
        left: 50.5%;
        width: 7%;
    }
    .section2-main{
        width: 175% !important;
    }
    .section1-download{
        left: 256.5px;
        transform: translate(-50%,0);
    }
}
@media screen and (max-width:1130px){
    .section1-bunny{
        bottom:1.8%;
        /* width: 7%; */
        left: 50.0%;
    }
    .section1-video{
        width: initial;
    }
}
@media screen and (max-width:1000px){
    .section1-bunny{
        right: inherit;
        left: 50.2%;
        width: 44vw;
    }
    .section1-school{
        right: inherit;
        left: 50%;
        width: 6%;
    }
    .section2-main{
        width: 175% !important;
    }
    .section1-text{
        scale: 0.9;
    }
    .section1-logo{
        scale: 0.8;
    }
    .d-logo{
        width: 180px;
    }

    .section1-video-cover{
        width: 44vw;
    }
}
@media screen and (max-width:1000px){
    .section1-bunny{
        left: 50.3%;
    }
}
@media screen and (max-width:900px){
    .section1-bunny{
        right: inherit;
        left: 50.5%;
        /* width: 6%; */
    }
    .section1-school{
        right: inherit;
        left: 50%;
        width: 6%;
    }
    .section2-main{
        width: 175% !important;
    }
    .section1-text{
        scale: 0.9;
    }
    .section1-logo{
        scale: 0.8;
    }
}
@media screen and (max-width:868px){
    .section1-bunny{
        right: inherit;
        left: 50.3%;
        /* width: 6%; */
        translate: 0 7px;
    }
    .section1-school{
        right: inherit;
        left: 50%;
        width: 6%;
    }
    .section2-main{
        width: 175% !important;
    }
    .section1-text{
        scale: 0.8;
        left: 10px;
    }
    .section1-logo{
        scale: 0.6;
        left : -40px;
    }
    .section1-download{
        left: 220.9px;
    }
    .d-logo{
        width: 140px;
    }
}
@media screen and (max-width:812px){
    .section1-bunny{
        right: inherit;
        left: 50%;
        width: 380px;
        translate : -50% 120px;
        bottom: 2.1%;
    }
    .section1-video-cover{
        width: 380px;
    }
    .section1-school{
        right: inherit;
        left: 50%;
        width: 6%;
        translate : -40% 20px;
    }
    .section2-main{
        width: 175% !important;
    }
    .section1-text{
        scale: 0.8;
        left: 50%;
        translate: -50% -100%;
    }
    .section1-logo{
        scale: 0.6;
        left : 50%;
        translate: -50% -60%;
    }
    .section1-download{
        left : 50%;
        transform: translate(-50%, -250%);
        bottom:0;
    }
}
@media screen and (max-width:944px){
    .section3-text, .section4-title, .section7-title, .section8-title {
        font-size: 24px;
    }
    .section3{
        height: auto;
    }
}
@media screen and (max-width:572px){
    .section3-text, .section4-title, .section7-title, .section8-title {
        font-size: 22px;
    }
    .section3-btn{
        font-size: 18px;
        padding: 8px 20px
    }
}
@media screen and (max-width:520px){
    .section3-text, .section4-title, .section7-title, .section8-title{
        font-size: 16px;
    }
    .section3-btn{
        font-size: 14px;
        padding: 8px 20px
    }
    .section3-img{
        width: 95%;
        margin-bottom: 60px !important;
    }
}
@media screen and (max-width:460px){
    .section1-bunny{
        width: 82vw;
    }
    .section1-video-cover{
        width: 82vw;
    }
}


@media screen and (max-width:1156px){
    .section4-check{
        font-size: 16px;
    }
    .check-purple-box{
        font-size: 20px;
        padding: 2px 15px;
    }
    .check-info{
        font-size: 20px;
    }
}
@media screen and (max-width:1123px){
    .section4-check{
        font-size: 16px;
    }
    .check-purple-box{
        font-size: 20px !important;
        padding: 2px 15px!important;
    }
    .check-info{
        font-size: 20px;
    }
    .only-for-scroll{
        overflow-x: scroll;
        margin-right: auto;
        width: 100%;
    }
}
@media screen and (max-width:520px){
    .check-purple-box {
        font-size: 13px !important;
        padding: 2px 10px !important;
    }
    .check-info{
        font-size: 16px;
    }
}
@media screen and (max-width:902px){
    .section5-train-wrapper {
        height: 300px;
    }
}
@media screen and (max-width:553px){
    .section5-train-wrapper {
        height: 250px;
    }
}

@media screen and (max-width:1200px){
    .section6 img{
        width: 100% !important;
    }

}
@media screen and (max-width:817px){
    .section7-video-onAir{
        position: relative;
        padding-bottom: 56.25%;
        height : 0;
        width: 100vw;
    }
    .section7-video-wrapper{
        position: relative;
        top:inherit;
        left: inherit;
        transform: inherit;
    }
    .section7-title{
        margin-bottom: 0;
    }
    .section7-video-middle{
        display: none;
    }
    .section7-video-small{
        display: none;
    }
    .section7-video-onAir video{
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .section8-video{
        position: relative;
        padding-bottom: 36.25%;
        height : 0;
        width: 100vw;
        margin-bottom: 0;
    }
    .section8-video:hover{
        filter: brightness(0.9); 
        cursor: pointer;
    }
    .section8-video video{
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        /* height: 100%; */
    }

    .section8-small-info{
        width: 100vw;
    }
}

/* @media screen and (max-width:750px){
	.button-footer img{
		content: url("/public/images/button_footer_mobile.png");
	}
} */

@media screen and (max-width:584px){
	.reservation-modal{
        width: 100% !important;
    }
    .td-left{
        width: auto;
    }
}


.main-popup{
    position: fixed;
    top: 160px;
    left: calc(50% - 250px);
    width: 500px;
    height: 625px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 30px 0px rgba(48, 48, 48, 0.15);
}
.popup-img{
    width: 100%;
    /* cursor: pointer; */
    z-index: 5;
}

@media screen and (max-width:660px){
	.main-popup{
        top: 130px;
        left: 3%;
        width: 80%;
        height: 100vw;
    }
}