#main_slide .btn-detail, #main_slide .btn-reserve {
    width: 240px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    float: left;
}

#main_slide .btn-action-group {
    position: absolute;
    bottom: 100px;
    left: 150px;
}

#main_slide .btn-detail {
    background: #000;
    color: #fff;
}

#main_slide .btn-reserve {
    margin-left: 20px;
    background: #fff;
    color: #000;
}

#sub-main-slide .btn-more {
    width: 240px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    float: left;
}

#sub-main-slide .btn-action-group {
    position: absolute;
    bottom: 100px;
    left: 150px;
}

#sub-main-slide .btn-more {
    background: #000;
    color: #fff;
}

.related-content {
    color: #000;
    background: #ffffff;
    width: 100%;
    margin: 0;
    margin-top: -3px;
}

#main_section_03_list {
    margin: 0 auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px; 
    height: 10px;
    background-color: #fff;
}

.bx-wrapper .bx-controls-direction a {
    color: #fff;
}

#main_section_01_list .col-auto {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
    margin-right: auto;
    margin-left: auto
}
#main_section_01_list .col-auto img {
    width: 100%;
}
.bx-wrapper .bx-controls {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: -35px auto 15px;
    z-index: 2;
    justify-content: center;
}
.main .contents {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* font-size:0; line-height:0; box-sizing: border-box; */
    position: relative;
    line-height: 1;
}
.main .contents:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    transition: all 1s ease-out;
    transform-origin: 50% 50%;
}
.main .contents .fp-tableCell {
    padding-top: 4%;
    box-sizing: border-box;
}
.main .contents .vTbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 218px;
    top: 26px;
    text-align: left;
    z-index: 2;
    padding: 3rem 4rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between
}
.vTbox .mT {
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    transition: all 0.5s ease-out;
    transform-origin: 50% 50%;
}
.vTbox .mBul {
    font-weight: bold;
    font-size: 58px;
}
.mTit {
    font-weight: 900;
    font-size: 80px;
}
.vTbox .sT {
    font-weight: 300;
    font-size: 24px;
}
.vTbox .sT strong {
    font-weight: 700;
}
.vTbox p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8
}
.mTit small {
    font-weight: 700;
}
.mTxt {
    font-size: 27px;
}
.sTxt {
    font-size: 20px;
}
.main section {
    line-height: 1.4
}
.myVideo {
    /*position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;*/
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
	overflow: hidden;
	/* padding-top:37px; */
}
.scroll {
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 30px;
    z-index: 9;
}
.scroll img {
    position: relative;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-name: scrollDown;
    animation-timing-function: linear;
    animation-direction: alternate;
}
#fullpage {
    -webkit-overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
@keyframes scrollDown {
    from {
        top: 0;
    }
    to {
        top: 10px;
    }
}
@media(min-width: 992px) {}
@media(min-width: 768px) {}
@media(max-width: 1199px) {
    #main_section_01_list .col-auto {
        flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media(max-width: 991px) {
    #main_section_01_list .col-auto {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }
}
@media(max-width: 767px) {
    .myVideo {
        height: 80vw;
    }
    .main .contents .vTbox {
        padding: 2rem 3rem;
    }
    .vTbox .mT {
        font-size: 60px
    }
    .vTbox .sT {
        font-size: 16px
    }
    .vTbox p {
        font-size: 11px
    }
    .mTit {
        font-size: 60px;
    }
    .bg01 .mTit {
        font-size: 80px;
    }
    .mTxt {
        line-height: 1.4
    }
    #main_section_01_list .col-auto {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 575px) {
    .myVideo {
        height: 100vw;
    }
    .main .contents .vTbox {
        padding: 1.5rem 2rem;
    }
    .vTbox .mT {
        font-size: 50px
    }
    .vTbox .sT {
        font-size: 14px
    }
    .mTit {
        font-size: 45px;
    }
    .bg01 .mTit {
        font-size: 55px;
    }
    .about-wrap .mTit {
        font-size: 60px;
    }
    .mTxt {
        font-size: 18px;
    }
    .sTxt {
        font-size: 16px;
    }
}
