﻿/* 		 slider_banner_header start     */

.slider_banner_header {
    position: relative;
}

.slider_banner_h1 {
    /* position: absolute;
    top: 31.6%;
    width: 100%;
    text-align: center; */
    width: 100%;
    text-align: center;
    position: absolute;
    top: 6vw;
    top: 18vw;
}

.slider_banner_h1 a {
    /* font-family: Regular;
    font-weight: 400;
    font-size: 60px;
    color: #FFFFFF; */
    font-family: Regular;
    font-weight: 400;
    font-size: 60px;
    color: #FFFFFF;
}

.slider_banner_text1 {
    position: absolute;
    top: 12vw !important;
    width: 100%;
    text-align: center;
    max-height: 5vw;
    overflow-y: auto;
}

.slider_banner_text1 p {
    font-family: Regular;
    font-weight: 400;
    font-size: 20px;
    width: 80%;
    margin: auto;
    color: #FFFFFF;
    line-height: 1em;
}

.slider_banner_btn {
    position: absolute;
    top: 19vw;
    width: 100%;
    text-align: center;
}

.slider_banner_box {
    width: 230px;
    padding: 17px 0;
    background-color: #020412;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.slider_banner_box .slider_banner_rectangle2 {
    width: 22px;
    margin-right: 8px;
}

.slider_banner_box a {
    font-family: Bold;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.slider_banner_header .slider_banner_bottom {
    text-align: center;
    font-family: Light;
    font-weight: 300;
    font-size: 16px;
    color: #535353;
    background-color: #F7F6F5;
    padding: 23px 0;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider_banner_bottom li {
    position: relative;
}

.slider_banner_bottom li::after {
    content: '>';
    margin: 0 10px;
}

.slider_banner_bottom li:last-child::after {
    display: none;
}

.slider_banner_bottom li:last-child {
    font-weight: bold;
}

.slider_banner_bottom li a:hover {
    text-decoration: underline;
}

.section_slide_box {
    width: 100%;
    height: auto;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.section_slide_box img {
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section_slide_box a {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    display: block;
}

.section_slide_box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1200px) {
    .slider_banner_header .slider_banner_h1 {
        top: 3vw !important
    }

    .slider_banner_header .slider_banner_text1 {
        top: 12vw !important;
    }

    .slider_banner_btn {
        top: 17vw !important;
    }
}

@media only screen and (max-width: 950px) {
    .slider_banner_header .slider_banner_h1 {
        top: 1vw !important
    }

    .slider_banner_header .slider_banner_text1 {
        top: 12vw !important;
    }

    .slider_banner_btn {
        top: auto !important;
        bottom: calc(70px + 5%);
    }
}