body {
    background-color: #ccccda;
    font: normal 16px/1.5 "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.mainContainer {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background-color: #fff;
}

.pageMenu {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    /* border: 1px solid red; */
    z-index: 100;
}

.btns {
    display: inline-flex;
    flex-wrap: nowrap;

    padding: 10px 20px;
    border-radius: 99em;
    background: rgba(0, 0, 0, .75);
}


.btns>* {
    flex-shrink: 0;
}

.btns span,
.btns .simpleBtn {
    display: inline-block;
    margin: 0 -8px 0 10px;
    color: white;
}

.btns a.btn {
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    font: 20px/1.5 "微軟正黑體";
    color: black;
    background: white;
    border-radius: 99em;
    box-shadow: 0 3px 0 rgba(255, 255, 255, 0.5);
}

.btns a.btn:hover {
    background: #fff200;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}

.mainContainer>.kv {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}

/* youtube */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#player.ytp-icon.ytp-icon-watermark,
#player.ytp-chrome-top.ytp-share-button-visible,
#player.ytp-playlist-menu-button.ytp-button.ytp-playlist-menu-button-tiny {
    display: none;
}

/* youtube end */

.kv>.video-container>.kv_m>img {
    width: 100%;
}

.topTitle {
    position: absolute;
    z-index: 100;
    width: 50%;
    left: 25%;
    top: 10%;
}

.kvBottom>img,
.topTitle>img {
    width: 100%;
}

.kvBottom {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 70%;
}

.section {
    text-align: center;
    margin: auto;
    z-index: 11;
}

.section>.traffic {
    z-index: 110;
    width: 95%;
    max-width: 1400px;
    text-align: center;
    margin: 12% auto 0%;
}

.section>.traffic>img {
    width: 100%;
    z-index: 110;
}

.mainArea {
    background: url(../img/bg.jpg) repeat top;
    background-size: contain;
    max-width: 1920px;
    margin: auto;
    padding: 0px 0px 20px;
}

.traffic {
    position: relative;
}

.traffic>h3 {
    position: absolute;
    width: 20%;
    left: 40%;
    display: block;
    bottom: 15%;
}

.traffic>h3>img {
    width: 100%;
}

.trafficBg {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    font-size: 0px;
}

.trafficBg>img {
    width: 100%;
    max-width: 1188px;
}

.trafficBg>article {
    position: absolute;
    width: 80%;
    top: 1%;
}

