@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+Serif+TC:wght@300;400;500;600&family=Noto+Sans+TC:wght@500&display=swap");
.sideMenuArea .topBox .languageBox {
  letter-spacing: 1px;
}

.side_menu .classLink dl, .contentBoxFlex2 .leftBox, .contentBoxFlex .rightBox, .sideMenuArea .funcBox .searchBox .searchRow input, .loginArea input[type=text], .loginArea input[type=password], .orderCheckArea input[type=text], .orderCheckArea input[type=password] {
  box-sizing: border-box;
}

.tab a::after, .pageBox a.prevBtn::before, .pageBox a.nextBtn::before, .fixedBox .quickSocialList li a svg, .fixedBox .quickSocialList li a i, .fixedBox .quickToggle, .fixedBox .quick, .fixedBox .goTop::before, .fixedBox .goTop, .fixedBox, .goTop::before, .goTop, .m_menu .hideBox .funcBox .socialList li a, .m_menu .hideBox .nav a::before, .m_menu .controlBox .m_logo a img, .m_menu .controlBox a.main::before, .m_menu .controlBox a.main, .m_menu .controlBox, .sideMenuBtn span::before, .sideMenuBtn span::after, .sideMenuBtn span, .sideMenuBtn b, .sideMenuArea .funcBox .loginBox .loginToggle svg, .sideMenuArea .funcBox .searchBox .searchToggle svg, .sideMenuArea .funcBox .searchBox .searchRow, .sideMenuArea .funcBox .searchBox, .headerInner .wrapDeskTop .rightBox .contactBox a span, .headerInner .wrapDeskTop .rightBox .contactBox a::before, .headerInner .wrapDeskTop .rightBox .menuBox .menu li a span, .headerInner .wrapDeskTop .rightBox .menuBox .menu li a::before, .headerInner .wrapDeskTop .rightBox .menuBox .menu li, .header .bottomBox .menuBox .menu li a span, .header .bottomBox .menuBox .menu li a::before, .header .bottomBox .menuBox .menu li, .header .topBox .contactBox a span, .header .topBox .contactBox a::before, .moduleMask, .moduleBox, .btnMore a::after, .btnMore a::before, a {
  transition: all 0.4s;
}

.sideMenuArea .funcBox .searchBox, .sideMenuArea .topBox .languageBox {
  display: flex;
  flex-wrap: wrap;
}

body {
  background-color: #fff;
  color: #555555;
  font-size: 15px;
  font-family: "Times New Roman", "Noto Serif TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow {
  overflow: hidden;
}

a {
  color: #555555;
  cursor: pointer;
  outline: 0;
}
@media (min-width: 1201px) {
  a:hover {
    color: #b59839;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
}

select {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

option::-ms-expand {
  display: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

div.titan {
  display: none;
}

.textEditor::after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.textEditor .contentBuilder .row {
  margin: 0;
}

.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-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

.btn {
  padding-top: 40px;
}
.btn a {
  color: #2a2a2a;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  padding: 11.5px 61.5px;
  position: relative;
}
@media (min-width: 1201px) {
  .btn a:hover {
    color: #fff;
    background-color: #2a2a2a;
  }
}
.btnMore {
  padding-top: 50px;
}
.btnMore a {
  color: #b59839;
  position: relative;
}
.btnMore a::before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #c9b572;
  position: absolute;
  top: calc(50% + 2px);
  right: -35px;
}
.btnMore a::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #c9b572;
  position: absolute;
  top: calc(50% - 1px);
  right: -35px;
  transform: rotate(35deg);
}
.btn_color1 {
  color: #fff;
  background-color: #2b2b2b;
}
@media (min-width: 1201px) {
  .btn_color1:hover {
    background-color: #b59839;
  }
}
.btn_color2 {
  color: #fff;
  background-color: #A0A0A0;
}
@media (min-width: 1201px) {
  .btn_color2:hover {
    background-color: #999;
  }
}

@keyframes shine {
  0% {
    top: -100px;
    left: -300px;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}
.loadArea {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  transition: all 0.75s ease-in-out;
}
.loadArea .loadBox {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.8s;
}
.loadArea .loadLogo {
  width: 150px;
  overflow: hidden;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.6s;
}
.loadArea .loadLogo::before {
  content: "";
  height: 35px;
  width: 300px;
  animation: shine 1.5s ease infinite;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transform: rotate(-35deg);
}
.loadArea .loadLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 768px) {
  .loadArea .loadLogo {
    width: 125px;
  }
}
.loadArea .loadText {
  margin-top: 30px;
  color: rgba(98, 98, 98, 0.9);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  transform: translateY(-20px);
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .loadArea .loadText {
    font-size: 32px;
  }
}
.loadArea.show .loadBox {
  opacity: 1;
}
.loadArea.show .loadLogo, .loadArea.show .loadText {
  transform: translateY(0);
}
.loadArea.close {
  opacity: 0;
}

.outerWrap {
  overflow: hidden;
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wrap.large {
  max-width: 1500px;
}
@media (max-width: 1640px) {
  .wrap.Home {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1540px) {
  .wrap.large {
    padding: 0 20px;
  }
}
@media (max-width: 1240px) {
  .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}

.moduleBox {
  position: fixed;
  left: 50%;
  top: 48%;
  z-index: 207;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleBox.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 206;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cartArea {
  width: 360px !important;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}
@media (max-width: 480px) {
  .cartArea {
    width: 300px !important;
  }
}
.cartArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
}
.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #626262;
  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 .cart {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}
.cartArea .cart li {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.cartArea .cart li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}
.cartArea .cart .Img {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.cartArea .cart .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cartArea .cart .Txt {
  overflow: hidden;
}
.cartArea .cart .Txt strong {
  display: block;
  margin-bottom: 10px;
}
.cartArea .cart .Txt strong a {
  display: block;
  width: 90%;
  font-size: 15px;
  color: #272727;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartArea .cart .Txt b {
  display: inline-block;
  padding-right: 10px;
  font-weight: 400;
  font-size: 12px;
}
.cartArea .cart .Txt b.price {
  font-size: 15px;
  color: #e83336;
}

.orderCheckArea {
  width: 320px;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}
@media (max-width: 480px) {
  .orderCheckArea {
    width: 300px !important;
  }
}
.orderCheckArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
  text-align: center;
}
.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;
}

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

.loginArea {
  width: 400px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 1024px) {
  .loginArea {
    width: 300px !important;
  }
}
.loginArea .box {
  position: relative;
  padding: 60px 20px 25px;
  background: #fff;
}
.loginArea input[type=text], .loginArea input[type=password] {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.loginArea .btn {
  margin-top: 25px;
  text-align: center;
}
.loginArea .btn a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 25px;
}
.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: #b59839;
  text-decoration: underline;
}
.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #09f;
  text-decoration: underline;
}
.loginArea .forgetCheck,
.loginArea .resendCheck {
  display: none;
}
.loginArea .forgetCheck a.btn_relog,
.loginArea .resendCheck a.btn_relog {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #09f;
  text-align: center;
  text-decoration: underline;
}

