@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap);

body {
    overflow-x: hidden
}

#mtkContainer {
    position: relative;
   /*overflow-x: hidden;*/
    font-size: 10px;
    background: url(../images/bg-1.jpg) top center repeat-y;
}

#mtkContainer,
#mtkContainer * {
    vertical-align: top;
    box-sizing: border-box
}

a,
a:hover {
    text-decoration: none
}

.heroImg {
    position: relative;
    display: flex;
    margin-bottom: 6.5vh;
    width: 100%;
    height: 87vh;
    background: rgba(0, 0, 0, 0)

}

.heroImg-block {
    position: relative;
    display: block;
    width: 35%;
    height: 100%;
    background: rgba(255, 0, 0, 0)
}

.heroImg-block-dec1 {
    position: absolute;
    top: -40%;
    left: -20%;
    width: 25vw;
    height: 25vw;
    background: #fe3a2c;
    border-radius: 30%;
    transform: rotate(45deg);
    animation: heroBlockDec1 10s infinite linear
}

@keyframes heroBlockDec1 {
    0% {
        transform: rotate(45deg)
    }

    100% {
        transform: rotate(-45deg)
    }
}

.heroImg-block-dec2 {
    position: absolute;
    top: -41%;
    left: -15%;
    width: 25vw;
    height: 25vw;
    background: 0 0;
    border: 1px solid #52a72e;
    border-radius: 30%;
    transform: rotate(45deg);
    animation: heroBlockDec2 10s infinite linear
}

@keyframes heroBlockDec2 {
    0% {
        transform: rotate(45deg)
    }

    100% {
        transform: rotate(-45deg)
    }
}

.heroImg-block-dec3 {
    position: absolute;
    top: -5%;
    left: 30%;
    width: 6vw;
    animation: heroBlockDec3 1s infinite linear
}

@keyframes heroBlockDec3 {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }
}

.heroImg-block-dec4 {
    position: absolute;
    top: 83%;
    left: 90%;
    width: 6vw;
    animation: heroBlockDec3 1s infinite linear;
    z-index: 10
}

.heroImg-block-dec3 img,
.heroImg-block-dec4 img {
    width: 100%
}

.heroImg-photo {
    position: relative;
    display: inline-flex;
    width: 65%;
    height: 100%;
    border-radius: 0 0 0 50px;
    background: url(../images/heroImg-1.jpg) center center
}

.heroImg-photo-dec1 {
    position: absolute;
    top: -40%;
    right: -15%;
    width: 47%
}

.heroImg-photo-dec1 img {
    width: 100%;
    animation: heroPhotoDec1 60s infinite linear
}

@keyframes heroPhotoDec1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.heroImg-h1 {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 10
}

.heroImg-h1-main {
    display: block;
    margin-bottom: 30px;
    font: 900 4.95vw/1 "Noto Sans TC";
    color: #000;
    letter-spacing: 1vw;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff
}

.heroImg-h1-main span {
    color: #fe3a2c;
    font: 900 4.95vw/1 "Noto Sans TC"
}

.heroImg-h1-sub {
    display: inline-block;
    padding: 10px 30px 15px 30px;
    font: 700 3.8vw/1 "Noto Sans TC";
    color: #fff;
    letter-spacing: 10px;
    background: #52a72e;
    border-radius: 99em;
    transform: translateX(-20px);
    box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff
}




header.header { position: relative; width: 100%; height: 750px; background:url(../images/header.jpg) top center no-repeat; }
header.header h1{display: none;}
header.header img{display: none;}

@media only screen and (max-width:1000px) {
header.header { height: auto; background:none;margin-top: 0; }
header.header img{display: block;width: 100%;}
}



h2 {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 15vh 0 3vh 0
}

h2::before {
    content: "";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 30px);
    width: 50px;
    height: 50px;
    background: #f1f3a6;
    border-radius: 99em;
    z-index: 0
}

h2 span {
    position: relative;
    display: inline-block;
    font: 900 40px/1 "Noto Sans TC";
    color: #000;
    letter-spacing: 10px
}

h2 span::after,
h2 span::before {
    content: "";
    position: absolute;
    top: 35%;
    display: block;
    width: 5.7vw;
    height: 20px;
    overflow: visible;
    background: url(../images/h2-dec-1.svg) top center no-repeat;
    background-size: cover auto
}

