@charset "utf-8";
/* 허브영역 */
.hub {
  position: relative;
  display: block;
  width: 100%;
  background: url("../images/bg_gcn.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 80px;
}
.hub .pagew {
  width: 1420px;
}
.hub-top {
  position: relative;
  display: block;
}
.hub-info {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
}
.hub-info > li {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;

  text-align: center;
  font-family: "NanumSquare";

  color: #fff;

  opacity: 0;
  transform: translateY(10%);

  transition: opacity 0.3s, transform 0.3s;
}
.hub-info-focus {
  opacity: 1 !important;
  transform: translateY(0%) !important;
  z-index: 99;
}
.hub-info-bar {
  position: relative;
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
}

.hub-info-cate {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: -1px;
  line-height: 52px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.hub-info-tit {
  position: relative;
  display: block;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 52px;
  margin-bottom: 30px;
}

.hub-info-tit b {
  font-weight: 500;
}

.hub-info-desc {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
}
/* 허브 하단 */
.hub-bottom {
    position: relative;
    display: block;
    background-color: rgba(25, 43, 93, 0.9);
}.hub-menu {
    position: relative;
    display: block;
    width: 95%;
    margin: 0 auto;
}

.hub-menu>li {
    position: relative;
    display: block;
    float: left;
    width: 10%;

    text-align: center;
}

.hub-menu>li>a {
    position: relative;
    display: inline-block;
    margin: 4rem 0;
    transition: transform 0.3s;
}
.hub-menu>li>a:hover{
    transform: translateY(-10%);
}
.h-icon{
    position: relative;
    display: block;
    margin: 0 auto;

    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
}
.h-icon::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 45px;
    background: url('../images/conIcon.png') no-repeat;
}
.hub-menu>li:nth-child(1)>a .h-icon:after {
    background-position-x: 0;
}

.hub-menu>li:nth-child(2)>a .h-icon:after {
    background-position-x: -129px;
}

.hub-menu>li:nth-child(3)>a .h-icon:after {
    background-position-x: -257px;
}

.hub-menu>li:nth-child(4)>a .h-icon:after {
    background-position-x: -392px;
}

.hub-menu>li:nth-child(5)>a .h-icon:after {
    background-position-x: -526px;
}

.hub-menu>li:nth-child(6)>a .h-icon:after {
    background: url('../images/vr_icon.png') no-repeat center;
}

.hub-menu>li:nth-child(7)>a .h-icon:after {
    background-position-x: -927px;
}

.hub-menu>li:nth-child(8)>a .h-icon:after {
    background-position-x: -1058px;
}

.hub-menu>li:nth-child(9)>a .h-icon:after {
    background-position-x: -1187px;
}

.hub-menu>li:nth-child(10)>a .h-icon:after {
    background: url('../images/ggsc_icon.png') no-repeat center;
}
.h-txt {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    font-family: 'NanumSquare';
    margin-top: 1rem;
}

.h-sm {
    font-size: 1.5rem;
}