@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Sans+TC:wght@400;500&family=Poppins:wght@300;400;500&display=swap");
.mClassLink > ul, .mClassLink .tab, .mClassLink .main, .classRowBox > ul a {
  box-sizing: border-box;
}

tbody td, .goTop .circle::after, .pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after, .pageBox a.prevBtn::before, .pageBox a.nextBtn::before, .classColumnBox, .classRowBox, footer .footerLink .submenu li a, footer .footerLink h2 > a, footer .footerLink p > a, footer .left .btn svg polyline, footer .left .btn svg line, footer .left .btn, .m_menu .nav > li > a,
.m_menu .nav > li > span > a, header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Txt a.btn svg polyline, header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Txt a.btn svg line, header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Txt a.btn, header .menu .dropDown.expand section .menuBox .rightBox .noteList li, header .menu .dropDown.expand section .menuBox .rightBox .classNoteList li, header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt a.btn svg polyline, header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt a.btn svg line, header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt a.btn, header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList li a::before, header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList li a, header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li, header .menu .dropDown.expand section .menuBox .leftBox .subClass a .link::after, header .menu .dropDown.expand section .menuBox .leftBox .subClass a .link, header .menu .dropDown.expand section, header .menu > li > a .enTitle::after,
header .menu > li > span a .enTitle::after, header .menu > li > a .enTitle,
header .menu > li > span a .enTitle, header .menu > li > a .title,
header .menu > li > span a .title, header .loginBox .submenu, header .toolList .title, .loadingArea {
  transition: all 0.5s;
}

body {
  background-color: #fff;
  font-family: "Noto Sans Tc", "Noto Sans JP", "Poppins", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 14px;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}

body:not(.WebSiteHome) .bannerArea .wrap {
  max-width: none;
}
body:not(.WebSiteHome) #banner .Img,
body:not(.WebSiteHome) #banner li {
  position: relative;
}
body:not(.WebSiteHome) #banner .Img img,
body:not(.WebSiteHome) #banner li img {
  object-fit: cover;
}
@media (max-width: 1900px) {
  body:not(.WebSiteHome) #banner .Img img,
  body:not(.WebSiteHome) #banner li img {
    height: 450px;
  }
}
@media (max-width: 720px) {
  body:not(.WebSiteHome) #banner .Img img,
  body:not(.WebSiteHome) #banner li img {
    height: 400px;
  }
}
@media (max-width: 540px) {
  body:not(.WebSiteHome) #banner .Img img,
  body:not(.WebSiteHome) #banner li img {
    height: 360px;
  }
}
body:not(.WebSiteHome) #banner .Img .titleBox,
body:not(.WebSiteHome) #banner li .titleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -ms-flex-align: center;
      align-items: center;
}
body:not(.WebSiteHome) #banner .Img .titleBox em,
body:not(.WebSiteHome) #banner li .titleBox em {
  color: #fff;
  text-align: center;
}
body:not(.WebSiteHome) #banner .Img .titleBox h2, body:not(.WebSiteHome) #banner .Img .titleBox .bannerUnitTitle,
body:not(.WebSiteHome) #banner li .titleBox h2,
body:not(.WebSiteHome) #banner li .titleBox .bannerUnitTitle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
body:not(.WebSiteHome) #banner .Img .titleBox h2:after, body:not(.WebSiteHome) #banner .Img .titleBox .bannerUnitTitle:after,
body:not(.WebSiteHome) #banner li .titleBox h2:after,
body:not(.WebSiteHome) #banner li .titleBox .bannerUnitTitle:after {
  background-color: #fff;
}
body:not(.WebSiteHome) #banner .Img .titleBox .bannerClassTitle,
body:not(.WebSiteHome) #banner li .titleBox .bannerClassTitle {
  color: #fff;
}
body:not(.WebSiteHome) #banner .Img .titleBox .bread,
body:not(.WebSiteHome) #banner li .titleBox .bread {
  position: static;
  margin-bottom: 0;
  padding-top: 30px;
}
body:not(.WebSiteHome) #banner .Img .titleBox .bread span,
body:not(.WebSiteHome) #banner .Img .titleBox .bread a,
body:not(.WebSiteHome) #banner li .titleBox .bread span,
body:not(.WebSiteHome) #banner li .titleBox .bread a {
  color: #fff;
}
body:not(.WebSiteHome) #banner .Img .titleBox .bread span:after,
body:not(.WebSiteHome) #banner .Img .titleBox .bread a:after,
body:not(.WebSiteHome) #banner li .titleBox .bread span:after,
body:not(.WebSiteHome) #banner li .titleBox .bread a:after {
  color: #fff;
}
body:not(.WebSiteHome) #banner .Img .titleBox .bread a:hover,
body:not(.WebSiteHome) #banner li .titleBox .bread a:hover {
  opacity: 0.8;
}
body:not(.WebSiteHome) #banner::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 130px;
  -webkit-mask: no-repeat url(../images/insMask.png) center bottom/100% auto;
          mask: no-repeat url(../images/insMask.png) center bottom/100% auto;
  background: repeat-y url(../images/line4.png) left 36px top, repeat-y url(../images/line4.png) right 36px top, repeat-y url(../images/line4.png) center top, no-repeat url(../images/insMask.png) center bottom/100% auto;
  height: 130px;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) #banner::after {
    background: repeat-y url(../images/line4.png) left 20px top, repeat-y url(../images/line4.png) right 20px top, repeat-y url(../images/line4.png) center top, no-repeat url(../images/insMask.png) center bottom/100% auto;
    height: 100px;
  }
}
@media (max-width: 720px) {
  body:not(.WebSiteHome) #banner::after {
    height: 80px;
  }
}
@media (min-width: 1921px) {
  body:not(.WebSiteHome) #banner::after {
    -webkit-mask: no-repeat url(../images/insMask.png) center/100% 100%;
            mask: no-repeat url(../images/insMask.png) center/100% 100%;
    background: repeat-y url(../images/line4.png) left 36px top, repeat-y url(../images/line4.png) right 36px top, repeat-y url(../images/line4.png) center top, no-repeat url(../images/insMask.png) center bottom/100% 100%;
  }
}
body:not(.WebSiteHome) .titleBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
body:not(.WebSiteHome) .wrap {
  max-width: 1440px;
}
body:not(.WebSiteHome) .mainArea > .wrap {
  position: relative;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .mainArea {
    padding-top: 50px;
  }
}
body:not(.WebSiteHome) .memberOnly {
  position: relative;
}
body:not(.WebSiteHome) .memberOnly::before {
  content: "會員限定";
  padding: 8px 10px;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  background-color: #046eb8;
  position: absolute;
  z-index: 1;
}

