﻿@charset "utf-8";

/* =====================================
   全域
===================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Roboto&display=swap");

body {
  font-family: "Noto Sans TC", "Roboto", sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 1.8em;
}
a {
  color: #00a1e9;
}
a:hover {
  text-decoration: none;
  color: #ff8618;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
::selection {
  background-color: #333;
  color: #fff;
}
@font-face {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  src: local("Fjalla One"),
    url("../../static/fonts/FjallaOne-Regular.woff") format("woff");
}

/*************************
Typography 
**************************/
@media only screen and (min-width: 1501px) {
  .container {
    width: 1500px;
    padding: 0;
    position: relative;
  }
}
.font1 {
  color: #e01b0b;
  font-weight: bold;
}
.font2 {
  font-size: 14px;
  line-height: 24px;
  color: #df0500;
}
.font3 {
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
}
.udline {
  display: inline-block;
  position: relative;
  padding: 0 3px;
  color: #093171;
}
.udline:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: -1;
  background: #ee2b2b;
}
ul.ulset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.itemarea {
  width: 100%;
  float: left;
}
.l-wrapper-small {
  width: 100%;
  max-width: 990px;
  padding: 0 1.875rem;
  margin: 0 auto;
}
/*表單*/
.input-txt {
  position: relative;
  overflow: hidden;
}
.form-group .ti-label {
  width: 100%;
  color: #000;
  font-weight: normal;
  line-height: 25px;
  padding-left: 5px;
}
.form-group .ti-label span {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  color: #ed1c24;
  margin-right: 5px;
}

