@charset "UTF-8";
/* Font
---------------------------------- */
/* Colors
---------------------------------- */
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'PingFangTC', '蘋方-繁', 'Microsoft JhengHei', 微軟正黑體,
        arial, sans-serif;
    font-size: 400;
    min-height: 100vh;
    color: #282828;
}

ul {
    margin-bottom: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.strength {
    color: #e6002d;
    font-weight: 600;
    font-size: 400;
    line-height: 24px;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
}

header {
    height: 64px;
}

header .brand {
    display: inline-block;
    width: 60px;
    height: 30px;
    background: url(../images/logo.svg) no-repeat center center;
    background-size: contain;
    margin: 16px;
}

.hero {
    width: 100vw;
    margin-bottom: 40px;
}

.hero .slide {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100vw;
    height: 330px;
    background-repeat: no-repeat;
    background-position-x: -100px;
    background-size: auto 270px;
}

.hero .slide:hover {
    text-decoration: none;
}

.hero .slide .content {
    width: 100vw;
    height: 60px;
    background-color: #e6002d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: row;
    -ms-flex-pack: row;
    justify-content: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero .slide .content .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 63px;
    height: 43px;
    background-color: white;
    color: #e6002d;
    font-size: 18px;
    font-weight: 600;
    margin-left: 16px;
    margin-right: 5px;
}

.hero .slide .content h1 {
    display: inline-block;
    color: white;
    font-size: 30px;
    margin: 0;
}

.hero .index-hero1 {
    background: url(../images/hero/hero_01.jpg) top center no-repeat;
    background-position-x: -100px;
    background-size: auto 270px;
}

.hero .index-hero2 {
    background-image: url(../images/hero/hero_02.jpg);
}

.hero .index-hero3 {
    background-image: url(../images/hero/hero_03.jpg);
}

.hero .index-hero4 {
    background-image: url(../images/hero/hero_04.jpg);
}

.hero .index-hero5 {
    background-image: url(../images/hero/hero_05.jpg);
}

.hero .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -46px;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    text-indent: 999999999px;
    z-index: 9999;
}

.hero .slick-prev {
    left: 8px;
    background-image: url(../images/left-arrow.svg);
}

.hero .slick-next {
    right: 8px;
    background-image: url(../images/right-arrow.svg);
}

.hero .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 76px;
}

.hero .slick-dots button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: 3px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: white;
    border-radius: 50%;
}

.hero .slick-dots .slick-active button {
    background-color: #e6002d;
}

article {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 24px;
}

article .h2 {
    color: #e6002d;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 24px;
}

article .h2 .underline {
    border-bottom: 3px solid #e6002d;
}

article .img01 {
    width: 100%;
    height: 180px;
    background: url(../images/image_01.jpg) no-repeat;
    background-size: cover;
}

article .contact {
    background: url(../images/contact-bg-m.png) no-repeat top left;
    background-size: cover;
    width: 100%;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

article .contact .content {
    color: white;
    font-size: 30px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

article .contact .content .contact-link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: none;
    background-color: white;
    color: #e6002d;
    background-color: white;
    font-size: 16px;
    padding: 8px 40px;
    margin-top: 16px;
    width: 160px;
}

article .contact .content .contact-link:hover {
    text-decoration: none;
    color: #e6002d;
}

footer {
    background-color: #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
    padding: 40px 0;
}

footer .shared {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .shared a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
}

footer .shared .fb {
    background: url(../images/icon-fb.svg) no-repeat center;
    margin-right: 8px;
}

footer .shared .ig {
    background: url(../images/icon-ig.svg) no-repeat center;
    margin-left: 8px;
}

footer .copyright {
    text-align: center;
    color: #555555;
    margin-top: 16px;
}

@media (min-width: 586px) {
    .hero .slide {
        background-position-x: 0;
        background-size: cover;
    }
    article .contact {
        background: url(../images/contact-bg.png) no-repeat top left;
        background-size: contain;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    article .contact .content {
        margin-right: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 768px) {
    body > header {
        height: 72px;
    }
    body > header .brand {
        width: 80px;
        height: 40px;
        margin: 16px 16px 16px 24px;
    }
    .hero {
        height: 400px;
    }
    .hero .slide {
        height: 400px;
        background-size: cover;
    }
    .hero .slide .content {
        margin-left: 104px;
        margin-bottom: 52px;
        width: 336px;
        height: 167px;
        background-color: rgba(230, 0, 45, 0.9);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .hero .slide .content .option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 63px;
        height: 43px;
        background-color: transparent;
        color: white;
        font-size: 24px;
        margin-left: 24px;
        margin-top: 24px;
    }
    .hero .slide .content .option .underline {
        border-bottom: 3px solid white;
    }
    .hero .slide .content h1 {
        font-size: 48px;
        margin-left: 24px;
        margin-top: 5px;
    }
    .hero .slick-arrow {
        margin-top: -24px;
        width: 48px;
        height: 48px;
    }
    .hero .slick-prev {
        left: 24px;
    }
    .hero .slick-next {
        right: 24px;
    }
    .hero .slick-dots {
        bottom: 24px;
    }
    .hero .slick-dots button {
        width: 12px;
        height: 12px;
        margin: 4px;
    }
    article .img01 {
        height: 360px;
    }
}

@media (min-width: 1280px) {
    .hero {
        height: 600px;
    }
    .hero .slide {
        height: 600px;
    }
    .hero .slide .content {
        left: 120px;
        width: 408px;
        height: 191px;
    }
    .hero .slide .content .option {
        width: 85px;
        height: 43px;
        font-size: 30px;
    }
    .hero .slide .content h1 {
        font-size: 60px;
        margin-top: 15px;
    }
}
