html {
  font-size: 62.5%;
}

.a11y_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
}

body {
  font-family: "NanumSquareRound", sans-serif;
}

.gate_wrap {
  position: relative;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.gate_bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 192rem;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
.gate_bg::before, .gate_bg::after {
  content: "";
  position: absolute;
}
.gate_bg::before {
  top: 0;
  left: -25.1rem;
  width: 73.8rem;
  height: 39.7rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='738' height='397' viewBox='0 0 738 397' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.6' cx='369' cy='28' r='259' stroke='url(%23paint0_linear_136_3018)' stroke-width='220'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_136_3018' x1='188.5' y1='502.5' x2='725.5' y2='-252.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E7F0FD' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23E7F0FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
}
.gate_bg::after {
  right: -32.4rem;
  bottom: 0;
  width: 78.3rem;
  height: 67.2rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='783' height='672' viewBox='0 0 783 672' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.6' cx='391.5' cy='391.5' r='281.5' stroke='url(%23paint0_linear_136_3016)' stroke-width='220'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_136_3016' x1='460.463' y1='85.939' x2='233.097' y2='672.247' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E7F0FD' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23E7F0FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
}

.gate_header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6rem;
}
.gate_header__logo img {
  height: 5.4rem;
}

.gate_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 192rem;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
  padding: 8rem 0 2rem;
}

.gate_main {
  padding: 0 4rem;
}
.gate_main__title {
  color: #25284A;
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -2.6px;
}

.gate_cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 4.8rem 0;
}