.form-button {
  text-align: center;
}
.form-button .button {
  margin: 0 5px;
}
.box-txt {
  border: 1px solid #ddd;
  outline: none;
  padding: 4px 10px;
  font-size: 1em;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.box-txt.full {
  width: 100%;
}

.box-txt.txtarea {
  height: 150px;
  width: 100%;
}
.box-txt.mgTop {
  margin-top: 10px;
}
.box-txt:focus {
  border-color: #0072bc;
  -webkit-box-shadow: 0 0 1px #0072bc;
  box-shadow: 0 0 1px #0072bc;
}
.box-txt::-webkit-input-placeholder {
  color: #aaa;
}
.box-txt::-moz-placeholder {
  color: #aaa;
}
.box-txt:-ms-input-placeholder {
  color: #aaa;
}
.box-txt:-moz-placeholder {
  color: #aaa;
}
input[type="radio"] {
  margin-left: 10px;
}
input[type="radio"] + label {
  display: inline-block;
  margin: 0;
  padding: 5px 5px;
  color: #999;
  cursor: pointer;
  width: auto;
  float: none;
}
input[type="radio"]:checked + label {
  cursor: default;
}
.form-control {
  height: 37px;
  border: 1px solid #ddd;
  outline: none;
  padding: 4px 10px 5px;
  font-size: 1em;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.form-control:focus {
  border-color: #0072bc;
  -webkit-box-shadow: 0 0 1px #0072bc;
  box-shadow: 0 0 1px #0072bc;
}
@media only screen and (max-width: 991px) {
  .form-style .half {
    float: none;
    width: 100%;
  }
  .form-style .half.left {
    padding-right: 0px;
  }
  .form-style .half.right {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .form-style .f-row {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 499px) {
  .form-style .f-row .tit,
  .form-style .f-row .content {
    display: block;
  }
  .form-style .f-row .content {
    width: 100%;
  }
  .form-button .button {
    width: 46%;
    margin: 0 2px;
    font-size: 0.95rem;
  }
  .form-button .button i {
    display: none;
  }
  .form-style .f-row .three-warp {
    margin: 0;
  }
  .form-style .f-row .three {
    width: 100%;
    margin: 5px 0 0;
    float: none;
  }
  .form-style ::-webkit-input-placeholder {
    font-size: 0.8rem;
  }
  .form-style ::-moz-placeholder {
    font-size: 0.8rem;
  }
  .form-style :-ms-input-placeholder {
    font-size: 0.8rem;
  }
  .form-style :-moz-placeholder {
    font-size: 0.8rem;
  }
}
.control-label {
  font-size: 16px;
  color: #767676;
}
.selectBox {
  margin: 0 0 5px 5px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.selectBox select {
  padding: 0 10px;
  width: auto;
  min-width: 200px;
  height: 30px;
  font-size: 16px;
  color: #767676;
  background-color: #fff;
  outline: none;
  line-height: 22px;
  border: 2px solid #c2ccd4;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.selectBox select option {
  color: #767676;
}
.selectBox select::-ms-expand {
  /* For IE10 */
  display: none;
}
.selectBox::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 7px;
  border-right: #c2ccd4 2px solid;
  border-bottom: #c2ccd4 2px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.selectBox:hover > select,
.selectBox:hover::after {
  color: #4993b0;
  border-color: #4993b0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
/* 按鈕-top */
.scrollToTop {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scrollToTop:hover {
  background: #88b4b9;
}
.scrollToTop i {
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .scrollToTop {
    bottom: 75px;
  }
}
@media (max-width: 360px) {
  .scrollToTop {
    bottom: 105px;
    right: 10px;
  }
}
@media (max-width: 320px) {
  .scrollToTop {
    bottom: 120px;
  }
}

/*************************
 Footer CSS
**************************/
#footer {
  float: left;
  width: 100%;
  margin: 15px 0 0;
  padding: 40px 0;
  background: #072b44;
  position: relative;
}
#footer .container {
  position: relative;
}

#footer .ftitle {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
}
.basic {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.basic span {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 0 0 0 23px;
  margin: 3px 0;
}
.basic span.add {
  background: url(../../static/img/placeholder.svg) no-repeat 4px 4px;
  background-size: auto 16px;
}
.basic span.phone {
  background: url(../../static/img/phone.svg) no-repeat 2px 4px;
  background-size: auto 16px;
}
.basic span.fax {
  background: url(../../static/img/printer.svg) no-repeat 2px 3px;
  background-size: auto 16px;
}
.basic span.mail {
  background: url(../../static/img/mail.svg) no-repeat 2px 6px;
  background-size: auto 12px;
}
.basic span A:link {
  color: #fff;
  text-decoration: none;
}
.basic span A:visited {
  color: #666;
  text-decoration: none;
}
.basic span A:hover {
  color: #88b4b9;
  text-decoration: none;
}
.copyright {
  display: inline-block;
  font-size: 13px;
  line-height: 1.8em;
  color: #fff;
  padding: 0;
  margin: 10px 0 0;
}

@media (max-width: 991px) {
  .basic {
    width: 100%;
    padding: 0;
  }
  .quicklink {
    float: left;
    width: 100%;
    padding: 25px 0 0;
  }
}
@media (max-width: 600px) {
  .quicklink {
    display: none;
  }
}
/*************************
******* home ******
**************************/
#page {
  width: 100%;
  display: inline-block;
  position: relative;
}
#content img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
/*************************
******* inews ******
**************************/
#inews {
  width: 100%;
  display: inline-block;
  padding: 0;
  position: relative;
  z-index: 10;
}
#inews .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 0;
  background: #fff;
  position: relative;
}

.inewstitle {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}
.inewstitle::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 2px;
  width: 100%;
  background-color: #072b44;
}

#inews h3.tit {
  width: 100%;
  font-size: 3.4rem;
  color: #333;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#inews div.cht {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 24px;
  color: #072b44;
  background-color: #fff;
  font-weight: 700;
  position: relative;
}
#inews div.cht span {
  font-size: 3.4rem;
  display: inline-block;
}
#inews a.more2 {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-left: 10px;
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.3s;
  background: #072b44 url(../../static/img/plus.svg) no-repeat center center;
  background-size: auto 13px;
}
#inews a:hover.more2 {
  color: #fff;
  text-decoration: none;
  background: #55a5df url(../../static/img/plus.svg) no-repeat center center;
  background-size: auto 13px;
}
.inewslist {
  display: inline-block;
  margin: 0 auto;
}
.inewslist dl {
  display: flex;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.inewslist dt {
  width: 120px;
  display: block;
  font-size: 16px;
  color: #a3a3a3;
}
.inewslist dd {
  flex: 1;
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  font-size: 18px;
  line-height: 1.8em;
  color: #333;
}
.inewslist dd a {
  color: #333;
}
.inewslist dd a:hover {
  color: #55a5df;
}

@media (min-width: 991px) and (max-width: 1299px) {
}
@media (max-width: 991px) {
  #inews .container {
    padding: 40px 2.5%;
    margin-top: 0;
  }
  #inews div.cht span {
    font-size: 2.5rem;
  }
  #inews a.more2 {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 768px) {
  .inewstitle {
    margin-bottom: 25px;
    width: 100%;
  }
  .inewslist {
    float: left;
    width: 100%;
    padding: 0;
  }
  .inewslist dl {
    margin: 0;
    padding: 7px 0;
    border-top: 1px dotted #dedede;
  }
  .inewslist dt {
    font-size: 15px;
  }
  .inewslist dd {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inewslist dt {
    padding: 0;
    font-size: 14px;
  }
  .inewslist dd {
    width: 100%;
    padding: 0;
  }
}
/*************************
******* ivideo ******
**************************/
#ivideo {
  width: 100%;
  display: inline-block;
  padding: 50px 0;
  position: relative;
}
#ivideo h3.tit {
  width: 100%;
  font-size: 3.4rem;
  color: #333;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}
