/* CSS Document */
.outerWrap {
  overflow-x: hidden;
}

.facList {
  margin-top: 55px;
}
@media (max-width: 1600px) {
  .facList {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .facList {
    margin-top: 0;
  }
}
.facList .facItem {
  margin: 0 0 100px;
}
@media (max-width: 1600px) {
  .facList .facItem {
    margin: 0 0 80px;
  }
}
@media (max-width: 1023px) {
  .facList .facItem {
    padding: 22px 0;
    margin: 0 0 20px;
  }
}
.facList .facItem .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.facList .facItem .imgBox {
  width: 56.4%;
  position: relative;
}
@media (max-width: 1023px) {
  .facList .facItem .imgBox {
    width: calc(100% - 30px);
    margin: 0 0 0 0;
  }
}
.facList .facItem .imgBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 11.1%;
  right: 56.6%;
  width: 54.3%;
  height: 74%;
  background: url(../../images/tw/fac/deco1.png) repeat center;
  -webkit-transform: translate(11px, 11px);
          transform: translate(11px, 11px);
  z-index: -1;
}
@media (max-width: 1023px) {
  .facList .facItem .imgBox::before {
    display: none;
  }
}
.facList .facItem .imgBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #9b1f24;
  border-radius: 40px;
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
}
.facList .facItem .Img {
  border-radius: 40px;
  overflow: hidden;
}
.facList .facItem .Txt {
  padding: 0px 79px;
  width: 43.2%;
}
@media (max-width: 1600px) {
  .facList .facItem .Txt {
    padding: 0px 50px;
  }
}
@media (max-width: 1023px) {
  .facList .facItem .Txt {
    width: 100%;
    padding: 20px 0 0;
  }
}
.facList .facItem .numBox {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}
@media (max-width: 1600px) {
  .facList .facItem .numBox {
    margin: 0 0 30px;
  }
}
.facList .facItem .number {
  min-width: 140px;
  height: 140px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #9b1f24;
  padding: 10px 20px;
  color: #9b1f24;
}
@media (max-width: 1600px) {
  .facList .facItem .number {
    min-width: 120px;
    height: 120px;
    padding: 8px 15px;
  }
}
@media (max-width: 1350px) {
  .facList .facItem .number {
    min-width: 100px;
    height: 100px;
  }
}
.facList .facItem .number::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #f4dad6;
  border-radius: 8px;
  z-index: -1;
  -webkit-transform: translate(11px, 11px);
          transform: translate(11px, 11px);
}
.facList .facItem .number .topText {
  font-size: 31px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .facList .facItem .number .topText {
    font-size: 28px;
  }
}
@media (max-width: 1350px) {
  .facList .facItem .number .topText {
    font-size: 24px;
  }
}
.facList .facItem .number .bottomNum {
  font-size: 86px;
  font-weight: 600;
  line-height: 0.8;
}
@media (max-width: 1600px) {
  .facList .facItem .number .bottomNum {
    font-size: 70px;
  }
}
@media (max-width: 1350px) {
  .facList .facItem .number .bottomNum {
    font-size: 60px;
  }
}
.facList .facItem .title {
  font-size: 32px;
  color: #333333;
  letter-spacing: 1.2px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .facList .facItem .title {
    font-size: 28px;
  }
}
@media (max-width: 1350px) {
  .facList .facItem .title {
    font-size: 24px;
  }
}
.facList .facItem .text {
  color: #666666;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .facList .facItem .text {
    font-size: 24px;
  }
}
@media (max-width: 1350px) {
  .facList .facItem .text {
    font-size: 20px;
  }
}
.facList .facItem .btnBox {
  margin-top: 29px;
}
@media (max-width: 1600px) {
  .facList .facItem .btnBox {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .facList .facItem:nth-of-type(odd) .imgBox {
    -ms-flex-order: 2;
        order: 2;
  }
  .facList .facItem:nth-of-type(odd) .Txt {
    -ms-flex-order: 1;
        order: 1;
  }
  .facList .facItem:nth-of-type(even) {
    position: relative;
  }
  .facList .facItem:nth-of-type(even)::before {
    content: "";
    display: block;
    position: absolute;
    top: 10.6%;
    left: 98.9%;
    width: 54.3%;
    height: 74%;
    background: url(../../images/tw/fac/deco1.png) repeat center;
    -webkit-transform: translate(11px, 11px);
            transform: translate(11px, 11px);
    z-index: -1;
  }
  .facList .facItem:nth-of-type(even) .Txt {
    padding: 0px 59px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .facList .facItem:nth-of-type(even) .Txt {
    padding: 0px 40px;
  }
}
@media (min-width: 1024px) {
  .facList .facItem:nth-of-type(even) .Txt .numBox {
    margin: 1px 0 39px 15px;
  }
  .facList .facItem:nth-of-type(even) .Txt .numBox .number {
    padding: 10px 13px 10px 20px;
  }
  .facList .facItem:nth-of-type(even) .Txt .numBox .bottomNum {
    letter-spacing: 1px;
    margin: 0 0 0 -6px;
  }
  .facList .facItem:nth-of-type(even) .Txt .title, .facList .facItem:nth-of-type(even) .Txt .text, .facList .facItem:nth-of-type(even) .Txt .btnBox {
    padding-left: 15px;
  }
  .facList .facItem:nth-of-type(even) .imgBox::before {
    display: none;
  }
  .facList .facItem:nth-of-type(even) .imgBox::after {
    -webkit-transform: translate(-19px, -20px);
            transform: translate(-19px, -20px);
  }
  .facList .facItem:nth-of-type(4n + 3) .imgBox::after {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  .facList .facItem:nth-of-type(4n + 4) .Txt {
    padding: 0px 30px 0px 59px;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
  .facList .facItem:nth-of-type(4n + 4) .Txt {
    padding: 0px 40px;
  }
}
@media (min-width: 1024px) {
  .facList .facItem:nth-of-type(4n + 4) .imgBox::after {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}

.contentBox.insPage {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentBox.insPage .leftBox {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 50px;
}
.contentBox.insPage .rightBox {
  width: 75%;
}
@media (max-width: 1023px) {
  .contentBox.insPage .leftBox {
    width: 100%;
    padding: 0;
  }
  .contentBox.insPage .rightBox {
    width: 100%;
  }
}

.insIntroBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.insIntroBox .albumBox {
  margin-bottom: 20px;
}
.insIntroBox .introBox {
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -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;
}

.newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

.newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1023px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  padding: 20px 0px;
}
.newsList .Img {
  width: 100%;
  margin-right: 10px;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.newsList .Txt {
  overflow: hidden;
}
.newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}
.newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
}
.newsList .Txt .text {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
}