@charset "UTF-8";
body,
html {
    position: relative;
    height: 100%
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}
@media (min-width:768px) {
    .swiper-slide {
        justify-content: left;
    }
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: 38px;
    top: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10px
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff
}

.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #fff
}

:root {
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-inactive-color: rgb(255, 255, 255);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 10px
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-slide img,
.swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.swiper-slide img.st {
    object-position: right;
}
/* 漢堡按鈕調整 */
.navbar {
    justify-content: flex-start;
    top: 4%
}

@media (min-width:992px) {
    ul.navbar-nav {
        float: left
    }
}
/* 主視覺logo */
.logo_wrap {
    position: absolute;
    z-index: 33;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5rem;
}

.logo_wrap img {
    width: 30vh
}
/* 片段文字介紹 */
:root {
    --purple: #5b5997;
    --yeorange: #ee8718;
    --orange: #e8611d;
    --blue: #00a1e5;
    --yellow: #eeb622;
    --green: #4eb133;
    --grey: #acadad;
}
.intro_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    z-index: 22;
    width: 75vw;
    text-align: right;
    color: white;
    padding-left: 0;

    margin-left: 3vw;
}

@media (min-width:768px) {
    .intro_text {
        padding-left: 0;
        width: 50vw;
        margin-left: 8vw;
        text-align: right;
        padding-left: 0;
    }
}
@media (min-width:1200px) {
    .intro_text {
        padding-left: 0;
        width: 28vw;
        margin-left: 8vw;
    }
}
@media (min-width:1400px) {
    .intro_text {
        padding-left: 0;
        width: 24vw;
        margin-left: 8vw;
    }
}
.intro_text a,
.intro_text a:link,
.intro_text a:visited,
.intro_text a:active
 {
    color: white;
    text-decoration: none;
}
.intro_text p {
    margin: 0;
    text-align: left;
    font-size: 1rem;
}
@media (min-width:768px) {
    .intro_text p {
        font-size: 1.2rem;
    }
}
.intro_text h3{
    text-align-last: justify;
    font-weight: 800;
    font-size: 1.2rem;
}
@media (min-width:768px) {
    .intro_text h3 {
        font-size: 1rem;
    }
}
@media (min-width:768px) {
    .intro_text h3 {
        font-size: 1.5rem;
    }
}

.intro_text div.gotopage {
    margin-top: 15px;
}
.intro_text div.gotopage i {
    border: 2px solid white;
    background-color: var(--maincolor);
    border-radius: 100%;
    padding: 5px;
    margin-left: 5px;
}
.intro_text>.theme{
    margin-bottom: 15px;
}
.intro_text>.theme span{
    font-size: 1.5rem;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    display: inline-block;
    color: white;
    text-align: center;
    font-weight: 900;
}
@media (min-width:768px) {
    .intro_text>.theme span{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 2.2rem;
    }
}
.intro_text>.theme.corlor1 span{
    background-color: var(--purple);
}
.intro_text>.theme.corlor2 span {
    background-color: var(--yeorange);
}
.intro_text>.theme.corlor3 span {
    background-color: var(--blue);
}

.intro_text>.theme.corlor3 span > span {
    font-weight: 700;
}

.intro_text>.theme.corlor4 span {
    background-color: var(--orange);
}
.intro_text>.theme.corlor5 span {
    background-color: var(--green);
}
.intro_text>.theme.corlor5 span>span {
    transform: scale(0.53) translateX(-13px);
    font-weight: 700;
}
@media (min-width:768px) {
    .intro_text>.theme.corlor5 span>span {
        transform: scale(0.53) translateX(-19px);
        font-weight: 700;
    }
}

.intro_text>.theme.corlor6 span {
    background-color: var(--yellow);
}
.intro_text>.theme.corlor7 span {
    background-color: var(--grey);
}
.intro_text h1 {
    text-align: right
}

.welcomeIntroInfo {
    display: flex;
    justify-content: right;
    flex-direction: column;
    align-items: flex-end
}

.sptit {
    font-size: 3rem;
    line-height: 80px;
    margin-bottom: 55px;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    text-align: center
}