html{
    cursor: auto;
}
button{
    border: none;
}
.main-visual .inner{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mvs-txt{
    color: #fff;
    text-align: right;
    margin-top: 200px;
}
.mvs-txt h2{
    font-size: 20px;
    font-family: 'GmarketSansMedium', sans-serif;
}
.mvs-txt h1{
    font-size: 40px;
    line-height: 55px;
    font-family: 'GmarketSansBold', sans-serif;
}
.mvs-txt h3{
    font-size: 28px;
    font-family: 'GmarketSansMedium', sans-serif;
}
.mvs{
    width: 100%;
    height: 985px;
    max-height: 985px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vs-01{
    background-image: url(../images/main/vs-01.jpg);
}
.vs-02{
    background-image: url(../images/main/vs-02.jpg);
}
.mvs-wave{
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.stamp-hamo{
    position: fixed;
    bottom: 10%;
    right: 50px;
    z-index: 99;
    width: 210px;
    cursor: pointer;
}
.main-program{
    padding-top: 50px;
    padding-bottom: 100px;
}
.main-program h3{
    font-size: 40px;
    font-family: 'GmarketSansBold';
    text-align: center;
    margin-bottom: 70px;
}
.prgm-list{
    margin-bottom: 50px;
}
.prgm-item{
    float: left;
    width: calc(calc( 100% - 100px ) / 6 );
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.prgm-item:nth-child(6n){
    margin-right: 0;
}
.prgm-i{
    width: 100%;
}
.prgm-wave{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.prgm-item p{
    color: #147fe4;
    font-family: 'GmarketSansMedium';
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 24px;
    height: 24px;
}
.prgm-item h5{
    font-size: 22px;
    font-family: 'GmarketSansBold';
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 52px;
    height: 52px;
}
.prgm-more{
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #308fe8;
    color: #fff;
    font-family: 'GmarketSansMedium';
    font-size: 20px;
    border-radius: 25px;
    border: 0;
    display: block;
    text-align: left;
    padding-left: 25px;
    margin: 0 auto;
    background-image: url(../images/main/prgm-more.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right 20px center;
}
.event{
    width: 100%;
    height: 700px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.day-time{
    background-image: url(../images/main/day-bg.png);
}
.night-time{
    display: none;
    background-image: url(../images/main/night-bg.png);
}
.event-tab{
    width: 600px;
    height: 70px;
    border-radius: 35px;
    background: #fff;
    margin: 0 auto 30px;
}
.event-tab > div {
    display: block;
    float: left;
    font-family: 'GmarketSansBold';
    text-align: center;
}
.event-tab > div:hover{
    cursor: pointer;
}
.e-tab{
    width: 290px;
    height: 60px;
    line-height: 65px;
    border-radius: 30px;
    margin: 5px;
    color: #333;
}
.e-tab span{
    position: relative;
    font-size: 40px;
    margin-left: -45px;
}
.e-tab span::after{
    position: absolute;
    content: '';
    width: 44px;
    height: 44px;
    top: 0;
    background-repeat: no-repeat;
    background-size: 44px;
    background-position: center;
    margin-left: 5px;
}
.tab-day.only{
    background: #ff8e20;
    color: #fff;
}
.tab-day .day-icon::after{
    background-image: url(../images/main/icon-day.png);
}
.tab-night.only{
    background: #2d2269;
    color: #fff;
}
.tab-night .night-icon::after{
    top: -1px;
    background-image: url(../images/main/icon-night.png);
    background-size: 38px;
}
.event-item{
    float: left;
    width: calc(( 100% - 60px ) / 4 );
    height: 460px;
    margin-right: 20px;
    overflow: hidden;
    background: white;
    cursor: pointer;
}
.event-item:nth-child(4n){
    margin-right: 0;
}
.event-item img{
    width: calc( 100% - 40px );
}
.event-img{
    margin: 20px auto 0;
}
.event-img-txt{
    margin: 10px auto 0;
}

.event-txt{
    padding: 20px 20px 0;
}
.event-item h5{
    font-size: 24px;
    font-family: 'GmarketSansMedium';
}
.event-item h5 span{
    font-size: 18px;
}
.event-item p{
    font-size: 18px;
    font-family: 'GmarketSansLight';
}
.main-course{
    position: relative;
}
.course-tit h3{
    font-size: 40px;
    margin-bottom: 10px;
}
.course-tit p{
    font-size: 20px;
}
.course-tit h5{
    font-size: 25px;
    font-weight: 700;
    color: #3b60fd;
}
.course{
    width: 100%;
    height: 965px;
    padding-top: 100px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.course-01{
    position: relative;
    background-image: url(../images/main/course-01-bg.png);
}

.course::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/main/course-road.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.course-02{
    background-image: url(../images/main/course-02-bg.png);
}
.course-03{
    background-image: url(../images/main/course-03-bg.png);
}
.course-04{
    background-image: url(../images/main/course-04-bg.png);
}
.course-05{
    background-image: url(../images/main/course-05-bg.png);
}
.course-06{
    background-image: url(../images/main/course-06-bg.png);
}
.course-07{
    background-image: url(../images/main/course-07-bg.png);
}
.course-08{
    background-image: url(../images/main/course-08-bg.png);
}
.course-list{
    margin-top: 50px;
}
.course-item{
    float: left;
    width: calc(( 100% - 180px ) / 4 );
    height: 405px;
    position: relative;
    margin-right: 60px;
}
.course-item:nth-child(2){
    margin-top: 90px;
}
.course-item:nth-child(4){
    margin-top: 180px;
    margin-right: 0;
}
.course-img{
    width: 100%;
    border-radius: 50px;
    border: 7px solid #3b60fd;
    overflow: hidden;
}
.course-img img{
    width: 101%;
}
.course-txt{
    position: absolute;
    text-align: center;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    background: white;
    border-radius: 40px;
    box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.2);
    padding: 20px 0;
}
.course-txt h5{
    font-size: 24px;
    line-height: 40px;
}
.course-txt h4{
    font-size: 30px;
}
.course-more{
    position: absolute;
    left: 180px;
    top: 95px;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 25px;
    background: #3b60fd;
    color: white;
    margin: 0 auto;
    display: block;
    background-image: url(../images/main/arrow-clockwise.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 17px;
    padding-left: 15px;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 97;
}
.course-more span{
    display: none;
    position: relative;
}
.course-more:hover{
    width: 250px;
}
.course-more:hover span{
    display: inline-block;
}
.main-banner{
    padding: 70px 0;
}
.banner{
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 30px;
    overflow: hidden;
    background-image: url(../images/main/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}
.banner p{
    color: #e9bd1c;
    margin-bottom: 20px;
}
.banner h4{
    color: white;
    font-size: 24px;
    line-height: 40px;
}
.banner h3{
    color: white;
    font-size: 40px;
}
.banner-more{
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-align: center;
    transition: all 0.2s;
}

.banner-more p{
    color: #fff;
    margin-top: -10px;
    font-size: 20px;
}
.banner-more-01{
    right: 50px;
    background: #308fe8;
    background-image: url(../images/main/prgm-more.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: bottom 35px center;
}
.banner-more-02{
    right: 240px;
    background: rgb(255, 196, 0);
    background-image: url(../images/main/prgm-more.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: bottom 35px center;
}
.banner-more-03{
    right: 430px;
    background: rgb(255, 125, 19);
    background-image: url(../images/main/prgm-more.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: bottom 35px center;
}

.banner-more:hover{
    margin-top: -10px;
    box-shadow: 5px 0 10px rgba(0,0,0,0.2);
}
.main-notice{
    position: sticky;
    bottom: 0;
    z-index: 98;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
    height: 80px;
}
.main-notice .inner{
    position: relative;
}
.main-notice h5{
    width: 120px;
    font-size: 20px;
    line-height: 80px;
    float: left;
}
.notice-tit{
    width: 80%;
    float: left;
}
.notice-tit p{
    position: relative;
    font-size: 18px;
    line-height: 80px;
    font-weight: 500;
    padding-left: 30px;
}
.notice-tit p::before{
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 80px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/main/icon-notice-w.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left center;
}
.notice-date{
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
}
.notice-indicator{
    height: 80px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice-indicator img{
    height: 14px;
    padding: 0 5px;
    cursor: pointer;
}
.notice-indicator img.pause{
    height: 10px;
}
.prgm-i{
    height: 10vw;
    object-fit: cover;
}

@media screen and (max-width : 1420px){
    .inner{
        
    }
}
@media screen and (max-width : 1024px){
    .prgm-item p{
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
        max-height: 20px;
        height: 20px;
    }
    .prgm-item h5{

    }
}

@media screen and (max-width : 768px){
    .mov-box {
        display: none !important;
        width: 320px !important;
        height: 160px !important;
        margin: 0 auto;
        right: 20px;
    }
    .mvs-txt{
        text-align: left;
        margin-top: 100px;
    }
    .mvs-txt h2{
        font-size: 22px;
    }
    .mvs-txt h1{
        font-size: 36px;
        line-height: 60px;
    }
    .mvs-txt h3{
        font-size: 18px;
        margin-top: 10px;
    }
    .mvs{
        height: 340px;
        max-height: 500px;
    }
    .mvs-wave{
        bottom: 4px;
    }
    .stamp-hamo{
        right: 10px;
        z-index: 99;
        width: 140px;
    }
    .main-program {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .main-program h3{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .prgm-i{
        height: 33vw;
    }
    .prgm-list {
        margin-bottom: 10px;
    }
    
    .prgm-list.slick-initialized .slick-slide{
        padding: 0 10px;
    }
    .prgm-list .slick-arrow{
        width: 36px;
        height: 36px;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        z-index: 9;
        border-radius: 10px;
    }
    .prgm-list .slick-prev:before, .prgm-list .slick-next:before{
        color: transparent;
        width: 36px;
        height: 36px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px;
    }

    .prgm-list .slick-prev:before{
        background-image: url(../images/common/ico-prev.png);
    }

    .prgm-list .slick-next:before{
        background-image: url(../images/common/ico-next.png);
    }
    .prgm-item {
        width: calc(( 100% - 10px ) / 2 );
        margin-right: 10px;
        margin-bottom: 10px;
        height: 210px;
    }
    .prgm-item:nth-child(2n){
        margin-right: 0;
    }
    .prgm-item p{
        padding-left: 10px;
        font-size: 12px;
        margin-bottom: 0;
    }
    .prgm-item h5{
        font-size: 18px;
        padding-left: 10px;
        height: 40px;
        max-height: 40px;
    }
    .prgm-more {
        display: none;
        width: 50%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-radius: 20px;
        padding-left: 20px;
        background-size: 11px;
        background-position: right 18px center;
    }
    .event {
        height: auto;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .event-tab {
        width: 100%;
        height: 50px;
        border-radius: 25px;
        margin: 0 auto 20px;
    }
    .e-tab {
        width: calc(( 100% - 8px ) / 2);
        height: 46px;
        line-height: 48px;
        border-radius: 23px;
        margin: 2px;
    }
    .e-tab span{
        font-size: 26px;
        margin-left: -30px;
    }
    .e-tab span::after {
        width: 30px;
        height: 30px;
        background-size: 28px;
        margin-left: 2px;
    }
    .tab-night .night-icon::after {
        background-size: 24px;
    }

    .event-list .slick-arrow{
        width: 36px;
        height: 36px;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        z-index: 9;
        border-radius: 10px;
    }
    .event-list .slick-prev:before, .event-list .slick-next:before{
        color: transparent;
        width: 36px;
        height: 36px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px;
    }

    .event-list .slick-prev:before{
        background-image: url(../images/common/ico-prev.png);
    }

    .event-list .slick-next:before{
        background-image: url(../images/common/ico-next.png);
    }
    .event-item {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .event-item img {
        width: calc( 100% - 20px );
        margin: 10px auto 0;
    }
    .event-item h5 {
        font-size: 22px;
    }
    .event-item p {
        font-size: 16px;
    }
    .course {
        height: auto;
        padding-top: 40px;
        padding-bottom: 30px;
        background-position: top 20px;
    }
    
    .course::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/main/course-road-m.png);
        background-position: center -60px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .course-01{
        background-image: url(../images/main/course-01-bg-m.png);
    }
    .course-02{
        background-image: url(../images/main/course-02-bg-m.png);
    }
    .course-03{
        background-image: url(../images/main/course-03-bg-m.png);
    }
    .course-04{
        background-image: url(../images/main/course-04-bg-m.png);
    }
    .course-05{
        background-image: url(../images/main/course-05-bg-m.png);
    }
    .course-06{
        background-image: url(../images/main/course-06-bg-m.png);
    }
    .course-07{
        background-image: url(../images/main/course-07-bg-m.png);
    }
    .course-08{
        background-image: url(../images/main/course-08-bg-m.png);
    }
    .course-tit h3 {
        font-size: 30px;    
        margin-bottom: 0;
    }
    .course-tit p {
        font-size: 14px;
    }
    .course-tit h5{
        font-size: 20px;
    }
    .course-list {
        margin-top: 80px;
    }
    .course-item {
        width: calc(( 100% - 120px ) / 2 );
        height: 220px;
        margin: 0px 30px;
    }
    .course-item:nth-child(2) {
        margin-top: 40px;
    }
    .course-item:nth-child(3){
        margin-top: -40px;
    }
    .course-item:nth-child(4){
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .course-item:nth-child(2n){
        margin-right: 30px;
    }
    .course-img {
        border-radius: 20px;
        border: 4px solid #3b60fd;
    }
    .course-txt {
        border-radius: 20px;
        top: 100px;
        height: 60px;
        padding: 5px 0;
    }
    .course-txt h5 {
        font-size: 13px;
        line-height: 28px;
    }
    .course-txt h4 {
        font-size: 14px;
    }
    .course-more {
        left: 20px;
        top: 130px;
        width: 190px;
        height: 40px;
        bottom: 30px;
        border-radius: 20px;
        background-size: 12px;
        background-position: 20px center;
        padding-left: 18px;
    }
    .course-more span{
        font-size: 14px;
        display: block
    }
    .main-banner {
        padding: 30px 0;
    }
    .banner {
        position: relative;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        display: block;
        text-align: center;
        padding: 30px 0;
    }
    .banner p{
        font-size: 14px;
        margin-bottom: 0;
    }
    .banner h4 {
        font-size: 20px;
    }
    .banner h3 {
        font-size: 30px;
        margin-bottom: 30px
    }
    .banner-more {
        position: unset;
        display: block;
        margin: 10px auto;
        width: 60%;
        height: 40px;
        line-height: 60px;
        border-radius: 20px;
        background-position: right 20px center;
    }
    .main-notice {
        position: fixed;
        height: 50px;
    }
    .main-notice h5 {
        display: none;
    }
    .notice-tit {
        width: 80%;
        height: 50px;
        overflow: hidden;
    }
    .notice-tit p{
        display: flex !important;
        font-size: 16px;
        line-height: 50px;
        text-overflow: ellipsis;
        justify-content: space-between;
    }

    .notice-tit p a:first-child {
        width: 76%;
        line-height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .notice-tit p a:last-child {
        font-size: 11px;
        color: rgba(255, 255, 255, .8)
    }

    .notice-tit p::before{
        top: 25px;
    }
    .notice-date{
        display: none;
    }
    .notice-indicator{
        height: 50px;
    }
}