h2 span::after {
    left: -6vw
}

h2 span::before {
    right: -6vw
}

.localBtn {
    display: flex;
    justify-content: center;
    z-index: 99;
    
}


.localBtn.on{
    position: fixed;
    left: 50%;
    top:0;
    transform: translateX(-50%);
    width: 80%;
    margin: 0 auto;

}

nav.localBtn.on a {
    background: none;
    width: auto;
    height: auto;
    border-radius: 0px;
    box-shadow: none;
    transform: translateY(0px);
    margin: 0 ;
    flex-grow: 1;
}

.localBtn.on a .localBtn-photo{

    display: none;
    
}

.localBtn.on a div.localBtn-text{
    transform: rotate(0deg);
    position: static;
    font-size: 24px;
    padding: 10px;
    min-height: unset;
   
}



.localBtn a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    margin: 0 20px;
    width: 226px;
    height: 226px;
    align-items: center;
    border-radius: 99em;
    background: url(../images/nav-bg.jpg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.localBtn a:nth-child(1),
.localBtn a:nth-child(5) {
    transform: translateY(-100px)
}

.localBtn a:hover {
    filter: contrast(1.5)
}

.localBtn-photo {
    width: 187px;
    height: 187px;
    border-radius: 99em;
    overflow: hidden
}

.localBtn-photo img {
    width: 100%
}

.localBtn-text {
    position: absolute;
    top: 35%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 70px;
    font: 700 50px/1 "Noto Sans TC";
    color: #fff;
    text-align: center;
    background: #fe3a2c
}

.localBtn a:nth-child(2) .localBtn-text,
.localBtn a:nth-child(3) .localBtn-text {
    font-size: 42px
}

.localBtn a:nth-child(4) .localBtn-text,
.localBtn a:nth-child(5) .localBtn-text {
    font-size: 35px
}

.localBtn a:nth-child(1) .localBtn-text {
    transform: rotate(10deg)
}

.localBtn a:nth-child(2) .localBtn-text {
    background: #52a72e;
    transform: rotate(-10deg)
}

.localBtn a:nth-child(3) .localBtn-text {
    background: #2e34a7;
    transform: rotate(10deg)
}

.localBtn a:nth-child(4) .localBtn-text {
    background: #a76a2e;
    transform: rotate(-10deg)
}

.localBtn a:nth-child(5) .localBtn-text {
    background: #2cc5fe;
    transform: rotate(10deg)
}

@media only screen and (max-width:1350px) {
    .heroImg {
        height: 65vh
    }

    .localBtn a {
        margin: 0 5px
    }
}







@media only screen and (max-width:1024px) {
    .heroImg {
        display: block;
        height: auto
    }

    .heroImg-h1 {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        padding: 100px 0;
        width: 100%;
        text-align: center
    }

    .heroImg-h1-main,
    .heroImg-h1-main span {
        font-size: 13vw
    }

    .heroImg-h1-main {
        margin-bottom: 7%
    }

    .heroImg-h1-sub {
        padding: 2% 2% 2% 2.6%;
        font-size: 6vw;
        font-weight: 500;
        transform: translateX(0)
    }

    .heroImg-block {
        display: none
    }

    .heroImg-photo {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0 0 50px 50px;
        background-size: cover
    }

    .localBtn {
        flex-wrap: wrap
    }

    .localBtn a:nth-child(1),
    .localBtn a:nth-child(5) {
        transform: translateY(0)
    }

    .localBtn {
        flex-wrap: nowrap;
        justify-content: center;
        overflow-x: scroll
    }

    .localBtn a {
        flex-shrink: 0;
        width: 150px;
        height: 150px;
        background-size: cover
    }

    .localBtn-photo {
        width: 130px;
        height: 130px
    }

    .localBtn a:nth-child(1) .localBtn-text,
    .localBtn a:nth-child(2) .localBtn-text,
    .localBtn a:nth-child(3) .localBtn-text,
    .localBtn a:nth-child(4) .localBtn-text,
    .localBtn a:nth-child(5) .localBtn-text {
        padding: 5px 0;
        min-height: auto;
        font-size: 24px;
        font-weight: 500;
        transform: rotate(0);
    }



    .localBtn.on{
        bottom: 0 ;
        top: unset;
        width: 100%;
        padding: 0;
    }
    
    nav.localBtn.on a {
        flex-shrink: 1;
        flex-grow: 1;
    }
    
    
    .localBtn.on a div.localBtn-text{
        font-size: 17px;
        padding: 10px 5px;
        line-height: 1.2;
     
    }
    

    h2 span::after,
    h2 span::before {
        display: none
    }
}

@media only screen and (max-width:600px) {
    .pcOnly {
        display: none
    }

    .heroImg-h1 {
        padding: 25% 0 0 0
    }

    .heroImg {
        margin-bottom: 0;
        height: 65vh
    }

    .heroImg-h1-main,
    .heroImg-h1-main span {
        display: block;
        font-size: 20vw;
        line-height: 1.4
    }

    .localBtn {
        justify-content: flex-start;
    }

    h2#a {
        margin-top: 5vh
    }


}

