:root {
  --color-main: #255CA7;
  --color-sub: #1EB9EE;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --font-pretendard: 'Pretendard', sans-serif;
  --font-poppins: 'Poppins', sans-serif;
  --gradient: linear-gradient(90deg, #255CA7 0%, #154595 100%);
}

.font45 {
  --fontsize: 4.5rem;
  font-size: var(--fontsize);
}

.font50 {
  --fontsize: 5.0rem;
  font-size: var(--fontsize);
}

.font60 {
  --fontsize: 6.0rem;
  font-size: var(--fontsize);
}

main .visual {
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
}

main .visual * {
  color: var(--color-white);
}

main .visual .box,
main .visual .videoBox,
main .visual .contents {
  width: 100%;
  height: 100%;
}

main .visual .videoBox {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

main .visual video {
  min-width: 100%;
}

main .visual .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .visual .contents .w1400,
main .visual .contents .w1600 {
  height: auto;
}

main .visual .slideWrap {
  padding: 0 0 30px;
  margin: auto 0;
}

main .visual .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  margin: 0 0 50px;
}

main .visual .swiper-pagination li {
  width: 54px;
  height: 54px;
  position: relative;
}

main .visual .swiper-pagination svg {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  width: 100%;
  height: 100%;
}

main .visual .swiper-pagination circle {
  fill: transparent;
  stroke: var(--color-white);
  stroke-width: 2px;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
}

main .visual .swiper-pagination button {
  font-size: 1.4rem;
  font-family: var(--font-pretendard);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .visual .swiper-pagination button::before {
  content: "0";
}

main .visual .title h2,
main .visual .title p {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0s;
  transition: all 0s;
}

main .visual .title h2 {
  font-weight: 300;
  line-height: 1.3;
  font-family: var(--font-pretendard);
}

main .visual .title h2 b {
  font-weight: 700;
}

main .visual .title p {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 25px 0 0;
}

main .visual .swiper-slide-active .title h2,
main .visual .swiper-slide-active .title p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
}

main .visual .swiper-slide-active .title p {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

main .visual .scroll {
  gap: 0 10px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  padding: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .visual .scroll .bar {
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

main .visual .scroll .bar span {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--color-sub);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
  50% {
    left: calc(100% - 5px);
  }
}

@keyframes scroll {
  50% {
    left: calc(100% - 5px);
  }
}

main .visual .w1600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .visual .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 10px;
  position: absolute;
  bottom: 0;
}

main .visual .link li {
  width: 230px;
  height: 95px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  border-radius: 7px 7px 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

main .visual .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.9rem;
  padding: 0 30px;
  width: 100%;
  height: 100%;
}

main .visual .link span {
  display: block;
  font-size: 13px;
  margin: -13px 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

main .visual .link li:hover {
  height: 125px;
  background: var(--gradient);
}

main .visual .link li:hover span {
  margin: 15px 0 0;
  opacity: 1;
}

main section:not(.visual) .box {
  padding: 120px 0;
}

main section:not(.visual) .smallTitle {
  font-size: 2.0rem;
  font-weight: 600;
}

main section:not(.visual) .title p {
  font-size: 2.0rem;
  font-family: var(--font-pretendard);
  line-height: 1.5;
}

main .update {
  position: relative;
  overflow: hidden;
}

main .update .point {
  width: 36.80%;
  padding: 18.40% 0;
  position: absolute;
  top: 5%;
  right: -10%;
  z-index: -1;
}

main .update .point .pointBorder,
main .update .point .pointCircle {
  width: 100%;
  height: 100%;
}

main .update .point .pointBorder {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .update .point .pointBorder:first-child {
  border-color: #f2f2f2;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  -webkit-animation: pointBorder1 10s linear infinite;
          animation: pointBorder1 10s linear infinite;
}

main .update .point .pointBorder:last-child {
  border-color: #dadada;
  top: calc(50% + 10px);
  left: calc(50% + 10px);
  -webkit-animation: pointBorder2 10s linear infinite;
          animation: pointBorder2 10s linear infinite;
}

@-webkit-keyframes pointBorder1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-50%, calc(-50% - 40px));
            transform: translate(-50%, calc(-50% - 40px));
  }
  50% {
    -webkit-transform: translate(calc(-50% + 20px), calc(-50% - 40px));
            transform: translate(calc(-50% + 20px), calc(-50% - 40px));
  }
  75% {
    -webkit-transform: translate(calc(-50% + 20px), -50%);
            transform: translate(calc(-50% + 20px), -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes pointBorder1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-50%, calc(-50% - 40px));
            transform: translate(-50%, calc(-50% - 40px));
  }
  50% {
    -webkit-transform: translate(calc(-50% + 20px), calc(-50% - 40px));
            transform: translate(calc(-50% + 20px), calc(-50% - 40px));
  }
  75% {
    -webkit-transform: translate(calc(-50% + 20px), -50%);
            transform: translate(calc(-50% + 20px), -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes pointBorder2 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(calc(-50% - 40px), -50%);
            transform: translate(calc(-50% - 40px), -50%);
  }
  50% {
    -webkit-transform: translate(calc(-50% - 40px), calc(-50% - 20px));
            transform: translate(calc(-50% - 40px), calc(-50% - 20px));
  }
  75% {
    -webkit-transform: translate(-50%, calc(-50% - 20px));
            transform: translate(-50%, calc(-50% - 20px));
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes pointBorder2 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(calc(-50% - 40px), -50%);
            transform: translate(calc(-50% - 40px), -50%);
  }
  50% {
    -webkit-transform: translate(calc(-50% - 40px), calc(-50% - 20px));
            transform: translate(calc(-50% - 40px), calc(-50% - 20px));
  }
  75% {
    -webkit-transform: translate(-50%, calc(-50% - 20px));
            transform: translate(-50%, calc(-50% - 20px));
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

main .update .point .pointCircle {
  position: absolute;
  top: 50%;
  left: 50%;
}

main .update .point .pointCircle.first {
  -webkit-transform: translate(-50%, -50%) rotate(120deg);
          transform: translate(-50%, -50%) rotate(120deg);
  -webkit-animation: pointCircle1 20s linear infinite;
          animation: pointCircle1 20s linear infinite;
}

main .update .point .pointCircle.last {
  -webkit-transform: translate(-50%, -50%) rotate(280deg);
          transform: translate(-50%, -50%) rotate(280deg);
  -webkit-animation: pointCircle2 20s linear infinite;
          animation: pointCircle2 20s linear infinite;
}

@-webkit-keyframes pointCircle1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(120deg);
            transform: translate(-50%, -50%) rotate(120deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-240deg);
            transform: translate(-50%, -50%) rotate(-240deg);
  }
}

@keyframes pointCircle1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(120deg);
            transform: translate(-50%, -50%) rotate(120deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-240deg);
            transform: translate(-50%, -50%) rotate(-240deg);
  }
}

