@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Muli:300,400,700|Noto+Sans+TC:100,300,400&display=swap");
@media (max-width: 1366px) {
  .leftSideBox.inside {
    width: 60px; } }

.mainArea.ins {
  position: relative;
  z-index: 1; }
  @media (min-width: 1181px) {
    .mainArea.ins {
      margin-top: -200px; } }
  @media screen and (min-width: 1181px) and (max-width: 1366px) {
    .mainArea.ins {
      margin-top: -150px; } }
  .mainArea.ins .wrap {
    max-width: 1366px; }
    @media (max-width: 1366px) {
      .mainArea.ins .wrap {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 740px) {
      .mainArea.ins .wrap {
        padding-left: 20px;
        padding-right: 20px; } }

.mainArea.inner {
  background-color: #f5f5f5; }

.bannerBox {
  overflow: hidden; }
  @media (min-width: 1366px) {
    .bannerBox:after {
      content: '';
      position: absolute;
      right: -100px;
      bottom: 50px;
      width: 430px;
      height: 400px;
      background-image: url(../images/fac04.png);
      z-index: 1; } }
  .inside .bannerBox {
    margin-bottom: 30px; }

.facList li {
  margin-bottom: 100px; }
  @media (max-width: 980px) {
    .facList li {
      margin-bottom: 60px; } }
  @media (max-width: 740px) {
    .facList li {
      margin-bottom: 20px; } }
  @media (min-width: 981px) {
    .facList li:nth-of-type(2n+2) .item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; } }
  @media (min-width: 981px) {
    .facList li:nth-of-type(2n+2) .Txt {
      padding-left: 30px;
      padding-right: 100px; } }
  @media screen and (min-width: 981px) and (max-width: 1366px) {
    .facList li:nth-of-type(2n+2) .Txt {
      padding-right: 60px; } }
  @media (min-width: 981px) {
    .facList li:nth-of-type(2n+2) .floor {
      left: auto;
      right: -40px; } }
  .facList li:hover .floor {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3), 0px 1px 30px 0.6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3), 0px 1px 30px 0.6px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    color: #A32135; }

.facList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 980px) {
    .facList .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 765px;
      margin-left: auto;
      margin-right: auto; } }

.facList .Img {
  position: relative;
  overflow: hidden; }
  @media (min-width: 981px) {
    .facList .Img {
      width: 56%;
      max-width: 765px; } }
  .facList .Img img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.facList .Txt {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  padding-left: 100px; }
  @media (min-width: 981px) {
    .facList .Txt {
      width: 44%;
      max-width: 520px;
      border-bottom: solid 1px #e5e5e5; } }
  @media (max-width: 1366px) {
    .facList .Txt {
      padding-top: 60px;
      padding-left: 60px;
      padding-bottom: 20px; } }
  @media (max-width: 980px) {
    .facList .Txt {
      padding: 40px;
      -webkit-box-shadow: 0px 10px 30px 0.6px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 10px 30px 0.6px rgba(0, 0, 0, 0.05); } }

.facList .floor {
  position: absolute;
  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: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #1b1b1b;
  -webkit-box-shadow: 0px 0px 0px 10px #b5b5b5;
  box-shadow: 0px 0px 0px 10px #b5b5b5;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #ffffff; }
  @media (min-width: 981px) {
    .facList .floor {
      top: 100px;
      left: -37px; } }
  @media screen and (min-width: 741px) and (max-width: 980px) {
    .facList .floor {
      left: 80%;
      top: -37px;
      margin-left: -37px; } }
  @media (max-width: 740px) {
    .facList .floor {
      width: 60px;
      height: 60px;
      right: 10px;
      bottom: calc(100% + 10px);
      background-color: #FFF;
      -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3), 0px 1px 30px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3), 0px 1px 30px 5px rgba(0, 0, 0, 0.1);
      color: #111; } }

.facList h2.en {
  margin-bottom: 5px; }
  .facList h2.en a {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #111; }

.facList h2.tw a {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.05em; }

.facList .ellipsis {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 25px;
  color: #111;
  margin-top: 15px;
  margin-bottom: 15px; }

.facList .moreBtn {
  margin-top: 8px;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #111;
  z-index: 1;
  margin-top: 50px; }
  .facList .moreBtn:hover {
    color: #A32135; }
    .facList .moreBtn:hover:after {
      background-color: #A32135; }
  .facList .moreBtn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150%;
    height: 200%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1; }
  .facList .moreBtn:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.sideClass {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 90; }
  @media (max-width: 740px) {
    .sideClass {
      display: none; } }
  .sideClass li:not(:first-child) {
    border-top: solid 1px #FFF; }
  .sideClass a {
    display: block;
    width: 40px;
    height: 134px;
    font-weight: 100;
    letter-spacing: 0.25em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #ffffff; }
    .sideClass a:hover {
      width: 60px;
      line-height: 60px; }
    .sideClass a:first-child {
      background-color: #111; }
    .sideClass a:last-child {
      background-color: #535353; }

.mClassBox {
  margin-bottom: 30px; }
  @media (min-width: 741px) {
    .mClassBox {
      display: none; } }

.infoBox > .floor {
  position: absolute;
  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;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5), 0px 1px 30px 0.6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5), 0px 1px 30px 0.6px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #111; }
  @media (min-width: 1181px) {
    .infoBox > .floor {
      top: 50%;
      left: -47px;
      margin-top: -47px; } }
  @media (max-width: 1180px) {
    .infoBox > .floor {
      top: -114px;
      right: 20px; } }
  @media (max-width: 740px) {
    .infoBox > .floor {
      top: -190px;
      right: 15px;
      width: 75px;
      height: 75px;
      font-size: 22px;
      -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.5), 0px 1px 30px 0.6px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.5), 0px 1px 30px 0.6px rgba(0, 0, 0, 0.3); } }
  .infoBox > .floor span {
    font-size: 13px;
    letter-spacing: 0.025em;
    color: #454545; }
    @media (max-width: 740px) {
      .infoBox > .floor span {
        font-size: 12px; } }

.infoBox .infoWrap {
  max-width: 530px; }

.infoBox .titleBox .en {
  font-size: 40px;
  font-weight: 400; }
  .infoBox .titleBox .en span {
    font-weight: 400; }

.infoBox .titleBox .tw {
  margin-top: 10px; }

.infoBox .info {
  margin-top: 30px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #454545; }
  @media (max-width: 480px) {
    .infoBox .info br {
      display: none; } }

.infoBox .btnBox {
  margin-top: 40px; }

.infoBox .viewBtn {
  position: relative;
  display: block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  letter-spacing: 0.15em;
  color: #FFF;
  text-align: center;
  background-color: #1b1b1b; }
  .infoBox .viewBtn:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 36px;
    background-image: url(../images/eye.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top; }

.infoBox .mid {
  margin-top: 45px;
  overflow: hidden; }
  .infoBox .mid > div {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #666666;
    border-bottom: 1px solid #ededed;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-bottom: 30px; }
  .infoBox .mid h2 {
    margin-left: -18px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #A32135; }
    .infoBox .mid h2:before {
      content: '．';
      position: relative;
      display: inline-block; }

.infoBox .bottom h4 {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 25px; }

.infoBox .bottom .textEditor {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 25px;
  color: #111;
  line-height: 28px; }
