@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Open+Sans&display=swap");
/* Font */
/* color */
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans TC", "Noto Serif TC", "Open Sans", sans-serif;
}

p {
  font-family: "Noto Sans TC", "Noto Serif TC", "Open Sans", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  font-size: 16px;
  background-color: #750321;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5em;
}

img {
  width: 100%;
  height: auto;
}

.font-16 {
  font-size: 1em;
  letter-spacing: 0.125em;
}
@media (max-width: 767px) {
  .font-16 {
    font-size: 4vw;
  }
}

.font-18 {
  font-size: 1.125em;
  letter-spacing: 0.125em;
}
@media (max-width: 767px) {
  .font-18 {
    font-size: 4.25vw;
  }
}

.font-20 {
  font-size: 1.25em;
  letter-spacing: 0.125em;
}
@media (max-width: 767px) {
  .font-20 {
    font-size: 4.5vw;
  }
}

.font-Noto {
  font-family: "Noto Serif TC";
}

.pcon {
  display: block;
}
@media (max-width: 767px) {
  .pcon {
    display: none !important;
  }
}

.mbon {
  display: none !important;
}
@media (max-width: 767px) {
  .mbon {
    display: block !important;
  }
}

#dg_footer_wrapper {
  background: none !important;
}

#dg_footer_wrapper_inner .dg_footer_row_0 a, #dg_footer_wrapper_inner .dg_footer_row_0 a:hover {
  color: white !important;
}

#dg_footer_wrapper_inner {
  color: #a7394c !important;
}

#dg_footer_wrapper_inner .dg_footer_item_last {
  float: none !important;
}

#dg_footer_wrapper_inner ul li span {
  color: #f3d4a2 !important;
}

