@charset "UTF-8";

html,
body {
    font-size: 14px;
    background: #fafafa;
    overflow-x: hidden;
    min-width: 320px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

img:focus,
button:focus {
    outline: 0 !important
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px
}

.pdt15 {
    padding-top: 15px
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.box-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.img-res {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.cant-scroll {
    overflow-y: hidden
}

header {
    /* background-color: rgba(0, 0, 0, 0); */
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header.scroll-start {
    background-color: #EDEEEE;
}

.logo-box {
    text-align: center;
    padding-top: 10px;
}

.logo-box a {
    display: inline-block
}

.logo-box img {
    width: 100%;
    max-width: 100px
}

.nav-ul {
    display: inline-block
}

.nav-ul li {
    float: left;
    padding: 15px;
    font-size: 20px;
    position: relative;
    line-height: 1.42857143;
}

.nav-ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background-color: #999;
    /* -webkit-box-shadow: 1px 1px 3px 0;
    box-shadow: 1px 1px 3px 0 */
}

.nav-ul li:last-of-type::after {
    display: none
}

.nav-ul li::before {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav-ul li:hover::before {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    background-color: #d0121c
}

.nav-ul a {
    color: #333;
    text-decoration: none;
    /* font-weight: 900; */
    /* font-family: '\5FAE\8F6F\96C5\9ED1',"Microsoft JhengHei",Sans-serif; */
}

@media (max-width: 1300px) {
    .nav-ul li {
        font-size: 18px;
        padding: 14px
    }
}

@media (max-width: 1120px) {
    .nav-ul li {
        font-size: 16px;
        padding: 12px
    }
}

.search-box {
    white-space: nowrap
}

.search-box input {
    display: inline-block;
    max-width: 150px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0)
}

.search-box button {
    background-color: #333
}

.search-box button:hover {
    background-color: #333
}

.search-box button:focus {
    background-color: #333
}

.search-box button:active {
    background-color: #333
}

.search-box i {
    color: #fff
}

.mobile-nav {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.mobile-nav i {
    font-size: 38px
}

.mobile-nav-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

.mobile-nav-container.mobile-nav-open {
    opacity: 1;
    z-index: 70
}

.mobile-nav-container.mobile-nav-open>.mobile-nav-box {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.mobile-nav-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    height: 100vh;
    font-size: 22px;
    background-color: #333;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    opacity: 0
}

.mobile-nav-box .close-movile-nav {
    display: inline-block;
    font-size: 40px;
    color: #fff
}

.mobile-nav-box li {
    padding: 20px
}

.mobile-nav-box a {
    color: #fff
}

@media (max-width: 570px) {
    .mobile-nav-box {
        width: 100vw
    }
}

.carousel-section {
    padding: 0;
    position: relative
}

.carousel-section .prev,
.carousel-section .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.5);
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.carousel-section .prev {
    left: 0
}

.carousel-section .next {
    right: 0
}

.carousel-relative {
    position: relative;
}

.carousel-relative img {
    display: block;
    max-width: 100%;
}

.carousel-relative figcaption {
    position: absolute;
    top: 20%;
    left: 10%;
    font-size: 42px;
}

@media(max-width:600px) {
    .carousel-relative figcaption {
        font-size: 24px;
    }
}

.main-box {
    padding: 0;
    letter-spacing: 0.6px;
    min-width: 320px;
}

.main-box div {
    padding: 0;
    overflow: hidden
}

.main-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative
}

/* .main-content>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
} */
.main-content>img {
    max-width: none;
}

.main-content .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-content h4 {
    color: #000;
    font-size: 36px;
    top: 11%;
    font-weight: 900;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-content-1 h4 {
    color: #fff;
}

.main-content ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -33%);
    transform: translate(-50%, -33%);
    z-index: 3;
    color: #000;
    font-size: 14px;
    width: 80%;
    list-style: disc;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* opacity: 0 */
}

.main-content-1 ul {
    color: #fff;
}

.main-content-2 ul {
    padding: 0 42px;
}

.main-content li {
    line-height: 24px;
    font-family: inherit;
    font-size: inherit;
}

.main-content-1 .mask {
    /* background-color: rgba(82, 35, 20, 0.4); */
    background-color: rgba(81, 81, 83, 0.8);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

/* .main-content-1:hover>img {
    -webkit-transform: scale(1);
    transform: scale(1)
} */

/* .main-content-1:hover .mask {
    background-color: rgba(205, 89, 58, 0.8)
} */

/* .main-content-1:hover h4 {
    font-size: 30px;
    top: 10%
} */

/* .main-content-1:hover ul {
    -webkit-transform: translate(-50%, -33%);
    transform: translate(-50%, -33%);
    opacity: 1
} */

.main-content-2 .mask {
    /* background: rgba(125, 98, 7, 0.3); */
    background-color: rgba(171, 171, 176, 1.0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

/* .main-content-2:hover>img {
    -webkit-transform: scale(1);
    transform: scale(1)
} */

/* .main-content-2:hover .mask {
    background-color: rgba(135, 110, 18, 0.7)
} */

/* .main-content-2:hover h4 {
    font-size: 30px;
    top: 10%
} */

/* .main-content-2:hover ul {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 1
} */

.main-content-3 .mask {
    /* background-color: rgba(57, 94, 96, 0.3); */
    /* background-color: rgba(57, 94, 96, 0.8); */
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-content-3 ul {
    list-style: none;
    font-size: 20px
}

/* .main-content-3:hover>img {
    -webkit-transform: scale(1);
    transform: scale(1)
} */

/* .main-content-3:hover .mask {
    background-color: rgba(57, 94, 96, 0.8);
} */

/* .main-content-3:hover h4 {
    font-size: 30px;
    top: 10%
} */

/* .main-content-3:hover ul {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 1
} */

/* .main-content-4 .mask {
    background: rgba(125, 98, 7, 0.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
} */

.main-content-4 {
    min-height: 566px;
    background: url('../images/index-about.jpg') no-repeat;
    background-size: contain;
}

.main-content-4 h4 {
    font-size: 50px;
    top: 5%;
    left: 5%;
    transform: none;
}

.main-content-4 ul {
    font-size: 22px;
    list-style: none;
    top: 20%;
    left: 5%;
    transform: none;
}

.main-content-4 ul li {
    margin-bottom: 20px;
    line-height: 50px;
    font-weight: 900;
}

/* .main-content-4:hover>img {
    -webkit-transform: scale(1);
    transform: scale(1)
} */

/* .main-content-4:hover .mask {
    background-color: rgba(208, 18, 28, 0.8)
} */

/* .main-content-4:hover h4 {
    top: 10%;
    color: #fff
} */

/* .main-content-4:hover ul {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 1
} */
@media (max-width:1300px) {
    .main-content-4 {
        min-height: 514px;
    }

    .main-content-4 ul li {
        line-height: 40px;
    }
}

@media (max-width:1000px) {
    .main-content-4 {
        background-size: cover;
        background-position: center;
    }

    .main-content-4 ul {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .main-content-4 ul li {
        line-height: 26px;
    }
}

@media (max-width: 490px) {
    .main-content-4 {
        min-height: 600px;
    }

    /* .main-content-4 ul {
        font-size: 14px;
    } */

    .main-content-4 ul li {
        line-height: 22px;
    }
}

footer {
    background-color: #231815;
    color: #fff
}

footer div {
    padding: 2px
}

footer a {
    color: #fff;
    text-decoration: underline
}

footer a:hover {
    color: #8ad8ff
}

@media (min-width:992px) and (max-width:1290px) {
    .footer-box {
        font-size: 12px;
    }
}

.policy-accept {
    background-color: gray;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 58
}

.policy-accept a {
    font-weight: 900;
    text-decoration: underline;
    color: #fff
}

.policy-accept.agree-all-policy {
    display: none
}

.policy-box {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 60;
    display: none
}

.policy-box.onpen-policy-box {
    display: block
}

.policy-content {
    border-radius: 20px;
    height: 80%;
    overflow-y: scroll;
    background-color: #fff
}

.policy-close {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background-color: #999
}