
.template-info .ct-60 {
  background: var(--shadow_color);
}

.template-info .ct-60 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.template-info .ct-60 img {
  max-width: 100%;
  height: auto;
}

.template-info .ct-60-bnr {
  background: var(--blue-color);
  position: relative;
  text-align: center;
}

.template-info .ct-60-bnr-btm {
  height: 60px;
  background: var(--ct_56-blue-285);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.template-info .ct-60-bnrhead {
  color: var(--text_color);
  display: inline-block;
  background: var(--white_color);
  text-transform: uppercase;
}

.template-info .ct-60-bnrimg {
  max-width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.template-info .ct-60-bnrimgs {
  position: relative;
  -webkit-transition: ease-in 500ms;
  transition: ease-in 500ms;
}

.template-info .ct-60-bnrimgs > img {
  z-index: -2;
}

.template-info .ct-60-bnrimgspop {
  color: var(--white_color);
  height: auto;
  width: 40%;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 2;
}

.template-info .ct-60-bnrimgspop img {
  position: absolute;
  z-index: -1;
}

.template-info .ct-60-gridbox {
  background: var(--white_color);
}

.template-info .ct-60-gridboxhead {
  background: var(--blue-color);
  color: var(--white_color);
  padding: 5% 7%;
}

.template-info .ct-60-gridboximg {
  padding: 7% 7% 7% 7%;
  display: block;
text-align:center;
}

.template-info .ct-60-gridboxlrg {
  background: var(--white_color);
  position: relative;
}

.template-info .ct-60-gridboxlrg:hover .head {
  background: var(--blue-color);
  color: var(--white_color);
}

.template-info .ct-60-gridboxlrghead {
  font-size: 22px;
  font-size: 1.52778vw;
  line-height: 28px;
  line-height: 1.94444vw;
  font-weight: 700;
  color: var(--blue-color);
  padding: 4% 20% 4% 4%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 3;
}

.template-info .ct-60-gridboxlrghead span {
  position: absolute;
  right: 0;
  background: var(--heading_color);
  padding: 2.1% 2%;
  top: 0;
  min-width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  color: #fff;
  height: 100%;
  text-align: center;
}

.template-info .ct-60-gridboxlrgimg {
  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;
  padding: 3%;
}

.template-info .ct-60-gridboxlrgimg img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.template-info .ct-60-gridboxsml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.template-info .ct-60-gridboxsml > div {
  background: var(--white_color);
  position: relative;
  padding-bottom: 10%;
}

.template-info .ct-60-gridboxsml > div:not(:last-child) {
  margin-bottom: 5%;
}

.template-info .ct-60-gridboxsmlhead {
  background: var(--blue-color);
  font-size: 22px;
  font-size: 1.52778vw;
  line-height: 28px;
  line-height: 1.94444vw;
  font-weight: 400;
  color: var(--white_color);
  padding: 5% 7%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

.template-info .ct-60-gridboxsmlhead span {
  position: absolute;
  right: 0;
  background: var(--heading_color);
  padding: 2.1% 2%;
  top: 0;
  min-width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  color: #fff;
  height: 100%;
  text-align: center;
}

.template-info .ct-60-gridboxsmlimg {
  display: block;
}

.template-info .ct-60-hover-link {
  width: 100%;
  height: 100%;
  background: rgba(0, 143, 207, 0.75);
  opacity: 0;
  position: absolute;
  top: 0px;
  z-index: 10;
  visibility: hidden;
  z-index: 1;
  opacity: 0;
  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;
}

.template-info .ct-60-hover-link a {
  border: 1px solid var(--white_color);
  padding: 10px 15px;
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 28px;
  line-height: 1.94444vw;
  font-weight: 400;
  color: var(--white_color);
  -webkit-transform: translate(50%, 0px);
          transform: translate(50%, 0px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}

@media (min-width: 768px) {
  .template-info .ct-60-bnr {
    padding: 0px 50px 50px 50px;
  }
  .template-info .ct-60-bnrhead {
    padding: 10px 50px 30px 50px;
    font-size: 40px;
    font-size: 2.77778vw;
    line-height: 40px;
    line-height: 2.77778vw;
    font-weight: 600;
    margin: 0px auto 80px;
  }
  .template-info .ct-60-bnrimgs {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 20px;
  }
  .template-info .ct-60-bnrimgs:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .template-info .ct-60-bnrimgspop {
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 20px;
    line-height: 1.38889vw;
    font-weight: 400;
  }
  .template-info .ct-60-bnrimgspop span {
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 20px;
    line-height: 1.38889vw;
    font-weight: 700;
  }
  .template-info .ct-60-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2% auto;
    max-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .template-info .ct-60-gridbox {
    width: 32%;
  }
  .template-info .ct-60-gridboxhead {
    font-size: 22px;
    font-size: 1.52778vw;
    line-height: 28px;
    line-height: 1.94444vw;
    font-weight: 400;
  }
  .template-info .ct-60-gridboxlrg {
    width: 59%;
  }
  .template-info .ct-60-gridboxsml {
    width: 39%;
  }
  .template-info .ct-60-gridwrap:hover .hover-link {
    visibility: visible;
    opacity: 1;
  }
  .template-info .ct-60-gridwrap:hover .hover-link a {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .ct-60-grid {
    margin: 15px;
  }
  .template-info .ct-60-gridbox {
    margin-bottom: 15px;
  }
  .template-info .ct-60-gridboxhead {
    font-size: 22px;
    font-size: 4.07407vw;
    line-height: 28px;
    line-height: 5.18519vw;
    font-weight: 400;
  }
  .template-info .ct-60-gridboxlrg {
    margin-bottom: 15px;
  }
  .template-info .ct-60-gridboxlrghead {
    background: var(--blue-color);
    color: var(--white_color);
    font-size: 22px;
    font-size: 4.07407vw;
    line-height: 28px;
    line-height: 5.18519vw;
    font-weight: 400;
  }
  .template-info .ct-60-gridboxsmlhead {
    font-size: 22px;
    font-size: 4.07407vw;
    line-height: 28px;
    line-height: 5.18519vw;
    font-weight: 400;
  }
  .template-info .ct-60-gridboxsml > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .template-info .ct-60-bnr {
    padding: 0px 15px 20px 15px;
  }
  .template-info .ct-60-bnrhead {
    padding: 10px 15px 10px 15px;
    font-size: 40px;
    font-size: 5.21512vw;
    line-height: 40px;
    line-height: 5.21512vw;
    font-weight: 600;
    margin: 0px auto 40px;
  }
  .template-info .ct-60-bnrimg {
    display: block;
    white-space: nowrap;
    overflow: auto;
    padding: 80px 0 20px;
    margin: 0 -15px;
  }
  .template-info .ct-60-bnrimgs {
    padding: 0px 0px;
    position: relative;
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
  .template-info .ct-60-bnrimgs > img {
    max-width: 250px;
  }
  .template-info .ct-60-bnrimgspop {
    font-size: 18px;
    font-size: 3.33333vw;
    line-height: 20px;
    line-height: 3.7037vw;
    font-weight: 400;
  }
  .template-info .ct-60-bnrimgspop span {
    font-size: 18px;
    font-size: 3.33333vw;
    line-height: 20px;
    line-height: 3.7037vw;
    font-weight: 700;
  }
  .template-info .ct-60-bnrimgspop img {
    width: 120px;
  }
}
/*# sourceMappingURL=style.css.map */