#ivideo h3.tit span.cht {
  display: inline-block;
  font-size: 24px;
  color: #55a5df;
  line-height: 1.3em;
  margin: 0 0 0 35px;
  padding: 0;
  position: relative;
}
#ivideo h3.tit span.cht:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: -34px;
  width: 18px;
  height: 18px;
  border: none;
  border-right: 1px solid #55a5df;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

#ivideo ul.ivideolist {
  float: left;
  width: 100%;
  margin: 25px 0 10px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 40px 35px;
  grid-template-columns: repeat(3, 1fr);
}
#ivideo ul.ivideolist li {
  display: block;
  transition: all 0.3s;
}
#ivideo ul.ivideolist li p.text1 {
  display: block;
  width: 100%;
  margin: 12px 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5em;
  color: #333;
  text-align: center;
}

#ivideo ul.ivideolist li .video-container {
  position: relative;
  padding-bottom: 62.5%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
#ivideo ul.ivideolist li .video-container iframe,
#ivideo ul.ivideolist li .video-container object,
#ivideo ul.ivideolist li .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 991px) and (max-width: 1299px) {
}
@media (max-width: 991px) {
  #ivideo {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  #ivideo ul.ivideolist li p.text1 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #ivideo ul.ivideolist {
    margin: 15px 0 10px;
    gap: 20px 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  #ivideo ul.ivideolist li p.text1 {
    font-size: 16px;
    line-height: 1.6em;
  }
}
/*************************
******* iabout ******
**************************/
#iabout {
  display: block;
  width: 100%;
  padding: 50px 0 70px;
}
/* #iabout:before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  clip-path: polygon(100% 0, 0 0, 100% 60%);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 60%);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
} */
#iabout .info {
  float: left;
  width: 50%;
  position: relative;
  margin: 0;
  padding: 20px 5% 20px 1%;
}
#iabout h3.tit {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  padding: 0;
}
#iabout h3.tit::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 2px;
  width: 100%;
  background-color: #072b44;
}
#iabout h3.tit span.cht {
  z-index: 1;
  display: block;
  padding: 0 20px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #072b44;
  background-color: #fff;
}
/* #iabout h3.tit span.cht:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: -34px;
  width: 18px;
  height: 18px;
  border: none;
  border-right: 1px solid #55a5df;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
} */
#iabout .info .text {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
}
#iabout .info a.more {
  float: left;
  margin-top: 15px;
  padding: 7px 40px 7px 25px;
  font-size: 15px;
  line-height: 1.6em;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
  background: #072b44 url(../../static/img/right-arrow.svg) no-repeat 80% 14px;
  background-size: auto 9px;
  border-radius: 50px;
}
#iabout .info a:hover.more {
  color: #fff;
  text-decoration: none;
  background: #55a5df url(../../static/img/right-arrow.svg) no-repeat 85% 14px;
  background-size: auto 9px;
}
#iabout .pic {
  float: right;
  width: 50%;
  position: relative;
  margin: 25px 0 0;
  padding-top: 30%;
  transition: all 0.3s;
  -webkit-box-shadow: 7px 7px 0px rgba(88, 88, 88, 0.2);
  box-shadow: 7px 7px 0px rgba(88, 88, 88, 0.2);
}
#iabout .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* #iabout .pic:before {
  content: "";
  position: absolute;
  bottom: -85px;
  left: -60px;
  width: 100%;
  height: 160px;
  z-index: 1;
  background: url(../../static/img/img3.svg) no-repeat left 0;
  background-size: auto 160px;
} */
@media (min-width: 992px) and (max-width: 1299px) {
  #iabout .info {
    padding: 0 5% 5px 1%;
  }
}
@media (max-width: 991px) {
  #iabout:before {
    height: 90px;
  }
  #iabout .info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 3% 0;
  }
  #iabout .pic {
    float: left;
    width: calc(100% - 6%);
    margin: 40px 3% 0;
    padding-top: 60%;
  }
  #iabout h3.tit span.cht {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
  #iabout .info {
    padding: 5px 0 0;
  }
  #iabout .pic {
    width: 100%;
    margin: 40px 0 0;
    padding-top: 60%;
  }
  #iabout .pic:before {
    bottom: -85px;
    left: -10px;
    height: 100px;
    background: url(../../static/img/img3.svg) no-repeat left 0;
    background-size: auto 100px;
  }
}