#closeLogin {
  width: 40px;
  height: 40px;
  background-color: #b59839;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.header {
  width: 360px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 199;
}
@media (max-width: 1440px) {
  .header {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .header {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    right: -100%;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 210;
    transition: all 0.4s;
  }
  .header.show {
    opacity: 1;
    pointer-events: auto;
    right: 0;
    visibility: visible;
  }
}
@media (max-width: 480px) {
  .header {
    width: 100%;
  }
}
.header .headerBtn {
  height: 65px;
  display: none;
  line-height: 65px;
  justify-content: flex-end;
  padding-right: 20px;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .header .headerBtn {
    display: flex;
  }
}
.header .wrap {
  height: 100%;
  padding: 0;
}
.header .topBox {
  height: 180px;
  display: flex;
}
.header .topBox .logoBox {
  width: calc(100%/2);
  height: 100%;
  align-items: center;
  border-top: 1px solid #f2f0ed;
  border-bottom: 1px solid #f2f0ed;
  display: flex;
  justify-content: center;
}
.header .topBox .logoBox a {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .topBox .logoBox a img {
  width: 93px;
}
.header .topBox .contactBox {
  width: calc(100%/2);
  height: 100%;
}
.header .topBox .contactBox a {
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #f2f0ed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.header .topBox .contactBox a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b59839;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}
.header .topBox .contactBox a span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.header .topBox .contactBox a span.tw {
  width: 50px;
  color: #626262;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  line-height: 1.35;
  letter-spacing: 2px;
}
.header .topBox .contactBox a span.en {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  padding-top: 6px;
}
@media (min-width: 1201px) {
  .header .topBox .contactBox a:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  .header .topBox .contactBox a:hover span {
    color: #fff;
  }
}
.header .bottomBox {
  height: calc(100% - 180px);
  display: flex;
  flex-direction: column;
  padding: 150px 0;
}
.header .bottomBox .menuBox {
  position: relative;
}
.header .bottomBox .menuBox .menu {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.header .bottomBox .menuBox .menu li {
  line-height: 1;
}
.header .bottomBox .menuBox .menu li.hide {
  display: none;
}
.header .bottomBox .menuBox .menu li a {
  color: #515151;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  padding: 0 12.5px;
  position: relative;
  text-align: center;
  writing-mode: vertical-lr;
}
.header .bottomBox .menuBox .menu li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #555555;
  display: block;
  opacity: 0;
  position: absolute;
  top: -15px;
  left: 50%;
  visibility: hidden;
}
.header .bottomBox .menuBox .menu li a.current::before {
  opacity: 1;
  top: -10px;
  visibility: visible;
}
.header .bottomBox .menuBox .menu li a span {
  padding-top: 10px;
  color: #9f9f9f;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
}
@media (min-width: 1201px) {
  .header .bottomBox .menuBox .menu li a:hover::before {
    opacity: 1;
    top: -10px;
    visibility: visible;
  }
  .header .bottomBox .menuBox .menu li a:hover span {
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .header .bottomBox .menuBox .menu li a {
    padding: 0 15px;
  }
}
.header .bottomBox .socialBox {
  margin-top: auto;
}
.header .bottomBox .socialBox .socialList {
  display: flex;
  justify-content: center;
}
.header .bottomBox .socialBox .socialList li {
  padding: 0 6px;
}
.header .bottomBox .socialBox .socialList li:first-child {
  padding-left: 0;
}
.header .bottomBox .socialBox .socialList li:last-child {
  padding-right: 0;
}
.header .bottomBox .socialBox .socialList li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 17px;
  line-height: 35px;
  position: relative;
  text-align: center;
}
@media (min-width: 1201px) {
  .header .bottomBox .socialBox .socialList li a:hover {
    background-color: #b59839;
  }
}
@media (max-width: 1200px) {
  .header .bottomBox {
    height: 100%;
    padding: 80px 0;
  }
  .header .bottomBox .socialBox {
    margin-top: 80px;
  }
}
.headerInner {
  width: 100%;
  height: 80px;
}
@media (max-width: 1200px) {
  .headerInner {
    width: 360px;
    height: 100vh;
  }
}
@media (max-width: 480px) {
  .headerInner {
    width: 100%;
  }
}
.headerInner .wrapDeskTop {
  max-width: 100%;
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0 0 0 60px;
}
@media (max-width: 1240px) {
  .headerInner .wrapDeskTop {
    padding: 0 0 0 20px;
  }
}
.headerInner .wrapDeskTop .leftBox {
  width: 70px;
  height: 100%;
  align-items: center;
  display: flex;
}
.headerInner .wrapDeskTop .leftBox .logoBox {
  width: 100%;
}
.headerInner .wrapDeskTop .leftBox .logoBox a {
  width: 100%;
  display: block;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
}
.headerInner .wrapDeskTop .leftBox .logoBox a img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.headerInner .wrapDeskTop .rightBox {
  width: calc(100% - 70px);
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-left: 100px;
}
@media (max-width: 1440px) {
  .headerInner .wrapDeskTop .rightBox {
    padding-left: 60px;
  }
}
.headerInner .wrapDeskTop .rightBox .menuBox {
  width: calc(100% - 310px);
  position: relative;
}
.headerInner .wrapDeskTop .rightBox .menuBox .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.headerInner .wrapDeskTop .rightBox .menuBox .menu li {
  line-height: 1;
  padding: 0 15px;
}
.headerInner .wrapDeskTop .rightBox .menuBox .menu li.hide {
  display: none;
}
.headerInner .wrapDeskTop .rightBox .menuBox .menu li a {
  color: #515151;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  padding: 0 12.5px;
  position: relative;
  text-align: center;
}
.headerInner .wrapDeskTop .rightBox .menuBox .menu li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #555555;
  display: block;
  opacity: 0;
  position: absolute;
  top: -15px;
  left: 50%;
  visibility: hidden;
}
.headerInner .wrapDeskTop .rightBox .menuBox .menu li a.current::before {
  opacity: 1;
  top: -10px;
  visibility: visible;
}
.headerInner .wrapDeskTop .rightBox .menuBox .menu li a span {
  padding-top: 10px;
  color: #9f9f9f;
  display: none;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
}
@media (min-width: 1201px) {
  .headerInner .wrapDeskTop .rightBox .menuBox .menu li a:hover::before {
    opacity: 1;
    top: -10px;
    visibility: visible;
  }
  .headerInner .wrapDeskTop .rightBox .menuBox .menu li a:hover span {
    padding-top: 15px;
  }
}
@media (max-width: 1440px) {
  .headerInner .wrapDeskTop .rightBox .menuBox .menu li {
    padding: 0 10px;
  }
}
.headerInner .wrapDeskTop .rightBox .socialBox {
  padding: 0 50px;
}
.headerInner .wrapDeskTop .rightBox .socialBox .socialList {
  display: flex;
  justify-content: center;
}
.headerInner .wrapDeskTop .rightBox .socialBox .socialList li {
  padding: 0 6px;
}
.headerInner .wrapDeskTop .rightBox .socialBox .socialList li:first-child {
  padding-left: 0;
}
.headerInner .wrapDeskTop .rightBox .socialBox .socialList li:last-child {
  padding-right: 0;
}
.headerInner .wrapDeskTop .rightBox .socialBox .socialList li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 17px;
  line-height: 35px;
  position: relative;
  text-align: center;
}
@media (min-width: 1201px) {
  .headerInner .wrapDeskTop .rightBox .socialBox .socialList li a:hover {
    background-color: #b59839;
  }
}
.headerInner .wrapDeskTop .rightBox .contactBox {
  width: 100px;
  height: 100%;
}
.headerInner .wrapDeskTop .rightBox .contactBox a {
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #f2f0ed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.headerInner .wrapDeskTop .rightBox .contactBox a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b59839;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}
.headerInner .wrapDeskTop .rightBox .contactBox a span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.headerInner .wrapDeskTop .rightBox .contactBox a span.tw {
  width: 50px;
  color: #626262;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  line-height: 1.35;
  letter-spacing: 2px;
}
.headerInner .wrapDeskTop .rightBox .contactBox a span.en {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  padding-top: 6px;
}
@media (min-width: 1201px) {
  .headerInner .wrapDeskTop .rightBox .contactBox a:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  .headerInner .wrapDeskTop .rightBox .contactBox a:hover span {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .headerInner .wrapDeskTop {
    display: none;
  }
}
.headerInner .wrapMobile {
  display: none;
}
@media (max-width: 1200px) {
  .headerInner .wrapMobile {
    display: block;
  }
}
.headerInner.scrollTop {
  transform: translateY(-100%);
}
.headerInner.scrollFixed {
  position: fixed;
}

.sideMenuArea {
  width: 100%;
  max-width: 440px;
  height: 100vh;
  background-color: #1d1d1d;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px 35px;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 99;
  transition: all 0.8s ease;
  -webkit-overflow-scrolling: touch;
}
.sideMenuArea::before {
  content: "";
  width: 140px;
  height: 600px;
  background-color: #b59839;
  transform: skew(-40deg);
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: -130px;
  z-index: -1;
}
.sideMenuArea.show {
  right: 0;
  opacity: 1;
}
@media (max-width: 440px) {
  .sideMenuArea {
    padding: 30px 20px;
  }
}
.sideMenuArea .topBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.sideMenuArea .topBox .languageBox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1;
}
.sideMenuArea .topBox .languageBox span {
  color: #b59839;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}
.sideMenuArea .topBox .languageBox ul {
  display: flex;
  flex-wrap: wrap;
}
.sideMenuArea .topBox .languageBox ul li a {
  color: #fff;
  padding: 0 8px;
}
.sideMenuArea .topBox .languageBox ul li a.current {
  color: #777777;
}
@media (min-width: 1201px) {
  .sideMenuArea .topBox .languageBox ul li a:hover {
    color: #b59839;
  }
}
.sideMenuArea .funcBox {
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.sideMenuArea .funcBox .searchBox {
  width: 25px;
  align-items: center;
  position: relative;
}
.sideMenuArea .funcBox .searchBox .searchRow {
  width: 0;
  display: flex;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: relative;
  bottom: -1px;
  right: 0;
}
.sideMenuArea .funcBox .searchBox .searchRow input {
  width: 100%;
  height: 25px;
  font-size: 14px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #eaeaea;
  padding: 0px 15px 0px 5px;
}
.sideMenuArea .funcBox .searchBox .searchRow a {
  width: 25px;
  height: 25px;
  color: #fff;
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.sideMenuArea .funcBox .searchBox .searchToggle {
  display: inline-block;
}
.sideMenuArea .funcBox .searchBox .searchToggle svg {
  width: 22px;
  height: 22px;
  display: inline-block;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .sideMenuArea .funcBox .searchBox .searchToggle:hover svg {
    stroke: #b59839;
  }
}
.sideMenuArea .funcBox .searchBox.show {
  width: 175px;
}
.sideMenuArea .funcBox .searchBox.show .searchRow {
  width: 150px;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  padding-left: 15px;
}
.sideMenuArea .funcBox .loginBox {
  height: 22px;
  margin: 0 25px;
}
.sideMenuArea .funcBox .loginBox .loginToggle {
  display: inline-block;
}
.sideMenuArea .funcBox .loginBox .loginToggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
@media (min-width: 1201px) {
  .sideMenuArea .funcBox .loginBox .loginToggle:hover svg {
    stroke: #b59839;
  }
}
.sideMenuArea .funcBox .loginBox .submenu a,
.sideMenuArea .funcBox .loginBox .submenu span {
  color: #fff;
}
.sideMenuArea .funcBox .loginBox .submenu span {
  display: inline-block;
  padding: 0 5px;
}
.sideMenuArea .menuBox {
  padding-top: 70px;
}
.sideMenuArea .menuBox .menu {
  display: flex;
  flex-wrap: wrap;
}
.sideMenuArea .menuBox .menu > li {
  width: 100%;
  line-height: 1;
  padding: 20px 0;
}
.sideMenuArea .menuBox .menu > li:first-child {
  padding-top: 0;
}
.sideMenuArea .menuBox .menu > li a {
  color: #eee;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0;
}
.sideMenuArea .menuBox .menu > li a.current {
  color: #b59839;
}
.sideMenuArea .menuBox .menu .submenu {
  display: block;
}
.sideMenuArea .menuBox .menu .submenu ul {
  display: flex;
  flex-wrap: wrap;
}
.sideMenuArea .menuBox .menu .submenu ul li {
  width: calc(100%/5);
  padding-top: 20px;
}
.sideMenuArea .menuBox .menu .submenu ul li a {
  color: #a5a5a5;
  font-size: 14px;
}
@media (min-width: 1201px) {
  .sideMenuArea .menuBox .menu .submenu ul li a:hover {
    color: #b59839;
  }
}
@media (max-width: 440px) {
  .sideMenuArea .menuBox .menu .submenu ul li {
    width: calc(100%/3);
  }
}
.sideMenuArea .socialBox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin: auto 0 20px 0;
  padding-bottom: 40px;
}
.sideMenuArea .socialBox ul {
  display: flex;
  flex-wrap: wrap;
}
.sideMenuArea .socialBox ul li:first-child a {
  margin-left: 0;
}
.sideMenuArea .socialBox ul li:last-child a {
  margin-right: 0;
}
.sideMenuArea .socialBox ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 17px;
  line-height: 35px;
  margin: 0 7.5px;
  text-align: center;
}
@media (min-width: 1201px) {
  .sideMenuArea .socialBox ul li a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1200px) {
  .sideMenuArea .socialBox {
    width: 100%;
    order: 1;
    padding-bottom: 20px;
  }
}
.sideMenuArea .copyrightBox {
  color: #eee;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  padding-right: 20px;
}
.sideMenuBtn {
  width: 80px;
  height: 22px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.sideMenuBtn b {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
}
.sideMenuBtn span {
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #818181;
  margin-left: auto;
  position: relative;
}
.sideMenuBtn span::before, .sideMenuBtn span::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #818181;
  display: inline-block;
  position: absolute;
  right: 0;
}
.sideMenuBtn span::before {
  top: -10px;
}
.sideMenuBtn span::after {
  bottom: -10px;
}
.sideMenuBtn.scrollDown b, .sideMenuBtnInner b {
  color: #333333;
}
@media (min-width: 1201px) {
  .sideMenuBtn:hover span {
    width: 30px;
    background-color: #b59839;
  }
  .sideMenuBtn:hover span::before, .sideMenuBtn:hover span::after {
    background-color: #b59839;
  }
  .sideMenuBtn:hover b {
    color: #b59839;
  }
}
@media (max-width: 1200px) {
  .sideMenuBtn {
    margin-left: auto;
  }
}
.sideMenuBtnClose {
  margin-left: auto;
}
.sideMenuBtnClose span {
  height: 0;
}
.sideMenuBtnClose span::before {
  top: 0;
  transform: rotate(45deg);
}
.sideMenuBtnClose span::after {
  top: 0;
  bottom: auto;
  transform: rotate(-45deg);
}
.sideMenuBtnClose.scrollDown b {
  color: #fff;
}
.sideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
}
.sideMenuMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.m_menu {
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 209;
}
@media (max-width: 1200px) {
  .m_menu {
    display: block;
  }
}
.m_menu .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.3);
  display: none;
  padding-bottom: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 202;
}
.m_menu .controlBox {
  width: 100%;
  height: 65px;
  align-items: center;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0 25px;
  position: relative;
  z-index: 205;
}
@media (max-width: 374px) {
  .m_menu .controlBox {
    padding: 0 20px;
  }
}
.m_menu .controlBox.scrollDown {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 4px 10px rgba(189, 189, 189, 0.1);
}
.m_menu .controlBox.scrollDown a.main::before {
  color: #555555;
}
.m_menu .controlBox a.main {
  width: 60px;
  height: 60px;
  position: relative;
}
.m_menu .controlBox a.main::before {
  content: "MENU";
  width: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  opacity: 1;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 25px);
  text-align: left;
}
.m_menu .controlBox a.main.show::before {
  opacity: 0;
}
.m_menu .controlBox .m_logo {
  width: 60px;
  margin-right: auto;
}
.m_menu .controlBox .m_logo a {
  display: block;
	font-size: 12px;
	text-align: center;
}
.m_menu .controlBox .m_logo a img {
  display: inline-block;
  width: 50px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m_menu .hideBox {
  width: 100%;
  max-width: 420px;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  padding: 100px 40px 40px;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 203;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s;
}
.m_menu .hideBox.show {
  right: 0;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media (max-width: 374px) {
  .m_menu .hideBox {
    padding: 100px 25px 40px;
  }
}
.m_menu .hideBox .sp {
  display: none;
}
.m_menu .hideBox .nav li,
.m_menu .hideBox .nav dd {
  border-bottom: 1px solid #e5e5e5;
}
.m_menu .hideBox .nav a {
  background-color: #fff;
  color: #555555;
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 20px 15px 20px 0;
  position: relative;
}
.m_menu .hideBox .nav a::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #b59839;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.m_menu .hideBox .nav a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #555555;
  border-bottom: 2px solid #555555;
  border-radius: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: rotate(-45deg);
}
.m_menu .hideBox .nav a.current {
  color: #b59839;
}
.m_menu .hideBox .nav a.current::before {
  width: 100%;
}
.m_menu .hideBox .nav a.current::after {
  border-color: #b59839;
}
.m_menu .hideBox .searchBox {
  padding: 40px 0;
}
.m_menu .hideBox .searchBox .searchRow {
  align-items: center;
  background-color: #b59839;
  display: flex;
  padding: 20px;
}
.m_menu .hideBox .searchBox .searchRow input {
  width: calc(100% - 16px);
  background-color: transparent;
  color: #fff;
  padding-left: 16px;
}
.m_menu .hideBox .searchBox .searchRow input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.m_menu .hideBox .searchBox .searchRow a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.m_menu .hideBox .funcBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.m_menu .hideBox .funcBox .socialList {
  width: 90px;
  display: flex;
}
.m_menu .hideBox .funcBox .socialList li:not(:last-child) {
  margin-right: 12px;
}
.m_menu .hideBox .funcBox .socialList li a {
  width: 30px;
  height: 30px;
  background-color: #111;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 1201px) {
  .m_menu .hideBox .funcBox .socialList li a:hover {
    border: 1px solid #b59839;
    color: #b59839;
  }
}
.m_menu .hideBox .funcBox .languageList {
  align-items: center;
  display: flex;
}
.m_menu .hideBox .funcBox .languageList li {
  line-height: 1;
  padding: 0 15px;
  position: relative;
}
.m_menu .hideBox .funcBox .languageList li:first-child::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: rgba(201, 201, 201, 0.8);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.m_menu .hideBox .funcBox .languageList li a {
  color: #626262;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.m_menu .hideBox .funcBox .languageList li a.current {
  border-bottom: 1px solid #c9c9c9;
}
.m_menu .hideBox .footerInfo {
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  padding-top: 160px;
}
.m_menu .hideBox .footerInfo .copyright {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.5px;
}
.m_menu .hideBox .footerInfo .ibest {
  display: flex;
  align-items: center;
}
.m_menu .hideBox .footerInfo .ibest li a {
  color: #808080;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
}

.marqueeArea {
  padding: 15px 0;
  background-color: #061540;
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.marqueeArea h2 em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea ul {
  overflow: hidden;
}
.marqueeArea li {
  line-height: 20px;
}
.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}
.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goTop {
  height: 55px;
  background-color: #b59839;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
  position: relative;
  text-align: center;
}
.goTop::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #111;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.goTop span {
  position: relative;
  z-index: 2;
}
@media (min-width: 1201px) {
  .goTop:hover::before {
    height: 100%;
  }
}

