@charset "UTF-8";

html {
    font-size: 16px;
    -webkit-text-size-adjust:none;
    color:#000;
}
@media screen and (max-width: 640px) {
}

body {
    background: #fff;
	font-size:12px;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    background: #fff;
}

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.wrap {
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
}
.wrap .preload {
    display: none;
}
.symbol-m {
    display: none !important;
}
@media screen and (max-width: 1000px) {
    .symbol-m {
        display: block !important;
    }
    .symbol-pc {
        display: none !important;
    }
}
.wrap a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

.nav {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav.nav-fixed {
    background: #eeeeee;
    border-bottom: 1px solid #fff;
    height: 4vw;
}

.nav .nav-menu {
    position: absolute;
    display: block;
    right: 2vw;
    top:2vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav.nav-fixed .nav-menu {
    top:1vw;
}
.nav.expand .nav-menu {
    left: 0;
}
.nav .nav-menu ul {
    position: relative;
    display: flex;
}
.nav .nav-menu ul li {
    position: relative;
    display: block;
    font-family:'Noto Sans TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    line-height: 1.7vw;
    text-align: center;
    cursor: pointer;
    color:#00408D;
    width: 6vw;
    height: 2vw;
}
.nav .nav-menu ul li:hover {
    color: #ddd;
}
.nav .nav-menu ul li span {
    position: relative;
    display: inline-block;
}
.nav .nav-menu ul li:last-child {
    border-right: 0;
}

@media screen and (max-width: 1000px) {
    .nav {
    }
    .nav.nav-fixed {
        height: 60px;
    }
    .nav .nav-menu {
        position: absolute;
        display: block;
        right: auto;
        left: 100%;
        top:0;
        width: 100vw;
        height: 100vh;
        background: #00408D;
        z-index: 1;
    }
    .nav.nav-fixed .nav-menu {
        top:0;
    }
    .nav.expand .nav-menu {
        left: 0;
    }
    .nav .nav-menu ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .nav .nav-menu ul li {
        font-size: 4vw;
        line-height: 100%;
        padding: 5vw 0;
        text-align: center;
        cursor: pointer;
        color:#fff;
        border-right:0px;
        border-bottom:1px solid rgba(255,255,255,1);
        width: 70%;
        background: none;
        line-height: 100%;
    }
    .nav .nav-menu ul li:hover {
        color: #666;
    }
    .nav .nav-menu ul li span {
        position: relative;
        display: inline-block;
    }
    .nav .nav-menu ul li:last-child {
        border-right: 0;
    }
    .nav .burger-btn {
        position: absolute;
        display: block;
        width: 40px;
        height: 30px;
        right: 15px;
        top:20px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index:2;
    }
    .nav.nav-fixed .burger-btn {
        top:20px;
        right: 15px;
    }
    .nav .burger-btn span {
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        background: #00408D;
        border-radius: 2px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .nav .burger-btn span:nth-child(1) {
        -webkit-transform: scale(1,1) translate(0,0) rotate(0deg);
        transform: scale(1,1) translate(0,0) rotate(0deg);
    }
    .nav .burger-btn span:nth-child(2) {
        -webkit-transform: scale(1,1) translate(0,10px) rotate(0deg);
        transform: scale(1,1) translate(0,10px) rotate(0deg);
    }
    .nav .burger-btn span:nth-child(3) {
        -webkit-transform: scale(1,1) translate(0,20px) rotate(0deg);
        transform: scale(1,1) translate(0,20px) rotate(0deg);
    }
    .nav.expand .burger-btn span:nth-child(1) {
        -webkit-transform: scale(1,1) translate(0,10px) rotate(45deg);
        transform: scale(1,1) translate(0,10px) rotate(45deg);
        background: #fff;
    }
    .nav.expand .burger-btn span:nth-child(2) {
        -webkit-transform: scale(0,1) translate(0,10px) rotate(0deg);
        transform: scale(0,1) translate(0,10px) rotate(0deg);
        background: #fff;
    }
    .nav.expand .burger-btn span:nth-child(3) {
        -webkit-transform: scale(1,1) translate(0,10px) rotate(-45deg);
        transform: scale(1,1) translate(0,10px) rotate(-45deg);
        background: #fff;
    }
    
}

.footer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin: 5vw auto 3vw auto;
}
.footer .footer-logo{
    position: relative;
    display: block;
    width: 7vw;
}
.footer-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1vw;
    line-height: 150%;
    color: #000;
    width: 100%;
}
.footer-text dl {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 2vw 0;
}
.footer-text dl dt{
    position: relative;
    display: block;
    width: 20vw;
    font-size: 2vw;
    letter-spacing: 2vw;
    line-height: 100%;
    border-right:1px solid #222222;
    height: 3vw;
}
.footer-text dl:last-child dt {
    letter-spacing: 0.4vw;
}
.footer-text dl dd {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 20vw);
    flex-wrap: wrap;
}
.footer-text li {
    position: relative;
    display: block;
}
.footer-text li img {
    height: 2.2vw;
    width: auto;
    margin: 0 0 1.5vw 1.5vw;
}
.footer-text li img.s1 {
    height: 1.7vw;
}
.footer-text li img.s2 {
    height: 2.7vw;
}
.footer-text li img.s3 {
    height: 3.2vw;
}
@media screen and (max-width: 1000px) {
    .footer {
        flex-direction: column;
    }
    .footer .footer-logo{
        width: 30vw;
    }
    .footer-text {
        flex-direction: column;
        font-size: 2.2vw;
        line-height: 180%;
        padding: 3vw 0 0 0;
    }
    .footer-text dl {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-text dl dt{
        font-size: 4vw;
        width: auto;
        height: auto;
        text-align: center;
        border-right: 0;
        margin: 0 0 3vw 0;
    }
    .footer-text dl dd {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0 0 10vw 0;
    }
    .footer-text li img {
        height: auto;
        width: 22vw;
        margin: 2vw;
    }
    .footer-text li img.s1 {
        height: auto;
    }
    .footer-text li img.s2 {
        height: auto;
        width: 20vw;
    }
    .footer-text li img.s3 {
        height: auto;
        width: 20vw;
    }
    .footer-text li img.s4 {
        height: auto;
        width: 28vw;
    }
}

.popup {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index:9999;
    left: 100%;
    top:0;
    -wekbit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
.popup.expand {
    left: 0;
}
.popup-content {
    position: relative;
    display: block;
    width: 30vw;
    background: rgb(175,216,181);
    background: linear-gradient(150deg, rgba(175,216,181,1) 0%, rgba(84,184,234,1) 100%);
    padding: 1vw;
    border-radius: 2vw;
}
.popup-content .t1 {
    position: relative;
    display: block;
    font-size: 2vw;
    line-height: 150%;
    color: #229FD3;
    padding: 1vw 0;
    border-bottom: 1px solid #555555;
}
.popup-content .t2 {
    position: relative;
    display: block;
    font-size: 1vw;
    line-height: 180%;
    padding: 1vw 0;
}
.popup-content .close-btn {
    position: absolute;
    display: block;
    right: 1vw;
    top:1vw;
    z-index: 999;
    width: 2vw;
}
@media screen and (max-width: 1000px) {
    .popup-content {
        width: 80vw;
        padding: 3vw;
    }
    .popup-content .t1 {
        font-size: 5vw;
        padding: 2vw 0;
    }
    .popup-content .t2 {
        font-size: 3vw;
        padding: 2vw 0;
    }
    .popup-content .close-btn {
        top:2vw;
        right: 2vw;
        width: 6vw;
    }
}

.hover-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.hover-scale:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.kv-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 60vw;
    overflow: hidden;
    background: url(../images/kv_bg.jpg) no-repeat center center;
    background-size: cover;
}
.kv-box .kv-logo {
    position: absolute;
    display: block;
    width: 25vw;
    top:2vw;
    left: 2vw;
}
.kv-box .kv-title {
    position: relative;
    display: block;
    width: 60vw;
    margin: 0 0 0 4vw;
}
.kv-box .kv-title2 {
    position: relative;
    display: block;
    width: 60vw;
    margin: 4vw 0 0 4vw;
}
.kv-box .kv-p1 {
    position: absolute;
    display: block;
    width: 30vw;
    right: 3vw;
    top:10vw;
}
.kv-box .kv-textbox {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    text-align: left;
    z-index: 1;
}
.kv-box .kv-textbox .t1 {
    position: relative;
    display: block;
    color: #00408D;
    font-size: 2vw;
    line-height: 150%;
    margin: 4vw 0 0 4vw;
}
.kv-box .kv-textbox .t2 {
    position: relative;
    display: block;
    width: 90%;
    margin: 1vw 0 0 4vw;
    color: #222222;
    font-size: 1.5vw;
    line-height: 150%;
}
@media screen and (max-width: 1000px) {
    .kv-box {
        width: 100%;
        height: 150vw;
        /*height: 125vw;*/
        justify-content: flex-start;
        padding: 40vw 0 0 0;
    }
    .kv-box .kv-logo {
        width: 45vw;
        top:5vw;
        left: 5vw;
    }
    .kv-box .kv-title {
        width: 90vw;
        margin: 0 auto;
    }
    .kv-box .kv-title2 {
        width: 90vw;
        margin: 5vw auto 0 auto;
    }
    .kv-box .kv-p1 {
        right: 5vw;
        top:23vw;
        width: 35vw;
    }
    .kv-box .kv-textbox {
        margin: 4vw 0 0 0;
    }
    .kv-box .kv-textbox .t1 {
        font-size: 4vw;
        margin: 5vw 0 0 6vw;
    }
    .kv-box .kv-textbox .t2 {
        font-size: 3vw;
        line-height: 180%;
        margin: 3vw 0 0 6vw;
    }

}
.side-btn {
    position: fixed;
    right: 1vw;
    bottom: 10vw;
    z-index: 9;
    width: 2.5vw;
}
@media screen and (max-width: 1000px) {
    .side-btn {
        width: 5vw;
    }
}
.stage-container {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
}
.stage-container1 {
    top:-1px;
    background: url(../images/main_bg.jpg) no-repeat center top;
    background-size:cover;
}
.stage-container2 {
    background: #ceeaf8;
}
@media screen and (max-width: 1000px) {
    .stage-container {
    }
}
.stagebox {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stage-title {
    position: relative;
    display: block;
    width: 27vw;
    margin: 5vw auto 5vw auto;
}
.stage1 {
}
.stage1 .stage-textbox {
    position: relative;
    display: block;
    width: 40vw;
    margin: 0 auto 5vw auto;
}

@media screen and (max-width: 1000px) {
    .stage-title {
        width: 60vw;
    }
    .stage1 {
    }
    .stage1 .stage-textbox {
        width: 85vw;
    }
}
.stage2-list {
    position: relative;
    display: block;
    width: 75vw;
    font-size: 0;
    text-align: center;
}
.stage2-list li {
    position: relative;
    display: inline-block;
    margin: 0 0 1vw 0;
    width: 20vw;
    cursor: pointer;
}
.stage2-list li .more-btn {
    position: relative;
    display: block;
    width: 5vw;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .stage2-list {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .stage2-list li {
        width: 60vw;
        margin: 0 0 1vw 0;
    }
    .stage2-list li .more-btn {
        width: 20vw;
    }
    .stage2-list li:nth-child(2) {
        margin-top: 5vw;
    }
    .stage2-list li:nth-child(2) .more-btn {
        top:-7vw;
    }
    .stage2-list li:nth-child(3) .more-btn {
        top:-7vw;
    }
}
.stage3 .stage-textbox {
    position: relative;
    display: block;
    width: 65vw;
    margin: 0 auto 10vw auto;
}
@media screen and (max-width: 1000px) {
    .stage3 .stage-textbox {
        width: 95vw;
    }
}
.stage4-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin: 0 0 10vw 0;
}
.stage4-list li{
    position: relative;
    display: block;
    width: 22.6vw;
    margin: 0 5vw;
}
@media screen and (max-width: 1000px) {
    .stage4-list {
        flex-direction: column;
    }
    .stage4-list li{
        width: 40vw;
        margin: 0 0 5vw 0;
    }
}
.stage5 {
    padding: 0 0 5vw 0;
}
.stage5-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
}
.stage5-list li{
    position: relative;
    display: block;
    width: 21.35vw;
    margin: 0 4vw;
}
.stage5-textbox {
    position: relative;
    display: block;
    width: 60vw;
    font-size: 1.5vw;
    line-height: 180%;
}
.stage5-telnumber {
    width: 24.3vw;
    margin: 0.8vw 0 0 0;
}
.stage5 .sign-btn {
    position: relative;
    display: block;
    width: 20vw;
    margin: 2vw auto;
}
.stage5-textbox2 {
    position: relative;
    display: block;
    width: 65%;
    margin: 3vw auto 3vw auto;
}
@media screen and (max-width: 1000px) {
    .stage5-list {
        flex-direction: column;
    }
    .stage5-list li{
        width: 85vw;
        margin: 0 0 5vw 0;
    }
    .stage5 .sign-btn {
        width: 45vw;
    }
    .stage5-textbox {
        font-size: 3.5vw;
        width: 80vw;
    }
    .stage5-textbox2 {
        width: 90vw;
    }
    .stage5-telnumber {
        width: 56vw;
        margin: 1.2vw 0 0 0;
    }
}
.stage6 .contentbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin: 0 0 5vw 0;
}
.stage6 .contentbox .stage6-mapbox {
    position: relative;
    display: block;
    width: 35vw;
    height: 35vw;
}
.stage6 .contentbox .stage6-mapbox iframe {
    width: 100%;
    height: 100%;
}
.stage6 .contentbox .stage6-textbox {
    position: relative;
    display: block;
    width: 50vw;
    font-size: 1.2vw;
    line-height: 150%;
    color: #000;
    padding: 0 0 0 3vw;
}
.red-text {
    color: #ff0000;
    font-weight: 700;
}
.blue-text {
    color: #0070c0;
    font-weight: 700;
}
.orange-text {
    color: #ff9933;
    font-weight: 700;
}
.black-text {
    color: #000;
    font-weight: 700;
}
@media screen and (max-width: 1000px) {
    .stage6 .contentbox {
        flex-direction: column;
    }
    .stage6 .contentbox .stage6-mapbox {
        width: 85vw;
        height: 85vw;
    }
    .stage6 .contentbox .stage6-textbox {
        font-size: 3.6vw;
        padding: 8vw 0 0 0;
        width: 85vw;
    }
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
    height: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    /*display: none;*/
    float: left;
    outline: none;
    /*height: 47vw;*/
    min-height: 1px;
    position: relative;
}
.slick-slide > div{width: 100%;}
.slick-slide *:focus{
    outline: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.slick-arrow {
    cursor: pointer;
/*    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    background-position: top;
    z-index: 1;
    text-indent: -9999px;
    border: 0px;*/
}

.slick-arrow:focus {
    outline: none;
}

.slick-prev {
    left: 0;
}

.slick-prev::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-next {
    right: 0;
}

.slick-next::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-arrow:hover:after {
    opacity: 1;
}

ul.slick-dots {
    /*position: absolute;*/
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
}


ul.slick-dots li,ul.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius:50%;
    margin: 0 8px 0 8px;
    padding: 0;
    cursor: pointer;
    box-sizing: content-box;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border:0px solid #fff;
    border-radius:50%;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background:#ccc;
/*    transform: scale(1.2);
    -webkit-transform: scale(1.2);*/
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: none;

}

.slick-dots li button:before{
    background: none;
}

.slick-dots li.slick-active button{
    background: #000;
}

button:focus{
    outline: none;
}
/* slider end */

.wrap a{z-index: 1;}
/*.brand-list .slider{
    margin: 0 0 0 0%;
}
.stage5 .wallpaper-viewbox .slider .wallpaper-img{
    margin: 0;
}
.brand-list .slick-slide{
    display: flex;justify-content: center;align-items: center;
}
.brand-list .slider li{
    padding: 0 5px;
    margin: 0;
}*/