/*************************
******* iroom ******
**************************/
#iroom {
  width: 100%;
  display: inline-block;
  padding: 60px 0;
  position: relative;
}
#iroom h3.tit {
  position: relative;
  width: 100%;
  font-size: 3.4rem;
  color: #333;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}
#iroom h3.tit::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 2px;
  width: 100%;
  background-color: #072b44;
}
#iroom h3.tit span.cht {
  display: inline-block;
  padding: 0 20px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #072b44;
  background-color: #fff;
  position: relative;
}

#iroom .iroomlist {
  position: relative;
  width: 100%;
  margin: 30px 0 50px 0;
  padding: 32px 16px;
  display: flex;
  border: 2px solid #88b4b9;
  border-radius: 5px;
  box-shadow: 7px 7px 0px rgba(88, 88, 88, 0.2);
}
/* #iroom .iroomlist:last-child {
  padding: 0;
  background: none;
} */
#iroom .iroomlist .info {
  width: 25%;
  margin: 0;
}
/* #iroom .iroomlist:nth-child(odd) .info {
  float: right;
  width: 25%;
  margin: 0;
} */
#iroom .iroomlist .info h3.title {
  display: inline-block;
  width: 100%;
  margin: 8px 0 0;
  padding: 0;
  font-size: 2.2rem;
  line-height: 1.3em;
  color: #333;
  font-weight: 600;
}
#iroom .iroomlist .info h3.title A:link {
  color: #333;
  text-decoration: none;
}
#iroom .iroomlist .info h3.title A:visited {
  color: #333;
  text-decoration: none;
}
#iroom .iroomlist .info h3.title A:hover {
  color: #33afeb;
  text-decoration: none;
}
#iroom .iroomlist .info p.type {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: fit-content;
  padding: 4px 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: #88b4b9;
  border-radius: 3px;
}
#iroom .iroomlist .info p.text {
  float: left;
  width: 100%;
  display: -webkit-box;
  margin: 12px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6em;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
#iroom .iroomlist ul {
  width: 75%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(3, 1fr);
}
#iroom .iroomlist li {
  display: block;
  transition: all 0.3s;
  position: relative;
}
#iroom .iroomlist li .pic {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  transition: all 0.3s;
}
#iroom .iroomlist li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
#iroom .iroomlist li:hover img {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
#iroom .iroomlist li p.text1 {
  display: inline-block;
  margin: 0;
  padding: 8px 15px;
  font-size: 20px;
  background: #dadada96;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 8px 0 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#iroom .iroomlist li:hover p.text1 {
  background-color: #072b44;
}
#iroom .iroomlist li p.text1 a {
  color: #072b44;
}
#iroom .iroomlist li:hover p.text1 a {
  color: #fff;
}

@media (min-width: 991px) and (max-width: 1299px) {
}
@media (max-width: 991px) {
  #iroom h3.tit span.cht {
    font-size: 2.5rem;
  }
  #iroom .iroomlist {
    flex-direction: column;
  }
  #iroom .iroomlist .info,
  #iroom .iroomlist:nth-child(odd) .info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 5px 20px;
  }
  #iroom .iroomlist ul {
    width: 100%;
    gap: 40px 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  #iroom .iroomlist ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 頁碼 */
