@keyframes ani {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 50px);
  }
}
@keyframes ani2 {
  0% {
    transform: translate(0, 50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ani3 {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani4 {
  0% {
    transform: translate(-50%, -6px);
  }
  100% {
    transform: translate(-50%, 2px);
  }
}
.hanwoo header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 35px;
  z-index: 100;
  padding: 0 4%;
  width: 100%;
}
@media (max-width: 720px) {
  .hanwoo header {
    top: 20px;
  }
}
.hanwoo header a {
  display: block;
}
.hanwoo__logo01 {
  width: 12%;
}
@media (max-width: 720px) {
  .hanwoo__logo01 {
    width: 29.58%;
  }
}
.hanwoo__logo02 {
  width: 8%;
}
@media (max-width: 720px) {
  .hanwoo__logo02 {
    width: 16.81%;
  }
}
.hanwoo .kv {
  width: 100%;
}
.hanwoo .kv-image {
  width: 100%;
}
.hanwoo__tab {
  position: sticky;
  top: 0;
  z-index: 200;
  background: url("../images/pc/hanwoo-tab-bg.jpg") no-repeat top center;
  background-size: 100%;
}
@media (max-width: 720px) {
  .hanwoo__tab {
    top: -2px;
    background: transparent;
  }
}
.hanwoo__tab--list {
  display: flex;
  justify-content: center;
  align-items: end;
}
@media (max-width: 720px) {
  .hanwoo__tab--list {
    align-items: baseline;
  }
}
.hanwoo__tab--item {
  display: block;
  width: 18.85vw;
  height: 4.64vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hanwoo__tab--item:hover, .hanwoo__tab--item.active {
  height: 5.57vw;
}
.hanwoo__tab--item:first-child {
  background-image: url("../images/pc/hanwoo-tab01.png");
}
.hanwoo__tab--item:first-child:hover, .hanwoo__tab--item:first-child.active {
  background-image: url("../images/pc/hanwoo-tab01-active.png");
}
.hanwoo__tab--item:nth-child(2) {
  background-image: url("../images/pc/hanwoo-tab02.png");
}
.hanwoo__tab--item:nth-child(2):hover, .hanwoo__tab--item:nth-child(2).active {
  background-image: url("../images/pc/hanwoo-tab02-active.png");
}
.hanwoo__tab--item:last-child {
  background-image: url("../images/pc/hanwoo-tab03.png");
}
.hanwoo__tab--item:last-child:hover, .hanwoo__tab--item:last-child.active {
  background-image: url("../images/pc/hanwoo-tab03-active.png");
}
@media (max-width: 720px) {
  .hanwoo__tab--item {
    display: block;
    width: 34.17vw;
    height: 18.06vw;
  }
  .hanwoo__tab--item:hover, .hanwoo__tab--item.active {
    height: 18.06vw;
  }
  .hanwoo__tab--item:first-child {
    background-image: url("../images/m/hanwoo-tab01-m.png");
  }
  .hanwoo__tab--item:first-child:hover, .hanwoo__tab--item:first-child.active {
    background-image: url("../images/m/hanwoo-tab01-m-active.png");
  }
  .hanwoo__tab--item:nth-child(2) {
    background-image: url("../images/m/hanwoo-tab02-m.png");
  }
  .hanwoo__tab--item:nth-child(2):hover, .hanwoo__tab--item:nth-child(2).active {
    background-image: url("../images/m/hanwoo-tab02-m-active.png");
  }
  .hanwoo__tab--item:last-child {
    background-image: url("../images/m/hanwoo-tab03-m.png");
  }
  .hanwoo__tab--item:last-child:hover, .hanwoo__tab--item:last-child.active {
    background-image: url("../images/m/hanwoo-tab03-m-active.png");
  }
}
.hanwoo__tab--content {
  display: none;
}
.hanwoo__tab--content.active {
  display: block;
}
.hanwoo__event1 {
  margin-top: -15px;
}
@media (max-width: 720px) {
  .hanwoo__event1 {
    margin-top: 0;
  }
}
.hanwoo__event1--content {
  position: relative;
}
.hanwoo__event1--content ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.hanwoo__event1--content ul li {
  cursor: pointer;
}
.hanwoo__event1--content ul li:hover img {
  filter: brightness(0.8);
}
.hanwoo__event1--content.--02 ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: absolute;
  bottom: 6%;
  width: 42.71vw;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .hanwoo__event1--content.--02 ul {
    gap: 3.89vw 4.86vw;
    bottom: 5%;
    width: 75%;
    flex-wrap: wrap;
  }
}
.hanwoo__event1--content.--02 ul li {
  width: 13.13vw;
  height: 8.44vw;
}
@media (max-width: 720px) {
  .hanwoo__event1--content.--02 ul li {
    width: 35vw;
    height: 22.5vw;
  }
}
.hanwoo__event1--content.--03 ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: absolute;
  top: 45%;
}
@media (max-width: 720px) {
  .hanwoo__event1--content.--03 ul {
    gap: 3%;
    top: 50%;
    width: 75%;
  }
}
.hanwoo__event1--content.--03 ul li {
  width: 5vw;
  height: 5.47vw;
}
@media (max-width: 720px) {
  .hanwoo__event1--content.--03 ul li {
    width: 17.08vw;
    height: 15.97vw;
  }
}
.hanwoo__event1--content.--04 ul {
  position: absolute;
  top: 29%;
  left: 0;
  right: 0;
  max-width: 820px;
  width: 45%;
  height: 38vw;
  margin: auto;
}
.hanwoo__event1--content.--04 ul li {
  position: absolute;
  width: 20.455vw;
}
.hanwoo__event1--content.--04 ul li:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hanwoo__event1--content.--04 ul li:nth-child(2) {
  bottom: 0;
  left: 0;
}
.hanwoo__event1--content.--04 ul li:nth-child(3) {
  bottom: 0;
  right: 0;
}
@media (max-width: 720px) {
  .hanwoo__event1--content.--04 ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 21%;
    width: 65%;
    height: auto;
  }
  .hanwoo__event1--content.--04 ul li {
    position: static;
    width: 100%;
    transform: none !important;
  }
}
.hanwoo__event1--content.--04 > a {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  max-width: 520px;
  width: 31.818vw;
  margin: auto;
}
.hanwoo__event1--content.--04 > a:hover img {
  filter: brightness(0.8);
}
@media (max-width: 720px) {
  .hanwoo__event1--content.--04 > a {
    width: 80%;
  }
}
.hanwoo__event2--content {
  position: relative;
}
.hanwoo__event2--content a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 27.14vw;
  height: 5.31vw;
  transform: translateX(-50%);
  font-size: 0;
  line-height: 0;
}
@media (max-width: 720px) {
  .hanwoo__event2--content a {
    width: 72.22vw;
    height: 14.31vw;
  }
}
.hanwoo__event2 .table-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}
.hanwoo__event2 .table-wrap .sub-tit {
  margin-top: 1.5vw;
  padding-left: 0.52vw;
}
.hanwoo__event2 .table-wrap .tit {
  margin-top: 1.2vw;
}
.hanwoo__event2 .table-wrap .tit__txt {
  display: block;
  padding: 0 1vw;
  font-family: "GmarketM", sans-serif;
  font-size: 1.15vw;
  line-height: 1.77vw;
  color: #3c241d;
}
.hanwoo__event2 .table-wrap p {
  font-family: "GmarketM", sans-serif;
  font-size: 1.15vw;
  color: #3c241d;
}
.hanwoo__event2 .table-wrap p:first-child {
  margin-top: 0;
}
.hanwoo__event2 .table-wrap .grid-box {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}
.hanwoo__event2 .table-wrap .table {
  margin-top: 0.99vw;
  width: 100%;
  border-spacing: 0;
  border-top: 2px solid #3c241d;
}
.hanwoo__event2 .table-wrap .table-tit, .hanwoo__event2 .table-wrap .table-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.8vw 0.5vw;
  font-size: 1.15vw;
  line-height: 1.5vw;
  text-align: center;
  color: #333333;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.hanwoo__event2 .table-wrap .table-tit:last-child, .hanwoo__event2 .table-wrap .table-txt:last-child {
  border-right: none;
}
.hanwoo__event2 .table-wrap .table-tit {
  background-color: #eff5fe;
  font-family: "NotoSansKR-B", sans-serif;
}
.hanwoo__event2 .table-wrap .table-tit.m {
  display: none !important;
}
.hanwoo__event2 .table-wrap .table-txt {
  font-family: "NotoSansKR-R", sans-serif;
}
.hanwoo__event2 .table-wrap .table-txt span {
  display: block;
  font-size: 0.92vw;
  color: #f00000;
}
@media (max-width: 1050px) {
  .hanwoo__event2 .table-wrap .sub-tit {
    margin-top: 0.5vw;
  }
  .hanwoo__event2 .table-wrap .tit {
    margin-top: 0.5vw;
  }
  .hanwoo__event2 .table-wrap .table {
    margin-top: 0.75vw;
  }
  .hanwoo__event2 .table-wrap .table-tit, .hanwoo__event2 .table-wrap .table-txt {
    padding: 0.7vw 0.57vw 0.6vw;
    font-size: 1.1vw;
  }
  .hanwoo__event2 .table-wrap .table-txt span {
    font-size: 0.77vw;
  }
}
@media (max-width: 800px) {
  .hanwoo__event2 .table-wrap .table {
    zoom: 0.92;
  }
}
@media (max-width: 720px) {
  .hanwoo__event2 .table-wrap {
    width: 77.78%;
  }
  .hanwoo__event2 .table-wrap .sub-tit {
    margin-top: 9.72vw;
    padding-left: 0.52vw;
  }
  .hanwoo__event2 .table-wrap .tit {
    margin-top: 5vw;
  }
  .hanwoo__event2 .table-wrap .tit__txt {
    margin-top: 1.364vw;
    font-size: 3.33vw;
    line-height: 5vw;
  }
  .hanwoo__event2 .table-wrap .tit + .sub-tit {
    margin-top: 6.94vw;
  }
  .hanwoo__event2 .table-wrap p {
    font-size: 3.33vw;
  }
  .hanwoo__event2 .table-wrap .grid-box {
    grid-template-columns: 1fr;
  }
  .hanwoo__event2 .table-wrap .grid-box.pc {
    display: none !important;
  }
  .hanwoo__event2 .table-wrap .table {
    zoom: 1;
    margin-top: 2.92vw;
    border-top: 2px solid #3c241d;
  }
  .hanwoo__event2 .table-wrap .table-tit, .hanwoo__event2 .table-wrap .table-txt {
    padding: 1.9vw 3vw;
    font-size: 3.3vw;
    line-height: 4.17vw;
    border-right: none;
  }
  .hanwoo__event2 .table-wrap .table-tit.m {
    display: block !important;
  }
  .hanwoo__event2 .table-wrap .table-txt br {
    display: none;
  }
  .hanwoo__event2 .table-wrap .table-txt span {
    font-size: 2.5vw;
  }
  .hanwoo__event2 .table-wrap .table-txt.pc {
    display: none !important;
  }
}
@media (max-width: 350px) {
  .hanwoo__event2 .table-wrap .table {
    zoom: 0.92;
  }
}
.hanwoo__event3 {
  width: 100%;
}
.hanwoo__event3--content {
  position: relative;
}
.hanwoo__event3--content.--01 {
  margin-top: -4px;
}
.hanwoo__event3--content.--01 .bubble {
  position: absolute;
}
.hanwoo__event3--content.--01 .bubble.--01 {
  top: 50.05%;
  left: 14.32%;
  width: 9.79vw;
  height: 13.7vw;
  animation: ani 1s infinite alternate;
}
.hanwoo__event3--content.--01 .bubble.--02 {
  top: 24.97%;
  right: 16.61%;
  width: 13.39vw;
  height: 18.07vw;
  animation: ani2 1s infinite alternate;
}
.hanwoo__event3--content.--01 .hanwoo__event3--btn {
  bottom: 7.75%;
  background: url("../images/pc/hanwoo-event03_btn01.png") no-repeat top center/cover;
  width: 25.21vw;
  height: 6.67vw;
  animation: ani3 0.3s infinite alternate;
}
@media (max-width: 720px) {
  .hanwoo__event3--content.--01 .hanwoo__event3--btn {
    bottom: 5.25%;
    width: 75.42vw;
    height: 19.72vw;
  }
}
.hanwoo__event3--content.--02 .hanwoo__event3--btn {
  bottom: 3.09%;
  background: url("../images/pc/hanwoo-event03_btn02.png") no-repeat top center/cover;
  width: 33.85vw;
  height: 8.85vw;
  animation: ani3 0.3s infinite alternate;
}
@media (max-width: 720px) {
  .hanwoo__event3--content.--02 .hanwoo__event3--btn {
    bottom: 1.46%;
    width: 90.28vw;
    height: 23.61vw;
  }
}
.hanwoo__event3--btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  line-height: 0;
  font-size: 0;
  transform: translateX(-50%);
}
.hanwoo__input {
  width: 100%;
  height: 4.17vw;
  margin-bottom: 1.1vw;
  padding: 0 1.04vw;
  border: 2px solid #968f88;
  border-radius: 15px;
  font-family: "NotoSansKR-R", sans-serif;
  font-size: 1.04vw;
  background: #fff;
}
.hanwoo__input::placeholder {
  color: #484f59;
}
.hanwoo__input:first-child {
  margin-bottom: 1vw;
}
@media (max-width: 720px) {
  .hanwoo__input {
    margin-bottom: 4vw;
    padding: 0 4.04vw;
    height: 14.86vw;
    font-size: 4vw;
    border: 0.42vw solid #968f88;
  }
  .hanwoo__input:first-child {
    margin-bottom: 4.4vw;
  }
}
.hanwoo__check {
  position: relative;
  display: flex;
  margin-bottom: 0.68vw;
  align-items: center;
  font-family: "NotoSansKR-M", sans-serif;
  font-size: 0.99vw;
  color: #0a264b;
}
@media (max-width: 720px) {
  .hanwoo__check {
    margin-bottom: 2.68vw;
    font-size: 3.8vw;
  }
}
.hanwoo__agree-ckbox[aria-checked=true] + .hanwoo__label {
  border: 0;
}
.hanwoo__agree-ckbox[aria-checked=true] + .hanwoo__label:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background: rgb(233, 61, 61) url("../images/popup/ico-checked.png") no-repeat center/cover;
  border-radius: 50%;
}
.hanwoo__label {
  overflow: hidden;
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 0.2vw;
  border-radius: 50%;
}
.hanwoo__label:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background: url("../images/popup/ico-check.png") no-repeat center/cover;
}
@media (max-width: 720px) {
  .hanwoo__label {
    width: 5.56vw;
    height: 5.56vw;
  }
}
.hanwoo__agree_btn {
  position: absolute;
  right: 0;
  color: #484f59;
  font-family: "NotoSansKR-M", sans-serif;
  font-size: 0.8vw;
  border-bottom: 2px solid #48505a;
}
@media (max-width: 720px) {
  .hanwoo__agree_btn {
    font-size: 3.61vw;
  }
}
.hanwoo__agree_txt {
  display: none;
  padding: 0.5vw 0 1vw 0;
  font-size: 0.99vw;
  color: #0a264b;
}
.hanwoo__agree_txt p {
  padding-bottom: 0.3vw;
  text-decoration: underline;
}
@media (max-width: 720px) {
  .hanwoo__agree_txt {
    padding: 2.5vw 0 3.5vw 0;
    font-size: 3vw;
  }
  .hanwoo__agree_txt p {
    padding-bottom: 2.3vw;
  }
}
.hanwoo .footer {
  background: #313030;
}
.hanwoo .footer__inner {
  padding: 5% 20%;
  color: #fff;
}
@media (max-width: 720px) {
  .hanwoo .footer__inner {
    padding: 10% 7%;
  }
}
.hanwoo .footer__ttl {
  position: relative;
  padding-left: 2.6vw;
  font-family: "NotoSansKR-R", sans-serif;
  font-size: 1.46vw;
}
.hanwoo .footer__ttl:before {
  position: absolute;
  top: -0.21vw;
  left: 0;
  width: 1.88vw;
  height: 1.67vw;
  background: url("../images/ico-notice.png") no-repeat top center/cover;
  content: "";
}
@media (max-width: 720px) {
  .hanwoo .footer__ttl {
    padding-left: 6.94vw;
    font-size: 3.89vw;
  }
  .hanwoo .footer__ttl:before {
    top: -0.56vw;
    width: 5vw;
    height: 4.44vw;
  }
}
.hanwoo .footer__txt {
  position: relative;
  margin-top: 1.56vw;
  padding-left: 1vw;
  font-family: "NotoSansKR-R", sans-serif;
  font-size: 1.04vw;
  line-height: 1.5;
}
.hanwoo .footer__txt:before {
  position: absolute;
  top: 0.45vw;
  left: 0;
  max-width: 8px;
  width: 1vw;
  max-height: 8px;
  height: 1vw;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
@media (max-width: 720px) {
  .hanwoo .footer__txt {
    margin-top: 4.17vw;
    padding-left: 2vw;
    font-size: 2.78vw;
  }
  .hanwoo .footer__txt:before {
    top: 1vw;
  }
}
.hanwoo .youtube .dialog-document {
  max-width: 960px;
  width: 80%;
}
.hanwoo .youtube .dialog-document .dialog-closer {
  width: 2.917vw;
  top: -15%;
  right: 0;
}
@media (max-width: 720px) {
  .hanwoo .youtube .dialog-document .dialog-closer {
    width: 6vw;
  }
}
.hanwoo .youtube .dialog-document > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.hanwoo .youtube .dialog-document > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1220px) {
  .hanwoo .youtube .dialog-document .dialog-closer {
    top: -20%;
  }
}
@media (max-width: 720px) {
  .hanwoo .youtube .dialog-document {
    width: 90%;
  }
}
.hanwoo .dialog {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
@media (max-width: 720px) {
  .hanwoo .dialog {
    top: -12%;
  }
}
.hanwoo .dialog.-active {
  display: flex;
}
.hanwoo .dialog-document {
  position: relative;
  display: block;
  width: 23.23vw;
  font-family: "NotoSansKR-R", sans-serif;
}
@media (max-width: 720px) {
  .hanwoo .dialog-document {
    width: 92%;
  }
}
.hanwoo .dialog-opener, .hanwoo .dialog-closer {
  position: absolute;
  top: 5.78%;
  right: 10.09%;
  display: block;
  font-size: 1.2rem;
}
.hanwoo .dialog-closer {
  width: 1.41vw;
}
@media (max-width: 720px) {
  .hanwoo .dialog-closer {
    width: 6vw;
  }
}
.hanwoo .dialog .event__popup {
  position: relative;
  display: none;
}
.hanwoo .dialog .event__popup.on {
  display: block;
}
.hanwoo .dialog .event__popup .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hanwoo .dialog .event__popup__input {
  position: absolute;
  bottom: 4.39%;
  left: 50%;
  padding: 0 3vw 0 1.56vw;
  width: 19.84vw;
  height: 2.86vw;
  font-size: 1.25vw;
  line-height: 2.86vw;
  border-radius: 27.5px;
  background: #fff;
  transform: translateX(-50%);
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup__input {
    padding: 0 12vw 0 4.5vw;
    width: 75vw;
    height: 10.86vw;
    font-size: 4.8vw;
    line-height: 1;
  }
}
.hanwoo .dialog .event__popup .typing-record {
  position: absolute;
  top: 1.9vw;
  left: 2.32vw;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup .typing-record {
    top: 7.6vw;
    left: 9.35vw;
  }
}
.hanwoo .dialog .event__popup .typing-record.--fin {
  top: 15vw;
  left: 50%;
  display: block;
  text-align: center;
  transform: translateX(-50%);
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup .typing-record.--fin {
    top: 62vw;
  }
}
.hanwoo .dialog .event__popup .typing-record.--fin .typing-timer {
  margin: 0;
  font-size: 5.83vw;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup .typing-record.--fin .typing-timer {
    font-size: 23vw;
  }
}
.hanwoo .dialog .event__popup .typing-record.--fin .typing-speed {
  margin-top: 2vw;
  font-size: 1.67vw;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup .typing-record.--fin .typing-speed {
    margin-top: 6vw;
    font-size: 6.6vw;
  }
}
.hanwoo .dialog .event__popup .typing-record.--fin .typing-speed span {
  color: #f9fd92;
}
.hanwoo .dialog .event__popup .typing-speed {
  font-size: 1.35vw;
  min-width: 6.25vw;
  line-height: 1;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup .typing-speed {
    min-width: 23.39vw;
    font-size: 4.6vw;
    line-height: 9.94vw;
  }
}
.hanwoo .dialog .event__popup .typing-timer {
  font-family: "NotoSansKR-Black";
  font-size: 2.6vw;
  line-height: 1;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup .typing-timer {
    font-size: 9.94vw;
  }
}
.hanwoo .dialog .event__popup.--01 .btn-next {
  bottom: 7.12%;
  width: 19.58vw;
  height: 5.99vw;
  background: url("../images/popup/hanwoo-popup01_1_btn.png") no-repeat top center/cover;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--01 .btn-next {
    width: 71vw;
    height: 22vw;
  }
}
.hanwoo .dialog .event__popup.--02 .count {
  position: absolute;
  top: 15vw;
  width: 100%;
  font-family: "NotoSansKR-Black";
  font-size: 14vw;
  color: #ffe188;
  text-align: center;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--02 .count {
    top: 61vw;
    font-size: 56vw;
  }
}
.hanwoo .dialog .event__popup.--03 .typing-bubble {
  position: absolute;
  bottom: 7vw;
  left: 3.1vw;
  width: 14vw;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--03 .typing-bubble {
    bottom: 29vw;
    left: 12vw;
    width: 56vw;
  }
}
.hanwoo .dialog .event__popup.--03 .typing-img {
  display: none;
  margin-top: 0.42vw;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--03 .typing-img {
    margin-top: 1.42vw;
  }
}
.hanwoo .dialog .event__popup.--03 .typing-img:first-child {
  margin-top: 0;
}
.hanwoo .dialog .event__popup.--03 .typing-img.active {
  display: block;
}
.hanwoo .dialog .event__popup.--03 .typing-img.before {
  opacity: 0.6;
}
.hanwoo .dialog .event__popup.--03 .btn-next, .hanwoo .dialog .event__popup.--04 .btn-next {
  bottom: 5%;
  left: auto;
  right: 4%;
  width: 2.29vw;
  height: 2.29vw;
  background: url("../images/popup/ico-enter.png") no-repeat top center/cover;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--03 .btn-next, .hanwoo .dialog .event__popup.--04 .btn-next {
    bottom: 4.9%;
    left: auto;
    right: 6%;
    width: 9vw;
    height: 9vw;
  }
}
.hanwoo .dialog .event__popup.--04 .popup-bubble {
  position: absolute;
  bottom: 0;
  left: 2.34vw;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--04 .popup-bubble {
    left: 8.8vw;
  }
}
.hanwoo .dialog .event__popup.--04 .popup-bubble.--01, .hanwoo .dialog .event__popup.--04 .popup-bubble.--02 {
  display: none;
}
.hanwoo .dialog .event__popup.--04 .popup-bubble.--01.active, .hanwoo .dialog .event__popup.--04 .popup-bubble.--02.active {
  display: block;
}
.hanwoo .dialog .event__popup.--04 .popup-bubble.--01 {
  bottom: 10.42vw;
  width: 14.74vw;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--04 .popup-bubble.--01 {
    bottom: 40.5vw;
    width: 52.03vw;
  }
}
.hanwoo .dialog .event__popup.--04 .popup-bubble.--02 {
  bottom: 5.99vw;
  width: 19.01vw;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--04 .popup-bubble.--02 {
    bottom: 24vw;
    width: 67.97vw;
  }
}
.hanwoo .dialog .event__popup.--05 .popup-bubble {
  position: absolute;
  bottom: 11.51vw;
  left: 50%;
  width: 17.4vw;
  transform: translateX(-50%);
  animation: ani4 0.5s infinite alternate;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--05 .popup-bubble {
    bottom: 42.8vw;
    width: 67.4vw;
  }
}
.hanwoo .dialog .event__popup.--05 .btn {
  width: 19.84vw;
  height: 3.91vw;
  font-size: 0px;
  line-height: 0;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--05 .btn {
    width: 76vw;
    height: 15vw;
  }
}
.hanwoo .dialog .event__popup.--05 .btn-re {
  bottom: 2.6vw;
  background: url("../images/popup/hanwoo-popup01_5_btn-re.png") no-repeat top center/cover;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--05 .btn-re {
    bottom: 9vw;
  }
}
.hanwoo .dialog .event__popup.--05 .btn-next {
  bottom: 7.29vw;
  background: url("../images/popup/hanwoo-popup01_5_btn-next.png") no-repeat top center/cover;
}
@media (max-width: 720px) {
  .hanwoo .dialog .event__popup.--05 .btn-next {
    bottom: 26vw;
  }
}
.hanwoo .apply__content {
  padding: 0 2vw 0 2.16vw;
  height: 16.4vw;
  background: url("../images/popup/hanwoo-popup01_6-2.png") no-repeat top center/100%;
}
@media (max-width: 720px) {
  .hanwoo .apply__content {
    padding: 0 8vw 0 8.16vw;
    height: 62.4vw;
  }
}
.hanwoo .apply__content .inner {
  height: 16.4vw;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 720px) {
  .hanwoo .apply__content .inner {
    height: 61vw;
  }
}
.hanwoo .apply__content .inner::-webkit-scrollbar {
  width: 0.16vw;
  background: transparent;
}
.hanwoo .apply__content .inner::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
}
.hanwoo .apply__content .inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.hanwoo .apply__footer {
  position: relative;
}
.hanwoo .apply .hanwoo__popup_btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 19.84vw;
  height: 3.91vw;
  font-size: 0;
  line-height: 0;
  background: url("../images/popup/hanwoo-popup01_6_btn.png") no-repeat top center/cover;
}
@media (max-width: 720px) {
  .hanwoo .apply .hanwoo__popup_btn {
    width: 76vw;
    height: 15vw;
  }
}

/*# sourceMappingURL=index.css.map */
