@charset "utf-8";

section {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    position: relative;
}

/*----------------------------------section 0----------------------------------*/
.main-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.main-slide {
    width: 100%;
    height: 100%;
}

.img-scale {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 6s all ease;
    transform: scale(1.05);
}

.img-scale.main-bg1 {
    background-image: url('/pc/images/hills/img_main01.jpg');
}

.img-scale.main-bg2 {
    background-image: url('/pc/images/hills/img_main02.jpg');
}

.img-scale.main-bg3 {
    background-image: url('/pc/images/hills/img_main03.jpg');
}


.main-slide .swiper-slide-active .img-scale {
    animation: scale 6s ease forwards;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

#section0 .fp-bg::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
}

.group-text-bn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.main-text {
    position: relative;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.main-text h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.13em;
}

.main-text h3 {
    font-size: 18px;
    padding-top: 14px;
}

.main-bn {
    width: 956px;
    overflow: hidden;
    margin: 20px auto 100px;
    position: relative;
    transition: .3s all ease-in-out;
}

.main-bn.hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}

.main-bn .main-bn-slide {
    width: 100%;
    height: 200px;
    border-radius: 20px;
}

.main-bn .main-bn-slide .swiper-slide a img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.main-bn-slide .btn-bn-left, .main-bn-slide .btn-bn-right {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.main-bn-slide .btn-bn-left {
    left: 20px;
}

.main-bn-slide .btn-bn-right {
    right: 20px;
}

.swiper-control-bar {
    width: 124px;
    margin: 16px auto;
    position: relative;
}

.swiper-control-bar ul {
    display: flex;
    width: 100%;
    height: 10px;
    gap: 4px;
    align-items: center;
}

.swiper-control-bar li {
    position: relative;
}

.swiper-control-bar li button {
    width: 9px;
    height: 10px;
}

.swiper-control-bar li button.pause {
    background: url('/pc/images/hills/ic_pause.svg') center center no-repeat;
}

.swiper-control-bar li button.play {
    background: url('/pc/images/hills/ic_play.svg') center center no-repeat;
}

.swiper-control-bar li .swiper-scrollbar {
    width: 100px;
    background-color: rgba(255, 255, 255, 0.4);
}

.swiper-control-bar li .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #fff;
}

.swiper-control-bar .swiper-horizontal > .swiper-scrollbar, .swiper-control-bar .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 2px;
    bottom: auto;
}

.main-bn .close-main-bn {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    padding-right: 37px;
}

.main-bn .close-main-bn::after {
    content: '';
    background: url('/pc/images/hills/ic_close_w.svg') center center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 6px;
    top: -4px;
}

.main-reser-pop {
    position: absolute;
    top: 53%;
    left: 50%;
    width: 952px;
    transform: translate(-50%, -50%);
    margin-top: 150px;
    color: #fff;
    transition: .2s all ease-in-out;
}

.main-reser-pop.move-down {
    transform: translate(-50%, 10%);
}

.main-reser-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main-reser-row .main-pop-tit {
    font-size: 14px;
    line-height: 2.86em;
    text-align: left;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
    display: inline-block;
}

.btn-main-course {
    width: 270px;
}

.btn-main-date {
    width: 270px;
}

.btn-main-time {
    width: 170px;
}

.m-select {
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 500;
}

.m-select::after {
    content: '';
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 2px;
}

.ch-color {
    color: #e0cea6;
}

/*----------------------------------section0-reser-pop----------------------------------*/
.section0-reser-pop {
    width: 956px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 94px;
    visibility: hidden;
    opacity: 0;
    transition: .2s all ease-in-out;
}

.section0-reser-pop.on {
    opacity: 1;
    visibility: visible;
}

.btn-main-close {
    color: #a5a5a5;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    right: 17px;
    top: 17px;
    padding-right: 20px;
}

.btn-main-close::before, .btn-main-close::after {
    content: '';
    background-color: #a5a5a5;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 5px;
}

.btn-main-close::before {
    width: 14px;
    transform: rotate3d(0, 0, 1, -45deg);
}

.btn-main-close::after {
    width: 14px;
    transform: rotate3d(0, 0, 1, 45deg);
}

/*main-calendar*/
.pop-main-date {
    min-height: 460px;
}

.main-calendar-wrap {
    width: 100%;
    color: var(--black);
    padding: 50px 54px 20px;
    font-family: var(--font-num);
}

