body {
    background: #3d2f3a;
}

#mtkContainer {
    background: url(../images/header_pc.jpg) top center no-repeat;
}

#mtkContainer * {
    vertical-align: top;
}

header.header {
    margin: 0;
    padding: 0;
    height: 465px;
}

.contentBase {
    margin: 0 auto 100px auto;
    padding: 0;
    width: 90%;
    max-width: 1100px;
}


.informationBase {
    background: rgba(0, 0, 0, 0.6)
}

.informationBase h2 {
    padding: 7px 0;
    font: bold 28px/28px "arial", "微軟正黑體";
    color: #fff;
    text-align: center;
    background: #8f0b0b;
}

.informationArea {
    padding: 15px;
}

.informationArea>div {
    display: inline-block;
    letter-spacing: normal;
}

.informationArea .photo {
    width: 40%;
}

.informationArea .photo img {
    width: 100%;
}

.informationArea .information {
    width: 60%;
}

.informationArea h3 {
    margin-top: 10px;
    padding-left: 7px;
    font: 20px/30px "arial", "微軟正黑體";
    background: #fdd35c;
}

.informationArea p {
    padding-left: 7px;
    font: 15px/24px "arial", "微軟正黑體";
    color: #fff;
}

.informationArea .text>div {
    display: none;
}

.informationArea .text>div:first-child {
    display: block;
}

.photo>img {
    display: none;
}

.photo>img:first-child {
    display: block;
}

.buttonArea {
    padding-top: 3px;
}

.buttonArea span {
    display: inline-block;
    padding: 3px 8px;
    font: 16px/16px "arial", "微軟正黑體";
    color: #fff;
    border-radius: 99em;
    cursor: pointer;
    transition: .5s;
}

.buttonArea span:hover {
    color: #8f0b0b;
    background: #fdd35c
}


.intro-anchors {
    display: none;
}

.carrier {
    padding: 15px;
    background: rgba(0, 0, 0, 0.6)
}

.box-head {
    display: none;
}

.carrier h4 {
    display: none;
}

.carrier ul li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.carrier ul li a {
    font: 16px/30px "arial", "微軟正黑體";
    color: #fff;
}

.carrier ul li a strong {
    display: block;
    font-size: 20px;
    color: #fdd35c;
}

.carrier .price {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fdd35c;
}

.carrier .price span {
    font-size: 18px;
}


.otherLinkBase {
    padding: 50px 0;
    height: auto;
    text-align: center;
    background: #222;
}

.otherLinkBase>p {
    margin-bottom: 20px;
    font: 16px/16px "arial", "微軟正黑體";
    letter-spacing: 1px;
    color: #fff
}

.buttonLink {
    display: inline-block;
    margin: 0 30px;
    padding-top: 10px;
    width: 130px;
    height: 130px;
    border: 3px solid #fff;
    font-size: 60px;
    line-height: 85px;
    text-align: center;
    border-radius: 99em;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}

.buttonLink a,
.buttonLink a:link {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}

.buttonLink p {
    margin-top: -10px;
    font: 16px/16px "arial", "微軟正黑體";
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}

.buttonLink:hover a {
    color: #ff9900;
}

.buttonLink:hover p {
    color: #ff9900;
}

.buttonLink:hover {
    border: 3px solid #ff9900;
}

.archList {
    position: fixed;
    top: 30%;
    text-align: center;
    right: -200px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.archList>li {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}

.locPoint {
    font-size: 0px;
}



@media only screen and (max-width: 1300px) {
    #mtkContainer {
        background: url(../images/header_m.jpg) top center no-repeat;
        background-size: 100%;
    }

    header.header {
        margin: 0;
        padding: 0;
        /*height: 20vh;*/
    }

}

@media only screen and (max-width: 768px) {
    .buttonLink {
        display: inline-block;
        margin: 0 1%;
        width: 100px;
        height: 100px;
        font-size: 40px;
        line-height: 55px;
        ;
    }

    .buttonLink p {
        font: 14px/16px "arial", "微軟正黑體";
    }

    .informationArea>div {
        display: block;
        letter-spacing: normal;
    }

    .informationArea .photo {
        width: 100%;
    }

    .informationArea .photo img {
        width: 100%;
    }

    .informationArea .information {
        width: 100%;
    }

    .informationArea .information .text p {
        display: none;
    }
}

@media only screen and (min-width: 769px) {

    .archList {
        width: 150px;
    }
}

@media only screen and (max-width: 600px) {
    header.header {
        height: 155px;
    }
}





.gobalMenuBase {
    position: sticky;
    top: 0;
    text-align: center;
    z-index: 10;
}

.gobalMenu {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 30px;
    background: #262fa4;
    border-radius: 99em;
    overflow: hidden;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.75);
}

.gobalMenu li {
    display: inline-block;
}

.gobalMenu li a {
    display: block;
    padding: 0px 15px;
    font: 700 28px/2 "微軟正黑體";
    color: white;

}

.gobalMenu li.on a {
    position: relative;
    font-weight: 700;
    color: #262fa4;
    background: #fff200;
}

.gobalMenu li:hover a {
    font-weight: 900;
}

/* .gobalMenu li.on a::after {
    content: "";
    position: absolute;
    top: 70%;
    left: calc(50% - 3px);
    width: 2px;
    height: 2px;
    border-right: 6px solid #fff;
    border-top: 6px solid #fff;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(135deg);
} */


@media only screen and (max-width: 600px) {
    .gobalMenu li a {
        padding: 0 5px;
        font: 500 17px/2 "微軟正黑體";


    }
}