* { box-sizing: border-box;}
#mktContent {overflow-x: hidden;}
#mktContent.htl{overflow: visible;}
a{text-decoration: none;}
/*版頭*/
header.header{height: 350px; background: url(../images/header-2.jpg) top center no-repeat;}
header.header h1{display: none;}
body{background: #f4f4f4;}
/*手機板*/
#mktContent iframe { display: block !important; margin: 0 auto !important; width: 80% !important; max-width: 1000px !important; min-width: 300px !important; transform: translateY(-50px); border-radius: 20px; }
.set-footer-alert{display: none;}
.tablinks a{color: #000000;}

@media screen and (max-width:768px){
    header.header{height: auto; background: none;}
    header.header h1{display: block;}
    header.header h1 img{width: 100%;}

    #mktContent iframe { transform: translateY(0px); min-width: 100% !important;}
}