.scroll-hint-icon {
    padding: 10px;
}
/* top-page-leisureist.search-form */
.fvInner {
    position: absolute;
    z-index: 2;
    width: 360px;
    top: 19.2%;
    left: 50%;
    transform: translateX(-50%);
}
/* .fvInner .fvTitle {
    display: block;
    width: 216px;
    height: 74px;
    margin: 0 auto 16px;
    position: relative;
} */
/* .fvInner .searchBox {
    background: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.08));
} */
.fvInner .searchBox .searchBox-head a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #DD7437;
    align-self: self-end;
    background-color: #FFF2D3;
    width: 100%;
    height: 38px;
    border-radius: 8px 8px 0px 0px;
}
.fvInner .searchBox .searchBox-head a::before {
    background-color: #DD7437;
}
.fvInner .searchBox .searchBox-head .btn-easy-search::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    mask: url(/assets/icon/icn_easy_search.svg) center/contain no-repeat;
    -webkit-mask: url(/assets/icon/icn_easy_search.svg) center/contain no-repeat;
}
.fvInner .searchBox .searchBox-head .btn-interview-schedule-search::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    mask: url(/assets/icon/icn_interview_schedule_search.svg) center/contain no-repeat;
    -webkit-mask: url(/assets/icon/icn_interview_schedule_search.svg) center/contain no-repeat;
}
.fvInner .searchBox .searchBox-head a.active {
    background-color: #168352;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: #FFFFFF;
    height: 44px;
}
.fvInner .searchBox .searchBox-head a.active::before {
    background-color: #fff;
}
.fvInner .searchBox .searchBoxInr .btnSearchItems .btnBottom::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: rgba(221, 116, 55, 0.5);
    mask: url(/assets/icon/icn_chervon_down.svg) center/cover no-repeat;
    -webkit-mask: url(/assets/icon/icn_chervon_down.svg) center/cover no-repeat;
}

