@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/css?family=Noto+Sans+TC:100,300,400,500|Poppins:400,600&display=swap");
.orderCheckArea input[type="text"], .orderCheckArea input[type="password"], .loginArea input[type="text"], .loginArea input[type="password"], .side_share a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.test {
  height: 500px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 200px) and (max-width: 1920px) {
    .test {
      background-color: blue; } }

body {
  background-color: #fff;
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-size: 14px; }

/*css3*/
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  a:hover {
    color: #589000; }

[class*='col-'] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.b-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none; }

.col-1 {
  width: 100%; }

.col-2 {
  width: 50%; }

.col-3 {
  width: 33.33%; }

.col-4 {
  width: 25%; }

.col-5 {
  width: 20%; }

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190; }

a.btn_color1:hover {
  background-color: #C85A56; }

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0; }

a.btn_color2:hover {
  background-color: #999; }

input[type="text"] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

.outerWrap {
  position: relative; }

.wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto; }

#gmap {
  display: none;
  height: 400px; }

.label {
  padding: 5px 7px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); }
  
.language {
	position: relative;
	z-index: 1;
	margin-left: 5px;
}

.language > a {
	display: block;
	width: 170px;
	height: 40px;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.08em;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background-color: #3c3c3c;
}

.language ul {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
}

.language.show ul {
	top: 100%;
	opacity: 1;
	pointer-events: auto;
}

.language ul a {
	display: block;
	padding: 8px 5px;
	text-align: center;
	color: #fff;
	background-color: #ACC614;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.language ul a:hover {
	background-color: #a0b910;
}

.m_language {
	position: relative;
	z-index: 1;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

.m_language > a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.08em;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background-color: #3c3c3c;
}

.m_language ul {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
}

.m_language.show ul {
	top: 100%;
	opacity: 1;
	pointer-events: auto;
}

.m_language ul a {
	display: block;
	padding: 8px 5px;
	text-align: center;
	color: #fff;
	background-color: #ACC614;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m_language ul a:hover {
	background-color: #a0b910;
}
/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 48%;
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  -o-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .moduleBox.show {
    top: 50%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.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;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  .moduleMask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

/***↓↓↓購物車↓↓↓***/
.cartArea {
  width: 360px !important;
  border: 5px solid #ACC614;
  background-color: #fff; }
  .cartArea .wrap {
    position: relative;
    width: auto;
    padding: 40px 10px; }
  .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 30px;
      font-size: 14px;
      color: #fff;
      background-color: #215493; }
      .cartArea .countBox a.btn_pay:hover {
        background-color: #ACC614; }
  .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: 2px 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;
          font-weight: 400;
          line-height: 22px;
          color: #272727;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          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; }
  .orderCheckArea .wrap {
    position: relative;
    width: auto;
    padding: 40px 10px;
    text-align: center; }

#closeOrder,
#closeCart,
#closePrice,
#closeInquiry {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px; }

.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; }

@media screen and (max-width: 480px) {
  .cartArea,
  .orderCheckArea {
    width: 300px !important; }
  #closeOrder,
  #closeCart,
  #closePrice,
  #closeInquiry {
    top: 5px;
    font-size: 25px; } }

/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea {
  width: 300px !important;
  border: 5px solid #d8d8d8;
  background-color: #fff; }
  .loginArea .box {
    position: relative;
    padding: 40px 20px 20px 20px;
    background: #fff; }

a#closeLogin {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  color: #666; }

.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; }

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
/*手機menu*/
.m_menu {
  display: none; }

/*****banner******/
.bannerArea {
  clear: both;
  position: relative; }

.downMenu {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: -4px; }
  .downMenu li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    margin-bottom: 20px; }
    .downMenu li a {
      display: block;
      padding-right: 10px;
      font-size: 14px; }

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

.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; }

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  max-width: 100%;
  padding: 0; }

.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mainArea {
  padding-top: 30px;
  padding-bottom: 30px; }

.mainArea .contentBox {
  clear: both; }

.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  padding: 10px 0px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.03em; }

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

/*類別*/
.m_classLink {
  display: none; }

