@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes oxxo {
  0% {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(233, 82, 103, 0.3));
            filter: drop-shadow(0px 0px 10px rgba(233, 82, 103, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 13px #e95267);
            filter: drop-shadow(0px 0px 13px #e95267);
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px rgba(233, 82, 103, 0.4));
            filter: drop-shadow(0px 0px 7px rgba(233, 82, 103, 0.4));
  }
}
@keyframes oxxo {
  0% {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(233, 82, 103, 0.3));
            filter: drop-shadow(0px 0px 10px rgba(233, 82, 103, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 13px #e95267);
            filter: drop-shadow(0px 0px 13px #e95267);
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 7px rgba(233, 82, 103, 0.4));
            filter: drop-shadow(0px 0px 7px rgba(233, 82, 103, 0.4));
  }
}
* {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input[type="radio"] {
  display: none;
}

input#tab-1:checked ~ #tab-menu ol li:nth-of-type(1) label:before {
  display: block;
}
input#tab-1:checked ~ #tab-menu ol li:nth-of-type(1) label:after {
  opacity: 1 !important;
}
input#tab-1 ~ #main section:nth-of-type(1) {
  display: none;
}
input#tab-1:checked ~ #main section:nth-of-type(1) {
  display: block;
}

input#tab-2:checked ~ #tab-menu ol li:nth-of-type(2) label:before {
  display: block;
}
input#tab-2:checked ~ #tab-menu ol li:nth-of-type(2) label:after {
  opacity: 1 !important;
}
input#tab-2 ~ #main section:nth-of-type(2) {
  display: none;
}
input#tab-2:checked ~ #main section:nth-of-type(2) {
  display: block;
}

input#tab-3:checked ~ #tab-menu ol li:nth-of-type(3) label:before {
  display: block;
}
input#tab-3:checked ~ #tab-menu ol li:nth-of-type(3) label:after {
  opacity: 1 !important;
}
input#tab-3 ~ #main section:nth-of-type(3) {
  display: none;
}
input#tab-3:checked ~ #main section:nth-of-type(3) {
  display: block;
}

.text-r {
  text-align: right;
}

.m-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
}

.link {
  color: #0025df;
  margin: 0 5px;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans TC", "微軟正黑體";
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 768px) {
  html, body {
    font-size: 3.2vw;
  }
}

#wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 595px;
  background-image: url("../images/kv.png"), url("../images/bg.jpg");
  background-position: center top, center top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto auto;
}
@media only screen and (max-width: 1920px) {
  #wrapper {
    padding-top: 31%;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper {
    padding-top: 45%;
    background-size: 130% auto, auto auto;
  }
}

#tab-menu {
  width: 92%;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  #tab-menu {
    margin-bottom: 1.5rem !important;
  }
}
#tab-menu ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}
@media only screen and (max-width: 768px) {
  #tab-menu ol.type-3 {
    margin: 0 1.9%;
  }
  #tab-menu ol.type-3 li {
    margin: 0 -1.9%;
  }
  #tab-menu ol.type-2 {
    margin: 0 2.8%;
  }
  #tab-menu ol.type-2 li {
    margin: 0 -2.8%;
  }
}
#tab-menu ol li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1rem;
}
#tab-menu ol li label {
  position: relative;
  display: block;
  cursor: pointer;
}
#tab-menu ol li label:before, #tab-menu ol li label:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#tab-menu ol li label:before {
  display: none;
  background-image: url("../images/menu_bg_h.png");
  -webkit-animation: fade-in 2s linear infinite;
  z-index: 1;
}
#tab-menu ol li label:after {
  opacity: 0.3;
  z-index: 2;
}
#tab-menu ol li label img {
  display: block;
  width: 100%;
}
#tab-menu ol li:nth-of-type(1) label:after {
  background-image: url("../images/menu_1.png");
}
#tab-menu ol li:nth-of-type(2) label:after {
  background-image: url("../images/menu_2.png");
}
#tab-menu ol li:nth-of-type(3) label:after {
  background-image: url("../images/menu_3.png");
}

#main {
  position: relative;
  width: 92%;
  max-width: 1000px;
  color: #595757;
}
#main section .box {
  background: #e5e5e5;
  border-style: solid;
  border-width: 10px;
  border-color: #006f95;
  padding: 40px 70px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #main section .box {
    padding: 2rem;
    border-width: 0.5rem;
  }
}
#main section .list {
  position: relative;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #main section .list {
    display: block;
  }
}
#main section .list span.title {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: block;
  margin-right: 0.5rem;
  color: #fff;
  font-weight: 700;
  background: #006f95;
  padding: 0 0.5rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  #main section .list span.title {
    padding: 0.2rem 0.5rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
#main section .list .text {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main section ol {
  font-size: 1.2rem;
  list-style-position: outside;
  list-style-type: circle;
  padding-left: 2.4rem;
}
#main section ol.disc {
  list-style-type: disc;
}
#main section ol.decimal {
  list-style-type: decimal;
}
#main section ol li {
  margin-bottom: 0.5rem;
}
#main section .bt {
  display: block;
  text-align: center;
}
#main section .bt a {
  display: inline-block;
  max-width: 45%;
  margin: 1rem 1%;
}
@media only screen and (max-width: 768px) {
  #main section .bt a {
    width: 60%;
    max-width: 300px;
  }
}
#main section .bt a img {
  -webkit-animation: oxxo 2s linear infinite;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#main section .bt a:hover img {
  -ms-transform: translateY(-5%);
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}
#main section .notes {
  font-weight: 300;
  color: #595757;
  line-height: 1.5;
  padding: 0 70px;
}
@media only screen and (max-width: 768px) {
  #main section .notes {
    padding: 0;
  }
}
#main section .notes h6 {
  font-size: 1.2rem;
}
#main section .notes ol {
  font-size: 1rem;
  padding-left: 2.2rem;
}

footer {
  padding: 1.5rem 0;
  color: #fff;
  background: #000;
}
footer p {
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
}
