* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans TC", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.container {
  border: 1px solid #f4cc1d;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}

.headerBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  position: relative;
  width: 100%;
}

.headerBox ul {
  list-style-type: none;
}

.headerBox ul li {
  float: left;
}

.headerBox ul li > img.logo {
  height: auto;
  max-width: 364px;
}

.headerBox ul li:nth-child(2) {
  padding: 0 36px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.headerBox p {
  color: #e62017;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-6%);
          transform: translateY(-6%);
}

.mainInfoBoxShadow {
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.32));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.32));
}

.mainInfoBox {
  background: #f4cc1d;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  display: block;
  height: 942px;
  position: relative;
  width: 100%;
}

.mainInfoBox .mainInfoContent {
  margin: 0 auto;
  max-width: 990px;
  width: 100%;
}

.mainInfoBox .infoTop {
  padding-top: 50px;
}

.mainInfoBox .infoTop img {
  float: left;
  height: auto;
}

.mainInfoBox .infoTop img.exclamationMark {
  -webkit-animation: scaleEffect 2s ease-in-out 0s forwards infinite;
          animation: scaleEffect 2s ease-in-out 0s forwards infinite;
}

.mainInfoBox .infoTop .titleText {
  float: right;
  padding-top: 10px;
}

.mainInfoBox .infoTop .titleText h1 {
  font-size: 154px;
}

.mainInfoBox .infoTop .titleText h3 {
  color: #d8211a;
  font-size: 66px;
  margin-top: 38px;
  text-align: center;
}

.mainInfoBox .infoTop .titleText h3 span {
  background: url(../images/titleXIcon.png) center center no-repeat;
  background-size: 122px 122px;
  margin-left: 14px;
}

.mainInfoBox img.alertInform1 {
  display: block;
  height: auto;
  margin: 38px auto 0 auto;
  width: 100%;
}

.mainInfoBox .InfoMiddle {
  margin-top: -40px;
}

.mainInfoBox .InfoMiddle p {
  font-weight: 600;
  line-height: 42px;
  text-align: center;
}

.mainInfoBox .InfoMiddle p.bigFont {
  font-size: 32px;
}

.mainInfoBox .InfoMiddle p.smallFont {
  font-size: 20px;
}

.mainInfoBox img.alertInform2 {
  display: block;
  float: right;
  height: auto;
  margin: 20px 34px 0 0;
}

.illustrateBox {
  margin: 0 auto;
  max-width: 1090px;
  position: relative;
  width: 100%;
}

.illustrateBox img.officerPic {
  height: auto;
  position: absolute;
  top: -50%;
  -webkit-transform: rotate(2deg) translateY(-12%);
          transform: rotate(2deg) translateY(-12%);
  z-index: 1000;
}

.illustrateBox .illustrateDetail {
  margin-top: 110px;
  width: 100%;
}

.illustrateBox .illustrateDetail p.leftText01,
.illustrateBox .illustrateDetail p.leftText02 {
  color: #115ca6;
  font-size: 34px;
  font-weight: 600;
  position: absolute;
}

.illustrateBox .illustrateDetail p.leftText01 {
  left: 42.4%;
  top: -160px;
}

.illustrateBox .illustrateDetail p.leftText02 {
  left: 40.8%;
  top: -106px;
}

.illustrateBox .illustrateDetail p.rightText01,
.illustrateBox .illustrateDetail p.rightText02 {
  font-weight: 600;
  position: absolute;
}

.illustrateBox .illustrateDetail p.rightText01 {
  color: #1da9ac;
  font-size: 30px;
  right: 1%;
  top: -210px;
}

.illustrateBox .illustrateDetail p.rightText02 {
  color: #040000;
  font-size: 26px;
  right: 1%;
  top: -166px;
}

.illustrateBox .illustrateDetail .left {
  float: left;
  position: relative;
  width: 50%;
}

.illustrateBox .illustrateDetail .left .leftPlace {
  float: left;
  width: 60%;
}

.illustrateBox .illustrateDetail .left .rightPlace {
  float: right;
  position: relative;
  width: 34%;
}

.illustrateBox .illustrateDetail .left .rightPlace img.landMarkPic {
  height: auto;
  -webkit-transform: translateY(-56px);
          transform: translateY(-56px);
}

.illustrateBox .illustrateDetail .left .rightPlace img.cheatPic {
  height: auto;
  left: 50%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translate(-42%, -28px);
          transform: translate(-42%, -28px);
}