.trafficBg>article>p {
    font-size: 13px;
    color: #4e4d4d;
    text-align: justify;
    display: block;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.trafficBg>article>h5>img {
    width: 100%;
    max-width: 524px;
    min-width: 220px;
}

.trafficBg>article.left {
    left: 15%;
}

.trafficBg>article.right {
    right: 8%;
}

.colorBg {
    background-color: #f7f5ed;
    border-radius: 50px;
    max-width: 1400px;
    width: 90%;
    margin: auto;
    padding: 20px 10px;
}

.colorBg>h3>img {
    width: 90%;
    max-width: 743px;
}

.colorBg>p {
    background-color: #97d4dc;
    display: block;
    color: #fff;
    width: 80%;
    border-radius: 20px;
    margin: 20px auto;
    padding: 15px;
    font-size: 20px;
}

.prodArea {
    font-size: 0px;
    margin: 20px auto;
    padding: 10px;
    width: 90%;
    max-width: 1200px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.prodArea>h4 {
    width: 100%;
    max-width: 580px;
    display: block;
    margin: 10px auto;
}

.prodArea>h4>img {
    width: 100%;
}

.prodArea>.prodbox {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
}

.prodbox>img.prodPic {
    width: 90%;
    max-width: 523px;
}

.prodbox>article {
    color: #444;
    font-size: 18px;
    text-align: justify;
    text-shadow: 1px 1px 0px #fff
}

.prodbox>h3 {
    display: block;
    width: 50%;
    max-width: 300px;
    margin: 20px auto;
}

.prodbox>h3>img {
    width: 100%;
}

.carrier {
    font-size: 15px;
    text-align: justify;
}

.carrier ul li {
    list-style: none;
}

.carrier>h4 {
    font-size: 0px;
}

.prodbox.hasH4>.carrier>h4 {
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px;
    background-color: #97d4dc;
    color: #0a8590;
    display: block;
    border-radius: 50px;
    width: 200px;
}

.box-head {
    display: none;
}

.carrier strong {
    display: block;
    font-size: 18px;
    color: #444;
    text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}

.carrier a {
    text-decoration: none;
    color: #666;
    text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}

.carrier>ul>li {
    border-bottom: 3px dotted #999;
    padding: 10px;
    ;
    margin-bottom: 20px;
}

.carrier>ul>li:hover {
    -webkit-filter: hue-rotate(90deg);
    transform: scale(1.1)
}

.carrier>ul>li>a>em {
    display: block;
    text-align: right;
    color: #ff644f;
    font-size: 16px;
}

.carrier>ul>li>a>em>span {
    font-size: 18px;
}

.prodLink {
    display: none;
    z-index: 200;
}

@media screen and (max-width: 768px) {
    .prodLink {
        position: fixed;
        bottom: -10px;
        right: -20px;
        transition: 1s;
        opacity: 1;
        cursor: pointer;
    }

    .prodLink:hover {
        bottom: -20px;
    }

    .video-container iframe {
        display: none;
    }

    .traffic {
        overflow-x: scroll;
    }

    .traffic::-webkit-scrollbar {
        display: none;
    }

    .section>.traffic>img {
        width: 150%;
    }

    .traffic>h3 {
        width: 30%;
        left: 60%;
        display: block;
        bottom: 15%;
    }
}

@media screen and (min-width: 769px) {


    .video-container iframe {
        display: block;
    }

    .topTitle {
        width: 30%;
        left: 35%;
        top: 20%;
    }

    .trafficBg>article.right {
        right: 10%;
    }

    .kvBottom {
        top: 60%;
    }

    .trafficBg>article {
        width: 60%;
        max-width: 524px;
    }

    .trafficBg>article>p {
        font-size: 18px;
    }

    .trafficBg>article.left {
        left: 16%;
    }

    .trafficBg>article.right {
        right: 20%;
    }

    /* .prodArea > .prodbox{width:48%; margin:1%; display: inline-block;} */
    .prodArea>.prodbox {
        width: 90%;
        margin: 1% 5%;
    }

    .prodbox>h3 {
        margin: 20px 0px;
    }

    .carrier {
        font-size: 18px;
    }

    .carrier strong {
        font-size: 24px;
    }

    .colorBg>p {
        border-radius: 50px;
    }

    .prodLink {
        position: fixed;
        right: 5px;
        top: 20%;
        transition: 1s;
        opacity: 0.5;
        cursor: pointer;
    }
}

@media screen and (min-width:1200px) {
    .topTitle {
        width: 26%;
        left: 37%;
        top: 20%;
    }

    .trafficBg>article.left {
        left: 18%;
    }

    .trafficBg>article.right {
        right: 14%;
    }

    .trafficBg>article>p {
        font-size: 20px;
    }
}


#mtkContainer {
    position: relative;
}

.stickyPageMenu {
    display: none;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    z-index: 5000;
    transition: .5s;

}

.stickyPageMenu.on {
    display: block;

}

.ph-menu {
    display: none;
}

.poi .ph{position: relative;}

.poiAutoTemplate .ph-group-content {
    margin-bottom: 20px;

}

.poiAutoTemplate .ph-group-content-tag {
    background: #1ab0b5;
    text-shadow: none;
}

.poiAutoTemplate .ph-group-content-text-sale {

    text-shadow: none;
    padding: 0px 5px;
    background: none;



}

.poiAutoTemplate .ph-group-content-text-sale a {
    padding: 0;
    color: #ff2f67;
    background: none;

}

.ph-group-content.box2 {
    width: calc(100% / 2 - 10px);
}


.ph-group-content.box3 {
    width: calc(100% / 3 - 10px);
}

.poiAutoTemplate .slidecontain li a {
    font-size: 20px;
}


.poiAutoTemplate .ph-group-content-text-detail,
.poiAutoTemplate .ph-group-content-text-detail a {

    padding: 3px 5px;


}



.poiAutoTemplate  .link-right{background: #a7593b; font:600 20px/1.2 "微軟正黑體";color: #FFF;padding: 5px 30px;transition: 0.3s;display: inline-block;border-radius: 40px;text-shadow: none;left: calc( 100% - 200px);position: relative;top: -50px;}
.poiAutoTemplate  .link-right:hover{transform: translateX(10px);}



@media screen and (max-width:1155px) {
    .pageMenu {
        top: 75%;
    }
}

@media screen and (max-width:750px) {
    .pageMenu {
        top: 95%;
    }

    .btns {
        padding: 5px;
        overflow-x: scroll;
    }

    .btns a.btn,
    .btns span,
    .btns .simpleBtn {
        font-size: 16px;
    }
    .poiAutoTemplate  .link-right{
       
        display: block;
        width: 100%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);

    }
}