.fvInner .searchBox .searchBoxInr .btnSearchItems .btnBottom select {
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.fvInner .searchBox .searchBox-body .box-interview-schedule-search #search_form_interview_date a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background: rgba(221, 117, 56, 0.05);
    border: 2px solid #DD7639;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1em;
    color: #DD7437;
    align-content: center;
    text-align: center;
}
.fvInner .searchBox .searchBox-body .box-interview-schedule-search #search_form_interview_date a:hover {
    background-color: #DD7639;
    color: #fff;
    opacity: 1;
}
.fvInner .searchBox .searchBox-body .box-interview-schedule-search #search_form_interview_date a.date-tbd {
    box-sizing: border-box;
    width: 100%;
    height: 51px;
    background: #FFFFFF;
    border: 2px solid #168352;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1em;
    color: #168352;
    align-content: center;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 3;
}
.fvInner .searchBox .searchBox-body .box-interview-schedule-search #search_form_interview_date a.date-tbd:hover {
    background-color: #168352;
    color: #fff;
}
/* .topSlider{
    height: 100vh;
} */
.topSlider .fvGradient{
    /* Ellipse 126 */
    position: absolute;
    width: 245px;
    height: 68px;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 80px 80px rgba(255, 255, 255, 0.6);
}
.slide01 ul,
.slide02 ul{
    height: 100px;
    margin: 0;
    display: flex!important;
}
.slide01 ul li img,
.slide02 ul li img{
    width: 134px;
    height: 100px;
    margin: 0;
}
.show-more-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 16px 10px;
    border-radius: 30px;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #DD7437;
}
.show-more-btn span {
    width: calc(100% - 30px);
    padding-left: 30px;
}
.show-more-btn::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/assets/icon/btn_arrow.png) no-repeat center/cover;
}
.side-col-3 {
    background: linear-gradient(100.43deg, #E9F9F7 13.52%, #D7E5F4 65.09%), #DD7437
}
@media (min-width: 769px) {
    .fvInner {
        width: 774px;
        top: 20px;
    }
    /* .fvInner .fvTitle{
        display: block;
        width: 455px;
        height: 138px;
        margin: 0 auto 40px;
        position: relative;
    } */
    /* .topSlider{
        height: 100vh;
    } */
    /* .topSlider .fvGradient{
        width: 100%;
        height: 100vh;
    } */
    .slide01 ul,
    .slide02 ul{
        height: 185px;
    }
    .slide01 ul li img,
    .slide02 ul li img{
        width: 247px;
        height: 185px;
        margin: 0;
    }
    .show-more-btn {
        font-size: 16px;
        line-height: 23px;
        margin: auto;
    }
}

@media (min-width: 1025px) {
    .topSlider .fvGradient{
        width: 405px;
        height: 112px;
        left: 60%;
        top: 50%;
        transform: translateY(-50%);
    }
    .fvInner {
        width: 896px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .fvInner .searchBox {
        display: flex;
    }
    .fvInner .searchBox .searchBox-head {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        border-bottom: none;
        border-right: 10px solid #168352;
    }
    .fvInner .searchBox .searchBox-head a {
        writing-mode: vertical-rl; /* Text flows vertically from top to bottom, right to left */
        text-orientation: upright; /* Keeps characters upright (default) */
        font-size: 16px;
        line-height: 130%;
        width: 60px;
        height: 100%;
        border-radius: 10px 0px 0px 10px;
        transform: translateX(10px);
    }
    .fvInner .searchBox .searchBox-head a.active {
        width: 70px;
        height: 100%;
        transform: none;
        font-size: 20px;
        line-height: 110%;
    }
    .fvInner .searchBox .searchBox-body .box-easy-search, .fvInner .searchBox .searchBox-body .box-interview-schedule-search {
        padding: 0 45px;
        width: 490px;
        height: 420px;
        border-radius: 0 12px 12px 0;
        align-content: center;
    }
    .fvInner .searchBox #searchform_dropdown {
        padding: 0 5px;
        margin-bottom: 28px;
    }
    .fvInner .searchBox .searchBoxInr {
        gap: 10px;
    }
    .fvInner .searchBox .searchBoxInr .btnSearchItems {
        height: 50px;
    }
    .fvInner .searchBox .searchBoxInr #redirectList {
        height: 60px;
    }

    .fvInner .searchBox .searchBox-body .box-interview-schedule-search #search_form_interview_date {
        column-gap: 10px;
        row-gap: 20px;
    }
    .fvInner .searchBox .searchBox-body .box-interview-schedule-search #search_form_interview_date a.date-tbd {
        height: 50px;
    }
    .fvTitle {
        align-content: center;
    }
    .fvTitle p {
        font-weight: 500;
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        letter-spacing: 0.04em;
    }
    .fvTitle h1 {
        font-weight: 500;
        font-size: 36px;
        line-height: 52px;
        text-align: center;
        letter-spacing: 0.04em;
    }
}

@media (min-width: 1121px) {
    .fvInner {
        width: 1120px;
    }
}


.slick-prev:before,
.slick-next:before {
    content: "";
}

.slick-dots li button::before {
    content: none;
}

#slick-slider-dots {
    position: relative;
    /* bottom: 0px;
    left: 50%;
    transform: translateX(-50%); */
    display: flex;
}

#slick-slider-dots ul {
    position: static;
    justify-content: center;
    list-style: none;
    width: 91.47%;
    margin: 0 auto;
    display: grid;
}

#slick-slider-dots ul li {
    margin: 0;
    width: auto;
    height: auto;
}

#slick-slider-dots ul li button {
    background: rgba(255, 255, 255, 0.6);
    height: 3px;
    width: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 0;
}

#slick-slider-dots ul li:first-child button {
    border-radius: 5px 0 0 5px;
}

#slick-slider-dots ul li:last-child button {
    border-radius: 0 5px 5px 0;
}

#slick-slider-dots ul li.slick-active button {
    background: #CCC6B5;
    color: #CCC6B5;
}

@media (min-width: 769px) {
    #slick-slider-dots ul {
        width: 343px;
    }

    #slick-slider-dots ul li button {
        height: 6px;
    }
}

@media (max-width: 1024px) {
    .slick-dotted.slick-slider {
        margin-bottom: 16px;
    }
}