@-webkit-keyframes pointCircle2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(280deg);
            transform: translate(-50%, -50%) rotate(280deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(640deg);
            transform: translate(-50%, -50%) rotate(640deg);
  }
}

@keyframes pointCircle2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(280deg);
            transform: translate(-50%, -50%) rotate(280deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(640deg);
            transform: translate(-50%, -50%) rotate(640deg);
  }
}

main .update .point span {
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
}

main .update .point span::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main .update .point span.colorS::after {
  width: 11px;
  height: 11px;
  background: var(--color-sub);
  bottom: -5.5px;
}

main .update .point span.colorM::after {
  width: 7px;
  height: 7px;
  background: var(--color-main);
  top: -3.5px;
}

main .update .swiper-container {
  overflow: hidden;
}

main .update .smallTitle {
  color: var(--color-main);
}

main .update .textBox .swiper-slide .titleBox {
  opacity: 0;
}

main .update .textBox .swiper-slide-active .titleBox {
  opacity: 1;
}

main .update .title {
  gap: 0 70px;
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .update .title * {
  color: #222;
}

main .update .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 14px;
  margin: 45px 0 35px;
}

main .update .swiper-pagination button {
  background: var(--color-white);
  border: 1px solid #E6E6E6;
  border-radius: 100px;
  color: #999;
  font-size: 1.6rem;
  padding: 15px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

main .update .swiper-pagination .swiper-pagination-bullet-active button {
  background: var(--gradient);
  color: var(--color-white);
  font-weight: 500;
}

main .update .imgBox {
  width: 205.625%;
}

main .infra {
  background: url("/hudaters-n/img/main/infraBg.jpg") no-repeat center/cover;
}

main .infra *:not(.smallTitle) {
  color: var(--color-white);
}

main .infra .smallTitle {
  color: var(--color-sub);
}

main .infra .flexBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .infra .text {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main .infra h2 {
  margin: 15px 0 45px;
}

main .infra .itemBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  gap: 65px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px 0 0;
}

main .infra .item p {
  font-weight: 300;
  margin: 20px 0 0;
}

main .infra h6 {
  color: #dadee9;
  font-size: 2.0rem;
  font-weight: 600;
  font-family: var(--font-pretendard);
}

main .infra h6 span {
  color: var(--color-white);
  font-size: 6.0rem;
}

main .infra figure {
  -webkit-transform: skew(-65deg, -65deg);
          transform: skew(-65deg, -65deg);
}

main .infra figure.on {
  -webkit-transform: skew(0, 0);
          transform: skew(0, 0);
}

main .data {
  background: url("/hudaters-n/img/main/dataBg.jpg") no-repeat center/cover;
}

main .data .title {
  text-align: center;
}

main .data .title * {
  color: #222;
}

main .data h2 {
  margin: 0 0 30px;
}

main .data .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  padding: 0 40px;
  margin: 60px 0 0;
}

