/* CSS Document */
.facClassList .slick-dots li button::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wrap {
  max-width: 100%;
  padding: 0;
}

.mainArea {
  padding-bottom: 50px;
}
.mainArea .contentBox {
  padding: 0;
}

.applicationList {
  text-align: center;
}
.applicationList .title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  padding: 70px 0;
}
.applicationList .title::after {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  background: #00769d;
  margin: 40px auto 0;
}
.applicationList .subtitle {
  font-size: 16px;
  color: rgba(83, 83, 83, 0.4509803922);
  padding-bottom: 50px;
}

.facClassList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.facClassList .facClassItem {
  width: 33.3%;
  padding: 0 20px 90px;
}
@media (max-width: 1080px) {
  .facClassList .facClassItem {
    width: 50%;
  }
}
@media (max-width: 780px) {
  .facClassList .facClassItem {
    padding: 0 20px;
  }
}
.facClassList .facClassItem .titleBox {
  margin-bottom: 15px;
}
.facClassList .facClassItem .Img {
  width: 100%;
  padding-bottom: 25px;
}
@media (max-width: 780px) {
  .facClassList .facClassItem .Img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.facClassList .facClassItem .Img img {
  width: 100%;
}
.facClassList .facClassItem .m_title {
  font-size: 24px;
  font-weight: bold;
  color: #2e2e2e;
  letter-spacing: 1px;
}
.facClassList .facList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.facClassList .facItem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
.facClassList .item {
  position: relative;
}
.facClassList .item .Txt::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  display: inline-block;
  width: 7.5px;
  height: 7.5px;
  background: #00769d;
  border-radius: 100%;
}
.facClassList .slick-dots {
  bottom: auto;
  top: -45px;
}
@media (min-width: 1201px) {
  .facClassList .slick-dots li:hover button:before {
    color: rgba(0, 118, 157, 0.3);
  }
}
.facClassList .slick-dots li button::before {
  color: rgba(0, 0, 0, 0.3);
}
.facClassList .slick-dots li button::after {
  border: 1px solid #00769d;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 9.5px);
  bottom: auto;
  right: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.facClassList .slick-dots li.slick-active button::before {
  color: #00769d;
}
.facClassList .slick-dots li.slick-active button::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

[class^=g-] {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #2e2e2e;
  padding: 14px;
  letter-spacing: 1px;
}

.textBox1 {
  background: url(../images/location.jpg) center/cover no-repeat;
  /*height: 950px;*/
  width: 100%;
  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;
}
@media (max-width: 1080px) {
  .textBox1 {
    height: auto;
  }
}
.textBox1 .box {
  max-width: 1400px;
  padding: 0 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5019607843);
}
.textBox1 .boxIns {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1080px) {
  .textBox1 .boxIns {
    -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;
  }
}
.textBox1 .left {
  width: 100%;
  color: #333;
  font-size: 20px;
  line-height: 1.7;
  padding: 0 35px 100px 60px;
}

.textBox1 .left a {
  color: #333;
}
@media (max-width: 1080px) {
  .textBox1 .left {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .textBox1 .left {
    padding: 0 35px 20px 60px;
  }
}
@media (max-width: 560px) {
  .textBox1 .left {
    padding: 0 0 20px;
  }
}
.textBox1 .left .articleBox {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.textBox1 .left .articleBox::after {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  background: #00769d;
}
.textBox1 .left .articleTitle {
  font-size: 40px;
  font-weight: bold;
  color: #1e1e1e;
  padding-bottom: 40px;
}
.textBox1 .left .Txt {
  padding: 40px 0 40px;
}
@media (max-width: 1080px) {
  .textBox1 .left .Txt {
    padding: 40px 0 50px;
  }
}
@media (max-width: 600px) {
  .textBox1 .left .Txt {
    padding: 40px 0 20px;
  }
}
.textBox1 .left .Img {
  width: 100%;
}
.textBox1 .left .Img img {
  width: 100%;
}
.textBox1 .right {
  width: 50%;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1.7;
  padding: 0 45px 20px;
}
@media (max-width: 1080px) {
  .textBox1 .right {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .textBox1 .right {
    padding: 0 0 20px;
  }
}
.textBox1 .right .title {
  font-size: 32px;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 1.5;
  padding-bottom: 20px;
}

.textBox2 .Img {
  width: 100%;
}
@media (max-width: 1080px) {
  .textBox2 .Img {
    height: 310px;
  }
  .textBox2 .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.textBox2 .Img img {
  width: 100%;
  display: block;
}

.textBox3 {
  padding-top: 90px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .textBox3 {
    padding-top: 30px;
  }
}
.textBox3 .titleBox {
  text-align: center;
  padding-bottom: 70px;
}
.textBox3 .titleBox .title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}
.textBox3 .titleBox .title::after {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  background: #00769d;
  margin: 30px auto 0;
}
.textBox3 .titleBox .subtitle {
  color: #5c5c5c;
  line-height: 1.8;
}
.textBox3 .textBox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}
@media (max-width: 1080px) {
  .textBox3 .textBox .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
}
.textBox3 .textBox .box:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1080px) {
  .textBox3 .textBox .box:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.textBox3 .textBox .box:nth-child(odd) .left .txtBox {
  padding-right: 60px;
}
@media (max-width: 1080px) {
  .textBox3 .textBox .box:nth-child(odd) .left .txtBox {
    padding: 20px;
  }
}
.textBox3 .textBox .box:nth-child(odd) .right .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.textBox3 .textBox .box:nth-child(even) .left .txtBox {
  padding-left: 60px;
  padding-right: 10px;
}
@media (max-width: 1080px) {
  .textBox3 .textBox .box:nth-child(even) .left .txtBox {
    padding: 20px;
  }
}
.textBox3 .textBox .left {
  width: 50%;
}
@media (max-width: 1080px) {
  .textBox3 .textBox .left {
    width: 100%;
  }
}
.textBox3 .textBox .left .txtBox {
  padding-top: 50px;
}
.textBox3 .textBox .left .txtBox .subtitle {
  color: #8c8c8c;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.textBox3 .textBox .left .txtBox .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #2e2e2e;
  padding-bottom: 20px;
}
.textBox3 .textBox .left .txtBox .txt {
  color: #5c5c5c;
  letter-spacing: 1px;
  line-height: 1.8;
}
.textBox3 .textBox .right {
  width: 50%;
}
@media (max-width: 1080px) {
  .textBox3 .textBox .right {
    width: 100%;
  }
}
.textBox3 .textBox .right .Img img {
  width: auto;
  padding: 0 20px;
}

footer .wrap {
  max-width: 1400px;
  padding: 0 20px;
}