@charset "UTF-8";
@use 'base';
/* tab_cont */
/* animation */
html, body {
  font-family: "Noto Sans KR", "Malgun Gothic", "돋움", "dotum", sans-serif;
  letter-spacing: -0.5px;
  color: #444444;
  font-size: 16px;
  font-weight: 400; }

/* reset */
body {
  position: relative;
  overflow: hidden;
  height: 100vh; }

* {
  margin: 0;
  padding: 0; }

body, h1, h2, h3, h4, h5, h6, div, p, span, strong, em, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, input, select, label, textarea, img, a {
  margin: 0;
  padding: 0;
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

ul, ol {
  list-style: none; }

table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border: 0;
  border-collapse: collapse; }

img, input, select, textarea, button {
  border: 0;
  vertical-align: middle; }

button {
  cursor: pointer;
  font-family: "Noto Sans KR", "Malgun Gothic", "돋움", "dotum", sans-serif; }

select {
  font-family: "Noto Sans KR", "Malgun Gothic", "돋움", "dotum", sans-serif;
  letter-spacing: -1px;
  color: #444444;
  font-size: 12px;
  font-weight: 400; }

legend, caption {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  z-index: -1;
  text-indent: -9999em;
  font-size: 0;
  line-height: 0; }

hr {
  display: none; }

input {
  font-family: "Noto Sans KR", "Malgun Gothic", "돋움", "dotum", sans-serif;
  font-size: .8em; }

a {
  color: #444444;
  text-decoration: none; }

a:hover {
  color: #4c6199;
  text-decoration: none; }

a:focus, a:active {
  color: #4c6199;
  text-decoration: none; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

em {
  font-style: normal; }

sub, sup {
  font-size: .7em; }

.sub_title {
  position: relative;
  padding-left: 7px;
  font-size: .9em; }
  .sub_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 2px;
    background: #4c6199;
    transform: translate(-50%, 0); }

.paginate {
  display: flex;
  justify-content: center;
  align-items: center; }
  .paginate li {
    margin-left: 3px; }
    .paginate li a {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      transition: .2s; }
      .paginate li a:hover {
        display: block;
        padding: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-weight: 500;
        background: #4c6199;
        color: white;
        text-align: center; }
    .paginate li.btn_prev {
      font-size: 0; }
      .paginate li.btn_prev a:after {
        top: 33%;
        content: '';
        position: relative;
        display: inline-block;
        margin-left: 4px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #444444;
        border-left: 1px solid #444444;
        transform: rotate(-45deg) translate(0, -50%); }
      .paginate li.btn_prev a:hover {
        background: inherit; }
        .paginate li.btn_prev a:hover:after {
          border-top: 2px solid #4c6199;
          border-left: 2px solid #4c6199; }
    .paginate li.btn_next {
      font-size: 0; }
      .paginate li.btn_next a:after {
        top: 9%;
        content: '';
        position: relative;
        display: inline-block;
        margin-left: 4px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #444444;
        border-left: 1px solid #444444;
        transform: rotate(-225deg) translate(0, -50%); }
      .paginate li.btn_next a:hover {
        background: inherit; }
        .paginate li.btn_next a:hover:after {
          border-top: 2px solid #4c6199;
          border-left: 2px solid #4c6199; }
    .paginate li.selected span {
      display: block !important;
      padding: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-weight: 500;
      background: #4c6199;
      color: white;
      text-align: center; }

.ico_close {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto; }
  .ico_close:hover .line-box > span {
    background: white; }
  .ico_close .line-box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%; }
    .ico_close .line-box > span {
      position: absolute;
      top: 50%;
      width: 100%;
      height: 2px;
      background: #4c6199; }
    .ico_close .line-box .line-01 {
      transform: rotate(135deg) translateX(0%); }
    .ico_close .line-box .line-02 {
      transform: rotate(45deg) translateX(0%); }

.text_info {
  display: block;
  padding: 5px 0;
  font-size: .8em; }
  .text_info + .text_info {
    padding-top: 0; }

.intro-view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-image: url("../images/img_building_5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px; }
  .intro-view:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .intro-view .intro_wrap {
    text-align: center;
    z-index: 100; }
    .intro-view .intro_wrap h1 {
      font-weight: 500;
      font-size: 90px;
      line-height: 1; }
    .intro-view .intro_wrap p {
      margin-bottom: 15px; }
    .intro-view .intro_wrap span {
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      font-size: 1.5em;
      color: white;
      text-shadow: 1px 1px 8px #000; }

.dot-falling {
  position: relative;
  left: -9999px;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9999px 0 0 0 #9880ff;
  animation: dot-falling 1s infinite linear;
  animation-delay: 0.1s;
  text-align: initial; }

.dot-falling::before, .dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0; }

.dot-falling::before {
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-falling-before 1s infinite linear;
  animation-delay: 0s; }

.dot-falling::after {
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-falling-after 1s infinite linear;
  animation-delay: 0.2s; }

@keyframes dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(76, 97, 153, 0.4); }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #4c6199; }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(76, 97, 153, 0.4); } }

@keyframes dot-falling-before {
  0% {
    box-shadow: 9989px -15px 0 0 rgba(76, 97, 153, 0.4); }
  25%, 50%, 75% {
    box-shadow: 9989px 0 0 0 #4c6199; }
  100% {
    box-shadow: 9989px 15px 0 0 rgba(76, 97, 153, 0.4); } }

@keyframes dot-falling-after {
  0% {
    box-shadow: 10009px -15px 0 0 rgba(76, 97, 153, 0.4); }
  25%, 50%, 75% {
    box-shadow: 10009px 0 0 0 #4c6199; }
  100% {
    box-shadow: 10009px 15px 0 0 rgba(76, 97, 153, 0.4); } }
