/* Break Set */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
blockquote {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:hover, input:active, input:focus,
textarea:hover,
textarea:active,
textarea:focus,
button:hover,
button:active,
button:focus {
  outline: none;
}

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

.page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}

.page-wrapper section {
  margin-bottom: 5%;
}

@media only screen and (max-width: 767px) {
  .page-wrapper section {
    margin-bottom: 10%;
  }
}

@media only screen and (max-width: 1075px) {
  .page-wrapper .mb-no-max-width {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .mb-hidden {
    display: none !important;
  }
}

/* Break Set */
.br1070 {
  display: block !important;
}

.view1070 {
  display: none !important;
}

@media only screen and (max-width: 1070px) {
  .br1070 {
    display: none !important;
  }
  .view1070 {
    display: block !important;
  }
}

.br1024 {
  display: block !important;
}

.view1024 {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .br1024 {
    display: none !important;
  }
  .view1024 {
    display: block !important;
  }
}

.br960 {
  display: block !important;
}

.view960 {
  display: none !important;
}

@media only screen and (max-width: 960px) {
  .br960 {
    display: none !important;
  }
  .view960 {
    display: block !important;
  }
}

.br892 {
  display: block !important;
}

.view892 {
  display: none !important;
}

@media only screen and (max-width: 892px) {
  .br892 {
    display: none !important;
  }
  .view892 {
    display: block !important;
  }
}

.br860 {
  display: block !important;
}

.view860 {
  display: none !important;
}

@media only screen and (max-width: 860px) {
  .br860 {
    display: none !important;
  }
  .view860 {
    display: block !important;
  }
}

.br800 {
  display: block !important;
}

.view800 {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .br800 {
    display: none !important;
  }
  .view800 {
    display: block !important;
  }
}

.br768 {
  display: block !important;
}

.view768 {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .br768 {
    display: none !important;
  }
  .view768 {
    display: block !important;
  }
}

.br767 {
  display: block !important;
}

.view767 {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .br767 {
    display: none !important;
  }
  .view767 {
    display: block !important;
  }
}

.br700 {
  display: block !important;
}

.view700 {
  display: none !important;
}

@media only screen and (max-width: 700px) {
  .br700 {
    display: none !important;
  }
  .view700 {
    display: block !important;
  }
}

.br650 {
  display: block !important;
}

.view650 {
  display: none !important;
}

@media only screen and (max-width: 650px) {
  .br650 {
    display: none !important;
  }
  .view650 {
    display: block !important;
  }
}

.br600 {
  display: block !important;
}

.view600 {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .br600 {
    display: none !important;
  }
  .view600 {
    display: block !important;
  }
}

.br550 {
  display: block !important;
}

.view550 {
  display: none !important;
}

@media only screen and (max-width: 550px) {
  .br550 {
    display: none !important;
  }
  .view550 {
    display: block !important;
  }
}

.br520 {
  display: block !important;
}

.view520 {
  display: none !important;
}

@media only screen and (max-width: 520px) {
  .br520 {
    display: none !important;
  }
  .view520 {
    display: block !important;
  }
}

.br480 {
  display: block !important;
}

.view480 {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .br480 {
    display: none !important;
  }
  .view480 {
    display: block !important;
  }
}

.br450 {
  display: block !important;
}

.view450 {
  display: none !important;
}

@media only screen and (max-width: 450px) {
  .br450 {
    display: none !important;
  }
  .view450 {
    display: block !important;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
}

iframe {
  border: none;
}

.flex-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-container .col-5pw,
.flex-container .col-10pw,
.flex-container .col-20pw,
.flex-container .col-25pw,
.flex-container .col-30pw,
.flex-container .col-33pw,
.flex-container .col-40pw,
.flex-container .col-45pw,
.flex-container .col-49pw,
.flex-container .col-50pw,
.flex-container .col-51pw,
.flex-container .col-55pw,
.flex-container .col-60pw,
.flex-container .col-66pw,
.flex-container .col-70pw,
.flex-container .col-80pw,
.flex-container .col-90pw,
.flex-container .col-100pw {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.flex-container .col-5pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
}

.flex-container .col-10pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.flex-container .col-20pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.flex-container .col-25pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.flex-container .col-30pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.flex-container .col-33pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.flex-container .col-40pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.flex-container .col-45pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

.flex-container .col-49pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}

.flex-container .col-50pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-container .col-51pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
  max-width: 51%;
}

