/* CSS Document */
.teamList .Img .text, .teamList .Img img, .facList .Img .text, .facList .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.facList {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facList .facItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1180px) {
  .facList .facItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .facList .facItem {
    width: 100%;
  }
}
.facList .item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .facList .item {
    max-width: 300px;
  }
}
.facList .Img {
  position: relative;
  overflow: hidden;
}
.facList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Img .text {
  width: 100%;
  color: #fff;
  padding: 0 20px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  text-align: center;
  opacity: 0;
}
@media (min-width: 1181px) {
  .facList .Img:hover img {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .facList .Img:hover .text {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.facList .text {
  height: 60px;
  color: #777777;
  font-size: 13px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .facList .text {
    font-size: 15px;
  }
}
.facList .Txt {
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
.facList .Txt .title a {
  display: block;
  font-size: 20px;
}
@media (max-width: 1180px) {
  .facList .Txt .title a {
    font-size: 18px;
  }
}
.facList .Txt .text {
  opacity: 0;
  display: none;
}
@media (max-width: 1180px) {
  .facList .Txt .text {
    opacity: 1;
    display: block;
  }
}

.filterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .filterBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.teamList {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teamList .teamItem {
  width: 25%;
  padding: 0 15px 30px;
  background: none;
}
@media (max-width: 1180px) {
  .teamList .teamItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .teamList .teamItem {
    width: 100%;
  }
}
.teamList .item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
@media (max-width: 1180px) {
  .teamList .item {
    max-width: 300px;
  }
}
.teamList .Img {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
.teamList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.teamList .Img .text {
  width: 100%;
  color: #fff;
  padding: 0 20px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  text-align: center;
  opacity: 0;
  height: 46px;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .teamList .Img:hover img {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .teamList .Img:hover .text {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.teamList .text {
  height: 60px;
  color: #777777;
  font-size: 13px;
  padding-top: 10px;
}
.teamList .Txt {
  padding: 20px 15px;
  text-align: left;
  background-color: #fff;
  border-radius: 30px;
}
.teamList .Txt .title a {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1180px) {
  .teamList .Txt .title a {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .teamList .Txt .text {
    opacity: 1;
    display: block;
  }
}
.teamList .Txt.store {
  margin-bottom: 30px;
}
.teamList .Txt.store .text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.brandList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brandList .brandItem {
  margin-bottom: 15px;
  width: 25%;
}
@media (max-width: 1180px) {
  .brandList .brandItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .brandList .brandItem {
    width: 100%;
  }
}
.brandList .item {
  padding: 0 7px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: calc(100% - 14px);
  height: 125px;
  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;
  border-radius: 20px;
}
@media (min-width: 1181px) {
  .brandList .item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.brandList .Img {
  position: relative;
}
.brandList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.contentBox.insPage {
  width: 100%;
  display: -webkit-box;
  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: 100%;
}
@media (max-width: 1180px) {
  .contentBox.insPage .leftBox {
    width: 100%;
    padding: 0;
  }
  .contentBox.insPage .rightBox {
    width: 100%;
  }
}

.tabContent {
  margin-top: 30px;
}

.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 .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;
}
.insIntroBox .introBox .Txt a {
  color: #6c6c6c;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (min-width: 1181px) {
  .insIntroBox .introBox .Txt a:hover {
    color: #3a95c4;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -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: -webkit-box;
  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: 1180px) {
  .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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.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;
}