.gate_card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 56rem;
  min-height: 52.8rem;
  padding: 5.6rem 5.6rem;
  color: #fff;
  text-align: left;
  border-radius: 4.8rem;
}
.gate_card--blue {
  background: linear-gradient(140deg, #3C84F0 -1.8%, #4BA5F4 105.23%);
}
.gate_card--orange {
  background: linear-gradient(140deg, #FF9900 -1.8%, #FFB84D 105.23%);
}
.gate_card__content {
  z-index: 2;
}
.gate_card__title {
  padding-right: 4rem;
  color: #FFF;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.4;
  word-break: keep-all;
  letter-spacing: -0.076rem;
}
.gate_card__desc {
  margin-top: 2.4rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.gate_card__visual {
  position: absolute;
  right: 5.6rem;
  bottom: 4.8rem;
  z-index: 1;
  width: 18rem;
}
.gate_card__visual img {
  max-width: 100%;
  height: auto;
}
.gate_card__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border-bottom-left-radius: 4.8rem;
}
.gate_card__arrow::before, .gate_card__arrow::after {
  content: "";
  position: absolute;
  width: 5.6rem;
  height: 5.6rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Cpath d='M56 56C56 25.0722 30.9278 0.000176784 0 0H56V56Z' fill='white'/%3E%3C/svg%3E") no-repeat;
}
.gate_card__arrow::before {
  top: 0;
  left: -5.6rem;
}
.gate_card__arrow::after {
  right: 0;
  bottom: -5.6rem;
}
.gate_card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 6.4rem;
  height: 6.4rem;
  background: #25284A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M18.3202 16.669L30.7451 16.9721M30.7451 16.9721L31.0482 29.3969M30.7451 16.9721L16.1989 31.5183' stroke='white' stroke-width='3.74026' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  border-radius: 3.2rem;
}

.gate_footer {
  display: flex;
  justify-content: center;
}

.gate_contact {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 2.8rem 4rem;
  background: rgba(37, 40, 74, 0.9);
  border-radius: 10rem;
  box-shadow: 0 2.8rem 5.6rem 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1.4rem);
}
.gate_contact__phone {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.048rem;
}
.gate_contact__icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.9506 23.9012C10.3059 23.9012 8.75926 23.5881 7.3107 22.9619C5.86968 22.3433 4.60219 21.487 3.50823 20.393C2.41427 19.299 1.55418 18.0316 0.927983 16.5905C0.309328 15.142 0 13.5953 0 11.9506C0 10.2984 0.309328 8.75171 0.927983 7.3107C1.55418 5.86214 2.41427 4.59088 3.50823 3.49691C4.60219 2.40295 5.86968 1.54664 7.3107 0.927984C8.75926 0.309328 10.3059 0 11.9506 0C13.6029 0 15.1495 0.309328 16.5905 0.927984C18.0391 1.54664 19.3104 2.40295 20.4043 3.49691C21.4983 4.59088 22.3546 5.86214 22.9732 7.3107C23.5995 8.75171 23.9125 10.2984 23.9125 11.9506C23.9125 13.5953 23.5995 15.142 22.9732 16.5905C22.3546 18.0316 21.4983 19.299 20.4043 20.393C19.3104 21.487 18.0391 22.3433 16.5905 22.9619C15.1495 23.5881 13.6029 23.9012 11.9506 23.9012ZM9.21193 14.644C9.85322 15.2778 10.5209 15.8512 11.215 16.3642C11.9091 16.8697 12.6032 17.2695 13.2973 17.5638C13.9914 17.858 14.6478 18.0051 15.2665 18.0051C15.6965 18.0051 16.0926 17.9259 16.4547 17.7675C16.8169 17.6091 17.1224 17.3903 17.3714 17.1111C17.6128 16.8471 17.7826 16.6094 17.8807 16.3981C17.9863 16.1869 18.0391 15.9945 18.0391 15.821C18.0391 15.5494 17.8392 15.274 17.4393 14.9949L15.8663 13.8519C15.6625 13.7085 15.5041 13.618 15.3909 13.5802C15.2778 13.5425 15.1608 13.5237 15.0401 13.5237C14.942 13.5237 14.844 13.5388 14.7459 13.5689C14.6478 13.5916 14.512 13.6481 14.3385 13.7387L13.3086 14.3045C13.2106 14.3649 13.12 14.3951 13.037 14.3951C12.9767 14.3951 12.9239 14.3875 12.8786 14.3724C12.8333 14.3498 12.7767 14.3272 12.7088 14.3045C12.4674 14.1914 12.1845 14.0103 11.8601 13.7613C11.5357 13.5048 11.2188 13.2257 10.9095 12.9239C10.2833 12.2977 9.83813 11.7167 9.57407 11.1811C9.55898 11.1509 9.54012 11.1132 9.51749 11.0679C9.5024 11.0151 9.49486 10.9623 9.49486 10.9095C9.49486 10.8642 9.5024 10.8227 9.51749 10.785C9.54012 10.7397 9.56653 10.6982 9.59671 10.6605L10.1852 9.61934C10.3285 9.37037 10.4002 9.14781 10.4002 8.95165C10.4002 8.82339 10.3776 8.69136 10.3323 8.55556C10.2946 8.41975 10.2078 8.26509 10.072 8.09156L8.97428 6.55247C8.82339 6.34122 8.6725 6.17901 8.5216 6.06584C8.37826 5.94513 8.21982 5.88477 8.0463 5.88477C7.83505 5.88477 7.60871 5.95645 7.36728 6.09979C7.12586 6.2356 6.90706 6.39781 6.71091 6.58642C6.4393 6.83539 6.23182 7.14095 6.08848 7.50309C5.95267 7.85768 5.88477 8.23491 5.88477 8.63477C5.88477 9.56276 6.20165 10.5586 6.83539 11.6224C7.46914 12.6862 8.26132 13.6934 9.21193 14.644Z' fill='white'/%3E%3C/svg%3E") no-repeat;
}
.gate_contact__time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.06rem;
}

