/* CSS Document */
.facList .Img img, .facList .Img, .classNote .btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.classNoteWrap {
  margin-top: 40px;
}

.classNote {
  display: none;
  font-size: 15px;
  line-height: 1.8;
  color: #222222;
}
.classNote.current {
  display: block;
}
.classNote .contentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .classNote .contentList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.classNote .contentItem {
  width: 33.3333333333%;
  padding: 0 70px;
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 1680px) {
  .classNote .contentItem {
    padding: 0 35px;
  }
}
@media (max-width: 1440px) {
  .classNote .contentItem {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .classNote .contentItem {
    width: 100%;
    border-right: transparent;
    padding-bottom: 65px;
  }
}
@media (max-width: 420px) {
  .classNote .contentItem {
    padding: 0 0 65px;
  }
}
.classNote .contentItem:first-child {
  padding-left: 0;
}
@media (max-width: 1023px) {
  .classNote .contentItem:first-child {
    padding-left: 20px;
  }
}
@media (max-width: 420px) {
  .classNote .contentItem:first-child {
    padding-left: 0;
  }
}
.classNote .contentItem:last-child {
  border-right: transparent;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .classNote .contentItem:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 420px) {
  .classNote .contentItem:last-child {
    padding-right: 0;
  }
}
.classNote .titleBox {
  text-align: center;
}
.classNote .titleBox .icon {
  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;
  background: #222222;
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.classNote .titleBox .icon.camera svg {
  stroke: #ffffff;
  fill: none;
}
.classNote .titleBox svg {
  display: block;
  fill: #ffffff;
  width: 40px;
  height: 40px;
}
.classNote .titleBox h4 {
  font-size: 22px;
  font-weight: 300;
}
.classNote .contentDetail.time li {
  max-width: 300px;
  margin: 0 auto 15px;
  padding: 0 15px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}
@media (max-width: 1680px) {
  .classNote .contentDetail.time li {
    max-width: initial;
  }
}
@media (max-width: 1023px) {
  .classNote .contentDetail.time li {
    max-width: 300px;
  }
}
.classNote .contentDetail.time p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #222222;
}
.classNote .contentDetail.time p span {
  display: block;
  margin-right: auto;
  font-family: "Noto Sans TC";
  font-size: 14px;
}
.classNote .contentDetail.discount li {
  max-width: 330px;
  margin: 0 auto 15px;
  border-bottom: 2px dotted #b2b4b6;
  stroke-dasharray: 8;
}
.classNote .contentDetail.discount p {
  font-family: "Noto Sans TC";
  font-size: 14px;
  color: #222222;
  letter-spacing: 1px;
  line-height: 2;
  padding: 10px 0;
}
.classNote .contentDetail.discount p span {
  font-weight: 700;
  margin-right: 25px;
}
.classNote .contentDetail.add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.classNote .contentDetail.add li {
  width: 33.3333333333%;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 360px) {
  .classNote .contentDetail.add li {
    width: 50%;
  }
}
.classNote .contentDetail.add img {
  display: block;
  max-width: 55px;
  width: 100%;
  margin: 0 auto;
}
.classNote .contentDetail.add .itemTitle {
  margin-top: 10px;
  line-height: 1;
}
@media (max-width: 1680px) {
  .classNote .contentDetail.add .itemTitle {
    max-width: 80px;
    margin: 10px auto 0;
    line-height: 1.5;
  }
}
.classNote .contentDetail.add p {
  display: block;
  line-height: 1;
}
.classNote .contentDetail.add p span {
  font-size: 22px;
}
@media (max-width: 1680px) {
  .classNote .contentDetail.add p {
    line-height: 1.5;
  }
}
.classNote .btn {
  display: block;
  max-width: 180px;
  margin: 25px auto 0;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  border: 1px solid #222222;
}
@media (min-width: 1201px) {
  .classNote .btn:hover {
    background: #222222;
    color: #ffffff;
  }
}

.facList {
  width: 100%;
}
.facList .facItem {
  padding: 15px 0;
  width: 100%;
}
@media (max-width: 1180px) {
  .facList .facItem:nth-child(even) .Txt {
    padding: 20px 20px 20px 0px;
  }
}
@media (min-width: 769px) {
  .facList .facItem:nth-child(even) {
    background: #f9f9f9;
  }
  .facList .facItem:nth-child(even) .Img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .facList .facItem:nth-child(even) .Txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .facList .facItem:nth-child(even) .Txt .btn {
    right: unset;
    left: 0;
  }
}
.facList .item {
  border: 1px solid #ccc;
  border-radius: 25px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .facList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .facList .item {
    border-radius: 25px;
  }
}
.facList .item:hover .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.facList .Img {
  position: relative;
  overflow: hidden;
  width: 50%;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .facList .Img {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .facList .Img {
    border-radius: 25px;
  }
}
.facList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .TxtBox {
  width: 50%;
  padding: 20px 50px;
}
@media (max-width: 1180px) {
  .facList .TxtBox {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 768px) {
  .facList .TxtBox {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .facList .TxtBox {
    padding: 20px;
  }
}
.facList .Txt {
  width: 100%;
  height: 100%;
  position: relative;
}
.facList .Txt .title {
  height: 42px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.facList .Txt .title a {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
}
.facList .Txt .text {
  height: 60px;
  font-weight: 400;
  color: #666666;
  font-size: 15px;
  font-family: "Noto Sans TC";
  letter-spacing: 0.6px;
  line-height: 1.7;
}
.facList .Txt .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222222;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 25px auto 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.facList .Txt .btn svg {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #ffffff;
  width: 15px;
  height: 15px;
}
.facList .linkwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .insIntroBox .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.insIntroBox .albumBox .albumList .albumItem {
  cursor: pointer;
}
.insIntroBox .albumBox .albumList .albumItem img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.insIntroBox .albumBox .albumListNav {
  margin: 15px -5px 0;
}
.insIntroBox .albumBox .albumListNav .albumItem {
  padding: 0 5px;
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.insIntroBox .introBox .articleTitle {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
.insIntroBox .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 15px;
  color: #6c6c6c;
}

.ContentItem {
  margin-top: 50px;
}