/*
** reset
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Rubik:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css");
@import url("plugins/normalize.css");
@import url("plugins/slick.css");
@import url("plugins/fullpage.min.css");
@font-face {
  font-family: "Noto Sans Korean";
  src: url("../fonts/NotoSans-Thin.eot");
  src: local("Noto Sans Korean"), local("Noto Sans Korean"), local("Noto Sans Korean"), url("../fonts/NotoSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Noto Sans Korean";
  src: url("../fonts/NotoSans-Light.eot");
  src: local("Noto Sans Korean"), local("Noto Sans Korean"), local("Noto Sans Korean"), url("../fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Light.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Noto Sans Korean";
  src: url("../fonts/NotoSans-DemiLight.eot");
  src: local("Noto Sans Korean"), local("Noto Sans Korean"), local("Noto Sans Korean"), url("../fonts/NotoSans-DemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-DemiLight.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans Korean";
  src: url("../fonts/NotoSans-Regular.eot");
  src: local("Noto Sans Korean"), local("Noto Sans Korean"), local("Noto Sans Korean"), url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans Korean";
  src: url("../fonts/NotoSans-Medium.eot");
  src: local("Noto Sans Korean"), local("Noto Sans Korean"), local("Noto Sans Korean"), url("../fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans Korean";
  src: url("../fonts/NotoSans-Bold.eot");
  src: local("Noto Sans Korean"), local("Noto Sans Korean"), local("Noto Sans Korean"), url("../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Noto Sans Korean";
  src: url("../fonts/NotoSans-Black.eot");
  src: local("Noto Sans Korean"), local("Noto Sans Korean"), local("Noto Sans Korean"), url("../fonts/NotoSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Black.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body, th, td, input, select, textarea, button {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Pretendard", sans-serif;
  color: #666;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.screen_out {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.container {
  max-width: 1190px;
  margin: 0 auto;
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.md-block {
  display: none;
}

@media (max-width: 768px) {
  .md-none {
    display: none;
  }

  .md-block {
    display: block;
  }

  .rs-pd {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
** layouts
*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1011;
}
.header.shadow {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.header .logo {
  padding-top: 33px;
}
.header .logo a {
  display: block;
  width: 132px;
  height: 35px;
  background: url("../images/common/logo-new.png") no-repeat 0 0;
  text-indent: -9999em;
  font-size: 0;
}
.header .container-fluid {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 4;
  border-bottom: 1px solid #ddd;
}

.on .subtop,
.on .header {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.on.off .subtop,
.on.off .header {
  transform: translateY(0%);
  opacity: 1;
}

.on #content {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(80px);
}

.on.off #content {
  opacity: 1;
  transform: translateY(0%);
}

@media (min-width: 992px) {
  .nav {
    position: relative;
    z-index: 4;
  }

  .gnb {
    display: flex;
  }

  .gnb-li-1 {
    position: relative;
    width: 193px;
  }
  .gnb-li-1 > a {
    display: block;
    color: #000;
    text-align: center;
    font-size: 18px;
    height: 100px;
    line-height: 100px;
  }
  .gnb-li-1:first-child .gnb-dropmenu {
    border-left: 1px solid #ddd;
  }

  .gnb-dropmenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 1px;
    border-right: 1px solid #ddd;
    height: 218px;
    transform: translateX(30px);
    transition: all 0.1s 0s;
  }
  .gnb-dropmenu li a {
    display: block;
    text-align: center;
    color: #2e383e;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
  }
  .gnb-dropmenu li a:hover {
    background-color: #f4f7f8;
    color: #0a5298;
  }

  .menu-active .megamenu-bg {
    opacity: 1;
    visibility: visible;
    top: 100px;
    border-color: #ddd;
    transition: opacity 0.5s ease, top 0.5s ease, border 0.15s ease 0.55s;
  }
  .menu-active .black-bg {
    opacity: 0.5;
    visibility: visible;
  }
  .menu-active .gnb-li-1:nth-child(1) .gnb-dropmenu {
    transition-delay: 0.25s;
  }
  .menu-active .gnb-li-1:nth-child(2) .gnb-dropmenu {
    transition-delay: 0.35s;
  }
  .menu-active .gnb-li-1:nth-child(3) .gnb-dropmenu {
    transition-delay: 0.45s;
  }
  .menu-active .gnb-dropmenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.3s;
  }
}
.megamenu-bg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: -100px;
  transition: opacity 0.5s ease, top 0.5s ease, border 0s ease 0s;
  left: 0;
  width: 100%;
  height: 218px;
  z-index: 3;
  background-color: #fff;
}

.link {
  display: flex;
  align-items: center;
}

.btn-link-open {
  display: inline-block;
  background: url("../images/common/links.png") no-repeat;
  width: 86px;
  height: 28px;
  transition: height 0.15s;
}
.btn-link-open.is-active {
  background-image: url("../images/common/link-close.png");
  height: 64px;
}

.links-menu {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f4f7f8;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
}
.links-menu .container {
  display: flex;
}
.links-menu .item {
  width: calc(25% - 15px);
}
.links-menu .item + .item {
  margin-left: 20px;
}
.links-menu .item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.links-menu .item a strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -40%, 0px);
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  white-space: nowrap;
  z-index: 2;
  overflow: hidden;
}
.links-menu .item a strong span {
  display: inline-block;
  transition: all 0.45s;
  transform: translateY(100%);
  transition-delay: 0.2s;
}
.links-menu .item a img {
  position: relative;
  z-index: 1;
  transition: transform 3s;
  transform: scale(1);
  width: 100%;
}
.links-menu .item a:hover img {
  transform: scale(1.085);
}

.link-active .links-menu {
  opacity: 1;
  visibility: visible;
}
.link-active .links-menu .item a strong {
  transform: translate3d(-50%, -50%, 0px);
}
.link-active .links-menu .item a strong span {
  transform: translateY(0%);
}
.link-active .black-bg {
  opacity: 0.5;
  visibility: visible;
}

.black-bg {
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s 0s;
  will-change: opacity;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.btn-mmenu {
  display: none;
}

@media (max-width: 1200px) {
  .header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .links-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.links-menu-mobile {
  display: none;
  padding: 0 20px;
  padding-top: 30px;
}
.links-menu-mobile ._tit {
  display: inline-block;
  background: url("../images/common/link-arw.png") no-repeat 100% 50%;
  background-size: 6.5px auto;
  padding-right: 13px;
  font-size: 14px;
  color: #000;
}
.links-menu-mobile .container {
  padding-top: 15px;
  overflow: hidden;
}
.links-menu-mobile .container .item {
  width: calc(50% - 5px);
  float: left;
}
.links-menu-mobile .container .item:nth-child(2n) {
  margin-left: 10px;
}
.links-menu-mobile .container .item:nth-child(3), .links-menu-mobile .container .item:nth-child(4) {
  margin-top: 10px;
}
.links-menu-mobile .container .item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.links-menu-mobile .container .item a strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -40%, 0px);
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  z-index: 2;
  overflow: hidden;
}
.links-menu-mobile .container .item a strong span {
  display: inline-block;
}
.links-menu-mobile .container .item a img {
  width: 100%;
}

@media (max-width: 992px) {
  .btn-mmenu {
    display: block;
  }

  .header .logo {
    padding: 11px 0;
    position: relative;
    z-index: 5;
  }
  .nav {
    position: fixed;
    left: 0;
    top: 54px;
    height: calc(100vh - 64px);
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .gnb-li-1 > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    background-color: #acacac;
    color: #fff;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #a0a0a0;
  }
  .gnb-li-1 > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 12.5px;
    height: 7px;
    background: url("../images/common/mmn-arw.png") no-repeat 0 0;
    background-size: 100% 100%;
    transition: all 0.15s;
  }
  .gnb-li-1 .gnb-dropmenu {
    display: none;
  }
  .gnb-li-1 ul li + li {
    border-top: 1px solid #ddd;
  }
  .gnb-li-1 ul li a {
    display: block;
    font-size: 13px;
    padding: 12px 0 12px 25px;
    text-align: left;
    color: #555555;
    background-color: #f2f2f2;
  }
  .gnb-li-1.active > a {
    background: linear-gradient(#095da6 0%, #188676 100%);
  }
  .gnb-li-1.active > a:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .link {
    display: none;
  }

  .mmenu-active .nav {
    border-top: 1px solid #ddd;
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    transition-duration: 0.7s;
  }

  .links-menu-mobile {
    display: block;
  }
}
.btn-mmenu {
  padding: 12px 20px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-mmenu .box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
}
.btn-mmenu .box .btn-mmenu-inner {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 2px;
  background-color: #000;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
.btn-mmenu .box .btn-mmenu-inner:after, .btn-mmenu .box .btn-mmenu-inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 2px;
  background-color: #000;
}
.btn-mmenu .box .btn-mmenu-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  top: -10px;
}
.btn-mmenu .box .btn-mmenu-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -10px;
}
.btn-mmenu.is-active .box .btn-mmenu-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
.btn-mmenu.is-active .box .btn-mmenu-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.btn-mmenu.is-active .box .btn-mmenu-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.footer {
  background-color: #fff;
  padding-top: 57px;
  padding-bottom: 57px;
  border-top: 1px solid #eeeeee;
}
.footer.rs-pd {
  padding-top: 57px !important;
}
.footer .container {
  position: relative;
}
.footer-logo {
  background: url("../images/common/logo-new.png") no-repeat 0 0;
  width: 151px;
  height: 42px;
}
.footer .copyright {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #606060;
  font-size: 18px;
}

@media (max-width: 992px) {
  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer.rs-pd {
    padding-top: 35px !important;
  }
  .footer .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .container-fluid {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer.rs-pd {
    padding-top: 25px !important;
  }
  .footer-logo {
    margin: 0 auto;
  }
  .footer .copyright {
    position: static;
    text-align: center;
    transform: translateY(0);
    margin-top: 15px;
    font-size: 12px;
  }
}
.subtop {
  background: url("../images/common/sub-bg.png") no-repeat 50% 50%;
  height: 150px;
  margin-top: 100px;
}
.subtop .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.subtop h2 {
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .subtop h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .subtop {
    height: 120px;
  }
  .subtop h2 {
    font-size: 5.2vw;
  }
}
@media (max-width: 576px) {
  .subtop h2 {
    font-size: 8.2vw;
  }
}

#breadcrumb {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
}
#breadcrumb li {
  font-size: 14px;
  color: #fff;
}
#breadcrumb li + li {
  position: relative;
  padding-left: 14px;
  margin-left: 7px;
}
#breadcrumb li + li:after {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
#breadcrumb li a {
  font-size: 1em;
}
@media (max-width: 768px) {
  #breadcrumb li {
    font-size: 12px;
  }
}

h3.tit {
  text-align: center;
  font-size: 20px;
  color: #666;
  padding-bottom: 45px;
  padding-top: 45px;
  font-weight: 500;
}

#content {
  padding-top: 70px;
  padding-bottom: 145px;
}
#content._img {
  padding-top: 50px;
}

@media (max-width: 1200px) {
  .subtop .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #breadcrumb {
    left: 15px;
  }

  .subWrap .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .subtop {
    margin-top: 54px;
  }

  #content {
    padding-bottom: 75px;
  }
  #content._img {
    padding-top: 35px;
  }

  h3.tit {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/*
** pages
*/
.sec-tit {
  color: #000;
}

