@charset "UTF-8";
:root {
  --main: #ed6c00;
  --btn: #f65e7b;
  --btn_h: #f3a200;
  --bg: #f0e7db;
  --aside: #f3a200;
}

/* Thin */
@font-face {
  font-family: "SweiSansCJKtc";
  src: url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Thin.woff2") format("woff2"), url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Light */
@font-face {
  font-family: "SweiSansCJKtc";
  src: url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Light.woff2") format("woff2"), url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Regular */
@font-face {
  font-family: "SweiSansCJKtc";
  src: url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Regular.woff2") format("woff2"), url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: "SweiSansCJKtc";
  src: url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Medium.woff2") format("woff2"), url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: "SweiSansCJKtc";
  src: url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Bold.woff2") format("woff2"), url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Black */
@font-face {
  font-family: "SweiSansCJKtc";
  src: url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Black.woff2") format("woff2"), url("../fonts/SweiSansCJKtc/SweiSansCJKtc-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* mixin */
* {
  box-sizing: border-box;
  font-family: "Figtree", "Noto Sans TC", "微軟正黑體", sans-serif, serif;
}
*:focus {
  outline: none;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Figtree", "Noto Sans TC", "微軟正黑體", sans-serif, serif;
  overflow-x: hidden;
  transition: 0.3s;
  position: relative;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: auto !important;
}
body.fixed {
  height: 100vh !important;
  overflow: hidden !important;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  transition: 0.3s;
}

.unreset {
  padding: 1px 0;
  color: #222;
  font-family: "Figtree", "Noto Sans TC", "微軟正黑體", sans-serif, serif;
  line-height: 1.6;
}
.unreset:after {
  content: "";
  display: block;
  clear: both;
}
.unreset p:first-child {
  margin-top: 0;
}

.unreset img {
  max-width: 100%;
  height: auto !important;
}

.unreset iframe {
  max-width: 100%;
  display: block;
}

/* 編輯器影片RWD */
.unreset .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.unreset .embeddedContent iframe,
.unreset .embeddedContent object,
.unreset .embeddedContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-container {
  margin: 0 auto;
  width: 1730px;
  max-width: 100%;
  padding: 0 25px;
}
.page-container.w1560 {
  width: 1610px;
}
.page-container.w1440 {
  width: 1490px;
}

sup {
  vertical-align: super;
  font-size: small;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  font-weight: lighter;
}

select {
  font-family: "Figtree", "Noto Sans TC", "微軟正黑體", sans-serif, serif;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 0 0;
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}

/* 404 */
.error-row {
  background: url(../images/404/error-background.svg) no-repeat;
  background-position: center top;
  max-width: 1400px;
  padding: 60px 25px;
  margin: 40px auto 0 auto;
}
.error-row .img-box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.error-row .img-box img {
  display: block;
  width: 100%;
}
.error-row .img-box .error-code {
  color: #222;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-57%);
}
.error-row .content {
  margin-top: 50px;
  text-align: center;
}
.error-row .content .title {
  color: #222;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.error-row .content .des {
  margin-top: 25px;
}
.error-row .content .des p {
  color: #222;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.error-row .content .des p:not(:last-child) {
  margin-bottom: 5px;
}
.error-row .btn-row {
  margin-top: 80px;
}
.error-row .btn-row .link {
  border-radius: 8px;
  background: var(--btn);
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 12px 13px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: inherit;
  text-transform: uppercase;
  transition: all 0.4s;
  width: 240px;
}
.error-row .btn-row .link:hover {
  background: #666;
}
@media (max-width: 1440px) {
  .error-row .img-box {
    max-width: 540px;
  }
  .error-row .img-box .error-code {
    font-size: 100px;
  }
  .error-row .btn-row {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .error-row .img-box {
    max-width: 440px;
  }
  .error-row .img-box .error-code {
    font-size: 70px;
    top: 45%;
  }
  .error-row .btn-row {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .error-row {
    padding: 20px 25px 40px 25px;
    margin: 0 auto 20px auto;
  }
  .error-row .img-box .error-code {
    font-size: 50px;
    top: 45%;
  }
  .error-row .content {
    margin-top: 30px;
  }
  .error-row .content .title {
    font-size: 24px;
  }
  .error-row .content .des {
    margin-top: 15px;
  }
  .error-row .content .des p {
    font-size: 16px;
  }
  .error-row .btn-row {
    margin-top: 30px;
  }
  .error-row .btn-row .link {
    font-size: 17px;
    max-width: 170px;
  }
}

.page-main.page404-main {
  padding-bottom: 40px;
}
@media (max-width: 640px) {
  .page-main.page404-main {
    padding-bottom: 0;
  }
}

/* 空白狀態 */
.empty-row {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  max-width: 640px;
}
.empty-row .img-box {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.empty-row .img-box img {
  display: block;
  width: 100%;
}
.empty-row .content {
  margin-top: 40px;
  text-align: center;
}
.empty-row .content .title {
  color: #222;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.empty-row .content .des {
  color: #888;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  margin-top: 20px;
}
.empty-row .btn-row {
  margin-top: 40px;
}
.empty-row .btn-row .link {
  background: #000;
  color: #fff;
  display: block;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
  text-align: center;
  text-decoration: inherit;
  transition: all 0.4s;
  width: 120px;
}
.empty-row .btn-row .link:hover {
  background: #aaa;
}
@media (max-width: 640px) {
  .empty-row .content {
    margin-top: 30px;
  }
  .empty-row .content .title {
    font-size: 26px;
  }
  .empty-row .content .des {
    font-size: 16px;
    margin-top: 15px;
  }
  .empty-row .btn-row {
    margin-top: 30px;
  }
}

.cookies-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(110%);
  transition: all 0.3s;
  z-index: 1;
}
.cookies-box.show {
  transform: translateY(0);
}
.cookies-box .cookies-content {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  padding: 15px 20px;
}
.cookies-box .cookies-content .des {
  padding-right: 20px;
  width: calc(100% - 100px);
}
.cookies-box .cookies-content .des p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.cookies-box .cookies-content .des a {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.cookies-box .cookies-content .des a:hover {
  opacity: 0.5;
}
.cookies-box .cookies-content .btn-confirm {
  border: 1px solid white;
  background: none;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  display: block;
  padding: 13px 10px;
  text-align: center;
  width: 100px;
}
.cookies-box .cookies-content .btn-confirm:hover {
  background: white;
  color: #333;
}
.cookies-box .cookies-content > .page-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cookies-box .cookies-content {
    padding: 15px 0;
  }
}
@media (max-width: 640px) {
  .cookies-box .cookies-content {
    display: block;
  }
  .cookies-box .cookies-content .des {
    padding-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .cookies-box .cookies-content .des p,
  .cookies-box .cookies-content .des a {
    font-size: 0.875rem;
  }
  .cookies-box .cookies-content .btn-confirm {
    padding: 10px 8px;
    font-size: 0.875rem;
    width: 100%;
  }
  .cookies-box .cookies-content > .page-container {
    flex-wrap: wrap;
  }
}

/*========== basic mobile ==========*/
/*========= form ==========*/
.form-style form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.form-style .must-text {
  color: var(--black);
  font-size: 1rem;
}
.form-style .must-text .must {
  color: #f54a15;
  margin-left: 3px;
  transform: translateY(-5px);
}
.form-style .form-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
}
.form-style .form-box .title {
  color: #222;
  padding-right: 5px;
  font-size: 1rem;
  position: relative;
  width: 105px;
  font-weight: 500;
  margin-top: 10px;
}
.form-style .form-box .title .must {
  color: #f54a15;
  margin-left: 3px;
  transform: translateY(-5px);
}
.form-style .form-box .title .small {
  font-size: 1rem;
}
.form-style .form-box .content {
  flex: 1;
  min-height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
}
.form-style .form-box .content .tl {
  font-weight: 100;
}
.form-style .form-box .content input[type=text],
.form-style .form-box .content input[type=password],
.form-style .form-box .content input[type=email],
.form-style .form-box .content input[type=date],
.form-style .form-box .content input[type=number],
.form-style .form-box .content input[type=tel],
.form-style .form-box .content textarea {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  width: 100%;
  border: 1px solid #444444;
  padding: 10px 20px;
  font-size: 1rem;
  background: #fff;
  color: #222;
  text-align: left;
  transition: 0.3s;
  border-radius: 8px;
}
.form-style .form-box .content input[type=text]::placeholder,
.form-style .form-box .content input[type=password]::placeholder,
.form-style .form-box .content input[type=email]::placeholder,
.form-style .form-box .content input[type=date]::placeholder,
.form-style .form-box .content input[type=number]::placeholder,
.form-style .form-box .content input[type=tel]::placeholder,
.form-style .form-box .content textarea::placeholder {
  color: #aaa;
  font-weight: 500;
}
.form-style .form-box .content input[type=text]:disabled,
.form-style .form-box .content input[type=password]:disabled,
.form-style .form-box .content input[type=email]:disabled,
.form-style .form-box .content input[type=date]:disabled,
.form-style .form-box .content input[type=number]:disabled,
.form-style .form-box .content input[type=tel]:disabled,
.form-style .form-box .content textarea:disabled {
  color: #aaa;
  background: #f1f1f1;
  border-color: #aaa;
}
.form-style .form-box .content select {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  width: 100%;
  border: 1px solid #444444;
  padding: 8px 50px 8px 20px;
  background: #ececec;
  font-size: 1rem;
  color: #222;
  text-align: left;
  border-radius: 8px;
  background: #fff url(../images/select_arrow.svg) right center no-repeat;
  background-size: 45px;
  font-weight: 500;
}
.form-style .form-box .content select:disabled {
  background: none;
  appearance: none;
}
.form-style .form-box .content input[type=text],
.form-style .form-box .content input[type=password],
.form-style .form-box .content input[type=email],
.form-style .form-box .content input[type=date],
.form-style .form-box .content input[type=number],
.form-style .form-box .content input[type=tel],
.form-style .form-box .content select {
  height: 45px;
}
.form-style .form-box .content input[type=text]:focus,
.form-style .form-box .content input[type=password]:focus,
.form-style .form-box .content input[type=email]:focus,
.form-style .form-box .content input[type=date]:focus,
.form-style .form-box .content input[type=number]:focus,
.form-style .form-box .content input[type=tel]:focus,
.form-style .form-box .content select:focus {
  border-color: var(--blue);
}
.form-style .form-box .content input[type=date] {
  position: relative;
}
.form-style .form-box .content input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
.form-style .form-box .content input[type=date]:before {
  color: transparent;
  background: none;
  display: block;
  content: "";
  background: url(../images/icon_date.svg) no-repeat right center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 15px;
}
.form-style .form-box .content textarea {
  padding: 20px;
}
.form-style .form-box .content textarea:focus {
  border-color: var(--blue);
}
.form-style .form-box .part {
  display: inline-flex;
  align-items: center;
}
.form-style .form-box .part span {
  margin-left: 3px;
}
.form-style .form-box .part span b {
  font-weight: bold;
}
.form-style .form-box .part:not(:last-child) {
  margin-right: 5px;
}
.form-style .form-box .part.other .other-input {
  margin-left: 10px;
}
.form-style .form-box .radiobox,
.form-style .form-box .checkbox {
  font-size: 1rem;
  color: var(--black);
}
.form-style .form-box .radiobox input[type=radio] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  transform: translateY(1px);
  margin: 0;
}
.form-style .form-box .checkbox input[type=checkbox] {
  border: 2px solid #222;
  width: 18px;
  height: 18px;
}
.form-style .form-box.w330 {
  width: 330px;
}
.form-style .form-box.w625 {
  width: 625px;
}
.form-style .form-box.w700 {
  width: 700px;
}
.form-style .form-box.w1110 {
  width: 1110px;
}
.form-style .form-box.row {
  width: 100%;
}
.form-style .form-box:last-child {
  margin-right: 0;
}
.form-style .form-box.address .content {
  display: flex;
  gap: 10px 30px;
}
.form-style .form-box.address .address-select {
  width: calc(58% - 30px);
}
.form-style .form-box.address .address-select > div {
  width: 100%;
  display: flex;
  gap: 10px 30px;
}
.form-style .form-box.address .address-select select {
  width: 50%;
}
.form-style .form-box.address .address-txt {
  width: 42%;
}
.form-style .form-box.gender {
  max-width: 100%;
}
.form-style .form-box.captcha {
  width: auto;
  flex-wrap: nowrap;
}
.form-style .form-box.captcha .content {
  display: flex;
  align-items: center;
}
.form-style .form-box.captcha .content input {
  flex-shrink: 1;
}
.form-style .form-box.captcha .content img {
  display: inline-block;
  margin-left: 15px;
}
.form-style .form-box.captcha .txt {
  color: #222;
  font-weight: 300;
  margin-left: 40px;
}
.form-style .form-box.captcha.row {
  width: 100%;
}
.form-style .form-row-group {
  display: flex;
  width: 100%;
  column-gap: 30px;
}
.form-style .captcha-group {
  align-items: center;
  justify-content: space-between;
}
.form-style .btn-list {
  display: flex;
  column-gap: 30px;
  width: 100%;
  margin-top: 10px;
}
.form-style .btn-list .btn-style {
  width: 250px;
  max-width: calc((100% - 30px) / 2);
}
.form-style .btn-list button,
.form-style .btn-list a {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
  display: block;
  transition: 0.4s;
  color: #fff;
  background: #333333;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 19px 15px;
  font-weight: 500;
  word-break: keep-all;
  text-align: center;
  border-radius: 2px;
  width: 100%;
}
.form-style .btn-list button.row,
.form-style .btn-list a.row {
  width: 100%;
}
.form-style .btn-list.center {
  display: flex;
  justify-content: center;
}
.form-style .btn-style.w button,
.form-style .btn-style.w a {
  background: var(--yellow);
  color: var(--black);
}
.form-style .btn-style.w button:hover,
.form-style .btn-style.w a:hover {
  background: var(--black);
  color: #fff;
}
.form-style .btn-style.r button,
.form-style .btn-style.r a {
  background: var(--main);
  color: #fff;
}
.form-style .btn-style.r button:hover,
.form-style .btn-style.r a:hover {
  background: var(--black);
  color: #fff;
}
.form-style.center {
  display: flex;
  justify-content: center;
}
.form-style.row {
  margin-top: 25px;
  width: 100%;
}

/*========== form mobile ==========*/
@media (max-width: 1280px) {
  .form-style .form-box {
    gap: 10px;
  }
  .form-style .form-box.w700 {
    width: 100%;
  }
  .form-style .form-box.w1110 {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .form-style .form-box {
    gap: 10px;
  }
  .form-style .form-box .title {
    width: 100%;
    margin-top: 0;
  }
  .form-style .form-box.w330 {
    width: 100%;
  }
  .form-style .form-box.w625 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .form-style .form-box .part {
    display: block;
    width: 100%;
  }
  .form-style .form-box:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
}
/*========== header ==========*/
header {
  padding: 53px 0 35px 0;
}
/*==== header-menu ===*/
.header-menu {
  display: flex;
  gap: 10px 3.125vw;
  justify-content: center;
  align-items: center;
}
.header-menu .logo a {
  display: block;
  width: 15.1045vw;
  aspect-ratio: 290/69;
  background: url(../images/logo.svg) no-repeat;
  background-size: contain;
  background-position: center left;
  margin: auto;
}
.header-menu .logo a img {
  display: block;
  max-width: 100%;
}
.header-menu .layer2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 15px;
  width: 200px;
}
.header-menu .layer2 > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu .layer2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 4px solid var(--main);
  border-radius: 15px;
  padding: 10px 15px;
}
.header-menu .layer2 ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu .layer2 ul > li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}
.header-menu .layer2 ul > li > a {
  display: block;
  color: #222222;
  font-size: 1.0625rem;
  padding: 10px 5px;
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
}
.header-menu .layer2 ul > li:hover > a {
  background: var(--main);
  color: #fff;
}
.header-menu-box .layer1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.header-menu-box .layer1 > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu-box .layer1 > li {
  padding-inline: 3.125vw;
  position: relative;
}
.header-menu-box .layer1 > li::before {
  content: "";
  height: 60%;
  width: 2px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.header-menu-box .layer1 > li > a {
  padding-top: 50px;
  position: relative;
  display: block;
  text-align: center;
}
.header-menu-box .layer1 > li > a .text {
  color: #222222;
  font-weight: 500;
  font-size: 1.125rem;
  transition: 0.4s;
}
.header-menu-box .layer1 > li > a .icon {
  width: 50px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
}
.header-menu-box .layer1 > li > a .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: scale(1) translateY(0);
  transition: 0.4s;
}
.header-menu-box .layer1 > li > a:hover .icon img {
  transform: scale(1.2) translateY(-5px);
}
.header-menu-box .layer1 > li > a:hover .text {
  color: var(--main);
}
.header-menu-box .layer1 > li.menu-btn1 {
  padding-left: 0;
}
.header-menu-box .layer1 > li.menu-btn1 > a .icon {
  height: 35px;
}
.header-menu-box .layer1 > li.menu-btn1::before {
  display: none;
}
.header-menu-box .layer1 > li.menu-btn2 > a .icon {
  width: 38px;
}
.header-menu-box .layer1 > li.menu-btn2::after {
  content: "";
  height: 60%;
  width: 2px;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.header-menu-box .layer1 > li.menu-btn3 > a .icon {
  width: 51px;
}
.header-menu-box .layer1 > li.menu-btn4 > a .icon {
  height: 35px;
}
.header-menu-box .layer1 > li.menu-btn5 {
  padding-right: 0;
}
.header-menu-box .layer1 > li.menu-btn5-phone {
  display: none;
}

.hamburger {
  width: 35px;
  height: 35px;
  padding: 4px 0;
  display: none;
}
.hamburger .line {
  width: 65%;
  height: 2px;
  background-color: var(--main);
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:hover {
  cursor: pointer;
}

#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hamburger-11.is-active {
  animation: smallbig 0.6s forwards;
}
#hamburger-11.is-active .line:nth-child(1), #hamburger-11.is-active .line:nth-child(2), #hamburger-11.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-11.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

@keyframes smallbig {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
.header-phone-logo {
  display: none;
}
.header-phone-logo .logo a {
  display: block;
  width: 220px;
  aspect-ratio: 290/69;
  background: url(../images/logo.svg) no-repeat;
  background-size: contain;
  background-position: center left;
  margin: auto;
}
.header-phone-logo .logo a img {
  display: block;
  max-width: 100%;
}

/*========== header mobile ==========*/
@media (max-width: 1440px) {
  header {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 1280px) {
  header {
    padding: 30px 0 25px 0;
  }
  .header-menu-box .layer1 > li {
    padding-inline: 30px;
  }
  .header-menu-box .layer1 > li::before {
    bottom: 0;
  }
  .header-menu-box .layer1 > li > a .text {
    font-size: 1.0625rem;
  }
  .header-menu-box .layer1 > li > a .icon {
    width: 40px;
    height: 25px;
  }
  .header-menu-box .layer1 > li.menu-btn1 > a .icon {
    height: 30px;
  }
  .header-menu-box .layer1 > li.menu-btn2::after {
    bottom: 0;
  }
  .header-menu-box .layer1 > li.menu-btn3 > a .icon {
    height: 28px;
  }
  .header-menu-box .layer1 > li.menu-btn4 > a .icon {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .header-menu {
    gap: 10px 20px;
    justify-content: space-between;
  }
  .header-menu .logo a {
    width: 200px;
  }
  .header-menu-box .layer1 > li {
    padding-inline: 20px;
  }
  .header-menu-box .layer1 > li > a .text {
    font-size: 1rem;
  }
}
@media (max-width: 960px) {
  header {
    padding: 15px 0;
    height: 77px;
  }
  header .page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header-menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 77px;
    background: #fff;
    z-index: 3;
    display: block;
    padding: 10px 20px 15px 20px;
    border-top: 1px solid #eee;
    overflow: auto;
    max-height: calc(100svh - 77px);
    display: none;
  }
  .header-menu .logo {
    display: none;
  }
  .header-menu .layer2 ul {
    border: 2px solid var(--main);
  }
  .header-menu-box {
    width: 100%;
  }
  .header-menu-box .layer1 {
    flex-direction: column;
  }
  .header-menu-box .layer1 > li {
    border-bottom: 1px dashed #ddd;
    padding: 0;
  }
  .header-menu-box .layer1 > li::before {
    display: none;
  }
  .header-menu-box .layer1 > li > a {
    text-align: left;
    padding: 20px 10px;
    display: flex;
    gap: 15px 15px;
    height: 55px;
    align-items: center;
  }
  .header-menu-box .layer1 > li > a .text {
    font-size: 1.0625rem;
  }
  .header-menu-box .layer1 > li > a .icon {
    left: 0;
    top: 10px;
    bottom: initial;
    transform: none;
    margin: 0;
    position: static;
  }
  .header-menu-box .layer1 > li > a:hover .icon img {
    transform: none;
  }
  .header-menu-box .layer1 > li.menu-btn1 > a .icon {
    width: 40px;
  }
  .header-menu-box .layer1 > li.menu-btn1 > a .icon img {
    position: relative;
    top: -5px;
  }
  .header-menu-box .layer1 > li.menu-btn2 > a .icon {
    width: 40px;
  }
  .header-menu-box .layer1 > li.menu-btn2:after {
    display: none;
  }
  .header-menu-box .layer1 > li.menu-btn3 > a .icon {
    width: 40px;
  }
  .header-menu-box .layer1 > li.menu-btn4 {
    border-bottom: none;
  }
  .header-menu-box .layer1 > li.menu-btn4 > a .icon {
    width: 40px;
  }
  .header-menu-box .layer1 > li.menu-btn5 {
    display: none;
  }
  .header-menu-box .layer1 > li.menu-btn5 > a .icon {
    width: 40px;
  }
  .header-menu-box .layer1 > li.menu-btn5-phone {
    display: block;
  }
  .header-menu-box .layer1 > li.menu-btn5-phone > a .icon {
    width: 40px;
  }
  .header-menu-box .layer2 {
    padding: 0;
    position: static;
    width: 100%;
    transform: none;
  }
  .header-menu-box2 .layer1 > li:last-child {
    border-bottom: none;
  }
  .hamburger {
    display: block;
  }
  .header-phone-logo {
    display: block;
    position: relative;
    top: 3px;
  }
  .header-phone-logo .logo a {
    width: 200px;
  }
}
/*===== footer =====*/
footer {
  background: var(--main);
  padding: 40px 0;
}
footer .page-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 40px;
}
footer .footer-r {
  padding-right: 7.1428571429%;
}

.footer-info {
  background: #fff;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  width: 45%;
  min-width: 620px;
}
.footer-info .info-title {
  background: #025d87 url(../images/footer_donate_pic.svg) right bottom no-repeat;
  background-size: 58px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  width: 105px;
  padding: 30px 10px 45px 10px;
  text-align: center;
  line-height: 1.3;
}
.footer-info .info-title span {
  display: block;
}
.footer-info .info-content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
}
.footer-info .info-box .title {
  font-size: 1.0625rem;
  font-weight: 500;
}
.footer-info .info-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.footer-info .info-box ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-info .info-box ul li {
  font-weight: 300;
}

.footer-menu {
  color: #fff;
}
.footer-menu .layer1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px 6.6%;
}
.footer-menu .layer1 > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu .layer1 > li > a {
  font-size: 1.125rem;
  color: #fff;
}
.footer-menu .layer1 > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.footer-company {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px 20px;
  margin-top: 40px;
}
.copyright {
  width: 100%;
  text-align: right;
}

.iware {
  color: #ddbca0;
  font-size: 0.8125rem;
  margin-top: 5px;
}
.iware a {
  color: #ddbca0;
  position: relative;
}
.iware a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #ddbca0;
  transition: 0.4s;
}
.iware a:hover:after {
  width: 100%;
}
.iware b {
  font-weight: normal;
}

.fixed-sns {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  border: 1px solid #fff;
}
.fixed-sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.fixed-sns ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fixed-sns ul li {
  width: 4.6875vw;
  min-width: 60px;
  aspect-ratio: 1/1;
  transition: 0.4s;
  cursor: pointer;
}
.fixed-sns ul li a {
  display: block;
}
.fixed-sns ul li.screening {
  background: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-sns ul li.screening a {
  color: #fff;
}
.fixed-sns ul li.screening .icon img {
  display: block;
  width: 33%;
  margin: auto;
  min-width: 22px;
}
.fixed-sns ul li.screening .text {
  text-align: center;
  margin-top: 5px;
}
.fixed-sns ul li.screening:hover {
  background: #f65e7b;
}
.fixed-sns ul li.totop {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-sns ul li.totop a {
  color: #888888;
  font-size: 0.875rem;
}
.fixed-sns ul li.totop:hover {
  background: #666;
}
.fixed-sns ul li.totop:hover a {
  color: #fff;
}
/*========== footer mobile ==========*/
@media (max-width: 1680px) {
  footer .footer-r {
    padding-right: 0;
  }
}
@media (max-width: 1366px) {
  .fixed-sns {
    top: initial;
    bottom: 0;
  }
}
@media (max-width: 1280px) {
  footer .footer-r {
    width: 50%;
  }
  .footer-info {
    min-width: auto;
  }
  .footer-info .info-content {
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
    padding: 20px 30px;
  }
  .footer-company {
    margin-top: 20px;
  }
  .fixed-sns ul li .text {
    font-size: 0.875rem;
  }
}
@media (max-width: 960px) {
  footer .page-container {
    flex-wrap: wrap;
  }
  footer .footer-r {
    width: 100%;
  }
  .footer-info {
    width: 100%;
  }
  .footer-info .info-content {
    flex-direction: row;
    align-items: center;
  }
  .footer-menu .layer1 {
    gap: 15px 30px;
    justify-content: center;
  }
  .footer-company {
    justify-content: center;
  }
  .copyright {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer-info .info-title {
    width: 50px;
    background-size: 45px;
    font-size: 1.25rem;
  }
  .footer-info .info-content {
    width: calc(100% - 50px);
    padding: 20px;
  }
  .footer-menu {
    display: none;
  }
  .footer-menu .layer1 > li > a {
    font-size: 1rem;
  }
  .footer-company {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}
/*===== page main =====*/
.page-main {
  padding-bottom: 80px;
}

/*===== page banner =====*/
.page-banner {
  position: relative;
  z-index: 1;
}
.page-banner .main-pic .pic {
  width: 100%;
}
.page-banner .main-pic .pic img {
  aspect-ratio: 1920/180;
  display: block;
  width: 100%;
  object-fit: cover;
}
.page-banner img,
.page-banner source {
  display: block;
  max-width: 100%;
  margin: auto;
}
.page-banner .banner-left-pic,
.page-banner .banner-right-pic,
.page-banner .banner-fly-pic {
  position: absolute;
  z-index: 1;
}
.page-banner .banner-left-pic .pic img,
.page-banner .banner-right-pic .pic img,
.page-banner .banner-fly-pic .pic img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.page-banner .banner-left-pic {
  left: 0;
  top: 0;
  width: 24.84375%;
}
.page-banner .banner-left-pic .pic {
  width: 100%;
  aspect-ratio: 477/188;
}
.page-banner .banner-right-pic {
  right: 0;
  bottom: -73px;
  width: 14.1145833333%;
}
.page-banner .banner-right-pic .pic {
  width: 100%;
  aspect-ratio: 271/156;
}

.page-title-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
  padding: 23px 130px 0 0;
}

.article-title-block .article-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #222222;
  border-bottom: 2px solid #444;
  padding-left: 95px;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
}
.article-title-block .article-title::before {
  content: url(../images/title_pic.svg);
  display: block;
  aspect-ratio: 81/46;
  width: 81px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

/*===== breadcrumb =====*/
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  color: #777777;
  font-size: 0.875rem;
}
.breadcrumb ul li a {
  color: #777777;
}
.breadcrumb ul li a:hover {
  color: var(--main);
}
.breadcrumb ul li:not(:last-child) {
  position: relative;
}
.breadcrumb ul li:not(:last-child):after {
  content: "/";
  display: inline-flex;
  margin: 0 8px;
  font-weight: 300;
  color: #a9a9a9;
}
.breadcrumb ul li.home {
  position: relative;
}

/*===== aside =====*/
aside {
  margin-bottom: 40px;
}
aside .layer {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside .layer > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside .layer1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
aside .layer1 > li > a {
  display: block;
  color: #222;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 30px;
}
aside .layer1 > li.active > a {
  background: var(--aside);
  color: #fff;
}
aside .layer1 > li:not(.active) > a:hover {
  background: var(--btn);
  color: #fff;
}
.article-content {
  width: 100%;
}

.third-aside {
  margin-bottom: 40px;
}
.third-aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 0;
}
.third-aside ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.third-aside ul li {
  display: flex;
  align-items: center;
}
.third-aside ul li a {
  display: block;
  font-size: 1.0625rem;
  color: #222222;
}
.third-aside ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #e4dfd8;
  margin: 0 20px;
}
.third-aside ul li.active a {
  font-weight: bold;
}
.third-aside ul li:not(.active):hover a {
  color: var(--main);
}

.third-aside .third-aside-select{
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  width: 100%;
  display: block;
  font-size: 1rem;
  border: 2px solid #444444;
  border-radius: 8px;
  padding: 15px 20px;
  background: #fff url(../images/select_arrow.svg) right center no-repeat;
  background-size: 50px;
}

/* 單元標題 */
/* 內頁標題 */
.page-detail-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
  gap: 10px 20px;
  padding: 0 20px;
}
.page-detail-info .page-sort {
  color: #434343;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  border-radius: 2px;
}
.page-detail-info .page-sort .icon {
  margin-right: 8px;
}
.page-detail-info .date {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: normal;
}
.page-detail-info .date .icon {
  display: inline-block;
}
.page-detail-info .date .icon .pic {
  width: 17px;
  height: 17px;
}
.page-detail-info .date .icon .pic img {
  display: block;
  max-width: 100%;
}
.page-share {
  margin-left: auto;
}
.page-share .a2a_kit {
  display: flex;
}
.page-share .a2a_kit .a2a_button_facebook {
  color: #406bc3;
}
.page-share .a2a_kit .a2a_button_line {
  color: #07b53b;
}
.page-share .a2a_kit .a2a_button_copy_link {
  color: #1b365d;
}
.page-share .a2a_kit .a2a_button_x {
  color: #000000;
}
.page-share .a2a_kit a {
  font-size: 1.0625rem;
}
.page-share .a2a_kit a .pic {
  width: 25px;
  height: 25px;
}
.page-share .a2a_kit a .pic img {
  display: block;
  max-width: 100%;
  transition: 0.3s;
}
.page-share .a2a_kit a:not(:last-child) {
  margin-right: 10px;
}
.page-share .a2a_kit a:hover .pic img {
  transform: scale(1.2);
}

.article-content-txt {
  margin-bottom: 40px;
}
.article-content-txt .txt {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
}
.article-content-txt .b {
  font-weight: bold;
}
.article-content-txt .tc {
  text-align: center;
}
.article-content-txt .br {
  display: block;
}

/*===== main-section-group =====*/
/*===== pagination =====*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.pagination .page_num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #666;
  border: 1px solid transparent;
  background: #f1f1f1;
}
.pagination .page_num.active {
  color: #fff;
  background: var(--btn);
}
.pagination .page_num:not(.active):hover {
  background: var(--btn_h);
  color: #fff;
}
.pagination .page_arrow {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}
.pagination .page_arrow:hover {
  color: var(--main);
}
.pagination .page_arrow.prev {
  margin-right: 15px;
}
.pagination .page_arrow.next {
  margin-left: 15px;
}
.pagination .page_dot {
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 0 3px;
}
.pagination .page_select {
  display: inline-block;
  margin-left: 30px;
}
.pagination .page_select .num_input {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  font-size: 0.9375rem;
  background: #fff;
  border: 1px solid #d2d2d2;
  width: 40px;
  height: 30px;
  padding: 3px 5px;
  border-radius: 3px;
  text-align: center;
  /* 隱藏箭頭 */
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
}
.pagination .page_select .num_input::-webkit-outer-spin-button, .pagination .page_select .num_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pagination .page_select .txt {
  display: inline-block;
  margin-left: 5px;
  color: #bfbfbf;
}

/*===== btn-style =====*/
.page-btn {
  text-align: center;
  margin-top: 60px;
}
.page-btn a,
.page-btn button {
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  width: 400px;
  max-width: 100%;
  padding: 17px 10px;
  text-align: center;
  background: var(--btn);
  border-radius: 8px;
  letter-spacing: 1px;
  transition: 0.4s;
  cursor: pointer;
}
.page-btn a:hover,
.page-btn button:hover {
  background: #666;
}

.page-detail-btn {
  margin-top: 40px;
}
.page-detail-btn .back-btn {
  text-align: center;
}
.page-detail-btn .back-btn a {
  padding: 14px 75px;
  display: inline-block;
  color: #fff;
  font-size: 1.1875rem;
  border-radius: 2px;
}
/*========== pageBasic mobile ==========*/
@media (max-width: 1900px) {
  .page-title-group {
    padding-right: 6vw;
  }
}
@media (max-width: 1800px) {
  .page-title-group {
    padding-right: 10vw;
  }
}
@media (max-width: 1024px) {
  .third-aside ul li:not(:last-child):after {
    margin: 0 10px;
  }
}
@media (max-width: 960px) {
  .page-banner .main-pic .pic img {
    height: 150px;
  }
  .page-banner .banner-left-pic {
    top: initial;
    bottom: -10px;
  }
  .page-banner .banner-right-pic {
    top: initial;
    bottom: -10px;
  }
  .page-title-group {
    padding-right: 0;
  }
  .article-content-txt .txt {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .page-title-group {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .article-title-block {
    display: inline-flex;
  }
}
@media (max-width: 640px) {
  aside {
    margin-bottom: 30px;
  }
  aside .layer1 > li > a {
    padding: 10px 15px;
  }
  .article-content-txt .txt {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .page-btn a {
    font-size: 1rem;
  }
  .pagination .page_select {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .third-aside{
    width: 100%;
  }
}
@media (max-width: 480px) {
  .page-banner .main-pic .pic img {
    height: 120px;
  }
  .page-banner .banner-left-pic {
    display: none;
  }
  .page-banner .banner-right-pic {
    width: 35%;
  }
  aside .layer1 > li > a {
    padding: 6px 10px;
  }
  .page-title-group {
    margin-bottom: 30px;
  }
  .article-title-block .article-title {
    padding-left: 70px;
  }
  .article-title-block .article-title::before {
    width: 61px;
    bottom: -5px;
  }
  .third-aside ul li a {
    font-size: 1rem;
  }
  .page-btn {
    margin-top: 40px;
  }
}
/*========= index ==========*/
.index-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.index-title .en {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 300;
}
.index-title .tw {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Figtree", "SweiSansCJKtc", "Noto Sans TC", "微軟正黑體", sans-serif, serif;
}

/*========== index-banner ==========*/
.index-banner-section {
  position: relative;
  background: url(../images/index_banner_bg_left.svg) bottom 80px left no-repeat, url(../images/index_banner_bg_right.svg) bottom 80px right no-repeat;
  background-size: 49.53125%, 36.5625%;
}
.index-banner-section .page-container {
  position: relative;
}
.index-banner-section .swiper-pagination {
  position: static;
  background: var(--main);
  padding: 31px 0;
}
.index-banner-section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.35;
}
.index-banner-section .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-banner-section .banner-left-pic,
.index-banner-section .banner-right-pic,
.index-banner-section .banner-fly-pic {
  position: absolute;
  z-index: 1;
}
.index-banner-section .banner-left-pic .pic img,
.index-banner-section .banner-right-pic .pic img,
.index-banner-section .banner-fly-pic .pic img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.index-banner-section .banner-fly-pic {
  left: 5px;
  top: 12%;
  width: 3.4895833333%;
}
.index-banner-section .banner-fly-pic .pic {
  width: 100%;
  aspect-ratio: 67/91;
}
.index-banner-section .banner-left-pic {
  left: 0;
  bottom: 80px;
  width: 24.7916666667%;
}
.index-banner-section .banner-left-pic .pic {
  width: 100%;
  aspect-ratio: 476/213;
}
.index-banner-section .banner-right-pic {
  right: 0;
  bottom: 0;
  width: 16.5625%;
}
.index-banner-section .banner-right-pic .pic {
  width: 100%;
  aspect-ratio: 318/196;
}

.index-banner-swiper .swiper-slide figure {
  margin: 0;
}
.index-banner-swiper .swiper-slide figure img {
  display: block;
  max-width: 100%;
  margin: auto;
}

/*========== index-about ==========*/
.index-about-section {
  background: var(--main) url(../images/index_about_bg.jpg) bottom center no-repeat;
  padding: 40px 0 140px 0;
  color: #fff;
  background-size: contain;
}
.index-about-section .index-title {
  align-items: center;
}

.index-about-txt {
  font-size: 1.0625rem;
  text-align: center;
}
.index-about-txt p {
  margin: 0;
  line-height: 1.8;
}
.index-about-txt p span {
  display: block;
}

.index-about-btn {
  margin-top: 40px;
  text-align: center;
}
.index-about-btn a {
  display: inline-block;
  padding: 10px 30px;
  line-height: 1;
  color: #fff;
  margin: auto;
  border: 2px solid #f2984d;
  border-radius: 4px;
}
.index-about-btn a:hover {
  background: #f2984d;
}

/*========== index-age ==========*/
.index-age-section {
  padding: 125px 0 280px 0;
  background: #fff url(../images/index_age_bg.png) no-repeat center bottom;
  background-size: contain;
  position: relative;
}
.index-age-section .index-title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 90px;
  margin-bottom: 80px;
  position: relative;
}
.index-age-section .index-title {
  align-items: flex-end;
  margin-bottom: 0;
  text-align: right;
}
.index-age-section .index-title .tw {
  font-size: 2.25rem;
}
.index-age-section .index-title-txt {
  color: #222;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Figtree", "SweiSansCJKtc", "Noto Sans TC", "微軟正黑體", sans-serif, serif;
  font-weight: 300;
}
.index-age-section .index-title-txt .r {
  font-weight: 400;
}
.index-age-section .index-title-txt .br {
  display: block;
}
.index-age-section .age-pic {
  right: 15.5vw;
  top: 3.5vw;
  width: 4.84375%;
  position: absolute;
}
.index-age-section .age-pic .pic {
  width: 100%;
  aspect-ratio: 93/60;
}
.index-age-section .age-pic .pic img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.index-age-list {
  display: flex;
  justify-content: space-around;
  gap: 20px 60px;
  padding: 0 60px;
}

.index-age-box {
  flex: 1;
}
.index-age-box figure {
  margin: 0;
}
.index-age-box .pic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
.index-age-box .pic img {
  display: block;
  max-width: 100%;
}
.index-age-box .pic:after {
  content: "歲";
  display: inline-block;
  color: #999999;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 300;
}
.index-age-box .title {
  color: #222;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}
.index-age-box .txt {
  color: #666;
  margin-top: 10px;
  line-height: 1.6;
}

.index-age-btn {
  margin-top: 60px;
  text-align: center;
}
.index-age-btn a {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  padding: 15px 115px;
  background: var(--btn);
  border-radius: 8px;
  letter-spacing: 1px;
}
.index-age-btn a:hover {
  background: #666;
}

/*========== index-link ==========*/
.index-link-section {
  background: var(--bg) url(../images/index_link_bg.png) left bottom no-repeat;
  padding-bottom: 125px;
  margin-top: -1px;
}
.index-link-section .index-title {
  align-items: center;
  text-align: center;
}

.index-link-list {
  display: flex;
  gap: 20px 75px;
}

.index-link-box {
  flex: 1;
}
.index-link-box .group {
  display: flex;
  background: #fff;
  border-radius: 25px;
}
.index-link-box .pic {
  display: block;
  width: 107px;
  position: relative;
}
.index-link-box .content {
  width: calc(100% - 107px);
  border-radius: 0 25px 25px 0;
  min-height: 135px;
  padding: 40px 16.28%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.index-link-box .content .more a,
.index-link-box .content .download a {
  display: block;
  padding: 10px;
  line-height: 1;
  color: #fff;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  text-align: center;
}
.index-link-box .content .more a:hover,
.index-link-box .content .download a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.index-link-box:nth-child(1) .pic::before {
  content: url(../images/index_link_pic1.png);
  aspect-ratio: 121/141;
  width: 121px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.index-link-box:nth-child(1) .content {
  background: #50a66e;
}
.index-link-box:nth-child(2) {
  margin-top: 40px;
}
.index-link-box:nth-child(2) .pic::before {
  content: url(../images/index_link_pic2.png);
  aspect-ratio: 117/189;
  width: 117px;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.index-link-box:nth-child(2) .content {
  background: #fe8a7f;
}
.index-link-box:nth-child(2) .content .more a {
  background: #fff;
  color: #fe8a7f;
}
.index-link-box:nth-child(2) .content .more a:hover {
  background: #666;
  border-color: #666;
  color: #fff;
}
.index-link-box:nth-child(3) {
  margin-top: 90px;
}
.index-link-box:nth-child(3) .pic::before {
  content: url(../images/index_link_pic3.png);
  aspect-ratio: 107/135;
  width: 107px;
  position: absolute;
  right: 0;
  bottom: -4px;
}
.index-link-box:nth-child(3) .content {
  background: #50a6a1;
}

/*========== index mobile ==========*/
@media (max-width: 1680px) {
  .index-age-list {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .index-age-list {
    gap: 20px 30px;
  }
}
@media (max-width: 1280px) {
  .index-age-section .index-title-block {
    gap: 20px 40px;
    margin-bottom: 40px;
  }
  .index-age-list {
    gap: 20px;
  }
  .index-age-section .index-title {
    font-size: 2rem;
  }
  .index-link-section {
    background: var(--bg) url(../images/index_link_bg.png) left bottom no-repeat;
    padding-bottom: 80px;
    background-size: 40%;
  }
  .index-link-section .index-title .tw {
    font-size: 1.5rem;
  }
  .index-link-list {
    gap: 20px 30px;
  }
  .index-link-box .content {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  .index-banner-section {
    background: url(../images/index_banner_bg_left.svg) bottom 50px left no-repeat, url(../images/index_banner_bg_right.svg) bottom 50px right no-repeat;
    background-size: 49.53125%, 36.5625%;
  }
  .index-banner-section .swiper-pagination {
    padding: 16px 0;
  }
  .index-banner-section .banner-left-pic {
    bottom: 50px;
  }
  .index-about-section {
    background: var(--main) url(../images/index_about_bg.jpg) bottom left no-repeat;
    background-size: 130%;
  }
  .index-age-list {
    flex-wrap: wrap;
  }
  .index-age-section {
    padding: 60px 0 120px 0;
    background-size: 130%;
  }
  .index-age-section .age-pic {
    display: none;
  }
  .index-age-box {
    flex: auto;
    width: calc((100% - 40px) / 3);
  }
  .index-link-list {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .index-link-box {
    flex: initial;
    width: 400px;
    max-width: 100%;
  }
  .index-link-box .content {
    padding: 40px 50px;
  }
  .index-link-box:nth-child(2) {
    margin-top: 0;
  }
  .index-link-box:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .index-age-list {
    gap: 30px 20px;
  }
  .index-age-box {
    flex: initial;
    width: calc((100% - 20px) / 2);
  }
  .index-age-section {
    text-align: center;
    margin-top: -1px;
  }
  .index-age-section .index-title-block {
    flex-direction: column;
  }
  .index-age-section .index-title {
    align-items: center;
    text-align: center;
  }
  .index-age-section .index-title .tw {
    font-size: 1.875rem;
  }
  .index-age-section .index-title-txt {
    font-size: 1.25rem;
  }
  .index-age-btn {
    margin-top: 40px;
  }
  .index-age-btn a {
    padding: 15px 40px;
    font-size: 1.125rem;
  }
  .index-link-section {
    background-size: 70%;
  }
}
@media (max-width: 480px) {
  .index-title {
    margin-bottom: 20px;
  }
  .index-title .tw {
    font-size: 1.625rem;
    margin-top: 0;
  }
  .index-banner-section {
    background: url(../images/index_banner_bg_left.svg) bottom 30px left no-repeat, url(../images/index_banner_bg_right.svg) bottom 30px right no-repeat;
    background-size: 49.53125%, 36.5625%;
  }
  .index-banner-section .banner-fly-pic {
    left: 15px;
    width: 20px;
  }
  .index-banner-section .swiper-pagination {
    padding: 6px 0;
  }
  .index-banner-section .banner-left-pic {
    bottom: 30px;
  }
  .index-about-section {
    padding: 40px 0 100px 0;
    background-size: 200%;
  }
  .index-about-txt {
    font-size: 1rem;
    text-align: left;
  }
  .index-about-txt p {
    line-height: 1.9;
    margin: 15px 0;
  }
  .index-about-txt p span {
    display: inline;
  }
  .index-age-box {
    width: 80%;
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
  }
  .index-age-box .txt {
    font-weight: normal;
    text-align: left;
  }
  .index-age-section {
    background: #fff url(../images/index_age_bg.png) no-repeat left bottom;
    background-size: 160%;
  }
  .index-age-section .index-title .tw {
    font-size: 1.75rem;
  }
  .index-age-section .index-title-txt {
    font-size: 1.125rem;
    text-align: left;
  }
  .index-age-section .index-title-txt .br {
    display: inline;
  }
}
@media (max-width: 375px) {
  .index-link-box .content {
    padding: 40px 30px;
  }
}
/*========= about ==========*/
.about-main {
  padding-bottom: 0;
}

.faq-block {
  background: url(../images/faq_bg.jpg);
  padding-top: 60px;
  margin-top: 40px;
  margin-bottom: -4px;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 90px;
  align-items: flex-start;
}

.faq-box {
  width: calc((100% - 180px) / 3);
  padding-bottom: 70px;
  position: relative;
}
.faq-box::before {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.faq-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 63px;
}
.faq-box .title {
  font-size: 1.375rem;
  color: #6c5454;
  font-weight: bold;
  padding-left: 65px;
  position: relative;
}
.faq-box .title::before {
  display: block;
  position: absolute;
}
.faq-box .content {
  background: #fff;
  border-radius: 15px;
  padding: 40px 50px;
  margin-top: 15px;
  position: relative;
  color: #83706e;
  font-weight: 500;
  line-height: 1.8;
  font-size: 0.9375rem;
}
.faq-box .content::before {
  content: url(../images/faq_icon.svg);
  display: block;
  width: 23px;
  aspect-ratio: 23/15;
  position: absolute;
  right: 30px;
  top: -10px;
}
.faq-box:nth-child(6n+1) .title::before, .faq-box:nth-child(6n+6) .title::before {
  content: url(../images/faq_title1.svg);
  left: 10px;
  top: 0;
  width: 29px;
  aspect-ratio: 29/26;
}
.faq-box:nth-child(6n+2) .title::before, .faq-box:nth-child(6n+4) .title::before {
  content: url(../images/faq_title2.svg);
  left: 12px;
  top: 5px;
  width: 43px;
  aspect-ratio: 43/29;
}
.faq-box:nth-child(6n+3) .title::before, .faq-box:nth-child(6n+5) .title::before {
  content: url(../images/faq_title3.svg);
  left: 25px;
  top: 0;
  width: 21px;
  aspect-ratio: 21/30;
}
.faq-box:nth-child(6n+1)::before {
  content: url(../images/faq_pic1.svg);
  width: 52px;
  aspect-ratio: 52/81;
  right: 12.0005%;
}
.faq-box:nth-child(6n+1):after {
  right: 9%;
}
.faq-box:nth-child(6n+2)::before {
  content: url(../images/faq_pic2.svg);
  width: 59px;
  aspect-ratio: 59/101;
  right: 9.0005%;
}
.faq-box:nth-child(6n+2):after {
  right: 21%;
}
.faq-box:nth-child(6n+3)::before {
  content: url(../images/faq_pic3.svg);
  width: 50px;
  aspect-ratio: 50/91;
  left: 9.0005%;
}
.faq-box:nth-child(6n+3):after {
  left: 5%;
}
.faq-box:nth-child(6n+4)::before {
  content: url(../images/faq_pic4.svg);
  width: 47px;
  aspect-ratio: 47/66;
  right: 23.201%;
}
.faq-box:nth-child(6n+4):after {
  right: 20%;
}
.faq-box:nth-child(6n+5)::before {
  content: url(../images/faq_pic5.svg);
  width: 52px;
  aspect-ratio: 52/86;
  left: 12.0005%;
}
.faq-box:nth-child(6n+5):after {
  left: 9%;
}
.faq-box:nth-child(6n+6)::before {
  content: url(../images/faq_pic6.svg);
  width: 63px;
  aspect-ratio: 63/75;
  right: 12.0005%;
}
.faq-box:nth-child(6n+6):after {
  right: 9%;
}

/*========== news mobile ==========*/
@media (max-width: 1680px) {
  .faq-list {
    gap: 20px 60px;
  }
  .faq-box {
    width: calc((100% - 120px) / 3);
  }
}
@media (max-width: 1440px) {
  .faq-list {
    gap: 20px 40px;
  }
  .faq-box {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 1366px) {
  .faq-box .content {
    padding: 30px 30px 50px 30px;
  }
}
@media (max-width: 960px) {
  .faq-list {
    gap: 20px 30px;
  }
  .faq-box {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 640px) {
  .faq-list {
    gap: 20px;
  }
  .faq-box {
    width: calc((100% - 20px) / 2);
  }
  .faq-box .title {
    font-size: 1.125rem;
    padding-left: 40px;
  }
  .faq-box .content {
    font-size: 1rem;
    padding: 25px 25px 40px 25px;
  }
  .faq-box .content::before {
    right: 15px;
  }
  .faq-box:nth-child(6n+1) .title::before, .faq-box:nth-child(6n+6) .title::before {
    width: 22px;
    left: 8px;
    top: 5px;
  }
  .faq-box:nth-child(6n+2) .title::before, .faq-box:nth-child(6n+4) .title::before {
    width: 30px;
    left: 5px;
  }
  .faq-box:nth-child(6n+3) .title::before, .faq-box:nth-child(6n+5) .title::before {
    width: 18px;
    left: 12px;
  }
}
@media (max-width: 480px) {
  .faq-box {
    width: 100%;
  }
}
/*========= screening ==========*/
.age-list {
  background: url(../images/screening_introductions_bg.png) no-repeat center;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 105px;
  justify-content: center;
}

.age-box {
  width: calc((100% - 210px) / 3);
}
.age-box figure {
  margin: 0;
}
.age-box .pic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
.age-box .pic img {
  display: block;
  max-width: 100%;
}
.age-box .pic:after {
  content: "歲";
  display: inline-block;
  color: #999999;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 300;
}
.age-box .title {
  color: #222;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
}
.age-box .txt {
  color: #666;
  margin-top: 10px;
  line-height: 1.6;
}
.age-box .content {
  background-image: url(../images/age_box_bg2.jpg), url(../images/age_box_bg.jpg);
  background-repeat: no-repeat, repeat;
  background-position: left top, center;
  border-radius: 15px;
  padding: 30px 30px 40px 30px;
}

.screening-age-block {
  width: 960px;
  max-width: 100%;
  margin: auto;
}
.screening-age-block .divider {
  width: 100%;
  height: 15px;
  background: url(../images/divider.svg) repeat-x;
}
.screening-age-block .calculation-notice {
  background: url(../images/bg2.jpg);
  border-radius: 8px;
  text-align: center;
  padding: 18px 15px;
  color: #222;
  margin: 40px 0;
  font-size: 1.0625rem;
}
.screening-age-block .calculation-notice .b {
  font-weight: bold;
}

.screening-calculation-select-age {
  width: 400px;
  max-width: 100%;
  margin: auto;
}
.screening-calculation-select-age .select-title {
  font-weight: bold;
  color: #222222;
  font-size: 1.1875rem;
  margin-bottom: 15px;
}
.screening-calculation-select-age select {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  width: 100%;
  display: block;
  font-size: 1rem;
  border: 2px solid #444444;
  border-radius: 8px;
  padding: 15px 20px;
  background: #fff url(../images/select_arrow.svg) right center no-repeat;
  background-size: 50px;
}

.age-calculation-block {
  display: table;
  text-align: center;
  margin: 60px auto 0 auto;
  font-size: 1rem;
}
.age-calculation-block .calculation-list {
  display: table-row;
  align-items: center;
}
.age-calculation-block .calculation-list .box {
  display: table-cell;
  padding: 10px;
}
.age-calculation-block .calculation-list .symbol {
  padding: 0;
  width: 20px;
  text-align: center;
  font-size: 1.3125rem;
}
.age-calculation-block .calculation-list .b {
  font-weight: bold;
}
.age-calculation-block .calculation-list .r {
  color: #f65e7b;
}
.age-calculation-block .calculation-list .l {
  font-weight: 300;
  color: #444;
}
.age-calculation-block .calculation-list .brackets {
  display: inline-block;
  margin: 0 5px;
}
.age-calculation-block .calculation-list.picture .pic {
  margin: auto;
}
.age-calculation-block .calculation-list.picture .pic img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.age-calculation-block .calculation-list.picture .pic1 {
  width: 65px;
  aspect-ratio: 65/51;
}
.age-calculation-block .calculation-list.picture .pic2 {
  width: 61px;
  aspect-ratio: 61/61;
}
.age-calculation-block .calculation-list.picture .pic3 {
  width: 57px;
  aspect-ratio: 57/46;
}
.age-calculation-block .calculation-list.txt1 {
  font-size: 1.3125rem;
  color: #222;
}
.age-calculation-block .calculation-list.txt2 {
  color: #666;
}

.calculation-list-notice {
  color: #444;
  text-align: center;
}

.screening-content-bg {
  background: #f4ede4 url(../images/screening_questionnaire_title_bg.jpg) top center no-repeat;
  padding-bottom: 80px;
}

/*  */
.screening-questionnaire-main {
  padding-bottom: 0;
}

.screening-questionnaire-form .form-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px 15px;
  margin-bottom: 40px;
}
.screening-questionnaire-form .form-title .pic {
  width: 130px;
  aspect-ratio: 1/1;
}
.screening-questionnaire-form .form-title .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.screening-questionnaire-form .form-title .text {
  color: #222;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.screening-questionnaire-form .form-title .text .en {
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.screening-questionnaire-form .form-title .text .tw {
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Figtree", "SweiSansCJKtc", "Noto Sans TC", "微軟正黑體", sans-serif, serif;
}
.screening-questionnaire-form .form-step1-notice {
  color: #222222;
  margin-top: 30px;
}
.screening-questionnaire-form .form-step1-notice li {
  line-height: 1.8;
}
.screening-questionnaire-form .form-step1-notice li:not(:last-child) {
  margin-bottom: 15px;
}
.screening-questionnaire-form .form-step1-notice .orange {
  color: #f54a15;
}
.screening-questionnaire-form .form-step1-notice .orange a{
  color: #f54a15;
}
.screening-questionnaire-form .form-step1-notice .circle {
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffd6de;
  border: 1px solid #bdb5aa;
  vertical-align: text-bottom;
}
.screening-questionnaire-form .form-step2-notice {
  color: #222222;
  margin-bottom: 20px;
  text-align: center;
}
.screening-questionnaire-form .form-step2-notice .red {
  color: #f54a15;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.screening-step1-list {
  background: #fff;
}
.screening-step1-list .box {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
}
.screening-step1-list .box > div:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.screening-step1-list .box.important .text::before {
  content: "★";
  font-size: 0.875rem;
  color: #f54a15;
  position: absolute;
  left: 20px;
  top: 20px;
}
.screening-step1-list .num {
  color: #222;
  display: flex;
  justify-content: center;
  width: 75px;
  padding-top: 20px;
}
.screening-step1-list .text {
  position: relative;
  padding: 18px 45px;
  flex: 1;
}
.screening-step1-list .text p {
  margin: 0;
}
.screening-step1-list .text .text-pic {
  margin-top: 20px;
}
.screening-step1-list .text .text-pic img {
  display: inline-block;
  max-width: 100%;
}
.screening-step1-list .option {
  display: flex;
}
.screening-step1-list .option .part {
  display: flex;
  width: 75px;
  color: #222222;
}
.screening-step1-list .option .part:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.screening-step1-list .option .part.radiobox input[type=radio] {
  opacity: 0;
  display: none;
}
.screening-step1-list .option .part.radiobox input[type=radio] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f0f0f0;
  margin: auto;
  transition: 0.4s;
}
.screening-step1-list .option .part.radiobox input[type=radio]:checked + label {
  background: #f65e7b;
  color: #fff;
}
.screening-step1-list .option .part.radiobox.error input[type=radio] + label {
  background: #ffd6de;
}
.screening-step1-list .option .part.radiobox.error input[type=radio]:checked + label {
  background: #f65e7b;
  color: #fff;
}

.screening-step1-block {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 70px;
  justify-content: center;
}
.screening-step1-block .screening-calculation-select-age {
  margin: 0;
}
.screening-step1-block .notice-txt {
  color: #222222;
}
.screening-step1-block .notice-txt ul {
  margin: 0;
}
.screening-step1-block .notice-txt li {
  line-height: 1.8;
}
.screening-step1-block .notice-txt li:not(:last-child) {
  margin-bottom: 5px;
}
.screening-step1-block .notice-txt .orange {
  color: #f54a15;
}
.screening-step1-block .notice-txt .b {
  font-weight: bold;
}

.screening-step2-bg {
  background-color: #fff;
  background-image: url(../images/screening_form_bg_top.svg), url(../images/screening_form_bg_bottom.svg);
  background-size: 27.3717948718%, 24.6794871795%;
  background-position: right 10px top 10px, right 10px bottom 10px;
  background-repeat: no-repeat, no-repeat;
  padding: 50px 60px 90px 60px;
}

.screening-step2-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.screening-step2-form .form-step2-title2 {
  width: 100%;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: bold;
  background: #ff9ea7;
  padding: 16px 10px 17px 10px;
  text-align: center;
  letter-spacing: 2px;
}
.screening-step2-form .form-box.birthday .content, .screening-step2-form .form-box.due-date .content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.screening-step2-form .form-box.birthday .content .year, .screening-step2-form .form-box.due-date .content .year {
  width: 225px;
}
.screening-step2-form .form-box.birthday .content .moon, .screening-step2-form .form-box.due-date .content .moon {
  width: 120px;
}
.screening-step2-form .form-box.birthday .content .day, .screening-step2-form .form-box.due-date .content .day {
  width: 120px;
}
.screening-step2-form .form-box.birthday .reminder-text, .screening-step2-form .form-box.due-date .reminder-text {
  color: #f54a15;
  font-size: 0.9375rem;
  padding-left: 105px;
  margin-top: 15px;
  width: 100%;
}
.screening-step2-form .form-box.contact-address .content {
  gap: 10px;
}
.screening-step2-form .form-box.contact-address .content .address-select > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.screening-step2-form .form-box.contact-address .content .address-select > div select {
  width: 170px;
}
.screening-step2-form .form-box.contact-address .content .address-select > div input[type=text] {
  width: 170px;
}
.screening-step2-form .form-box.contact-address .content .address-txt {
  flex: 1;
  min-width: 400px;
}
.screening-step2-form .form-box.contact-period .title {
  width: 150px;
}
.screening-step2-form .form-box.disability-handbook .title {
  width: 185px;
}
.screening-step2-form .form-box.disability-handbook .part .other-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 5px;
}
.screening-step2-form .form-box.disability-handbook .part .other-input .category {
  width: 170px;
}
.screening-step2-form .form-box.disability-handbook .part .other-input .grade {
  width: 70px;
}
.screening-step2-form .flex-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: flex-start;
}

.screening-step2-form .form-notice .red-bg{
  background: #d90000;
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  font-size: 1.125rem;
}

.screening-step2-form .form-notice .red{
  color: #d90000;
  width: 80%;
  display: inline-block;
  font-size: 1.125rem;
}

@media (max-width: 640px) {
  .screening-step2-form .form-notice .red{
    background: #fff;
    font-size: 1rem;
    width: 100%;
  }
  .screening-step2-form .form-notice .red-bg{
    font-size: 1rem;
  }
}

    
.prompt-window-block {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}

.prompt-window-content {
  position: absolute;
  background-color: #fff;
  background-image: url(../images/screening_form_bg_top.svg), url(../images/screening_form_bg_bottom.svg);
  background-size: 27.3717948718%, 24.6794871795%;
  background-position: right 10px top 10px, right 10px bottom 10px;
  background-repeat: no-repeat, no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  width: 600px;
  max-width: calc(100% - 40px);
}
.prompt-window-content .txt {
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: center;
  color: #333;
}

/*========== news mobile ==========*/
@media (max-width: 1280px) {
  .age-list {
    gap: 45px 60px;
  }
  .age-box {
    width: calc((100% - 120px) / 3);
  }
  .screening-step2-form .form-box.birthday .reminder-text, .screening-step2-form .form-box.due-date .reminder-text {
    margin-top: 5px;
  }
}
@media (max-width: 960px) {
  .age-list {
    gap: 45px 30px;
  }
  .age-box {
    width: calc((100% - 60px) / 3);
  }
  .age-box .content {
    padding: 20px 20px 30px 20px;
  }
  .screening-questionnaire-form .form-title .pic {
    width: 110px;
  }
  .screening-step2-form .form-box.birthday .reminder-text, .screening-step2-form .form-box.due-date .reminder-text {
    padding-left: 0;
  }
  .screening-step2-form .form-box.contact-period .title {
    width: 100%;
  }
  .screening-step2-form .form-box.disability-handbook .title {
    width: 100%;
  }
  .screening-step2-form .form-box.disability-handbook .part {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .screening-step1-list .box {
    flex-wrap: wrap;
    border-bottom: 10px solid #f4ede4;
    align-items: baseline;
  }
  .screening-step1-list .box:nth-child(even) {
    background: #fefefe;
  }
  .screening-step1-list .box > div:not(:last-child) {
    border-right: none;
  }
  .screening-step1-list .box > div.text {
    border-left: 1px solid #e8e8e8;
  }
  .screening-step1-list .box.important .text::before {
    left: 13px;
    top: 13px;
  }
  .screening-step1-list .num {
    width: 50px;
  }
  .screening-step1-list .text {
    padding: 12px 15px 12px 35px;
  }
  .screening-step1-list .option {
    width: 100%;
    justify-content: center;
    border-top: 1px solid #e8e8e8;
    padding: 15px 10px;
    gap: 10px 20px;
  }
  .screening-step1-list .option .part {
    width: auto;
  }
  .screening-step1-list .option .part:not(:last-child) {
    border-right: none;
  }
  .screening-step2-bg {
    padding: 40px 40px 70px 40px;
  }
}
@media (max-width: 640px) {
  .age-list {
    gap: 30px 20px;
  }
  .age-box {
    width: calc((100% - 30px) / 2);
  }
  .age-calculation-block {
    margin: 40px auto 0 auto;
  }
  .age-calculation-block .calculation-list .box {
    padding: 5px;
  }
  .age-calculation-block .calculation-list .symbol {
    width: 15px;
    font-size: 1rem;
  }
  .age-calculation-block .calculation-list .brackets {
    margin: 0 2px;
  }
  .age-calculation-block .calculation-list.txt1 {
    font-size: 1rem;
  }
  .calculation-list-notice {
    margin-top: 20px;
  }
  .screening-content-bg {
    background-size: 150%;
  }
  .screening-questionnaire-form .form-title {
    margin-bottom: 30px;
  }
  .screening-questionnaire-form .form-title .pic {
    width: 90px;
  }
  .screening-questionnaire-form .form-title .text .tw {
    font-size: 1.625rem;
  }
  .screening-step2-bg {
    padding: 20px 20px 40px 20px;
    background-size: 50%, 50%;
  }
  .screening-step2-form .form-box.birthday .content .year, .screening-step2-form .form-box.due-date .content .year {
    width: 100%;
  }
  .screening-step2-form .form-box.birthday .content .moon, .screening-step2-form .form-box.due-date .content .moon {
    width: 100%;
  }
  .screening-step2-form .form-box.birthday .content .day, .screening-step2-form .form-box.due-date .content .day {
    width: 100%;
  }
  .screening-step2-form .form-box.disability-handbook .part {
    flex-wrap: wrap;
  }
  .screening-step2-form .form-box.disability-handbook .part .other-input {
    width: 100%;
  }
  .screening-step2-form .form-box.contact-address .content .address-select {
    width: 100%;
  }
  .screening-step2-form .form-box.contact-address .content .address-select > div select {
    width: 100%;
  }
  .screening-step2-form .form-box.contact-address .content .address-select > div input[type=text] {
    width: 100%;
  }
  .screening-step2-form .form-box.contact-address .content .address-txt {
    flex: auto;
    min-width: initial;
    width: 100%;
  }
  .prompt-window-content {
    padding: 60px 30px;
    background-size: 60%, 60%;
  }
  .prompt-window-content .txt {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .age-box {
    width: 100%;
  }
  .age-calculation-block {
    margin: 30px auto 0 auto;
  }
  .age-calculation-block .calculation-list .box {
    padding: 2px;
  }
  .screening-step1-block {
    margin-bottom: 40px;
  }
  .screening-content-bg {
    background-size: 170%;
    padding-top: 20px;
  }
  .screening-questionnaire-form .form-title {
    margin-bottom: 20px;
    gap: 10px;
  }
  .screening-questionnaire-form .form-title .pic {
    width: 80px;
  }
  .screening-questionnaire-form .form-title .text .tw {
    font-size: 1.375rem;
    margin-top: 5px;
  }
  .screening-step2-form .form-box.fill-identity .other .other-input {
    margin-top: 10px;
  }
}
/*========= service ==========*/
.service-table table {
  width: 100%;
  border-collapse: collapse;
}
.service-table td {
  padding: 15px 20px;
}
.service-table thead td {
  background: #377d6a;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.service-table thead td.lg {
  background: #66a997;
}
.service-table tbody td {
  color: #222222;
  border: 1px solid #e8e8e8;
}
.service-table tbody td.fl {
  font-weight: 100;
}
.service-table tbody td.tc {
  text-align: center;
}
.service-table tbody tr:nth-child(even) td {
  background: #f8f8f8;
}
.service-table:not(:last-child){
  margin-bottom: 20px;
}

/*========== news mobile ==========*/
@media (max-width: 960px) {
  .service-table td {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .service-table table {
    display: block;
  }
  .service-table thead {
    display: none;
  }
  .service-table tbody {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .service-table tbody td:not(:last-child) {
    border-bottom: none;
  }
  .service-table tr {
    display: block;
  }
  .service-table td {
    display: block;
    padding: 10px;
    position: relative;
    padding-left: 110px;
  }
  .service-table td::before {
    content: attr(data-title);
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.9375rem;
    font-weight: bold;
    height: 100%;
    background: #377d6a;
    color: #fff;
    padding: 0 10px;
    border-radius: 0;
    width: 90px;
    box-sizing: border-box;
  }
  .service-table td.p-lg::before {
    background: #66a997;
  }
  .service-table tbody td.tc {
    text-align: left;
  }
}