.pages {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0 0;
  margin: 25px 0 0;
}
.pagination {
  width: 100%;
  padding: 0;
  margin: 0;
}
.pagination > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  position: relative;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #797979;
  background-color: #ffffff;
  border: 1px solid #efefef;
  margin-left: -2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #0089c8;
  border-color: #0089c8;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3a758c;
  border-color: #3a758c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  cursor: not-allowed;
}

.pagenum2 {
  float: left;
  width: 100%;
  padding: 50px 0 15px;
  border-top: 1px solid #e3e3e3;
  text-align: center;
}
.pagenum2 a {
  padding: 13px 35px 13px 62px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
  background: #072b44 url(../../static/img/left-arrow1.svg) no-repeat 37px 18px;
  background-size: auto 14px;
}
.pagenum2 a:hover {
  color: #fff;
  text-decoration: none;
  background: #55a5df url(../../static/img/left-arrow1.svg) no-repeat 32px 18px;
  background-size: auto 14px;
}
/*************************
******* Banner ******
**************************/
.pbanner {
  width: 100%;
  display: inline-block;
  margin-top: 100px;
  padding: 80px 0;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
.pbanner.about {
  background: #f9f6ef url(../../static/img/aboutbg.jpg) no-repeat center center;
  background-size: cover;
}
.pbanner.build {
  background: #f9f6ef url(../../static/img/buildbg.jpg) no-repeat center center;
  background-size: cover;
}
.pbanner.manage {
  background: #f9f6ef url(../../static/img/managebg.jpg) no-repeat center center;
  background-size: cover;
}
.pbanner.news {
  background: #f9f6ef url(../../static/img/newsbg.jpg) no-repeat center center;
  background-size: cover;
}
.pbanner.video {
  background: #f9f6ef url(../../static/img/videobg.jpg) no-repeat center center;
  background-size: cover;
}
.pbanner.faq {
  background: #f9f6ef url(../../static/img/faqbg.jpg) no-repeat center center;
  background-size: cover;
}
.pbanner.download {
  background: #f9f6ef url(../../static/img/downloadbg.jpg) no-repeat center
    center;
  background-size: cover;
}
.pbanner.contact {
  background: #f9f6ef url(../../static/img/contactbg.jpg) no-repeat center
    center;
  background-size: cover;
}
.pbanner:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.pbanner:before {
  content: "";
  width: 1px;
  height: 26%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.pbanner .title {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0;
  z-index: 2;
}
.pbanner h2 {
  display: inline-block;
  width: 100%;
  font-size: 2em;
  line-height: 1.4em;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .pbanner {
    margin-top: 60px;
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .pbanner h2 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}
@media (max-width: 600px) {
  .pbanner {
    margin-top: 60px;
    padding: 40px 0;
  }
}

/*************************
*******內頁選單
**************************/
.pageleft {
  width: 250px;
  padding: 6px 0 0;
  font-size: 16px;
}
ul.mtree {
  opacity: 0;
  margin-left: 0;
  padding: 0;
}
ul.mtree ul {
  padding-left: 0;
}
ul.mtree li {
  list-style: none;
  padding: 0 0 4px;
}
ul.mtree a {
  display: block;
  text-decoration: none;
}
ul.mtree a:hover {
  text-decoration: none;
}
ul.mtree li > a.current {
  font-weight: bold;
  background-color: #0089c8 url(../../static/img/icon8.png) no-repeat 6px 19px;
  color: #fff;
}
ul.mtree li.mtree-node > a.current {
  font-weight: bold;
  background: #0089c8 url(../../static/img/icon8.png) no-repeat 6px 19px;
  color: #fff;
}
ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
ul.mtree.transit ul {
  margin-left: 0;
}
ul.mtree.transit ul > li {
  font-size: 15px;
  padding: 0;
  border: none;
}
ul.mtree.transit li.mtree-node {
  position: relative;
}
ul.mtree.transit li.mtree-node > a:before {
  color: #aaa;
  font-weight: normal;
  position: absolute;
  right: 10px;
}
ul.mtree.transit li.mtree-open > a:before {
  content: "-";
}
ul.mtree.transit li.mtree-closed > a:before {
  content: "+";
}
ul.mtree.transit ul > li:first-child {
  margin-top: 1px;
}
ul.mtree.transit li.mtree-open > a {
  background: #093171 url(../../static/img/icon7.png) no-repeat 8px 50%;
}
ul.mtree.transit li > a:hover,
ul.mtree.transit li.mtree-active > a {
  background: #88b4b9 url(../../static/img/icon7.png) no-repeat 10px 50%;
  color: #fff;
}
ul.mtree.transit li > a.current {
  font-weight: bold;
  background: #88b4b9 url(../../static/img/icon7.png) no-repeat 10px 50%;
  color: #fff;
}
ul.mtree.transit li.mtree-node > a.current:before {
  color: #fff;
}
ul.mtree.transit li.mtree-node:last-child > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.mtree.transit a {
  padding: 10px 0.5em 10px 1.5em;
  color: #666;
}
ul.mtree.transit li > a {
  background: #eee url(../../static/img/icon6.png) no-repeat 10px 50%;
  border-radius: 5px;
}
ul.mtree.transit li ul {
  padding: 0;
}
ul.mtree.transit li li > a {
  padding: 7px 0px 7px 1.5em;
  background: url(../../static/img/right1.svg) no-repeat 10px 17px;
  background-size: auto 7px;
  border-bottom: 1px dotted #ccc;
  color: #666;
}
ul.mtree.transit li li > a:hover {
  background: url(../../static/img/right2.svg) no-repeat 10px 17px;
  background-size: auto 7px;
  color: #00aeef;
}
ul.mtree.transit li li > a.current {
  background: url(../../static/img/right2.svg) no-repeat 10px 17px;
  background-size: auto 7px;
  color: #00aeef;
}
ul.mtree.transit li li.mtree-active > a {
  background: url(../../static/img/right2.svg) no-repeat 10px 17px;
  background-size: auto 7px;
  color: #00aeef;
}
ul.mtree.transit li li li > a {
  padding: 7px 0px 7px 1.8em;
  background: none;
  color: #666;
}
ul.mtree.transit li li li li > a {
  padding-left: 3.2em;
  background: none;
  color: #666;
}
ul.mtree.transit li li li li li > a {
  padding-left: 4em;
}
ul.mtree.transit li li li > a:hover {
  background-image: none;
}
@media (max-width: 991px) {
  .pageleft {
    float: left;
    width: 100%;
    margin: 0 0 35px;
  }
  ul.mtree {
    padding: 0;
  }
}
/*********************************************************************************/
/* imagelightbox                                                                 */
/*********************************************************************************/

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;

  -ms-touch-action: none;
  touch-action: none;

  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
}

/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em; /* 10 */
  margin: -1.25em 0 0 -1.25em; /* 20 */

  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
}
#imagelightbox-loading div {
  width: 1.25em; /* 20 */
  height: 1.25em; /* 20 */
  background-color: #fff;

  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}