.classBox {
  padding-top: 65px;
  padding-bottom: 30px; }

.classLink {
  text-align: center; }
  .classLink li {
    display: inline-block;
    margin-bottom: 10px; }
  .classLink a {
    position: relative;
    display: block;
    min-width: 140px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.07em;
    background-color: #ACC614;
    color: #215493;
    margin: 0 3px;
    padding: 5px 30px; }
    .classLink a:hover {
      color: #ACC614;
      background-color: #215493; }
    .classLink a.current {
      color: #ACC614;
      background-color: #215493; }

/*標籤*/
.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 #51649A;
    font-size: 13px;
    color: #51649A; }
    .tagBox a:hover {
      color: #fff;
      background-color: #51649A; }
    .tagBox a.current {
      color: #fff;
      background-color: #51649A; }
      .tagBox a.current:before {
        content: "\f00d";
        margin-right: 5px;
        font-family: FontAwesome;
        font-size: 12px; }

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

/******頁籤*******/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  .tab a {
    display: block;
    width: 50%;
    font-size: 15px;
    padding: 12px 10px;
    color: #000000;
    text-align: center; }
    .tab a.current {
      background-color: #ACC614;
      color: #FFF; }

.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6; }
  .tabContent > li {
    display: none; }
  .tabContent .textEditor {
    margin: 0; }
  .tabContent .sectionTitle {
    display: none; }

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px; }
  .side_menu li {
    position: relative;
    border-bottom: 1px solid #e1e1e1; }
    .side_menu li > a {
      display: block;
      padding: 10px 15px;
      font-size: 14px; }
      .side_menu li > a.current {
        color: #fff;
        background-color: #8c8c8c; }
      .side_menu li > a b {
        margin-left: 10px;
        font-weight: 400;
        font-size: 13px;
        color: #808080; }
  .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;
    -webkit-box-shadow: 2px 2px 5px #c3c3c3;
    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;
    -webkit-box-shadow: 0 1px 1px #8d2121;
    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;
      -webkit-box-shadow: 1px 0 #f38a8a;
      box-shadow: 1px 0 #f38a8a; }
    .side_booking a:hover {
      -webkit-box-shadow: inset 0 3px 3px #8d2121;
      box-shadow: inset 0 3px 3px #8d2121; }

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px; }

.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -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 #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 {
  clear: both;
  display: none;
  margin-top: 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 {
    -webkit-box-shadow: 0 0 0 1px #22a00b;
    box-shadow: 0 0 0 1px #22a00b;
    border-top: 1px solid #e1ffa9;
    background: #a7e732; }
  .side_share .fb {
    -webkit-box-shadow: 0 0 0 1px #235c9b;
    box-shadow: 0 0 0 1px #235c9b;
    border-top: 1px solid #8DCFF5;
    background: #5da0ea; }

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0; }
  .side_news ul {
    margin-top: 20px; }
  .side_news li {
    margin-bottom: 25px; }
  .side_news .Img {
    float: left;
    width: 60px;
    margin-right: 12px;
    overflow: hidden; }
    .side_news .Img img {
      display: block;
      height: 60px; }
  .side_news .Txt {
    overflow: hidden; }
    .side_news .Txt a {
      display: block;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400; }
      .side_news .Txt a:hover {
        color: #ACC614; }
    .side_news .Txt b {
      display: block;
      margin-top: 5px;
      font-weight: 400;
      font-size: 12px;
      color: #999; }
  .side_news .sideNewsClass {
    margin-right: 5px; }

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd; }
  .captchaArea.unlocking .sliderBtn {
    -webkit-transition: none;
    -o-transition: none;
    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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  .sliderBtn::before {
    content: '\f105';
    position: absolute;
    top: 13px;
    left: 23px;
    color: #fff;
    font-size: 24px;
    font-family: FontAwesome;
    pointer-events: none; }

/**********適應性**********/
/************************/
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px; }
  .wrap {
    width: 100%;
    padding: 0 20px; }
  header {
    display: none; }
  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%; }
    .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 {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .m_menu .m_logo .left {
        padding-top: 10px;
        padding-bottom: 10px; }
      .m_menu .m_logo .icon-logo-phone {
        width: 42px;
        height: 54px; }
      .m_menu .m_logo img {
        display: block; }
      .m_menu .m_logo .right {
        padding-left: 10px; }
      .m_menu .m_logo .zh {
        font-size: 19px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 20px;
        color: #FFF; } }
      @media (max-width: 1180px) and (max-width: 480px) {
        .m_menu .m_logo .zh {
          font-size: 14px; } }

@media (max-width: 1180px) {
      .m_menu .m_logo .en {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.05em;
        color: rgba(255, 255, 255, 0.8); } }
      @media (max-width: 1180px) and (max-width: 480px) {
        .m_menu .m_logo .en {
          font-size: 12px; } }
      @media (max-width: 1180px) and (max-width: 350px) {
        .m_menu .m_logo .en {
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left;
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8); } }

@media (max-width: 1180px) {
      .m_menu .m_logo a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .m_menu .controlBox {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #215493;
      -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
      box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
      z-index: 99;
      padding-left: 50px;
      padding-right: 50px; } }
    @media (max-width: 1180px) and (max-width: 480px) {
      .m_menu .controlBox {
        padding-left: 20px;
        padding-right: 20px; } }

@media (max-width: 1180px) {
      .m_menu .controlBox a.main {
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        width: 46px;
        height: 46px;
        border: solid 1px #6E90B9;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .m_menu .controlBox a.main span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          margin-top: -0.5px;
          width: 26px;
          height: 1px;
          background-color: #6E90B9;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .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: #6E90B9;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .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);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          .m_menu .controlBox a.main.show span:after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .hideBox {
    /*手機menu內容*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    display: block;
    width: 100%;
    max-width: 450px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #F0F0F0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    -o-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    padding-top: 80px;
    padding-bottom: 40px; }
    .hideBox.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .hideBox .sp {
      display: none; }
  .phoneLinkBox {
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px; }
    .phoneLinkBox .phoneLinkBtn {
      display: block;
      width: calc(50% - 6px);
      height: 40px;
      font-size: 14px;
      font-weight: 100;
      letter-spacing: 0.08em;
      line-height: 40px;
      text-align: center;
      color: #FFF;
      margin-left: 3px;
      margin-right: 3px; }
      .phoneLinkBox .phoneLinkBtn:before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        margin-right: 10px; }
      .phoneLinkBox .phoneLinkBtn.inquiryBtn {
        background-color: #ACC614; }
        .phoneLinkBox .phoneLinkBtn.inquiryBtn:before {
          background-image: url(../images/icon1.png); }
      .phoneLinkBox .phoneLinkBtn.contactBtn {
        background-color: #215493; }
        .phoneLinkBox .phoneLinkBtn.contactBtn:before {
          background-image: url(../images/icon2.png); }
  .phoneSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    padding-bottom: 20px; }
    .phoneSocial a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      font-size: 15px;
      color: #4F4644;
      border-radius: 50%;
      background-color: white;
      -webkit-box-shadow: 0px 4px 3px 0px rgba(185, 185, 185, 0.48);
      box-shadow: 0px 4px 3px 0px rgba(185, 185, 185, 0.48);
      border-radius: 50%;
      margin-left: 3px;
      margin-right: 3px; }
      .phoneSocial a:hover {
        color: #215493; }
  .phoneCopyright {
    max-width: 350px;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto; }
    .phoneCopyright a {
      color: rgba(0, 0, 0, 0.5); }
  .searchBox_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 340px;
    padding: 20px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .searchBox_m input[type="text"] {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: inline-block;
      vertical-align: middle;
      width: 200px;
      height: 30px;
      background-color: transparent;
      outline: none;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: solid 1px #AAA; }
    .searchBox_m a {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 15px;
      text-align: center;
      color: #fff;
      background-color: #215493; }
  /*手機翻譯*/
  .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; }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    .nav li {
      width: calc(50% - 6px);
      background-color: #FFF;
      -webkit-box-shadow: 0px 2px 10px 0px rgba(85, 85, 85, 0.13);
      box-shadow: 0px 2px 10px 0px rgba(85, 85, 85, 0.13);
      margin-top: 3px;
      margin-left: 3px;
      margin-right: 3px;
      margin-bottom: 3px; }
    .nav a {
      position: relative;
      display: block;
      padding: 35px 10px;
      font-size: 16px;
      letter-spacing: 0.08em;
      line-height: 24px;
      text-align: center;
      z-index: 1; }
      .nav a:hover {
        color: #FFF; }
        .nav a:hover:before {
          opacity: 1; }
      .nav a:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        background-color: #215493;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        opacity: 0;
        z-index: -1; } }

@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px; }
  .bookingArea .title {
    display: none; }
  .bookingArea .bookingList,
  .bookingArea .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .bookingArea .bookingList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
    .bookingArea .bookingList li {
      margin-bottom: 15px; }
      .bookingArea .bookingList li:not(:first-child) {
        margin-left: 0; }
  .bookingArea input,
  .bookingArea select {
    width: 100%; }
  .bookingArea .btn a {
    padding: 12px; } }

@media (max-width: 767px) {
  /*bread*/
  .mainArea .titleBox .bread {
    display: none; }
  /*main*/
  .mainArea .cotentBox {
    padding: 20px 0; }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0; }
  /*footer*/
  .translateIbest {
    float: none; }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px; } }

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2,
  .marqueeArea ul li .date {
    display: none; }
  .mainArea .titleBox h2 {
    float: none; }
  ul.classLink {
    display: none; }
  .m_classLink {
    display: block;
    position: relative; }
    .m_classLink a.main {
      display: block;
      font-size: 15px;
      color: #222;
      border: 1px solid #CCC;
      position: relative;
      padding: 10px;
      border-radius: 5px;
      background: #eeeeee;
      /* IE6-9 */ }
      .m_classLink a.main b {
        font-weight: 500; }
      .m_classLink a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px; }
    .m_classLink ul {
      padding: 0;
      list-style: none;
      display: none;
      width: 100%;
      background: #FFF;
      border-radius: 5px;
      border: 1px solid #d1d1d1;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 99;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .m_classLink ul li {
        padding: 0; }
        .m_classLink ul li a {
          display: block;
          padding: 15px 10px;
          border-top: 1px solid #d1d1d1; }
        .m_classLink ul li:first-child a {
          border: none; } }

/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%; }
  .col-3 {
    float: none;
    width: 100%; }
  .col-4 {
    float: none;
    width: 100%; }
  .col-5 {
    float: none;
    width: 100%; } }

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

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden; }
  .imh_detail img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    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;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    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);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden; }
  .imh_zoom img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .imh_zoom:hover a:before {
    top: 50%; }
  .imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