@media all and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .mo {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .pc {
    display: block;
  }
  .mo {
    display: none;
  }
  .gate_header {
    padding: 4rem;
  }
  .gate_header__logo img {
    height: 4.8rem;
  }
  .gate_inner {
    padding-top: 6rem;
  }
  .gate_main__title {
    font-size: 4rem;
    letter-spacing: -0.2rem;
  }
  .gate_cards {
    gap: 2.4rem;
    margin: 4.8rem 0 4rem;
  }
  .session_card,
  .gate_card {
    width: 48rem;
    min-height: 52rem;
    padding: 5.6rem 4rem;
    border-radius: 4rem;
  }
  .session_card__title,
  .gate_card__title {
    font-size: 3.2rem;
  }
  .session_card__desc,
  .gate_card__desc {
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }
  .session_card__visual,
  .gate_card__visual {
    right: 4rem;
    bottom: 3rem;
    width: 18rem;
  }
  .session_card__arrow,
  .gate_card__arrow {
    width: 8rem;
    height: 8rem;
    border-bottom-left-radius: 4rem;
  }
  .session_card__arrow::before, .session_card__arrow::after,
  .gate_card__arrow::before,
  .gate_card__arrow::after {
    width: 4.4rem;
    height: 4.4rem;
    background-size: 4.4rem;
  }
  .session_card__arrow::before,
  .gate_card__arrow::before {
    left: -4.4rem;
  }
  .session_card__arrow::after,
  .gate_card__arrow::after {
    bottom: -4.4rem;
  }
  .session_card__icon,
  .gate_card__icon {
    width: 5.2rem;
    height: 5.2rem;
    background-size: 4rem;
  }
  .gate_contact {
    padding: 2.2rem 3.2rem;
  }
  .gate_contact__phone {
    font-size: 2.2rem;
  }
  .gate_contact__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .gate_contact__time {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  body {
    background: url("data:image/svg+xml,%0A%3Csvg width='738' height='397' viewBox='0 0 738 397' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.6' cx='369' cy='28' r='259' stroke='url(%23paint0_linear_136_3018)' stroke-width='220'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_136_3018' x1='188.5' y1='502.5' x2='725.5' y2='-252.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E7F0FD' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23E7F0FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left -15.4rem top 0, url("data:image/svg+xml,%0A%3Csvg width='783' height='672' viewBox='0 0 783 672' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.6' cx='391.5' cy='391.5' r='281.5' stroke='url(%23paint0_linear_136_3016)' stroke-width='220'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_136_3016' x1='460.463' y1='85.939' x2='233.097' y2='672.247' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E7F0FD' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23E7F0FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat right -20.6rem bottom 0;
    background-size: 42.3rem 22.8rem, 43rem 36.9rem;
  }
  .gate_bg {
    display: none;
  }
  .gate_header {
    position: static;
    padding: 1rem 2rem;
  }
  .gate_header__logo img {
    height: 3.2rem;
  }
  .gate_inner {
    justify-content: flex-start;
    padding: 0 0 3.4rem;
  }
  .gate_main {
    padding: 2rem 2rem 0;
  }
  .gate_main__title {
    font-size: 2.4rem;
    letter-spacing: -0.12rem;
  }
  .gate_cards {
    flex-direction: column;
    gap: 1.2rem;
    margin: 1.8rem 0 1.2rem;
  }
  .gate_card {
    width: 100%;
    min-height: 23.2rem;
    padding: 3rem 2.4rem;
    border-radius: 2.6rem;
  }
  .gate_card--blue {
    background: linear-gradient(140deg, #3C84F0 -1.8%, #4BA5F4 105.23%);
  }
  .gate_card--orange {
    background: linear-gradient(140deg, #FF9900 -1.8%, #FFB84D 105.23%);
  }
  .gate_card__title {
    font-size: 2rem;
    letter-spacing: -0.06rem;
  }
  .gate_card__desc {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    letter-spacing: -0.039rem;
  }
  .gate_card__visual {
    right: 1.6rem;
    bottom: 2rem;
    width: 10rem;
  }
  .gate_card__arrow {
    width: 6.4rem;
    height: 6.4rem;
    border-bottom-left-radius: 2.6rem;
  }
  .gate_card__arrow::before, .gate_card__arrow::after {
    width: 2.6rem;
    height: 2.6rem;
    background-size: 2.6rem;
  }
  .gate_card__arrow::before {
    left: -2.6rem;
  }
  .gate_card__arrow::after {
    bottom: -2.6rem;
  }
  .gate_card__icon {
    top: 1.2rem;
    right: 1.2rem;
    width: 3.6rem;
    height: 3.6rem;
    background-size: 2.7rem;
    border-radius: 2.6rem;
  }
  .gate_footer {
    padding: 0 2rem;
  }
  .gate_contact {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding: 2rem;
    box-shadow: 0 1.2rem 2.4rem 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.6rem);
  }
  .gate_contact__phone {
    font-size: 1.8rem;
    letter-spacing: -0.054rem;
  }
  .gate_contact__icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.6rem;
    background-size: 2rem;
  }
  .gate_contact__time {
    font-size: 1.4rem;
    letter-spacing: -0.042rem;
  }
}/*# sourceMappingURL=gate.css.map */