@charset "UTF-8";
/*載入檔案區*/ /*斷點設置*/
/*列印用*/
/*IE 11*/
/*chrome 不含safari*/
/*但edge opera也會運作*/
/*螢幕直式查詢*/
/*螢幕直式橫式查詢*/
/*文字相關設定*/
/*文字單行+nowrap*/
/*文字基本設定--內文黑體*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
}

p {
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei";
  font-size: 1rem;
  color: #393939;
  line-height: 1.5;
  font-size: 1.125rem;
}

.typo-black.typo-black {
  color: #393939;
}

.typo-gray.typo-gray {
  color: #898989;
}

.typo-white.typo-white {
  color: #FFF;
}

.typo-danger.typo-danger {
  color: rgb(250, 17, 7);
}

.typo-underline {
  text-decoration: underline;
}

.typo-textAlignCenter {
  text-align: center;
}

.typo-textAlignleft {
  text-align: left;
}

.typo-textAlignright {
  text-align: right;
}

/*文字上標*/
.typo-sup {
  vertical-align: super;
}

/*文字下標*/
.typo-sub {
  vertical-align: sub;
}

/*4行省略並出現刪節號*/
.typo-weight--500 {
  font-weight: 500;
}

.typo-weight--600 {
  font-weight: 600;
}

/*基底通用設定*/
/*zdialog*/
.buttonStyle {
  width: 64px;
  height: 22px;
  line-height: 22px;
  color: #ad6c39;
  text-align: center;
  background: url(images/buticon.gif) no-repeat left top;
  border: 0.75em;
}
.buttonStyle:hover {
  background: url(images/buticon.gif) no-repeat left -23px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei";
  font-size: 1rem;
  color: #393939;
  line-height: 1.5;
  font-size: 100%;
}

a {
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei";
  font-size: 1rem;
  color: #393939;
  line-height: 1.5;
}

.bg {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  background: url(../images/bg.png) repeat;
}

@-webkit-keyframes noise-ani {
  50% {
    background-position: 800px 600px;
  }
  100% {
    background-position: -800px -600px;
  }
}

@keyframes noise-ani {
  50% {
    background-position: 800px 600px;
  }
  100% {
    background-position: -800px -600px;
  }
}
/*反白字體*/
::-moz-selection {
  background: #006FA6;
  color: #FFF;
}
::selection {
  background: #006FA6;
  color: #FFF;
}

/*按下無藍色框*/
/*無障礙字體設定用*/
* {
  line-height: 1.5;
}

/*無障礙focus用*/
*:focus {
  outline: #000 dotted 3px;
  outline-offset: 3px;
}

/*scrollbar*/
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #006FA6;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:hover {
  background: #BD8A18;
}

/*進度條*/	
/*頁面框架及常用設定*/
.max1920_width {
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 125em) {
  .max1920_width {
    width: 120em;
    margin: 0 auto;
  }
}

.com_width {
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 64em) {
  .com_width {
    width: 58em;
  }
}

.clear {
  clear: both;
}

.overflow-hidden {
  overflow: hidden;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mlr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mlr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mlr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mtb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mtb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mtb-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mtb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/*flex 排成一排列表*/
/*列印隱藏區域*/
@media print {
  .print_hidden {
    display: none;
  }
}

/*只提供螢幕閱讀器報讀*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*按鈕部件*/
/*連結基本樣式*/
a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  color: #393939;
}
a:hover, a:active, a:focus {
  color: #006FA6;
}

/*按鈕設置*/
/*第一款 基本大按鈕*/
.btnMainColorBt {
  text-decoration: none;
  display: inline-block;
  width: 240px;
  background: #006FA6;
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei";
  font-size: 1rem;
  color: #393939;
  line-height: 1.5;
  color: #FFF;
  padding: 20px 30px;
  font-size: 1.125rem;
  position: relative;
}
.btnMainColorBt:hover, .btnMainColorBt:active, .btnMainColorBt:focus {
  background: #8C9E03;
  color: #FFF;
}
.btnMainColorBt .icon--left {
  position: absolute;
  top: 14px;
  left: 20px;
}
.btnMainColorBt .icon--right {
  position: absolute;
  top: 14px;
  right: 20px;
}

.btnEmColorBt {
  text-decoration: none;
  display: inline-block;
  width: 240px;
  background: #BD8A18;
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei";
  font-size: 1rem;
  color: #393939;
  line-height: 1.5;
  color: #FFF;
  padding: 20px 30px;
  font-size: 1.125rem;
  position: relative;
}
.btnEmColorBt:hover, .btnEmColorBt:active, .btnEmColorBt:focus {
  background: #8C9E03;
  color: #FFF;
}
.btnEmColorBt .icon--left {
  position: absolute;
  top: 14px;
  left: 20px;
}
.btnEmColorBt .icon--right {
  position: absolute;
  top: 14px;
  right: 20px;
}

.btnNoneColorBt {
  text-decoration: none;
  display: inline-block;
  width: 240px;
  background: none;
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei";
  font-size: 1rem;
  color: #393939;
  line-height: 1.5;
  color: #FFF;
  padding: 20px 30px;
  font-size: 1.125rem;
  position: relative;
  color: #393939;
}
.btnNoneColorBt:hover, .btnNoneColorBt:active, .btnNoneColorBt:focus {
  background: #8C9E03;
  color: #FFF;
}
.btnNoneColorBt .icon--left {
  position: absolute;
  top: 14px;
  left: 20px;
}
.btnNoneColorBt .icon--right {
  position: absolute;
  top: 14px;
  right: 20px;
}
.btnNoneColorBt:hover, .btnNoneColorBt:active, .btnNoneColorBt:focus {
  background: none;
  color: #BD8A18;
}
.btnNoneColorBt .icon--right {
  top: 26px;
}

.fieLine {
  width: 100%;
  height: 1px;
  background: #DCDCDC;
}

.fidArea, .fidArea--cheRad {
  width: 100%;
  padding: 0 30px 30px 30px;
}

.fidArea label {
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei" !important;
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  color: #393939 !important;
  margin: 0 0 15px 0 !important;
}

.fidArea--nogutter {
  width: 100%;
  padding: 0 0 30px 0;
}

