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

.contentBox .leftBox {
  padding: 0 50px 0 0; }

.contentBox .rightBox {
  padding: 0; }

.classNote {
  max-width: 690px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 25px;
  color: #4A4A4A;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px; }

/******內頁******/
.contentBox .leftBox h3 {
  margin: 10px 0 20px 0;
  border: none; }

.contentBox .rightBox h3.title {
  color: #1c689c;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 15px;
}

.contentBox .Img img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1180px) {
 .contentBox .Img img {
  height: 350px;
  }
}

.contentBox .link {
  margin-bottom: 40px; }
  .contentBox .link a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    color: #FFF;
    -webkit-box-shadow: 2px 2px 2px #CCC;
    box-shadow: 2px 2px 2px #CCC;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0; } }

.topInfoBox {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px; }

.roomList {
  position: relative;
  z-index: 1; }
  .roomList li {
    padding-top: 70px;
    padding-bottom: 70px; }
    @media (min-width: 1181px) {
      .roomList li:nth-of-type(odd) .Txt:before {
        right: 0; }
      .roomList li:nth-of-type(even) .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse; }
      .roomList li:nth-of-type(even) .Txt:before {
        left: 0; } }
    @media (max-width: 1180px) {
      .roomList li {
        padding-top: 0;
        padding-bottom: 40px; } }
  .roomList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1180px) {
      .roomList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 650px;
        border: solid 2px #005490;
        margin-left: auto;
        margin-right: auto; } }
  .roomList .Img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 650px; }
    .roomList .Img:hover img {
      -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.3); }
  .roomList img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .roomList .Txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 75px;
    padding-right: 75px; }
    @media (max-width: 1180px) {
      .roomList .Txt {
        max-width: 650px;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px; } }
    .roomList .Txt:before {
      content: '';
      position: absolute;
      height: 100%;
      border: solid 2px #005490;
      z-index: -1; }
      @media (min-width: 1181px) {
        .roomList .Txt:before {
          top: 35px;
          width: calc(100% + 130px); } }
      @media (max-width: 1180px) {
        .roomList .Txt:before {
          top: 0;
          left: 0;
          width: 100%;
          display: none; } }
  .roomList .title {
    position: relative;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #005490;
    padding-left: 25px; }
    .roomList .title:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 15px;
      height: 1px;
      background-color: #005490; }
  .roomList .ellipsis {
    max-height: 75px;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    margin-top: 10px; }
  .roomList .price {
    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;
    color: #005490;
    padding-top: 10px;
    padding-bottom: 20px; }
    .roomList .price:before {
      content: '';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 1px;
      background-color: #005490;
      margin-right: 15px; }
    .roomList .price span {
      font-family: "Poppins", sans-serif;
      font-size: 25px;
      font-weight: 300;
      letter-spacing: 0.05em;
      padding-right: 5px; }
  .roomList .moreBtn {
    display: block;
    width: 185px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    background-color: #FFF;
    border: solid 2px #005490;
    color: #005490;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: 50px; }
    .roomList .moreBtn:hover {
      background-color: #005490;
      border-color: #005490;
      color: #FFF;
      padding-right: 60px; }


@media (max-width: 640px) {
  .roomList .moreBtn {
    margin-top: 20px;
  }
}

.roomList .titleBox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 20px; }
    @media (max-width: 1180px) {
      .roomList .titleBox {
        padding-bottom: 30px; } }
    @media (max-width: 640px) {
      .roomList .titleBox {
        padding-bottom: 10px; } }
    .roomList .titleBox .en {
      font-family: "Oswald", sans-serif;
      font-size: 60px;
      letter-spacing: 0;
      line-height: 80px;
      color: #4A4A4A;
      padding-bottom: 10px; }
      @media (max-width: 1180px) {
        .roomList .titleBox .en {
          font-size: 50px;
          line-height: 1;
          padding-bottom: 10px; } }
      @media (max-width: 640px) {
        .roomList .titleBox .en {
          font-size: 32px;
          padding-bottom: 0px; } }
      .roomList .titleBox .en span {
        font-weight: 600;
        color: #005490; }
        @media (min-width: 1181px) {
          .roomList .titleBox .en span {
            display: block; } }
        @media (max-width: 1180px) {
          .roomList .titleBox .en span {
            margin-right: 10px; } }
    .roomList .titleBox .tw {
      font-size: 25px;
      font-weight: 500;
      letter-spacing: 0.06em;
      color: #4A4A4A; }
      @media (max-width: 640px) {
        .roomList .titleBox .tw {
          font-size: 20px; } }


.textEditor .contentBuilder .imgFull img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

.textEditor .contentBuilder .column {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 640px) {
  .textEditor .contentBuilder .imgFull img {
    height: 300px;
  }

.textEditor .contentBuilder .column {
  padding-left: 0;
  padding-right: 0;
  }

[class^='g-'] {
  padding: 0;
}

.side_album {
  margin-bottom: 0;
}

.backBtn {
  margin-top: 0;
  margin-bottom: 10px;
}

}



.textEditor th {
  font-weight: 500;
  background-color: none;
  background: none;
  color: #000;
  }
.textEditor td {
  text-align: center;
  }