

.hd_login {
    display: none;
}

.s_div {
    max-width: 1280px;
    margin: 0 auto;
}

.main_text {}

.main_text h2 {
    font-size: 36px;
    font-weight: bold;
}

.main_text p {
    font-size: 20px;
    line-height: 1.6;
    color: #0009;
}

#s2 {
    margin-top: 100px;
}

.s2_box {
    display: flex;
    grid-gap: 20px;
    margin-top: 18px;
}

.s2_box img {
    max-width: 100%;
}

.s2_box > div:last-child {
    position: relative;
    /* bottom: 135px; */
    transform: translateY(-18.4%);
}

#s3 {
    margin-bottom: 100px;
}

.s3_div {
    max-width: initial;
}

.s3_box {
    margin-top: 50px;
}

#s3 .slick-track {
    display: flex;
    grid-gap: 20px;
}

.s3_box li {
    position: relative;
}


.s3_text_box {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    background-color: #00000080;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.s3_box li:hover .s3_text_box {
    display: flex;
}

.s3_text_box h2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.s3_text_box h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.s3_text_box p {
    font-size: 16px;
    margin-bottom: 10px;
}

.s3_text_box h4 {
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

#s4 {
    margin-bottom: 100px;
}

#s4 img {
    max-width: 100%;
    border-radius: 10px;
}

.s4_box {
    margin-top: 50px;
}

#s4 li {
    display: flex;
    justify-content: center;
}

.s4_text_box {
    text-align: center;
    font-size: 20px;
    margin: 20px 0 8px;
    color: #333;
    font-weight: bold;
}

#s4 .slick-next:before,
#s4 .slick-prev:before {
    color: #000;
}

#s5 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.s5_div {
    max-width: initial;
    background: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.s5_text {
    text-align: center;
    color: #fff;
    padding: 50px 0;
    box-sizing: border-box;
}

.s5_text h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
}

.s5_text p {
    font-size: 20px;
}

.s5_text a {
    border: 1px solid #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
}

.s5_text a:hover {
    background-color: #fff;
    color: #565656;
}

#s6 {
    display: none;
    width: 100%;
    margin-top: 50px;
}

#s6 img {
    width: 100%;
}


@media (max-width: 767px){
    #s6 {
        display: block;
    }
    .slick-prev,
    .slick-next {
        display: none!important;
    }
}