.footer {
  background-color: #fff;
  border-top: 1px solid #f2f0ed;
  padding: 80px 0 100px;
  position: relative;
  z-index: 200;
}
@media (max-width: 1200px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .top {
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
}
.footer .top::before {
  content: "";
  width: 240px;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .footer .top::before {
    width: 120px;
  }
}
.footer .top .logoBox {
  width: 250px;
  text-align: center;
}
.footer .top .logoBox a {
  display: block;
}
.footer .top .logoBox img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .footer .top .logoBox {
    width: 220px;
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  .footer .top .logoBox {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.footer .top .infoList {
  width: calc(100% - 490px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .top .infoList li {
  width: calc(100%/4);
  padding-right: 20px;
}
.footer .top .infoList li span {
  color: #c3ac5f;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.footer .top .infoList li span:not(.faxNum)::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #ccc;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .top .infoList li span.faxNum {
  color: #626262;
  word-break: break-word;
}
.footer .top .infoList li a {
  color: #626262;
  word-break: break-word;
}
@media (min-width: 1201px) {
  .footer .top .infoList li a:hover {
    color: #b59839;
  }
}
@media (max-width: 1280px) {
  .footer .top .infoList {
    width: calc(100% - 440px);
  }
}
@media (max-width: 1200px) {
  .footer .top .infoList {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .footer .top .infoList li {
    width: calc(100%/2);
    margin-bottom: 20px;
  }
}
.footer .top .footerInfo {
  width: 220px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.footer .top .footerInfo .copyright {
  color: #909090;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: right;
}
.footer .top .footerInfo .ibest {
  display: flex;
  align-items: center;
}
.footer .top .footerInfo .ibest li a {
  color: #909090;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 1201px) {
  .footer .top .footerInfo .ibest li a:hover {
    color: #b59839;
  }
}
@media (max-width: 1200px) {
  .footer .top .footerInfo {
    align-items: flex-start;
  }
  .footer .top .footerInfo .copyright {
    text-align: left;
  }
}
.footer .bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 65px;
}
@media (max-width: 1200px) {
  .footer .bottom {
    padding-top: 40px;
  }
}
.footer .bottom .sitemap {
  width: 250px;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 1280px) {
  .footer .bottom .sitemap {
    width: 220px;
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  .footer .bottom .sitemap {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.footer .bottom .menuList {
  width: calc(100% - 430px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer .bottom .menuList li {
  margin-bottom: 10px;
  position: relative;
}
.footer .bottom .menuList li:not(:last-child) {
  padding-right: 30px;
}
.footer .bottom .menuList li::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 15px;
}
.footer .bottom .menuList li:first-child {
  padding-left: 0;
}
.footer .bottom .menuList li:last-child {
  padding-right: 0;
}
.footer .bottom .menuList li:last-child::before {
  display: none;
}
.footer .bottom .menuList li a {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  padding: 0 10px;
}
@media (min-width: 1201px) {
  .footer .bottom .menuList li a:hover {
    color: #b59839;
  }
}
@media (max-width: 1280px) {
  .footer .bottom .menuList {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1200px) {
  .footer .bottom .menuList {
    width: calc(100% - 180px);
  }
}
@media (max-width: 1024px) {
  .footer .bottom .menuList {
    width: 100%;
    margin: 0 -10px 30px;
  }
}
.footer .bottom .btn {
  padding-top: 0;
}

.fixedBox {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 30%;
  right: -300px;
  z-index: 100;
  visibility: hidden;
  transform: translateY(-30px);
}
.fixedBox.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
}
.fixedBox.active {
  right: 0;
}
.fixedBox.active .goTop {
  left: 255px;
}
.fixedBox .goTop {
  width: 45px;
  height: 45px;
  background-color: #3f3f3f;
  cursor: pointer;
  display: inline-block;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  left: -45px;
}
.fixedBox .goTop::before {
  content: "";
  width: 40%;
  height: 40%;
  border-left: 1px solid #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
  border-radius: 2px;
  display: block;
  margin: auto;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(135deg);
}
@media (min-width: 1201px) {
  .fixedBox .goTop:hover {
    background-color: #b59839;
  }
  .fixedBox .goTop:hover::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.fixedBox .quick {
  width: 300px;
  background-color: #b7191c;
  padding: 20px;
  position: relative;
}
.fixedBox .quickToggle {
  width: 45px;
  height: 140px;
  background-color: #b59839;
  cursor: pointer;
  padding: 0 10px;
  position: absolute;
  top: 49px;
  left: -45px;
  text-align: center;
}
.fixedBox .quickToggle span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: 25px 0;
}
@media (min-width: 1201px) {
  .fixedBox .quickToggle:hover {
    background-color: #3f3f3f;
  }
}
.fixedBox .quickSearch {
  position: relative;
  margin-bottom: 15px;
}
.fixedBox .quickSearch input {
  width: 100%;
  height: 35px;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
  padding: 15px 15px 15px 40px;
}
.fixedBox .quickSearch a {
  font-size: 18px;
  position: absolute;
  top: 8px;
  left: 15px;
}
.fixedBox .quickInfoList li {
  border-bottom: 1px solid #cb6465;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding: 10px 0;
}
.fixedBox .quickInfoList li span {
  color: #fff;
}
.fixedBox .quickInfoList li a {
  color: #fff;
}
@media (min-width: 1201px) {
  .fixedBox .quickInfoList li a:hover {
    color: #222;
  }
}
.fixedBox .quickPageList {
  width: 40%;
  display: none;
  flex: 1;
}
.fixedBox .quickPageList li {
  width: calc(100%/2);
  border-right: 1px solid #cb6465;
}
.fixedBox .quickPageList li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 1px;
  text-align: center;
}
.fixedBox .quickSocialList {
  display: flex;
  margin-top: 15px;
}
.fixedBox .quickSocialList li:not(:last-child) {
  margin-right: 6px;
}
.fixedBox .quickSocialList li a {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  line-height: 38px;
  text-align: center;
}
.fixedBox .quickSocialList li a i {
  color: #fff;
  font-size: 19px;
}
.fixedBox .quickSocialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .fixedBox .quickSocialList li a:hover {
    border: 1px solid #222;
  }
  .fixedBox .quickSocialList li a:hover i {
    color: #222;
  }
  .fixedBox .quickSocialList li a:hover svg {
    fill: #222;
  }
}
@media (max-width: 1560px) {
  .fixedBox {
    bottom: 40%;
  }
}
@media (max-width: 640px) {
  .fixedBox {
    width: 100%;
    box-shadow: 0 0 2px rgba(189, 189, 189, 0.23);
    display: flex;
    opacity: 1;
    pointer-events: auto;
    bottom: 0;
    right: 0;
    visibility: visible;
    transform: translateY(0);
  }
  .fixedBox .goTop {
    display: none;
  }
  .fixedBox .quick {
    width: 100%;
    display: flex;
    padding: 0;
    right: 0;
  }
  .fixedBox .quickToggle, .fixedBox .quickSearch, .fixedBox .quickInfoList {
    display: none;
  }
  .fixedBox .quickPageList {
    display: flex;
  }
  .fixedBox .quickSocialList {
    width: 60%;
    flex: 1;
    margin-top: 0;
  }
  .fixedBox .quickSocialList li {
    width: calc(100%/3);
  }
  .fixedBox .quickSocialList li:not(:last-child) {
    border-right: 1px solid #cb6465;
    margin-right: 0;
  }
  .fixedBox .quickSocialList li.instagram, .fixedBox .quickSocialList li.pinterest {
    display: none;
  }
  .fixedBox .quickSocialList li a {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    display: block;
    line-height: 65px;
  }
}

.endArea {
  clear: both;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  background-color: #061540;
}

.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
}
.bannerArea > .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox ul#banner {
  margin: 0;
}
.bannerArea .bannerBox .bannerItem.withText::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bannerArea .bannerBox .bannerItem.withText::before {
    display: block;
  }
}
.bannerArea .bannerBox .bannerLink {
  display: block;
}
.bannerArea .bannerBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.bannerArea .bannerBox .Txt::after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.bannerArea .bannerBoxInner .bannerItem .Txt {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.21);
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerBoxInner .bannerItem .Txt .title {
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.bannerArea .bannerBoxInner .bannerItem .Txt .subtitle {
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 640px) {
  .bannerArea .bannerBoxInner .bannerItem .Txt .title {
    font-size: 40px;
  }
  .bannerArea .bannerBoxInner .bannerItem .Txt .subtitle {
    font-size: 22px;
  }
}


.mainArea {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .mainArea {
    padding: 40px 0;
  }
}

.contentBox {
  clear: both;
}
.contentBoxFlex {
  display: flex;
  flex-wrap: wrap;
}
.contentBoxFlex .leftBox {
  width: 300px;
  padding-right: 70px;
}
.contentBoxFlex .leftBox .titleBox {
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.contentBoxFlex .leftBox .titleBox::before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #b59839;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contentBoxFlex .leftBox .titleBox em {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 8px;
}
.contentBoxFlex .leftBox .titleBox h2 {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .contentBoxFlex .leftBox {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    position: relative;
    z-index: 99;
  }
}
.contentBoxFlex .rightBox {
  width: calc(100% - 300px);
}
@media (max-width: 1024px) {
  .contentBoxFlex .rightBox {
    width: 100%;
  }
}
.contentBoxFlex2 {
  display: flex;
  flex-wrap: wrap;
}
.contentBoxFlex2 .leftBox {
  width: calc(100% - 400px);
}
@media (max-width: 1024px) {
  .contentBoxFlex2 .leftBox {
    width: 100%;
    position: relative;
    z-index: 99;
  }
}
.contentBoxFlex2 .rightBox {
  width: 400px;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .contentBoxFlex2 .rightBox {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}

.titleBox {
  margin-bottom: 30px;
  position: relative;
}
.titleBox h2, .titleBox h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.titleBox em {
  display: block;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.titleBoxBlack h2, .titleBoxBlack h1 {
  color: #000;
}
.titleBoxBlack em {
  color: #383838;
}
.titleBoxWhite h2, .titleBoxWhite h1 {
  color: #fff;
}
.titleBoxWhite em {
  color: #e3e3e3;
}
.titleBoxLine {
  padding-bottom: 45px;
  position: relative;
}
.titleBoxLine::before, .titleBoxLine::after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.titleBoxLine::before {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.titleBoxLine::after {
  width: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.titleBoxCenter {
  text-align: center;
}
@media (max-width: 1024px) {
  .titleBox h2, .titleBox h1 {
    font-size: 32px;
  }
  .titleBox em {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .titleBox h2, .titleBox h1 {
    font-size: 28px;
  }
  .titleBox em {
    font-size: 24px;
  }
}

.bread {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.breadRight {
  text-align: right;
}
.bread a {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (min-width: 1201px) {
  .bread a:hover {
    color: #b59839;
  }
}
.bread span {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0 5px;
}
@media (max-width: 1024px) {
  .bread {
    display: none;
  }
}

.articleTitle {
  border-bottom: 1px solid #cecece;
  color: #121212;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .articleTitle {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .articleTitle {
    font-size: 24px;
  }
}

.sectionTitle {
  border-bottom: 1px solid #ddd;
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 5px 0 10px;
}
.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;
}

.pageBox {
  align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.pageBox a {
  border: 1px solid #c2c2c2;
  color: #666;
  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 {
  transform: rotate(45deg);
}
.pageBox a.nextBtn::before {
  transform: rotate(-135deg);
}
@media (min-width: 1201px) {
  .pageBox a:hover {
    border: 1px solid #b59839;
    background-color: #b59839;
    color: #fff;
  }
  .pageBox a:hover.prevBtn::before, .pageBox a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBoxNumber {
  justify-content: center;
}
.pageBoxNumber a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 5px;
  position: relative;
  text-align: center;
}
.pageBoxNumber a.prevBtn::before, .pageBoxNumber a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBoxNumber a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBoxNumber a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBoxNumber a.current {
  border: 1px solid #b59839;
  background-color: #b59839;
  color: #fff;
}
.pageBoxPrevNext {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.pageBoxPrevNext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 45px;
  padding: 0 20px;
  position: relative;
}
.pageBoxPrevNext a.prevBtn::before, .pageBoxPrevNext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBoxPrevNext a.prevBtn {
  text-align: right;
}
.pageBoxPrevNext a.prevBtn::before {
  left: 15px;
}
.pageBoxPrevNext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBoxPrevNext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBoxPrevNext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBoxPrevNext a {
    width: calc(100%/2 - 15px);
  }
}
@media (max-width: 480px) {
  .pageBoxPrevNext a {
    width: calc(100%/2 - 10px);
  }
}

.classBox {
  padding: 20px 0 80px;
}
@media (max-width: 1024px) {
  .classBox {
    padding: 20px 0 40px;
  }
}
.classBox .classLink {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
@media (max-width: 1024px) {
  .classBox .classLink {
    display: none;
  }
}
.classBox .classLink li {
  padding: 0 5px;
  position: relative;
}
.classBox .classLink a {
  background-color: transparent;
  color: #797979;
  font-size: 15px;
  font-weight: 500;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  position: relative;
}
@media (min-width: 1201px) {
  .classBox .classLink a:hover {
    background-color: #333;
    color: #fff;
  }
}
.classBox .classLink a.current {
  background-color: #333;
  color: #fff;
}

.side_menu {
  width: 100%;
  padding-top: 25px;
}
.side_menu h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  padding-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .side_menu .classLink {
    display: none;
  }
}
.side_menu .classLink li {
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}
.side_menu .classLink li > a {
  color: #444;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding: 15px;
  position: relative;
}
.side_menu .classLink li > a.current {
  background-color: #b59839;
  color: #fff;
}
@media (min-width: 1201px) {
  .side_menu .classLink li > a:hover {
    background-color: #b59839;
    color: #fff;
  }
}
.side_menu .classLink dl {
  background-color: #efefef;
  display: none;
}
.side_menu .classLink dl dt {
  position: relative;
}
.side_menu .classLink dl dt:first-child {
  border-top: 1px solid #c6c6c6;
}
.side_menu .classLink dl dt:not(:last-child) {
  border-bottom: 1px solid #c6c6c6;
}
.side_menu .classLink dl dt a {
  color: #626262;
  display: block;
  font-size: 15px;
  padding: 15px 15px 15px 30px;
}
@media (min-width: 1201px) {
  .side_menu .classLink dl dt a:hover {
    background-color: #d6d6d6;
  }
}
.side_menu .classLink dl dt a.subCurrent {
  color: #b59839;
}
.side_menu .classLink dl.hasSubMenu {
  display: block;
}

.m_classLink {
  display: none;
  position: relative;
}
@media (max-width: 1024px) {
  .m_classLink {
    display: block;
  }
}
.m_classLink a.main {
  border: 1px solid #b59839;
  background: transparent;
  color: #626262;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.m_classLink a.main b {
  font-weight: 500;
}
.m_classLink a.main i {
  display: block;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
}
.m_classLink ul {
  width: 100%;
  border: 1px solid #b59839;
  border-top: none;
  background: #fff;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 49;
}
.m_classLink ul li {
  padding: 0;
  position: relative;
  text-align: center;
}
.m_classLink ul li.main {
  display: none;
}
.m_classLink ul li:not(:first-child) a, .m_classLink ul li:not(:first-child) span {
  border-top: 1px solid #b59839;
}
.m_classLink ul li i {
  display: none;
}
.m_classLink ul li span {
  color: #626262;
  display: block;
  padding: 15px 20px;
}
.m_classLink ul li a {
  display: block;
  padding: 15px 20px;
}
.m_classLink ul li a.current {
  background-color: #b59839;
  color: #fff;
}
.m_classLink ul li:first-child a {
  border: none;
}
.m_classLink ul dl {
  background-color: #f1f1f1;
  display: none;
}

.tagBox {
  padding: 25px 0;
}
.tagBox ul {
  display: flex;
}
.tagBox li {
  height: 25px;
  border: 1px solid #c2c2c2;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.2px;
  padding: 0 15px 0 30px;
  position: relative;
}
.tagBox li:not(:last-child) {
  margin-right: 10px;
}
.tagBox li img {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 8px);
  left: 8px;
  transform: rotate(-45deg);
}

.tab {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  margin: 40px 0;
  padding: 0;
}
.tab a {
  color: #555555;
  display: block;
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 25px 5px;
  position: relative;
  text-align: center;
}
.tab a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #b59839;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.tab a.current {
  background-color: #b59839;
  color: #fff;
}
@media (min-width: 1201px) {
  .tab a:not(.current):hover {
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #b59839;
  }
  .tab a:not(.current):hover::after {
    width: 100%;
    left: 0;
  }
}

.tabContent .contentItem {
  display: none;
}

.cookieArea {
  width: 100%;
  background-color: rgba(17, 17, 17, 0.9);
  padding: 25px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 199;
  transition: all 0.6s 0.1s;
}
.cookieArea.check {
  opacity: 0;
  transform: translateY(100%);
}
.cookieArea .wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cookieArea .text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.cookieArea .btn {
  flex-grow: 1;
  margin-left: 25px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .cookieArea {
    padding: 40px 0 25px;
  }
  .cookieArea .wrap {
    flex-direction: column;
    text-align: center;
  }
  .cookieArea .text {
    width: 100%;
  }
  .cookieArea .btn {
    margin-top: 25px;
    margin-left: 0;
  }
}

.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 25%;
  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 {
  padding-top: 30px;
}
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  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 {
  align-items: center;
  display: none;
  justify-content: center;
  margin: 30px 0 50px;
}
.side_share a {
  width: 180px;
  height: 45px;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 10px;
  text-align: center;
}
.side_share a.line {
  background-color: #00b900;
}
.side_share a.fb {
  background: #3a5898;
}
@media (max-width: 1024px) {
  .side_share {
    display: flex;
  }
}
@media (max-width: 480px) {
  .side_share {
    flex-direction: column;
  }
  .side_share a {
    width: 100%;
    margin: 0 auto;
  }
  .side_share a.line {
    margin-bottom: 15px;
  }
}

.side_news {
  margin: 30px 0;
}
.side_news > h3 {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 0 38px;
  margin-bottom: 20px;
}
.side_news ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.side_news li {
  width: 100%;
}
.side_news li:not(:last-child) {
  margin-bottom: 25px;
}
.side_news .item {
  display: flex;
  flex-wrap: wrap;
}
.side_news .Img {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side_news .Txt {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.side_news .Txt h3 {
  max-height: 42px;
}
.side_news .Txt h3 a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1201px) {
  .side_news .Txt h3 a:hover {
    color: #b59839;
  }
}

.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: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

.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;
  transform: scale(1.05);
}

.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.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;
  transform: scale(1.05);
}

.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "";
  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: #b59839;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}