@charset "UTF-8";

#fixed-wrap {
  opacity: 1;
  animation: none;
}

/* main */
#main {
  background: url("/img/screen/other-regions/bg_main.jpg") left center / cover
    no-repeat;
}
#main .width-wrap {
  padding: var(--paddingMainBanner);
  display: grid;
  grid-template-columns: auto 1fr;
}
#main .width-wrap .left img {
  width: 52px;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.12));
  margin-bottom: 26px;
}
#main .width-wrap .text-area {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#main .width-wrap .text-area p:nth-child(4) i:first-child:before,
#main .width-wrap .text-area p:nth-child(5) i:first-child:before {
  animation-delay: 1s;
}
#main .width-wrap .text-area p:nth-child(4) i:last-child:before,
#main .width-wrap .text-area p:nth-child(5) i:last-child:before {
  animation-delay: 2s;
}
#main .width-wrap .img-area {
  max-width: 1046px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 184px;
  text-align: center;
}
#main .width-wrap .img-area .box {
  position: relative;
  display: flex;
  flex-direction: column;
}
#main .width-wrap .img-area .box:nth-child(2) {
  background: var(--po);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.12);
  padding: 4px;
}
#main .width-wrap .img-area .box .bg {
  background: var(--white);
  border-radius: 27px;
  padding: 50px 0 68px;
}
#main .width-wrap .img-area .box .img-zone {
  position: relative;
  width: 76.3%;
  margin: 0 auto;
}
#main .width-wrap .img-area .box .img-zone img:first-child {
  width: 100%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(n + 2) {
  position: absolute;
  width: 6.215%;
  animation: bounce-pin 1s ease-in-out infinite;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(2) {
  top: 0px;
  right: 36%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(3) {
  top: 10%;
  right: 23%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(4) {
  top: 18%;
  right: 34%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(5) {
  top: 17%;
  left: 36%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(6) {
  top: 26%;
  right: 47%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(7) {
  top: 32%;
  right: 19%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(8) {
  top: 43%;
  right: 6%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(9) {
  top: 42%;
  right: 27%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(10) {
  top: 34%;
  right: 37%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(11) {
  top: 39%;
  left: 7%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(12) {
  top: 34%;
  left: 31%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(13) {
  top: 45%;
  right: 40%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(14) {
  bottom: 34%;
  right: 19%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(15) {
  bottom: 9%;
  right: 27%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(16) {
  bottom: 25%;
  right: 33%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(17) {
  bottom: 29%;
  right: 46%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(18) {
  bottom: 36%;
  left: 18%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(19) {
  bottom: 23%;
  left: 27%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(20) {
  bottom: 13%;
  left: 41%;
}
#main .width-wrap .img-area .box .img-zone img:nth-child(21) {
  bottom: 37%;
  left: 35%;
}
@keyframes bounce-pin {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}
#main .width-wrap .img-area .box p:nth-child(2) {
  margin: 40px 0 2px;
}
#main .width-wrap .img-area .box .bedge {
  position: absolute;
  z-index: 1;
  left: 43px;
  top: 0;
  transform: translateY(-50%);
  width: 157px;
  aspect-ratio: 1 / 1;
  background: var(--pink);
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.12);
}
#main .width-wrap .img-area .box .bedge .bedge-wrap {
  background: var(--pink);
  width: 145px;
  aspect-ratio: 1 / 1;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
}
#main .width-wrap .img-area .box .bedge .bedge-wrap p {
  line-height: 120%;
}

/* which */
#which {
  background: var(--gray-bg);
}
#which .width-wrap .box-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 80px;
}
#which .width-wrap .box-area .box {
  padding: 34px 50px;
  box-sizing: border-box;
  justify-content: left;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.12);
}
#which .width-wrap .box-area .box p:first-child {
  white-space: nowrap;
}
#which .width-wrap .box-area .box p:last-child {
  margin-left: 20px;
}

/* secret */
#secret .width-wrap .title-area {
  text-align: center;
}
#secret .width-wrap .title-area p {
  margin-bottom: 12px;
}
#secret .width-wrap .info-area {
  max-width: 1120px;
  width: 100%;
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
#secret .width-wrap .info-area .ele-zone .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  transform: translateY(30px) scale(0.75);
}
#secret .width-wrap .info-area .ele-zone .img.aos-animate {
  animation: bounce-img 0.5s ease forwards;
}
#secret .width-wrap .info-area .ele-zone .img img {
  width: 180px;
}
#secret .width-wrap .info-area .ele-zone .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#secret .width-wrap .info-area .ele-zone .list .box {
  justify-content: flex-start;
  padding: 21px 0 21px 19.24%;
  border-radius: 12px;
  box-sizing: border-box;
  background: #e9f5ff;
}
#secret .width-wrap .info-area .ele-zone.red .list .box {
  background: #fff2f8;
}
@keyframes bounce-img {
  0% {
    transform: translateY(30px) scale(0.75);
    opacity: 0;
  }
  50% {
    transform: translateY(-30px) scale(0.9);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
#secret .width-wrap .info-area .ele-zone .list .box img {
  margin-right: 8px;
}
#secret h1 {
  position: absolute;
  text-align: end;
  color: rgba(85, 85, 85, 0.03);
  line-height: 100px;
  right: 40px;
  bottom: 0;
  transform: translateY(50%);
}