.mainArea {
  background: repeat-y url(../images/line4.png) left 36px top, repeat-y url(../images/line4.png) right 36px top, repeat-y url(../images/line4.png) center top, repeat url(../images/insBg.png) center border-box;
  padding-top: 45px;
}
@media (max-width: 1200px) {
  .mainArea {
    background: repeat-y url(../images/line4.png) left 20px top, repeat-y url(../images/line4.png) right 20px top, repeat-y url(../images/line4.png) center top, repeat url(../images/insBg.png) center border-box;
  }
}

address {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #046eb8;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

.btn_color1 {
  color: #fff;
  background-color: #046eb8;
}
.btn_color1:hover {
  background-color: #046eb8;
}
.btn_color2 {
  color: #fff;
  background-color: #A0A0A0;
}
.btn_color2:hover {
  background-color: #999;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

.outerWrap {
  padding-top: 96px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .outerWrap {
    padding-top: 65px;
    padding-bottom: calc(55px + env(safe-area-inset-bottom));
  }
}

.wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #046eb8;
  border: none;
  cursor: pointer;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*購物車*/
.cartArea .moduleWrap {
  max-width: 480px;
}
.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
}
.cartArea .countBox b {
  font-size: 18px;
  color: #7ea830;
}
.cartArea .countBox b em {
  font-weight: 400;
  font-size: 12px;
  color: #7ea830;
}
.cartArea .countBox a.btn_pay {
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
}
.cartArea .goto_pay_btn {
  margin-left: 15px;
}
.cartArea .cartNote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 20px;
}
.cartArea .cartNote .en {
  font-size: 28px;
  letter-spacing: 0.01em;
  color: #1e1e1e;
  text-transform: uppercase;
}
.cartArea .cartNote .en span {
  color: #046eb8;
}
.cartArea .cartNote .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #373737;
}
.cartArea .cartNote .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #046eb8;
}
.cartArea .cart {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-top: 2px solid #046eb8;
  border-bottom: 2px solid #b4b4b4;
}
.cartArea .buyList li {
  display: -ms-flexbox;
  display: flex;
}
.cartArea .buyList li:not(:first-child) {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
}
.cartArea .buyList .Img {
  width: 90px;
}
.cartArea .buyList .Img img {
  display: block;
  width: 100%;
}
.cartArea .buyList .Txt {
  position: relative;
  width: calc(100% - 90px);
  padding-left: 15px;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 14px;
}
.cartArea .buyList h3 {
  width: 100%;
  margin-bottom: 3px;
}
.cartArea .buyList h3 a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartArea .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}
.cartArea .buyList .del {
  position: absolute;
  right: 0;
  top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  transition: all 0.5s;
}
.cartArea .buyList .del:hover {
  background-color: #046eb8;
  color: #fff;
}
.cartArea .buyList .del svg {
  width: 15px;
  height: 18px;
}

/*訂單查詢*/
.orderCheckArea .moduleWrap {
  max-width: 360px;
}
.orderCheckArea h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #222;
  text-align: left;
}
.orderCheckArea input[type=text], .orderCheckArea input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc;
}
.orderCheckArea a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}

/*會員登入*/
.loginArea .moduleWrap {
  max-width: 360px;
}
.loginArea .forgetCheck,
.loginArea .resendCheck {
  display: none;
}
.loginArea input[type=text], .loginArea input[type=password] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  margin-bottom: 7px;
  border: 1px solid #ccc;
}
.loginArea .btn {
  /*送出按鈕*/
  margin-top: 15px;
  text-align: center;
}
.loginArea .btn a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}
.loginArea .forget {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
  color: #2f2f2f;
}
.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}
.loginArea .forget strong a {
  font-weight: 400;
  color: #f93;
  text-decoration: underline;
}
.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #09f;
  text-decoration: underline;
}
.loginArea .forgetCheck {
  display: none;
}
.loginArea .forgetCheck a.btn_relog {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #09f;
  text-align: center;
  text-decoration: underline;
}