/****圖示顏色****/
.newIcon_green {
  background: #abd85d; }

.newIcon_brown {
  background: #ed842e; }

.newIcon_pink {
  background: #f48daf; }

.newIcon_blue {
  background: #00b7ea; }

.newIcon_navy {
  background: #3f4c6b; }

.newIcon_orange {
  background: #ffa84c; }

.newIcon_gold {
  background: #eab92d; }

.newIcon_burgundyRed {
  background: #a90329; }

.newIcon_purple {
  background: #cb60b3; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.outerWrap {
  padding-top: 110px; }
  @media (max-width: 1180px) {
    .outerWrap {
      padding-top: 80px; } }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-right: 20px; }
  header.active:after {
    content: '';
    width: 106%; }
  header:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1; }
  header:after {
    content: '';
    position: absolute;
    top: 0;
    right: -5%;
    width: 71%;
    height: 100%;
    background-color: #FFF;
    -webkit-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: -1; }
  header .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header .logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .logo .left {
      padding-top: 25px;
      padding-bottom: 25px; }
    header .logo .icon-logo {
      width: 42px;
      height: 54px; }
    header .logo img {
      display: block; }
    header .logo .right {
      padding-left: 10px; }
    header .logo .zh {
      font-size: 19px;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 20px;
      color: #000; }
    header .logo .en {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.05em;
      color: #3d3d3d; }
    header .logo a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  header .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  header .topBtn {
    width: 170px;
    height: 40px;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.08em;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    margin-left: 5px; }
    header .topBtn:hover:before {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
    header .topBtn:before {
      content: '';
      display: inline-block;
      width: 14px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: top;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      margin-right: 10px; }
    header .topBtn.inquiryBtn {
      background-color: #ACC614; }
      header .topBtn.inquiryBtn:before {
        background-image: url(../images/icon1.png); }
    header .topBtn.contactBtn {
      background-color: #215493; }
      header .topBtn.contactBtn:before {
        background-image: url(../images/icon2.png); }
  header .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .menu > li {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }
    .menu > li > a {
      position: relative;
      display: block;
      font-family: "Noto Sans TC", sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.08em;
      color: #000000;
      padding-top: 23px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 23px; }
      .menu > li > a:hover, .menu > li > a.current {
        color: #215493; }
        .menu > li > a:hover:before, .menu > li > a.current:before {
          content: '';
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
      .menu > li > a:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #ACC614;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1); }
  .menu .submenu {
	  display: none;
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	  top: 100%;
	  z-index: 99;
	  width: 150px;
	  text-align: center;
  }
  .menu .submenu a {
  	display: block;
  	padding: 10px;
  	border-bottom: 1px solid #dadada;
  	font-size: 15px;
  	color: #666;
  	background-color: #fff;
  }
  .menu .submenu a:hover {
  	color: #fff;
  	background-color: #215493;
  }

.searchBox {
  position: relative;
  padding-top: 23px;
  padding-bottom: 23px; }
  .searchBox input {
    width: 110px;
    font-size: 14px;
    background-color: transparent;
    letter-spacing: -0.03em;
    line-height: 23px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #c0c0c0; }
  .searchBox .search {
    position: absolute;
    top: 23px;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center; }

.titleBox {
  position: relative; }
  .titleBox .en {
    font-size: 50px;
    letter-spacing: 0.02em;
    line-height: 50px;
    color: #215493;
    padding-bottom: 10px; }
    @media (max-width: 1180px) {
      .titleBox .en {
        font-size: 34px;
        line-height: 1.4; } }
  .titleBox .zh {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 42px; }
    @media (max-width: 1180px) {
      .titleBox .zh {
        font-size: 20px;
        line-height: 1.4; } }

footer {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px; }
  @media (max-width: 1180px) {
    footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: -5%;
    width: 43.5%;
    height: 100%;
    background-color: #f0f0f0;
    -webkit-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg);
    z-index: -1; }
    @media (max-width: 1180px) {
      footer:before {
        right: -20%;
        width: 60%; } }
    @media (max-width: 640px) {
      footer:before {
        right: -25%; } }
    @media (max-width: 480px) {
      footer:before {
        right: -30%;
        width: 70%; } }
  footer .topBox {
    border-bottom: 1px solid #cccccc; }
    @media (min-width: 1181px) {
      footer .topBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    footer .topBox > .left {
      padding-bottom: 30px; }
      @media (min-width: 1181px) {
        footer .topBox > .left {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; } }
    footer .topBox > .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (max-width: 1180px) {
        footer .topBox > .right {
          display: none; } }
      footer .topBox > .right > .btnBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  footer .searchBox {
    margin-left: 5px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 1180px) {
      footer .searchBox {
        display: none; } }
    footer .searchBox .search {
      top: 0; }
  footer .rightBtn {
    display: block;
    width: 170px;
    height: 40px;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.08em;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    margin-left: 5px; }
    footer .rightBtn:hover:before {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
    footer .rightBtn:before {
      content: '';
      display: inline-block;
      width: 14px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: top;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      margin-right: 10px; }
    footer .rightBtn.inquiryBtn {
      background-color: #ACC614; }
      footer .rightBtn.inquiryBtn:before {
        background-image: url(../images/icon1.png); }
    footer .rightBtn.contactBtn {
      background-color: #215493; }
      footer .rightBtn.contactBtn:before {
        background-image: url(../images/icon2.png); }
  footer .bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 35px; }
    @media (min-width: 861px) {
      footer .bottomBox {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 860px) {
      footer .bottomBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    footer .bottomBox > .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  footer .downLogo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 72px;
    height: 92px; }
  footer .footerInfo {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 26px;
    margin-top: -5px;
    padding-left: 20px; }
  footer .icon-logo {
    width: 42px;
    height: 54px;
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7); }
  footer .copyright {
    font-size: 12px;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.4); }
    footer .copyright a {
      font-size: 14px;
      letter-spacing: -0.03em;
      color: rgba(0, 0, 0, 0.4); }
  footer .footerSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px; }
    @media (min-width: 861px) {
      footer .footerSocial {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    footer .footerSocial a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      font-size: 15px;
      color: #4F4644;
      border-radius: 50%;
      background-color: white;
      -webkit-box-shadow: 0px 4px 3px 0px rgba(185, 185, 185, 0.48);
      box-shadow: 0px 4px 3px 0px rgba(185, 185, 185, 0.48);
      border-radius: 50%;
      margin-left: 3px;
      margin-right: 3px; }
      footer .footerSocial a:hover {
        color: #215493; }

.footerLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1180px) {
    .footerLinkList {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; } }
  .footerLinkList .open + .pageLinks {
    display: block; }
  @media (min-width: 1181px) {
    .footerLinkList li {
      width: 16.66%;
      padding-right: 20px; } }
  .footerLinkList .title {
    position: relative;
    padding-bottom: 5px; }
    @media (max-width: 1180px) {
      .footerLinkList .title {
        display: block;
        cursor: pointer;
        padding-top: 5px; }
        .footerLinkList .title.open:after {
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0); }
        .footerLinkList .title:before, .footerLinkList .title:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -1px;
          width: 12px;
          height: 2px;
          background-color: #000000;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          z-index: 1;
          pointer-events: none; }
        .footerLinkList .title:after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); } }
    .footerLinkList .title a {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.08em;
      line-height: 20px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      @media (max-width: 1180px) {
        .footerLinkList .title a {
          font-weight: 400; } }
      .footerLinkList .title a:hover {
        color: #215493; }
  .footerLinkList .pageLinks {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 20px;
    color: #585858; }
    @media (max-width: 1180px) {
      .footerLinkList .pageLinks {
        display: none; } }
    .footerLinkList .pageLinks > a {
      display: block; }
      .footerLinkList .pageLinks > a:hover {
        color: #215493; }

.inside .mainArea {
  background-color: #F0F0F0; }

.inside .bannerArea img {
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover; }

.inside .bannerTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .inside .bannerTxt .item {
    width: 100%;
    max-width: 1260px;
    text-align: right;
    margin-left: auto;
    margin-right: auto; }
  .inside .bannerTxt .t1 {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 50px;
    color: #FFF;
    padding-bottom: 8px; }
    @media (max-width: 1180px) {
      .inside .bannerTxt .t1 {
        font-size: 36px;
        line-height: 36px; } }
  .inside .bannerTxt .t2 {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: #FFF; }
    @media (max-width: 1180px) {
      .inside .bannerTxt .t2 {
        font-size: 20px; } }

.bread {
  text-align: right;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #585858; }
  .bread a {
    font-weight: 300;
    color: #585858; }
    .bread a:hover {
      color: #ACC614; }

.goTop {
  position: relative;
  font-weight: 100;
  line-height: 25px;
  text-align: center;
  background-color: #215493;
  color: #FFF;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px; }
  .goTop:hover {
    background-color: #ACC614; }
  .goTop:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 25px;
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top; }

iframe {
  max-width: 100%; }
.page404 .mainArea {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 460px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .page404 .mainArea > .top {
    font-size: 17px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 20px; }
  .page404 .mainArea > .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page404 .mainArea > .bottom a {
      position: relative;
      font-size: 17px;
      margin-left: 5px;
      margin-right: 5px;
      padding: 5px;
      white-space: nowrap; }
      .page404 .mainArea > .bottom a:not(:first-child):before {
        content: '/';
        position: absolute;
        top: 50%;
        left: -9px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px; }