.illustrateBox .illustrateDetail .right {
  float: right;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  width: 47%;
}

.illustrateBox .illustrateDetail .right img {
  height: auto;
  max-width: 100%;
}

.illustrateBox .illustrateDetail .right .text {
  margin-top: 14px;
}

.illustrateBox .illustrateDetail .right .text p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-left: 12px;
}

.illustrateBox .illustrateDetail .right .text p > .point {
  color: #e83a18;
}

.illustrateBox .suggestion {
  position: relative;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
  width: 100%;
}

.illustrateBox .suggestion .suggestText {
  bottom: 0;
  color: #791c1c;
  float: left;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 66%;
}

.illustrateBox .suggestion .suggestText h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.illustrateBox .suggestion .suggestText p {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.illustrateBox .suggestion img.KOPic {
  float: right;
  height: auto;
  max-width: 100%;
  width: 28%;
}

.illustrateBox p.contactText {
  color: #221814;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.illustrateBox p.contactText a {
  color: #221814;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.illustrateBox p.contactText a:hover {
  opacity: 0.64;
}

@-webkit-keyframes scaleEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (max-width: 1100px) {
  .headerBox p {
    font-size: 44px;
  }
  .illustrateBox {
    max-width: 1000px;
    padding: 0 10px;
  }
  .illustrateBox img.officerPic {
    -webkit-transform: translateY(-21.6%);
            transform: translateY(-21.6%);
  }
  .illustrateBox .illustrateDetail .left .leftPlace {
    float: left;
    width: 60%;
  }
  .illustrateBox .illustrateDetail .left .leftPlace img.attentionPic {
    margin-top: 10px;
    max-width: 110%;
  }
  .illustrateBox .illustrateDetail .right img {
    height: auto;
    max-width: 100%;
  }
  .illustrateBox .illustrateDetail .right .text p {
    font-size: 19px;
    line-height: 28px;
    margin-left: 0;
  }
  .illustrateBox .suggestion .suggestText h5 {
    font-size: clamp(22px, 20px, 20px);
    margin-bottom: 6px;
  }
  .illustrateBox .suggestion .suggestText p {
    font-size: clamp(18px, 18px, 24px);
    line-height: 28px;
  }
}

@media screen and (min-width: 1023px) {
  .desktopHide,
  .mobile_subTitleText {
    display: none;
  }
  .mobileHide {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .desktopHide {
    display: block;
  }
  .mobileHide {
    display: none;
  }
  .container {
    border: none;
    max-width: 100%;
  }
  .headerBox {
    padding: 12px 6px;
  }
  .headerBox ul li > img.logo {
    height: auto;
    max-width: 170px;
  }
  .headerBox ul li:nth-child(2) {
    padding: 0 10px;
  }
  .headerBox ul li:nth-child(2) > img.headerXIcon {
    height: auto;
    max-width: 16px;
  }
  .headerBox p {
    font-size: 14px;
    -webkit-transform: translateY(24%);
            transform: translateY(24%);
  }
  .mainInfoBox {
    height: 584px;
    padding: 0 15px;
  }
  .mainInfoBox .mainInfoContent {
    max-width: 400px;
  }
  .mainInfoBox .infoTop {
    margin-bottom: 16px;
    padding-top: 20px;
  }
  .mainInfoBox .infoTop img.exclamationMark {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 70%;
  }
  .mainInfoBox .infoTop img.exclamationMark.mobileHide {
    display: none;
  }
  .mainInfoBox .infoTop .mobile_subTitleText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
  }
  .mainInfoBox .infoTop .mobile_subTitleText li {
    color: #d8211a;
    float: left;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    width: 33.3%;
  }
  .mainInfoBox .infoTop .mobile_subTitleText li:last-child {
    background: url(../images/titleXIcon.png) center center no-repeat;
    background-size: 56px 56px;
  }
  .mainInfoBox .infoTop .titleText {
    float: none;
    margin: 0 auto;
  }
  .mainInfoBox .infoTop .titleText h1 {
    font-size: clamp(64px, 66px, 70px);
    text-align: center;
  }
  .mainInfoBox .infoTop .titleText h3 {
    display: none;
  }
  .mainInfoBox .infoTop .titleText h3 span {
    background: url(../images/titleXIcon.png) center center no-repeat;
    background-size: 122px 120px;
    margin-left: 14px;
  }
  .mainInfoBox img.alertInform1 {
    margin: 0 auto;
    width: 90%;
  }
  .mainInfoBox .InfoMiddle {
    margin-top: 0;
  }
  .mainInfoBox .InfoMiddle p {
    line-height: 24px;
  }
  .mainInfoBox .InfoMiddle p.bigFont {
    font-size: 16px;
  }
  .mainInfoBox .InfoMiddle p.smallFont {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
  }
  .mainInfoBox img.alertInform2 {
    float: none;
    margin: 12px auto 0 auto;
    width: 80%;
  }
  .illustrateBox {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  .illustrateBox img.officerPic {
    display: block;
    max-width: clamp(46%, 48%, 50%);
    top: 0%;
    -webkit-transform: rotate(1deg) translate(12%, -116%);
            transform: rotate(1deg) translate(12%, -116%);
  }
  .illustrateBox .illustrateDetail {
    margin-top: 40px;
  }
  .illustrateBox .illustrateDetail .left {
    float: none;
    width: 100%;
  }
  .illustrateBox .illustrateDetail .left .leftPlace {
    float: left;
  }
  .illustrateBox .illustrateDetail .left .leftPlace img.attentionPic {
    margin-top: 60px;
    max-width: 92%;
  }
  .illustrateBox .illustrateDetail .left .rightPlace {
    float: right;
    width: 40%;
  }
  .illustrateBox .illustrateDetail .left .rightPlace img.landMarkPic {
    height: auto;
    max-width: 100%;
    -webkit-transform: translateY(-56px);
            transform: translateY(-56px);
  }
  .illustrateBox .illustrateDetail .left .rightPlace img.cheatPic {
    height: auto;
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    -webkit-transform: translate(-50%, -28px);
            transform: translate(-50%, -28px);
  }
  .illustrateBox .illustrateDetail .right {
    float: none;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
  }
  .illustrateBox .illustrateDetail .right img {
    height: auto;
    max-width: 100%;
  }
  .illustrateBox .illustrateDetail .right .text {
    margin-top: 14px;
  }
  .illustrateBox .illustrateDetail .right .text p {
    font-size: 18px;
    line-height: 28px;
    margin-left: 0;
    text-align: justify;
  }
  .illustrateBox .suggestion {
    -webkit-transform: translateY(14%);
            transform: translateY(14%);
  }
  .illustrateBox .suggestion .suggestText {
    float: none;
    position: static;
    -webkit-transform: translateY(-16%);
            transform: translateY(-16%);
    width: 100%;
  }
  .illustrateBox .suggestion img.KOPic {
    display: block;
    float: none;
    margin: 0 auto;
    width: 70%;
  }
  .illustrateBox .suggestion p {
    text-align: justify;
  }
  .illustrateBox p.contactText {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
  }
}

@media screen and (max-width: 500px) {
  .mainInfoBox {
    height: clamp(570px, 570px, 586px);
  }
  .mainInfoBox .infoTop .mobile_subTitleText li {
    font-size: clamp(12px, 26px, 32px);
  }
  .illustrateBox {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  .illustrateBox img.officerPic {
    display: block;
    height: auto;
    max-width: clamp(46%, 50%, 52%);
    position: absolute;
    top: 0%;
    -webkit-transform: rotate(-4.4deg) translate(12%, -108%);
            transform: rotate(-4.4deg) translate(12%, -108%);
    z-index: 1000;
  }
  .illustrateBox .illustrateDetail .right .text p {
    font-size: clamp(18px, 18px, 24px);
    line-height: 28px;
    margin-left: 0;
  }
}

@media screen and (max-width: 412px) {
  .headerBox ul li > img.logo {
    max-width: 154px;
  }
  .headerBox p {
    font-size: clamp(12px, 12px, 14px);
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .mainInfoBox {
    height: clamp(550px, 550px, 586px);
  }
}

@media screen and (max-width: 372px) {
  .headerBox ul li {
    float: none;
  }
  .headerBox ul li > img.logo {
    max-width: 174px;
  }
  .headerBox ul li:nth-child(2) {
    padding: 0 36px 10px 36px;
  }
  .headerBox ul li:nth-child(2) img {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .headerBox p {
    font-size: clamp(14px, 12px, 14px);
    text-align: center;
  }
  .mainInfoBox .infoTop .mobile_subTitleText li {
    font-size: clamp(12px, 21px, 32px);
  }
}

@media screen and (max-width: 320px) {
  .illustrateBox img.officerPic {
    -webkit-transform: rotate(-4.4deg) translate(12%, -124%);
            transform: rotate(-4.4deg) translate(12%, -124%);
  }
}
/*# sourceMappingURL=style.css.map */