/*搜尋*/
.searchArea .moduleWrap {
  max-width: 480px;
}
.searchArea .searchBox {
  margin: 30px 0;
  position: relative;
}
.searchArea .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}
.searchArea .searchBox a {
  width: 50px;
  height: 50px;
  background-color: #046eb8;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

/*提醒使用cookie彈窗*/
.cookieArea .moduleWrap {
  max-width: 480px;
}
.cookieArea .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

#closeCart,
#closePrice,
#closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media (max-width: 480px) {
  #closeCart,
  #closePrice,
  #closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  width: 260px;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 1s ease;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.06);
  /*menu*/
}
@media (max-width: 1200px) {
  header {
    display: none;
  }
}
header .wrap.wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: none;
  padding: 0 37px;
}
header .logo {
  width: 257px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1600px) {
  header .logo {
    width: 200px;
  }
}
@media (max-width: 1500px) {
  header .logo {
    width: 180px;
  }
}
header .logo a {
  display: block;
  width: 100%;
  height: 88px;
  background: url("../images/logo.png") no-repeat center bottom 18px;
  background-size: contain;
  text-indent: -9999px;
}
header .rightBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 240px);
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 20px;
}
@media (max-width: 1500px) {
  header .rightBox {
    padding: 0;
  }
}
header .toolList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
header .toolList .title {
  font-size: 16px;
  color: #181818;
  letter-spacing: 1.6px;
  pointer-events: none;
}
header .toolList li.item {
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  position: relative;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1500px) {
  header .toolList li.item {
    padding: 0 16px;
  }
}
@media (max-width: 1400px) {
  header .toolList li.item {
    padding: 0 14px;
  }
}
header .toolList li.item a:hover .title {
  color: #046eb8;
}
header .toolList li.item:first-child::after {
  content: "";
  width: 1px;
  height: 19px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1600px) {
  header .toolList li.item:nth-of-type(2)::after {
    content: "";
    width: 1px;
    height: 19px;
    background-color: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
header .toolList li.item:last-child {
  padding-right: 0;
  padding-left: 39px;
  border-left: 1px solid #cccccc;
}
@media (max-width: 1600px) {
  header .toolList li.item:last-child {
    padding-left: 24px;
    border-left: 0;
  }
}
header .toolList li.item:last-child a img {
  margin: 0;
}
header .toolList li.item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1500px) {
  header .toolList li.item a {
    font-size: 14px;
  }
}
header .toolList li.item a > img {
  margin-right: 6px;
}
header .loginBox {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header .loginBox .submenu {
  width: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 100%;
  pointer-events: none;
  opacity: 0;
}
header .loginBox .submenu li {
  width: 100%;
  overflow: visible;
}
header .loginBox .submenu a {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 10px;
  letter-spacing: 1px;
  text-align: left;
  background-color: #fff;
}
header .loginBox .submenu a:hover {
  border-color: #046eb8;
  background-color: #046eb8;
  color: #fff;
}
header .loginBox .submenu a:hover .link {
  border: 1px solid #fff;
  background-color: #046eb8;
  border-color: #046eb8;
}
header .loginBox .submenu a:hover .link svg polyline,
header .loginBox .submenu a:hover .link svg line {
  stroke: #fff;
}
header .loginBox .submenu a:hover .link::after {
  border: 1px solid #046eb8;
}
header .loginBox:hover .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  opacity: 1;
}
header .loginBox .loginToggle {
  max-width: 120px;
}
header .searchBox {
  display: -ms-flexbox;
  display: flex;
}
header .searchBox input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  font-family: "微軟正黑體";
  background-color: #fafafa;
}
header .searchBox a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #046eb8;
}
header .menuBox {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
header .menu {
  margin-left: 28px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1500px) {
  header .menu {
    margin-left: 0;
  }
}
header .menu > li {
  position: relative;
  display: inline-block;
}
header .menu > li > a,
header .menu > li > span a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 15px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  height: 96px;
  color: #222;
  padding: 0 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1800px) {
  header .menu > li > a,
  header .menu > li > span a {
    padding: 0 20px;
  }
}
@media (max-width: 1500px) {
  header .menu > li > a,
  header .menu > li > span a {
    font-size: 13px;
    padding: 0 16px;
  }
}
@media (max-width: 1400px) {
  header .menu > li > a,
  header .menu > li > span a {
    padding: 0 14px;
  }
}
header .menu > li > a:hover .title, header .menu > li > a.current .title,
header .menu > li > span a:hover .title,
header .menu > li > span a.current .title {
  color: #046eb8;
}
header .menu > li > a:hover .enTitle, header .menu > li > a.current .enTitle,
header .menu > li > span a:hover .enTitle,
header .menu > li > span a.current .enTitle {
  color: #046eb8;
}
header .menu > li > a:hover .enTitle::after, header .menu > li > a.current .enTitle::after,
header .menu > li > span a:hover .enTitle::after,
header .menu > li > span a.current .enTitle::after {
  opacity: 1;
}
header .menu > li > a .title,
header .menu > li > span a .title {
  font-size: 20px;
  font-weight: 500;
  color: #171717;
  letter-spacing: 1.8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1500px) {
  header .menu > li > a .title,
  header .menu > li > span a .title {
    font-size: 16px;
  }
}
header .menu > li > a .enTitle,
header .menu > li > span a .enTitle {
  position: relative;
  color: #979797;
  font-weight: 400;
  font-family: "Poppins", "Noto Sans Tc", sans-serif;
  padding-bottom: 20px;
  text-transform: uppercase;
}
header .menu > li > a .enTitle::after,
header .menu > li > span a .enTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #046eb8;
  opacity: 0;
}
header .menu > li > a.current, header .menu > li > a:hover,
header .menu > li > span a.current,
header .menu > li > span a:hover {
  color: #046eb8;
}
header .menu .dropDown.expand {
  position: static;
}
header .menu .dropDown.expand section {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  background: repeat-x url(../images/menuBg.png) top left #fafafa;
  width: 100%;
}
header .menu .dropDown.expand section .submenu {
  width: 100%;
  max-height: 620px;
  position: static;
  display: none;
  -webkit-transform: none;
          transform: none;
}
header .menu .dropDown.expand section .submenu.application .leftBox {
  width: 300px;
  border: 0;
}
header .menu .dropDown.expand section .submenu.application .leftBox .titleBox span {
  padding-left: 6px;
}
header .menu .dropDown.expand section .submenu.application .rightBox {
  padding-left: 143px;
}
@media (max-width: 1400px) {
  header .menu .dropDown.expand section .submenu.application .rightBox {
    padding-left: 30px;
  }
}
header .menu .dropDown.expand section .menuBox {
  padding: 50px 0 58px;
  position: static;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
header .menu .dropDown.expand section .menuBox .leftBox {
  width: 300px;
  border-right: 1px solid #e1e1e1;
  padding-right: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1400px) {
  header .menu .dropDown.expand section .menuBox .leftBox {
    width: 270px;
    padding-right: 20px;
  }
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass {
  background: transparent;
  overflow-y: auto;
  margin-right: -6px;
  min-height: 0;
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass::-webkit-scrollbar {
  width: 4px;
  background-color: #dadada;
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass::-webkit-scrollbar-thumb {
  background-color: #046eb8;
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass li {
  width: 100%;
  overflow: visible;
  padding-right: 6px;
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass a {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0;
  letter-spacing: 1px;
  text-align: left;
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass a:hover {
  border-color: #046eb8;
  color: #046eb8;
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass a:hover .link {
  border: 1px solid #fff;
  background-color: #046eb8;
  border-color: #046eb8;
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass a:hover .link svg polyline,
header .menu .dropDown.expand section .menuBox .leftBox .subClass a:hover .link svg line {
  stroke: #fff;
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass a:hover .link::after {
  border: 1px solid #046eb8;
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass a .link {
  width: 38px;
  height: 38px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  margin-top: 2px;
  border: 1px solid transparent;
  border-radius: 888px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 720px) {
  header .menu .dropDown.expand section .menuBox .leftBox .subClass a .link {
    margin-left: 100px;
  }
}
header .menu .dropDown.expand section .menuBox .leftBox .subClass a .link::after {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  border: 3px solid transparent;
  border-radius: 999px;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .menu .dropDown.expand section .menuBox .leftBox .titleBox {
  margin-bottom: 12px;
  padding-right: 6px;
}
header .menu .dropDown.expand section .menuBox .leftBox .titleBox p {
  font-size: 30px;
  color: #046eb8;
  font-weight: 500;
  letter-spacing: 2.4px;
  border-bottom: 1px solid rgba(4, 110, 184, 0.5);
  padding-bottom: 17px;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
}
header .menu .dropDown.expand section .menuBox .leftBox .titleBox p::after {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #046eb8;
  left: 0;
  position: absolute;
  bottom: -2px;
}
header .menu .dropDown.expand section .menuBox .leftBox .titleBox p span {
  padding-left: 12px;
  font-size: 18px;
  color: #979797;
  vertical-align: middle;
  font-family: "Poppins", "Noto Sans Tc", sans-serif;
  letter-spacing: 0px;
}
header .menu .dropDown.expand section .menuBox .rightBox {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 0;
  min-width: 0;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass {
  position: relative;
  width: 318px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 14px;
}
@media (max-width: 1400px) {
  header .menu .dropDown.expand section .menuBox .rightBox .subSubClass {
    width: 280px;
  }
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
  padding-right: 20px;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li.active {
  position: static;
  pointer-events: auto;
  display: -ms-flexbox;
  display: flex;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  overflow-y: auto;
  width: 100%;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList::-webkit-scrollbar {
  width: 4px;
  background-color: #dadada;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList::-webkit-scrollbar-thumb {
  background-color: #046eb8;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList li {
  width: 100%;
  padding: 0px;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList li:first-child a {
  padding-top: 6px;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList li a {
  background: transparent;
  color: #171717;
  border: 0;
  padding: 9.5px 10px 9.5px 18px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #046eb8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 10px;
  margin-right: 7px;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList li a:hover {
  color: #046eb8;
}
header .menu .dropDown.expand section .menuBox .rightBox .subSubClass > li .itemList li a:hover:before {
  width: 10px;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .item {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(4, 110, 184, 0.23);
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 683px;
  overflow: hidden;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt {
  text-align: left;
  padding-top: 38px;
  padding-left: 36px;
  padding-right: 30px;
  padding-bottom: 37px;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt em {
  font-size: 18px;
  color: #046eb8;
  font-family: "Poppins", "Noto Sans Tc", sans-serif;
  line-height: 1.2;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt h3, header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt p.title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid #e1e1e1;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt .textEditor {
  font-size: 15px;
  color: #403f3f;
  line-height: 1.6;
  margin-bottom: 26px;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt a.btn {
  background-color: #046eb8;
  width: 208px;
  height: 47px;
  border-radius: 999px;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  padding: 0 19px 0 16px;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-family: "Poppins", "Noto Sans Tc", sans-serif;
  letter-spacing: 0.66px;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt a.btn svg {
  width: 22px;
  height: 22px;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt a.btn svg polyline, header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt a.btn svg line {
  stroke: #fff;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt a.btn:hover {
  color: #046eb8;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(4, 110, 184, 0.23);
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt a.btn:hover svg polyline, header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Txt a.btn:hover svg line {
  stroke: #046eb8;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Img {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList .Img img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList li {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 7px;
  -ms-flex-align: start;
      align-items: flex-start;
}
header .menu .dropDown.expand section .menuBox .rightBox .classNoteList li.active {
  -webkit-animation: fadeAni 0.6s ease-in 1 forwards;
          animation: fadeAni 0.6s ease-in 1 forwards;
  pointer-events: auto;
  position: static;
  opacity: 1;
  display: -ms-flexbox;
  display: flex;
}
@-webkit-keyframes fadeAni {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeAni {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-height: 0;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 7px;
  padding-right: 17px;
  -ms-flex-align: start;
      align-items: flex-start;
  overflow-y: auto;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li::-webkit-scrollbar {
  width: 4px;
  background-color: #dadada;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li::-webkit-scrollbar-thumb {
  background-color: #046eb8;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li.active {
  -webkit-animation: fadeAni 0.6s ease-in 1 forwards;
          animation: fadeAni 0.6s ease-in 1 forwards;
  pointer-events: auto;
  position: static;
  opacity: 1;
  display: -ms-flexbox;
  display: flex;
}
@keyframes fadeAni {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li .textEditor {
  padding-top: 22px;
  text-align: left;
  margin-bottom: 24px;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li .textEditor h3.title, header .menu .dropDown.expand section .menuBox .rightBox .noteList li .textEditor p.title {
  font-size: 25px;
  color: #046eb8;
  font-weight: 500;
  font-family: "Poppins", "Noto Sans Tc", sans-serif;
  line-height: 1.5;
  margin-bottom: 3px;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Txt a.btn {
  background-color: #046eb8;
  width: 208px;
  height: 47px;
  border-radius: 999px;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  padding: 0 19px 0 16px;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-family: "Poppins", "Noto Sans Tc", sans-serif;
  letter-spacing: 0.66px;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Txt a.btn svg {
  width: 22px;
  height: 22px;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Txt a.btn svg polyline, header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Txt a.btn svg line {
  stroke: #fff;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Txt a.btn:hover {
  color: #046eb8;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(4, 110, 184, 0.23);
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Txt a.btn:hover svg polyline, header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Txt a.btn:hover svg line {
  stroke: #046eb8;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Img {
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
header .menu .dropDown.expand section .menuBox .rightBox .noteList li .Img img {
  max-width: 100%;
}
header .menu .dropDown.expand section .wrap {
  max-width: 1340px;
  padding: 0 20px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
header .menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 150px;
  text-align: center;
}
header .menu .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #666;
  background-color: #fafafa;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
  color: #fff;
  background-color: #046eb8;
}
header .menu ul.submenu {
  width: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menu ul.submenu li {
  width: 100%;
  overflow: visible;
}
header .menu ul.submenu a {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 10px;
  letter-spacing: 1px;
  text-align: left;
  background-color: #fff;
}
header .menu ul.submenu a:hover {
  border-color: #046eb8;
  color: #fff;
}
header .menu ul.submenu a:hover .link {
  border: 1px solid #fff;
  background-color: #046eb8;
  border-color: #046eb8;
}
header .menu ul.submenu a:hover .link svg polyline,
header .menu ul.submenu a:hover .link svg line {
  stroke: #fff;
}
header .menu ul.submenu a:hover .link::after {
  border: 1px solid #046eb8;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.06);
  /*手機menu內容*/
}
@media (min-width: 1201px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  float: left;
}
.m_menu .m_logo img {
  display: block;
  width: 150px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 65px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
}
.m_menu .controlBox a.main {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #046eb8;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #046eb8;
  border-radius: 999px;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main span:after {
  bottom: -7px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m_menu .controlBox .btn_cart {
  display: inline-block;
  vertical-align: middle;
}
.m_menu .controlBox .language:hover .submenu {
  display: block;
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 65px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  box-sizing: border-box;
}
.m_menu .toolList {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eaeaea;
}
.m_menu .toolList li {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
  font-size: 16px;
  position: relative;
}
.m_menu .toolList li:first-child::after {
  content: "";
  height: 18px;
  width: 1px;
  background-color: #eaeaea;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.m_menu .toolList li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.m_menu .toolList li a img {
  margin-right: 6px;
}
.m_menu .copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
  min-height: 75px;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1200px) {
  .m_menu .copyright {
    padding: 0 20px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.m_menu .copyright .footerInfo {
  color: rgba(152, 152, 152, 0.5);
  font-size: 13px;
  width: auto;
  letter-spacing: 0.1px;
  margin-right: 4px;
}
.m_menu .copyright .footerInfo a:hover {
  color: #989898;
}
@media (max-width: 1200px) {
  .m_menu .copyright .footerInfo {
    text-align: left;
    font-size: 13px;
    margin-bottom: 0px;
    margin-right: 0;
    width: 100%;
    white-space: normal;
    line-height: 1.4;
  }
}
.m_menu .copyright .ibestContent {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -ms-flexbox;
  display: flex;
}
.m_menu .copyright .ibestContent a {
  color: rgba(152, 152, 152, 0.5);
  font-size: 13px;
  white-space: nowrap;
  letter-spacing: 0px;
}
.m_menu .copyright .ibestContent a:hover {
  color: #989898;
}
@media (max-width: 1200px) {
  .m_menu .copyright .ibestContent a {
    font-size: 13px;
    line-height: 1.4;
  }
}
.m_menu .searchBox_m {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.m_menu .searchBox_m input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  border: 0;
  width: 100%;
  height: 58px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 0 70px 0 40px;
}
.m_menu .searchBox_m input[type=text]::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.m_menu .searchBox_m input[type=text]::-moz-placeholder {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.m_menu .searchBox_m input[type=text]:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.m_menu .searchBox_m input[type=text]::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.m_menu .searchBox_m input[type=text]::placeholder {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.m_menu .searchBox_m a {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m_menu .m_trans {
  text-align: center;
  padding-top: 30px;
}
.m_menu .m_trans > a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #fff;
  color: #fff;
}
.m_menu .m_trans > a i {
  margin-left: 5px;
}
.m_menu .loginBox {
  padding: 30px 0;
  text-align: center;
}
.m_menu .loginBox a {
  display: inline-block;
  margin: 0 3px;
  font-size: 15px;
  color: #fff;
}
.m_menu .loginBox a i {
  margin-right: 3px;
}
.m_menu .loginBox .submenu {
  margin-top: 10px;
  color: #ccc;
}
.m_menu .loginBox .submenu span {
  margin: 0 5px;
}
.m_menu .mfun {
  padding: 30px 0;
  text-align: center;
}
.m_menu .mfun a {
  display: inline-block;
  margin: 0 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #b21d26;
}
.m_menu .nav {
  padding: 0 20px;
  padding-top: 20px;
}
.m_menu .nav > li {
  padding: 20px 0;
}
.m_menu .nav > li > a,
.m_menu .nav > li > span > a {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #046eb8;
  position: relative;
  border-bottom: 1px solid #046eb8;
  padding-bottom: 16px;
  letter-spacing: 0.8px;
  display: -ms-flexbox;
  display: flex;
}
.m_menu .nav > li > a .title,
.m_menu .nav > li > span > a .title {
  margin-right: 12px;
  color: #000;
}
.m_menu .nav > li > a .enTitle,
.m_menu .nav > li > span > a .enTitle {
  color: #989898;
}
.m_menu .nav > li > a::after,
.m_menu .nav > li > span > a::after {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #046eb8;
  left: 0;
  position: absolute;
  bottom: -2px;
}
.m_menu .nav > li > a:hover,
.m_menu .nav > li > span > a:hover {
  opacity: 0.8;
}
.m_menu .nav > li > a i,
.m_menu .nav > li > span > a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav > li > a::before,
.m_menu .nav > li > span > a::before {
  content: "";
  width: 11px;
  height: 9px;
  background: no-repeat url(../images/arrow3.png) center;
  position: absolute;
  right: 0;
  top: 7px;
}
.m_menu .nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.m_menu .nav .submenu {
  display: none;
  padding-top: 10px;
}
.m_menu .nav .submenu li {
  display: -ms-flexbox;
  display: flex;
}
.m_menu .nav .submenu a {
  padding: 10px 0;
  width: 100%;
}
/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*頁尾資訊*/
footer {
  padding: 53px 0 0;
  background: repeat-y url(../images/line3.png) left 36px top, repeat-y url(../images/line3.png) right 36px top, repeat-y url(../images/line3.png) center top;
  background-color: #046eb8;
}
@media (max-width: 1200px) {
  footer {
    background: repeat-y url(../images/line3.png) left 20px top, repeat-y url(../images/line3.png) right 20px top, repeat-y url(../images/line3.png) center top;
    background-color: #046eb8;
  }
}
footer .wrap.wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1740px;
}
footer .top {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 33px;
}
@media (max-width: 1200px) {
  footer .top {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
footer .left {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 20px;
}
footer .left > .title {
  font-size: 21px;
  color: #fff;
  font-family: "Noto Sans JP", "Noto Sans TC", "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.9px;
  margin-bottom: 6px;
}
footer .left .btn {
  background-color: #046eb8;
  width: 208px;
  height: 47px;
  border-radius: 999px;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  padding: 0 19px 0 16px;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-family: "Poppins", "Noto Sans Tc", sans-serif;
  letter-spacing: 0.66px;
  background-color: transparent;
  border: 1px solid #fff;
}
footer .left .btn svg {
  width: 22px;
  height: 22px;
}
footer .left .btn svg polyline, footer .left .btn svg line {
  stroke: #fff;
}
footer .left .btn:hover {
  color: #046eb8;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(4, 110, 184, 0.23);
}
footer .left .btn:hover svg polyline, footer .left .btn:hover svg line {
  stroke: #046eb8;
}
footer .right {
  width: calc(100% - 160px);
}
@media (max-width: 1200px) {
  footer .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .right {
    width: 100%;
    padding-left: 0;
  }
}
footer .bottom {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
  padding-top: 2px;
}
footer .downLogo {
  width: 211px;
  margin-bottom: 14px;
}
footer .downLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .row {
  clear: both;
  padding: 15px 0;
  overflow: hidden;
}
footer .qrcode {
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  margin-top: 8px;
}
footer .qrcode img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .infoList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 33px;
}
footer .infoList li {
  padding: 1px 0px;
  width: 100%;
}
footer .infoList li a,
footer .infoList li span {
  line-height: 1;
  position: relative;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.6px;
  font-family: "Noto Sans JP", "Noto Sans TC", "Poppins", sans-serif;
}
@media (min-width: 1201px) {
  footer .infoList li a:hover {
    opacity: 0.8;
  }
}
footer .downMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
footer .downMenu li {
  width: 20%;
  padding: 5px;
}
footer .downMenu li a {
  display: block;
  font-size: 14px;
}
@media (max-width: 480px) {
  footer .downMenu li {
    width: 25%;
  }
}
footer .copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
  min-height: 75px;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1200px) {
  footer .copyright {
    padding: 0 20px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
footer .copyright .footerInfo {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  width: auto;
  letter-spacing: 0.1px;
  margin-right: 4px;
}
footer .copyright .footerInfo a:hover {
  color: white;
}
@media (max-width: 1200px) {
  footer .copyright .footerInfo {
    text-align: left;
    font-size: 13px;
    margin-bottom: 0px;
    margin-right: 0;
    width: 100%;
    white-space: normal;
    line-height: 1.4;
  }
}
footer .copyright .ibestContent {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -ms-flexbox;
  display: flex;
}
footer .copyright .ibestContent a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  white-space: nowrap;
  letter-spacing: 0px;
}
footer .copyright .ibestContent a:hover {
  color: white;
}
@media (max-width: 1200px) {
  footer .copyright .ibestContent a {
    font-size: 13px;
    line-height: 1.4;
  }
}
footer .footerInfo {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-right: -4px;
  font-weight: 400;
  line-height: 1.8;
  color: #313131;
}
@media (max-width: 480px) {
  footer .footerInfo {
    width: 100%;
    margin-bottom: 15px;
  }
}
footer .footerLink {
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0 -14px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 90px;
}
@media (max-width: 1800px) {
  footer .footerLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1700px) {
  footer .footerLink {
    padding-left: 60px;
  }
}
@media (max-width: 1600px) {
  footer .footerLink {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  footer .footerLink {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
footer .footerLink > li {
  max-width: 200px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 1700px) {
  footer .footerLink > li {
    max-width: 180px;
  }
}
@media (max-width: 1400px) {
  footer .footerLink > li {
    padding: 0 14px;
    max-width: 140px;
  }
}
@media (max-width: 840px) {
  footer .footerLink > li {
    width: 25%;
    max-width: none;
  }
}
@media (max-width: 720px) {
  footer .footerLink > li {
    width: 33.33%;
    max-width: none;
  }
}
@media (max-width: 540px) {
  footer .footerLink > li {
    width: 50%;
    max-width: none;
  }
}
@media (max-width: 480px) {
  footer .footerLink > li {
    width: 100%;
    max-width: none;
  }
}
footer .footerLink > li.sm {
  display: block;
}
footer .footerLink > li.sm h2 a {
  opacity: 1;
  cursor: auto;
}
@media (max-width: 1200px) {
  footer .footerLink > li.sm {
    display: block;
  }
}
@media (max-width: 1800px) {
  footer .footerLink > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 20px;
  }
}
footer .footerLink > li:nth-of-type(n + 6):not(.sm) {
  display: none;
}
footer .footerLink h2, footer .footerLink p {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  footer .footerLink h2::after, footer .footerLink p::after {
    content: "";
    width: 11px;
    height: 9px;
    background: no-repeat url(../images/arrow2.png) center;
    position: absolute;
    right: 0;
    top: 7px;
  }
}
footer .footerLink h2 > a, footer .footerLink p > a {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}
footer .footerLink h2 > a::after, footer .footerLink p > a::after {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #fff;
  left: 0;
  position: absolute;
  bottom: -2px;
}
footer .footerLink h2 > a:hover, footer .footerLink p > a:hover {
  opacity: 0.8;
}
footer .footerLink .submenu li {
  padding: 6px 0;
}
footer .footerLink .submenu li a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
footer .footerLink .submenu li a:hover {
  opacity: 0.8;
}

.privacyArea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 0 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.privacyArea .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.privacyArea .text a {
  color: #046eb8;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #046eb8;
}
.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 35px;
}
@media (max-width: 768px) {
  .privacyArea .wrap {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .privacyArea .text {
    width: 100%;
  }
  .privacyArea .btn {
    margin-top: 25px;
    margin-left: 0;
  }
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}
@media (max-width: 480px) {
  .social {
    width: 100%;
  }
}
.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}
.social a:hover {
  opacity: 0.8;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #046eb8;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -ms-flex: 1;
      flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  opacity: 0;
  pointer-events: none;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1100;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}
.adminLoginArea.show {
  opacity: 1;
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
.bookingArea .wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 3;
      flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 6;
      flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -ms-flex: 3;
      flex: 3;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -ms-flex: 1;
        flex: 1;
  }
}
.bookingArea .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #046eb8;
}
@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea {
  padding-bottom: 60px;
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .mainArea {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.mainArea404 {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.mainArea404 .top {
  max-width: 380px;
  color: #046eb8;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mainArea404 {
    height: 50vh;
    min-height: 350px;
  }
  .mainArea404 .top {
    font-size: 24px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  margin-bottom: 50px;
  padding: 20px 0;
  position: absolute;
  right: 20px;
  z-index: 9;
}
.bread .wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bread .wrap a,
.bread .wrap span {
  color: #737373;
  position: relative;
}
.bread .wrap a:hover,
.bread .wrap span:hover {
  color: #046eb8;
}
.bread .wrap a::after,
.bread .wrap span::after {
  content: "/";
  font-size: 13px;
  color: #737373;
  padding: 0 9px;
}
.bread .wrap a:last-child::after,
.bread .wrap span:last-child::after {
  content: normal;
}
.bread .wrap span {
  color: #737373;
}
.bread .wrap span + a,
.bread .wrap a + span {
  padding: 0;
  position: relative;
}
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
  position: relative;
}
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  clear: both;
  margin-bottom: 25px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  font-size: 20px;
  color: #232323;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  font-size: 20px;
  color: #232323;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url("../images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*類別*/
.classRowBox {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  padding: 20px 0;
  padding-top: 0px;
}
.classRowBox > ul {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .classRowBox > ul {
    display: none;
  }
}
.classRowBox > ul li {
  margin-bottom: 10px;
  margin-right: 15px;
}
.classRowBox > ul a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(4, 110, 184, 0.23);
  letter-spacing: 1px;
  text-align: center;
}
.classRowBox > ul a.current, .classRowBox > ul a:hover {
  color: #fff;
  background-color: #046eb8;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .classColumnBox > ul {
    display: none;
  }
}
.classColumnBox > ul > li {
  border-bottom: 1px solid #ccc;
}
.classColumnBox > ul > li > a {
  color: #010101;
}
.classColumnBox > ul ul {
  display: none;
  border-top: 1px solid #ccc;
}
.classColumnBox > ul ul li {
  border-bottom: 1px solid #ccc;
}
.classColumnBox > ul ul li:last-child {
  border: 0;
}
.classColumnBox > ul a {
  position: relative;
  display: block;
  padding: 16px 0;
  font-size: 16px;
  color: #6d6d6d;
}
.classColumnBox > ul a.current, .classColumnBox > ul a:hover {
  color: #046eb8;
}
.classColumnBox > ul .linkHasItems {
  position: relative;
}
.classColumnBox > ul .linkHasItems::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 9px;
  background: no-repeat url(../images/arrow3.png) center;
}
.classColumnBox > ul .linkHasItems.open + ul {
  display: block;
}
.classColumnBox > ul .linkHasItems.open + ul > li {
  -webkit-animation: 0.5s aniSlideLeft both ease-out 0.3s;
          animation: 0.5s aniSlideLeft both ease-out 0.3s;
  position: relative;
  padding: 0 14px;
}
.classColumnBox > ul .linkHasItems.open + ul > li a {
  font-size: 14px;
}

.mClassLink {
  position: relative;
  z-index: 3;
}
@media (min-width: 1201px) {
  .mClassLink {
    display: none;
  }
}
.mClassLink.open > ul, .mClassLink.open .tab {
  display: block;
}
.mClassLink .main {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #046eb8;
}
.mClassLink .main::before {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
}
.mClassLink > ul, .mClassLink .tab {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.mClassLink > ul > li + li, .mClassLink > ul .tabItem + li, .mClassLink .tab > li + li, .mClassLink .tab .tabItem + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink > ul > li.current > a, .mClassLink > ul .tabItem.current > a, .mClassLink .tab > li.current > a, .mClassLink .tab .tabItem.current > a {
  color: #046eb8;
}
.mClassLink > ul a, .mClassLink .tab a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.mClassLink ul, .mClassLink .tab {
  display: none;
}
.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}
.mClassLink .linkHasItems::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.mClassLink .linkHasItems.open + ul {
  display: block;
}
.mClassLink .linkHasItems + ul {
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a {
  padding: 10px 5px 10px 30px;
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a.current {
  color: #046eb8;
}

.pageBox {
  -ms-flex-align: center;
      align-items: center;
  padding: 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox a {
  border: 1px solid rgba(4, 110, 184, 0.23);
  color: #666;
  background-color: #fff;
  display: block;
  font-size: 15px;
}
.pageBox a.prevBtn::before, .pageBox a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox a:hover {
  border: 1px solid #046eb8;
  background-color: #046eb8;
  color: #fff;
}
.pageBox a:hover.prevBtn::before, .pageBox a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox.number {
  -ms-flex-pack: center;
      justify-content: center;
}
.pageBox.number.oval a {
  width: 50px;
}
.pageBox.number a {
  width: 40px;
  height: 40px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 5px;
  margin-bottom: 5px;
  border-radius: 999px;
  position: relative;
  text-align: center;
}
.pageBox.number a.prevBtn::before, .pageBox.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox.number a.current {
  border: 1px solid #046eb8;
  background-color: #046eb8;
  color: #fff;
}
.pageBox.number a:hover.firstBtn::before, .pageBox.number a:hover.firstBtn::after, .pageBox.number a:hover.lastBtn::before, .pageBox.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox.prevnext {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.pageBox.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 45px;
  padding: 0 20px;
  position: relative;
}
.pageBox.prevnext a.prevBtn::before, .pageBox.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox.prevnext a.prevBtn {
  text-align: right;
}
.pageBox.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox.prevnext a {
    width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .pageBox.prevnext a {
    width: calc(50% - 10px);
  }
}
.pageBox.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox.prevnext.circle a span {
  display: none;
}
.pageBox.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #046eb8;
  font-size: 13px;
  color: #046eb8;
}
.tagBox a:hover {
  color: #fff;
  background-color: #046eb8;
}
.tagBox a.current {
  color: #fff;
  background-color: #046eb8;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab li, .tab .tabItem {
  -ms-flex: 1;
      flex: 1;
}
.tab a {
  color: #333;
  display: block;
  line-height: 1;
  -ms-flex: 1;
      flex: 1;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tab a.current {
  background-color: #046eb8;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.side_menu li > a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li > a b {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #046eb8;
  border-radius: 50%;
  font-size: 20px;
  color: #046eb8;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt p {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}
.side_room h3 a {
  font-size: 16px;
  font-weight: 400;
}

/*側邊_分享*/
.side_share {
  display: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .side_share {
    display: block;
    margin-bottom: 30px;
  }
}
.side_share a {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 15px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.side_share i {
  padding-right: 5px;
  font-size: 18px;
}
.side_share .line {
  box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7e732", endColorstr="#1fb50e", GradientType=1);
}
.side_share .fb {
  box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8dcff5;
  background: rgb(93, 160, 234);
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(93, 160, 234) 0%, rgb(61, 140, 230) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5da0ea", endColorstr="#3d8ce6", GradientType=0);
  /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
  margin-bottom: 30px;
}
.side_news .sectionTitle {
  padding-bottom: 36px;
  border-color: #b6b6b6;
}
.side_news ul {
  margin-top: 20px;
}
.side_news li {
  margin-bottom: 25px;
}
.side_news .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.side_news .Img {
  width: 60px;
  margin-right: 12px;
  height: 60px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.side_news .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a,
.side_news .Txt strong {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #181818;
}
.side_news .Txt a:hover,
.side_news .Txt strong:hover {
  text-decoration: underline;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

.classNote {
  padding-bottom: 20px;
}

/*title*/
.titleStyle1 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

/*button*/
.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
}
.btn1 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  padding: 13px 30px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #046eb8;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #046eb8;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "\f105";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*最新消息icon*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  font-family: "微軟正黑體";
  color: #fff;
}

.titleBox em {
  font-size: 50px;
  color: #046eb8;
  font-weight: 500;
  font-family: "Poppins", "Noto Sans Tc", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .titleBox em {
    font-size: 42px;
  }
}
.titleBox h2, .titleBox .bannerUnitTitle {
  font-size: 20px;
  font-weight: 300;
  color: #181818;
  position: relative;
  border-bottom: 1px solid rgba(4, 110, 184, 0.5);
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .titleBox h2, .titleBox .bannerUnitTitle {
    font-size: 16px;
  }
}
.titleBox h2::after, .titleBox .bannerUnitTitle::after {
  content: "";
  width: 26px;
  height: 3px;
  background-color: #046eb8;
  left: 0;
  position: absolute;
  bottom: -2px;
}
.titleBox .bannerClassTitle {
  font-size: 20px;
  font-weight: 300;
  color: #181818;
  padding-top: 20px;
}

.afterHide::after {
  content: normal !important;
}

.goTop {
  position: absolute;
  right: 8px;
  bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .goTop {
    display: none;
  }
}
.goTop .circle {
  width: 97px;
  height: 97px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  position: relative;
  background: no-repeat url(../images/arrow2.png) center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: -5px;
}
.goTop .circle:hover::after {
  background: no-repeat url(../images/arrow3.png) center #fff;
}
.goTop .circle::after {
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 999px;
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
}
.goTop span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 13px;
  color: #fff;
  font-family: "Poppins", "Noto Sans Tc", sans-serif;
}

table {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
table:after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #dcdcdc;
  top: 0;
  left: 0;
}

thead {
  background-color: #046eb8;
  position: relative;
  z-index: 1;
}
thead th {
  padding: 15px 16px 15px 16px;
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 1200px) {
  thead th {
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media (max-width: 840px) {
  thead th {
    padding: 15px 8px;
  }
}
tbody {
  position: relative;
  z-index: 1;
}
tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
tbody tr:last-child {
  border: 0;
}
tbody td {
  font-size: 20px;
  color: #181818;
  padding: 24px 16px 24px 16px;
  letter-spacing: 0.9px;
  vertical-align: middle;
  cursor: default;
}
@media (max-width: 1200px) {
  tbody td {
    font-size: 16px;
    padding: 20px 10px;
  }
}
@media (max-width: 840px) {
  tbody td {
    font-size: 16px;
    padding: 16px 8px;
  }
}
tbody td:hover {
  color: #046eb8;
}
tbody td a {
  font-size: 20px;
  color: #181818;
}
@media (max-width: 1200px) {
  tbody td a {
    font-size: 16px;
  }
}
tbody td a:hover {
  color: #046eb8;
}
tbody td:nth-of-type(2) {
  font-size: 18px;
  color: #595959;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  tbody td:nth-of-type(2) {
    font-size: 16px;
  }
}
tbody td:nth-of-type(2):hover {
  color: #046eb8;
}
tbody td:nth-of-type(2) a {
  font-size: 18px;
  color: #595959;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 1200px) {
  tbody td:nth-of-type(2) a {
    font-size: 16px;
  }
}
tbody td:nth-of-type(2) a:hover {
  color: #046eb8;
}
tbody td:nth-of-type(2) .link::after {
  content: "";
  margin-left: 14px;
  vertical-align: middle;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  position: relative;
  background: no-repeat url(../images/arrow3.png) center;
}
@media (max-width: 840px) {
  tbody td:nth-of-type(2) .link::after {
    margin: 8px 0;
    margin-left: 8px;
  }
}
tbody td:nth-of-type(3) {
  font-size: 18px;
  color: #595959;
}
@media (max-width: 1200px) {
  tbody td:nth-of-type(3) {
    font-size: 16px;
  }
}
tbody td:nth-of-type(3):hover {
  color: #046eb8;
}

.tableArea {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .tableArea {
    margin-bottom: 0px;
  }
}

.floatBtnBox {
  position: fixed;
  bottom: 170px;
  right: 11px;
  z-index: 999;
}
@media (max-width: 1200px) {
  .floatBtnBox {
    display: none;
  }
}
.floatBtnBox .btnBox:not(:last-child) {
  margin-bottom: 20px;
}
.floatBtnBox .btnBox a {
  display: block;
  min-width: 110px;
  height: 50px;
  background-color: #046eb8;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 99px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.floatBtnBox .btnBox a:hover {
  background-color: #fff;
  color: #046eb8;
}