@charset "UTF-8";
/******************************************************************
	共用Class
*******************************************************************/
/* 編寫順序
 *
 * - 色彩
 * - 文字
 * - Header、Footer 設定
 * - Breakpoints
 */
/*----------------------------------------------------------
	Theme Color 主/輔 顏色
-----------------------------------------------------------*/
/***********************************************************
	Font 文字
***********************************************************/
@import url("https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@100..800&family=Noto+Sans+TC:wght@300;500;700&display=swap");
/*----------------------------------------------------------
	預設
-----------------------------------------------------------*/
/***********************************************************
	Breakpoints
***********************************************************/
p,
span,
a,
button,
input,
select,
textarea {
  font-family: "Anek Tamil", "Noto Sans TC", "Microsoft JhengHei", "蘋果儷中黑", sans-serif, "黑體";
}

html,
body,
* {
  box-sizing: border-box;
}

body {
  line-height: 1.8;
  font-family: "Anek Tamil", "Noto Sans TC", "Microsoft JhengHei", "蘋果儷中黑", sans-serif, "黑體";
}

/*-------------new-----------*/
.button-group {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.button-group.center {
  justify-content: center;
}
@media (max-width: 768px) {
  .button-group {
    gap: 1rem;
  }
}

.button-arrow {
  display: flex;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px;
  border-radius: 8px;
  border: #1d4b6f solid 1px;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-weight: 700;
  color: #1d4b6f;
  font-size: 1rem;
  background-color: inherit;
}

.button-arrow-left {
  display: flex;
  background-image: url(../images/arrow-left.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 20px center;
  border-radius: 8px;
  border: #181a20 solid 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3.5rem;
  padding-right: 2rem;
  font-weight: 700;
  font-size: 1rem;
  background-color: inherit;
}

.button-language {
  border-radius: 12px;
  background-color: #a3c8e4;
  color: #181a20;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.button-language:after {
  content: "";
  display: flex;
  width: 8px;
  height: 4px;
  background-color: #181a20;
  margin-left: 0.5rem;
}

.input-checkbox {
  width: 20px;
  height: 20px;
}

/*------------------------------*/
.hide {
  display: none;
}

.show {
  display: block;
}

.w-full {
  width: 100%;
  flex-grow: 1;
}

.flex-col {
  flex-direction: column;
}

.mobile-only {
  display: none !important;
}
@media (max-width: 1023.98px) {
  .mobile-only {
    display: flex !important;
  }
}

.mobile-only-lg {
  display: none !important;
}
@media (max-width: 1279.98px) {
  .mobile-only-lg {
    display: flex !important;
  }
}

.mb-4 {
  margin-bottom: 1rem;
}

a.link {
  text-decoration: underline;
}

/*--------------------------------*/
body.is-opened {
  width: 100%;
  position: fixed;
}

.container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1023.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

main {
  padding-top: 88px;
}
main.pages {
  padding-top: 88px;
}
@media (max-width: 1279.98px) {
  main {
    padding-top: 86px;
  }
  main.pages {
    padding-top: 71px;
  }
}

.menuButton {
  font-size: 1.5rem;
  background: none;
  display: none;
}
.menuButton i {
  color: #181a20;
}
@media (max-width: 1023.98px) {
  .menuButton {
    padding: 0;
    display: flex;
  }
}

.languageBtn {
  background-color: #1d4b6f;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
}

.footer-brand {
  max-width: 1280px;
  margin: 4rem auto 2rem auto;
  overflow: hidden;
}
.footer-brand .swiper-slide {
  padding: 0 25px;
}
.footer-top {
  position: relative;
  margin-top: 1rem;
}
.footer-top-wrap {
  background-color: #002e52;
}
.footer-top .container {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 1px solid #d9d9d9;
}
.footer-top-nav {
  display: flex;
  margin: 2rem 0;
}
.footer-top-nav .nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer-top-nav .nav-item {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 1rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.footer-top-nav .nav-item .nav-item-link {
  font-size: 0.875rem;
  opacity: 0.6;
  color: #fff;
}
.footer-top-nav .nav-item .nav-item-link.main {
  opacity: 1;
  font-size: 1rem;
  font-weight: 700;
}
.footer-top-logo {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 14px;
  color: #fff;
}
.footer-top-logo .footerLogo {
  max-width: 70px;
  margin-top: 5px;
}
.footer-top .counter {
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 8px 20px 5px 20px;
  border-radius: 8px;
  border: 1px solid #fff;
  letter-spacing: 0.02em;
}
.footer-top .counter span {
  margin: 0 10px;
}
.footer .footer-info {
  padding-left: 74px;
}
.footer .footer-info .info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.footer .footer-info .info p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.footer .footer-info .info p i {
  margin-right: 10px;
}
.footer .footer-info-bottom {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1023.98px) {
  .footer {
    margin-bottom: 64px;
  }
  .footer-top-nav {
    display: none;
  }
  .footer .footer-info {
    margin: 0 auto;
    padding-left: 0;
  }
  .footer .footer-info .footer-top-logo {
    justify-content: center;
  }
  .footer .footer-info .info {
    padding-left: 0;
  }
  .footer .footer-info .info p {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer .footer-info-bottom {
    padding-left: 0;
    flex-direction: column;
  }
}

.footer-bottom {
  width: 100%;
  background-color: #181a20;
  padding: 1rem 0;
}
.footer-bottom .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.footer-bottom .copyright {
  text-align: right;
  color: #c2c2c2;
  font-size: 0.875rem;
}
@media (max-width: 1023.98px) {
  .footer-bottom {
    padding: 1rem 1rem 3rem 1rem;
  }
  .footer-bottom .copyright {
    text-align: center;
  }
}

.social-links {
  display: flex;
}
.social-links-item {
  width: 40px;
  margin: 0 0.75rem;
}
.social-links-item img {
  max-width: 100%;
}

.mainTitle {
  background-image: url(../images/title-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  display: flex;
  align-items: flex-end;
  padding-left: 106px;
  height: 76px;
  gap: 0.5rem;
}
.mainTitle p {
  font-size: 2rem;
  color: #181a20;
  font-weight: 700;
  display: flex;
  line-height: 1.2;
}
.mainTitle span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #717171;
  letter-spacing: 0.07em;
  line-height: 1.2;
  padding-bottom: 5px;
}
.mainTitle.white p {
  color: #fff;
}
.mainTitle.white span {
  color: #fff;
}
.mainTitle.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 1279.98px) {
  .mainTitle p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .mainTitle {
    background-position: left top;
    background-size: 98px;
    flex-direction: column;
    padding-left: 70px;
    padding-top: 28px;
    gap: 0.1rem;
    align-items: flex-start;
  }
  .mainTitle p {
    font-size: 1.25rem;
  }
}

.button {
  background-color: #fff;
  border-radius: 8px !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "Anek Tamil", "Noto Sans TC", "Microsoft JhengHei", "蘋果儷中黑", sans-serif, "黑體";
  font-weight: 500;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #1d4b6f;
  width: 100%;
  font-size: 1.25rem;
  border: 1px solid #1d4b6f;
}
.button:focus, .button:hover {
  box-shadow: 0 0 0 3px #a3c8e4 !important;
}
@media (max-width: 1023.98px) {
  .button {
    font-size: 1rem;
  }
}

.singleButtonWrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 6rem;
  width: 100%;
}

.newsBox {
  flex-grow: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  top: 0;
  transition: all linear 0.2s;
}
.newsBox-img {
  display: flex;
  background-size: cover;
  padding-bottom: 75%;
  border-radius: 8px;
}
.newsBox-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1rem;
  align-items: flex-start;
  row-gap: 1rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  margin: 0.5rem 0;
}
.newsBox-content-title {
  color: #181a20;
  font-size: 1.125rem;
  font-weight: 700;
  width: 100%;
  height: 48px;
  max-height: 48px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  font-size: 1rem;
}
.newsBox-content-date {
  font-size: 1rem;
  font-weight: 500;
  color: #181a20;
  width: 100%;
  position: absolute;
  right: 1.25rem;
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  box-shadow: 0px 6px 10.3px rgba(64, 79, 104, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: -35px;
  line-height: 1.5;
  padding: 0 23px;
}
.newsBox-content-date .month {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}
.newsBox-content-date .day {
  font-weight: 700;
  font-size: 1.25rem;
}
.newsBox-content-date .year {
  display: none;
}
.newsBox-content .category {
  color: #717171;
  font-size: 0.875rem;
}
.newsBox:hover {
  top: -10px;
  box-shadow: 0px 24px 30px 0px rgba(0, 0, 0, 0.2);
}

.bottom-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 100;
  filter: drop-shadow(0px -3px 4px rgba(0, 0, 0, 0.25));
}
.bottom-menu-link {
  padding-top: 10px;
  width: 20%;
  flex-grow: 0;
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 64px;
}
.bottom-menu-link i {
  color: #fff;
}
.bottom-menu-link p {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.bottom-menu-link:first-child, .bottom-menu-link:last-child {
  background-color: #1975bb;
}
.bottom-menu-link:nth-child(2), .bottom-menu-link:nth-child(4) {
  background-color: #002e52;
}
.bottom-menu-link-main {
  background-color: #1d4b6f;
  height: 91px;
  position: relative;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.bottom-menu-link-main i {
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
}
.bottom-menu-link-main p {
  font-size: 1rem;
  text-align: center;
  max-width: 35px;
  line-height: 1.3;
}
@media (max-width: 1279.98px) {
  .bottom-menu {
    display: flex;
    align-items: flex-end;
  }
}

.pageWrap {
  background-color: #f6f6f6;
}

.bread {
  display: flex;
  justify-content: flex-end;
  padding: 1.5rem 0;
}

.breadcrumb {
  background-color: #ededed;
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #b1b1b1;
  display: inline-flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  min-width: 200px;
  padding-right: 3rem;
}
.breadcrumb a {
  color: #b1b1b1;
  letter-spacing: 1px;
}

.contentWrap {
  padding: 3rem;
  background-color: #f8f7f7;
  box-shadow: 4px 4px 0.5px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.contentWrap-small {
  max-width: 600px;
  margin: 0 auto;
}
.contentWrap .formLimit {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .contentWrap {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .contentWrap {
    padding: 2rem 1rem;
  }
}

.searchWrap {
  padding: 1rem 3rem 0 3rem;
  background-color: #f8f7f7;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1rem;
}
.searchWrap .form {
  display: flex;
  flex-grow: 1;
  gap: 2rem;
}
.searchWrap .formItem {
  display: flex;
  align-items: center;
  min-width: 30%;
  gap: 1rem;
}
.searchWrap .formItem.grow {
  flex-grow: 1;
}
.searchWrap .formItem.grow .inputStyleMember {
  flex-grow: 1;
}
.searchWrap .formItem .formItem-content {
  flex-grow: 1;
}
.searchWrap .member-button {
  width: 125px;
  flex-grow: 0;
}
@media (max-width: 1023.98px) {
  .searchWrap {
    padding: 1rem 2rem 0 2rem;
  }
}
@media (max-width: 768px) {
  .searchWrap {
    gap: 1rem;
    flex-direction: column;
    padding: 1rem 1rem 1rem 1rem;
  }
  .searchWrap .form {
    justify-content: space-between;
  }
  .searchWrap .formItem {
    width: 50%;
  }
  .searchWrap .formItem .mainStyle {
    flex-grow: 1;
  }
  .searchWrap .member-button {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .searchWrap .form {
    gap: 0;
    flex-direction: column;
  }
  .searchWrap .formItem {
    width: 100%;
  }
  .searchWrap .formItem-label {
    width: 80px;
  }
}

.red-font {
  font-size: 1rem;
  font-weight: 700;
  color: #ca1313;
}

.normal-font {
  font-size: 1rem;
  font-weight: 500;
  color: #181a20;
}

.mainBody {
  min-height: 100dvh;
  background-image: url("../images/mainbody.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.mainBody--typeList {
  background-image: url("../images/mainbody.png"), url("../images/list-bg.png");
  background-position: left top, right bottom -120px;
}
@media (max-width: 1023.98px) {
  .mainBody--typeList {
    background-image: url("../images/mainbody.png");
    background-position: left top;
  }
}
@media (max-width: 640px) {
  .mainBody--typeList {
    background-position: right 80px top;
    padding-top: 15px;
  }
}
@media (max-width: 640px) {
  .mainBody--pages {
    background-position: right 80px top;
    padding-top: 15px;
  }
}
.mainBody--news {
  padding: 0 5rem;
  background-image: url("../images/list-bg.png");
  background-position: right bottom -120px;
}
@media (max-width: 1366px) {
  .mainBody--news {
    padding: 0 2rem;
  }
}
@media (max-width: 1023.98px) {
  .mainBody--news {
    background-image: none;
  }
}
@media (max-width: 640px) {
  .mainBody--news {
    padding: 0 1rem;
  }
}
.mainBody--newsDetail {
  background-image: url("../images/news-detail.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 10rem;
}
@media (max-width: 1366px) {
  .mainBody--newsDetail {
    padding: 0 2rem;
  }
}
@media (max-width: 1279.98px) {
  .mainBody--newsDetail {
    background-size: contain;
    background-position: left -80px top;
  }
}
@media (max-width: 640px) {
  .mainBody--newsDetail {
    padding: 0 1rem;
    background-size: auto 300px;
    background-position: right 80px top;
  }
}

.mainBodyTitle {
  font-size: 2.25rem;
  font-weight: 700;
  color: #181a20;
  text-align: center;
  padding: 0 2rem;
}
.mainBodyTitle--left {
  text-align: left;
  padding: 0 0 2rem 0;
}
@media (max-width: 640px) {
  .mainBodyTitle {
    font-size: 2rem;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .mainBodyTitle {
    padding: 0 1rem;
  }
  .mainBodyTitle--left {
    padding: 0 0 1rem 0;
  }
}

.pagination {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
  padding: 4rem 0;
}

.pagination li.prev a {
  color: #1d4b6f;
}
.pagination li.next a {
  color: #1d4b6f;
}
.pagination li:not(.prev, .next) a {
  background-color: #ededed;
}
.pagination li a {
  font-size: 1rem;
  color: #181a20;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a.active {
  background-color: #1d4b6f;
  color: #fff;
}

.articleContent {
  font-size: 1rem;
  color: #181a20;
  line-height: 2;
  font-family: "Anek Tamil", "Noto Sans TC", "Microsoft JhengHei", "蘋果儷中黑", sans-serif, "黑體";
  margin-bottom: 2rem;
}
.articleContent img {
  max-width: 100%;
  height: auto;
}

.share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #1d4b6f;
  padding: 10px 0.5rem 10px 1rem;
  width: 210px;
  border-radius: 65px;
}
.share-title {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: 1rem;
  padding-top: 4px;
}
.share-links {
  display: flex;
  align-items: center;
}
.share-links a {
  display: inline-flex;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
  transition: 0.2s;
  cursor: pointer;
}
.share-links a:hover {
  top: -5px;
}

.article-title {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.article-title .date {
  font-size: 0.875rem;
  font-weight: 700;
  color: #717171;
}
.article-title h1 {
  font-size: 2rem;
  color: #181a20;
  font-weight: 700;
}
.article-title h1:after {
  content: "";
  width: 100px;
  background-color: #717171;
  display: flex;
  height: 1px;
  margin: 0.5rem 0;
}
.article-content {
  padding-bottom: 4rem;
}
.article-content-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .article-title {
    padding-top: 1.5rem;
  }
  .article-title h1 {
    font-size: 1.875rem;
    margin-bottom: 0.5rem;
  }
}

.input-style01 {
  border: 1px solid #717171;
  height: 50px;
  padding: 0 10px;
  font-size: 1em;
  font-weight: normal;
  border-radius: 4px;
  width: 100%;
  font-weight: 500;
  color: #181a20;
}
.input-style01::-moz-placeholder {
  color: #717171;
  font-weight: 300;
}
.input-style01::placeholder {
  color: #717171;
  font-weight: 300;
}
.input-style01:focus-visible, .input-style01:focus {
  border: 2px solid #1d4b6f;
}

.textarea-style01 {
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  font-size: 1em;
  font-weight: normal;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  width: 100%;
  font-weight: 500;
  color: #181a20;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.textarea-style01::-moz-placeholder {
  color: #717171;
  font-weight: 300;
}
.textarea-style01::placeholder {
  color: #717171;
  font-weight: 300;
}
.textarea-style01:focus-visible, .textarea-style01:focus {
  outline: 1px solid #1d4b6f;
}
.textarea-style01.h-150 {
  height: 150px;
}

.inputStyleMember[type=text],
.inputStyleMember[type=tel],
.inputStyleMember[type=email],
.inputStyleMember[type=password] {
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  height: 50px;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #181a20;
}
.inputStyleMember[type=text]::-moz-placeholder, .inputStyleMember[type=tel]::-moz-placeholder, .inputStyleMember[type=email]::-moz-placeholder, .inputStyleMember[type=password]::-moz-placeholder {
  color: #9b9b9b;
}
.inputStyleMember[type=text]::placeholder,
.inputStyleMember[type=tel]::placeholder,
.inputStyleMember[type=email]::placeholder,
.inputStyleMember[type=password]::placeholder {
  color: #9b9b9b;
}
.inputStyleMember[type=text]:not(:-moz-read-only):focus, .inputStyleMember[type=tel]:not(:-moz-read-only):focus, .inputStyleMember[type=email]:not(:-moz-read-only):focus, .inputStyleMember[type=password]:not(:-moz-read-only):focus {
  outline: 1px solid #1d4b6f;
}
.inputStyleMember[type=text]:not(:read-only):focus,
.inputStyleMember[type=tel]:not(:read-only):focus,
.inputStyleMember[type=email]:not(:read-only):focus,
.inputStyleMember[type=password]:not(:read-only):focus {
  outline: 1px solid #1d4b6f;
}
.inputStyleMember[type=text]:-moz-read-only, .inputStyleMember[type=tel]:-moz-read-only, .inputStyleMember[type=email]:-moz-read-only, .inputStyleMember[type=password]:-moz-read-only {
  background-color: #ebebeb;
  color: #9b9b9b;
}
.inputStyleMember[type=text]:read-only,
.inputStyleMember[type=tel]:read-only,
.inputStyleMember[type=email]:read-only,
.inputStyleMember[type=password]:read-only {
  background-color: #ebebeb;
  color: #9b9b9b;
}

select.mainStyle {
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  height: 50px;
  width: 100%;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-size: 1rem;
  color: #9b9b9b;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/tri.png);
  background-position: right 1rem center;
  background-repeat: no-repeat;
}
select.mainStyle::-moz-placeholder {
  color: #9b9b9b;
}
select.mainStyle::placeholder {
  color: #9b9b9b;
}
select.mainStyle:focus {
  outline: 1px solid #1d4b6f;
}

.inputRadio {
  width: 25px;
  height: 25px;
  border-color: #3a3a3a;
  margin: 0;
}

.formGroup {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.formGroup .formItem {
  flex-grow: 1;
}

.formItem {
  margin-bottom: 1rem;
}
.formItem.require .formItem-label:after {
  content: "*";
  color: #ca1313;
}
.formItem-label {
  color: #3a3a3a;
}
.formItem-label label {
  font-weight: 500;
}
.formItem-content {
  display: flex;
  gap: 0.5rem;
}
.formItem-content .codeImg {
  max-width: 130px;
  height: 50px;
}
.formItem-content.center {
  justify-content: center;
}
.formItem .error-message {
  color: #ca1313;
  font-size: 0.875rem;
  font-weight: 500;
}

.formButton {
  padding-top: 1.5rem;
}

.underlineLink {
  text-decoration: underline;
}
.underlineLink:hover {
  font-weight: bolder;
  text-decoration: underline;
}

/**--------override-----------*/
.confirm-button {
  background-color: #1d4b6f !important;
  border-radius: 8px !important;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: "Anek Tamil", "Noto Sans TC", "Microsoft JhengHei", "蘋果儷中黑", sans-serif, "黑體" !important;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
}
.confirm-button:focus {
  box-shadow: 0 0 0 3px rgba(255, 209, 139, 0.5) !important;
}

.popupWidth {
  width: 90%;
  max-width: 1000px;
}

.member-button {
  background-color: #002e52;
  border-radius: 8px !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "Anek Tamil", "Noto Sans TC", "Microsoft JhengHei", "蘋果儷中黑", sans-serif, "黑體";
  font-weight: 500;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  width: 100%;
  font-size: 1.25rem;
}
.member-button:focus, .member-button:hover {
  box-shadow: 0 0 0 3px #a3c8e4 !important;
}
.member-button.small {
  font-size: 1rem;
  height: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1023.98px) {
  .member-button {
    font-size: 1rem;
  }
}

.button-mail-confirm {
  background-color: #002e52;
  color: #fff;
  border-radius: 12px;
  min-width: 150px;
}
.button-mail-confirm i {
  margin-left: 0.5rem;
}
.button-mail-confirm:focus, .button-mail-confirm:hover {
  box-shadow: 0 0 0 3px #a3c8e4 !important;
}

/*-----------------base---------------------*/
.page-header {
  background-image: url(../images/banner_s.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
.page-header .member-header-title {
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.58);
}
.page-header-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-header-title h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.page-header-title p {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}

.pageTitle {
  color: #181a20;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.pageTitle h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.pageTitle p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.pageTitle:after {
  content: "";
  width: 90px;
  height: 1px;
  margin: 1rem 0;
  background-color: #181a20;
}
@media (max-width: 1023.98px) {
  .pageTitle h2 {
    font-size: 1.5rem;
  }
  .pageTitle p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .pageTitle {
    margin-bottom: 1.5rem;
  }
}

.contentBox {
  background-color: #f8f7f7;
  border-radius: 8px;
  padding: 2.5rem 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 1023.98px) {
  .contentBox {
    padding: 2rem;
  }
}
@media (max-width: 640px) {
  .contentBox {
    padding: 2rem 1rem;
  }
}

.contentBoxTitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #181a20;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.contentBoxTitle::before {
  content: "";
  width: 8px;
  height: 26px;
  background-color: #181a20;
  border-radius: 8px;
  margin-bottom: 7px;
  margin-right: 1.5rem;
}
@media (max-width: 1023.98px) {
  .contentBoxTitle {
    font-size: 1.25rem;
  }
}

.contentBoxWrap {
  padding: 1.5rem 1.8rem 0rem 1.8rem;
}
.contentBoxWrap .radio-content {
  border-bottom: 1px dashed #3a3a3a;
  padding: 0.5rem 0 1rem 0;
  display: flex;
  align-items: flex-start;
}
.contentBoxWrap .radio-content label {
  flex-grow: 1;
}
.contentBoxWrap .radio-content .shift {
  display: flex;
  justify-content: flex-start;
}
.contentBoxWrap .radio-content .remind {
  background-color: #ededed;
  color: #181a20;
  font-weight: 700;
  border-radius: 30px;
  padding: 0.5rem 1rem 0.25rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: -5px;
  letter-spacing: normal;
  margin-left: 0.5rem;
}
.contentBoxWrap .type-content-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}
.contentBoxWrap .type-content {
  cursor: pointer;
  border: 1px solid #181a20;
  color: #181a20;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 2rem;
  border-radius: 80px;
  min-width: 120px;
  text-align: center;
  background-color: #fff;
  opacity: 0.5;
}
.contentBoxWrap .type-content.active {
  background-color: #1d4b6f;
  border-color: #1d4b6f;
  color: #fff;
  opacity: 1;
}
.contentBoxWrap .detail-info-wrap {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 1rem;
}
@media (max-width: 1023.98px) {
  .contentBoxWrap {
    padding: 1rem 1.5rem 0rem 1.5rem;
  }
  .contentBoxWrap .radio-content .remind {
    font-size: 0.875rem;
    padding: 0.5rem 1rem 0.1rem 1rem;
  }
}
@media (max-width: 640px) {
  .contentBoxWrap {
    padding: 1.5rem 0.5rem 0rem 0.5rem;
  }
  .contentBoxWrap .radio-content .shift {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
  .contentBoxWrap .radio-content .remind {
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin-top: 0;
    margin-left: 0rem;
  }
}

.ticket-number {
  display: flex;
  flex-direction: column;
}

.numberGroup {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px dashed #3a3a3a;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0;
}
.numberGroup-title {
  font-size: 1.15rem;
  line-height: 1.3;
  display: flex;
  gap: 1rem;
}
.numberGroup-title p {
  font-weight: 700;
}
.numberGroup-title span {
  font-weight: 500;
  color: #717171;
}
.numberGroup .total {
  font-weight: 700;
  font-size: 1.25rem;
}
.numberGroup-input {
  display: flex;
  gap: 0.25rem;
}
.numberGroup-input input {
  -moz-text-align-last: center;
       text-align-last: center;
  border: 1px solid #717171;
  height: 30px;
  padding: 0 10px;
  font-size: 1em;
  font-weight: 700;
  border-radius: 8px;
  font-weight: 500;
  color: #181a20;
  width: 100px;
}
.numberGroup-input span {
  cursor: pointer;
  width: 50px;
  height: 30px;
  border-radius: 8px;
  background-color: #ededed;
  color: #181a20;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 5px;
}
@media (max-width: 1023.98px) {
  .numberGroup-title {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .numberGroup {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .numberGroup-input {
    width: 100%;
    justify-content: space-between;
  }
  .numberGroup-input input {
    flex-grow: 1;
  }
}

.fillOutWrap {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  position: relative;
}
.fillOutWrap .fillOutWrap-form {
  width: 50%;
  flex-grow: 1;
}
.fillOutWrap .fillOutWrap-form .detail-content-wrap {
  background-color: #f8f7f7;
  border-radius: 8px;
  padding: 2rem;
  align-items: stretch;
}
.fillOutWrap .fillOutWrap-form .formGroup {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.fillOutWrap .fillOutWrap-form .formGroup .formItem {
  flex-grow: 1;
}
.fillOutWrap .fillOutWrap-form .contentBoxTitle {
  margin-bottom: 1rem;
}
.fillOutWrap .fillOutWrap-confirm {
  position: sticky;
  top: 120px;
  width: 400px;
  border-radius: 8px;
  padding: 1.5rem;
  border: 1px solid #717171;
  flex-grow: 0;
}
.fillOutWrap .fillOutWrap-confirm .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem 1rem 1.25rem;
}
.fillOutWrap .fillOutWrap-confirm .total-title {
  font-size: 1rem;
  font-weight: 500;
  color: #3a3a3a;
}
.fillOutWrap .fillOutWrap-confirm .total-count {
  font-size: 1rem;
  font-weight: 500;
  color: #3a3a3a;
}
.fillOutWrap .fillOutWrap-confirm .total-count span {
  color: #181a20;
  font-weight: 700;
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
@media (max-width: 1023.98px) {
  .fillOutWrap {
    flex-direction: column;
  }
  .fillOutWrap .fillOutWrap-form {
    width: 100%;
  }
  .fillOutWrap .fillOutWrap-confirm {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .fillOutWrap .fillOutWrap-form .detail-content-wrap {
    padding: 2rem 1rem;
  }
  .fillOutWrap .fillOutWrap-confirm {
    padding: 1.5rem 1rem;
  }
}

.coupon_type {
  display: flex;
  gap: 3rem;
  justify-content: center;
  padding: 3rem 0 5rem 0;
}
.coupon_type-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  position: relative;
  padding: 1rem 1.75rem 1em 1.75rem;
  border-radius: 16px;
  border: 2px solid #181a20;
}
.coupon_type-box i {
  font-size: 2.25rem;
  color: #181a20;
}
.coupon_type-box i.rotate {
  transform: rotate(-45deg);
}
.coupon_type-box p {
  font-size: 1.5rem;
  color: #181a20;
  font-weight: 700;
  line-height: 1.2;
}
.coupon_type-box:hover {
  box-shadow: 0 0 0 3px #a3c8e4;
}
.coupon_type-box.active {
  background-color: #1d4b6f;
  border-color: #fff;
}
.coupon_type-box.active p,
.coupon_type-box.active i {
  color: #fff;
}
@media (max-width: 1023.98px) {
  .coupon_type {
    gap: 1.5rem;
  }
  .coupon_type-box {
    padding: 0.75rem 0.5rem 0.75rem 1rem;
  }
  .coupon_type-box i {
    font-size: 2rem;
  }
  .coupon_type-box p {
    font-size: 1.25rem;
  }
  .coupon_type-box:not(:last-child):after {
    right: -18%;
    border-width: 6px 0 6px 12px;
  }
}
@media (max-width: 768px) {
  .coupon_type {
    gap: 1rem;
  }
  .coupon_type-box {
    padding: 0.75rem 0.5rem 0.75rem 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .coupon_type-box i {
    margin-bottom: 0.5rem;
  }
  .coupon_type-box p {
    text-align: center;
    max-width: 90px;
    line-height: 1.4;
  }
  .coupon_type-box:not(:last-child):after {
    right: -25%;
    border-width: 6px 0 6px 12px;
  }
}

.header {
  color: #181a20;
  transition: 0.6s;
  position: fixed;
  z-index: 200;
  margin: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
}
.header .logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 10px;
  margin-right: 32px;
  color: #000000;
}
.header .logo p {
  line-height: 1.2;
  font-size: 1.4rem;
  padding-top: 5px;
}
.header .logo span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #717171;
}
.header .logo img {
  width: 75px;
}
.header .member-login {
  font-weight: bold;
  font-size: 1rem;
  color: #181a20;
  display: flex;
  gap: 10px;
  align-items: center;
}
.header #num_rows {
  padding: 0 3px;
  position: absolute;
  background-color: #949494;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 0.75em;
  border-radius: 100%;
  text-align: center;
  right: 0px;
  top: calc(50% - 20px);
}
.header .header-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1280px;
}
.header .col-left {
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .col-right {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-grow: 1;
}
.header .menu-wrap {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 0;
}
.header .menu {
  display: flex;
}
.header .menu-logout {
  position: absolute;
  right: 30px;
  top: 25px;
  border: 0;
  text-align: center;
  color: #fff;
  background-color: #181a20;
  display: none;
}
.header .menu-item {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

@media (min-width: 1280px) {
  .scrolling .header {
    box-shadow: 0px 4px 11.8px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1280px) {
  .header .mobile-icon {
    display: none;
  }
  .header .menu-item:hover .menu-sec-wrap {
    visibility: visible;
    transform: translateY(100%) translateX(0);
    opacity: 1;
    will-change: transform;
  }
  .header .menu-sec-wrap .menu-sec-item:hover .has-submenu {
    background-color: #1eb893;
    color: #fff;
  }
  .header .menu-sec-wrap .menu-sec-item:hover .menu-third-wrap {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    transform: translateY(0) translateX(0);
  }
  .header .menu-sec-wrap .menu-sec-item:hover .menu-third-wrap .menu-sec-item {
    padding: 5px 0;
  }
  .header .menu-sec-wrap .menu-sec-item:hover .menu-third-wrap .menu-sec-item .menu-item-link {
    color: #181a20;
    font-weight: 500;
  }
  .header .menu-sec-wrap .menu-sec-item:hover .menu-third-wrap .menu-sec-item .menu-item-link:hover {
    color: #1eb893;
  }
  .header .menu-item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    transition: 0.3s;
    font-size: 1rem;
    font-weight: 700;
  }
  .header .menu-item-link:after {
    content: "";
    width: 8px;
    height: 4px;
    background-color: #1d4b6f;
    margin-left: 0.25rem;
    margin-bottom: 5px;
  }
  .header .menu-item:hover .menu-item-link {
    color: #181a20;
    font-weight: 700;
  }
  .header .menu-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 10px;
    transition: 0.3s;
  }
  .header .menu-sec-wrap {
    transition: 0.2s;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 10px;
    width: 200%;
    transform: translateY(95%) translateX(0);
    background: #fff;
    border-top: 2px double #1d4b6f;
    border-bottom: 2px double #1d4b6f;
    padding: 9px;
    box-shadow: 2px 2px 3px #949494;
  }
  .header .menu-sec-item {
    position: relative;
    margin: 5px 0;
  }
  .header .menu-third-wrap {
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    margin-left: 30px;
    width: 100%;
    top: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(241, 239, 239, 0.95);
    border-left: 15px #45866a solid;
    z-index: 100000;
    transform: translateY(0) translateX(-50px);
  }
  .header .menu-sec-item-link {
    padding: 9px 0;
    display: block;
    text-align: center;
    transition: 0.3s;
    line-height: 1.6;
    font-weight: 500;
  }
  .header .menu-sec-item-link:hover {
    color: #1d4b6f;
    font-weight: bold;
  }
}
.header .menu-button {
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  color: #4d4d4d;
  font-size: 0.875rem;
  cursor: pointer;
  z-index: 1000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 8px 10px;
  border: 0;
  position: relative;
}

.header .menu-button.is-opened {
  position: fixed;
  z-index: 10000000;
}

.header .menu-button.is-opened span {
  display: none;
}

.header .logo.is-opened {
  padding-left: 36px;
  position: relative;
  z-index: 100000;
}

@media (max-width: 1279.98px) {
  .header {
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.3s;
    position: fixed;
    top: 0;
    box-shadow: 0px 4px 11.8px rgba(0, 0, 0, 0.25);
  }
  .header .header-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header .logo {
    padding: 0;
    display: flex;
    align-items: center;
    background: none;
    margin-left: 1rem;
    flex-grow: 1;
    margin-right: 0;
  }
  .header .logo img {
    width: 40px;
  }
  .header .logo p {
    font-size: 1.25rem;
  }
  .header .col-right {
    display: block;
    padding-top: 2em;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    transform: translateY(-100%);
    transition: 0.3s;
    background: #fff;
    z-index: 100;
  }
  .header .col-right .button-group {
    padding: 30px 35px 30px 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
  }
  .header .menu {
    flex-direction: column;
    padding: 50px 90px;
    position: relative;
    overflow-y: auto;
    top: 70px;
    height: calc(100vh - 146px);
    justify-content: start;
  }
  .header .menu-side {
    display: none;
  }
  .header .menu-wrap {
    flex-direction: column;
    width: 100%;
  }
  .header .menu-item {
    width: 100%;
    flex-wrap: wrap;
    transform: translateX(-100%);
    transition: all ease-out 0.6s;
    opacity: 0;
    color: #181a20;
    padding: 0 30px;
    background-color: #d2e6f4;
  }
  .header #num_rows {
    background-color: #181a20;
  }
  .header .menu-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .header .menu-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .header .menu-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .header .menu-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .header .menu-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .header .menu-item:nth-child(6) {
    transition-delay: 0s;
  }
  .header .menu-item:nth-child(7) {
    transition-delay: 0.7s;
  }
  .header .menu-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    font-weight: 700;
  }
  .header .menu-item-link.active {
    color: #1d4b6f;
  }
  .header .menu-item-link.active i {
    transform: rotate(180deg);
  }
  .header .menu-item-link .header .menu-item-link i {
    transition: 0.3s;
  }
  .header .menu-item .menu-sec-wrap {
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
    border-left: 1px solid #1d4b6f;
    margin-left: 30px;
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .header .menu-sec-wrap .menu-sec-item-link {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .menu-sec-item-link {
    color: #181a20;
    display: flex;
    padding-left: 1.2em;
    line-height: 1.4;
  }
  .header .menu-sec-item-link.active {
    background: #949494;
  }
  .header .menu-sec-item-link:last-child {
    margin-bottom: 0;
  }
  .header .menu-third-wrap {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .header .menu-third-wrap .menu-sec-item {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .header .menu-third-wrap .menu-item-link {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1.125rem;
    padding: 0;
  }
  .header .menu-third-wrap .menu-item-link:hover {
    color: #1eb893;
  }
  .header .menu-sec-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .header .col-right.is-opened {
    transform: translateY(0);
    z-index: 10000;
  }
  .header .col-right.is-opened ~ .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ededed;
  }
  .header .col-right.is-opened .menu-item {
    transform: translateX(0);
    opacity: 1;
  }
  .header .menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header .menu {
    padding: 30px 0 0 0;
    top: 30px;
    height: calc(100% - 114px);
    background-color: #d2e6f4;
  }
  .header .col-right .button-group {
    padding: 30px 20px 30px 20px;
    position: relative;
    z-index: 100;
  }
  .header .menu-side {
    top: 100px;
  }
}
@media (max-width: 480px) {
  .header .logo p {
    font-size: 1rem;
  }
}
.index .header {
  background-color: rgba(255, 255, 255, 0.7);
}

.floatButtons {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transition: 0.4s;
  z-index: 10000000;
}
.floatButtons-item {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 2rem 1.3rem;
  width: 98px;
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
  box-shadow: 5px 5px 4px #9acef6;
  line-height: 35px;
  background-color: #1d4b6f;
  text-align: center;
}
.floatButtons-item i {
  transform: rotate(-30deg);
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .floatButtons {
    top: 200px;
    right: 10px;
  }
  .floatButtons-item {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
  .floatButtons-item.pc-only {
    display: none;
  }
}
.idx-banner {
  padding: 0 30px;
}
.idx-banner .swiper {
  border-radius: 8px;
}
.idx-banner .swiper picture {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  .idx-banner {
    padding: 0 1rem;
  }
}

.idx-marquee {
  border-radius: 16px;
  max-width: 1170px;
  padding: 1rem 1.5rem 0.25rem 1.5rem;
  filter: drop-shadow(0px 4px 10.9px rgba(0, 0, 0, 0.25));
  margin-top: -33px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.idx-marquee marquee {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1279.98px) {
  .idx-marquee {
    width: 85%;
    border-radius: 8px;
    padding: 0.75rem 1.5rem 0rem 1.5rem;
  }
}

.idx-news {
  padding: 3rem 0 4rem 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1365.98px) {
  .idx-news {
    background-size: 1600px 171px, 1600px 143px;
  }
}
@media (max-width: 1023.98px) {
  .idx-news {
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
}
@media (max-width: 640px) {
  .idx-news::before {
    left: 30%;
  }
  .idx-news::after {
    left: 70%;
  }
}

.idx-news-wrap {
  width: 100%;
}

.idx-news-list {
  display: flex;
  width: 100%;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
}
.idx-news-list .newsBox {
  width: calc(33.3% - 24px);
  margin: 0 12px 1.5rem 12px;
}
.idx-news-list .newsBox:nth-child(4) {
  display: none;
}
@media (min-width: 1024px) {
  .idx-news-list .row-style {
    width: calc(33.3% - 24px);
    display: flex;
    flex-direction: column;
  }
  .idx-news-list .row-style .newsBox {
    width: 100%;
    display: flex;
  }
  .idx-news-list .row-style .newsBox-img {
    width: 45%;
    flex-shrink: 0;
    padding-bottom: 30%;
  }
  .idx-news-list .row-style .newsBox-content {
    row-gap: 0.5rem;
    padding: 0.875rem 1.5rem;
  }
  .idx-news-list .row-style .newsBox-content-date {
    position: relative;
    box-shadow: none;
    width: 100%;
    top: 0;
    right: 0;
    flex-direction: row;
    height: auto;
    justify-content: start;
    padding: 0;
    color: #717171;
  }
  .idx-news-list .row-style .newsBox-content-date span:not(:last-child)::after {
    content: ",";
    padding: 0 2px;
  }
  .idx-news-list .row-style .newsBox-content-date .month {
    width: auto;
  }
  .idx-news-list .row-style .newsBox-content-date .year {
    display: block;
  }
  .idx-news-list .row-style .newsBox-content-date .day {
    font-size: 1rem;
    font-weight: 500;
  }
}
@media (max-width: 1279.98px) {
  .idx-news-list .row-style {
    display: flex;
  }
}
@media (max-width: 1023.98px) {
  .idx-news-list {
    flex-wrap: wrap;
    width: 100%;
  }
  .idx-news-list .newsBox {
    width: calc(50% - 24px);
  }
  .idx-news-list .newsBox:nth-child(4) {
    display: block;
  }
}
@media (max-width: 768px) {
  .idx-news-list {
    flex-wrap: wrap;
  }
  .idx-news-list .newsBox {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .idx-news-list .row-style {
    flex-direction: column;
  }
  .idx-news-list .row-style .newsBox {
    width: calc(100% - 24px);
  }
}

.idx-news-title {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 2rem;
}
.idx-news-title .button-arrow {
  background-color: inherit;
  padding-left: 1.5rem;
}
@media (max-width: 1023.98px) {
  .idx-news-title {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.idx-story {
  width: 100%;
  margin-bottom: 6rem;
  margin-top: 7rem;
  background-color: #faf4ea;
}
.idx-story .storyBox {
  max-width: 1280px;
  margin: 4rem auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.idx-story .storyBox-img {
  width: 50%;
}
.idx-story .storyBox-img img {
  width: 100%;
  border-radius: 10px;
}
.idx-story .storyBox-content {
  padding: 4rem 3rem;
  font-size: 1.125rem;
  color: #181a20;
  font-weight: 700;
  line-height: 2;
  width: 50%;
}
@media (max-width: 1279.98px) {
  .idx-story .storyBox {
    padding: 0 1rem;
  }
}
@media (max-width: 1023.98px) {
  .idx-story .storyBox {
    flex-direction: column;
    margin: 2rem auto;
  }
  .idx-story .storyBox .storyBox-img {
    width: 100%;
  }
  .idx-story .storyBox .storyBox-content {
    width: 96%;
    padding: 4rem 2rem;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (max-width: 640px) {
  .idx-story .storyBox .storyBox-content {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .idx-story {
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
}

.swiper-video {
  position: relative;
  padding: 0 140px;
  overflow: hidden;
  margin-bottom: 4rem;
}
.swiper-video::before {
  content: "";
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  width: 140px;
  z-index: 10;
}
.swiper-video::after {
  content: "";
  background-color: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  width: 140px;
  z-index: 10;
  top: 0;
}
.swiper-video .swiper-video-button-next {
  width: 50px;
  height: 50px;
  right: 30px;
  z-index: 11;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/circle-right.png);
}
.swiper-video .swiper-video-button-next:after {
  display: none;
}
.swiper-video .swiper-video-button-prev {
  width: 50px;
  height: 50px;
  left: 30px;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/circle-left.png);
}
.swiper-video .swiper-video-button-prev:after {
  display: none;
}
@media (max-width: 1023.98px) {
  .swiper-video {
    padding: 0 60px;
  }
  .swiper-video::before {
    width: 60px;
  }
  .swiper-video::after {
    width: 60px;
  }
  .swiper-video .swiper-video-button-next {
    width: 40px;
    right: 10px;
    height: 40px;
  }
  .swiper-video .swiper-video-button-prev {
    width: 40px;
    left: 10px;
    height: 40px;
  }
}

.idx-video {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.idx-video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;
}
.idx-video:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/videobtn.svg") center center no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 3;
}

@media (max-width: 768px) {
  .idx-video {
    border-radius: 8px;
  }
  .idx-video:after {
    width: 3rem;
    height: 3rem;
  }
}
.idx-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.html-video {
  width: 100%;
  max-width: 960px;
  background: rgba(255, 255, 255, 0);
}

.html-video-close-btn {
  top: -65px;
  right: 5px;
  position: absolute;
  font-size: 4rem;
  color: #fff;
}

.html-video-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.html-video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsCategory {
  margin-bottom: 3rem;
}
.newsCategory .category {
  display: flex;
  justify-content: flex-start;
}
.newsCategory .category-item {
  padding: 0.6rem 1.2rem;
  background-color: #e6e6e6;
  color: #181a20;
  font-weight: 700;
  font-size: 1.125rem;
}
.newsCategory .category-item:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.newsCategory .category-item:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.newsCategory .category-item.active {
  background-color: #1d4b6f;
  color: #fff;
}
@media (max-width: 640px) {
  .newsCategory {
    margin-bottom: 2rem;
  }
  .newsCategory .category {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0.5rem;
    flex-wrap: wrap;
  }
  .newsCategory .category-item {
    border-radius: 10px;
  }
}

.news {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}
.news .newsBox {
  width: calc(25% - 24px);
  margin: 0 12px 1.5rem 12px;
}
@media (max-width: 1023.98px) {
  .news .newsBox {
    width: calc(33% - 24px);
  }
}
@media (max-width: 640px) {
  .news .newsBox {
    margin: 0 8px 1rem 8px;
    width: calc(50% - 16px);
  }
}

.newsDetail-title {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.newsDetail-title .date {
  font-size: 0.875rem;
  font-weight: 700;
  color: #717171;
}
.newsDetail-title h1 {
  font-size: 2rem;
  color: #181a20;
  font-weight: 700;
}
.newsDetail-content {
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .newsDetail-title {
    padding-top: 1.5rem;
  }
  .newsDetail-title h1 {
    font-size: 1.875rem;
    margin-bottom: 0.5rem;
  }
}

.member-bg {
  background: linear-gradient(180deg, #5592c0 0%, #5fa9e3 44.26%, #ffffff 100%);
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .member-bg {
    padding: 2rem 0 4rem 0;
  }
}

.loginWrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1rem;
}

.loginMain {
  background-color: #fff;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 2.5rem 5rem;
}
.loginMain-links {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
}
.loginMain-links button,
.loginMain-links a {
  font-size: 1rem;
  color: #3a3a3a;
  background: none;
  font-weight: 500;
  border-bottom: 1px solid #3a3a3a;
  line-height: 1;
  padding: 0;
}
.loginMain-links .confirm-mail i {
  margin-left: 8px;
}
@media (max-width: 1023.98px) {
  .loginMain {
    padding: 2.5rem 1rem;
  }
}

.loginType {
  display: flex;
  gap: 2px;
}
.loginType-tag {
  background-color: #9b9b9b;
  color: #ddd;
  font-size: 1.25rem;
  font-weight: 700;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0.5rem 2rem;
  cursor: pointer;
}
.loginType-tag.active {
  background-color: #fff;
  color: #181a20;
}
@media (max-width: 1023.98px) {
  .loginType-tag {
    font-size: 1.15rem;
  }
}

.notMember {
  position: relative;
  text-align: center;
  margin: 1.25rem 0 0 0;
}
.notMember:before {
  content: "";
  display: flex;
  background: rgba(102, 102, 102, 0.25);
  width: 100%;
  height: 1px;
}
.notMember p {
  background-color: #fff;
  padding: 0 20px;
  font-size: 1rem;
  color: #3a3a3a;
  position: relative;
  top: -12px;
  display: inline-block;
  margin: 0 auto;
}

.memberTitle {
  color: #181a20;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.memberTitle h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.memberTitle p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1023.98px) {
  .memberTitle h2 {
    font-size: 1.5rem;
  }
  .memberTitle p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .memberTitle {
    margin-bottom: 1.5rem;
  }
}

.member-header {
  background: linear-gradient(97.5deg, #1975bb 35.42%, #1d4b6f 58.02%);
  padding: 4rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
.member-header-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}
.member-header-title h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.member-header-title p {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
.member-header .welcome {
  position: absolute;
  bottom: 16px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.member-header .welcome p {
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  font-weight: 700;
  width: 250px;
  max-width: 80%;
  text-align: center;
  padding: 0.5rem 1rem;
}

.register-step {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  justify-content: center;
  padding: 3rem 0 5rem 0;
}
.register-step-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  position: relative;
  padding: 0.75rem 1.75rem 0.75rem 1.5rem;
  border-radius: 16px;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.register-step-box i {
  font-size: 2.25rem;
  color: rgba(0, 0, 0, 0.3);
}
.register-step-box i.rotate {
  transform: rotate(-45deg);
}
.register-step-box p {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
  max-width: 50px;
  line-height: 1.2;
}
.register-step-box:not(:last-child):after {
  position: absolute;
  right: -22%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent rgba(24, 26, 32, 0.3);
}
.register-step-box.active {
  border: 2px solid #000;
}
.register-step-box.active i,
.register-step-box.active p {
  color: #000;
}
@media (max-width: 1023.98px) {
  .register-step {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .register-step-box {
    padding: 0.75rem 0.5rem 0.75rem 1rem;
  }
  .register-step-box i {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.3);
  }
  .register-step-box p {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    max-width: 50px;
    line-height: 1.2;
  }
  .register-step-box:not(:last-child):after {
    right: -18%;
    border-width: 6px 0 6px 12px;
  }
}
@media (max-width: 480px) {
  .register-step-box {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .register-step-box i {
    margin-bottom: 0.5rem;
  }
  .register-step-box p {
    text-align: center;
  }
  .register-step-box:not(:last-child):after {
    right: -25%;
    border-width: 6px 0 6px 12px;
  }
}

.member-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 4rem 0 2rem 0;
}
.member-types .type {
  cursor: pointer;
  border: 2px solid #717171;
  color: #717171;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 1rem 3rem;
  border-radius: 16px;
  min-width: 300px;
  text-align: center;
}
.member-types .type.active {
  color: #fff;
  background-color: #1d4b6f;
  border: 2px solid #1d4b6f;
}
@media (max-width: 1023.98px) {
  .member-types .type {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .member-types {
    padding: 2rem 0 2rem 0;
  }
  .member-types .type {
    font-size: 1.25rem;
    min-width: 160px;
    padding: 0.75rem 2rem;
  }
}

.tips {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #181a20;
}

.typeTitle {
  position: relative;
  text-align: center;
  margin: 2rem auto;
}
.typeTitle:before {
  content: "";
  display: flex;
  background: #181a20;
  width: 100%;
  height: 1px;
}
.typeTitle p {
  background-color: #fff;
  padding: 0 30px;
  font-size: 2rem;
  color: #181a20;
  position: relative;
  top: -24px;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}
.typeTitle.small p {
  font-size: 1.5rem;
}

.member-limit {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.member-limit-with-member {
  width: 100%;
  max-width: 1200px;
  margin: 6rem auto 0 auto;
}

.member-title-with-button {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 1rem;
}
.member-title-with-button .memberTitle {
  width: 100%;
}
.member-title-with-button .button-arrow-left {
  position: absolute;
  left: 0;
  margin-bottom: 2rem;
}
@media (max-width: 1023.98px) {
  .member-title-with-button .button-arrow-left {
    display: none;
  }
}

.orderList {
  width: 100%;
}
.orderList-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #3a3a3a;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 5px;
  gap: 0.75rem;
  font-weight: 500;
}
.orderList-item .item.small {
  width: 110px;
}
.orderList-item .medium {
  width: 150px;
}
.orderList-item .large {
  width: 25%;
}
.orderList-item .right {
  display: flex;
  justify-content: flex-end;
}
.orderList-item .center {
  display: flex;
  justify-content: center;
}
.orderList-item .edit {
  flex-grow: 1;
}
.orderList-item .grow {
  flex-grow: 1;
}
.orderList-item-title {
  font-weight: 700;
  color: #181a20;
}
.orderList-item .inline-link {
  color: #1d4b6f;
}
@media (max-width: 1023.98px) {
  .orderList-item {
    flex-direction: column;
    align-items: start;
    font-size: 0.875rem;
    padding: 10px;
    gap: 0;
    margin-bottom: 2rem;
  }
  .orderList-item-title {
    display: none;
  }
  .orderList-item:nth-child(even) {
    background-color: rgba(137, 137, 137, 0.05);
  }
  .orderList-item .item {
    display: flex;
    margin-bottom: 5px;
    padding: 0.25rem 0;
    width: 100%;
  }
  .orderList-item .item.small {
    width: 100%;
  }
  .orderList-item .item:not(:last-child) {
    border-bottom: 1px solid rgba(137, 137, 137, 0.5);
  }
  .orderList-item .item::before {
    content: attr(data-title);
    width: 130px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .orderList-item .item::before {
    width: 110px;
    margin-right: 1rem;
  }
}

/*---- 訂單明細-------------*/
.detailWrap {
  display: flex;
  gap: 3rem;
}
.detailWrap .detail {
  width: 50%;
}
@media (max-width: 1023.98px) {
  .detailWrap {
    flex-direction: column;
  }
  .detailWrap .detail {
    width: 100%;
  }
  .detailWrap .detail-padding {
    padding: 0.75rem 2rem;
  }
}
@media (max-width: 480px) {
  .detailWrap .detail-padding {
    padding: 0.75rem 1rem;
  }
}

.detail-title-bg {
  background-color: #959595;
  padding: 0.75rem 2rem;
}
.detail-title-bg p {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .detail-title-bg {
    padding: 0.75rem 1rem;
  }
}

.detail-title {
  color: #181a20;
  font-weight: 700;
  font-size: 1.25rem;
}

.detail-content-wrap {
  padding: 0.75rem 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .detail-content-wrap {
    padding: 0.75rem 1rem;
  }
}

.detail-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.detail-content .title {
  color: #3a3a3a;
  font-weight: 700;
  width: 100px;
}
.detail-content .content {
  color: #181a20;
  font-weight: 500;
}
.detail-content .input-checkbox {
  margin-right: 1rem;
}
.detail-content .checkbox-label {
  width: 100%;
  display: flex;
}
.detail-content .checkbox-label p {
  width: 70px;
  text-align: center;
}
.detail-content .checkbox-label p.large {
  flex-grow: 1;
  text-align: left;
}
.detail-content.list-type {
  border-bottom: 1px dashed #717171;
  padding: 0.5rem;
}
.detail-content.list-type:last-child {
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  .detail-content.list-type {
    padding: 0.25rem;
  }
  .detail-content .input-checkbox {
    margin-right: 0.5rem;
  }
  .detail-content .checkbox-label p {
    width: 55px;
  }
}

.detail-tip {
  font-size: 1.25rem;
  color: #fff;
  background-color: #ca1313;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  margin: 0.5rem 0;
}

.detail-tip-info {
  font-size: 1rem;
  color: #fff;
  background-color: #ca1313;
  border-radius: 8px;
  padding: 0.6rem 1.5rem 0.5rem 1.5rem;
  font-weight: 500;
  margin: 0.5rem 0;
}

.detail-info-wrap {
  padding: 0.75rem 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  display: flex;
  margin: 1rem 0;
}

.detail-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.detail-info .title {
  background-color: #f2f2f2;
  border-radius: 20px;
  color: #181a20;
  text-align: center;
  font-weight: 700;
  width: 90px;
  padding: 0.5rem 1.5rem;
  line-height: 1.2;
}
.detail-info .content {
  color: #181a20;
  font-weight: 500;
}

.detail-ticket-wrap {
  background-color: #f2f2f2;
  border-radius: 16px;
  padding: 1.5rem 1.25rem 2.5rem 1.25rem;
}

.detail-ticket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 0 0.5rem 0;
  border-bottom: 1px dashed #3a3a3a;
}
.detail-ticket .title {
  display: flex;
  gap: 0.5rem;
}
.detail-ticket .title p {
  font-weight: 500;
  color: #3a3a3a;
}
.detail-ticket .title span {
  font-weight: 700;
  color: #181a20;
}
.detail-ticket .count {
  font-weight: 700;
  color: #181a20;
}
.detail-ticket .total {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

/*----  會員中心 -----------*/
.memberCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}
.memberCenter .memberOption {
  width: 30%;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: all linear 0.2s;
  min-width: 290px;
  border: 1px solid #a3c8e4;
}
.memberCenter .memberOption .number {
  width: 76px;
  height: 100%;
  background-color: #a3c8e4;
  color: #181a20;
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.memberCenter .memberOption .content {
  padding: 1rem;
}
.memberCenter .memberOption .content .subTitle {
  color: #3a3a3a;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
}
.memberCenter .memberOption .content .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #181a20;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}
.memberCenter .memberOption .content .engTitle {
  color: #181a20;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}
.memberCenter .memberOption:focus, .memberCenter .memberOption:hover {
  box-shadow: 0 0 0 3px #a3c8e4 !important;
}
@media (max-width: 768px) {
  .memberCenter {
    gap: 1rem;
  }
  .memberCenter .memberOption {
    gap: 1rem;
    min-width: 270px;
  }
  .memberCenter .memberOption .number {
    width: 70px;
    font-size: 2.5rem;
  }
  .memberCenter .memberOption .content .subTitle {
    font-size: 0.875rem;
  }
  .memberCenter .memberOption .content .title {
    font-size: 1rem;
  }
  .memberCenter .memberOption .content .engTitle {
    font-size: 0.875rem;
  }
}

.coupon_type {
  display: flex;
  gap: 3rem;
  justify-content: center;
  padding: 3rem 0 5rem 0;
}
.coupon_type-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  position: relative;
  padding: 1rem 1.75rem 1em 1.75rem;
  border-radius: 16px;
  border: 2px solid #181a20;
}
.coupon_type-box i {
  font-size: 2.25rem;
  color: #181a20;
}
.coupon_type-box i.rotate {
  transform: rotate(-45deg);
}
.coupon_type-box p {
  font-size: 1.5rem;
  color: #181a20;
  font-weight: 700;
  line-height: 1.2;
}
.coupon_type-box:hover {
  box-shadow: 0 0 0 3px #a3c8e4 !important;
}
.coupon_type-box.active {
  background-color: #1d4b6f;
  border-color: #fff;
}
.coupon_type-box.active p,
.coupon_type-box.active i {
  color: #fff;
}
@media (max-width: 1023.98px) {
  .coupon_type {
    gap: 1.5rem;
  }
  .coupon_type-box {
    padding: 0.75rem 0.5rem 0.75rem 1rem;
  }
  .coupon_type-box i {
    font-size: 2rem;
  }
  .coupon_type-box p {
    font-size: 1.25rem;
  }
  .coupon_type-box:not(:last-child):after {
    right: -18%;
    border-width: 6px 0 6px 12px;
  }
}
@media (max-width: 768px) {
  .coupon_type {
    gap: 1rem;
  }
  .coupon_type-box {
    padding: 0.75rem 0.5rem 0.75rem 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .coupon_type-box i {
    margin-bottom: 0.5rem;
  }
  .coupon_type-box p {
    text-align: center;
    max-width: 90px;
    line-height: 1.4;
  }
  .coupon_type-box:not(:last-child):after {
    right: -25%;
    border-width: 6px 0 6px 12px;
  }
}

.coupon-step {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  justify-content: center;
  padding: 3rem 0 5rem 0;
}
.coupon-step-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  position: relative;
  padding: 0.75rem 1.75rem 0.75rem 1.5rem;
  border-radius: 16px;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.coupon-step-box i {
  font-size: 2.25rem;
  color: rgba(0, 0, 0, 0.3);
}
.coupon-step-box i.rotate {
  transform: rotate(-45deg);
}
.coupon-step-box p {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
  max-width: 50px;
  line-height: 1.2;
}
.coupon-step-box:not(:last-child):after {
  position: absolute;
  right: -22%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent rgba(24, 26, 32, 0.3);
}
.coupon-step-box.active {
  border: 2px solid #000;
}
.coupon-step-box.active i,
.coupon-step-box.active p {
  color: #000;
}
@media (max-width: 1023.98px) {
  .coupon-step {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .coupon-step-box {
    padding: 0.75rem 0.5rem 0.75rem 1rem;
  }
  .coupon-step-box i {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.3);
  }
  .coupon-step-box p {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    max-width: 50px;
    line-height: 1.2;
  }
  .coupon-step-box:not(:last-child):after {
    right: -18%;
    border-width: 6px 0 6px 12px;
  }
}
@media (max-width: 480px) {
  .coupon-step-box {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .coupon-step-box i {
    margin-bottom: 0.5rem;
  }
  .coupon-step-box p {
    text-align: center;
  }
  .coupon-step-box:not(:last-child):after {
    right: -25%;
    border-width: 6px 0 6px 12px;
  }
}

#input-container-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.input-container {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  border-bottom: 1px dashed #717171;
  padding: 1rem;
  background-color: #f8f7f7;
}
.input-container:nth-child(even) {
  background-color: #fff;
}
.input-container .serial-number {
  font-size: 1.25rem;
  font-weight: 700;
  flex-shrink: 0;
  color: #717171;
}
.input-container .serial-input {
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  height: 40px;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #181a20;
}
.input-container .serial-input::-moz-placeholder {
  color: #9b9b9b;
}
.input-container .serial-input::placeholder {
  color: #9b9b9b;
}
.input-container .serial-input:not(:-moz-read-only):focus {
  outline: 1px solid #1d4b6f;
}
.input-container .serial-input:not(:read-only):focus {
  outline: 1px solid #1d4b6f;
}
.input-container .btn-remove {
  background-color: #3a3a3a;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  min-width: 90px;
  padding: 0.5rem 1rem 0.25rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: normal;
}
.input-container .btn-remove:focus, .input-container .btn-remove:hover {
  box-shadow: 0 0 0 3px rgba(146, 146, 146, 0.5) !important;
}

.couponTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-button {
  border: 1px solid #181a20;
  background: none;
  color: #181a20;
  font-weight: 700;
  border-radius: 8px;
  min-width: 90px;
  padding: 0.5rem 1rem 0.25rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: #181a20;
}
.add-button i {
  margin-right: 0.5rem;
}
.add-button:focus, .add-button:hover {
  box-shadow: 0 0 0 3px rgba(146, 146, 146, 0.5) !important;
}
@media (max-width: 480px) {
  .add-button {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem 0.25rem 0.75rem;
  }
}

.tabList {
  width: 100%;
  background-color: #002e52;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 0.75rem;
  margin-bottom: 4rem;
  margin-top: -8px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.tabList .tabItem {
  display: flex;
  flex-direction: column;
  min-width: 100px;
  cursor: pointer;
}
.tabList .tabItem p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}
.tabList .tabItem:after {
  content: "";
  height: 8px;
  width: 100%;
  background-color: #002e52;
}
.tabList .tabItem.active:after {
  background-color: #fff;
}
@media (max-width: 1023.98px) {
  .tabList {
    gap: 0.75rem;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .tabList .tabItem {
    display: flex;
    flex-direction: column;
    min-width: 90px;
  }
  .tabList .tabItem p {
    font-size: 1rem;
  }
}
.tabList.faq {
  background-color: #1d4b6f;
}
.tabList.faq .tabItem:after {
  background-color: #1d4b6f;
}
.tabList.faq .tabItem.active:after {
  background-color: #fff;
}
.tabList.traffic {
  background-color: #3a3a3a;
}
.tabList.traffic .tabItem:after {
  background-color: #3a3a3a;
}
.tabList.traffic .tabItem.active:after {
  background-color: #fff;
}

.layoutTitle {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.5rem;
}
.layoutTitle-wrap {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
}
.layoutTitle-wrap p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #181a20;
  line-height: 1;
}
.layoutTitle-wrap span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #181a20;
  line-height: 1;
}
.layoutTitle::before {
  content: "";
  width: 10px;
  background-color: #181a20;
  border-radius: 8px;
}

.infoBox {
  padding: 0 0 3rem 0;
}
.infoBox .articleContent {
  border-radius: 8px;
  padding: 34px;
  border: 1px solid #000;
}

.qa {
  margin: 0 auto;
  padding-bottom: 50px;
}
.qa li {
  background-image: url(../images/angle.png);
  background-position: right 20px top 25px;
  background-repeat: no-repeat;
  padding: 14px 27px 14px 27px;
  margin-bottom: 10px;
  border: 1px solid #1d4b6f;
  border-radius: 8px;
}
.qa li.open .qaTitle {
  color: #1d4b6f;
}
.qa .qaTitle {
  font-size: 18px;
  font-weight: bold;
  color: #717171;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding-right: 2rem;
}
.qa .qaAnswer {
  display: none;
  background-color: #f8f7f7;
  color: #181a20;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1.5rem;
  border-radius: 8px;
  width: calc(100% - 30px);
}
@media (max-width: 768px) {
  .qa li {
    background-position: right 20px top 20px;
    padding: 1rem;
  }
  .qa .qaTitle {
    font-size: 1rem;
  }
  .qa .qaAnswer {
    font-size: 0.875rem;
    width: 100%;
    padding: 1rem;
  }
}

.newsCatList {
  display: flex;
  justify-content: flex-end;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  gap: 1rem;
}
.newsCatList .catItem {
  border: 1px solid #181a20;
  border-radius: 8px;
  padding: 6px 1.25rem;
  color: #181a20;
  font-size: 1rem;
  position: relative;
  top: 0;
}
.newsCatList .catItem p {
  padding-top: 4px;
}
.newsCatList .catItem.active {
  background-color: #181a20;
  color: #fff;
}
.newsCatList .catItem:hover {
  top: -4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .news-page .newsBox {
    width: 100%;
  }
}

.newsDetail-title {
  padding-top: 3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.newsDetail-title .date {
  font-size: 1rem;
  font-weight: 500;
  color: #717171;
  padding-top: 4px;
}
.newsDetail-title .cat {
  background-color: #d9d9d9;
  border-radius: 36px;
  padding: 0px 1rem;
  font-size: 1rem;
  padding-top: 4px;
}
.newsDetail-title h1 {
  font-size: 2rem;
  color: #181a20;
  font-weight: 700;
  padding: 1rem 0;
}
.newsDetail-title .cat-date {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.newsDetail-content {
  margin-bottom: 1rem;
  margin-top: 5rem;
}
@media (max-width: 1023.98px) {
  .newsDetail-title h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  .newsDetail-title {
    padding-top: 1.5rem;
  }
  .newsDetail-title h1 {
    font-size: 1.5rem;
    margin-bottom: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .newsDetail-content {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=style.css.map */