.main-calendar-wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*gap: 68px 0;*/
}

.main-calendar-wrap ul li {
    width: 364px;
}

.main-calendar-wrap ul li h2 {
    position: relative;
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 2px;
    font-size: 20px;
}

.main-calendar-wrap ul li h2 button {
    position: absolute;
    top: 50%;
    left: 0;
    color: #ccc;
    font-size: 10px;
    transform: translateY(-50%);
    padding: 10px;
}

.main-calendar-wrap ul li h2 button.p-r {
    right: 0;
    left: auto;
}

.main-calendar {
    width: 100%;
    text-align: center;
}

.main-calendar th {
    width: 52px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
}

.main-calendar th:first-child, .main-calendar td.possible:first-child {
    color: var(--red);
}

.main-calendar th:last-child, .main-calendar td.possible:last-child {
    color: var(--blue);
}

.main-calendar td {
    position: relative;
    font-size: 18px;
    color: #999;
    font-weight: 500;
    height: 53px;
    padding-top: 8px;
    vertical-align: top;
    z-index: 1;
}

.main-calendar td.today::after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.main-calendar td.possible {
    color: var(--black);
    cursor: pointer;
}

.main-calendar td.possible div {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: var(--black);
}

.main-calendar td.possible div span {
    color: var(--red);
    font-weight: 500;
}

.main-calendar td.possible.choice {
    color: #fff;
    font-weight: 500;
}

.main-calendar td.possible.choice::after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.main-calendar td.deadline, .main-calendar td.open, .main-calendar td.holiday {
    color: #999;
}