.flex-container .col-55pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.flex-container .col-60pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.flex-container .col-66pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.flex-container .col-70pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.flex-container .col-80pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.flex-container .col-90pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.flex-container .col-100pw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-container .col-10pw-non-resp,
.flex-container .col-20pw-non-resp,
.flex-container .col-25pw-non-resp,
.flex-container .col-30pw-non-resp,
.flex-container .col-33pw-non-resp,
.flex-container .col-36pw-non-resp,
.flex-container .col-40pw-non-resp,
.flex-container .col-45pw-non-resp,
.flex-container .col-49pw-non-resp,
.flex-container .col-50pw-non-resp,
.flex-container .col-51pw-non-resp,
.flex-container .col-55pw-non-resp,
.flex-container .col-60pw-non-resp,
.flex-container .col-66pw-non-resp,
.flex-container .col-70pw-non-resp,
.flex-container .col-80pw-non-resp,
.flex-container .col-90pw-non-resp,
.flex-container .col-100pw-non-resp {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.flex-container .col-10pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.flex-container .col-20pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.flex-container .col-25pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.flex-container .col-30pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.flex-container .col-33pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.flex-container .col-36pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
}

.flex-container .col-40pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.flex-container .col-45pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

.flex-container .col-49pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}

.flex-container .col-50pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-container .col-51pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
  max-width: 51%;
}

.flex-container .col-55pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.flex-container .col-60pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.flex-container .col-66pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.flex-container .col-70pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.flex-container .col-80pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.flex-container .col-90pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.flex-container .col-100pw-non-resp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .flex-container .col-5pw,
  .flex-container .col-10pw,
  .flex-container .col-20pw,
  .flex-container .col-25pw,
  .flex-container .col-30pw,
  .flex-container .col-33pw,
  .flex-container .col-40pw,
  .flex-container .col-45pw,
  .flex-container .col-49pw,
  .flex-container .col-50pw,
  .flex-container .col-51pw,
  .flex-container .col-55pw,
  .flex-container .col-60pw,
  .flex-container .col-66pw,
  .flex-container .col-70pw,
  .flex-container .col-80pw,
  .flex-container .col-90pw,
  .flex-container .col-100pw {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.page-wrapper embed,
.page-wrapper iframe,
.page-wrapper img,
.page-wrapper object,
.page-wrapper video {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.page-wrapper .content_container {
  max-width: 1070px;
  margin: 0 auto;
}

.page-wrapper .section {
  padding: 0 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-wrapper .section_content {
  padding-left: 40px;
}

.page-wrapper .section_title {
  position: relative;
  display: inline-block;
  font-family: "LibreFranklin-Regular", "ReaderMedium", "Microsoft JhengHei UI", "Microsoft JhengHei UI", "Microsoft JhengHei", "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 2%;
  border-bottom: 1px solid black;
}

.page-wrapper .section_text {
  font-family: "LibreFranklin-Regular", "ReaderMedium", "Microsoft JhengHei UI", "Microsoft JhengHei UI", "Microsoft JhengHei", "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 18px;
  margin-bottom: 2%;
  line-height: 1.2;
}

.page-wrapper .section_cta {
  position: relative;
  display: inline-block;
  font-family: "LibreFranklin-Regular", "ReaderMedium", "Microsoft JhengHei UI", "Microsoft JhengHei UI", "Microsoft JhengHei", "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 15px;
  padding: 10px 40px;
  background: black;
  color: white;
  margin-bottom: 2%;
}

.page-wrapper .section_cta a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-wrapper .section_tnc {
  font-family: "LibreFranklin-Regular", "ReaderMedium", "Microsoft JhengHei UI", "Microsoft JhengHei UI", "Microsoft JhengHei", "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 12px;
}

.page-wrapper .red_border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/border.png) no-repeat center;
  background-size: 100% 100%;
}

.page-wrapper .border_txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-family: "LibreFranklin-Regular", "ReaderMedium", "Microsoft JhengHei UI", "Microsoft JhengHei UI", "Microsoft JhengHei", "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-wrapper .line li {
  position: relative;
}

.page-wrapper .line li::before {
  position: absolute;
  display: block;
  content: "-";
  right: 100%;
}

@media only screen and (max-width: 1070px) {
  .page-wrapper .section_title {
    font-size: 3.125vw;
  }
  .page-wrapper .section_text {
    font-size: 1.875vw;
  }
  .page-wrapper .border_txt {
    font-size: 2.804vw;
  }
}

@media only screen and (max-width: 767px) {
  .page-wrapper .section_content {
    padding-top: 10%;
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
  }
  .page-wrapper .section_title {
    font-size: 5vw;
    margin-bottom: 5%;
  }
  .page-wrapper .section_text {
    font-size: 4vw;
    margin-bottom: 5%;
  }
  .page-wrapper .section_cta {
    font-size: 3.75vw;
    margin-bottom: 5%;
  }
  .page-wrapper .section_tnc {
    font-size: 3vw;
  }
  .page-wrapper .border_txt {
    font-size: 5vw;
  }
}

.page-wrapper .slick-slide:focus {
  outline: none;
}

#banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
/*# sourceMappingURL=main.css.map */