#headBan {
    position: relative
}

#banner {
    width: 100vw;
    z-index: 3;
    position: relative;
    overflow: hidden;
}

#banner::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    content: "";
    width: 100%;
    height: 40%;
    display: block;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #9f948580);
    pointer-events: none
}

#banner .img {
    overflow: hidden;
    display: inline-block
}

#banner img {
    position: relative;
    width: 100%;
    height: 100vh;
    min-width: 100vw;
    object-position: 50% 90%;
}

#banner .pos_abs {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0
}

#banner .info {
    padding-bottom: 0;
    height: 100vh;
}

#banner .info .txt {
    transition: all 0.7s ease;
    max-width: 88%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: flex-end;
    padding: 0px 60px 0px;
    z-index: 2;
    width: 100%;
    height: 60%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px
}

#banner .info .txt * {
    font-weight: 200;
    color: var(--white);
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(25px)
}

#banner .info .txt em {
    font-family: 'Americana',sans-serif;
    font-style: initial;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 300
}

#banner .info .txt h3 {
    font-size: 30px;
    line-height: 150%;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    width: 180px;
    position: relative;
    -webkit-animation-name: fadeInUp;
    animation: fadeIn 1s both;
    -webkit-animation: fadeIn 1s both;
    word-spacing: 100vw;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 15px;
}

#banner .slick-current .info .txt * {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp
}

#banner .info .txt {
    transition: all 0.7s ease;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 0px 0px;
    z-index: 30;
    width: 100%;
    height: 100%;
    margin: auto auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
}

#banner .info .txt h3,#banner .info .txt p {
    color: var(--white);
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(25px)
}

#banner .info .txt article {
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase
}

#banner .info .txt p {
    letter-spacing: 15px;
    text-align: left;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 5px;
    margin-bottom: 40px;
    font-family: 'Americana', sans-serif;
    text-align: center;
}

#banner .indexmain-tbox {
    position: relative;
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

#banner .slick-current .indexmain-tbox .indexmain-line {
    width: 100px;
    height: 1px;
    background-color: rgb(255 255 255 / 74%);
    -moz-transition: -moz-transform 0.5s,opacity 0.5s;
    -o-transition: -o-transform 0.5s,opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    /* position:absolute; */
    color: #fff;
    top: 90px;
    left: 120px
}

#banner .indexmain-bot,#banner .slick-current .indexmain-bot {
    position: relative;
    left: 50px;
    font-family: 'Americana',sans-serif;
    letter-spacing: 0.5px;
    padding-top: 30px;
    margin-top: 40px;
    z-index: 10
}

#banner .info .txt .bannerBtn {
    opacity: 0;
    margin-top: 40px;
    display: block;
    width: 220px;
    height: 50px;
    pointer-events: auto;
    display: none;
}

#banner .info .txt .bannerBtn a {
    position: relative;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.5px;
    overflow: hidden
}

#banner .info .txt .bannerBtn .btnText:hover {
    color: #000
}

#banner .info .txt .bannerBtn .btnText:hover::before {
    background-color: #eee
}

#banner .info .txt .bannerBtn .btnText:hover span::before {
    border-color: transparent transparent transparent #000
}

#banner .info .txt .bannerBtn .btnText:hover span::after {
    background-color: #000
}

#banner .info .txt .bannerBtn .btnText::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#banner .info .txt .bannerBtn .btnText {
    position: relative;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 25px;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 300;
}

#banner .info .txt .bannerBtn span {
    position: absolute;
    top: 50%;
    right: -5px;
    width: 45px;
    -webkit-animation: btnArrow 1s cubic-bezier(0.4,0,0.6,1) infinite;
    animation: btnArrow 1s cubic-bezier(0.4,0,0.6,1) infinite
}

#banner .info .txt .bannerBtn span::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    margin-top: -1px;
    width: calc(100% - 5px);
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#banner a.pos_abs {
    z-index: 2
}

/* slick-current */
#banner .slick-current .info .txt p {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    color: #ffffff;
    animation: fadeIn 1s both;
    -webkit-animation: fadeIn 1s both
}

/* arrow_bg */
#banner .arrow_bg {
    width: 450px;
    height: 140px;
    left: auto;
    bottom: -140px;
    transform-origin: 100% 100% 0;
    display: none
}

