#mtkContainer {
    text-align: left;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
}

#mtkContainer * {
    transition: all 0.2s , font-size 0s;
}

.wrapper {
    position: relative;
    width: 94%; max-width: 1100px;
    margin: 0 auto;
    font-size: 24px; 
}

img {
    width: 100%;
    border: 0;
    vertical-align: top;
}
.poi-header .mobile-menu-level-1 .tab .tablinks .tablinks-img{width: auto;}

@media screen and (max-width: 1100px){
    .wrapper{    font-size: 18px; }
}





/*goTop*/

#goTop {
    display: none;
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 10px;
    padding: 10px 10px 2px 10px;
    border-radius: 5em;
    font-size: 12px;
    line-height: 3em;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s;
    text-decoration: none;
}

#goTop:hover {
    padding-top: 30px;
    background-color: rgba(0, 0, 0, 7);
}

#goTop::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 18px;
    width: 0;
    height: 0;
    border: 4px solid #000;
    border-color: transparent transparent #fff;
}







/*menu*/
.poi-header {font-family: Arial,"微軟正黑體", "Microsoft JhengHei",sans-serif;}
.poi-header img{width: auto;}






/*h1 h2*/
h1{ background: url(../images/header7.webp) center top no-repeat; height: 748px; text-indent: -9999px; }
.title{text-align: center; }
.title:nth-of-type(1){margin-top: 30px;}
h2{position: relative; font-size: 38px; letter-spacing: 0.05em; font-weight: bold;  display: inline-block;
     margin-bottom: 0.6em;     margin-top: 3em; }
h2:after{content: ''; display: inline-block; position: absolute; left: -10%; bottom: -0.5em; width: 120%; height: 8px; background: #326e9e; border-radius: 5em; }
h2.redred:after{ background: #fd5c73; }

@media screen and (max-width: 1200px){
 h1{ background: url(../images/header-m-7.webp) center top no-repeat; height: 52vw; background-size: 100%; }
}
@media screen and (max-width: 1100px){
    h2{    font-size: 24px;     }
    h2:after{ height: 5px; }
    .firsth2{margin-top: 8vw;}
}





/*step*/
.stepWrap{text-align: center;     margin-top: 0px; letter-spacing: 0.05em;}
.step{position: relative; display: flex; border-radius: 1em; border:solid #4acada 6px;      margin: 3em 0; font-weight: bold; padding: 1.5em 0; }
.step:last-child{margin-bottom: 0;}
.step p{width: 50%; text-align: left; line-height: 1.8em; padding-top: 1.5em; padding-left: 6em; }
.stepL p{width: 37%;}
.step p a{ color: #326e9e; text-decoration: underline; }
.step .stepImg{display: block; text-align: left;  }
.step .stepNumber{position: absolute; left: 2.4em; top: -1.2em; background: #326e9e; font-size: 158%; padding: 0.4em 1.2em; color: white; border-radius: 5em; border:solid 6px white; box-shadow: 0px 10px 0px #326e93;}
.step .logo_0card{display: block; padding: 1em 2em;}


.bnADa{margin:20px auto 40px auto;text-align: center;display: flex;z-index: 5;transition: 0.3s;width: 80%;max-width: 700px;justify-content: center;flex-wrap: wrap;}
.bnADa:hover{transform: translateY(-10px);}

.bnAD img{width: 100%;}
/* .bnAD img.pc{width: 100%;max-width: 1000px;margin: 0 auto;}
.bnAD img.m{width: 100%;max-width: 768px;display: none;margin: 0 auto;} */

@media screen and (max-width:700px) {
/* 
.bnAD img.pc{display: none;}
.bnAD img.m {display: block;} */
.bnADa {margin: 20px auto 40px auto;}
}




@media screen and (max-width: 1400px){
    .stepWrap{margin-top:20px;}
   /* .bnADa{margin: 40px auto 60px auto;}*/
}

@media screen and (max-width: 960px){
    .step{    flex-wrap: wrap;    padding: 1.5em 1em;     border-width: 5px;     margin: 2em 0;}
    .step p{width: 100%; text-align: center; padding: 1em 0; }
    .step .stepImg{width: 100%; text-align: center;}
    .step .stepNumber{    left: 50%; transform: translateX(-50%);     font-size: 120%;     border-width: 4px;
    box-shadow: 0px 6px 0px #326e93; }
    .step .logo_0card{padding: 1em 0 0 0;}
}




/*recommendation*/
.recommendation{display: flex; flex-wrap: wrap; justify-content: space-between;  margin-top: 1em;}
.recommendation a{display: inline-block; position: relative;  width: calc(50% - 0.8em); margin: 0.8em 0; border:solid 6px #fd5c73; border-radius: 20px; overflow: hidden; background: black;     text-align: center;}
.recommendation img{opacity: .5;}
.recommendation span{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 125%;  color: white; font-weight: bold; line-height: 1.1; letter-spacing: 0.1em;}
.recommendation a:hover img{ opacity: 1; transform: scale(1.05); }
.recommendation a:hover span{ opacity: 0; }

@media screen and (max-width: 1100px){
    .recommendation a{ width: calc(50% - 0.5em); margin: 0.5em 0;  border-width: 5px; }
}

@media screen and (max-width: 640px){
    .recommendation a{ width: 100%; margin: 0.3em 0;   }
    .recommendation span{ font-size: 100%; }
}







/*info*/
.info {margin: 1.5em 0;}
.info li{display: flex;     align-items: center; margin: 1em 0;}
.info li span{display: inline-block; font-size: 125%; background: #326e9e; color: white; font-weight: bold; border-radius: 5em; width: 1.5em; height: 1.5em; text-align: center; line-height: 1.5em;}
.info li p{width: calc(100% - 1.5em); font-size: 83%; line-height: 1.5; padding-left: 0.5em;}
.info li b{font-weight: normal; color: #ff0000;}
.info li a{color: #0f68af; text-decoration: underline;}
.info li a:hover{text-decoration: none; font-weight: bold;}





.bnAD{margin: 20px auto 20px auto;text-align: center;transition: 0.3s;max-width: 1000px;}
/* .bnAD:hover {transform: scale(0.95);} */
.bnAD img.pc{width: 100%;max-width: 800px;margin: 0 auto;}
/* .bnAD img.m{width: 90%;max-width: 768px;display: none;margin: 0 auto;} */
.bnAD.small{max-width: 800px;}
@media screen and (max-width:768px) {

/* .bnAD img.pc{display: none;}
.bnAD img.m{display: block;} */

}