/* wing */
#wing .width-wrap .box-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 80px 0;
}
#wing .width-wrap .box-area .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wing .width-wrap .box-area .box img {
  width: 100%;
}
#wing .width-wrap .box-area .box p:nth-child(2) {
  margin: 30px 0 2px;
}
#wing .width-wrap .box-area .box p i {
  position: relative;
  padding: 0 8px;
}
#wing .width-wrap .box-area .box p i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  border-radius: 4px;
  background: var(--black);
  height: 100%;
}
#wing .width-wrap .bottom-area p {
  text-align: center;
}
#wing .width-wrap .bottom-area .logo-zone {
  max-width: 835px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 80px;
  margin: 40px auto 0;
}
#wing .width-wrap .bottom-area .logo-zone .box img {
  width: 100%;
}
#wing .width-wrap .bottom-area p .po-line.aos-animate {
  transform: translateZ(0) !important;
}
#wing .width-wrap .bottom-area p .po-line:before {
  width: 0;
}
#wing .width-wrap .bottom-area p .po-line.aos-animate:before {
  animation: width 1s forwards;
  animation-delay: 0.5s;
}
@keyframes width {
  to {
    width: 100%;
  }
}

/* kakao */
#kakao {
  background: #f9d74a url("/img/screen/other-regions/bg_kakao.png") 50% / cover
    no-repeat;
}
#kakao .width-wrap {
  padding: var(--padding80);
  text-align: center;
  color: #432824;
}
#kakao .width-wrap h4 {
  margin: 6px 0 50px;
}
#kakao .width-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f9d74a;
  padding: 16px 36px;
  border-radius: 1000px;
  border: 1px solid #000;
  background: #432824;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.25s linear;
}
#kakao .width-wrap a:hover {
  background: #f9d74a;
  color: #432824;
}
#kakao .width-wrap a:hover svg path {
  stroke: #432824;
}
#kakao .width-wrap img {
  position: absolute;
  width: 13.066%;
  top: 100px;
  right: 90px;
  animation: bounce-kakao 1.5s ease-in-out infinite;
}
@keyframes bounce-kakao {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

/* responsive */
@media all and (max-width: 1650px) {
  #which .width-wrap .box-area .box p:first-child {
    font-size: 24px;
  }
  #which .width-wrap .box-area .box p:last-child {
    font-size: 20px;
  }
}
@media all and (max-width: 1400px) {
  #main .width-wrap {
    grid-template-columns: 1fr;
  }
  #main .width-wrap .img-area {
    margin: 120px auto 0;
  }
}
@media all and (max-width: 1470px) {
  #wing .width-wrap .box-area {
    grid-template-columns: 1fr 1fr;
    margin: 80px auto;
    max-width: 700px;
  }
}
@media all and (max-width: 1146px) {
  #which .width-wrap .box-area {
    grid-template-columns: 1fr;
  }
  #which .width-wrap .box-area .box {
    padding: 29px 35px;
  }

  #wing .width-wrap .bottom-area .logo-zone {
    gap: 5px 65px;
  }
}
@media all and (max-width: 1040px) {
  #secret .width-wrap .info-area {
    gap: 40px;
    margin: 70px auto 0;
  }
  #secret .width-wrap .info-area .ele-zone .img img {
    width: 140px;
  }
}
@media all and (max-width: 920px) {
  #secret .width-wrap .info-area .ele-zone .list .box {
    padding: 21px 0 21px 10.24%;
  }
}
@media all and (max-width: 900px) {
  #main .width-wrap .img-area .box .bedge {
    width: 135px;
  }
  #main .width-wrap .img-area .box .bedge .bedge-wrap {
    width: 123px;
  }
  #main .width-wrap .img-area .box .img-zone img:nth-child(n + 2) {
    width: 15px;
  }
}
@media all and (max-width: 870px) {
  #secret .width-wrap .info-area {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
@media all and (max-width: 700px) {
  #main {
    background: var(--white);
  }
  #main .width-wrap .img-area {
    max-width: 500px;
    grid-template-columns: 1fr;
    gap: 55px;
    margin-top: 90px;
  }
  #main .width-wrap .img-area .box:first-child {
    order: 2;
  }

  #which .width-wrap .box-area .box p:first-child {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  #which .width-wrap .box-area .box p:last-child {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  #wing .width-wrap .box-area {
    grid-template-columns: 1fr;
    max-width: 450px;
    gap: 30px;
  }
  #wing .width-wrap .box-area .box p:nth-child(2) {
    margin: 20px 0 0;
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  #kakao .width-wrap img {
    width: 70px;
    bottom: 28%;
    right: 7%;
  }
}
@media all and (max-width: 675px) {
  #kakao .width-wrap img {
    bottom: 23%;
    right: 9%;
    top: auto;
  }
}
@media all and (max-width: 550px) {
  #kakao {
    background: #f9d74a url("/img/screen/other-regions/bg_kakao_mo.png") 50% /
      cover no-repeat;
  }
  #kakao .width-wrap h4 {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  #kakao .width-wrap a {
    padding: 14px 26px;
    font-size: 16px;
    line-height: 150%;
    gap: 8px;
  }
  #kakao .width-wrap img {
    bottom: 110.86px;
    right: 0;
  }
}
@media all and (max-width: 500px) {
  #main .width-wrap .left img {
    width: 36px;
  }
  #main .width-wrap .text-area {
    margin-top: 20px;
    gap: 14px;
  }
  #main .width-wrap .text-area p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  #main .width-wrap .img-area .box {
    border-radius: 20px;
  }
  #main .width-wrap .img-area .box .bedge {
    width: 113px;
  }
  #main .width-wrap .img-area .box .bedge .bedge-wrap {
    width: 101px;
  }
  #main .width-wrap .img-area .box .bedge .bedge-wrap p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  #main .width-wrap .img-area .box .bg {
    border-radius: 16px;
  }
  #main .width-wrap .img-area .box p:nth-child(2) {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  #main .width-wrap .img-area .box p:last-child {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  #which .width-wrap .box-area {
    gap: 16px;
    margin-top: 40px;
  }
  #which .width-wrap .box-area .box {
    padding: 24px 20px;
    border-radius: 16px;
  }

  #secret .width-wrap .title-area p {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
  }
  #secret .width-wrap .info-area {
    margin: 40px auto 0;
  }
  #secret .width-wrap .info-area .ele-zone .img {
    gap: 24px;
    margin-bottom: 40px;
  }
  #secret .width-wrap .info-area .ele-zone .img img {
    width: 100px;
  }
  #secret .width-wrap .info-area .ele-zone .img p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  #secret .width-wrap .info-area .ele-zone .list .box {
    padding: 20px 0 20px 60px;
  }
  #secret .width-wrap .info-area .ele-zone .list .box img {
    margin-right: 6px;
    width: 30px;
  }
  #secret .width-wrap .info-area .ele-zone .list .box p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  #secret h1 {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.8px;
    right: 15px;
  }

  #wing .width-wrap .box-area {
    margin: 40px auto;
  }
  #wing .width-wrap .bottom-area .logo-zone {
    gap: 0 15px;
  }
  #wing .width-wrap .bottom-area p {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
@media all and (max-width: 403px) {
  #which .width-wrap .box-area .box {
    align-items: flex-start;
  }
}
