﻿@charset "utf-8";

/*section01*/
.section01{
    width: 100%;
    height: 936px;
    position: relative;
    background: url(/images/main/main_img03.jpg)no-repeat center / cover;
}
.section01 video{
    width: 100%;
    height: 936px;
    object-fit: cover;
}
.sec01-txt{
    color: #fff;
    text-align: left;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.sec01-txt h2{
    font-size: 35px;
}

.sec01-txt h2 img {
    width: 340px;
    margin-top: 10px;
}

.scroll{
    position: absolute;
    bottom:50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    z-index: 99;
    text-align: center;
}
.scrollIcon{
    margin: 0 auto -5px auto;
    width: 22px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 15px;
}
.scrollIcon::before{
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 4px;
    height: 10px;
    background: #fff;
    margin-left: -2px;
    border-radius: 4px;
    /* animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll; */
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(10px)
    }
}
.scroll-bt-wrap{
    position: absolute;
    right:-8px;
    top: 0;
}
.scroll-bt-wrap p{
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin-bottom: -12px;
}
.scroll-bt{
    display: block;
    height: 12px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
.scroll-bt img{
    display: inline-block;
}
.btn-main-reser{
    width: 187px;
    height: 53px;
    position: absolute;
    right: 35px;
    bottom: 60px;
}
.btn-main-reser a{
    font-size: 19px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    display: block;
    position: relative;
    border: 1px solid #fff;
}
.btn-main-reser a:hover{
    background: #3BA0B5;
}
 .btn-main-reser a::after{
    content:"";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
} 
.btn-main-reser a img{ 
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 20px;
}

/*main-cal*/
.main-calendar-popup{
    width:500px;
    position: absolute;
    right: 35px;
    bottom: 95px;
    /* background: rgba(255, 255, 255, 0.35); */
    border: 1px solid #fff;
    z-index: 205;
}
.btn-close{
    display: block;
    padding:6px 0; 
    color:#fff;
    cursor: pointer;
    position: absolute;
    right:13px;
    top: 13px;
}
.calendar{
    width: 90%;
    margin: 0 auto 20px auto;
    font-size: 18px;
}
.calendar01{
    text-align: center;
}
.month_choice{
    padding: 20px 0 10px 0;
} 
.month_choice p{
    text-align: center;
    color: #fff;
    font-size: 18px;
    white-space: pre-line;
}
.month_choice p strong{
    font-size: 38px;
    line-height: 35px;
}
.arrow_prev, .arrow_next{
    position: absolute;
    top: 57px; 
    cursor: pointer; 
}
.arrow_prev{
    left: 200px;
}
.arrow_next{
    right:200px; 
}
.calendar thead tr th{
    padding: 0.1em 0; 
    color: #fff;
}
.calendar tbody tr td{
    width:30px;
    height: 30px;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
}
.calendar .td-back{
    width: 30px;
    height: 30px;
    display: inline-block;
    z-index: -1;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #F6450D;
    border-radius: 100%;
    color: #000;
}
.calendar .td-back02{
    width: 83px;
    height: 30px;
    display: inline-block;
    z-index: -1;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #F6450D;
    border-radius: 15px;
    color: #000;
}
/* .calendar thead tr th:first-child{color:#ffa1a1;border-radius: 15px 0 0 15px;}
.calendar thead tr th:last-child{color:#92daff; border-radius: 0 15px 15px 0;}
.calendar tbody tr td:first-child{color:#d92525;}
.calendar tbody tr td:last-child{color:#1980b5;}
.available{
    color:#fff !important;
    cursor: pointer !important;
} */
.today{
    color: #000 !important;
    cursor: pointer;
    position: relative;
}
.unavailable{
    color: #989898 !important;
    font-weight: 300 !important;
    cursor: unset !important;
}


/*section02*/
.section02{
    width: 100%;
    height: 100%;
    display: flex;
}
.sec02-01{
    width: 25%;
}
.sec02-01-in-01{
    height: 100%;
    position: relative;
}
.sec02-txt-area{
    z-index: 20;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.sec02-txt-area p{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
/*slider*/
.mSlick{
    height: 100%;
}
.slick_con{
    height: 100%;
}
.slide_con{
    height: 100%;
}
.mslick_slide{height: 100%;}
.mCC_img{width: 100%;height: 100%;}
.mSlick .slide_con .slick-prev{
    display: none !important;
}
.mSlick .slide_con .slick-next{
    display: none !important;
}
.mSlick .controler{
    position: relative;
    display: flex;
}
.mSlick .stop{
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-109px);
    background: none;
}
.mSlick .play{
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-125px);
    background: none;
}
.mSlick .play img{
    width: 12px;
    height: 14px;
}
.mSlick .stop img{
    width: 12px;
    height: 14px;
}
.mSlick .slick-dots li{
    display: inline-block;
}
.mSlick .slick-dots{
    /*width: 120px;*/
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.mSlick .slick-dots li>button{
    width: 31px;
    height: 2px;
    background: #707070;
    font-size: 0;
}
.mSlick .slick-dots li.slick-active>button{
    width: 31px;
    height: 2px;
    background: #fff;
}
.sec02-02{
    width: 25%;
}
.sec02-03{
    width: 50%;
    background:rgb(220,221,221);
    position: relative;
}
.sec02-02-in{
    position: relative;
    height: 50%;
}
.sec02-02-in:hover .sec02-mask{opacity: 0.8;}
.sec02-02-in img{width: 100%;height: 100%;}
.sec02-mask{
    background:#141414;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    transition:1s;
    opacity:0;
    cursor: pointer;
}
.sec02-mask-txt{
    color: #fff;
    position: relative;
}
.sec02-mask-txt h3{
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 50px;
    left: 45px;
}
.sec02-mask-txt p{
    font-size: 12px;
    font-weight: 300;
    white-space: pre-line;
    text-align:left;
    line-height: 1.33em;
    position: absolute;
    top: 100px;
    left: 45px;
}
.sec02-mask-btn{
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.course-name{
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 13px;
    bottom: 13px;
    color: #fff;
}
.sec02-03-txt{
    position: absolute;
    top: 57px;
    left: 76px;
}
.sec02-03-txt p{
    color: #20293F;
    line-height: 1.38em;
    margin-top: 23px;
    white-space: pre-line;
    position: relative;
    margin-left: 15px;
}
.sec02-03-txt p::after{
    content: "";
    width: 3px;
    height: 38px;
    background:#20293F;
    border-radius: 15px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.sec02-03-txt h2 img {
    width: 290px;
}

.sec02-menu-list{
    display: flex;
    position: absolute;
    left: 100px;
    bottom: 88px;
}
.sec02-menu-list img{
    opacity: 0.5;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.sec02-menu-list li{
    margin-right: 50px;
    z-index: 30;
}
.sec02-menu-list li:last-child{margin-right: 0;}
.sec02-menu-list li a{
    color: #20293F;
}
.sec02-menu-list li:hover img{
    opacity: 10;
}
.sec02-menu-list li:hover a{
    color: #20293F;
    font-weight: 500;
}
.sec02-logo-area{
    display: inline-block;
    position: absolute;
    right: 45px;
    bottom: 45px;
    width: 584px;
    height: 345px;
}
#Layer_1{
    width: 584px;
    height: 345px;
}

.sec02-logo-area.line-add {
    stroke-dasharray: 4360;
    stroke-dashoffset: 0;
    animation: dash 4s linear 0.2s both;
   }
@keyframes dash {
    to { stroke-dashoffset: 4360; }
    /* 0% { stroke-dashoffset: 400; } */
    /* 100% { stroke-dashoffset: 0; } */
  }           
  .st1{
    fill:none;
    stroke:#686f82;
    stroke-width:3;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.sec02-logo-area img{
    opacity: 0.8;
}

/*main popup*/
.mainPopBnWrap{ position: absolute; font-size: 30px; top:50%; left: 50%;  transform: translate(-50%, -50%); text-align: center; z-index: 97;}
.mainPopBnWrap ul{ display: table; margin: auto;  font-size: 16px; border-collapse:separate;border-spacing:2px;}
.mainPopBnWrap .mainPop{ display: table-cell; width: 184px; height:184px; padding-right: 15px;}
.mainPopBnWrap .mainPop:last-child{padding-right: 0;}
.mainPopBnWrap .mainPop a img{ display: block;max-width: none;}
.mainPopBnWrap .mainPopR{ display: table-cell; width: 184px; height:184px; background-color:#3f2717; color: #fff; vertical-align: middle; cursor: pointer;}
.mainPopBnWrap .mainPopR p{ padding-bottom: 20px;}
.popup_bottom{overflow:hidden;background-color: #000;color: #fff;font-size:14px;padding: 6px 10px;margin-top:-5px;}
.popup_bottom a{ color: #fff; font-size: 15px; line-height: 25px; 