.slidecontain {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}

.slidecontain li{margin: 5px 10px;}

.slidecontain a {
    display: block;
    color: #FFF;
   
}

.slidecontain a div {
    padding: 7px 12px;
    font: 500 22px/1.4 "Noto Sans TC";
    letter-spacing: 2px;
    border-radius: 30px;
    background-color: #fff;
}

.slidecontain .on a div {
    color: #fff;
    background: #000;
}






.poi:nth-of-type(1) .slidecontain a div {color: #fe3a2c;border:1px solid #fe3a2c;}
.poi:nth-of-type(1) .slidecontain .on a div {background-color: #fe3a2c;color: #fff;}

.poi:nth-of-type(2) .slidecontain a div {color: #52a72e;border:1px solid #52a72e;}
.poi:nth-of-type(2) .slidecontain .on a div {background-color: #52a72e;color: #fff;}

.poi:nth-of-type(3) .slidecontain a div {color: #2e34a7;border:1px solid #2e34a7;}
.poi:nth-of-type(3) .slidecontain .on a div {background-color: #2e34a7;color: #fff;}


.poi:nth-of-type(4) .slidecontain a div {color: #a76a2e;border:1px solid #a76a2e;}
.poi:nth-of-type(4) .slidecontain .on a div {background-color: #a76a2e;color: #fff;}

.poi:nth-of-type(5) .slidecontain a div {color: #2cc5fe;border:1px solid #2cc5fe;}
.poi:nth-of-type(5) .slidecontain .on a div {background-color: #2cc5fe;color: #fff;}


.ph {
    margin: 0 auto;
    max-width: 1100px;
    
}



.ph-group-title,
.ph-menu-arrow-left,
.ph-menu-arrow-right,
.slidecontain img {
    display: none;
}

.ph-group {
    position: relative;
    margin:  0 auto 100px auto;
    padding: 20px;
    width: 90%;
    display: none;
    flex-wrap: wrap;
    justify-content: center;

}

.ph-group.on{
    display: flex;

}





.poi:nth-of-type(1) .ph-group{background:rgba(255, 171, 165, 0.5);}
.poi:nth-of-type(2) .ph-group{background:rgb(181, 227, 159, 0.6);}
.poi:nth-of-type(3) .ph-group{background:rgb(139, 143, 223, 0.5);}
.poi:nth-of-type(4) .ph-group{background:rgb(231, 179, 127, 0.5);}
.poi:nth-of-type(5) .ph-group{background:rgb(146, 212, 237, 0.5);}


.ph-group-content {
    width: 30% ;
    margin: 10px;
    background: #fff;
    border-bottom:none;
    padding: 15px 15px 35px 15px;

    border-radius: 0px 20px 0px 20px;
    position: relative;
}

.poi .ph-group-content:last-of-type{
    border-bottom: none;
}





.ph-group-content-photo {
    
    display: block;
}

.ph-group-content-photo img {
    width: 100%
}

.ph-group-content-tag {
    position: absolute;
    top: 25px;
    left: 0;
    padding: 0 10px;
    font:300 16px/1.6 arial, "Noto Sans TC";
    color: #fff;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, .85);
    
}



.poi:nth-of-type(1) .ph-group-content-tag {background-color: rgba(255,106,96,0.9);}
.poi:nth-of-type(2) .ph-group-content-tag {background-color: rgba(50, 165, 108, 0.9);}
.poi:nth-of-type(3) .ph-group-content-tag {background-color: rgba(62, 69, 201, 0.9);}
.poi:nth-of-type(4) .ph-group-content-tag {background-color: rgba(155, 106, 14, 0.9);}
.poi:nth-of-type(5) .ph-group-content-tag {background-color: rgba(52, 171, 214, 0.9);}

.ph-group-content-text-name {
    display: block;
    padding: 10px 0 0 0;
    font: 500 18px/1.4 arial, "Noto Sans TC";
    color: #000;
    letter-spacing: 1px
}

.ph-group-content-text-sale {
    display: block;
    padding: 10px 0 0 0;
    font: 500 18px/1.6 arial, "Noto Sans TC";
    color: #fe3a2c;
    letter-spacing: 1px
}

.ph-group-content-text-sale a{

    font: 500 18px/1.6 arial, "Noto Sans TC";
    color: #fe3a2c;

}

.ph-group-content-text-detail {
    display: block;
    padding: 10px 0 0 0;
    font: 300 16px/1.6 arial, "Noto Sans TC";
    color: #000;
    letter-spacing: 0;
}

.ph-group-content-text-detail a{

    font: 300 16px/1.6 arial, "Noto Sans TC";
    color: #000;

}

/* .ph-group-content-text-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    padding: 0px 0 0 0;
    font: 700 25px/1.6 arial, "Noto Sans TC";
    color: #fe3a2c;
    text-align: right;
    letter-spacing: 2px
} */

.ph-group-content-text{
    padding: 10px;
}

.ph-group-content-text-price {
    position: absolute;
    padding: 0px 0 0 0;
    font: 700 25px/1.6 arial, "Noto Sans TC";
    color: #fe3a2c;
    letter-spacing: 0px;
    bottom: 5px;
    right: 17px;

}



.ph-group-content-text-price span {
    font-size: .7em;
    line-height: 2.4;
}



@media only screen and (max-width:1400px){



}


@media only screen and (max-width:1024px) {
    .slidecontain {
        flex-wrap: nowrap;
        /* overflow-x: scroll; */
        justify-content:center;
    }

    .slidecontain li {
        flex-shrink: 0
    }


    .ph-group{
       

    }


    .poi .ph-group-content{

        width: 90%;


    }

}

@media only screen and (max-width:600px) {
    .ph-group {
        padding: 0 0 15% 0;
    }

    .slidecontain a div {
        font-size: 18px;
    }

    .ph-group-content-text-name {
        font-size: 20px;
    }

    .ph-group-content:nth-of-type(1) ,.ph-group-content:nth-of-type(2),.ph-group-content:nth-of-type(3) {   
        width: 90%;
    }

    .ph-group-content-text-detail a{
        font:300 16px/1.6 arial, "Noto Sans TC";
    }

}

.backTop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 5%;
    right: 3%;
    width: 40px;
    height: 40px;
    font: 18px/1 arial;
    color: #fff;
    background: rgba(0, 0, 0, .85);
    border-radius: 99em;
    z-index: 10
}

.slick-next,
.slick-prev {
    top: 100%;
    width: 120px;
    border-bottom: 1px solid #000;
    z-index: 10
}

.slick-prev {
    left: 25px
}

.slick-next {
    right: 25px
}

.slick-next:hover,
.slick-prev:hover {
    transform: translateY(-5px)
}

.slick-next:before,
.slick-prev:before {
    position: absolute;
    display: block;
    content: " ";
    width: 30px;
    border-bottom: 1px solid #000;
    color: #000
}

.slick-prev:before {
    left: -3px;
    transform: rotate(-45deg)
}

.slick-next:before {
    right: -3px;
    transform: rotate(45deg)
}

.slick-list {
    overflow: visible
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    content: "";
    opacity: 1;
    background: #000;
    border-radius: 99em;
    transition: .5s
}

.slick-dots li.slick-active button:before {
    background: #fe3a2c
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before {
    width: 40px
}

@media only screen and (max-width:600px) {

    .slick-next,
    .slick-prev {
        top: 96%;
        width: 50px
    }

}