@charset "UTF-8";
/*------------------------------------*\
  必要CSS檔
  ---
  如果SASS編譯出現子資料夾的檔案，請檢查設定
  "savePath": "~/../../css" //輸出資料夾
\*------------------------------------*/
/*------------------------------------*\
  color
\*------------------------------------*/
/*------------------------------------*\
  使用顏色設定_主要
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;600&family=Noto+Sans+TC:wght@400;500;700&display=swap");
.index-announceArea::after, .kvLogin_title::before, .titleMore .areaTitle::before, .titleMore .areaSubtitle::before, .foot-fold-btn, .foot-main::before, .login__btn.login--log {
  background: linear-gradient(to right, #d1ba81 0%, #997427 100%);
}

/*------------------------------------*\
  使用顏色設定_文字及背景顏色
\*------------------------------------*/
/*------------------------------------*\
  使用顏色設定_按鈕顏色
\*------------------------------------*/
/*------------------------------------*\
  使用顏色設定_chip顏色
\*------------------------------------*/
/*------------------------------------*\
  font face
\*------------------------------------*/
/* Roboto - 400 700 */
/* noto-sans-tc -  300 400 500 700 */
/*------------------------------------*\
  reset
\*------------------------------------*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, label, p, blockquote, th, td, iframe, button, a, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  word-wrap: break-word;
}

body {
  font: 16px/150% "Noto Sans TC", "Helvetica Neue", Helvetica, "微軟正黑體", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  background: #fff;
}

html {
  /*safari內網頁的字體不會無緣無故變大*/
  -webkit-text-size-adjust: 100%;
  /*safari內網頁滑動起來不會卡卡的*/
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  background: none;
  outline: none;
  cursor: pointer;
}

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

img {
  /*防止chrome將圖片縮放時平滑化處理*/
  image-rendering: -webkit-optimize-contrast;
}

.page {
  background: #fff;
}

:hover {
  transition-duration: 0.3s;
}

/*------------------------------------*\
  font-family
\*------------------------------------*/
.font-eng, .announceArea_list .btn, .announceArea_list .headPanelLink--btn-text, .titleMore .btn, .titleMore .headPanelLink--btn-text,
.secCalander-title .btn,
.secCalander-title .headPanelLink--btn-text, .areaTitleEng {
  font-family: "Lexend", "Helvetica Neue", Helvetica, "微軟正黑體", sans-serif;
}

/*------------------------------------*\
  _common.scss
  基礎全站變數
\*------------------------------------*/
/*------------------------------------*\
  base extend
\*------------------------------------*/
.btn-share:nth-last-child(1), .btn:nth-last-child(1), .headPanelLink--btn-text:nth-last-child(1), .flex-space .flex-item:nth-last-child(1),
.flex-space-l .flex-item:nth-last-child(1) {
  margin: 0;
}

.announceArea_list li:nth-last-child(1) {
  border: none;
}

/*------------------------------------*\
  RWD尺寸標準
\*------------------------------------*/
/*------------------------------------*\
  頁面寬度
\*------------------------------------*/
/*------------------------------------*\
  大小網
\*------------------------------------*/
.web {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .web {
    display: none !important;
  }
  .mobile {
    display: block;
  }
}
/*------------------------------------*\
  天地
\*------------------------------------*/
/*------------------------------------*\
  login box
  改為獨立iframe
\*------------------------------------*/
/*------------------------------------*\
  login box
\*------------------------------------*/
/*------------------------------------*\
  兆豐e網通登入部分 改為獨立iframe
\*------------------------------------*/
.login {
  padding-top: 5px;
}

.login-inner {
  padding: 20px 20px 15px;
  background: #f3f3f3;
}

.login__title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.login__link {
  margin-bottom: 12px;
  color: #343030;
}
.login__link a {
  padding: 0 10px;
}

.login__notice {
  font-size: 14px;
  color: #785919;
}

/*------------------------------------*/
.login__btn {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border-radius: 5px;
}
.login__btn.login--log {
  transition: background 0.2s;
  color: #fff;
  background: linear-gradient(to right, #d1ba81 0%, #997427 51%, #997427 100%);
  background-size: 200% auto;
}
.login__btn.login--log:hover {
  background-size: 200% auto;
  background-position: right center;
}

.login--log.type1 {
  margin-bottom: 14px;
}

.login--entry span,
.login--log.type2 span {
  padding-left: 30px;
}

.login--log.type2 {
  position: relative;
}
.login--log.type2::after {
  content: "";
  display: block;
}
.login--log.type2 span {
  background: url(../images/frame/login-btn-1.png) left center no-repeat;
  background-size: 22px;
}

.login--entry {
  margin-bottom: 20px;
  border: solid 1px;
}
.login--entry.icon1 span {
  background: url(../images/frame/login-btn-3.png) left center no-repeat;
  background-size: 22px;
}
.login--entry.icon2 span {
  background: url(../images/frame/login-btn-4.png) left center no-repeat;
  background-size: 22px;
}

/*------------------------------------*/
.login-form {
  text-align: center;
  color: #223034;
}
.login-form input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px 0 40px;
  background-color: #fff;
  border-radius: 5px;
}
.login-form ::placeholder {
  color: #95999a;
  opacity: 1;
}
.login-form :-ms-input-placeholder {
  color: #95999a;
}
.login-form ::-ms-input-placeholder {
  color: #95999a;
}

.login__inputId {
  margin-bottom: 10px;
}
.login__inputId.inputbox input {
  padding-left: 40px;
}
.login__inputId input {
  background-image: url(../images/frame/login-input-1.png);
}

.login__inputPd {
  position: relative;
  margin-bottom: 10px;
}
.login__inputPd.inputbox input {
  padding-left: 40px;
}
.login__inputPd input {
  padding-right: 50px;
  background-image: url(../images/frame/login-input-2.png);
}
.login__inputPd input::-ms-reveal,
.login__inputPd input::-ms-clear {
  display: none;
}
.login__inputPd .inputPd__btn {
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 40px;
  background: url(../images/frame/login-input-pw-hide.svg) center center no-repeat;
  background-size: 24px auto;
}
.login__inputPd .inputPd__btn.show {
  background: url(../images/frame/login-input-pw-show.svg) center center no-repeat;
  background-size: 24px auto;
}