#banner .arrow {
    width: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    position: absolute;
    z-index: 10;
    flex-direction: column;
    left: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#banner .arrow a {
    width: 45px;
    height: 45px;
    line-height: 55px;
    border: 1px solid rgb(255 255 255 / 17%);
    border-radius: 50%;
    display: flex;
    opacity: .65;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px
}

#banner .arrow a.prev {
    -webkit-transform: rotate(180deg)
}

#banner .arrow a svg {
    fill: #ffffff;
    width: 13px
}

#banner .arrow a:hover {
    opacity: 1;
    background-color: rgb(0 0 0 / 21%);
    border: 1px solid rgb(255 255 255 / 17%);
}

#banner .arrow a i {
    color: #fff
}

.page-scroll {
    bottom: 25px;
    margin-left: 0;
    left: 70px;
    z-index: 888;
    text-align: center;
    position: absolute;
    width: 150px;
    display: none;
}

.page-scroll a {
    letter-spacing: 3.5px;
    display: inline-block;
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: row;
    animation: web_menu002 ease-in-out 4s infinite;
    animation-direction: alternate;
}

.page-scroll.style01 a b {
    color: #ffffff;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-family: 'Americana',sans-serif;
}

.page-scroll.style01 a span::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    transform: rotate(225deg);
    z-index: 1;
    width: 12px;
    height: 12px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.page-scroll.style01 a span {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 1660px) {
    .page-scroll {
        left:190px;
        bottom: 32px
    }
    
	#banner img,#banner .pos_abs{height: 80vh;}
}

@media screen and (max-width: 1440px) {
    #banner .info .txt {
        /* height: 50%; */
    }

    #banner img {
        /* width: 100%; */
        /* height: 100vh; */
    }
}

@media screen and (max-width: 1280px) {
    #banner{
    padding-top: 50px;
}
    #banner img {
        margin: 0 auto 0px;
    }

    #scrollBtn,#banner:before {
        display: none
    }

    #banner .info .txt p {
        font-size: 16px;
        width: 50%
    }

    #banner .info .txt {
        /* height: 50%; */
    }

    #banner .info .txt .bannerBtn {
        width: 180px;
        margin-top: 20px
    }

    #banner .info .txt .bannerBtn span::after {
        width: calc(100% - 25px)
    }

    #banner .info .txt .bannerBtn span {
        right: -25px;
        width: 40px
    }
}

@media (max-width: 1180px) {
    #banner .info .txt .bannerBtn {
        margin-top:20px
    }
    
    #banner .arrow {
        display:none
    }

    #banner .arrow {
        right: 0
    }

    #banner .slick-current .indexmain-tbox .indexmain-line#banner .slick-current .indexmain-tbox .indexmain-line {
    }
}

@media screen and (max-width: 960px) {
    #banner .info .txt {
        /* width: 90%; */
    }

    #banner .info .txt h3 {
        font-size: 20px;
    }

    #banner .indexmain-bot,#banner .slick-current .indexmain-bot {
        padding-top: 20px;
        margin-top: 40px
    }

    #banner .info .txt p {
        font-size: 15px;
        width: 70%;
        margin-bottom: 10px;
    }

    #banner .info .txt .bannerBtn a {
        width: 200px
    }

    #scrollBtn {
        display: none
    }

    #banner .slick-current .indexmain-tbox .indexmain-line {
        width: 120px;
        top: 70px;
        left: 90px
    }

    #banner .slick-current .info .txt p {
        margin-top: 40px;
    }
}

@media screen and (max-width: 560px) {
    #banner .info .txt {
        /* width:100%; */height: 90%;
    }

    #banner .info .txt article {
        font-size: 18px;
        font-weight: 300
    }

    #banner .info .txt p {
        font-size: 22px;
        width: 100%;
    }

    #banner .slick-current .info .txt p {
        letter-spacing: 1.2px
    }

    #banner .info .txt h3:before {
        bottom: -31px;
        width: 1px;
        height: 25px
    }

    #banner img {
        height: 55vh;
    }

	#banner .pos_abs{height: 40vh;}
    #banner .info .txt .bannerBtn {
        width: 120px
    }

    #banner .info .txt .bannerBtn .btnText {
        padding: 0px 5px;
        height: 40px
    }
}