.fidArea--50 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .fidArea--50 {
    width: 100%;
    float: left;
    clear: none !important;
  }
}
@media all and (min-width: 64em) {
  .fidArea--50 {
    width: 50%;
  }
}

.fidArea--100 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .fidArea--100 {
    width: 100%;
    clear: none !important;
  }
}
.fidArea--33 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .fidArea--33 {
    width: 100%;
    float: left;
    clear: none !important;
  }
}
@media all and (min-width: 64em) {
  .fidArea--33 {
    width: 50%;
  }
}
@media all and (min-width: 80em) {
  .fidArea--33 {
    width: 33%;
  }
}

.fidArea--25 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .fidArea--25 {
    width: 100%;
    float: left;
    clear: none !important;
  }
}
@media all and (min-width: 64em) {
  .fidArea--25 {
    width: 50%;
  }
}
@media all and (min-width: 116em) {
  .fidArea--25 {
    width: 25%;
  }
}

.fidArea--20 {
  width: 100%;
}
@media all and (min-width: 48em) {
  .fidArea--20 {
    width: 100%;
    float: left;
    clear: none !important;
  }
}
@media all and (min-width: 64em) {
  .fidArea--20 {
    width: 50%;
  }
}
@media all and (min-width: 116em) {
  .fidArea--20 {
    width: 20%;
  }
}

.fidArea .fidArea--img {
  width: 100%;
  height: auto;
  border: 1px solid #DCDCDC;
}

.ui.form .field {
  margin: 0 0 0 0;
}

.fieverti {
  padding: 0 0 0 15px !important;
  color: rgb(250, 17, 7) !important;
}

@media all and (min-width: 64em) {
  .field--btnPosition {
    padding-top: 32px;
  }
}

/*checkbox radio 使用樣式*/
.fidArea--cheRad {
  width: auto !important;
  float: left !important;
  clear: none !important;
  padding-bottom: 0 !important;
  padding-top: 10px !important;
}

.fidArea-radioCheck--tit {
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei" !important;
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  color: #393939 !important;
  margin: 30px 0 10px 0 !important;
  padding-left: 30px;
  padding-right: 30px;
}

.fidArea--cheRad label {
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei" !important;
  font-size: 1.0625rem !important;
  font-weight: 500 !important;
  color: #393939 !important;
  margin: 0 0 0 0 !important;
}

/*表格區塊*/
.ui.selection.dropdown {
  width: 100% !important;
  height: 50px !important;
  border-radius: 0px !important;
  border: 1px solid #DCDCDC !important;
  line-height: 50px !important;
  padding: 0 30px !important;
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei" !important;
  font-size: 1.125rem !important;
  color: #393939 !important;
  -webkit-transition: all 0.5s linear !important;
  transition: all 0.5s linear !important;
}
.ui.selection.dropdown:hover {
  border: 1px solid rgb(250, 17, 7) !important;
}
.ui.selection.dropdown:focus {
  border: 1px solid rgb(250, 17, 7) !important;
}
.ui.selection.dropdown .menu .item {
  line-height: 1.5 !important;
}

.ui.dropdown:not(.button) > .default.text, .ui.default.dropdown:not(.button) > .text {
  color: #898989 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  width: 100% !important;
  font-weight: 600 !important;
}

.ui.selection.dropdown .menu {
  border-radius: 0 0 6px 6px !important;
}

.ui.form .field input, .ui.form .field input[type=text], .ui.form .field input[type=number], .ui.form .field input[type=email], .ui.form .field input[type=password], .ui.form .field select {
  height: 50px;
  border-radius: 0px !important;
  border: 1px solid #DCDCDC !important;
  line-height: 50px !important;
  padding: 0 30px !important;
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei" !important;
  font-size: 1.125rem !important;
  color: #393939 !important;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  overflow: hidden !important;
}
.ui.form .field input:hover, .ui.form .field input[type=text]:hover, .ui.form .field input[type=number]:hover, .ui.form .field input[type=email]:hover, .ui.form .field input[type=password]:hover, .ui.form .field select:hover {
  border: 1px solid rgb(250, 17, 7) !important;
}
.ui.form .field input:focus, .ui.form .field input[type=text]:focus, .ui.form .field input[type=number]:focus, .ui.form .field input[type=email]:focus, .ui.form .field input[type=password]:focus, .ui.form .field select:focus {
  border: 1px solid rgb(250, 17, 7) !important;
}
.ui.form .field input::-webkit-input-placeholder, .ui.form .field input[type=text]::-webkit-input-placeholder, .ui.form .field input[type=number]::-webkit-input-placeholder, .ui.form .field input[type=email]::-webkit-input-placeholder, .ui.form .field input[type=password]::-webkit-input-placeholder, .ui.form .field select::-webkit-input-placeholder {
  color: #898989 !important;
}
.ui.form .field input::-moz-placeholder, .ui.form .field input[type=text]::-moz-placeholder, .ui.form .field input[type=number]::-moz-placeholder, .ui.form .field input[type=email]::-moz-placeholder, .ui.form .field input[type=password]::-moz-placeholder, .ui.form .field select::-moz-placeholder {
  color: #898989 !important;
}
.ui.form .field input:-ms-input-placeholder, .ui.form .field input[type=text]:-ms-input-placeholder, .ui.form .field input[type=number]:-ms-input-placeholder, .ui.form .field input[type=email]:-ms-input-placeholder, .ui.form .field input[type=password]:-ms-input-placeholder, .ui.form .field select:-ms-input-placeholder {
  color: #898989 !important;
}
.ui.form .field input:-moz-placeholder, .ui.form .field input[type=text]:-moz-placeholder, .ui.form .field input[type=number]:-moz-placeholder, .ui.form .field input[type=email]:-moz-placeholder, .ui.form .field input[type=password]:-moz-placeholder, .ui.form .field select:-moz-placeholder {
  color: #898989 !important;
}
.ui.form .field textarea {
  width: 100% !important;
  height: 150px !important;
  border-radius: 0px !important;
  border: 1px solid #DCDCDC !important;
  line-height: 1.5 !important;
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei";
  font-size: 1rem;
  color: #393939;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif, "Noto Sans TC", sans-serif, "Microsoft JhengHei" !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #393939 !important;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  resize: none !important;
}
.ui.form .field textarea:hover {
  border: 1px solid rgb(250, 17, 7) !important;
}
.ui.form .field textarea:focus {
  border: 1px solid rgb(250, 17, 7) !important;
}
.ui.form .field textarea::-webkit-input-placeholder {
  color: #898989 !important;
}
.ui.form .field textarea::-moz-placeholder {
  color: #898989 !important;
}
.ui.form .field textarea:-ms-input-placeholder {
  color: #898989 !important;
}
.ui.form .field textarea:-moz-placeholder {
  color: #898989 !important;
}
.ui.form .field input[type=checkbox], .ui.form .field input[type=radio] {
  padding-left: 30px !important;
}
.ui.form .field input[type=checkbox]:hover, .ui.form .field input[type=radio]:hover {
  border: 1px solid rgb(250, 17, 7) !important;
}
.ui.form .field input[type=checkbox]:focus, .ui.form .field input[type=radio]:focus {
  border: 1px solid rgb(250, 17, 7) !important;
}

.ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:before, .ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before, .ui.checkbox input:checked:focus ~ .box:before, .ui.checkbox input:checked:focus ~ label:before {
  border-color: rgb(250, 17, 7) !important;
}

.ui.fluid.dropdown {
  height: 50px !important;
  line-height: auto !important;
}

.ui.multiple.dropdown > .label {
  vertical-align: middle;
}

.ui.selection.active.dropdown .menu {
  border-color: rgb(250, 17, 7) !important;
  border-radius: 0px !important;
}

/*自定義checkbox 及 radio 樣式*/
/*元素*/
/*照片跟比例外框*/
.eleImgBk {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.eleImgBk .eleImgBk-img {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  line-height: 0;
}

/*影片比例高度*/
.eleVideoBk {
  width: 100%;
  height: 100%;
  position: relative;
  /*padding top跟 bottom 的高度都是依據width來計算比例*/
  padding-bottom: 56%;
  overflow: hidden;
}
@media all and (min-width: 80em) {
  .eleVideoBk {
    padding-bottom: 45%;
  }
}
@media all and (min-width: 116em) {
  .eleVideoBk {
    padding-bottom: 93vh;
  }
}
.eleVideoBk iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*回頁頂按鈕--小視口*/
.eletopBk--phone {
  position: fixed;
  top: 45%;
  right: 20px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media all and (min-width: 80em) {
  .eletopBk--phone {
    display: none;
  }
}

.eletopBk-topBt--phone {
  width: 60px;
  height: 60px;
  border: 1.2px solid #BD8A18;
  text-align: center;
  padding: 8px 0 0 0;
  border-radius: 30px;
  background: none;
}

.eletopBk--com {
  display: none;
  position: fixed;
  top: 45%;
  left: 30px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media all and (min-width: 80em) {
  .eletopBk--com {
    display: block;
  }
}

@media all and (min-width: 116em) {
  .eletopBk--com--page {
    left: 110px;
    z-index: 5;
    top: 40%;
  }
}

/*跳頁按鈕*/
.eleSelPageBk {
  width: 100%;
  text-align: center;
  margin: 80px auto 60px auto;
}
.eleSelPageArrow {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: -5px;
}
.eleSelPageArrow img {
  width: 50px;
  line-height: 50px;
}

.eleSelPageArrow--left {
  margin-right: 10px;
}
.eleSelPageArrow--left:hover {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}

.eleSelPageArrow--right {
  margin-left: 10px;
}
.eleSelPageArrow--right:hover {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}

.eleSelPageArrow--disabled {
  cursor: default;
  opacity: 0.35;
}
.eleSelPageArrow--disabled:hover {
  -webkit-transform: none;
          transform: none;
}

.eleSelPageCount {
  width: 36px;
  height: 42px;
  text-align: center;
  display: inline-block;
  line-height: 38px;
  font-size: 1rem;
  color: #898989;
  letter-spacing: 0.5px;
}
@media all and (min-width: 48em) {
  .eleSelPageCount {
    width: 42px;
    font-size: 1.125rem;
  }
}
.eleSelPageCount:hover, .eleSelPageCount:active, .eleSelPageCount:focus {
  color: #006FA6;
}

.eleSelPageCount--pageIn {
  color: #006FA6;
}

/*無障礙跳頁*/
.patSkip_main, .patSkip_acc {
  position: absolute;
  overflow: hidden;
  z-index: -999;
  left: -1000px;
}
.patSkip_main:active, .patSkip_main:focus, .patSkip_acc:active, .patSkip_acc:focus {
  position: relative;
  left: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  height: auto;
  background: #006FA6;
  color: #FFF;
  text-align: center;
  padding: 10px;
}

.js-patheaderBg {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  height: 100px;
  display: none;
}
@media all and (min-width: 80em) {
  .js-patheaderBg {
    display: block;
  }
}

.patheaderBk {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 6;
  margin: 0 auto;
}
@media all and (min-width: 48em) {
  .patheaderBk {
    width: 768px;
    margin-left: calc(50% - 384px);
  }
}
@media all and (min-width: 80em) {
  .patheaderBk {
    width: 100%;
    margin: 0;
  }
}

.patLogo {
  width: auto;
  display: block;
  position: absolute;
  right: 0;
  margin: 17px 20px 0 20px;
  z-index: 7;
}
@media all and (min-width: 48em) {
  .patLogo {
    margin: 25px 20px 0 20px;
  }
}
@media all and (min-width: 80em) {
  .patLogo {
    right: inherit;
    left: 20px;
    margin: 25px 0 0 0;
  }
}
@media all and (min-width: 116em) {
  .patLogo {
    right: inherit;
    left: 130px;
    margin: 25px 0 0 0;
  }
}
.patLogo .patLogo-img {
  width: 180px;
}
@media all and (min-width: 48em) {
  .patLogo .patLogo-img {
    width: 300px;
  }
}
/*打開導覽列按鈕*/
.patheaderBt {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 0 0 0;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
}
@media all and (min-width: 80em) {
  .patheaderBt {
    display: none;
  }
}
.patheaderBt .patheaderBt-icon {
  width: 70px;
  height: 70px;
  margin: 0px 0 0 10px;
}
@media all and (min-width: 48em) {
  .patheaderBt .patheaderBt-icon {
    width: 109px;
    height: 109px;
    margin: 0px 0 0 10px;
  }
}
/*大視口更換語言區*/
.patEnBig {
  width: auto;
  display: none;
  position: fixed;
  right: 130px;
  margin: 25px 0 0 0;
  z-index: 7;
}
@media all and (min-width: 80em) {
  .patEnBig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 40px;
  }
}
@media all and (min-width: 116em) {
  .patEnBig {
    right: 130px;
  }
}

.patEnBig--link {
  width: auto;
  padding: 12px 3px;
  font-size: 1.125rem;
  color: #006FA6;
}
.patEnBig--link:hover, .patEnBig--link:active, .patEnBig--link:focus {
  color: #393939;
}

.patnavBk {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}

.patnavBg {
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 100%;
  background: #FFF;
  left: 0%;
  z-index: 1;
}

.patnav {
  width: 320px;
  height: 100%;
  position: fixed;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  border-right: 1px solid #006FA6;
  background: #FFF;
  margin-left: -320px;
  z-index: 1;
}

.patnav-head {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media all and (min-width: 80em) {
  .patnav-head {
    top: 50px;
    left: 70px;
  }
}

.patnav-head--logoImg {
  width: 200px;
  height: auto;
}
@media all and (min-width: 48em) {
  .patnav-head--logoImg {
    width: 300px;
  }
}
@media all and (min-width: 80em) {
  .patnav-head--logoImg {
    width: 320px;
  }
}

/*關閉按鈕*/
.patnav-navCloseBt {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
.patnav-navCloseBt .patnav-navCloseBt--icon {
  width: 70px;
  height: 70px;
}
@media all and (min-width: 80em) {
  .patnav-navCloseBt .patnav-navCloseBt--icon {
    width: 85px;
    height: 85px;
  }
}
/*導覽列連結區*/
.patnavSectionBk {
  width: 100%;
  margin: 120px 0 40px 0;
}

.patnavSection {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 30px;
}

.patnavFirstArea-tit {
  width: 100%;
  display: block;
  padding: 10px 0;
  color: #006FA6;
  cursor: pointer;
  border: none;
  background: none;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1.125rem;
}
.patnavFirstArea-tit:hover, .patnavFirstArea-tit:active, .patnavFirstArea-tit:focus {
  color: #000;
}
.patnavFirstArea-tit span {
  display: inline-block;
  width: 60px;
  font-size: 1.25rem;
}

.patnavFirstArea-tit--lan {
  width: auto;
  display: inline-block;
  padding: 10px;
  margin-top: 60px;
}

.patnavSecondArea {
  margin-bottom: 20px;
  display: none;
}
@media all and (min-width: 80em) {
  .patnavSecondArea {
    display: block;
  }
}

.patnavSecondArea-li {
  list-style: none;
  padding-bottom: 7px;
}

.patnavSecondArea-link {
  text-decoration: none;
  line-height: 1.6;
  font-size: 1rem;
  color: #393939;
}

.patnavSecondArea-link--active {
  color: #BD8A18;
}

.patBigNav {
  display: none;
}
@media all and (min-width: 80em) {
  .patBigNav {
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    top: 35px;
    margin: 0 auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
    font-weight: 500;
  }
}
@media all and (min-width: 116em) {
  .patBigNav {
    margin: 0 auto;
  }
}

.patBigNavSection {
  display: inline-block;
  padding: 0 30px;
  font-size: 1.19rem;
  letter-spacing: 0.05em;
  color: #393939;
  position: relative;
  cursor: pointer;
}
@media all and (min-width: 116em) {
  .patBigNavSection {
    padding: 0 45px;
  }
}

.patBigNavSection-link {
  padding: 12px 0px;
  font-size: 1.125rem;
}

.patBigNavSection-link--active {
  -webkit-box-shadow: inset 0 -3px #006FA6;
          box-shadow: inset 0 -3px #006FA6;
  color: #006FA6;
}

.patBigNavSection-ListArea {
  display: none;
  position: absolute;
  left: -35px;
  top: 35px;
  width: 220px;
  padding: 20px 15px;
  border-top: 5px solid #BD8A18;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  background: #FFF;
}

.patBigNavSection-ListArea--link {
  display: block;
  text-align: center;
  color: #393939;
  line-height: 1.4;
  padding: 8px 0;
  color: #393939;
  letter-spacing: 0.07em;
  font-size: 1.125rem;
}

/*footer*/
.patFooter {
  padding: 0 0 50px 0;
}
@media all and (min-width: 80em) {
  .patFooter {
    padding: 0 100px 50px 100px;
  }
}

.patFooter--dec {
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(#006FA6));
  background: linear-gradient(0.25turn, rgba(255, 255, 255, 0.2), #006FA6);
  margin: 0 0 50px 0;
}

.patFooter-linkBk {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 48em) {
  .patFooter-linkBk {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.patFooter-link {
  display: block;
  margin: 0 0 30px 0;
}
.patFooter-link img {
  width: 100%;
}
.patFooter-link:hover img {
  opacity: 0.5;
}

.patFooter-link--decLine {
  display: none;
}
@media all and (min-width: 80em) {
  .patFooter-link--decLine {
    display: block;
    width: 1px;
    height: 40px;
    background: #006FA6;
    margin: 0 0 30px 0;
  }
}

.patFooter-link--01 {
  width: 225px;
}

.patFooter-link--02 {
  width: 100px;
}

.patFooter-link--03 {
  width: 230px;
}

.patFooter-link--04 {
  width: 65px;
}

.patFooter-bottom {
  width: 100%;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #006FA6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 48em) {
  .patFooter-bottom {
    padding: 0px 0 15px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.patFooter-bottom--aaLabel {
  width: 120px;
  display: block;
}
.patFooter-bottom--aaLabel img {
  width: 100%;
}
.patFooter-bottom--aaLabel:hover img {
  opacity: 0.5;
}
@media all and (min-width: 48em) {
  .patFooter-bottom--aaLabel {
    width: 140px;
  }
}

.patFooter-bottom--copy {
  font-size: 0.75rem;
  color: #006FA6;
  text-align: center;
  margin: 20px 0 0 0;
}
@media all and (min-width: 48em) {
  .patFooter-bottom--copy {
    font-size: 1rem;
  }
}

.patPageWrapper {
  width: 100%;
  padding: 70px 30px 0 30px;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 48em) {
  .patPageWrapper {
    width: 768px;
    margin: 0 auto;
  }
}
@media all and (min-width: 80em) {
  .patPageWrapper {
    width: 100%;
  }
}
@media all and (min-width: 116em) {
  .patPageWrapper {
    width: 88.75em;
    padding: 70px 0px 0 0px;
  }
}

.patPageWrapper--pageInDec01 {
  display: none;
}
@media all and (min-width: 80em) {
  .patPageWrapper--pageInDec01 {
    display: block;
    position: absolute;
    width: 125px;
    left: 110px;
    top: 800px;
    z-index: 1;
  }
}

.patPageWrapper--pageInDec02 {
  display: none;
}
@media all and (min-width: 80em) {
  .patPageWrapper--pageInDec02 {
    display: block;
    position: absolute;
    width: 40px;
    right: 110px;
    top: 850px;
    z-index: 1;
  }
}

.patPageInTop {
  width: 100%;
}
@media all and (min-width: 80em) {
  .patPageInTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.patPageLi-titBk {
  margin-bottom: 40px;
}
@media all and (min-width: 48em) {
  .patPageLi-titBk {
    margin-top: 60px;
  }
}
@media all and (min-width: 80em) {
  .patPageLi-titBk {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}

.patPageLi-listBk {
  width: 100%;
}
@media all and (min-width: 80em) {
  .patPageLi-listBk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.patPageLi-list {
  width: 100%;
  border: 1px solid #DCDCDC;
  display: block;
  list-style: none;
}
@media all and (min-width: 80em) {
  .patPageLi-list {
    width: 33%;
    margin-left: -1px;
  }
}

.patPageLi-list--img {
  width: 100%;
}

.patPageLi-empty {
  width: 100%;
  padding: 40px 30px;
  list-style: none;
  border: 1px solid #DCDCDC;
  background: #FFF;
  color: #393939;
  text-align: center;
}

.patSitemap {
  width: 100%;
  margin: 20px 0 70px 0;
  padding: 0;
}

.patSitemap-item {
  list-style: none;
  border-bottom: 1px solid #DCDCDC;
}

.patSitemap-link {
  display: block;
  padding: 18px 0;
  color: #393939;
  font-size: 1.125rem;
  font-weight: 500;
}

.patSitemap-link:hover,
.patSitemap-link:active,
.patSitemap-link:focus {
  color: #006FA6;
}

.patSitemap-sub {
  padding: 0 0 16px 24px;
}

.patSitemap-subItem {
  margin: 0 0 8px 0;
}

.patSitemap-subLink {
  color: #393939;
  font-size: 1rem;
}

.patSitemap-subLink:hover,
.patSitemap-subLink:active,
.patSitemap-subLink:focus {
  color: #006FA6;
}

.patPageLi-list--textBk {
  width: 100%;
  background: #FFF;
  padding: 30px 30px 30px 30px;
  height: 170px;
  position: relative;
}
@media all and (min-width: 48em) {
  .patPageLi-list--textBk {
    height: 230px;
    padding: 50px 60px 60px 60px;
  }
}
@media all and (min-width: 80em) {
  .patPageLi-list--textBk {
    height: 300px;
  }
}

.patPageLi-list--date {
  margin: 0 0 10px 0;
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 700;
  color: #006FA6;
}
@media all and (min-width: 48em) {
  .patPageLi-list--date {
    font-size: 1.25rem;
    margin: 0 0 20px 0;
  }
}

.patPageLi-list--tit {
  position: relative;
  z-index: 2;
  height: 100px;
  padding: 0 0 30px 0;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  .patPageLi-list--tit {
    font-size: 1.5rem;
    width: 100%;
    padding: 0 120px 0 0;
  }
}
@media all and (min-width: 80em) {
  .patPageLi-list--tit {
    height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    padding: 0;
  }
}
.patPageLi-list--tit:hover, .patPageLi-list--tit:active, .patPageLi-list--tit:focus {
  opacity: 0.5;
}

.patPageLi-list--decArrow {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 10px;
  width: 54px;
}
@media all and (min-width: 48em) {
  .patPageLi-list--decArrow {
    bottom: 50px;
    width: 110px;
    right: 40px;
  }
}
@media all and (min-width: 80em) {
  .patPageLi-list--decArrow {
    bottom: 20px;
  }
}

.patPageIn-bannerBk {
  width: 100%;
  position: relative;
  line-height: 1;
}
@media all and (min-width: 48em) {
  .patPageIn-bannerBk {
    margin: 40px 0 0 0;
  }
}
@media all and (min-width: 80em) {
  .patPageIn-bannerBk {
    width: 70%;
  }
}

.patPageIn-banner {
  width: 100%;
  height: auto;
}

.patPageIn-banner--waveTop {
  width: 100%;
  height: 30px;
  background: url(../images/waveDec-top.svg) repeat-x;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: wave-ani--top 110s linear 0s infinite normal;
          animation: wave-ani--top 110s linear 0s infinite normal;
  line-height: 0;
}
@media all and (min-width: 48em) {
  .patPageIn-banner--waveTop {
    height: 40px;
  }
}
@media all and (min-width: 80em) {
  .patPageIn-banner--waveTop {
    height: 55px;
    -webkit-animation: wave-ani--top 70s linear 0s infinite normal;
            animation: wave-ani--top 70s linear 0s infinite normal;
  }
}

.patPageIn-banner--waveBottom {
  width: 100%;
  height: 30px;
  background: url(../images/waveDec-bottom.svg) repeat-x;
  background-size: 100%;
  background-position-y: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: wave-ani--bottom 130s linear 0s infinite normal;
          animation: wave-ani--bottom 130s linear 0s infinite normal;
  line-height: 0;
}
@media all and (min-width: 48em) {
  .patPageIn-banner--waveBottom {
    height: 40px;
  }
}
@media all and (min-width: 80em) {
  .patPageIn-banner--waveBottom {
    height: 55px;
    -webkit-animation: wave-ani--bottom 90s linear 0s infinite normal;
            animation: wave-ani--bottom 90s linear 0s infinite normal;
  }
}

.patPageInPrimary {
  width: 100%;
  height: auto;
}
@media all and (min-width: 80em) {
  .patPageInPrimary {
    width: 35%;
    padding: 0 80px 0 0;
  }
}

.patPageInPrimary-titBk {
  position: relative;
  padding: 60px 0 0 0;
}
@media all and (min-width: 48em) {
  .patPageInPrimary-titBk {
    padding: 80px 0 0 0;
  }
}

.patPageInPrimary-tit {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 20px 0 0 0;
}
@media all and (min-width: 48em) {
  .patPageInPrimary-tit {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 80em) {
  .patPageInPrimary-tit {
    margin: 60px 0 0 0;
  }
}

.patPageIn-banner--date {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #006FA6;
  color: #FFF;
  font-weight: 700;
  font-style: italic;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  z-index: 2;
  bottom: 80px;
  padding-top: 25px;
}
@media all and (min-width: 48em) {
  .patPageIn-banner--date {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    font-size: 1.25rem;
    padding-top: 60px;
    bottom: 150px;
  }
}
@media all and (min-width: 80em) {
  .patPageIn-banner--date {
    position: static;
  }
}

.patPageInTextArea {
  width: 100%;
  height: auto;
  margin: 40px auto;
}
@media all and (min-width: 80em) {
  .patPageInTextArea {
    width: 800px;
    margin: 80px auto 120px auto;
  }
}

/*首頁*/		
.indWrapper {
  width: 100%;
}
@media all and (min-width: 80em) {
  .indWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.indPrimary {
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px 0 30px;
}
@media all and (min-width: 64em) {
  .indPrimary {
    width: 44em;
  }
}
@media all and (min-width: 80em) {
  .indPrimary {
    width: 75%;
  }
}
@media all and (min-width: 116em) {
  .indPrimary {
    width: 87.5em;
    margin: 0;
    padding: 40px 0;
  }
}

.indSidebar {
  display: none;
}
@media all and (min-width: 80em) {
  .indSidebar {
    width: 25%;
    display: block;
  }
}
@media all and (min-width: 116em) {
  .indSidebar {
    width: 32.5em;
    padding: 0 0 0 130px;
  }
}

/*banner區*/
.indBanner {
  width: 100%;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 4;
}
@media all and (min-width: 48em) {
  .indBanner {
    padding: 70px 0 0 0;
  }
}
@media all and (min-width: 80em) {
  .indBanner {
    padding: 40px 0 0 0;
  }
}
.indBanner .owl-nav {
  display: block !important;
  position: absolute;
  top: 40%;
  width: 100%;
}
@media all and (min-width: 80em) {
  .indBanner .owl-nav {
    width: 80px;
    top: 32%;
  }
}
@media all and (min-width: 116em) {
  .indBanner .owl-nav {
    top: 40%;
  }
}
.indBanner .owl-nav .owl-prev {
  width: 42px;
  height: 42px;
  margin: 0 40px 0 auto;
  content: " ";
  background: url(../images/bannerLeft-bt.svg) no-repeat !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-size: 42px !important;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
@media all and (min-width: 48em) {
  .indBanner .owl-nav .owl-prev {
    width: 80px;
    height: 80px;
    background-size: 80px !important;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@media all and (min-width: 64em) {
  .indBanner .owl-nav .owl-prev {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
.indBanner .owl-nav .owl-prev span {
  display: none;
}
.indBanner .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  margin: 0 auto 0 auto;
  content: " ";
  background: url(../images/bannerRight-bt.svg) no-repeat !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-size: 42px !important;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  position: absolute;
  right: 0px;
}
@media all and (min-width: 48em) {
  .indBanner .owl-nav .owl-next {
    width: 80px;
    height: 80px;
    background-size: 80px !important;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media all and (min-width: 64em) {
  .indBanner .owl-nav .owl-next {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
@media all and (min-width: 80em) {
  .indBanner .owl-nav .owl-next {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    margin: 5px 0 0 0;
  }
}
.indBanner .owl-nav .owl-next span {
  display: none;
}

.indBanner-waveBk {
  width: 100%;
  position: relative;
}

.indBanner-waveBk--waveTop {
  width: 100%;
  height: 30px;
  background: url(../images/waveDec-top.svg) repeat-x;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
  -webkit-animation: wave-ani--top 110s linear 0s infinite alternate;
          animation: wave-ani--top 110s linear 0s infinite alternate;
  line-height: 0;
}
@media all and (min-width: 48em) {
  .indBanner-waveBk--waveTop {
    height: 40px;
  }
}
@media all and (min-width: 80em) {
  .indBanner-waveBk--waveTop {
    height: 70px;
    -webkit-animation: wave-ani--top 70s linear 0s infinite alternate;
            animation: wave-ani--top 70s linear 0s infinite alternate;
  }
}

.indBanner-waveBk--waveBottom {
  width: 100%;
  height: 30px;
  background: url(../images/waveDec-bottom.svg) repeat-x;
  background-size: 100%;
  background-position-y: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  -webkit-animation: wave-ani--bottom 130s linear 0s infinite alternate;
          animation: wave-ani--bottom 130s linear 0s infinite alternate;
  line-height: 0;
}
@media all and (min-width: 48em) {
  .indBanner-waveBk--waveBottom {
    height: 40px;
  }
}
@media all and (min-width: 80em) {
  .indBanner-waveBk--waveBottom {
    height: 70px;
    bottom: -1px;
    -webkit-animation: wave-ani--bottom 90s linear 0s infinite alternate;
            animation: wave-ani--bottom 90s linear 0s infinite alternate;
  }
}

@-webkit-keyframes wave-ani--top {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 3200px;
  }
}

@keyframes wave-ani--top {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 3200px;
  }
}
@-webkit-keyframes wave-ani--bottom {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -3500px;
  }
}
@keyframes wave-ani--bottom {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -3500px;
  }
}
.indSidebar-indBanner--logoEn {
  width: 300px;
  position: absolute;
  bottom: 40px;
  left: 110px;
  z-index: 5;
}
@media all and (min-width: 116em) {
  .indSidebar-indBanner--logoEn {
    width: 440px;
    position: absolute;
    bottom: 140px;
    left: 90px;
  }
}

.indPrimary-indBanner {
  position: relative;
  z-index: 4;
}

/*活動資訊*/
.indAct {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.indAct-newsListBk {
  width: 100%;
  margin: 40px 0;
}

.indAct-newsList {
  width: 100%;
  border: 1px solid #DCDCDC;
  border-bottom: none;
}
.indAct-newsList:last-of-type {
  border-bottom: 1px solid #DCDCDC;
}
@media all and (min-width: 80em) {
  .indAct-newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.indAct-newsList--date {
  display: block;
  background: #006FA6;
  padding: 10px 30px;
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: italic;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media all and (min-width: 48em) {
  .indAct-newsList--date {
    font-size: 1.125rem;
    padding: 18px 60px;
  }
}
@media all and (min-width: 80em) {
  .indAct-newsList--date {
    padding: 30px 40px 25px 40px;
    width: 240px;
    letter-spacing: 1.5px;
  }
}

.indAct-newsList--datelabel {
  font-weight: 600;
}

.indAct-newsList--titBk {
  min-height: 130px;
  padding: 20px 30px;
  position: relative;
}
@media all and (min-width: 48em) {
  .indAct-newsList--titBk {
    padding: 40px 60px;
    min-height: 170px;
  }
}
@media all and (min-width: 80em) {
  .indAct-newsList--titBk {
    width: calc(100% - 240px);
    padding: 30px 50px;
    min-height: auto;
  }
}

.indAct-newsList--titLink {
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #393939;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
.indAct-newsList--titLink:hover, .indAct-newsList--titLink:active, .indAct-newsList--titLink:focus {
  color: #006FA6;
}
@media all and (min-width: 48em) {
  .indAct-newsList--titLink {
    height: 110px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 80em) {
  .indAct-newsList--titLink {
    -webkit-line-clamp: 1;
    width: 100%;
    padding: 10px 100px 0 0;
    height: 50px;
  }
}

.indAct-newsList--titIcon {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 15px;
  width: 54px;
}
@media all and (min-width: 48em) {
  .indAct-newsList--titIcon {
    width: 110px;
    right: 30px;
    bottom: 30px;
  }
}
@media all and (min-width: 80em) {
  .indAct-newsList--titIcon {
    right: 50px;
    bottom: 15px;
  }
}

@media all and (min-width: 80em) {
  .indAct-indSidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (min-width: 80em) {
  .indAct-indSidebar--img {
    width: 200px;
    height: auto;
    margin: 100px 0 0 80px;
  }
}
@media all and (min-width: 116em) {
  .indAct-indSidebar--img {
    width: 230px;
    margin: 70px 0 0 0;
  }
}

.indDec {
  position: relative;
}
@media all and (min-width: 48em) {
  .indDec {
    padding: 40px 0 50px 0;
  }
}
@media all and (min-width: 80em) {
  .indDec {
    padding: 20px 0 60px 0;
  }
}

.indDec-img {
  height: 16px;
  position: absolute;
  right: 20px;
}
@media all and (min-width: 48em) {
  .indDec-img {
    height: 25px;
    right: 100px;
  }
}
@media all and (min-width: 80em) {
  .indDec-img {
    right: 420px;
  }
}

.indSence-indSidebar {
  position: relative;
}

.indSence-indSidebar--dec {
  position: absolute;
  width: 215px;
  right: 20px;
  bottom: 145px;
}

.indSence-listBk {
  padding: 40px 0 20px 0;
  margin: 0 auto;
}
@media all and (min-width: 48em) {
  .indSence-listBk {
    width: 460px;
  }
}
@media all and (min-width: 80em) {
  .indSence-listBk {
    width: 100%;
  }
}
@media all and (min-width: 116em) {
  .indSence-listBk {
    width: 1380px;
    padding: 70px 0 40px 0;
  }
}

.owl-carousel02 .owl-stage-outer .owl-stage .owl-item:nth-of-type(2) .indSence-list--textBk {
  background: #8C9E03;
}
.owl-carousel02 .owl-stage-outer .owl-stage .owl-item:nth-of-type(3) .indSence-list--textBk {
  background: #BD8A18;
}
.owl-carousel02 .owl-stage-outer .owl-stage .owl-item:nth-of-type(4) .indSence-list--textBk {
  background: #006FA6;
}
.owl-carousel02 .owl-stage-outer .owl-stage .owl-item:nth-of-type(5) .indSence-list--textBk {
  background: #8C9E03;
}
.owl-carousel02 .owl-stage-outer .owl-stage .owl-item:nth-of-type(6) .indSence-list--textBk {
  background: #BD8A18;
}

.owl-carousel02 .owl-nav {
  display: block !important;
  position: absolute;
  top: 45%;
  width: 100%;
}
@media all and (min-width: 80em) {
  .owl-carousel02 .owl-nav {
    width: 80px;
    top: 42.5%;
  }
}
.owl-carousel02 .owl-nav .owl-prev {
  width: 42px;
  height: 42px;
  margin: 0 40px 0 auto;
  content: " ";
  background: url(../images/bannerLeft-bt.svg) no-repeat !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-size: 42px !important;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
@media all and (min-width: 48em) {
  .owl-carousel02 .owl-nav .owl-prev {
    width: 80px;
    height: 80px;
    background-size: 80px !important;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@media all and (min-width: 64em) {
  .owl-carousel02 .owl-nav .owl-prev {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
.owl-carousel02 .owl-nav .owl-prev span {
  display: none;
}
.owl-carousel02 .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  margin: 0 auto 0 auto;
  content: " ";
  background: url(../images/bannerRight-bt.svg) no-repeat !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-size: 42px !important;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  position: absolute;
  right: 0px;
}
@media all and (min-width: 48em) {
  .owl-carousel02 .owl-nav .owl-next {
    width: 80px;
    height: 80px;
    background-size: 80px !important;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media all and (min-width: 64em) {
  .owl-carousel02 .owl-nav .owl-next {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
@media all and (min-width: 80em) {
  .owl-carousel02 .owl-nav .owl-next {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    margin: 5px 0 0 0;
  }
}
.owl-carousel02 .owl-nav .owl-next span {
  display: none;
}

.indSence-list {
  display: block;
  position: relative;
}

.indSence-list--img {
  width: 100%;
  border-radius: 70px 70px 0 0;
  opacity: 0.8;
  position: relative;
}
@media all and (min-width: 48em) {
  .indSence-list--img {
    border-radius: 150px 150px 0 0;
  }
}

.indSence-list--textBk {
  width: 100%;
  height: 150px;
  border-radius: 0 0 70px 70px;
  background: #006FA6;
  padding: 25px 30px 30px 30px;
  position: relative;
  margin: -1px 0 0 0;
}
@media all and (min-width: 48em) {
  .indSence-list--textBk {
    height: 300px;
    border-radius: 0 0 150px 150px;
    padding: 50px 60px 50px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.indSence-list--textBk--number {
  font-size: 9.375em;
  font-weight: 200;
  font-style: italic;
  color: #fff;
  opacity: 0.2;
  position: absolute;
  top: -110px;
  left: -8px;
}
@media all and (min-width: 48em) {
  .indSence-list--textBk--number {
    font-size: 15.625em;
    top: -180px;
  }
}

.indSence-list--textBk--titEn {
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
@media all and (min-width: 48em) {
  .indSence-list--textBk--titEn {
    font-size: 1.5rem;
  }
}

.indSence-list--textBk--titch {
  text-align: right;
  font-size: 1rem;
  color: #fff;
}
@media all and (min-width: 48em) {
  .indSence-list--textBk--titch {
    font-size: 1.75rem;
  }
}

.indApp-titBk {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px 0;
}
@media all and (min-width: 80em) {
  .indApp-titBk {
    margin: 0 0 50px 0;
  }
}

.indApp-titBk--tit {
  width: 100%;
  color: #393939;
  font-size: 1rem;
  letter-spacing: 1.2px;
  text-align: center;
}
@media all and (min-width: 48em) {
  .indApp-titBk--tit {
    font-size: 2.13rem;
  }
}
.indApp-titBk--titEn {
  display: block;
  padding: 12px 0 0 0;
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: italic;
  color: #006FA6;
  letter-spacing: 0.5px;
}
@media all and (min-width: 48em) {
  .indApp-titBk--titEn {
    font-size: 1.38rem;
    padding: 12px 0 0 0;
  }
}
.indAppListBk {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto;
}
@media all and (min-width: 48em) {
  .indAppListBk {
    width: 460px;
  }
}
@media all and (min-width: 80em) {
  .indAppListBk {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.indApp-list {
  width: 100%;
  border-radius: 70px 70px 70px 10px;
  background: #EFF9FD;
  padding: 50px 30px 40px 30px;
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 48em) {
  .indApp-list {
    margin: 0 0 40px 0;
    padding: 60px 100px 50px 100px;
    border-radius: 150px 150px 150px 30px;
  }
}
@media all and (min-width: 80em) {
  .indApp-list {
    width: 460px;
    margin: 0 30px;
    padding: 70px 100px 60px 100px;
  }
}

.indApp-list--img {
  width: 100%;
  margin: 0 0 10px 0;
}
@media all and (min-width: 80em) {
  .indApp-list--img {
    margin: 0 0 20px 0;
  }
}

.indApp-list--text {
  width: 100%;
  color: #898989;
  font-size: 1rem;
  padding: 12px 0 0 0;
  line-height: 1.5;
  text-align: center;
}
@media all and (min-width: 48em) {
  .indApp-list--text {
    font-size: 1.25rem;
  }
}
/*模組區*/
/*標題樣式*/
.modSectionBk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 48em) {
  .modSectionBk {
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.modSectionTit {
  color: #393939;
  font-size: 1rem;
  letter-spacing: 1.2px;
  margin: 0 0 15px 0;
}
@media all and (min-width: 48em) {
  .modSectionTit {
    font-size: 2.13rem;
    margin: 0 60px 0 0;
  }
}
@media all and (min-width: 80em) {
  .modSectionTit {
    margin: 0 120px 0 0;
  }
}

.modSectionTit--en {
  display: inline-block;
  padding: 18px 0 0 20px;
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: italic;
  color: #006FA6;
  letter-spacing: 0.5px;
}
@media all and (min-width: 48em) {
  .modSectionTit--en {
    font-size: 1.38rem;
    display: block;
    padding: 0 0 0 0;
  }
}
@media all and (min-width: 80em) {
  .modSectionTit--en {
    display: inline-block;
    padding: 20px 0 0 40px;
  }
}

.modSectionText {
  color: #898989;
  font-size: 0.8125rem;
  padding: 0 0 10px 0;
  line-height: 1.8;
}
@media all and (min-width: 48em) {
  .modSectionText {
    font-size: 1.125rem;
    margin: 0 60px 0 0;
    width: 36%;
  }
}
@media all and (min-width: 80em) {
  .modSectionText {
    width: 29%;
  }
}
@media all and (min-width: 116em) {
  .modSectionText {
    margin: 0 340px 0 0;
  }
}

/*文字連結按鈕*/
.modText-DecBt {
  width: auto;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #006FA6;
  -webkit-box-shadow: 0 -1px inset #006FA6;
          box-shadow: 0 -1px inset #006FA6;
  padding: 13px 0;
}
.modText-DecBt:hover, .modText-DecBt:active, .modText-DecBt:focus {
  color: #BD8A18;
  -webkit-box-shadow: 0 -1px inset #BD8A18;
          box-shadow: 0 -1px inset #BD8A18;
}
@media all and (min-width: 48em) {
  .modText-DecBt {
    font-size: 1.125rem;
  }
}
.modTop {
  width: 40px;
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
}
@media all and (min-width: 48em) {
  .modTop {
    width: 60px;
  }
}
.modTop img {
  width: 100%;
}

/*page*/ /*文編內容*/
.textBk {
  width: 100%;
  font-size: 1.38rem;
  line-height: 1.8;
}
.textBk img {
  width: 100%;
  height: auto;
  margin: 0 auto 40px auto;
}
@media all and (min-width: 80em) {
  .textBk img {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
  }
}
.textBk p {
  font-size: 1rem;
  line-height: 2.1;
  color: #898989;
  margin: 0 auto 40px auto;
}
@media all and (min-width: 48em) {
  .textBk p {
    font-size: 1.38rem;
    font-weight: 400;
  }
}