/*驗證碼*/
.login__verify {
  margin-bottom: 20px;
}
.login__verify.inputbox {
  display: flex;
  justify-content: center;
}
.login__verify.inputbox input {
  padding-left: 40px;
  flex: 1 1 50%;
  margin-right: 10px;
  margin-bottom: 0;
}
.login__verify.inputbox .box-verify {
  display: flex;
}
@media all and (max-width: 1000px) {
  .login__verify.inputbox {
    display: block;
  }
  .login__verify.inputbox input {
    margin-bottom: 10px;
  }
}
.login__verify input {
  background-image: url(../images/frame/login-input-3.png);
  margin-bottom: 10px;
}
.login__verify .box-verify {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.login__verify .box-verify img.img-verify {
  width: 112px;
  height: 40px;
}
.login__verify .box-verify a {
  display: inline-block;
  text-align: center;
  line-height: 1.2em;
  font-weight: 700;
  color: #a70057;
  border-bottom: solid 1px;
  margin-left: 10px;
}

.login__inputId input,
.login__inputPd input,
.login__verify input {
  background-position: left 10px center;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.login-switch {
  display: flex;
  justify-content: space-between;
}
.login-switch a {
  display: block;
  flex: 1 1 auto;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  color: rgba(34, 48, 52, 0.8);
  border: solid 1px #f5f5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.login-switch a:nth-child(1) {
  margin-right: 8px;
}
.login-switch a.on {
  color: rgba(34, 48, 52, 0.9);
  background: #f5f5f5;
}

/*------------------------------------*\
  popup
\*------------------------------------*/
/*------------------------------------*\
  popup
\*------------------------------------*/
.popup {
  display: none;
}

.openPopup .popup {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 140px 20px 40px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
}
@media all and (max-width: 767px) {
  .openPopup .popup {
    padding: 90px 15px 20px;
  }
}

.openPopup .wrapper {
  position: relative;
  width: 100%;
}

.popup-area {
  flex: 0 0 auto;
  position: relative;
  z-index: 2001;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
}
.popup-area.w-m {
  max-width: 500px;
}
.popup-area .popup-title {
  background: #fffaee;
}
.popup-area .popup-title h2 {
  font-size: 24px;
  color: #a70057;
}
.popup-area .popup-inner .inner-pd {
  padding: 30px 40px;
}
@media all and (max-width: 767px) {
  .popup-area .popup-inner .inner-pd {
    padding: 20px 15px;
  }
}
.popup-area .bgArea-gray-light {
  background-color: #f9f8f8;
  padding: 20px;
}
.popup-area .ol-num {
  list-style: none;
  padding-left: 0;
}
.popup-area .ol-num > li {
  counter-increment: num;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.popup-area .ol-num > li::before {
  content: counter(num);
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #7f7f7f;
  border-radius: 10px;
}
.popup-area .ol-num.list-primary > li::before {
  background: #c5972b;
}
.popup-area .ol-num.list-secondary > li::before {
  background: #a70057;
}

.popup-close {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  background: url(../images/frame/header-close.svg) center center no-repeat;
  background-size: 75%;
}
@media all and (max-width: 767px) {
  .popup-close {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
  }
}

.popup-banner a {
  display: block;
}
.popup-banner img {
  display: block;
  width: 100%;
}

.popup-title {
  position: relative;
  padding: 18px 60px;
  text-align: center;
  background: #a27f35;
}
.popup-title h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
}

/*------------------------------------*\
  公告
\*------------------------------------*/
.popup .announceArea {
  position: relative;
  padding: 16px 24px 16px 136px;
}
.popup .announceArea.notitle {
  padding-left: 24px;
}
@media all and (max-width: 767px) {
  .popup .announceArea.notitle {
    padding-left: 0;
  }
}
.popup .announceArea .announceArea_title {
  min-height: 138px;
}
.popup .announceArea .announceArea_list {
  flex: 1 1 auto;
}
@media all and (max-width: 767px) {
  .popup .announceArea {
    padding: 0;
  }
  .popup .announceArea .announceArea_title {
    position: static;
    display: block;
    width: 100%;
    padding: 4px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    min-height: auto;
  }
  .popup .announceArea .announceArea_title span {
    display: inline;
  }
  .popup .announceArea .announceArea_list {
    padding: 10px 15px;
  }
}

/*------------------------------------*\
  loading
\*------------------------------------*/
.popup-loading {
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  width: 100%;
  max-width: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2001;
}

.sk-chase {
  width: 70px;
  height: 70px;
  margin: 0 auto 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
/*------------------------------------*\
  天地框架及popup
\*------------------------------------*/
.pagesize, .KvArea .swiper-pagination {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
}
@media all and (max-width: 1000px) {
  .pagesize, .KvArea .swiper-pagination {
    padding: 0 15px;
  }
}

/*------------------------------------*\
display
\*------------------------------------*/
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inblock {
  display: inline-block;
}

.d-flex {
  display: flex;
}
.d-flex.a-center {
  align-items: center;
}
.d-flex.a-end {
  align-items: flex-end;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .d-flex-wrap .btn, .d-flex-wrap .headPanelLink--btn-text {
    margin-top: 10px;
  }
}

.j-center {
  justify-content: center;
}

.j-between {
  justify-content: space-between;
}

.flex-item {
  flex: 0 0 auto;
}

.flex-1 {
  flex: 1 1 auto;
}

.flex-space .flex-item {
  margin-right: 15px;
}

.flex-space-l .flex-item {
  margin-right: 45px;
}

@media all and (max-width: 767px) {
  .m-d-block {
    display: block;
  }
  .m-d-none {
    display: none !important;
  }
  .m-d-block.flex-space .flex-item,
  .m-d-block.flex-space-l .flex-item {
    margin: 0 0 10px;
  }
}
/*------------------------------------*\
  header
\*------------------------------------*/
header ul {
  list-style: none;
}
/*------------------------------------*/
.headArea {
  position: fixed;
  z-index: 1000;
  top: 25px;
  width: 100%;
  transition: 0.2s;
}
@media all and (min-width: 768px) {
  .headArea .web-headMain {
    transition: padding 0.3s;
  }
  .headArea.js_sticky {
    top: 0;
    height: 98px;
    overflow: visible;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(37, 36, 36, 0.1);
  }
  .headArea.js_sticky .headMain {
    box-shadow: none;
  }
  .headArea.js_sticky .web-headMain {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .headArea {
    top: 15px;
  }
  .headArea.js_sticky {
    top: 0;
  }
  .headArea.js_sticky .pagesize, .headArea.js_sticky .KvArea .swiper-pagination, .KvArea .headArea.js_sticky .swiper-pagination {
    padding: 0;
  }
  .headArea.js_sticky .headMain {
    border-radius: 0;
  }
}

@media all and (max-width: 767px) {
  .headCover {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
/*------------------------------------*/
.headMain {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 13px 25px 0 rgba(37, 36, 36, 0.22);
}
@media all and (max-width: 767px) {
  .headMain {
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 12px 0 rgba(37, 36, 36, 0.22);
  }
}

.web-headMain {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media all and (max-width: 1000px) {
  .web-headMain {
    padding: 0 16px;
  }
}

.m-headMain {
  display: none;
}

@media all and (max-width: 767px) {
  .web-headMain {
    display: none;
  }
  .m-headMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 9px 13px 9px 15px;
  }
}
@media all and (max-width: 374px) {
  .m-headMain {
    padding: 9px 10px 9px 10px;
  }
}
/*------------------------------------*/
.headLogo {
  flex: 0 0 auto;
  align-self: center;
  display: flex;
  align-items: center;
}
.headLogo .headLogo-main {
  width: 200px;
  height: 66px;
  background: url(../images/frame/header-logo.jpg) left center no-repeat;
  background-size: auto 100%;
}
.headLogo .headLogo-sub {
  display: flex;
  align-items: center;
}
.headLogo .text {
  color: #a70057;
  font-weight: 500;
}
.headLogo .text span {
  display: block;
}
.headLogo .title {
  font-size: 22px;
}
@media all and (max-width: 1000px) {
  .headLogo .headLogo-main {
    width: 140px;
    height: 46px;
  }
  .headLogo .headLogo-sub {
    font-size: 13px;
  }
  .headLogo .text {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .headLogo {
    flex: 1 1 auto;
  }
  .headLogo .headLogo-main {
    width: 120px;
    height: 40px;
  }
  .headLogo .title {
    font-size: 18px;
  }
}
@media all and (max-width: 374px) {
  .headLogo .headLogo-main {
    width: 116px;
    height: 40px;
  }
  .headLogo .text {
    font-size: 13px;
    line-height: 20px;
  }
  .headLogo .title {
    font-size: 16px;
  }
}

.headMain-btn {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.btn-headUser {
  position: relative;
  margin-right: 16px;
  font-weight: 500;
  color: #9c782c;
  width: 100px;
}
.btn-headUser::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 0;
  height: 100%;
  background: #d3d3d3;
}
@media all and (max-width: 1000px) {
  .btn-headUser {
    width: 80px;
    margin-right: 8px;
  }
  .btn-headUser::after {
    right: -4px;
  }
}
@media all and (max-width: 374px) {
  .btn-headUser {
    margin-right: 10px;
  }
  .btn-headUser::after {
    right: -5px;
  }
}

.btn-headMenu {
  background: url(../images/frame/header-m-menu.png);
  background-size: 100%;
}
.btn-headMenu.open {
  background: url(../images/frame/header-close.svg) center center no-repeat;
  background-size: 20px;
}

/*------------------------------------*/
.headPanel__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.headPanel__nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

.headLink-text,
.headPanelNav {
  display: flex;
  justify-content: flex-end;
}

.headLink-text {
  padding: 14px 0 15px;
  color: #959595;
  line-height: 1.1em;
}
.headLink-text li {
  border-right: solid 1px;
}
.headLink-text li:nth-last-child(1) {
  border: none;
}
.headLink-text a {
  display: block;
  padding: 0 15px;
}
.headLink-text a:hover, .headLink-text a:active {
  color: #976F11;
}
@media all and (max-width: 1000px) {
  .headLink-text a {
    padding: 0 6px;
  }
}

.headLink-icon {
  display: flex;
  vertical-align: middle;
  margin-left: 10px;
}
.headLink-icon a {
  width: 28px;
  height: 28px;
  margin-left: 10px;
  border-radius: 5px;
}

.headLink-icon .icon-fb {
  background: url(../images/frame/header-link-fb.png);
  background-size: 100%;
}

.headLink-icon .icon-ig {
  background: url(../images/frame/header-link-ig.png);
  background-size: 100%;
}

.headLink-icon .icon-line {
  background: url(../images/frame/header-link-line.png);
  background-size: 100%;
}

.headLink-member {
  padding: 14px 0 15px;
  color: #959595;
  line-height: 1.1em;
}

.headLink-member-user {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-left: 10px;
  background: url(../images/frame/bg-user.jpg) center no-repeat;
  background-size: contain;
  overflow: hidden;
}
.headLink-member-user > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.headPanelNav a {
  display: block;
  padding: 4px 6px 8px;
  font-size: 18px;
  color: #333;
  border-bottom: solid 7px transparent;
  transition: border-color 0.2s;
}
.headPanelNav a.on {
  color: #976F11;
  border-color: #c5972b;
  background-color: #f9f9f9;
}
@media all and (max-width: 1000px) {
  .headPanelNav a {
    font-size: 15px;
    padding: 4px 4px 8px;
  }
}

.headPanelLink {
  margin-right: 10px;
  display: block;
  line-height: 24px;
  padding: 4px 0 23px;
  font-size: 18px;
  font-weight: 700;
  color: #9c782c;
  transition: color 0.2s;
}
.headPanelLink:hover {
  color: #bfa051;
}
@media all and (max-width: 1000px) {
  .headPanelLink {
    margin-left: 10px;
    font-size: 16px;
  }
}

.headPanelLink--btn {
  margin-left: 15px;
}
@media all and (max-width: 1000px) {
  .headPanelLink--btn {
    margin-left: 6px;
    font-size: 15px;
  }
}

.headPanelLink--btn .headPanelLink--btn-text {
  min-height: 34px;
  line-height: 26px;
  min-width: 75px;
  transition: all 0.2s;
}
@media all and (max-width: 1000px) {
  .headPanelLink--btn .headPanelLink--btn-text {
    min-width: 50px;
  }
}

/*------------------------------------*\
  主區域下拉
\*------------------------------------*/
.web-headHidden {
  display: none;
  position: relative;
  z-index: 999;
}

.web-headHidden__inner {
  color: #77776e;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
}

.headHidNav {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 30px 10px;
  box-shadow: 0 4px 4px 0 rgba(37, 36, 36, 0.05);
  border-top: solid 1px #eee;
}
.headHidNav-item {
  flex: 0 0 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.headHidNav-item > p {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #976F11;
  border-bottom: solid 1px;
}

.web-headHidden {
  position: relative;
}
.web-headHidden.navbox-1 {
  max-width: 210px;
}
.web-headHidden.navbox-1 .headHidNav {
  display: block;
}
.web-headHidden.navbox-1 {
  left: calc(100% - 475px);
}
@media all and (max-width: 1000px) {
  .web-headHidden.navbox-1 {
    left: calc(100% - 440px);
  }
}

.js_sticky .web-headHidden.navbox-1 {
  left: calc(100% - 475px);
}
.js_sticky .web-headHidden.navbox-1.s-login {
  left: calc(100% - 360px);
}
@media all and (max-width: 1000px) {
  .js_sticky .web-headHidden.navbox-1 {
    left: calc(100% - 440px);
  }
  .js_sticky .web-headHidden.navbox-1.s-login {
    left: calc(100% - 280px);
  }
}

/*------------------------------------*/
.m-headHidden {
  display: none;
}

.m-headHidNav {
  max-width: 320px;
  padding: 24px 14px 20px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
@media all and (min-width: 768px) {
  .m-headHidNav {
    margin: 0 0 0 auto;
    box-shadow: inset 0 20px 10px -20px rgba(37, 36, 36, 0.1);
  }
}

@media all and (max-width: 767px) {
  .m-headHidNav {
    max-width: 100%;
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
    padding: 24px 14px 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
  }
  .m-headNav {
    margin-bottom: 40px;
  }
  .headPanel__link {
    justify-content: center;
  }
  .headLink-text {
    margin-bottom: 14px;
    padding: 0;
    justify-content: center;
    color: #282828;
  }
  .headLink-icon {
    justify-content: center;
    margin: 0;
    padding-top: 8px;
  }
  /*------------------------------------*/
  .headNav-1-tit {
    display: block;
    width: 100%;
    padding: 9px 20px 9px 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #223034;
    border-bottom: solid 1px #d9d9d9;
  }
  .headNav-1-tit.js_foldTit {
    background-image: url(../images/frame/header-fold-1.svg);
  }
  .headNav-1-tit.js_open {
    color: #c5972b;
    background-image: url(../images/frame/header-fold-2.svg);
  }
  .headNav-1 a,
  .headNav-1 button {
    display: block;
    width: 100%;
    text-align: left;
  }
  .headNav-2 {
    padding: 4px 0;
    background: #f9f9f9;
  }
  .headNav-2-tit, .headNav-2-link {
    padding: 3px 10px 3px;
    font-size: 16px;
    font-weight: 700;
    color: #223034;
  }
  .headNav-2-tit.js_foldTit, .headNav-2-link.js_foldTit {
    background-image: url(../images/frame/header-fold-3.svg);
  }
  .headNav-2-tit.js_open, .headNav-2-link.js_open {
    background-image: url(../images/frame/header-fold-4.svg);
  }
  .headNav-3 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #636a6c;
  }
  .headNav-1 .js_foldTit,
  .headNav-1 .js_open {
    background-size: 13px;
    background-position: right 6px center;
    background-repeat: no-repeat;
  }
}
/*------------------------------------*\
  footer
\*------------------------------------*/
footer {
  font-size: 14px;
  color: #fff;
}
.foot-main {
  position: relative;
  padding: 40px 0 25px;
  background: #27373b;
}
@media all and (max-width: 767px) {
  .foot-main {
    padding-top: 28px;
  }
}
.foot-main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
@media all and (max-width: 767px) {
  .foot-main::before {
    height: 3px;
  }
}

.footInfo {
  display: flex;
  align-items: center;
}
.footInfo > div:nth-child(2) {
  flex: 1 1 auto;
}
.footInfo .hr {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #394c51;
  background: none;
}
@media all and (max-width: 767px) {
  .footInfo {
    display: block;
    padding: 0;
  }
}
.footInfo__item {
  flex: 1;
}

.footInfo-logo {
  height: 130px;
  margin-bottom: 16px;
  background: url(../images/frame/footer-logo.png) center center no-repeat;
  background-size: auto 100%;
}

.footInfo-qr {
  display: block;
  margin-bottom: 16px;
}
.footInfo-qr img {
  display: block;
  width: 100%;
}
@media all and (max-width: 767px) {
  .footInfo-qr {
    display: none;
  }
}

.footInfo-btn {
  display: block;
  line-height: 30px;
  text-align: center;
  background: #525f62;
  border-radius: 5px;
}

.footTitle {
  max-width: 110px;
  margin-right: 60px;
  margin-left: 15px;
}
@media all and (max-width: 1000px) {
  .footTitle {
    margin: 0 30px 0 0;
  }
}
@media all and (max-width: 767px) {
  .footTitle {
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.footLink p {
  max-width: 130px;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 12px;
  font-size: 18px;
  color: #c5972b;
  border-bottom: solid 1px #858e90;
}
.footLink p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 38px;
  height: 4px;
  background: #c5972b;
}
@media all and (max-width: 767px) {
  .footLink p {
    max-width: 100%;
    background-image: url(../images/frame/footer-fold-1.svg);
    background-size: 12px auto;
    background-position: right 5px bottom 16px;
    background-repeat: no-repeat;
  }
  .footLink p.js_open {
    background-image: url(../images/frame/header-fold-2.svg);
    background-size: 12px auto;
    background-position: right 5px bottom 16px;
    background-repeat: no-repeat;
  }
}
.footLink ul {
  list-style: none;
}

.footLink-list {
  display: block;
}

@media all and (max-width: 767px) {
  .footLink-list {
    display: none;
  }
  .js_open + .footLink-list {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .footContact p {
    font-size: 13px;
  }
}

.footContact-link {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .footContact-link {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6px;
  }
}
.footContact-link .linkBtn {
  display: block;
  min-width: 106px;
  line-height: 30px;
  margin: 0 7px;
  padding: 0 10px;
  border-radius: 5px;
  background: #1f677c;
}
.footContact-link .linkBtn-type2 {
  background: #a70057;
}
@media all and (max-width: 767px) {
  .footContact-link .linkBtn {
    min-width: 0;
    flex: 0 0 calc(50% - 10px);
    margin: 0 0 10px;
  }
}

.foot-copyright {
  padding: 20px 0;
  text-align: center;
  background: #1d282b;
}
@media all and (max-width: 767px) {
  .foot-copyright {
    font-size: 13px;
    line-height: 20px;
  }
  .foot-copyright p:nth-child(1) {
    margin-bottom: 16px;
  }
}

.foot-fold-btn {
  position: absolute;
  top: 4px;
  left: calc(50% - 58px);
  width: 116px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 1rem;
  border-radius: 0 0 5px 5px;
}
@media all and (max-width: 767px) {
  .foot-fold-btn {
    display: none;
  }
}

/*------------------------------------*\
  cookie
\*------------------------------------*/
.cookie {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 70px;
  background: rgba(162, 127, 53, 0.9);
  overflow: visible;
}
.cookie--active {
  display: block;
}
.cookie .pagesize, .cookie .KvArea .swiper-pagination, .KvArea .cookie .swiper-pagination {
  color: #fff;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: visible;
}
.cookie .pagesize p, .cookie .KvArea .swiper-pagination p, .KvArea .cookie .swiper-pagination p {
  line-height: 34px;
  font-size: 15px;
  font-weight: normal;
}
@media all and (max-width: 1000px) {
  .cookie .pagesize, .cookie .KvArea .swiper-pagination, .KvArea .cookie .swiper-pagination {
    display: block;
  }
  .cookie .pagesize p, .cookie .KvArea .swiper-pagination p, .KvArea .cookie .swiper-pagination p {
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.cookie .pagesize .btn-box, .cookie .KvArea .swiper-pagination .btn-box, .KvArea .cookie .swiper-pagination .btn-box {
  display: flex;
  flex: 1 1 auto;
  min-width: 200px;
}
.cookie .pagesize .btn-box a, .cookie .KvArea .swiper-pagination .btn-box a, .KvArea .cookie .swiper-pagination .btn-box a {
  width: 86px;
  border: 2px solid transparent;
  background-color: #fff;
  color: #a27f35;
  font-size: 16px;
}
.cookie .pagesize .btn-box a.outline, .cookie .KvArea .swiper-pagination .btn-box a.outline, .KvArea .cookie .swiper-pagination .btn-box a.outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

/*------------------------------------*\
  需要的部分樣式 放置於parts/
\*------------------------------------*/
/*------------------------------------*\
  _btn.scss
  ___
  按鈕
\*------------------------------------*/
/*------------------------------------*\
  按鈕顏色
\*------------------------------------*/
.btn-primary {
  color: #fff;
  background: #bfa051;
}
.btn-primary:hover {
  background: rgb(180.2142857143, 148.1071428571, 66.2857142857);
}

.btn-gradient, .headPanelLink--btn-text {
  color: #fff;
  background: linear-gradient(to right, #d1ba81 0%, #997427 51%, #997427 100%);
}
.btn-gradient:hover, .headPanelLink--btn-text:hover {
  background: linear-gradient(to right, #d1ba81 0%, #997427 51%, #997427 100%);
}

.btn-primary-dark {
  color: #fff;
  background: #af9b6a;
}
.btn-primary-dark:hover {
  background: rgb(166.0917030568, 143.864628821, 89.4082969432);
}

.btn-secondary, .titleMore .btn, .titleMore .headPanelLink--btn-text,
.secCalander-title .btn,
.secCalander-title .headPanelLink--btn-text {
  color: #fff;
  background: #a70057;
}
.btn-secondary:hover, .titleMore .btn:hover, .titleMore .headPanelLink--btn-text:hover,
.secCalander-title .btn:hover,
.secCalander-title .headPanelLink--btn-text:hover {
  background: rgb(141.5, 0, 73.7155688623);
}

.btn-secondary.btn-line, .titleMore .btn-line.btn, .titleMore .btn-line.headPanelLink--btn-text,
.secCalander-title .btn-line.btn,
.secCalander-title .btn-line.headPanelLink--btn-text {
  color: #a70057;
  background: transparent;
}
.btn-secondary.btn-line:hover, .titleMore .btn-line.btn:hover, .titleMore .btn-line.headPanelLink--btn-text:hover,
.secCalander-title .btn-line.btn:hover,
.secCalander-title .btn-line.headPanelLink--btn-text:hover {
  background: rgba(167, 0, 87, 0.05);
}

.btn-tertiary {
  color: #fff;
  background: #27373b;
}
.btn-tertiary:hover {
  background: rgb(28.8520408163, 40.6887755102, 43.6479591837);
}

.btn-cancel {
  color: #878585;
  background: #e9e9e9;
}
.btn-cancel:hover {
  background: rgb(220.25, 220.25, 220.25);
}

.btn-link {
  color: #fff;
  background: #38bcd4;
}
.btn-link:hover {
  background: rgb(43.0888429752, 175.3615702479, 199.4111570248);
}

.btn-download {
  color: #fff;
  background: #fa877d;
}
.btn-download:hover {
  background: rgb(249.0555555556, 112.3333333333, 100.4444444444);
}

.btn-search {
  color: #fff;
  background: #48a4c2;
}
.btn-search:hover {
  background: rgb(60.125, 150.8053278689, 180.375);
}

.btn-map {
  color: #fff;
  background: #f0ad44;
}
.btn-map:hover {
  background: rgb(238.1064356436, 162.6485148515, 44.3935643564);
}

.btn-form {
  color: #fff;
  background: #f0ad44;
}
.btn-form:hover {
  background: rgb(238.1064356436, 162.6485148515, 44.3935643564);
}

.btn-sell {
  color: #fff;
  background: #91b24a;
}
.btn-sell:hover {
  background: rgb(130.3273809524, 159.9880952381, 66.5119047619);
}

.btn-buy {
  color: #fff;
  background: #eb6876;
}
.btn-buy:hover {
  background: rgb(232.0175438596, 81.4824561404, 97.5701754386);
}

.btn-fail {
  color: #fff;
  background: #6d6d6d;
}
.btn-fail:hover {
  background: rgb(96.25, 96.25, 96.25);
}

.btn-line {
  border: solid 1px;
}

.btn-gradient, .headPanelLink--btn-text {
  background-size: 200% auto;
}
.btn-gradient:hover, .headPanelLink--btn-text:hover {
  background-size: 200% auto;
  background-position: right center;
}

/*------------------------------------*\
  btn
\*------------------------------------*/
.btn, .headPanelLink--btn-text {
  transition: background 0.2s;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  border-radius: 8px;
}

/*------------------------------------*\
  按鈕尺寸
  height 50 40 36 30
\*------------------------------------*/
.btn-h-s {
  height: 30px;
  padding: 0 8px;
}

.btn-h-m, .titleMore .btn, .titleMore .headPanelLink--btn-text,
.secCalander-title .btn,
.secCalander-title .headPanelLink--btn-text, .headPanelLink--btn-text {
  min-width: 75px;
  height: 36px;
  padding: 3px 8px;
}

.btn-h-l {
  height: 40px;
  padding: 5px 8px;
}

.btn-h-xl {
  height: 50px;
  padding: 10px 8px;
  font-size: 20px;
}

.btn-w-xs {
  min-width: 80px;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-w-s {
  min-width: 100px;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-w-ms {
  min-width: 120px;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-w-m {
  min-width: 140px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-w-check {
  min-width: 150px;
  margin-right: 30px;
  padding-left: 18px;
  padding-right: 18px;
}
.btn-w-check.check-l {
  min-width: 180px;
  padding-left: 8px;
  padding-right: 8px;
}
@media all and (max-width: 767px) {
  .btn-w-check {
    width: 100%;
    margin: 0 0 10px;
  }
}

.btn-icon {
  padding-left: 1.25em;
}

.btn-icon.icon-share {
  background: url(../images/inner/btn-icon-share.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-search {
  background: url(../images/inner/btn-icon-search.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-map {
  background: url(../images/inner/btn-icon-map.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-search-2 {
  background: url(../images/inner/btn-icon-search-2.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-map-2 {
  background: url(../images/inner/btn-icon-map-2.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-pc {
  background: url(../images/inner/btn-icon-pc.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-book {
  background: url(../images/inner/btn-icon-book.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-qa {
  background: url(../images/inner/btn-icon-qa.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-lock {
  background: url(../images/inner/btn-icon-lock.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-dl {
  background: url(../images/inner/btn-icon-dl.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-certi {
  background: url(../images/inner/btn-icon-certi.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-paper {
  background: url(../images/inner/btn-icon-paper.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-list {
  background: url(../images/inner/btn-icon-list.svg) left center no-repeat;
  background-size: auto 1em;
}

.btn-icon.icon-map-2 {
  background-size: auto 1.1em;
}

/*------------------------------------*\
  btn-share
\*------------------------------------*/
.btn-share {
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 5px;
}

.btn-share.share-mail {
  background: url(../images/inner/btn-share-mail.jpg);
  background-size: 100%;
}

.btn-share.share-line {
  background: url(../images/inner/btn-share-line.jpg);
  background-size: 100%;
}

.btn-share.share-fb {
  background: url(../images/inner/btn-share-fb.jpg);
  background-size: 100%;
}

.btn-share.share-msg {
  background: url(../images/inner/btn-share-msg.jpg);
  background-size: 100%;
}

/*------------------------------------*\
  btn box
\*------------------------------------*/
.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn-box.tL {
  justify-content: flex-start;
}
.btn-box.tR {
  justify-content: flex-end;
}
.btn-box.d-block {
  display: block;
}
.btn-box.d-block .btn, .btn-box.d-block .headPanelLink--btn-text {
  display: block;
  margin-right: 0;
}

/*------------------------------------*\
  _Chip.scss
  ___
  小顆文字標籤
\*------------------------------------*/
.chip {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.chip.h-l {
  padding: 5px 8px;
}
.chip.w-l {
  min-width: 70px;
}

.chip.news-holders {
  background-color: #d6af54;
}

.chip.news-default {
  background-color: #eb6877;
}

.chip.news-announce {
  background-color: #f4ac00;
}

.chip.news-event {
  background-color: #13b5b1;
}

.chip.news-notice {
  background-color: #38bcd4;
}

.chip.news-hot {
  background-color: #cd47bc;
}

.chip.news-1 {
  background-color: #bfa051;
}

.chip.news-2 {
  background-color: #f7495d;
}

.chip.news-3 {
  background-color: #dc6fa8;
}

.chip.news-4 {
  background-color: #70a0d0;
}

.chip.news-5 {
  background-color: #91b24a;
}

.chip.news-6 {
  background-color: #3f9e88;
}

.chip.calendar-lecture {
  background-color: #38bcd4;
}

.chip.gray-light {
  background-color: #f1f1f1;
}

.chip.step-1 {
  background-color: #f39ca0;
}

.chip.step-2 {
  background-color: #eb8186;
}

.chip.step-3 {
  background-color: #f7767c;
}

.chip.step-hl-1 {
  background-color: #ea6d58;
}

.newsList .chip,
.newsTitle .chip {
  min-width: calc(4em + 16px);
}

.chip-box {
  margin-bottom: -10px;
}
.chip-box .chip {
  margin-bottom: 10px;
}

.chip-fill {
  padding: 0 5px;
  font-size: 13px;
  line-height: 20px;
  background: #a70057;
}

.chip-calendar {
  margin-right: 8px;
  padding: 4px 9px;
  font-size: 15px;
  border-radius: 0 25px 25px 0;
}

.chip-num {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 12px;
}

/*------------------------------------*\
  _input.scss
  ___
  inputbox - 基本輸入框
  form - 表單單組項目(標題+內容為一組)
  驗證碼、檔案上傳等
\*------------------------------------*/
/*------------------------------------*\
  input
\*------------------------------------*/
.inputbox {
  /*datepicker*/
}
.inputbox input,
.inputbox select,
.inputbox textarea {
  width: 100%;
  min-width: 0;
  height: 50px;
  line-height: 48px;
  font-weight: 500;
  border: solid 1px #d4d4d4;
  border-radius: 8px;
  padding: 0 12px;
  background-color: #fff;
}
.inputbox input:disabled,
.inputbox select:disabled,
.inputbox textarea:disabled {
  background-color: #d4d4d4;
}
.inputbox input::placeholder {
  color: #999;
}
.inputbox input::-webkit-input-placeholder {
  color: #999;
}
.inputbox input::-moz-placeholder {
  color: #999;
}
.inputbox input:-ms-input-placeholder {
  color: #999;
}
.inputbox input:-moz-placeholder {
  color: #999;
}
.inputbox select {
  padding-right: 35px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/inner/input-select.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.inputbox select::-ms-expand {
  display: none;
}
.inputbox option:not(first-child) {
  color: #4c4c4c;
}
.inputbox.side-unit {
  position: relative;
}
.inputbox.side-unit .unit {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #999999;
  background-color: #fff;
  border-radius: 8px;
}
.inputbox input:disabled + .unit {
  background-color: #d4d4d4;
}
.inputbox.floatImg {
  position: relative;
  box-sizing: border-box;
}
.inputbox.floatImg img {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.inputbox.floatImg input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*------------------------------------*\
  checkbox  radio
\*------------------------------------*/
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:checked + label:before {
  border-color: #caaf6b;
}
.radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
.radio label {
  display: inline-block;
  min-height: 18px;
  position: relative;
  padding: 0 0 0 24px;
  margin-bottom: 0;
  cursor: pointer;
}
.radio label:before, .radio label:after {
  position: absolute;
  content: "";
  margin-top: 0.25em;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.radio label:before {
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}
.radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #caaf6b;
  border-radius: 50%;
}

/*checkbox*/
.checkbox {
  text-align: left;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  clear: both;
}
.checkbox label:not(:empty) {
  padding-left: 24px;
}
.checkbox label:before, .checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  box-sizing: border-box;
}
.checkbox label::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.checkbox label.d-block {
  display: block;
}
.checkbox input[type=checkbox] {
  flex: 0 0 auto;
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.checkbox input[type=checkbox]:checked + label::before {
  background: #caaf6b;
  border-color: #caaf6b;
}
.checkbox input[type=checkbox]:checked + label::after {
  transform: translate(4px, 5px) rotate(-45deg);
  width: 12px;
  height: 6px;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.checkbox input[type=checkbox]:disabled + label:before {
  background-color: #fdfdfd;
  border-color: rgba(0, 0, 0, 0.26);
}
.radio.d-inblock,
.checkbox.d-inblock {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
}

textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px 10px;
  overflow-y: auto;
  resize: none;
}

textarea::placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

textarea:-moz-placeholder {
  color: #999;
}

/*------------------------------------*\
  表單
\*------------------------------------*/
.form {
  display: flex;
}
@media all and (max-width: 767px) {
  .form {
    display: block;
  }
}
.form.w-m {
  max-width: 512px;
  margin-right: auto;
  margin-left: auto;
}
.form.w-l {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}
.form-title {
  flex: 0 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 140px;
  margin-right: 12px;
  font-weight: 500;
}
.form-title.w-l {
  min-width: 240px;
}
.form-title.w-auto {
  min-width: initial;
}
@media all and (max-width: 767px) {
  .form-title {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.form-inner {
  flex: 1 1 auto;
}
.form .radio,
.form .checkbox {
  padding-top: 10px;
}

/*------------------------------------*\
  驗證碼
\*------------------------------------*/
.input-verify {
  display: flex;
  align-items: center;
}
@media all and (max-width: 540px) {
  .input-verify {
    flex-wrap: wrap;
  }
}
.input-verify .inputbox {
  flex: 0 0 200px;
  margin-right: 15px;
}
@media all and (max-width: 1000px) {
  .input-verify .inputbox {
    flex: 0 0 150px;
  }
}
@media all and (max-width: 767px) {
  .input-verify .inputbox {
    flex: 1 1 auto;
  }
}
@media all and (max-width: 540px) {
  .input-verify .inputbox {
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
}
.input-verify img {
  flex: 0 0 auto;
  display: block;
  width: auto;
  height: 50px;
  margin-right: 15px;
}
.input-verify a {
  display: inline-block;
  line-height: 1.2em;
  font-weight: 500;
  color: #a70057;
  border-bottom: solid 1px;
}
@media all and (max-width: 767px) {
  .input-verify a {
    flex: 0 0 auto;
  }
}

/*------------------------------------*\
  密碼顯示/隱藏
\*------------------------------------*/
.input-pw {
  position: relative;
}
.input-pw__btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: url(../images/inner/login-input-pw-hide.svg) center center no-repeat;
  background-size: 24px auto;
}
.input-pw__btn.show {
  background: url(../images/inner/login-input-pw-show.svg) center center no-repeat;
  background-size: 24px auto;
}
.input-pw input {
  padding-right: 50px;
}
.input-pw input::-ms-reveal,
.input-pw input::-ms-clear {
  display: none;
}

/*------------------------------------*\
  上傳檔案
\*------------------------------------*/
.input-file {
  position: relative;
  display: flex;
}
.input-file .inputbox {
  flex: 1 1 auto;
  margin-right: 15px;
}
@media all and (max-width: 540px) {
  .input-file .btn, .input-file .headPanelLink--btn-text {
    min-width: 90px;
  }
}

.input-file__file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/*------------------------------------*\
  輸入數值 增加減少按鈕
\*------------------------------------*/
.input-adjust {
  position: relative;
  display: flex;
  padding: 0 36px;
  height: 38px;
  border: 1px solid #a70057;
  border-radius: 8px;
  overflow: hidden;
}
.input-adjust .inputbox input {
  border-radius: 0;
  border: none;
}
.input-adjust button {
  width: 36px;
  height: 36px;
  background-color: #a70057;
  position: absolute;
  top: 0;
}
.input-adjust button.reduce {
  left: 0;
  background: #a70057 url(../images/inner/input-reduce.svg) center no-repeat;
  background-size: 24px;
}
.input-adjust button.add {
  right: 0;
  background: #a70057 url(../images/inner/input-add.svg) center no-repeat;
  background-size: 24px;
}
.input-adjust button:hover {
  background-color: #8e004a;
  transition-duration: 0.3s;
}
/*------------------------------------*\
  此頁樣式
\*------------------------------------*/
/*------------------------------------*\
  index頁
\*------------------------------------*/
/*------------------------------------*\
  顏色
\*------------------------------------*/
.color-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.color-black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.color-default {
  color: #4c4c4c;
}

.bg-default {
  background-color: #4c4c4c;
}

.color-default-dark {
  color: #333;
}

.bg-default-dark {
  background-color: #333;
}

.color-gray-dark {
  color: #666;
}

.bg-gray-dark {
  background-color: #666;
}

.color-gray {
  color: #999;
}

.bg-gray {
  background-color: #999;
}

.color-primary-light {
  color: #ffe7b5;
}

.bg-primary-light {
  background-color: #ffe7b5;
}

.color-primary {
  color: #bfa051;
}

.bg-primary {
  background-color: #bfa051;
}

.color-primary-dark {
  color: #a27f35;
}

.bg-primary-dark {
  background-color: #a27f35;
}

.color-secondary {
  color: #a70057;
}

.bg-secondary {
  background-color: #a70057;
}

.color-secondary-light {
  color: #c16b8f;
}

.bg-secondary-light {
  background-color: #c16b8f;
}

.color-tertiary-dark {
  color: #223034;
}

.bg-tertiary-dark {
  background-color: #223034;
}

.color-mark {
  color: #e3814c;
}

.bg-mark {
  background-color: #e3814c;
}

.color-sell {
  color: #91b24a;
}

.bg-sell {
  background-color: #91b24a;
}

.color-buy {
  color: #eb6876;
}

.bg-buy {
  background-color: #eb6876;
}

.color-hl-1 {
  color: #b95ead;
}

.bg-hl-1 {
  background-color: #b95ead;
}

.color-hl-2 {
  color: #eb6876;
}

.bg-hl-2 {
  background-color: #eb6876;
}

.color-hl-3 {
  color: #f0ad44;
}

.bg-hl-3 {
  background-color: #f0ad44;
}

.color-hl-4 {
  color: #91b24a;
}

.bg-hl-4 {
  background-color: #91b24a;
}

.color-hl-5 {
  color: #38bcd3;
}

.bg-hl-5 {
  background-color: #38bcd3;
}

.color-hl-6 {
  color: #12b5b0;
}

.bg-hl-6 {
  background-color: #12b5b0;
}

.color-hl-7 {
  color: #70a0d0;
}

.bg-hl-7 {
  background-color: #70a0d0;
}

.color-hl-8 {
  color: #ea6d58;
}

.bg-hl-8 {
  background-color: #ea6d58;
}

.color-hl-9 {
  color: #dc6fa8;
}

.bg-hl-9 {
  background-color: #dc6fa8;
}

/*------------------------------------*\
  間距
\*------------------------------------*/
.mb-0 {
  margin-bottom: 0;
}

.mb-1px {
  margin-bottom: 1px;
}

.mb-0-5 {
  margin-bottom: 5px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-1-5 {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-2-5 {
  margin-bottom: 25px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mr-0-5 {
  margin-right: 5px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-1-5 {
  margin-right: 15px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.p-1-5 {
  padding: 15px;
}

@media all and (max-width: 767px) {
  .m-mr-0 {
    margin-right: 0;
  }
  .m-mr-0 {
    margin-right: 0;
  }
  .m-mb-1 {
    margin-bottom: 10px;
  }
  .m-mb-2 {
    margin-bottom: 20px;
  }
  .m-pl-2-5 {
    padding-left: 25px;
  }
}
/*------------------------------------*\
  font-size
\*------------------------------------*/
.fs-s {
  font-size: 0.875rem;
}

.fs-ms {
  font-size: 0.9375rem;
}

.fs-m {
  font-size: 1rem;
}

.fs-l {
  font-size: 1.125rem;
}

.fs-xl {
  font-size: 1.25rem;
}

.fs-xxl {
  font-size: 1.5rem;
}

@media all and (max-width: 767px) {
  .fs-l {
    font-size: 1rem;
  }
  .fs-xl {
    font-size: 1.125rem;
  }
  .m-fs-m {
    font-size: 1rem;
  }
}
.lh-s {
  line-height: 1.25rem;
}

.lh-m {
  line-height: 1.5rem;
}

.lh-l {
  line-height: 30px;
}

.lh-xl {
  line-height: 36px;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-mid {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.tC {
  text-align: center;
}

.tJ {
  text-align: justify;
}

/*------------------------------------*\
  page
\*------------------------------------*/
.container {
  padding-top: 98px;
}
@media all and (max-width: 767px) {
  .container {
    padding-top: 65px;
  }
}

/*------------------------------------*\
  btn
\*------------------------------------*/
.btn, .headPanelLink--btn-text {
  border-radius: 5px;
}

/*------------------------------------*\
  標題
\*------------------------------------*/
.areaTitle, .areaSubtitle {
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 700;
  color: #223034;
}
@media all and (max-width: 767px) {
  .areaTitle, .areaSubtitle {
    font-size: 24px;
  }
}

.areaSubtitle {
  font-size: 24px;
}

.areaTitleEng {
  color: rgba(34, 48, 52, 0.6);
}

.titleMore--border {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d9d9da;
}
.titleMore .areaTitle, .titleMore .areaSubtitle {
  position: relative;
  padding-top: 16px;
}
.titleMore .areaTitle::before, .titleMore .areaSubtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 4px;
}
.titleMore .btn-box {
  position: relative;
  top: -8px;
  justify-content: flex-end;
}
.titleMore .btn-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 80px;
  height: 1px;
  background: #d9d9da;
}
@media all and (max-width: 767px) {
  .titleMore .btn-box::after {
    top: 12px;
    right: 75px;
  }
}

@media all and (max-width: 767px) {
  .titleMore .btn, .titleMore .headPanelLink--btn-text,
  .secCalander-title .btn,
  .secCalander-title .headPanelLink--btn-text {
    min-width: 56px;
    height: 23px;
    line-height: 17px;
    font-size: 13px;
  }
}

/*------------------------------------*\
  newsList
\*------------------------------------*/
.newsList {
  list-style: none;
}
.newsList li {
  padding: 12px 0;
}
.newsList a {
  display: flex;
}
.newsList .chip,
.newsList .date {
  flex: 0 0 auto;
}
.newsList .chip {
  margin-right: 20px;
}
.newsList .text {
  flex: 1 1 auto;
}
.newsList .date {
  color: #585858;
}
@media all and (min-width: 768px) {
  .newsList .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 16px;
  }
}
@media all and (max-width: 1000px) {
  .newsList li {
    padding: 6px 0;
  }
}
@media all and (max-width: 767px) {
  .newsList a {
    flex-wrap: wrap;
  }
  .newsList a .chip {
    order: 1;
    margin: 0 10px 5px 0;
  }
  .newsList a .text {
    order: 3;
    flex: 0 0 100%;
    margin: 0;
    text-align: justify;
  }
  .newsList a .date {
    order: 2;
    flex: 1 1 auto;
    line-height: 24px;
    text-align: right;
  }
}

/*------------------------------------*\
  kvArea
\*------------------------------------*/
.KvArea {
  position: relative;
}
.KvArea img {
  display: block;
  width: 100%;
}
.KvArea .kvBox {
  display: block;
}
.KvArea .swiper-pagination {
  height: 14px;
  line-height: 14px;
  bottom: 48px;
  left: 50%;
  text-align: right;
  transform: translateX(-50%);
}
.KvArea .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0 0 14px;
  opacity: 1;
  border-radius: 10px;
  background: #fff;
  border: solid 2px #c5972b;
  transition: 0.2s;
}
.KvArea .swiper-pagination-bullet-active {
  width: 60px;
  background: #c5972b;
  border-color: #fff;
}
@media all and (max-width: 1000px) {
  .KvArea .swiper-pagination {
    bottom: 6px;
    padding: 0 10px;
  }
  .KvArea .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 0 0 5px !important;
    border-width: 1px;
  }
  .KvArea .swiper-pagination-bullet-active {
    width: 32px;
  }
}
.KvArea .swiper-button-prev,
.KvArea .swiper-button-next {
  position: absolute;
  top: calc(50% - 15px);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(37, 36, 36, 0.2);
  transition: opacity 0.2s;
}
.KvArea .swiper-button-prev::after,
.KvArea .swiper-button-next::after {
  content: none;
}
.KvArea .swiper-button-prev.swiper-button-disabled,
.KvArea .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.KvArea .swiper-button-prev {
  left: 10px;
  background: rgba(255, 255, 255, 0.6) url(../images/index/arrow-tertiary-left.svg) center left 10px no-repeat;
  background-size: auto 18px;
}
@media all and (max-width: 767px) {
  .KvArea .swiper-button-prev {
    left: 5px;
  }
}
.KvArea .swiper-button-next {
  right: 10px;
  background: rgba(255, 255, 255, 0.6) url(../images/index/arrow-tertiary-right.svg) center right 10px no-repeat;
  background-size: auto 18px;
}
@media all and (max-width: 767px) {
  .KvArea .swiper-button-next {
    right: 5px;
  }
}

/*------------------------------------*\
  kvLogin
\*------------------------------------*/
.loginArea .login {
  max-width: 300px;
  width: 300px;
  margin-left: 48px;
  position: absolute;
  bottom: 50px;
  z-index: 999;
}
.loginArea .login input {
  border-radius: 10px;
}
.loginArea .login-type2 {
  padding-bottom: 97px;
}
.loginArea .login-switch a {
  background: rgba(255, 255, 255, 0.3);
  border: none;
}
.loginArea .login-inner,
.loginArea .login-switch a.on {
  background-color: rgba(255, 255, 255, 0.8);
}
.loginArea .login-switch a.on {
  color: #223034;
}
.loginArea .login--log.type1 {
  max-width: 148px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 300;
}
.loginArea .login__title {
  font-size: 36px;
  line-height: 1.2em;
}
.loginArea .login__inputPd {
  margin-bottom: 32px;
}

.kvLogin {
  display: block;
  height: 800px;
  padding: 182px 0 40px;
  background-size: cover;
  background-position: center bottom;
}

.kvLogin_title,
.kvLogin_sub {
  font-weight: 700;
  color: #fff;
  text-shadow: -2px 3px 16px rgba(0, 0, 0, 0.38);
}

.kvLogin_title {
  position: relative;
  margin-bottom: 24px;
  padding-top: 32px;
  font-size: 65px;
  line-height: 80px;
}
.kvLogin_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 8px;
}
.kvLogin_title .color {
  color: #fae747;
}
@media all and (max-width: 1000px) {
  .kvLogin_title {
    margin-bottom: 10px;
  }
}

.kvLogin_sub {
  margin-bottom: 50px;
  font-size: 35px;
  line-height: 1.1em;
}

/*------------------------------------*\
  公告
\*------------------------------------*/
.announceArea {
  background-color: #f5edda;
}
.announceArea .pagesize, .announceArea .KvArea .swiper-pagination, .KvArea .announceArea .swiper-pagination {
  position: relative;
  padding-left: 130px;
}

.announceArea_title {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 100%;
  min-height: 108px;
  padding: 14px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1em;
  line-height: 40px;
  color: #fff;
  background: #a27f35;
}
.announceArea_title span {
  display: block;
}

.announceArea_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 87px;
}
.announceArea_list li {
  position: relative;
  padding: 8px 0 8px 24px;
  border-bottom: dotted 2px #a9aa9f;
}
.announceArea_list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background: #313131;
}
.announceArea_list a {
  display: flex;
}
.announceArea_list .text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
  color: #333;
}
.announceArea_list .btn, .announceArea_list .headPanelLink--btn-text {
  flex: 0 0 65px;
  width: 65px;
  font-size: 14px;
  line-height: 24px;
}

.index-announceArea {
  position: relative;
  padding-top: 5px;
}
.index-announceArea::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
@media all and (max-width: 767px) {
  .index-announceArea .pagesize, .index-announceArea .KvArea .swiper-pagination, .KvArea .index-announceArea .swiper-pagination {
    padding: 0 5px 0 63px;
  }
  .index-announceArea .announceArea_title {
    left: 0;
    width: 58px;
    min-height: 100%;
    font-size: 18px;
    line-height: 25px;
  }
}

/*------------------------------------*\
  常見服務 .serviceArea
\*------------------------------------*/
.serviceArea {
  padding: 25px 0;
}
.serviceArea .pagesize, .serviceArea .KvArea .swiper-pagination, .KvArea .serviceArea .swiper-pagination {
  position: relative;
  padding: 0 40px;
}
@media all and (max-width: 767px) {
  .serviceArea .pagesize, .serviceArea .KvArea .swiper-pagination, .KvArea .serviceArea .swiper-pagination {
    padding: 0 30px;
  }
}
.serviceArea .swiper {
  max-width: 1100px;
}
@media all and (max-width: 1280px) {
  .serviceArea .swiper {
    max-width: 1000px;
  }
}
@media all and (max-width: 1000px) {
  .serviceArea .swiper {
    max-width: 100%;
  }
}
.serviceArea .service-swiper-button-prev,
.serviceArea .service-swiper-button-next {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  transition: opacity 0.2s;
}
.serviceArea .service-swiper-button-prev.swiper-button-disabled,
.serviceArea .service-swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.serviceArea .service-swiper-button-prev {
  left: 70px;
  background: url(../images/index/arrow-tertiary-left.svg) center center no-repeat;
  background-size: 24px;
}
@media all and (max-width: 1280px) {
  .serviceArea .service-swiper-button-prev {
    left: 10px;
  }
}
@media all and (max-width: 767px) {
  .serviceArea .service-swiper-button-prev {
    left: 0px;
  }
}
.serviceArea .service-swiper-button-next {
  right: 70px;
  background: url(../images/index/arrow-tertiary-right.svg) center center no-repeat;
  background-size: 24px;
}
@media all and (max-width: 1280px) {
  .serviceArea .service-swiper-button-next {
    right: 10px;
  }
}
@media all and (max-width: 767px) {
  .serviceArea .service-swiper-button-next {
    right: 0px;
  }
}

.serviceArea-item {
  display: block;
  width: 145px;
  height: 145px;
  margin: 0 auto;
  padding-top: 90px;
  text-align: center;
  font-weight: 700;
  color: #5b5b5b;
  background-color: #f9f8f8;
  border-radius: 10px;
}
.serviceArea-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 7em;
  min-height: 48px;
}
@media all and (max-width: 767px) {
  .serviceArea-item {
    width: 100%;
    height: 115px;
    padding-top: 55px;
  }
}

.serviceArea-item.icon-1 {
  background: #f9f8f8 url(../images/index/index-service-icon-1.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-1 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-2 {
  background: #f9f8f8 url(../images/index/index-service-icon-2.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-2 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-3 {
  background: #f9f8f8 url(../images/index/index-service-icon-3.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-3 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-4 {
  background: #f9f8f8 url(../images/index/index-service-icon-4.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-4 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-5 {
  background: #f9f8f8 url(../images/index/index-service-icon-5.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-5 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-6 {
  background: #f9f8f8 url(../images/index/index-service-icon-6.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-6 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-7 {
  background: #f9f8f8 url(../images/index/index-service-icon-7.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-7 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-8 {
  background: #f9f8f8 url(../images/index/index-service-icon-8.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-8 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-9 {
  background: #f9f8f8 url(../images/index/index-service-icon-9.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-9 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-10 {
  background: #f9f8f8 url(../images/index/index-service-icon-10.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-10 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-11 {
  background: #f9f8f8 url(../images/index/index-service-icon-11.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-11 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-12 {
  background: #f9f8f8 url(../images/index/index-service-icon-12.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-12 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-13 {
  background: #f9f8f8 url(../images/index/index-service-icon-13.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-13 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-14 {
  background: #f9f8f8 url(../images/index/index-service-icon-14.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-14 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-15 {
  background: #f9f8f8 url(../images/index/index-service-icon-15.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-15 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-16 {
  background: #f9f8f8 url(../images/index/index-service-icon-16.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-16 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

.serviceArea-item.icon-17 {
  background: #f9f8f8 url(../images/index/index-service-icon-17.png) top 24px center no-repeat;
  background-size: 60px;
}
@media all and (max-width: 767px) {
  .serviceArea-item.icon-17 {
    background-size: 45px;
    background-position: top 10px center;
  }
}

/*------------------------------------*\
  最新消息
\*------------------------------------*/
.newsGrid {
  background: #f9f8f8;
}
.newsGrid .newsAd {
  position: absolute;
  width: 50%;
  height: 100%;
  background: url(../img/index-news-ad-1.jpg) no-repeat right top/cover;
  height: 444px;
}
.newsGrid .newsAd-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsGrid .pagesize, .newsGrid .KvArea .swiper-pagination, .KvArea .newsGrid .swiper-pagination {
  display: flex;
  padding: 25px;
  justify-content: flex-end;
}
@media all and (min-width: 768px) {
  .newsGrid .newsList {
    min-height: 288px;
  }
}

.newsArea {
  flex: 1 1 auto;
  max-width: 50%;
  padding: 0 0 0 25px;
}

@media all and (max-width: 1000px) {
  .newsGrid .pagesize, .newsGrid .KvArea .swiper-pagination, .KvArea .newsGrid .swiper-pagination {
    padding: 15px;
  }
  .newsGrid .newsAd {
    height: 352PX;
    background: url(../img/index-news-ad-1.jpg) no-repeat right 20% top/cover;
  }
  .newsArea {
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .newsGrid .pagesize, .newsGrid .KvArea .swiper-pagination, .KvArea .newsGrid .swiper-pagination {
    display: block;
  }
  .newsAd,
  .newsArea {
    max-width: 100%;
  }
  .newsArea {
    padding-left: 0;
  }
  .newsGrid .newsAd {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    height: auto;
  }
}
/*------------------------------------*\
  股市 .stockArea
\*------------------------------------*/
.stock-search {
  position: relative;
  margin-bottom: 20px;
  background: #f9f8f8;
  border-radius: 10px;
}
.stock-search input, .stock-search select {
  flex: 1 1 auto;
  min-width: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 18px;
  border: solid 1px #dcdada;
  border-radius: 5px;
}
.stock-search__title {
  padding: 20px 20px 10px 20px;
  border-bottom: solid 1px #e4e4e4;
}
.stock-search__title .areaTitle, .stock-search__title .areaSubtitle {
  margin-right: 8px;
}
.stock-search__inner {
  display: flex;
  margin-bottom: 10px;
}
.stock-search__inner .inputbox {
  flex: 1 1 auto;
}
@media all and (max-width: 767px) {
  .stock-search__inner .inputbox {
    width: 100%;
  }
}
.stock-search__inner .inputbox + .inputbox {
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  .stock-search__inner .inputbox + .inputbox {
    margin-top: 10px;
    margin-left: 0;
  }
}
.stock-search__inner .btn, .stock-search__inner .headPanelLink--btn-text {
  flex: 0 0 auto;
}
@media all and (max-width: 767px) {
  .stock-search__inner {
    flex-wrap: wrap;
  }
}
.stock-search__btn {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
}

/*------------------------------------*\
  債券- 搜尋區
\*------------------------------------*/
.stockSearchArea {
  padding: 25px 0;
}

.stockSearch-title {
  margin-bottom: 20px;
}
.stockSearch-title .titleMore {
  margin-bottom: 15px;
  text-align: center;
}
.stockSearch-title .titleMore .areaTitle::before, .stockSearch-title .titleMore .areaSubtitle::before {
  left: calc(50% - 24px);
}
.stockSearch-title .titleSub {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
  margin-right: 20px;
}
.stockSearch-title .titleSub .areaTitle, .stockSearch-title .titleSub .areaSubtitle {
  font-size: 20px;
  line-height: 30px;
  color: #5b5b5b;
  font-weight: 500;
}
.stockSearch-title .hr {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.stockSearch-title .stock-search {
  max-width: 600px;
  padding: 30px 30px 36px;
  margin-left: auto;
  margin-right: auto;
}
.stockSearch-title .stock-search input {
  margin: 0 auto;
  text-align: center;
}
.stockSearch-title .stock-search .btn, .stockSearch-title .stock-search .headPanelLink--btn-text {
  min-width: 110px;
}
@media all and (max-width: 767px) {
  .stockSearch-title .stock-search {
    padding: 20px 20px 25px;
  }
}

/*------------------------------------*\
  精選債券
\*------------------------------------*/
.center-title {
  margin-bottom: 25px;
}
.center-title .titleMore {
  margin-bottom: 15px;
  text-align: center;
}
.center-title .titleMore .areaTitle::before, .center-title .titleMore .areaSubtitle::before {
  left: calc(50% - 24px);
}

.btn-box .btn, .btn-box .headPanelLink--btn-text {
  background-color: #a70057;
  color: #fff;
  min-width: 75px;
  height: 36px;
  padding: 3px 8px;
  font-family: "Lexend", "Helvetica Neue", Helvetica, "微軟正黑體", sans-serif;
}

.selectedBonds {
  position: relative;
  text-align: center;
  min-height: 500px;
  padding: 30px 0 40px;
}
.selectedBonds::before {
  content: "";
  background-color: #fffcf4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 300px;
}
.selectedBonds .pagesize, .selectedBonds .KvArea .swiper-pagination, .KvArea .selectedBonds .swiper-pagination {
  position: relative;
}
.selectedBonds .pagesize, .selectedBonds .KvArea .swiper-pagination, .KvArea .selectedBonds .swiper-pagination {
  position: relative;
  padding: 0 40px;
}
@media all and (max-width: 767px) {
  .selectedBonds .pagesize, .selectedBonds .KvArea .swiper-pagination, .KvArea .selectedBonds .swiper-pagination {
    padding: 0 30px;
  }
}
.selectedBonds .item-title {
  padding-left: 15px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.selectedBonds .item-title h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.selectedBonds .item-title h4 {
  font-size: 16px;
  color: #5b5b5b;
}
.selectedBonds .item-title::before {
  content: "";
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #a70057;
}
.selectedBonds .table-th-stripe tbody tr {
  border-bottom: none;
}
.selectedBonds .table-th-stripe tbody th, .selectedBonds .table-th-stripe tbody td {
  font-size: 14px;
  font-weight: normal;
  height: auto;
  padding: 2px 5px;
}
.selectedBonds .swiper {
  max-width: 1200px;
  margin-bottom: 30px;
}
@media all and (max-width: 1280px) {
  .selectedBonds .swiper {
    max-width: 1100px;
  }
}
@media all and (max-width: 1000px) {
  .selectedBonds .swiper {
    max-width: 100%;
  }
}
.selectedBonds .swiper-slide {
  padding: 10px;
}
.selectedBonds .select-swiper-button-prev,
.selectedBonds .select-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  transition: opacity 0.2s;
  cursor: pointer;
}
.selectedBonds .select-swiper-button-prev.swiper-button-disabled,
.selectedBonds .select-swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.selectedBonds .select-swiper-button-prev {
  left: 0;
  background: url(../images/index/arrow-tertiary-left.svg) center center no-repeat;
  background-size: 24px;
}
@media all and (max-width: 1280px) {
  .selectedBonds .select-swiper-button-prev {
    left: 10px;
  }
}
@media all and (max-width: 767px) {
  .selectedBonds .select-swiper-button-prev {
    left: 0px;
  }
}
.selectedBonds .select-swiper-button-next {
  right: 0;
  background: url(../images/index/arrow-tertiary-right.svg) center center no-repeat;
  background-size: 24px;
}
@media all and (max-width: 1280px) {
  .selectedBonds .select-swiper-button-next {
    right: 10px;
  }
}
@media all and (max-width: 767px) {
  .selectedBonds .select-swiper-button-next {
    right: 0px;
  }
}

.select-item {
  display: block;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(37, 36, 36, 0.26);
}
/*------------------------------------*\
  主題債券
\*------------------------------------*/
.featuredBonds {
  position: relative;
  text-align: center;
  padding: 30px 0 40px;
}
.featuredBonds::before {
  content: "";
  background-color: #fffcf4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 300px;
}
.featuredBonds .pagesize, .featuredBonds .KvArea .swiper-pagination, .KvArea .featuredBonds .swiper-pagination {
  position: relative;
}
.featuredBonds .pagesize, .featuredBonds .KvArea .swiper-pagination, .KvArea .featuredBonds .swiper-pagination {
  position: relative;
  padding: 0 40px;
}
@media all and (max-width: 767px) {
  .featuredBonds .pagesize, .featuredBonds .KvArea .swiper-pagination, .KvArea .featuredBonds .swiper-pagination {
    padding: 0 30px;
  }
}
.featuredBonds .featured-item {
  padding: 20px 10px 10px 140px;
  position: relative;
  height: 120px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(37, 36, 36, 0.26);
}
.featuredBonds .item-pic {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
.featuredBonds .item-pic img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.featuredBonds .item-title {
  padding-left: 15px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.featuredBonds .item-title h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.featuredBonds .item-title::before {
  content: "";
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #a70057;
}
.featuredBonds .swiper {
  max-width: 1200px;
  margin-bottom: 30px;
}
@media all and (max-width: 1280px) {
  .featuredBonds .swiper {
    max-width: 1100px;
  }
}
@media all and (max-width: 1000px) {
  .featuredBonds .swiper {
    max-width: 100%;
  }
}
.featuredBonds .swiper-slide {
  padding: 10px;
}
.featuredBonds .featured-swiper-button-prev,
.featuredBonds .featured-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  transition: opacity 0.2s;
  cursor: pointer;
}
.featuredBonds .featured-swiper-button-prev.swiper-button-disabled,
.featuredBonds .featured-swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.featuredBonds .featured-swiper-button-prev {
  left: 0;
  background: url(../images/index/arrow-tertiary-left.svg) center center no-repeat;
  background-size: 24px;
}
@media all and (max-width: 1280px) {
  .featuredBonds .featured-swiper-button-prev {
    left: 10px;
  }
}
@media all and (max-width: 767px) {
  .featuredBonds .featured-swiper-button-prev {
    left: 0px;
  }
}
.featuredBonds .featured-swiper-button-next {
  right: 0;
  background: url(../images/index/arrow-tertiary-right.svg) center center no-repeat;
  background-size: 24px;
}
@media all and (max-width: 1280px) {
  .featuredBonds .featured-swiper-button-next {
    right: 10px;
  }
}
@media all and (max-width: 767px) {
  .featuredBonds .featured-swiper-button-next {
    right: 0px;
  }
}

/*------------------------------------*\
  證卷大區塊
\*------------------------------------*/
/*------------------------------------*\
  證卷大區塊_影片
\*------------------------------------*/
/*------------------------------------*\
  證卷大區塊_廣告 .secAd
\*------------------------------------*/
/*------------------------------------*\
  證卷大區塊_行事曆區塊 .secCalander
\*------------------------------------*/
/*------------------------------------*\
  證卷大區塊_行事曆 .calander-nav
\*------------------------------------*/
/*------------------------------------*\
  證卷大區塊_連結 .secLink
\*------------------------------------*/
/*------------------------------------*\
  證卷大區塊_課程 .lessonArea
\*------------------------------------*/
/*------------------------------------*\
  功能連結
\*------------------------------------*/
.funcArea {
  padding: 25px 0;
}
@media all and (max-width: 767px) {
  .funcArea .pagesize, .funcArea .KvArea .swiper-pagination, .KvArea .funcArea .swiper-pagination {
    overflow: hidden;
  }
}

.funcLink {
  display: flex;
  align-items: stretch;
  height: 145px;
  list-style: none;
  margin: 10px 0;
  background: #f5edda;
  border-radius: 5px;
}
.funcLink li {
  flex: 0 0 20%;
  display: flex;
  align-items: stretch;
  position: relative;
}
.funcLink a {
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
  display: block;
  padding: 30px 0 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #a6853f;
  transition: 0.2s;
  transform-origin: center center;
}
.funcLink-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
}
.funcLink-inner span {
  display: block;
}
@media all and (min-width: 768px) {
  .funcLink li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 25px;
    border-right: dotted 2px #ddbd72;
  }
  .funcLink li:nth-last-child(1)::after {
    content: none;
  }
  .funcLink a:hover {
    transform: scale(1.1);
    color: #fff;
    background: #a27f35;
    border-radius: 5px;
  }
  .funcLink a:hover .funcLink-icon,
  .funcLink a:hover .funcLink-inner {
    transform: scale(0.909);
  }
}
@media all and (max-width: 767px) {
  .funcLink {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    background: none;
    margin: 0 -25px -18px 0;
  }
  .funcLink li {
    flex: 0 0 calc(50% - 25px);
    margin: 0 25px 18px 0;
  }
  .funcLink a {
    line-height: 1.25rem;
    font-size: 16px;
    background: #f5edda;
    border-radius: 10px;
  }
  .funcLink-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 2.5rem;
  }
}

.funcLink-icon.icon-1 {
  background: url(../images/index/index-funclink-1.png);
  background-size: 100%;
}

@media all and (min-width: 768px) {
  .funcLink a:hover .icon-1 {
    background: url(../images/index/index-funclink-1-on.png);
    background-size: 100%;
  }
}
@media all and (max-width: 767px) {
  .funcLink-icon.icon-1 {
    background: url(../images/index/index-funclink-1-on.png);
    background-size: 100%;
  }
}
.funcLink-icon.icon-2 {
  background: url(../images/index/index-funclink-2.png);
  background-size: 100%;
}

@media all and (min-width: 768px) {
  .funcLink a:hover .icon-2 {
    background: url(../images/index/index-funclink-2-on.png);
    background-size: 100%;
  }
}
@media all and (max-width: 767px) {
  .funcLink-icon.icon-2 {
    background: url(../images/index/index-funclink-2-on.png);
    background-size: 100%;
  }
}
.funcLink-icon.icon-3 {
  background: url(../images/index/index-funclink-3.png);
  background-size: 100%;
}

@media all and (min-width: 768px) {
  .funcLink a:hover .icon-3 {
    background: url(../images/index/index-funclink-3-on.png);
    background-size: 100%;
  }
}
@media all and (max-width: 767px) {
  .funcLink-icon.icon-3 {
    background: url(../images/index/index-funclink-3-on.png);
    background-size: 100%;
  }
}
.funcLink-icon.icon-4 {
  background: url(../images/index/index-funclink-4.png);
  background-size: 100%;
}

@media all and (min-width: 768px) {
  .funcLink a:hover .icon-4 {
    background: url(../images/index/index-funclink-4-on.png);
    background-size: 100%;
  }
}
@media all and (max-width: 767px) {
  .funcLink-icon.icon-4 {
    background: url(../images/index/index-funclink-4-on.png);
    background-size: 100%;
  }
}
.funcLink-icon.icon-5 {
  background: url(../images/index/index-funclink-5.png);
  background-size: 100%;
}

@media all and (min-width: 768px) {
  .funcLink a:hover .icon-5 {
    background: url(../images/index/index-funclink-5-on.png);
    background-size: 100%;
  }
}
@media all and (max-width: 767px) {
  .funcLink-icon.icon-5 {
    background: url(../images/index/index-funclink-5-on.png);
    background-size: 100%;
  }
}
/*------------------------------------*\
  table
\*------------------------------------*/
.tr-link {
  cursor: pointer;
}

.tr-bg {
  background: #fffcf4;
}

.tr-bg-gray {
  background: #f2f2f2;
}

.td-bor-t {
  border-top: solid 2px #caaf6b;
}

.td-bor-b {
  border-bottom: solid 2px #caaf6b;
}

.td-bor-r {
  border-right: solid 2px #caaf6b;
}

.td-bor-r-gray {
  border-right: solid 1px #e8e8e8;
}

.table-stripe {
  width: 100%;
  background-color: #fff;
}
.table-stripe tbody tr {
  border-bottom: solid 1px #e8e8e8;
}
.table-stripe th {
  padding-left: 10px;
  padding-right: 10px;
}
.table-stripe td {
  padding: 8px 15px;
}
.table-stripe td .focus {
  color: #a70057;
}
@media all and (max-width: 767px) {
  .table-stripe td {
    padding: 5px 10px;
  }
}
.table-stripe.padding-s td {
  padding-left: 6px;
  padding-right: 6px;
}
.table-stripe.padding-m td {
  padding: 10px 18px;
}
@media all and (max-width: 767px) {
  .table-stripe.padding-m td {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.table-stripe.padding-l td {
  padding: 20px 10px;
}
.table-stripe td.td-block {
  padding: 0;
}
.table-stripe.bot-bor-0 tr:nth-last-child(1) {
  border-bottom: none;
}

th.th-h-m {
  height: 40px;
}

.th-bg, .table-th-stripe th, .th-bg--hl-2--light, .th-bg--hl-2, .th-bg--light, .table-th-stripe th:nth-child(even) {
  color: #fff;
  font-weight: 700;
  background: #caaf6a;
}

.th-bg--light, .table-th-stripe th:nth-child(even) {
  background: #d4bf88;
}

.th-bg--hl-2 {
  background: #eb6876;
}

.th-bg--hl-2--light {
  background: #ef8692;
}

.table-th-stripe th {
  height: 40px;
}
.table-th-stripe th.bg-holiday {
  background: #a27f35;
}

.tb-tip {
  text-align: right;
  font-size: 14px;
  color: #999999;
  padding: 10px 0;
}

/*------------------------------------*\
  浮動按鈕
  .btn-float .floatBtn
\*------------------------------------*//*# sourceMappingURL=index.css.map */