/* OVERLAY */

#imagelightbox-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* "CLOSE" BUTTON */

#imagelightbox-close {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em; /* 40 */
  right: 2.5em; /* 40 */

  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* CAPTION */

#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em; /* 10 */
}

/* NAVIGATION */

#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em; /* 60 */
  padding: 0.313em; /* 5 */

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#imagelightbox-nav button {
  width: 1em; /* 20 */
  height: 1em; /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active {
  background-color: #fff;
}

/* ARROWS */

.imagelightbox-arrow {
  width: 3em; /* 60 */
  height: 7em; /* 120 */
  background-color: #444;

  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  display: none !important;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
  background-color: #111;
}
.imagelightbox-arrow-left {
  left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
  right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em; /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 41.25em) /* 660 */ {
  #container {
    width: 100%;
  }
  #imagelightbox-close {
    top: 1.25em; /* 20 */
    right: 1.25em; /* 20 */
  }
  #imagelightbox-nav {
    bottom: 1.25em; /* 20 */
  }

  .imagelightbox-arrow {
    width: 2.5em; /* 40 */
    height: 3.75em; /* 60 */
    margin-top: -2.75em; /* 30 */
  }
  .imagelightbox-arrow-left {
    left: 1.25em; /* 20 */
  }
  .imagelightbox-arrow-right {
    right: 1.25em; /* 20 */
  }
}

@media only screen and (max-width: 20em) /* 320 */ {
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}
