@charset "UTF-8";
/**************************************** sub03 공통 시작*/
/**************************************** sub03 공통 끝*/
/**************************************** 글로벌 네트워크 시작*/
.glo__s1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.glo__map_wrap {
  max-width: 800px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.glo__map_wrap picture {
  width: 100%;
  height: 100%;
}
.glo__map_wrap .glo__spot {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.glo__map_wrap .glo__spot span {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #6fccdd;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.glo__map_wrap .glo__spot span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background-color: #6fccdd;
  border-radius: 100%;
  opacity: 0.4;
  -webkit-animation: gloBounce 2s infinite;
          animation: gloBounce 2s infinite;
}
.glo__map_wrap .glo__spot.active span {
  width: 30px;
  height: 30px;
  background-color: #0d2a4d;
}
.glo__map_wrap .glo__spot.active span::after {
  background-color: transparent;
  border: 2px solid #0d2a4d;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
.glo__map_wrap .glo__spot.spot01 {
  top: 21%;
  left: 64%;
}
.glo__map_wrap .glo__spot.spot02 {
  top: 47%;
  left: 64%;
}
.glo__map_wrap .glo__spot.spot03 {
  top: 25%;
  left: 6.5%;
}
.glo__map_wrap .glo__spot.spot04 {
  top: 15%;
  left: 50.5%;
}
.glo__map_wrap .glo__spot.spot05 {
  top: 33%;
  left: 33.5%;
}
.glo__map_wrap .glo__spot.spot06 {
  top: 51%;
  left: 33.5%;
}
.glo__map_wrap .glo__spot.spot07 {
  top: 53%;
  left: 58%;
}

@-webkit-keyframes gloBounce {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 160%;
    height: 160%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes gloBounce {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 160%;
    height: 160%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.glo__con_wrap {
  max-width: 580px;
  width: 100%;
}
.glo__con_wrap .glo__con {
  width: 100%;
  border-top: 2px solid #0d2a4d;
  display: none;
}
.glo__con_wrap .glo__con .title_wrap {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.glo__con_wrap .glo__con .title_wrap .tag {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #0d2a4d;
  font-size: 1.5rem;
}
.glo__con_wrap .glo__con .title_wrap .title {
  font-size: 2.5rem;
  font-weight: 700;
}
.glo__con_wrap .glo__con .list_wrap {
  padding: 30px 20px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
.glo__con_wrap .glo__con .list_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.glo__con_wrap .glo__con .list_wrap li .tag {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #AAAAAA;
  font-size: 1.125rem;
}
.glo__con_wrap .glo__con .list_wrap li .con {
  font-size: 1.5rem;
}

/**************************************** 글로벌 네트워크 끝*/
@media screen and (max-width: 1240px) {
  .glo__s1_wrap {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .glo__s1_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
  }
  .glo__s1_wrap .glo__spot {
    display: none;
  }
  .glo__map_wrap {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  .glo__map_wrap picture {
    width: auto;
    height: auto;
  }
  .glo__con_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
    max-width: none;
  }
  .glo__con_wrap .glo__con {
    display: block;
  }
  .glo__con_wrap .glo__con .title_wrap {
    padding: 20px;
  }
  .glo__con_wrap .glo__con .title_wrap .tag {
    font-size: 1.25rem;
  }
  .glo__con_wrap .glo__con .title_wrap .title {
    font-size: 1.875rem;
  }
  .glo__con_wrap .glo__con .list_wrap {
    padding: 20px;
    row-gap: 30px;
  }
  .glo__con_wrap .glo__con .list_wrap li .tag {
    font-size: 1.0625rem;
  }
  .glo__con_wrap .glo__con .list_wrap li .con {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 540px) {
  .glo__s1_wrap {
    row-gap: 30px;
  }
  .glo__con_wrap {
    row-gap: 30px;
  }
  .glo__con_wrap .glo__con .title_wrap {
    padding: 15px 10px;
  }
  .glo__con_wrap .glo__con .title_wrap .tag {
    font-size: 1.0625rem;
  }
  .glo__con_wrap .glo__con .title_wrap .title {
    font-size: 1.5rem;
  }
  .glo__con_wrap .glo__con .list_wrap {
    padding: 15px 10px;
    row-gap: 20px;
  }
  .glo__con_wrap .glo__con .list_wrap li .tag {
    font-size: 0.9375rem;
  }
  .glo__con_wrap .glo__con .list_wrap li .con {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=sub03.css.map */