@charset "utf-8";
/* global_network.css */
/* abbreviation.css */
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.td-n {
  text-decoration: none;
}
.td-u {
  text-decoration: underline;
}
.td-o {
  text-decoration: overline;
}
.td-t {
  text-decoration: line-through;
}
.fw-b {
  font-weight: bold;
}
.fw-n {
  font-weight: normal;
}
.bg-n {
  background: none;
}
.bg-nr {
  background-repeat: no-repeat;
}
.d-b {
  display: block;
}
.d-i {
  display: inline;
}
.d-ib {
  display: inline-block;
}
.d-t {
  display: table;
}
.d-tc {
  display: table-cell;
}
.d-to {
  display: table-column;
}
.d-tr {
  display: table-row;
}
.d-n {
  display: none;
}
.d-r {
  display: run-in;
}
.v-v {
  visibility: visible;
}
.v-h {
  visibility: hidden;
}
.tl-f {
  table-layout: fixed;
}
.tl-a {
  table-layout: auto;
}
.clear {
  content: '';
  display: block;
  clear: both !important;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.nclear:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.after-clear {
  content: '';
  clear: both;
  display: block;
}
.p-r {
  position: relative;
}
.p-a {
  position: absolute;
}
.p-f {
  position: fixed;
}
.p-s {
  position: static;
}
.o-a {
  overflow: auto;
}
.o-h {
  overflow: hidden;
}
.o-s {
  overflow: scroll;
}
.o-v {
  overflow: visible;
}
.f-n {
  float: none;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.v-t {
  vertical-align: top;
}
.v-m {
  vertical-align: middle;
}
.v-b {
  vertical-align: bottom;
}
.v-bl {
  vertical-align: baseline;
}
.mgat {
  margin: 0 auto;
}
.bd-n {
  border: none;
}
.csr-p {
  cursor: pointer;
}
.csr-h {
  cursor: help;
}
.csr-d {
  cursor: default;
}
.tr-com {
  transition: all 0.3s ease;
}
/* reusable font-style */
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs20 {
  font-size: 20px;
}
.fs25 {
  font-size: 25px;
  font-weight: bold;
}
.fs30 {
  font-size: 30px;
}
.fwn {
  font-weight: normal;
}
/* cursor */
.csr-p {
  cursor: pointer;
}
.csr-d {
  cursor: default;
}
/* reusable vertical-align */
.va-t {
  vertical-align: top;
}
.va-b {
  vertical-align: bottom;
}
.va-m {
  vertical-align: middle;
}
/* font-family 'lato' */
.ff-l {
  font-family: 'Lato', sans-serif;
}
.ff-nkr {
  /* font-family: 'NotoKrR', sans-serif; */
}
section.global_network_title {
  position: relative;
  z-index: -1;
  /* overflow: hidden; */
  background: linear-gradient(to right, rgba(0,123,214,.1) 0%, rgba(38,172,219,.1) 100%), url('../assets/image/background/gn-background.png') 40% center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 960px;
  background-size: cover;
}
section.global_network_title h2 {
  padding-top: 180px;
}
section.global_network_title h2 ul {
  text-align: center;
  display: block;
}
section.global_network_title h2 ul div {
  display: inline-block;
}
section.global_network_title h2 ul div li {
  display: inline-block;
  font-size: 42px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 0 22px;
  opacity: 0;
}
section.global_network_title h2 ul div.global li:nth-child(1) {
  animation: text_op 1s forwards;
}
section.global_network_title h2 ul div.global li:nth-child(2) {
  animation: text_op 1s .2s forwards;
}
section.global_network_title h2 ul div.global li:nth-child(3) {
  animation: text_op 1s .4s forwards;
}
section.global_network_title h2 ul div.global li:nth-child(4) {
  animation: text_op 1s .6s forwards;
}
section.global_network_title h2 ul div.global li:nth-child(5) {
  animation: text_op 1s .8s forwards;
}
section.global_network_title h2 ul div.global li:nth-child(6) {
  animation: text_op 1s 1s forwards;
  margin-right: 55px;
}
section.global_network_title h2 ul div.network li:nth-child(1) {
  animation: text_op 1s 1.2s forwards;
}
section.global_network_title h2 ul div.network li:nth-child(2) {
  animation: text_op 1s 1.4s forwards;
}
section.global_network_title h2 ul div.network li:nth-child(3) {
  animation: text_op 1s 1.6s forwards;
}
section.global_network_title h2 ul div.network li:nth-child(4) {
  animation: text_op 1s 1.8s forwards;
}
section.global_network_title h2 ul div.network li:nth-child(5) {
  animation: text_op 1s 2s forwards;
}
section.global_network_title h2 ul div.network li:nth-child(6) {
  animation: text_op 1s 2.2s forwards;
}
section.global_network_title h2 ul div.network li:nth-child(7) {
  animation: text_op 1s 2.4s forwards;
}
/* 헤더 아이콘 */
section.global_network_title h2:before {
  background: url('../assets/image/logo/common-title-white.png') no-repeat center;
  width: 57px;
  height: 20px;
  display: block;
  content: '';
  margin: 0 auto 20px;
  animation: mini_cube 1s 2.6s forwards;
  opacity: 0;
}
section.global_network_title .world_map {
  width: 770px;
  margin: 0 auto;
  background: url('../img/global/world_map.png');
  background-repeat: no-repeat;
  height: 340px;
  margin-top: 60px;
}
section.global_network_title .world_map .country {
  position: absolute;
}
section.global_network_title .world_map .country li {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 90px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  z-index: 90;
  cursor: pointer;
}
section.global_network_title .world_map .country li .heartbit {
  animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
  border-radius: 50%;
  display: inline-block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: rgba(0, 162, 255, .5);
  opacity: 0.8;
  z-index: -1;
}
section.global_network_title .world_map .country li .heartbit.sp {
  background-color: rgba(0, 123, 214, .5);
}
section.global_network_title .world_map .country li span {
  background-color: rgba(0, 162, 255, .5);
  position: absolute;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: -1;
}
section.global_network_title .world_map .country li:nth-of-type(1) {
  top: 78px;
  left: 238px;
}
section.global_network_title .world_map .country li:nth-of-type(2) span {
  background-color: rgba(0, 123, 214, .85);
}
section.global_network_title .world_map .country li:nth-of-type(2) {
  top: 130px;
  left: 300px;
}
section.global_network_title .world_map .country li:nth-of-type(3) {
  top: 76px;
  left: 26px;
}
section.global_network_title .world_map .country li:nth-of-type(4) {
  line-height: 15px;
  top: 70px;
  left: -40px;
}
section.global_network_title .world_map .country li:nth-of-type(4) .heartbit {
  top: -40px;
}
section.global_network_title .world_map .country li:nth-of-type(4) span {
  top: -30px;
}
section.global_network_title .text_area {
  /* width: 1280px; */
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 160px;
  text-align: center;
}
section.global_network_title .text_area h4 {
  font-size: 26px;
  opacity: 0;
  line-height: 24px;
  letter-spacing: -1px;
  padding-top: 30px;
}
section.global_network_title .text_area h4.on {
  padding-top: 0;
  opacity: 0.8;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.global_network_title .text_area p {
  opacity: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  padding-top: 50px;
}
section.global_network_title .text_area p.on {
  padding-top: 25px;
  opacity: 0.7;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.5s;
}
section.global_network_title .scroll_down {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  animation: scrolldown 2s forwards;
}
section.global_network_title .scroll_down a {
  /* position: absolute;
  z-index: 20; */
  display: inline-block;
  width: 100px;
  height: 100px;
  /* text-indent: -9999px; */
  font-size: 0;
  background: url('../img/main/scroll.png');
}
section.object_area {
  margin: 0 auto;
  width: 1200px;
  height: 0;
}
/* background shape 이미지 */
section.object_area .bg_object_01 {
  background: url('../assets/image/shape/gn-shape-1.png');
  background-repeat: no-repeat;
  width: 305px;
  height: 303px;
  z-index: -10;
  display: inline-block;
  position: absolute;
  margin-top: 1700px;
  margin-left: 930px;
}
/* background shape 이미지 */
section.object_area .bg_object_02 {
  background: url('../assets/image/shape/gn-shape-2.png');
  background-repeat: no-repeat;
  width: 122px;
  height: 132px;
  z-index: -10;
  display: inline-block;
  position: absolute;
  margin-top: 2200px;
  margin-left: 100px;
}
/* background shape 이미지 */
section.object_area .bg_object_03 {
  background: url('../assets/image/shape/gn-shape-3.png');
  background-repeat: no-repeat;
  width: 58px;
  height: 50px;
  z-index: -10;
  display: inline-block;
  position: absolute;
  margin-top: 2690px;
  margin-left: 950px;
}
section.center_list ul {
  overflow: hidden;
}
section.center_list ul li {
  color: #444444;
  text-align: center;
  padding: 100px 0;
  border-bottom: 1px solid #dbdbdb;
  /* height: 138px; */
}
section.center_list ul li:last-child {
  border-bottom: 0 solid #cccccc;
}
section.center_list ul li h5 {
  color: #444444;
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 52px;
  opacity: 0;
  margin-top: 50px;
}
/* text decoration */
section.center_list ul li h5:before {
  background: url('../assets/image/shape/gn-wave.png');
  background-repeat: no-repeat;
  width: 71px;
  height: 6px;
  content: '';
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
section.center_list ul li h5.on {
  opacity: 1;
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.center_list ul li p {
  color: #999999;
  letter-spacing: -1px;
  font-size: 16px;
  line-height: 45px;
  margin-top: 50px;
  opacity: 0;
}
section.center_list ul li p span {
  line-height: 8px;
}
section.center_list ul li p .sub-title {
  color: #444;
  display: block;
  font-weight: bold;
  font-size: 16px;
}
section.center_list ul li p.on {
  opacity: 1;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}
@keyframes text_op {
  form {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mini_cube {
  form {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes heartbit {
  0% {
    transform: scale(0.3);
    -webkit-transform: scale(0);
    opacity: 0.4;
  }
  50% {
    transform: scale(0.7);
    -webkit-transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: translateY(26px);
  }
  50% {
    transform: translateY(46px);
  }
  100% {
    transform: translateY(26px);
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  section.global_network_title {
    background: linear-gradient(to right, rgba(0,123,214,.1) 0%, rgba(38,172,219,.1) 100%), url('../assets/image/background/gn-background-m.png') 40% center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1247px;
    min-height: auto;
    height: 100vh;
  }
  section.global_network_title h2 {
    padding-top: 25vw;
  }
  section.global_network_title h2:before {
    margin-bottom: 2vw;
  }
  section.global_network_title h2 ul div li {
    font-size: 6vw;
    margin: 0 3vw;
    line-height: 8vw;
  }
  section.global_network_title h2 ul div.global li:nth-of-type(6) {
    margin-right: 0;
  }
  section.global_network_title .world_map {
    background-size: 100%;
    width: 90%;
    height: 42vw;
    margin: 10vw 5% 0 5%;
  }
  section.global_network_title .world_map .country li {
    max-width: 90px;
    max-height: 90px;
    width: 18vw;
    height: 18vw;
    font-size: 3vw;
    line-height: 16vw;
  }
  section.global_network_title .world_map .country li .heartbit {
    max-width: 110px;
    max-height: 110px;
    width: 20vw;
    height: 20vw;
    top: -1vw;
    left: -1vw;
  }
  section.global_network_title .world_map .country li span {
    max-width: 90px;
    max-height: 90px;
    width: 18vw;
    height: 18vw;
  }
  section.global_network_title .world_map .country li:nth-of-type(4) {
    top: 5vw;
    left: 0;
    line-height: 3vw;
  }
  section.global_network_title .world_map .country li:nth-of-type(4) .heartbit {
    top: -5vw;
  }
  section.global_network_title .world_map .country li:nth-of-type(4) span {
    top: -4vw;
  }
  section.global_network_title .world_map .country li:nth-of-type(3) {
    top: 11vw;
    left: 8vw;
    z-index: 100;
  }
  section.global_network_title .world_map .country li:nth-of-type(2) {
    top: 15vw;
    left: 35vw;
  }
  section.global_network_title .world_map .country li:nth-of-type(1) {
    top: 6vw;
    left: 25vw;
    line-height: 17vw;
  }
  section.global_network_title .scroll_down {
    display: none;
  }
  section.global_network_title .text_area {
    width: 100%;
    margin-top: 15vw;
  }
  section.global_network_title .text_area h4 {
    font-size: 5.4vw;
    /* font-size: 4vw; */
    line-height: 7vw;
  }
  section.global_network_title .text_area p {
    /* font-size: 3vw; */
    font-size: 4vw;
    line-height: 6vw;
    padding-top: 4vw;
  }
  section.center_list ul li {
    /* min-height: 90px; */
    padding: 10vw 0;
  }
  section.center_list ul li h5 {
    font-size: 5vw;
    line-height: 8vw;
  }
  /* text decoration */
  section.center_list ul li h5:before {
    background: url('../assets/image/shape/gn-wave-m.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  section.center_list ul li p {
    font-size: 3.85vw;
    line-height: 5vw;
    margin-top: 5vw;
  }
  section.center_list ul li p .sub-title {
    font-size: 3.85vw;
    font-size: 4.2vw;
    line-height: 6vw;
  }
  section.object_area {
    display: none;
  }
  section.global_network_title h2:before {
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100%;
    /* width: 32px; */
    /* width: 12vw; */
    max-width: 12vw;
    /* height: 3vw; */
    /* height: 40px; */
  }
}
/* Tablet */
@media screen and (min-width: 769px) and (max-width: 1023px) {
  section.global_network_title .world_map {
    width: 700px;
    background-size: 100%;
  }
  section.global_network_title .text_area {
    margin-top: 0;
    padding-bottom: 20px;
  }
  section.global_network_title .text_area h4 {
    line-height: 28px;
  }
  section.global_network_title .text_area p .pc_hide {
    display: none;
  }
}
/* PC */
/* Tablet */
@media screen and (min-width: 715px) and (max-width: 768px) {
  section.global_network_title .world_map .country li {
    line-height: 12vw;
  }
  section.global_network_title .world_map .country li:nth-of-type(4) {
    line-height: 2vw;
  }
}
/* etc */
@media screen and (min-width: 381px) and (max-width: 768px) {
  section.global_network_title .world_map .country li:nth-of-type(4) {
    line-height: 2.5vw;
  }
}
@media screen and (min-width: 670px) and (max-width: 768px) {
  section.global_network_title .world_map .country li .heartbit {
    top: -1.5vw;
    left: -1.5vw;
  }
  section.global_network_title .world_map .country li:nth-of-type(4) .heartbit {
    top: -5.5vw;
  }
}