.main-calendar td.deadline::after {
    content: '마감';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.main-calendar td.open::after {
    content: '오픈전';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.main-calendar td.holiday::after {
    content: '휴장';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

/*main-course*/
.pop-main-course {
    height: 460px;
}

.main-course {
    width: 100%;
    height: 100%;
    color: var(--black);
}

.main-course ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.main-course li {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.main-course li span {
    background: url('/pc/images/hills/ic_main_course.svg') center center no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    margin-bottom: 15px;
}

.main-course li h2 {
    font-size: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.main-course li h3 {
    padding-bottom: 10px;
}

.main-course li p {
    color: #929292;
    font-size: 14px;
}

.main-course li.ch-bg {
    color: #fff;
    background-color: var(--main-color);
}

.main-course li.ch-bg span {
    filter: invert(1) brightness(1);
}

.main-course li.ch-bg p {
    color: #575abf;
}

.main-course li.ch-bg.ws {
    background-color: #42436e;
}

/*main-time*/
.pop-main-time {
    max-height: 460px;
}

.main-time-wrap {
    color: var(--black);
    padding: 33px 20px 22px;
}

.main-time-wrap h2 {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 17px;
}

.main-time-wrap h2::before {
    content: '';
    background: url('/pc/images/hills/ic_main_time.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}

.main-choice-time {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 16px;
}

.main-choice-time li.ic-type-custom {
    position: relative;
    font-size: 14px;
    padding-left: 29px;
}

.main-choice-time li.ic-type-custom::before {
    content: '';
    background: url('/pc/images/hills/ic_reser_custom.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    left: 0;
}

.main-choice-time li.ic-type-special {
    position: relative;
    font-size: 14px;
    padding-left: 29px;
}

.main-choice-time li.ic-type-special::before {
    content: '';
    background: url('/pc/images/hills/ic_reser_special.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    left: 0;
}

.main-choice-time li.ic-type-early {
    position: relative;
    font-size: 14px;
    padding-left: 29px;
}

.main-choice-time li.ic-type-early::before {
    content: '';
    background: url('/pc/images/hills/ic_reser_early.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    left: 0;
}

.main-choice-time li span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0 12px;
    line-height: 22px;
    border-radius: 20px;
    background-color: var(--main-color);
}

.main-choice-time li select {
    width: 130px;
    height: 30px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #707070;
}

.main-time-box {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.time-thead-th {
    display: flex;
}

.time-thead-th li {
    flex-grow: 1;
    flex-basis: 264px;
    text-align: center;
    vertical-align: middle;
    background-color: #42436e;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
}

.time-thead-th li:first-child {
    background-color: var(--main-color);
    border-radius: 8px 0 0 0;
    flex-basis: 100px;
    max-width: 100px;
}

.time-thead-th li:last-child {
    border-radius: 0 8px 0 0;
}

.main-time-list {
    width: calc(100%);
    height: 300px;
    overflow-y: auto;
    display: block;
}

.main-time-list ul {
    display: flex;
}

.main-time-list ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    flex-basis: 264px;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    /*min-height: 92px;*/
    min-height: 58px;
    padding: 12px 15px;
    gap: 10px 13px;
}

.main-time-list ul li.time-tbody-th {
    flex-basis: 100px;
    max-width: 100px;
    border-left: 1px solid #c4c4c4;
    background-color: #f6f6f6;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-time-list ul:last-child li:first-child {
    border-radius: 0 0 0 8px;
}

.main-time-list ul:last-child li:last-child {
    border-radius: 0 0 8px 0;
}

.main-time-list ul li.deadline-text {
    font-size: 15px;
    color: #a1a1a1;
    justify-content: center;
    align-items: center;
}

.main-time-list ul li div {
    position: relative;
    flex-basis: 70px;
    text-align: center;
    min-height: 29px;
    padding: 5px 0;
    line-height: 1.25em;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    transition: .2s all ease-in-out;
}

.main-time-list ul li div.ic-custom::after {
    content: '';
    background: url('/pc/images/hills/ic_reser_custom.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -9px;
    left: -12px;
    z-index: 1;
}

.main-time-list ul li div.ic-special::after {
    content: '';
    background: url('/pc/images/hills/ic_reser_special.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -9px;
    left: -12px;
    z-index: 1;
}

.main-time-list ul li div.ic-early::after {
    content: '';
    background: url('/pc/images/hills/ic_reser_early.svg') center center no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -9px;
    left: -12px;
    z-index: 1;
}

.main-time-list ul li div:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}

.main-time-list ul li div p {
    font-size: 13px;
}

.main-time-list::-webkit-scrollbar {
    width: 8px;
}

.main-time-list::-webkit-scrollbar-thumb {
    height: 10%;
    background: #7e7e7e;
    border-radius: 20px;
}

.main-time-list::-webkit-scrollbar-track {
    background: #ebebeb;
}

.btn-quick-reser {
    display: block;
    width: 142px;
    line-height: 45px;
    background-color: var(--main-color);
    text-align: center;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
}

/*----------------------------------mouse----------------------------------*/
.mouse-scroll {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 66px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: 0.3s all ease;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.arw01, .arw02 {
    font-size: 8px;
    animation: mouse-scroll 3s infinite;
}

.arw01 {
    animation-direction: alternate;
    animation-delay: .1s;
    margin-top: 5px;
}

.arw02 {
    animation-direction: alternate;
    animation-delay: .3s;
    margin-top: 2px;
}

.mouse {
    height: 30px;
    width: 20px;
    border-radius: 14px;
    transform: none;
    border: 1px solid white;
    margin: 0 auto 6px;
}

.wheel {
    height: 8px;
    width: 3px;
    display: block;
    margin: 4px auto;
    background: white;
    position: relative;
    border: 1px solid #fff;
    border-radius: 8px;
}

.wheel {
    animation: mouse-wheel 1.5s ease infinite;
}

@keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    50% {
        top: 5px;
    }
    100% {
        top: 1px;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

/*----------------------------------fade up motion----------------------------------*/
.ani-up {
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.ani-up-3s {
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s both;
}

@keyframes slide-top {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/*----------------------------------fade left motion----------------------------------*/
.ani-left {
    animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-left {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

/*----------------------------------fade right motion----------------------------------*/
.ani-right-3s {
    animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s both;
}

@keyframes slide-right {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

/*----------------------------------section 1----------------------------------*/
#section1 .fp-bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.main-course-visual {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.center-visual {
    width: 500px;
    height: 710px;
    position: relative;
    margin-left: -50px;
}

.center-visual::before {
    content: '';
    width: 198px;
    height: 198px;
    display: block;
    z-index: -1;
    background-color: var(--main-color);
    position: absolute;
    bottom: -42px;
    left: -126px;
}

.center-visual a.viewCourse {
    position: absolute;
    bottom: -25px;
    left: -105px;
    color: #fff;
    font-size: 15px;
    display: block;
}

.center-visual a.viewCourse::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("/pc/images/hills/ic_main_course_more.svg")no-repeat;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.center-visual-text {
    font-size: 24px;
    line-height: 1.5em;
    width: max-content;
    position: absolute;
    left: 0;
    top: -170px;
}

.center-visual-text b {
    font-weight: 700;
}

.center-visual .visual-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-visual .btn-visual-left, .center-visual .btn-visual-right {
    position: absolute;
    bottom: 0;
    z-index: 5;
    cursor: pointer;
    width: 38px;
    height: 38px;
    font-size: 0;
}

.center-visual .btn-visual-left {
    right: 38px;
    background: url('/pc/images/hills/ic_visual_left.svg') center center no-repeat;
}

.center-visual .btn-visual-right {
    right: 0;
    background: url('/pc/images/hills/ic_visual_right.svg') center center no-repeat;
}

.main-visual-left, .main-visual-right {
    opacity: 0;
}

.center-visual .main-visual-left {
    position: absolute;
    right: 450px;
    bottom: 170px;
}

.center-visual .main-visual-right {
    position: absolute;
    left: 530px;
    bottom: 0;
}

.main-course-slide {
    width: max(25vw, 340px);
    max-width: 500px;
    height: 310px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.main-course-slide2 {
    width: max(25vw, 340px);
    max-width: 485px;
}

.swiper-slide figure img {
    display: block;
    width: 100%;
    height: 378px;
    object-fit: cover;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.gallery-text {
    position: relative;
    z-index: 2;
    background-color: #fff;
    word-break: keep-all;
    padding-bottom: 100px;
}

.gallery-text h2 {
    font-size: 20px;
}

.gallery-text p {
    padding: 8px 0 37px;
    line-height: 1.36em;
    font-size: 14px;
}

.gallery-text figure {
    position: absolute;
    right: 0;
    bottom: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.gallery-text p img {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
}


/*----------------------------------section 2----------------------------------*/
#section2 .fp-bg {
    background-color: #080b5b;
    width: 100%;
    height: 100%;
}

.main-facil-title {
    padding-top: 130px;
    padding-left: 120px;
    color: #fff;
    opacity: 0;
}

.main-facil-title h2 {
    font-size: 50px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-facil-title h3 {
    color: #6c6fbb;
    line-height: 1.5em;
}

.main-facil-wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
    overflow: hidden;
    opacity: 0;
}

.main-facil-area {
    position: relative;
}

.main-facil-area::before {
    content: '';
    width: 150px;
    height: 100vh;
    display: block;
    background-color: #080b5b;
    position: absolute;
    top: -25px;
    bottom: 0;
    left: -27px;
    z-index: 5;
    filter: blur(10px);
}

.main-facil-slide {
    overflow: visible;
}

.main-facil-slide .swiper-slide {
    left: -26.0417vw
}

.main-facil-slide .swiper-wrapper {
    align-items: flex-end;
}

.main-facil-slide .swiper-slide {
    /*width: 17.34vw !important;*/
    min-width: 300px;
    height: 48.02vh /*437px;*/;
    min-height: 437px;
}

.main-facil-slide .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    opacity: 0.35;
    transition: .2s all ease-in-out;
}

.main-facil-slide .swiper-slide.swiper-slide-active {
    /*width: max(38.0208vw, 670px) !important;*/
    width: max(35.1563vw, 675px) !important;
    height: 56.0440vh /*510px;*/;
    min-height: 510px;
    position: relative;
}

.main-facil-slide .swiper-slide.swiper-slide-active a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main-facil-slide .swiper-slide.swiper-slide-active img {
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    transition: .2s all ease-in-out;
}

.main-facil-slide .swiper-slide .btn-facil-left, .main-facil-slide .swiper-slide .btn-facil-right {
    position: fixed;
    z-index: 150;
    color: #fff;
    font-size: 0;
    width: 40px;
    height: 40px;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
}

.main-facil-slide .swiper-slide.swiper-slide-active .btn-facil-left, .main-facil-slide .swiper-slide.swiper-slide-active .btn-facil-right {
    opacity: 1;
    cursor: pointer;
}

.main-facil-slide .swiper-slide .main-facil-text {
    opacity: 0;
}

.main-facil-slide .swiper-slide.swiper-slide-active .main-facil-text {
    opacity: 1;
}

.main-facil-text {
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: -100px;
    left: 10px;
    height: 80px;
}

.main-facil-text p {
    font-size: 14px;
    padding-top: 5px;
    color: #b3b4df;
    line-height: 1.25em;
}

.main-facil-slide .btn-facil-left {
    left: -18px;
    background: url('/pc/images/hills/ic_main_facilL.svg') center center no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}

.main-facil-slide .btn-facil-right {
    right: -18px;
    background: url('/pc/images/hills/ic_main_facilR.svg') center center no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}


/*----------------------------------section 3----------------------------------*/
#section3 .fp-bg {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.main-notice-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-notice-area {
    width: max(62.5vw, 1200px);
    margin: auto;
    position: relative;
}

.main-notice-title {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    opacity: 0;
    /*margin-bottom: 30px;*/
}

.main-notice-title h2 {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--main-color);
    font-weight: 600;
}

.main-notice-title h2 span {
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    padding-left: 22px;
}

.main-notice-slide {
    width: 100%;
    padding-top: 30px;
    position: relative;
    opacity: 0;
}

.main-notice-overflow {
    width: 100%;
}

.main-notice-slide .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main-notice-slide figure {
    width: max(19.6875vw, 378px);
    height: max(25.2747vh, 230px);
    background-color: #dbdbdb;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: .2s all ease-in-out;
    z-index: 0;
}

.main-notice-slide figure::before {
    content: '';
    display: block;
    background: url('/pc/images/hills/ic_logo_gray.svg') center center no-repeat;
    position: absolute;
    width: 124px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.main-notice-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    /*z-index: 1;*/
    transition: .2s all ease-in-out;
}

.main-notice-slide .swiper-slide:hover figure img {
    transform: scale(1.01);
    transform-origin: center center;
}

.main-notice-slide .swiper-slide:hover figure {
    border: 1px solid #fff;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.16);
}

.main-notice-box {
    padding: 23px 0;
    text-align: left;
}

.main-notice-box h3 {
    display: inline-block;
    padding: 0 16px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    text-transform: uppercase;
}

.main-notice-box h3.tag-event {
    background-color: #4c87a2;
}

.main-notice-box h3.tag-notice {
    background-color: var(--main-color);
}

.main-notice-box h2 {
    width: 100%;
    font-size: 24px;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-notice-box p {
    position: relative;
    width: 100%;
    font-size: 18px;
    color: #858585;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 15px;
    margin-top: 38px;
}

.main-notice-box p::before {
    content: '';
    width: 33px;
    height: 2px;
    background-color: var(--black);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-notice-left, .btn-notice-right {
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 0;
    width: 53px;
    height: 53px;
    top: max(16.1339vh, 158px);
    cursor: pointer;
    opacity: 0;
}

.btn-notice-left {
    left: -26px;
    background: url('/pc/images/hills/ic_main_facilG.svg') center center no-repeat;
    width: 53px;
    height: 53px;
    background-size: 53px 53px;
}

.btn-notice-right {
    right: -26px;
    background: url('/pc/images/hills/ic_main_facilR.svg') center center no-repeat;
    width: 53px;
    height: 53px;
    background-size: 53px 53px;
}


/*----------------------------------section 4----------------------------------*/
#section4 .fp-bg {
    background: url("/pc/images/hills/bg_partner.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.partner-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.34);
    width: max(62.5vw, 1200px);
    padding: 72px 80px 110px;
    opacity: 0;
}

.partner-box h2 {
    font-size: 38px;
    font-weight: 500;
    padding-bottom: 42px;
    text-align: center;
}

.partner-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 50px 80px;
}


/*-----------------------------fp-nav-change-color-----------------------------*/
#fp-nav.ch-bar ul li a.active span,
#fp-nav.ch-bar .fp-slidesNav ul li a.active span,
#fp-nav.ch-bar ul li:hover a.active span,
#fp-nav.ch-bar .fp-slidesNav ul li:hover a.active span {
    height: 36px;
    width: 4px;
    margin: 0;
    background-color: var(--main-color);
}

#fp-nav.ch-bar ul li a span,
#fp-nav.ch-bar .fp-slidesNav ul li a span {
    position: absolute;
    z-index: 1;
    height: 36px;
    width: 4px;
    border: 0;
    background-color: rgba(220, 220, 220, 1);
    left: 50%;
    top: 50%;
    margin: 0;
    transition: all 0.1s ease-in-out;
}

#fp-nav.ch-bar ul li .fp-tooltip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

.fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow > .fp-overflow {
    height: 100vh;
}


/*main-start-popup*/
.main-pop-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}

.main-popup {
    width: 400px;
    height: 100%;
}

.main-popup figure img {
    width: 100%;
    display: block;
}

.main-popup ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding-left: 15px;
}

.main-popup ul li {
    font-size: 14px;
}