.notice {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.notice::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #000;
  z-index: -1;
}
@media (max-width: 767px) {
  .notice::after {
    opacity: 0;
  }
}
.notice_pc {
  max-width: 1000px;
  width: 95%;
}
.notice_mb {
  width: 100%;
}
.notice_mb_pic {
  display: flex;
  justify-content: center;
  align-items: end;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b7;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.menu_close {
  position: absolute;
  width: 3.125em;
  height: 3.125em;
  max-width: 3.125em;
  max-height: 3.125em;
  top: 0;
  right: 0;
  z-index: 999999999;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu_close {
    width: 10vw;
    height: 10vw;
  }
}
.menu_content {
  position: relative;
  width: 95%;
  height: 90%;
  background-position: center center;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-image: url("../images/menu/01.jpg");
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 5em;
  background-color: #750321;
  border-bottom: 2px solid #d2ac82;
  display: flex;
  z-index: 9999;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.478);
}
@media (max-width: 767px) {
  .header {
    height: 3.125em;
  }
}
.header_logo {
  padding: 1.25em 3.125em;
}
@media (max-width: 767px) {
  .header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60%;
    padding: 0;
  }
}
.header_logo img {
  width: auto;
  height: 100%;
}
.header_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media (max-width: 767px) {
  .header_nav {
    flex-direction: column;
    justify-content: start;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 3.125em);
    height: 0;
    padding: 0;
    background-color: #750321;
    transition: 0.3s;
    overflow: hidden;
  }
}
.header_nav_list {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  padding: 0 1.6875em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header_nav_list {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 3.5;
    border-bottom: 1px solid #831d38;
  }
}
.header_nav_list:hover {
  background: #0000006b;
}
.header_nav_list:hover p {
  color: transparent;
  background: linear-gradient(139deg, #ebd1a1 0%, #fefaf1 20%, #cb9b5b 80%, #ebd1a2 100%);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5% 0 auto;
}
@media (max-width: 767px) {
  .header_share {
    width: 100%;
    margin: 10% auto;
  }
}
.header_share_item {
  cursor: pointer;
  width: 1.875em;
  height: 1.875em;
  margin: 0 0.625em;
}
.header_btn {
  position: absolute;
  right: 0.625em;
  top: 0%;
  height: 100%;
  color: transparent;
  background-image: url("../images/open_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 200%;
  cursor: pointer;
}

.kv {
  position: relative;
  z-index: 10;
  margin-top: 5em;
}
@media (max-width: 767px) {
  .kv {
    margin-top: 3.125em;
  }
}

.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main_bg {
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url("../images/bg_icon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.main_bg-1 {
  top: -3.125em;
  left: -10%;
  max-width: 31.25em;
  max-height: 31.25em;
}
@media (max-width: 767px) {
  .main_bg-1 {
    top: -7%;
  }
}
.main_bg-2 {
  top: 8%;
  right: -12%;
  max-width: 37.5em;
  max-height: 37.5em;
}
.main_bg-3 {
  top: 20%;
  left: -10%;
  max-width: 37.5em;
  max-height: 37.5em;
}
@media (max-width: 767px) {
  .main_bg-3 {
    top: 35%;
  }
}
.main_bg-4 {
  top: 35%;
  right: 5%;
  max-width: 18.75em;
  max-height: 18.75em;
}
@media (max-width: 767px) {
  .main_bg-4 {
    right: -5%;
    top: 80%;
  }
}

.section {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  margin: 3.125em auto;
  z-index: 9;
}
.section_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_1_title {
  max-width: 31.25em;
  width: 90%;
}
.section_1_content_text {
  text-align: center;
  color: white;
  margin: 0.625em auto;
  line-height: 2;
}
@media (max-width: 767px) {
  .section_1_content_text {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section_1_content_text-1 {
    margin: 3% 0 0 0;
  }
}
.section_1_content_text-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section_1_content_text-2 {
    flex-direction: column;
  }
}
.section_1_content_btn {
  padding: 0 1.25em;
  color: #540419;
  background-image: url("../images/btn_bg.png");
  background-size: 100% 100%;
  border-radius: 3.125em;
  overflow: hidden;
  line-height: 2;
  text-decoration: none;
  margin: 0 0.625em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section_1_content_btn {
    line-height: 2.5;
    margin: 5% auto;
  }
}
.section_1_notice {
  color: white;
  margin: 1.875em auto;
}
@media (max-width: 767px) {
  .section_1_notice {
    margin: 5% auto;
  }
}
.section_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_2 .s2_tab1 {
  background-image: url("../images/s2_tab01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section_2 .s2_tab2 {
  background-image: url("../images/s2_tab02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section_2 .s2_tab3 {
  background-image: url("../images/s2_tab03.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section_2 .tab-on {
  opacity: 1;
}
.section_2_tabs {
  width: 90%;
  max-width: 1300px;
  position: relative;
}
@media (max-width: 767px) {
  .section_2_tabs {
    width: 130%;
  }
}
.section_2_tabs_content {
  max-width: 900px;
  width: 70%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_2_tabs_list {
  width: 33%;
  height: 100%;
  cursor: pointer;
}
.section_2_content {
  position: relative;
  width: 80%;
}
@media (max-width: 767px) {
  .section_2_content {
    width: 90%;
  }
}
.section_2_content_list {
  width: 100%;
  display: flex;
  opacity: 0;
  transition: 0.2s;
  justify-content: space-between;
  align-items: center;
}
.section_2_content_list-set {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .section_2_content_list {
    flex-direction: column;
  }
}
.section_2_content_list_box2 {
  width: 100% !important;
  justify-content: start !important;
}
.section_2_content_list_box2_pic {
  width: fit-content;
  max-width: 250px;
}
@media (max-width: 767px) {
  .section_2_content_list_box2_pic {
    width: 60% !important;
  }
}
.section_2_content_list_box2_content {
  width: 100% !important;
}
.section_2_content_list_box {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.125em auto 0 auto;
}
@media (max-width: 767px) {
  .section_2_content_list_box {
    width: 100%;
    align-items: flex-start;
  }
}
.section_2_content_list_box_pic {
  width: 50%;
}
@media (max-width: 767px) {
  .section_2_content_list_box_pic {
    width: 40%;
  }
}
.section_2_content_list_box_content {
  width: 50%;
}
@media (max-width: 767px) {
  .section_2_content_list_box_content {
    width: 60%;
  }
}
.section_2_content_list_box_content_title {
  width: fit-content;
  padding: 0.625em 1.25em;
  color: #540419;
  background-image: url("../images/btn_bg.png");
  background-size: 100% 100%;
  border-radius: 3.125em;
  overflow: hidden;
  line-height: 1.25;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transform: translateX(-1.25em);
  margin: 1em 0;
}
.section_2_content_list_box_content_title2 {
  color: white;
  font-weight: bold;
  margin: 1em auto;
}
.section_2_content_list_box_content_text {
  color: white;
}
.section_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section_3_page {
    width: 60%;
    margin: 10% auto 5% auto;
    max-width: 400px;
  }
  .section_3_page_dom {
    display: none;
    width: 100%;
  }
  .section_3_page_box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .section_3_page_list {
    width: 1.875em;
    height: 1.875em;
    color: white;
    text-align: center;
    line-height: 1.71875em;
    cursor: pointer;
  }
}
.section_3_select {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: end;
  margin: 2em auto;
}
.section_3_select-2 {
  display: none;
}
.section_3_select label {
  padding: 0 0.5em;
  background-color: #0000005f;
}
@media (max-width: 767px) {
  .section_3_select label {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.75em 1em;
  }
}
.section_3_select_bar {
  background-color: #00000001;
  border: none;
  color: #fff;
  padding: 0.75em 1em;
  font-size: 1em;
  text-align: center;
  letter-spacing: 0.0625em;
}
.section_3_select_bar option {
  color: #000 !important;
}
.section_3_select_bar option:focus-visible {
  color: #000 !important;
}
@media (max-width: 767px) {
  .section_3_select_bar {
    width: 100%;
    padding: 0;
  }
}
.section_3_select_bar:focus-visible {
  border: none;
  outline: none;
}
.section_3 .pagecontent-set {
  display: block;
}
.section_3 .page-set {
  border: 1px solid #ffffff;
}
.section_3 .tab-3 {
  color: transparent;
  background: linear-gradient(139deg, #ebd1a1 0%, #fefaf1 20%, #cb9b5b 80%, #ebd1a2 100%);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_3 .tab-table3 {
  display: table;
}
.section_3_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_3_title p {
  color: white;
  text-align: center;
}
.section_3_title_pic {
  width: 60%;
  max-width: 350px;
  transform: translateY(1.875em);
}
.section_3_tabs {
  position: relative;
  width: 100%;
  max-width: 31.25em;
}
.section_3_tabs_list {
  position: absolute;
  width: 60%;
  height: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_3_tabs_list_i {
  width: 50%;
  cursor: pointer;
  text-align: center;
  color: rgba(255, 255, 255, 0.315);
}
.section_3_content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 50vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .section_3_content {
    height: auto;
  }
}
.section_3_content_dom {
  width: 100%;
  display: none;
}
.section_3_content_dom_page {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .section_3_content {
    border-top: 1px solid #c39365;
  }
  .section_3_content_box {
    width: 100%;
    margin: 5% 0;
    border-bottom: 1px solid rgba(195, 146, 101, 0.359);
  }
  .section_3_content_box_list {
    color: white;
    line-height: 2;
  }
  .section_3_content_box_list-1 {
    font-weight: bold;
  }
  .section_3_content_box_list-4 {
    width: 45%;
    margin: 5% 0;
  }
}
.section_3_content_table {
  width: 100%;
  line-height: 3;
  display: none;
  transition: 0.2s;
}
.section_3_content_table tr td:first-child {
  width: 20%;
}
.section_3_content_table tr td:nth-child(2) {
  width: 20%;
}
.section_3_content_header {
  position: relative;
  color: #bf896e;
}
.section_3_content_header::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background: #bf896e;
}
.section_3_content_list {
  position: relative;
  color: white;
  line-height: 1.5;
}
.section_3_content_list::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background: #bf896e;
  opacity: 0.3;
}
.section_3_content_list td {
  padding: 1em 0;
}
.section_3_content_list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
  margin: 0 1em;
  cursor: pointer;
}
.section_3_content_list_btn img {
  display: block;
  width: auto;
}
.section_3_notice {
  text-align: center;
  color: white;
  margin: 3.125em auto;
}
.section_3_other {
  background-color: #00000042;
  text-decoration: none;
  padding: 0 3.75em;
  border: 1px solid #f3d4a2;
  margin: 3.75em auto;
}
@media (max-width: 767px) {
  .section_3_other {
    margin: 0 auto 3.75em auto;
  }
}
.section_3_other p {
  font-size: 1.875em;
  color: transparent;
  background: linear-gradient(139deg, #ebd1a1 0%, #fefaf1 20%, #cb9b5b 80%, #ebd1a2 100%);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 3;
}
@media (max-width: 767px) {
  .section_3_other p {
    font-size: 6vw;
  }
}/*# sourceMappingURL=all.css.map */