.visual {
  background: url("../images/main/main_vi_bg.jpg") no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
}
.visual .container {
  position: relative;
  height: 100%;
  background: url("../images/main/00_bg.png") no-repeat 50% 50%;
}
.visual-tit, .visual-txt {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0s;
  line-height: 1;
  z-index: 5;
  position: relative;
}
.visual-tit {
  padding: 7vh 0 10px;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 56px;
  text-transform: uppercase;
}
.visual-txt {
  font-size: 22px;
}
.visual .tree {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  text-align: center;
}
.visual .marble {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(100px);
  will-change: transform;
}
.visual .marble-1 {
  left: 0px;
  top: 200px;
  transition-delay: 1.2s;
}
.visual .marble-2 {
  right: 0px;
  top: 130px;
  transition-delay: 1.3s;
}
.visual .marble-3 {
  left: 45px;
  bottom: 15px;
  transition-delay: 1.4s;
}
.visual .text-line {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  will-change: transform;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.visual .text-line-1 {
  left: 220px;
  top: 305px;
  transform: translateX(-30px);
}
.visual .text-line-2 {
  left: 20px;
  top: 395px;
  transform: translateX(-30px);
}
.visual .text-line-3 {
  right: 194px;
  top: 317px;
  transform: translateX(30px);
}
.visual .text-line-4 {
  right: 40px;
  top: 403px;
  transform: translateX(30px);
}
.visual .text-line-5 {
  right: 63px;
  top: 577px;
  transform: translateX(30px);
}

.fp-completely.active .visual-tit, .fp-completely.active .visual-txt {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 1s;
  transition-delay: 0.45s;
}
.fp-completely.active .visual-txt {
  transition-delay: 0.55s;
}
.fp-completely.active .visual .marble {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-duration: 1.4s;
}
.fp-completely.active .visual .text-line {
  transition-duration: 1.4s;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.fp-completely.active .visual .text-line-1 {
  transition-delay: 0s;
}
.fp-completely.active .visual .text-line-2 {
  transition-delay: 0.35s;
}
.fp-completely.active .visual .text-line-3 {
  transition-delay: 0.35s;
}
.fp-completely.active .visual .text-line-4 {
  transition-delay: 0.35s;
}
.fp-completely.active .visual .text-line-5 {
  transition-delay: 0.35s;
}

.active .sec-tit h2,
.active .sec-tit p {
  opacity: 1;
  transform: translateY(0px);
}

@media (min-width: 992px) {
  .sec-tit h2,
.sec-tit p {
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.5s;
    transform: translateY(40px);
  }
}
.sec-tit h2 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 50px;
}
.sec-tit h2 span {
  display: inline-block;
  line-height: 1;
  padding-right: 20px;
  background: url("../images/main/tit-blit.png") no-repeat 100% 0;
}
.sec-tit p {
  color: #000;
  font-size: 50px;
  line-height: 1;
  transition-delay: 0.7s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sec-tit {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .home-subry {
    padding-bottom: 80px;
  }
}
.home-subry .sec-tit h2,
.home-subry .sec-tit p {
  color: #fff;
}
.home-subry:after {
  content: "";
  display: block;
  background: url("../images/main/subry-bg-2.jpg") no-repeat 50% 50%;
  background-size: cover;
  left: 0;
  right: 100px;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 992px) {
  .home-subry:after {
    right: 0;
  }
}
.home-subry .air {
  position: absolute;
  right: 0;
  top: 15px;
}
@media (max-width: 768px) {
  .home-subry .air {
    display: none;
  }
}
.home-subry .fp-tableCell {
  z-index: 2;
  position: relative;
}
.home-subry .sec-tit {
  padding-top: 110px;
  padding-bottom: 85px;
}
.home-subry.active .boxing_list .col {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.home-subry .boxing_list {
  display: flex;
}
.home-subry .boxing_list .col {
  width: 272px;
  height: 272px;
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  position: relative;
}
.home-subry .boxing_list .col:nth-child(1) {
  transition-delay: 0.1s;
}
.home-subry .boxing_list .col:nth-child(2) {
  transition-delay: 0.2s;
}
.home-subry .boxing_list .col:nth-child(3) {
  transition-delay: 0.3s;
}
.home-subry .boxing_list .col:nth-child(4) {
  transition-delay: 0.4s;
}
.home-subry .boxing_list .col + .col {
  margin-left: 35px;
}
.home-subry .boxing_list .col a {
  transition: all 0.25s;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/main/subry-off.png") no-repeat 0 0;
  padding: 0 30px;
  background-size: 100% 100% !important;
}
.home-subry .boxing_list .col a:hover {
  background: url("../images/main/subry-on.png") no-repeat 0 0;
}
.home-subry .boxing_list .col .more_tit {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  padding: 50px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.home-subry .boxing_list .col .more_desc {
  color: #ddd;
  font-size: 15px;
  padding: 18px 0 0;
  line-height: 1.34;
}
.home-subry .boxing_list .col .more_arw {
  width: 116px;
  height: 11px;
  position: absolute;
  bottom: 50px;
  left: 30px;
  font-size: 0;
  background: url("../images/main/view.png");
}
@media (min-width: 1000px) and (max-width: 1320px) {
  .home-subry .boxing_list {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1160px) {
  .home-subry .boxing_list .col + .col {
    margin-left: 10px;
  }
  .home-subry .boxing_list .col a {
    padding: 0 15px;
  }
  .home-subry .boxing_list .col a br {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-subry .boxing_list {
    display: block;
  }
  .home-subry .boxing_list .col {
    width: 100%;
  }
  .home-subry .boxing_list .col + .col {
    margin-left: 0;
    margin-top: 10px;
  }
  .home-subry .boxing_list .col a {
    padding: 0 15px;
  }
  .home-subry .boxing_list .col a br {
    display: block;
  }
}

.fp-tableCell {
  display: block;
}

.drone {
  position: absolute;
  right: 12%;
  top: 155px;
  opacity: 0;
  visibility: hidden;
  transform: translate(50px, 50px);
  mix-blend-mode: multiply;
}

.active .drone {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s 1.2s;
  transform: translate(0px, 0px);
}

.subry-list {
  width: 0;
  transition: all 0.7s;
  transition-delay: 0.4s;
  height: 290px;
  position: relative;
}
.subry-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  width: 50%;
}
@media (min-width: 1000px) and (max-width: 1250px) {
  .subry-list {
    padding-right: 100px;
  }
}
.subry-wrap {
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
}
.subry-wrap .item > div {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .subry-wrap .item {
    width: 25%;
    text-align: center;
  }
}
.subry-wrap .item + .item {
  margin-left: 11.7%;
  position: relative;
}
.subry-wrap .item + .item span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.subry-wrap .item + .item:after {
  content: "";
  background: url("../images/main/shadow.png") no-repeat 0 0;
  width: 131px;
  height: 131px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translate(-100%, -33%);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .subry-wrap .item + .item {
    margin-left: 0;
  }
}
.subry-logo {
  display: inline-block;
  cursor: pointer;
  opacity: 0;
  transition: all 0s;
  transition-delay: 0s;
  transform: translateY(40px);
  visibility: hidden;
}
.subry-impact {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.55s;
  z-index: 3;
}
.subry-impact a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.subry-impact a h3 {
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat";
  font-size: 50px;
  text-transform: uppercase;
}
.subry-impact a .edge {
  background-image: url("../images/main/subry-arw.png");
  right: 9px;
  bottom: 9px;
  width: 69px;
  height: 69px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  position: absolute;
}
.subry-impact a .border_line {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  transition-delay: 0.15s;
  z-index: 2;
  display: inline-block;
}
.subry-impact a .border_line.left {
  left: 0;
  top: 0;
  height: 0;
  width: 10px;
  background: linear-gradient(#188676 0%, #095da7 100%);
}
.subry-impact a .border_line.top {
  left: 10px;
  width: 0;
  top: 0;
  height: 10px;
  background: #188676;
  transition-delay: 0.2s;
}
.subry-impact a .border_line.right {
  right: 0;
  top: 0;
  height: 0;
  width: 10px;
  background-color: #000;
  background: linear-gradient(#188676 0%, #095da7 100%);
}
.subry-impact a .border_line.bottom {
  transition-delay: 0.2s;
  right: 10px;
  width: 0;
  bottom: 0;
  height: 10px;
  background-color: #095da8;
}
.subry-impact a#all {
  background-image: url("../images/main/subry-hover-1.png");
}
.subry-impact a#lt {
  background-image: url("../images/main/subry-hover-2.png");
}
.subry-impact a#mh {
  background-image: url("../images/main/subry-hover-3.png");
}
.subry-impact a#neo {
  background-image: url("../images/main/subry-hover-4.png");
}
.subry-impact.on {
  opacity: 1;
  visibility: visible;
}
.subry-impact.on a .edge {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
.subry-impact.on a .border_line {
  opacity: 1;
  visibility: visible;
}
.subry-impact.on a .border_line.left {
  height: 100%;
}
.subry-impact.on a .border_line.top {
  width: calc(100% - 10px);
}
.subry-impact.on a .border_line.right {
  height: 100%;
}
.subry-impact.on a .border_line.bottom {
  width: calc(100% - 10px);
}
.subry-list-mobile {
  display: none;
}
.subry-list-mobile div a {
  display: block;
  width: 100%;
  position: relative;
}
.subry-list-mobile div a strong {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  font-family: "Montserrat";
  white-space: nowrap;
}
.subry-list-mobile div a img {
  display: block;
  vertical-align: top;
  width: 100%;
}

.home-about {
  position: relative;
}
.home-about .container {
  position: relative;
  z-index: 2;
}
.home-about .sec-tit {
  padding-top: 120px;
  padding-bottom: 55px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .home-about {
    padding-bottom: 55px;
  }
}

.wave-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .wave-logo {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
  }
}

.marble-multi {
  mix-blend-mode: overlay;
  position: absolute;
  bottom: 0;
  left: 0;
}

.active .subry-list {
  width: 100%;
}
.active .subry-logo {
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.active .subry-logo[data-index="1"] {
  transition-delay: 1.2s;
}
.active .subry-logo[data-index="2"] {
  transition-delay: 1.3s;
}
.active .subry-logo[data-index="3"] {
  transition-delay: 1.4s;
}
.active .subry-logo[data-index="4"] {
  transition-delay: 1.5s;
}

.fp-viewing-3 .gall-list .item,
.active .gall-list .item {
  opacity: 1;
  transform: translateX(0px);
}
.fp-viewing-3 .gall-list .item:nth-child(1),
.active .gall-list .item:nth-child(1) {
  transition-delay: 0.35s;
}
.fp-viewing-3 .gall-list .item:nth-child(2),
.active .gall-list .item:nth-child(2) {
  transition-delay: 0.55s;
}
.fp-viewing-3 .gall-list .item:nth-child(3),
.active .gall-list .item:nth-child(3) {
  transition-delay: 0.75s;
}
.fp-viewing-3 .wave-logo,
.active .wave-logo {
  visibility: visible;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.85s;
}

.gall-list {
  display: flex;
  position: relative;
}
@media (min-width: 1000px) and (max-width: 1320px) {
  .gall-list {
    width: calc(100% - 100px);
  }
}
.gall-list .item {
  width: 33.333%;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .gall-list .item {
    opacity: 0;
    transition: all 1s;
    transform: translateX(40px);
  }
}
.gall-list .box {
  position: relative;
  z-index: 1;
}
.gall-list .box p {
  position: absolute;
  left: 40px;
  top: 40px;
  color: #fff;
  font-size: 32px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}
.gall-list .hover_impact {
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  width: calc(33.3333% - 10px);
  height: 100%;
  z-index: 3;
  transition: all 0.15s;
}
.gall-list .hover_impact.t1 {
  left: 5px;
}
.gall-list .hover_impact.t2 {
  left: calc(33.333% + 5px);
}
.gall-list .hover_impact.t3 {
  left: calc(66.666% + 5px);
}
.gall-list .hover_impact div {
  position: relative;
  width: 100%;
  height: 100%;
}
.gall-list .hover_impact .edge {
  background-image: url("../images/main/subry-arw.png");
  right: 10px;
  bottom: 10px;
  width: 69px;
  height: 69px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.gall-list .hover_impact .border_line {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  transition-delay: 0.15s;
  z-index: 2;
  display: inline-block;
}
.gall-list .hover_impact .border_line.left {
  left: 0;
  top: 0;
  height: 0;
  width: 10px;
  background: linear-gradient(#188676 0%, #095da7 100%);
}
.gall-list .hover_impact .border_line.top {
  left: 10px;
  width: 0;
  top: 0;
  height: 10px;
  background: #188676;
  transition-delay: 0.2s;
}
.gall-list .hover_impact .border_line.right {
  right: 0;
  top: 0;
  height: 0;
  width: 10px;
  background-color: #000;
  background: linear-gradient(#188676 0%, #095da7 100%);
}
.gall-list .hover_impact .border_line.bottom {
  transition-delay: 0.2s;
  right: 10px;
  width: 0;
  bottom: 0;
  height: 10px;
  background-color: #095da8;
}
.gall-list:hover .border_line {
  opacity: 1;
  visibility: visible;
}
.gall-list:hover .border_line.left {
  height: 100%;
}
.gall-list:hover .border_line.top {
  width: calc(100% - 10px);
}
.gall-list:hover .border_line.right {
  height: 100%;
}
.gall-list:hover .border_line.bottom {
  width: calc(100% - 10px);
}
.gall-list:hover .edge {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}

.home-about {
  overflow: hidden;
  position: relative;
}
.home-about:after {
  content: "";
  width: 500%;
  height: 500%;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: rotate(45deg);
  background-color: #fff;
}
.home-about.active:after {
  background-color: #f0f3f5;
  transition: all 10s;
}

.home-nav {
  position: fixed;
  right: 0;
  top: 100px;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
  width: 100px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.home-nav .box {
  position: relative;
  height: 100%;
}
.home-nav .control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.home-nav .control button {
  display: block;
  background-color: #000000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  transition: all 0.25s 0.25s;
}
.home-nav .control button + button {
  margin-top: 18px;
}
.home-nav .control button.active {
  border-radius: 5px;
  height: 82px;
  background: linear-gradient(#178576 0%, #095da6 100%);
}
.home-nav .btnTop,
.home-nav .btnNext {
  position: absolute;
  left: 0;
  right: 0;
}
.home-nav .btnNext {
  width: 100px;
  height: 131px;
  bottom: 50px;
  background: url("../images/main/btnNext.png") no-repeat 50% 50%;
}
.home-nav .btnTop {
  bottom: 0;
  visibility: hidden;
  width: 100px;
  height: 100px;
  background: #000 url("../images/main/btnTop.png") no-repeat 50% 50%;
  opacity: 0;
  transition: all 0.15s;
}
.home-nav .btnTop:hover {
  opacity: 0.8;
}

.fp-viewing-3 .home-nav .btnNext,
.fp-viewing-3rdPage .home-nav .btnNext,
.fp-viewing-secondPage .home-nav .btnNext {
  opacity: 0;
  visibility: hidden;
}
.fp-viewing-3 .home-nav .btnTop,
.fp-viewing-3rdPage .home-nav .btnTop,
.fp-viewing-secondPage .home-nav .btnTop {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  .drone {
    display: none;
  }

  .section {
    padding-top: 0 !important;
  }

  .visual {
    height: auto;
    margin-top: 54px;
    background: url("../images/main/main_vi_bg.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .visual .marble-multi,
.visual .marble,
.visual .tree,
.visual .text-line {
    display: none;
  }
  .visual-tit, .visual-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0s;
    padding-top: 0;
  }
  .visual-tit {
    font-size: 36px;
    top: 50px;
    line-height: 1;
  }
  .visual-txt {
    top: 150px;
    font-size: 24px;
  }

  .fp-section,
.fp-tableCell {
    height: auto !important;
    display: block !important;
  }

  .section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-subry .sec-tit,
.home-about .sec-tit {
    padding-top: 60px;
    padding-bottom: 25px;
  }

  .home-nav {
    display: none;
  }

  .subry-list {
    display: none;
  }

  .subry-list-mobile {
    display: block;
  }

  .home-nav {
    display: none;
  }
}
.visual-mobile {
  display: none;
}
.visual-mobile img {
  width: 100%;
}

@media (max-width: 992px) {
  .visual-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .visual-tit {
    font-size: 28px;
    line-height: 1;
  }
  .visual-txt {
    top: 115px;
    font-size: 17px;
  }

  .sec-tit h2 span {
    font-size: 24px;
  }

  .sec-tit p {
    font-size: 24px;
  }

  .gall-list {
    display: block;
  }
  .gall-list .box p {
    left: 20px;
    top: 20px;
    font-size: 24px;
  }
  .gall-list .item {
    width: 100%;
    padding: 0;
    cursor: pointer;
    float: none;
  }
  .gall-list .item img {
    vertical-align: top;
    width: 100%;
    height: auto;
  }
  .gall-list .item + .item {
    margin-top: 10px;
  }

  .gall-list .hover_impact {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .fullpage .container {
    margin-right: 115px;
  }
}
body, html {
  width: 100%;
  height: 100%;
}

.lg-block {
  display: none;
}

.vision-top {
  text-align: center;
}
.vision-top .container {
  padding-bottom: 85px;
  padding-top: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.vision-top .tit {
  padding-top: 0;
}
.vision-top-txt p {
  color: #0a5298;
  font-size: 24px;
}
.vision-top-txt h4 {
  color: #000;
  font-size: 44px;
}
.vision-mid .container {
  background: url("../images/alliance/vision-bg.png") no-repeat right 50px bottom;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 60px;
}
.vision-mid .tit {
  padding-bottom: 65px;
}
.vision-mid p {
  text-align: center;
  color: #0a5298;
  font-size: 30px;
  line-height: 1.5;
}
.vision-end {
  text-align: center;
  padding-bottom: 55px;
  margin-top: 60px;
}
.vision-end .container {
  border-top: 1px solid #e8e8e8;
}
.vision-end p {
  color: #000;
  font-size: 30px;
  line-height: 1.5;
}
.vision-value {
  padding-top: 60px;
}
.vision-value > div {
  width: 530px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.vision-value > div .item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.vision-value > div .item strong {
  color: #fff;
  font-size: 36px;
}
.vision-value > div .item.value-1 {
  background-color: #6fb4a9;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.vision-value > div .item.value-2 {
  background-color: rgba(9, 93, 167, 0.8);
  left: 0;
  transform: translateY(-100px);
}
.vision-value > div .item.value-3 {
  background-color: rgba(204, 204, 204, 0.8);
  right: 0;
  transform: translateY(-100px);
}
.vision-simbol {
  position: relative;
  background: url("../images/alliance/vision-foot-bg.jpg") no-repeat 50% 0;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision-simbol .model {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.vision-simbol .simbol {
  position: relative;
  z-index: 2;
}
.vision-list .container {
  text-align: center;
}
.vision-list .container .item {
  display: inline-block;
  font-size: 0;
}
.vision-list .container .item h4 {
  font-weight: 400;
  color: #000;
  font-size: 30px;
}
.vision-list .container .item .icon {
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  margin-top: 70px;
}
.vision-list .container .item + .item {
  margin-left: 135px;
}
.vision-list .container p {
  font-size: 16px;
  color: #666666;
  padding-top: 60px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .vision-top .container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    background-size: auto 100%;
  }
  .vision-top-txt h4 {
    font-size: 4vw;
  }
  .vision-top-txt p {
    font-size: 2vw;
  }
  .vision-list .container {
    overflow: hidden;
  }
  .vision-list .container .item {
    float: left;
    display: block;
    width: 25%;
  }
  .vision-list .container .item + .item {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .vision .lg-block {
    display: block;
  }
  .vision-list .container {
    overflow: hidden;
  }
  .vision-list .container .item h4 {
    font-size: 20px;
  }
  .vision-list .container .item p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .vision-list {
    padding-top: 0;
  }
  .vision-top .tit {
    padding-top: 0 !important;
    padding-bottom: 25px;
  }
  .vision-top .container {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
  .vision-top-txt h4 {
    font-size: 5vw;
  }
  .vision-top-txt p {
    font-size: 4vw;
  }
  .vision-mid .container {
    padding-bottom: 30px;
    background-position: 50% 100%;
    background-size: auto 50%;
  }
  .vision-mid .tit {
    padding-bottom: 25px;
  }
  .vision-mid p {
    font-size: 4vw;
  }
  .vision-end {
    padding-bottom: 25px;
    margin-top: 35px;
  }
  .vision-end p {
    font-size: 4vw;
  }
  .vision-value {
    padding-top: 25px;
  }
  .vision-value > div {
    width: 320px;
  }
  .vision-value > div .item {
    width: 170px;
    height: 170px;
  }
  .vision-value > div .item strong {
    font-size: 20px;
  }
  .vision-value > div .item.value-2, .vision-value > div .item.value-3 {
    transform: translateY(-50px);
  }
  .vision-simbol {
    height: auto;
    padding: 0;
  }
  .vision-simbol .model {
    display: none;
  }
  .vision-list .container {
    overflow: hidden;
  }
  .vision-list .container .item {
    width: 50%;
  }
  .vision-list .container .item:nth-child(3), .vision-list .container .item:nth-child(4) {
    margin-top: 35px;
  }
  .vision-list .container .item h4 {
    font-size: 18px;
  }
  .vision-list .container .item .icon {
    margin-top: 15px;
  }
  .vision-list .container .item p {
    font-size: 11px;
    padding-top: 20px;
  }
}

.greeting {
  padding-top: 120px !important;
}
.greeting-tit {
  padding-left: 80px;
  line-height: 1;
  margin-bottom: 40px;
}
.greeting-tit span {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
}
.greeting-tit span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #666666;
}
.greeting-box {
  position: relative;
}
.greeting-box .ceo {
  position: absolute;
  bottom: 0;
  right: 70px;
}
.greeting-box > div {
  background: #f4f4f4 url("../images/alliance/simbolds.jpg") no-repeat 50% 100%;
  padding: 80px;
}
.greeting-box > div div {
  color: #666666;
  line-height: 1.7;
}
.greeting-box > div div + div {
  margin-top: 27px;
}
.greeting-box > div div strong {
  color: #0a5298;
  font-size: 18px;
}
.greeting-box > div div em {
  color: #0a5298;
  font-style: normal;
}
.greeting .txt-group {
  padding: 55px 0 0 80px;
}
.greeting-txt {
  line-height: 1.54;
}
.greeting-txt + .greeting-txt {
  margin-top: 35px;
}
.greeting-txt b {
  font-weight: 400;
  color: #000;
}
.greeting .ceo-sign {
  text-align: right;
  margin-top: -10px;
  padding-right: 80px;
}
@media (max-width: 1100px) {
  .greeting {
    padding-top: 80px !important;
  }
  .greeting-box > div {
    padding: 35px;
  }
  .greeting-tit,
.greeting .txt-group {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .greeting {
    padding-top: 60px !important;
  }
  .greeting-tit {
    text-align: center;
  }
  .greeting-tit div {
    text-align: left;
    display: inline-block;
  }
  .greeting-box .ceo {
    position: static;
    text-align: center;
  }
  .greeting .ceo-sign {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .greeting {
    padding-top: 50px !important;
  }
  .greeting-tit {
    font-size: 36px;
  }
  .greeting-tit span {
    padding-bottom: 20px;
  }
  .greeting-box br {
    display: none;
  }
  .greeting .txt-group br {
    display: none;
  }
  .greeting .ceo-sign {
    text-align: center;
    margin-top: 10px;
  }
  .greeting .ceo-sign img {
    max-width: 80%;
  }
}

.cignature .btn {
  text-align: right;
  margin-bottom: 10px;
}
.cignature .btn a {
  display: inline-block;
  border: 1px solid #b7b7b7;
  color: #000000;
  padding: 14px 30px;
}
.cignature .btn a i {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url("../images/alliance/ci-down.png") no-repeat 0 0;
  margin-top: -2px;
}
.cignature .list {
  overflow: hidden;
}
.cignature .list .item {
  width: calc(49% - 18px);
  float: left;
  border: 1px solid #ddd;
}
.cignature .list .item._nobg {
  margin-bottom: 0 !important;
}
.cignature .list .item:nth-child(3), .cignature .list .item:nth-child(4) {
  border-top: 0;
}
.cignature .list .item:nth-child(3) figure div, .cignature .list .item:nth-child(4) figure div {
  background: #000;
}
.cignature .list .item:nth-child(2n) {
  float: right;
}
.cignature .list .item figure {
  margin: 0;
  padding: 0;
}
.cignature .list .item figure div {
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/alliance/ci-repeat-bg.png") repeat 0 0;
}
.cignature .list .item figcaption {
  text-align: center;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #e8e8e8;
}
.cignature .list .item._nobg figure div {
  background: none;
}
@media (max-width: 1200px) {
  .cignature .list .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .cignature .btn {
    text-align: center;
  }
  .cignature .btn a {
    padding: 10px 25px;
    font-size: 14px;
  }
  .cignature .list .item {
    width: 100%;
    float: none !important;
    margin-bottom: 0 !important;
  }
  .cignature .list .item + .item {
    margin-top: 15px;
  }
  .cignature .list .item figcaption {
    height: 50px;
    line-height: 50px;
  }
}

.color-list {
  overflow: hidden;
}
.color-list .item {
  float: left;
  position: relative;
  width: calc(33.33% - 14px);
  height: 377px;
  background-color: #f4f4f4;
  overflow: hidden;
}
.color-list .item:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ededed;
  width: 280px;
  height: 280px;
  border-radius: 25px;
  transform: rotate(45deg);
  left: 40%;
  top: -20%;
  -webkit-transform-style: preserve-3d;
}
.color-list .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  left: 40%;
  width: 110px;
  height: 110px;
  transform: rotate(45deg) translateX(-50%);
  border-radius: 10px;
  -webkit-transform-style: preserve-3d;
}
.color-list .item._blue:after {
  background-color: #107ab7;
}
.color-list .item._green:after {
  background-color: #8ab73f;
}
.color-list .item._gray:after {
  background-color: #4c4d4f;
}
.color-list .item + .item {
  margin-left: 20px;
}
.color-list .item div {
  position: absolute;
  bottom: 45px;
  left: 40px;
  z-index: 2;
}
.color-list .item p {
  color: #666666;
}
.color-list .item .color-tit {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .color-list .item div {
    bottom: 25px;
    left: 25px;
  }
}
@media (max-width: 768px) {
  .color-list .item {
    width: 100%;
  }
  .color-list .item + .item {
    margin-left: 0;
    margin-top: 15px;
  }
}

._hide {
  display: none;
}

.history-tit {
  text-align: center;
  color: #000;
  font-size: 36px;
  padding-top: 20px;
}
.history-tab {
  border: 1px solid #e5e5e5;
  display: block;
  margin: 50px 0;
}
.history-tab:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.history-tab .trigger {
  display: none;
}
.history-tab button {
  display: block;
  float: left;
  color: #666666;
  position: relative;
  width: 25%;
  height: 70px;
  font-size: 18px;
}
.history-tab button + button {
  border-left: 1px solid #e5e5e5;
}
.history-tab button.active {
  color: #000;
  font-weight: 500;
  z-index: 2;
}
.history-tab button.active:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #000;
}

.in_year {
  font-weight: 700;
  color: #f3f3f3;
  font-size: 80px;
  text-align: left;
  width: 50%;
  position: relative;
  line-height: 1;
}
.in_year._right {
  float: right;
  padding-left: 70px;
}
.in_year._right:after {
  right: inherit;
  left: 0px;
}
.in_year._fir:after {
  height: 52px;
}
.in_year:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 13px;
  height: 80px;
  background-color: #c2c2c2;
  width: 1px;
}

.year_list {
  overflow: hidden;
  position: relative;
  clear: both;
}
.in_year_tit {
  float: left;
  background: url("../images/alliance/history-ci.png") no-repeat 50% 0;
  display: flex;
  justify-content: center;
  padding: 180px 0;
  width: 50%;
  margin-top: 140px;
}
.in_year_tit h4 {
  display: none;
}
.in_year_tit div {
  text-align: center;
}
.in_year_tit strong {
  color: #000;
  font-size: 48px;
}
.in_year_tit p {
  color: #b7b7b7;
}

._right .in_year_tit {
  float: right;
}

.year_detail {
  float: left;
  position: relative;
  width: 50%;
  margin-left: 0;
  padding-bottom: 70px;
  padding-left: 65px;
}
@media (min-width: 768px) {
  .year_detail._right {
    text-align: right;
    padding-right: 65px;
    margin-left: 0;
    padding-left: 0;
  }
  .year_detail._right:after {
    left: inherit;
    right: -1px;
  }
  .year_detail._right .year:after {
    left: inherit;
    right: -72px;
  }
}
.year_detail._fir:after {
  top: 14px;
}
.year_detail:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  padding-bottom: 70px;
  width: 1px;
  background-color: #c2c2c2;
}
.year_detail .item {
  position: relative;
}
.year_detail .item + .item {
  margin-top: 55px;
}
.year_detail .year {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  position: relative;
}
.year_detail .year:after {
  content: "";
  position: absolute;
  left: -71px;
  top: 50%;
  margin-top: -6.5px;
  background-color: #c2c2c2;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.year_detail .year_main {
  color: #0a5298;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.year_detail .year_main span + span {
  margin-left: 30px;
}
@media (min-width: 768px) {
  .year_detail .year_main._right {
    justify-content: flex-end;
  }
}
.year_detail .year_sub {
  color: #666666;
  line-height: 1;
}
.year_detail .year_sub p + p {
  margin-top: 12px;
}
.year_detail .year_sub + .year_main {
  margin-top: 12px;
}
.year_detail .year + .year_sub {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .in_year_tit {
    background-size: 100% auto;
    background-position: 50% 50%;
  }
}
@media (max-width: 992px) {
  .in_year {
    font-size: 8.8vw;
  }
}
@media (max-width: 768px) {
  ._right .in_year_tit {
    float: none;
  }

  .year_detail._right {
    float: none;
  }

  .history-tit {
    font-size: 4.8vw;
  }
  .history-tab {
    margin-bottom: 25px;
    min-height: 44px;
    position: relative;
    z-index: 2;
  }
  .history-tab .trigger {
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #222;
    transition: all 0.25s;
    height: 45px;
    line-height: 45px;
  }
  .history-tab .trigger:after {
    font-family: xeicon;
    content: "\e942";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.25s;
  }
  .history-tab .trigger.is-active {
    background-color: #107ab7;
    color: #fff;
  }
  .history-tab .trigger.is-active:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .history-tab div {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background-color: #fff;
  }
  .history-tab button {
    float: none;
    height: 45px;
    font-size: 14px;
    width: 100%;
  }
  .history-tab button + button {
    border-left: 0;
    border-top: 1px solid #e5e5e5;
  }
  .history-tab button.active:after {
    display: none;
  }

  .year_list {
    overflow: visible;
  }

  .in_year {
    display: none;
  }

  .in_year_tit {
    height: auto;
    margin-top: 0;
    width: 100%;
    background-size: auto 220px;
    height: 220px;
    padding: 0;
    align-items: center;
    float: none;
  }
  .in_year_tit h4 {
    display: block;
    color: #000;
  }
  .in_year_tit strong {
    font-size: 30px;
  }

  .year_detail {
    width: 100%;
    margin-left: 0;
    padding-left: 25px;
    float: none;
  }
  .year_detail._fir:after {
    top: 9px;
  }
  .year_detail:after {
    top: 9px;
  }
  .year_detail .year {
    font-size: 20px;
  }
  .year_detail .year:after {
    left: -28px;
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
  }
  .year_detail .year_main {
    font-size: 14px;
  }
  .year_detail .year_main span + span {
    margin-left: 10px;
  }

  .year_sub {
    font-size: 12px;
  }
}
.affi-title {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  background: url("../images/alliance/vision-bg.png") no-repeat right 100%;
  border-bottom: 1px solid #e8e8e8;
}
.affi-title p {
  color: #0a5298;
  font-size: 24px;
}
.affi-title h4 {
  color: #000;
  font-size: 46px;
  padding-top: 10px;
  padding-bottom: 30px;
  font-weight: 700;
}
.affi-title h4 + p {
  color: #666;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .affi-title {
    padding-bottom: 40px;
    background-size: auto 100%;
    background-position: 50% 100%;
  }
  .affi-title p {
    font-size: 2vw;
  }
  .affi-title h4 {
    font-size: 4vw;
  }
  .affi-title h4 + p {
    font-size: 1.82vw;
  }
}
@media (max-width: 768px) {
  .affi-title p {
    font-size: 4vw;
  }
  .affi-title h4 {
    font-size: 6.8vw;
    padding-bottom: 10px;
  }
  .affi-title h4 + p {
    font-size: 2.22vw;
  }
}

.affi-list {
  margin: -15px -15px 0;
}
.affi-list:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.affi-list .item {
  float: left;
  width: 33.333%;
  padding: 15px;
  overflow: hidden;
}
.affi-list .item div {
  position: relative;
  text-align: center;
  background: #f4f4f4 url("../images/affiliate/sq-2.png") no-repeat 100% 0;
  height: 470px;
  padding-top: 210px;
}
.affi-list .item div:after {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  height: 132px;
  width: 54px;
  transform: translateX(-50%);
}
.affi-list .item div:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50px;
  width: 132px;
  height: 132px;
  transform: translateX(-50%);
  background: url("../images/affiliate/sq-1.png") no-repeat 0 0;
}
.affi-list .item div.all-i-1:after {
  background-image: url("../images/affiliate/all-i-1.png");
}
.affi-list .item div.all-i-2:after {
  background-image: url("../images/affiliate/all-i-2.png");
}
.affi-list .item div.all-i-3:after {
  background-image: url("../images/affiliate/all-i-3.png");
}
.affi-list .item div.all-i-4:after {
  background-image: url("../images/affiliate/all-i-4.png");
}
.affi-list .item div.all-i-5:after {
  background-image: url("../images/affiliate/all-i-5.png");
}
.affi-list .item div.all-i-6:after {
  background-image: url("../images/affiliate/all-i-6.png");
}
.affi-list .item div.all-i-7:after {
  background-image: url("../images/affiliate/all-i-7.png");
}
.affi-list .item div.all-i-8:after {
  background-image: url("../images/affiliate/all-i-8.png");
}
.affi-list .item div.lt-i-1:after {
  background-image: url("../images/affiliate/lt-i-1.png");
}
.affi-list .item div.lt-i-2:after {
  background-image: url("../images/affiliate/lt-i-2.png");
}
.affi-list .item div.lt-i-3:after {
  background-image: url("../images/affiliate/lt-i-3.png");
}
.affi-list .item div.lt-i-4:after {
  background-image: url("../images/affiliate/lt-i-4.png");
}
.affi-list .item div.lt-i-5:after {
  background-image: url("../images/affiliate/lt-i-5.png");
}
.affi-list .item div.mh-i-1:after {
  background-image: url("../images/affiliate/mh-i-1.png");
}
.affi-list .item div.mh-i-2:after {
  background-image: url("../images/affiliate/mh-i-2.png");
}
.affi-list .item div.mh-i-3:after {
  background-image: url("../images/affiliate/mh-i-3.png");
}
.affi-list .item div.mh-i-4:after {
  background-image: url("../images/affiliate/mh-i-4.png");
}
.affi-list .item div.mh-i-5:after {
  background-image: url("../images/affiliate/mh-i-5.png");
}
.affi-list .item div.mh-i-6:after {
  background-image: url("../images/affiliate/mh-i-6.png");
}
.affi-list .item h5 {
  color: #107ab7;
  font-size: 30px;
  padding-bottom: 20px;
}
.affi-list .item p {
  line-height: 1.6;
  color: #666;
}
.affi-list .item.space {
  width: 15%;
  min-height: 1px;
}
@media (max-width: 1200px) {
  .affi-list {
    margin: -5px -5px 0;
  }
  .affi-list .item {
    padding: 5px;
  }
  .affi-list .item h5 {
    font-size: 26px;
  }
  .affi-list .item p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .affi-list .item {
    width: 50%;
  }
  .affi-list .item.space {
    display: none;
  }
  .affi-list .item div {
    padding-top: 190px;
    height: 390px;
  }
  .affi-list .item h5 {
    font-size: 20px;
  }
  .affi-list .item p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .affi-list {
    margin: -5px 0px 0;
  }
  .affi-list .item {
    padding: 5px 0;
    width: 100%;
  }
  .affi-list .item div {
    height: auto;
    padding-bottom: 35px;
  }
  .affi-list .item h5 {
    font-size: 20px;
  }
  .affi-list .item p {
    font-size: 12px;
  }
}

.blank-link {
  text-align: center;
  overflow: hidden;
  clear: left;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .blank-link {
    margin-top: 35px;
  }
}
.blank-link._t4 a {
  padding-left: 35px;
}
.blank-link a {
  text-align: left;
  display: inline-block;
  position: relative;
  background-color: #107ab7;
  color: #fff;
  height: 70px;
  line-height: 70px;
  padding-left: 65px;
  font-size: 24px;
  width: 380px;
}
.blank-link a:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 29px;
  background-color: #fff;
  opacity: 0.3;
  right: 70px;
  top: 20px;
}
.blank-link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 22px;
  top: 50%;
  background: url("../images/affiliate/arw.png") no-repeat;
  width: 25px;
  height: 23px;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .blank-link a {
    width: 100%;
    padding-left: 30px;
    font-size: 24px;
  }
}
@media (max-width: 340px) {
  .blank-link a {
    font-size: 17px;
  }
}

.slide-g {
  overflow: hidden;
}
.slide-g .box {
  position: relative;
}
.slide-g .txt-group {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #107ab7;
  height: 300px;
  width: 600px;
  padding: 50px;
}
.slide-g .txt-group div {
  position: relative;
  color: #fff;
}
.slide-g .txt-group h4 {
  font-weight: 700;
  font-size: 30px;
  padding: 0 0 27px;
}
.slide-g .txt-group p {
  line-height: 1.6;
  opacity: 0.7;
  font-size: 14px;
}
.slide-g .txt-group .icon {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .slide-g .txt-group {
    position: static;
    width: 100%;
    height: auto;
    padding: 16px;
  }
  .slide-g .txt-group h4 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .slide-g .txt-group p {
    font-size: 12px;
    width: calc(100% - 70px);
  }
  .slide-g .txt-group p br {
    display: none;
  }
}
.slide-g .slick-arrow {
  display: none !important;
}

.slide-menu {
  background-color: #fff;
  margin-top: 20px;
  border: 1px solid #ddd;
}
.slide-menu:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.slide-menu button {
  float: left;
  position: relative;
  z-index: 1;
  height: 70px;
}
.slide-menu button:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  border-left: 1px solid #ddd;
  display: block;
}
.slide-menu button:first-child:after {
  border: 0;
}
.slide-menu button.active {
  z-index: 12;
  color: #107ab7;
  font-weight: 700;
}
.slide-menu button.active:after {
  border: 1px solid #107ab7 !important;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
}
@media (max-width: 768px) {
  .slide-menu button {
    height: 45px;
    font-size: 10px;
  }
}
.slide-menu.btn-col-8 button {
  width: 12.5%;
}
@media (max-width: 1200px) {
  .slide-menu.btn-col-8 button {
    width: 25%;
  }
  .slide-menu.btn-col-8 button:nth-child(5), .slide-menu.btn-col-8 button:nth-child(6), .slide-menu.btn-col-8 button:nth-child(7), .slide-menu.btn-col-8 button:nth-child(8) {
    border-top: 1px solid #ddd;
  }
}
.slide-menu.btn-col-3 {
  background-color: transparent;
}
.slide-menu.btn-col-3 button {
  background-color: #fff;
  width: 33.34%;
}
.slide-menu.btn-col-3 button + button {
  width: 33.33%;
}
.slide-menu.btn-col-5 button {
  width: 20%;
}
@media (max-width: 1200px) {
  .slide-menu.btn-col-5 button {
    width: 33.33%;
  }
  .slide-menu.btn-col-5 button:nth-child(4), .slide-menu.btn-col-5 button:nth-child(5) {
    border-top: 1px solid #ddd;
    width: 50%;
  }
  .slide-menu.btn-col-5 button:nth-child(4):after {
    border-left: 0;
  }
}
.slide-menu.btn-col-6 {
  background-color: transparent;
}
.slide-menu.btn-col-6 button {
  width: 16.5%;
  background-color: #fff;
}
.slide-menu.btn-col-6 button + button {
  width: 16.7%;
}
@media (max-width: 1200px) {
  .slide-menu.btn-col-6 button {
    width: 33.33%;
  }
  .slide-menu.btn-col-6 button + button {
    width: 33.33%;
  }
  .slide-menu.btn-col-6 button:nth-child(4):after {
    border-left: 0;
  }
  .slide-menu.btn-col-6 button:nth-child(4), .slide-menu.btn-col-6 button:nth-child(5), .slide-menu.btn-col-6 button:nth-child(6) {
    border-top: 1px solid #ddd;
  }
}

.bg_f8 {
  position: relative;
}
@media (max-width: 1200px) {
  .bg_f8 {
    background-color: #f0f3f5;
  }
  .bg_f8:after {
    display: none !important;
  }
}
.bg_f8 .container {
  position: relative;
  z-index: 2;
}
.bg_f8:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
  height: 540px;
  background-color: #f0f3f5;
}

.subtop._incruit {
  background: url("../images/incruit/subtop.png") no-repeat 50% 0;
  height: 350px;
}
.subtop._incruit p {
  color: #fff;
  text-align: center;
  font-size: 48px;
}
.subtop._incruit p em {
  font-size: 1.3em;
}
@media (max-width: 992px) {
  .subtop._incruit p {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .subtop._incruit {
    height: 200px;
    background-size: cover;
  }
  .subtop._incruit p {
    font-size: 5.2vw;
  }
}

#content.incruit {
  padding-top: 0;
}

.incruit {
  background-color: #f7f7f7;
}
.incruit-detail {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 200px;
}
.incruit-detail + .incruit-detail {
  margin-top: 20px;
}
.incruit-detail .img {
  width: 220px;
  text-align: center;
}
.incruit-detail .txt {
  width: calc(100% - 220px);
}
.incruit-detail .txt h4 {
  color: #000;
  font-weight: 400;
  font-size: 28px;
}
.incruit-detail .txt p {
  color: #666666;
  padding-top: 10px;
  font-size: 18px;
}
.incruit-detail._odd .txt {
  text-align: left;
  padding-left: 60px;
  border-left: 1px solid #ddd;
}
.incruit-detail._even .txt {
  text-align: right;
  padding-right: 60px;
  border-right: 1px solid #ddd;
}
@media (max-width: 1200px) {
  .incruit-detail .txt h4 {
    font-size: 26px;
  }
  .incruit-detail .txt p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .incruit-detail .img {
    width: 180px;
  }
  .incruit-detail .txt {
    width: calc(100% - 180px);
  }
  .incruit-detail .txt h4 {
    font-size: 2.6vw;
  }
  .incruit-detail .txt p {
    font-size: 1.55vw;
  }
  .incruit-detail._odd .txt {
    padding-left: 30px;
  }
  .incruit-detail._even .txt {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .incruit-detail {
    display: block;
    height: auto;
    padding: 100px 0 25px;
    position: relative;
  }
  .incruit-detail .img {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .incruit-detail .img img {
    height: 69px;
  }
  .incruit-detail .txt {
    width: 100%;
    border: 0 !important;
    text-align: center !important;
  }
  .incruit-detail .txt h4 {
    font-size: 3.8vw;
    line-height: 1.24;
  }
  .incruit-detail .txt p {
    font-size: 2.9vw;
  }
  .incruit-detail._odd .txt {
    padding-left: 0;
  }
  .incruit-detail._even .txt {
    padding-right: 0;
  }
}

.benefits {
  overflow: hidden;
  margin: 0 -15px;
}
.benefits .item {
  float: left;
  width: 33.333%;
  padding: 15px;
}
.benefits .item > div {
  background-color: #fff;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits .item > div.bg {
  background-color: #ededed;
}
.benefits .item > div .icon {
  height: 92px;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}
.benefits .item > div .icon img {
  vertical-align: middle;
}
.benefits .item > div strong {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .benefits .item {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .benefits .item {
    width: 50%;
    padding: 5px;
  }
  .benefits .item > div {
    height: 140px;
  }
  .benefits .item > div .icon {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .benefits .item > div .icon img {
    height: 60%;
  }
  .benefits .item > div strong {
    font-size: 16px;
  }
}