main .data .itemBox .item {
  width: 100%;
  height: 495px;
  background: var(--color-white);
  border-radius: 20px;
  padding: 40px 0 0;
  position: relative;
}

main .data .itemBox .item::before {
  content: "";
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(9, 53, 127, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(9, 53, 127, 0.1);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .data .itemBox .item:not(.source) ul {
  text-align: center;
}

main .data .itemBox .item:not(.source) ul li {
  color: var(--color-white);
  font-size: 2.1rem;
}

main .data .itemBox .top {
  text-align: center;
  margin: 0 0 20px;
}

main .data .itemBox .top > * {
  line-height: 1.3;
}

main .data .itemBox .top em {
  color: var(--color-main);
  font-weight: 600;
}

main .data .itemBox .top h5 {
  color: #222;
  font-size: 2.4rem;
  font-weight: 600;
}

main .data .itemBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .data .itemBox .source ul {
  gap: 4px 0;
  padding: 0 30px;
}

main .data .itemBox .source ul li {
  gap: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .data .itemBox .source .icon {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #eef0f7;
  border-radius: 50%;
  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;
}

main .data .itemBox .source p {
  color: #333;
  font-size: 1.8rem;
}

main .data .itemBox .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
  z-index: 1;
}

main .data .itemBox .imgBox .top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main .data .itemBox .imgBox .bg {
  height: 100%;
  position: relative;
}

main .data .itemBox .imgBox .img {
  width: 124.2857%;
  height: 100%;
  position: absolute;
}

main .data .itemBox .imgBox .img img {
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .data .itemBox .imgBox ul {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 0;
  position: relative;
  z-index: 1;
}

main .data .itemBox .imgBox ul li {
  font-weight: 700;
}

main .data .itemBox .technology .img {
  right: -5.7142%;
}

main .data .itemBox .technology ul {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

main .data .itemBox .lodge .img {
  left: -5.7142%;
}

main .data .itemBox .lodge ul {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

main .data .itemBox .service ul {
  gap: 14px 0;
  padding: 0 40px;
}

main .data .itemBox .service ul li {
  background: #051654;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  font-weight: 500;
  padding: 17px 20px;
  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;
}
