@charset "UTF-8";
/* 노트북 */
/* 테블릿 */
/* 모바일 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
/* font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
.members-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.members-wrap .icon-member {
  width: 3.4rem;
  height: 3.4rem;
  background: #222;
  color: #fff;
  font-weight: 800;
  font-size: 2.4rem;
  border-radius: 50%;
  font-family: "Montserrat";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.members-wrap .icon-member.vint {
  background: #6A6AE6;
}
.members-wrap .icon-member.planning {
  background: #F29B10;
}
.members-wrap .icon-member.jane {
  background: #48BCBE;
}
.members-wrap .icon-member.anna {
  background: #93D2F8;
}
.members-wrap .icon-member.jasmine {
  background: #F5D4DD;
}
.members-wrap .icon-member.steven {
  background: #F4B893;
}
.members-wrap .icon-member.woody {
  background: #50C681;
}
.members-wrap .icon-member.lucy {
  background: #39FF14;
}
.members-wrap .icon-member.eve {
  background: #B82D72;
}
.members-wrap .icon-member.cogi {
  background: #424FC8;
}
.members-wrap .icon-member.mina {
  background: #F20530;
}
.members-wrap .icon-member.emily {
  background: #4CBECC;
}
.members-wrap .icon-member.design {
  background: #2192E2;
}
.members-wrap .icon-member.summer {
  background: #FDED85;
}
.members-wrap .icon-member.felix {
  background: #5385F8;
}
.members-wrap .icon-member.sophia {
  background: #F2AAE3;
}
.members-wrap .icon-member.nia {
  background: #FDD885;
}
.members-wrap .icon-member.mila {
  background: #94f6bc;
}
.members-wrap .icon-member.bibi {
  background: #F49A3A;
}
.members-wrap .icon-member.ray {
  background: #FF6F61;
}
.members-wrap .icon-member.dev {
  background: #73CC1E;
}
.members-wrap .icon-member.jason {
  background: #83D8A6;
}
.members-wrap .icon-member.milky {
  background: #EA95AB;
}
.members-wrap .icon-member.noah {
  background: #B284D3;
}
.members-wrap .icon-member.jinny {
  background: #FFAF02;
}
.members-wrap .icon-member.billy {
  background: #03d2e5;
}
.members-wrap .icon-member.leo {
  background: #81A9E8;
}
.members-wrap .icon-member.ethan {
  background: #F89977;
}
.members-wrap .icon-member.park {
  background: #F56E6E;
}
.members-wrap .icon-member.john {
  background: #317CA3;
}
.members-wrap .icon-member.paul {
  background: #9DD94A;
}
.members-wrap .writer {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.6rem;
}
.members-wrap .writer.vint {
  color: #6A6AE6;
}
.members-wrap .writer.planning {
  color: #F29B10;
}
.members-wrap .writer.jane {
  color: #48BCBE;
}
.members-wrap .writer.anna {
  color: #93D2F8;
}
.members-wrap .writer.jasmine {
  color: #F5D4DD;
}
.members-wrap .writer.steven {
  color: #F4B893;
}
.members-wrap .writer.woody {
  color: #50C681;
}
.members-wrap .writer.lucy {
  color: #39FF14;
}
.members-wrap .writer.eve {
  color: #B82D72;
}
.members-wrap .writer.cogi {
  color: #424FC8;
}
.members-wrap .writer.mina {
  color: #F20530;
}
.members-wrap .writer.emily {
  color: #4CBECC;
}
.members-wrap .writer.design {
  color: #2192E2;
}
.members-wrap .writer.summer {
  color: #FDED85;
}
.members-wrap .writer.felix {
  color: #5385F8;
}
.members-wrap .writer.sophia {
  color: #F2AAE3;
}
.members-wrap .writer.nia {
  color: #FDD885;
}
.members-wrap .writer.mila {
  color: #94f6bc;
}
.members-wrap .writer.bibi {
  color: #F49A3A;
}
.members-wrap .writer.ray {
  color: #FF6F61;
}
.members-wrap .writer.dev {
  color: #73CC1E;
}
.members-wrap .writer.jason {
  color: #83D8A6;
}
.members-wrap .writer.milky {
  color: #EA95AB;
}
.members-wrap .writer.noah {
  color: #B284D3;
}
.members-wrap .writer.jinny {
  color: #FFAF02;
}
.members-wrap .writer.billy {
  color: #03d2e5;
}
.members-wrap .writer.leo {
  color: #81A9E8;
}
.members-wrap .writer.ethan {
  color: #F89977;
}
.members-wrap .writer.park {
  color: #F56E6E;
}
.members-wrap .writer.john {
  color: #317CA3;
}
.members-wrap .writer.paul {
  color: #9DD94A;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media (max-width: 1280px) {
  html {
    font-size: 7.5px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.02rem;
  color: #222;
  width: 100%;
  overflow-x: hidden;
}
body * {
  font-family: "Pretendard";
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.cursor * {
  cursor: none;
}

.hide {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.d-pc {
  display: block;
}

.d-mb {
  display: none;
}

@media (max-width: 768px) {
  .d-pc {
    display: none;
  }
  .d-mb {
    display: block;
  }
}
.flex-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.list-type01 > li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 2.8rem;
  color: #505050;
}
.list-type01 > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  top: 1.2rem;
  left: 0.5rem;
}

/*애니메이션 효과*/
.ani-stop {
  visibility: hidden;
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

.ani-delay01 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.ani-delay015 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}

.ani-delay02 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.ani-delay025 {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}

.ani-delay03 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.ani-delay04 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.ani-delay05 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.ani-delay06 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.ani-delay07 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.ani-delay075 {
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}

.ani-delay08 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.ani-delay09 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.ani-delay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.ani-delay11 {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.ani-delay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.ani-delay125 {
  -webkit-animation-delay: 1.25s !important;
  animation-delay: 1.25s !important;
}

.ani-delay13 {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.ani-delay14 {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.ani-delay15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.ani-delay16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.ani-delay17 {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

.ani-delay18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.ani-delay19 {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.ani-delay20 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.ani-delay25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.ani-delay30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.ani-delay40 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}

.ani-delay41 {
  -webkit-animation-delay: 4.1s !important;
  animation-delay: 4.1s !important;
}

.ani-delay50 {
  -webkit-animation-delay: 5s !important;
  animation-delay: 5s !important;
}

.ani-duration05 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}

.ani-duration {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}

.ani-duration15 {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}

.ani-duration2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}

.ani-duration3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}

.ani-duration7 {
  -webkit-animation-duration: 7s !important;
  animation-duration: 7s !important;
}

.animate__animated {
  display: block;
}

.animate__animated:not(.on) {
  visibility: hidden;
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

/* ani 키프레임 */
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes flyingEven {
  0% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(0px, -95vw) scale(1);
    opacity: 0;
    filter: blur(5px);
  }
}
@keyframes flyingEven {
  0% {
    transform: translate(5px, 10px) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(0px, -90vw) scale(1.5);
    opacity: 0;
    filter: blur(5px);
  }
}
@-moz-keyframes flyingOdd {
  0% {
    transform: translate(5px, 15px) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(10px, -90vw) scale(1.5);
    opacity: 0;
    filter: blur(5px);
  }
}
@-webkit-keyframes flyingOdd {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(-2.22vw, -90vw) scale(1.5);
    opacity: 0;
    filter: blur(5px);
  }
}
@keyframes flyingOdd {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(-4.44vw, -90vw) scale(1.5);
    opacity: 0;
    filter: blur(5px);
  }
}
@keyframes arr_ani {
  from {
    right: 2rem;
  }
  to {
    right: 1.5rem;
  }
}
@keyframes w100_ani {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes scroll_ani {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(1rem);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotate(0) translate(0, -10%);
  }
  100% {
    -webkit-transform: rotate(0) translate(0, 10%);
  }
}
@keyframes floating {
  0% {
    transform: rotate(0) translate(0, -10%);
  }
  100% {
    transform: rotate(0) translate(0, 10%);
  }
}
@keyframes upScale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes upScaleMb {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes topRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 공통 아이템 */
.tag-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
}

.tag-item {
  background: #FFE75C;
  padding: 1.1rem 1.3rem;
  border-radius: 5rem;
  color: #6A6AE6;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .tag-item {
    font-size: 1.4rem;
  }
}

.purple-box {
  box-shadow: 0 0 1rem rgba(106, 106, 230, 0.2);
  border: solid 1px rgba(106, 106, 230, 0.2);
  border-radius: 1rem;
  background: #fff;
  padding: 2.4rem;
}
@media (max-width: 768px) {
  .purple-box {
    padding: 1.6rem;
  }
}

/* 버튼타입 */
button {
  width: 100%;
  max-width: 36rem;
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid #6A6AE6;
  background: #6A6AE6;
  color: #fff;
  border-radius: 5rem;
  padding: 1.6rem;
  letter-spacing: -0.02em;
  cursor: pointer;
}
@media (max-width: 768px) {
  button {
    max-width: 100%;
    width: 20rem;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
button.white {
  color: #6A6AE6;
  background: #fff;
}
button.black {
  background: #222;
  border-color: #222;
  color: #fff;
}
button:disabled {
  background: #C2C2C2;
  border-color: #C2C2C2;
  color: #767676;
}
button.btn-type2 {
  width: 24rem;
}
button.btn-type3 {
  width: 36rem;
}
button.more-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
button.more-btn::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  background-image: url(../../assets/images/icon/more_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
button.more-btn.on::before {
  background-image: url(../../assets/images/icon/more_icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* circle item */
.icon-circle {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #FFE75C;
}
.icon-circle.purple {
  background: rgba(106, 106, 230, 0.3);
}

/* 화살표 아이콘 */
.arr-btn {
  z-index: 1;
  width: 6.8rem;
  overflow: hidden;
}
.arr-btn .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 4.8rem;
}
.arr-btn .inner img {
  width: 4.8rem;
  position: absolute;
  right: 2rem;
}
.arr-btn .inner .icon-circle {
  position: absolute;
  top: 0;
  right: 0;
  flex-shrink: 0;
  z-index: -1;
}
.arr-btn.w162 {
  width: 16.2rem;
}
.arr-btn.w162 .inner img {
  width: 14rem;
}

#topBtn {
  position: sticky;
  display: inline-block;
  top: 85%;
  left: 90%;
  z-index: 99;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #topBtn {
    left: 80%;
    top: 85%;
  }
}
#topBtn .top_btn {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  z-index: 999;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
}
#topBtn .top_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/common/top_btn_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  animation: topRotation 20s linear infinite;
  z-index: -999;
}
@media (max-width: 768px) {
  #topBtn .top_btn {
    width: 6.5rem;
    height: 6.5rem;
  }
}
#topBtn .top_btn .top_arrow {
  background-image: url(../../assets/images/icon/top_arrow_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 1.2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #topBtn .top_btn .top_arrow {
    width: 1.6rem;
    height: 0.8rem;
  }
}
#topBtn .top_btn .top_arrow img {
  width: 100%;
  object-fit: contain;
}
#topBtn .top_btn .top_text {
  font-family: "Pretendard";
  font-size: 1.4rem;
  font-weight: 700;
  color: #6A6AE6;
  line-height: 1.7rem;
  letter-spacing: 0;
}

/* 노트북 */
/* 테블릿 */
/* 모바일 */
/* font */
.members-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.members-wrap .icon-member {
  width: 3.4rem;
  height: 3.4rem;
  background: #222;
  color: #fff;
  font-weight: 800;
  font-size: 2.4rem;
  border-radius: 50%;
  font-family: "Montserrat";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.members-wrap .icon-member.vint {
  background: #6A6AE6;
}
.members-wrap .icon-member.planning {
  background: #F29B10;
}
.members-wrap .icon-member.jane {
  background: #48BCBE;
}
.members-wrap .icon-member.anna {
  background: #93D2F8;
}
.members-wrap .icon-member.jasmine {
  background: #F5D4DD;
}
.members-wrap .icon-member.steven {
  background: #F4B893;
}
.members-wrap .icon-member.woody {
  background: #50C681;
}
.members-wrap .icon-member.lucy {
  background: #39FF14;
}
.members-wrap .icon-member.eve {
  background: #B82D72;
}
.members-wrap .icon-member.cogi {
  background: #424FC8;
}
.members-wrap .icon-member.mina {
  background: #F20530;
}
.members-wrap .icon-member.emily {
  background: #4CBECC;
}
.members-wrap .icon-member.design {
  background: #2192E2;
}
.members-wrap .icon-member.summer {
  background: #FDED85;
}
.members-wrap .icon-member.felix {
  background: #5385F8;
}
.members-wrap .icon-member.sophia {
  background: #F2AAE3;
}
.members-wrap .icon-member.nia {
  background: #FDD885;
}
.members-wrap .icon-member.mila {
  background: #94f6bc;
}
.members-wrap .icon-member.bibi {
  background: #F49A3A;
}
.members-wrap .icon-member.ray {
  background: #FF6F61;
}
.members-wrap .icon-member.dev {
  background: #73CC1E;
}
.members-wrap .icon-member.jason {
  background: #83D8A6;
}
.members-wrap .icon-member.milky {
  background: #EA95AB;
}
.members-wrap .icon-member.noah {
  background: #B284D3;
}
.members-wrap .icon-member.jinny {
  background: #FFAF02;
}
.members-wrap .icon-member.billy {
  background: #03d2e5;
}
.members-wrap .icon-member.leo {
  background: #81A9E8;
}
.members-wrap .icon-member.ethan {
  background: #F89977;
}
.members-wrap .icon-member.park {
  background: #F56E6E;
}
.members-wrap .icon-member.john {
  background: #317CA3;
}
.members-wrap .icon-member.paul {
  background: #9DD94A;
}
.members-wrap .writer {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.6rem;
}
.members-wrap .writer.vint {
  color: #6A6AE6;
}
.members-wrap .writer.planning {
  color: #F29B10;
}
.members-wrap .writer.jane {
  color: #48BCBE;
}
.members-wrap .writer.anna {
  color: #93D2F8;
}
.members-wrap .writer.jasmine {
  color: #F5D4DD;
}
.members-wrap .writer.steven {
  color: #F4B893;
}
.members-wrap .writer.woody {
  color: #50C681;
}
.members-wrap .writer.lucy {
  color: #39FF14;
}
.members-wrap .writer.eve {
  color: #B82D72;
}
.members-wrap .writer.cogi {
  color: #424FC8;
}
.members-wrap .writer.mina {
  color: #F20530;
}
.members-wrap .writer.emily {
  color: #4CBECC;
}
.members-wrap .writer.design {
  color: #2192E2;
}
.members-wrap .writer.summer {
  color: #FDED85;
}
.members-wrap .writer.felix {
  color: #5385F8;
}
.members-wrap .writer.sophia {
  color: #F2AAE3;
}
.members-wrap .writer.nia {
  color: #FDD885;
}
.members-wrap .writer.mila {
  color: #94f6bc;
}
.members-wrap .writer.bibi {
  color: #F49A3A;
}
.members-wrap .writer.ray {
  color: #FF6F61;
}
.members-wrap .writer.dev {
  color: #73CC1E;
}
.members-wrap .writer.jason {
  color: #83D8A6;
}
.members-wrap .writer.milky {
  color: #EA95AB;
}
.members-wrap .writer.noah {
  color: #B284D3;
}
.members-wrap .writer.jinny {
  color: #FFAF02;
}
.members-wrap .writer.billy {
  color: #03d2e5;
}
.members-wrap .writer.leo {
  color: #81A9E8;
}
.members-wrap .writer.ethan {
  color: #F89977;
}
.members-wrap .writer.park {
  color: #F56E6E;
}
.members-wrap .writer.john {
  color: #317CA3;
}
.members-wrap .writer.paul {
  color: #9DD94A;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media (max-width: 1280px) {
  html {
    font-size: 7.5px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.02rem;
  color: #222;
  width: 100%;
  overflow-x: hidden;
}
body * {
  font-family: "Pretendard";
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.cursor * {
  cursor: none;
}

.hide {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.d-pc {
  display: block;
}

.d-mb {
  display: none;
}

@media (max-width: 768px) {
  .d-pc {
    display: none;
  }
  .d-mb {
    display: block;
  }
}
.flex-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.list-type01 > li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 2.8rem;
  color: #505050;
}
.list-type01 > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  top: 1.2rem;
  left: 0.5rem;
}

/*애니메이션 효과*/
.ani-stop {
  visibility: hidden;
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

.ani-delay01 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.ani-delay015 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}

.ani-delay02 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.ani-delay025 {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}

.ani-delay03 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.ani-delay04 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.ani-delay05 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.ani-delay06 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.ani-delay07 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.ani-delay075 {
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}

.ani-delay08 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.ani-delay09 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.ani-delay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.ani-delay11 {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.ani-delay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.ani-delay125 {
  -webkit-animation-delay: 1.25s !important;
  animation-delay: 1.25s !important;
}

.ani-delay13 {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.ani-delay14 {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.ani-delay15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.ani-delay16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.ani-delay17 {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

.ani-delay18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.ani-delay19 {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.ani-delay20 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.ani-delay25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.ani-delay30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.ani-delay40 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}

.ani-delay41 {
  -webkit-animation-delay: 4.1s !important;
  animation-delay: 4.1s !important;
}

.ani-delay50 {
  -webkit-animation-delay: 5s !important;
  animation-delay: 5s !important;
}

.ani-duration05 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}

.ani-duration {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}

.ani-duration15 {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}

.ani-duration2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}

.ani-duration3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}

.ani-duration7 {
  -webkit-animation-duration: 7s !important;
  animation-duration: 7s !important;
}

.animate__animated {
  display: block;
}

.animate__animated:not(.on) {
  visibility: hidden;
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

/* ani 키프레임 */
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes flyingEven {
  0% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(0px, -95vw) scale(1);
    opacity: 0;
    filter: blur(5px);
  }
}
@keyframes flyingEven {
  0% {
    transform: translate(5px, 10px) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(0px, -90vw) scale(1.5);
    opacity: 0;
    filter: blur(5px);
  }
}
@-moz-keyframes flyingOdd {
  0% {
    transform: translate(5px, 15px) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(10px, -90vw) scale(1.5);
    opacity: 0;
    filter: blur(5px);
  }
}
@-webkit-keyframes flyingOdd {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(-2.22vw, -90vw) scale(1.5);
    opacity: 0;
    filter: blur(5px);
  }
}
@keyframes flyingOdd {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(-4.44vw, -90vw) scale(1.5);
    opacity: 0;
    filter: blur(5px);
  }
}
@keyframes arr_ani {
  from {
    right: 2rem;
  }
  to {
    right: 1.5rem;
  }
}
@keyframes w100_ani {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes scroll_ani {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(1rem);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotate(0) translate(0, -10%);
  }
  100% {
    -webkit-transform: rotate(0) translate(0, 10%);
  }
}
@keyframes floating {
  0% {
    transform: rotate(0) translate(0, -10%);
  }
  100% {
    transform: rotate(0) translate(0, 10%);
  }
}
@keyframes upScale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes upScaleMb {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes topRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 공통 아이템 */
.tag-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
}

.tag-item {
  background: #FFE75C;
  padding: 1.1rem 1.3rem;
  border-radius: 5rem;
  color: #6A6AE6;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .tag-item {
    font-size: 1.4rem;
  }
}

.purple-box {
  box-shadow: 0 0 1rem rgba(106, 106, 230, 0.2);
  border: solid 1px rgba(106, 106, 230, 0.2);
  border-radius: 1rem;
  background: #fff;
  padding: 2.4rem;
}
@media (max-width: 768px) {
  .purple-box {
    padding: 1.6rem;
  }
}

/* 버튼타입 */
button {
  width: 100%;
  max-width: 36rem;
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid #6A6AE6;
  background: #6A6AE6;
  color: #fff;
  border-radius: 5rem;
  padding: 1.6rem;
  letter-spacing: -0.02em;
  cursor: pointer;
}
@media (max-width: 768px) {
  button {
    max-width: 100%;
    width: 20rem;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
button.white {
  color: #6A6AE6;
  background: #fff;
}
button.black {
  background: #222;
  border-color: #222;
  color: #fff;
}
button:disabled {
  background: #C2C2C2;
  border-color: #C2C2C2;
  color: #767676;
}
button.btn-type2 {
  width: 24rem;
}
button.btn-type3 {
  width: 36rem;
}
button.more-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
button.more-btn::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  background-image: url(../../assets/images/icon/more_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
button.more-btn.on::before {
  background-image: url(../../assets/images/icon/more_icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* circle item */
.icon-circle {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #FFE75C;
}
.icon-circle.purple {
  background: rgba(106, 106, 230, 0.3);
}

/* 화살표 아이콘 */
.arr-btn {
  z-index: 1;
  width: 6.8rem;
  overflow: hidden;
}
.arr-btn .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 4.8rem;
}
.arr-btn .inner img {
  width: 4.8rem;
  position: absolute;
  right: 2rem;
}
.arr-btn .inner .icon-circle {
  position: absolute;
  top: 0;
  right: 0;
  flex-shrink: 0;
  z-index: -1;
}
.arr-btn.w162 {
  width: 16.2rem;
}
.arr-btn.w162 .inner img {
  width: 14rem;
}

#topBtn {
  position: sticky;
  display: inline-block;
  top: 85%;
  left: 90%;
  z-index: 99;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #topBtn {
    left: 80%;
    top: 85%;
  }
}
#topBtn .top_btn {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  z-index: 999;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
}
#topBtn .top_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/common/top_btn_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  animation: topRotation 20s linear infinite;
  z-index: -999;
}
@media (max-width: 768px) {
  #topBtn .top_btn {
    width: 6.5rem;
    height: 6.5rem;
  }
}
#topBtn .top_btn .top_arrow {
  background-image: url(../../assets/images/icon/top_arrow_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 1.2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #topBtn .top_btn .top_arrow {
    width: 1.6rem;
    height: 0.8rem;
  }
}
#topBtn .top_btn .top_arrow img {
  width: 100%;
  object-fit: contain;
}
#topBtn .top_btn .top_text {
  font-family: "Pretendard";
  font-size: 1.4rem;
  font-weight: 700;
  color: #6A6AE6;
  line-height: 1.7rem;
  letter-spacing: 0;
}

/* 노트북 */
/* 테블릿 */
/* 모바일 */
#header {
  width: 100%;
  background: #fff;
  height: 8.5rem;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  #header {
    height: 5.4rem;
  }
  #header.active {
    height: 100%;
    max-width: 37.5rem;
    background: #fff;
  }
  #header.active a:hover {
    transition: 0;
    line-height: 1.2 !important;
  }
  #header.active > .inner .btn-wrap .close-btn {
    display: block;
  }
  #header.active > .inner .btn-wrap .ham-btn {
    display: none;
  }
  #header.active > .inner #gnb {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    position: absolute;
    top: 15.1rem;
    left: 0;
  }
  #header.active > .inner #gnb li a {
    font-size: 4.9rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #header.active > .inner #gnb li a {
    font-size: 3.6rem;
  }
}
#header > .inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.9rem;
}
#header > .inner h1 {
  max-width: 11rem;
  width: 5.73vw;
  min-width: 6rem;
}
#header > .inner h1 .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#header > .inner h1 .logo img {
  width: 100%;
}
#header > .inner h1 .logo:hover {
  font-weight: 800;
  color: #6A6AE6;
}
@media (max-width: 1280px) {
  #header > .inner h1 .logo {
    font-size: 2rem;
  }
}
#header > .inner #gnb {
  display: flex;
  gap: 8rem;
  padding-top: 0.5vw;
}
@media (max-width: 1280px) {
  #header > .inner #gnb {
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  #header > .inner #gnb {
    display: none;
    padding-top: 0;
  }
}
#header > .inner #gnb li {
  cursor: pointer;
}
#header > .inner #gnb li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: "Panchang";
  font-weight: 700;
  font-size: 2.4rem;
  color: #222;
  text-decoration: none;
  transition: 0.4s;
  line-height: 1;
}
#header > .inner #gnb li a:hover {
  line-height: 0;
  color: #6A6AE6;
}
#header > .inner #gnb li a .arr-btn {
  display: none;
  position: absolute;
  bottom: -3.5rem;
  left: 15rem;
  z-index: 1;
}
@media (max-width: 768px) {
  #header > .inner #gnb li a .arr-btn {
    display: block;
  }
}
#header > .inner #gnb li a .arr-btn .inner img {
  animation: arr_ani 0.5s ease-in infinite both alternate;
}
@media (max-width: 1280px) {
  #header > .inner #gnb li a {
    font-size: 2rem;
  }
}
#header > .inner .btn-wrap {
  display: none;
}
@media (max-width: 768px) {
  #header > .inner .btn-wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  #header > .inner .btn-wrap .close-btn {
    display: none;
  }
}

#container::after {
  content: "";
  display: block;
  width: 100%;
  height: 14rem;
}

#footer {
  position: relative;
  width: 100%;
  background: #fff;
}
#footer.on .inner .stroke-title {
  color: #E8E8FF;
  -webkit-text-stroke: 1px #E8E8FF;
}
#footer .inner {
  width: 100%;
  height: 100%;
  padding-bottom: 10rem;
  padding-top: 6.8rem;
  border-top: 1px solid #EDEDED;
}
@media (max-width: 768px) {
  #footer .inner {
    padding-top: 4.2rem;
    padding-bottom: 5rem;
  }
}
#footer .inner .stroke-title {
  font-size: 6.45vw;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #C4C4EB;
  white-space: nowrap;
  cursor: default;
  transition: all 0.5s;
}
#footer .inner .stroke-title span:nth-of-type(1) {
  font-family: "Panchang";
}
#footer .inner .stroke-title span:nth-of-type(2) {
  font-family: "Panchang";
}
@media (max-width: 768px) {
  #footer .inner .stroke-title {
    display: flex;
    flex-direction: column;
    font-size: 9.5vw;
  }
  #footer .inner .stroke-title span:nth-of-type(1) {
    text-align: left;
    padding-bottom: 2.6rem;
  }
  #footer .inner .stroke-title span:nth-of-type(2) {
    text-align: right;
  }
}
#footer .inner .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10rem;
}
@media (max-width: 768px) {
  #footer .inner .text-container {
    padding-top: 4.5rem;
  }
}
#footer .inner .text-container .e-explain {
  font-size: 1.8rem;
  font-family: "Pretendard";
  font-weight: 600;
  color: #222;
  line-height: 3rem;
}
@media (max-width: 1280px) {
  #footer .inner .text-container .e-explain {
    display: none;
  }
}
#footer .inner .text-container address {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
}
@media (max-width: 1280px) {
  #footer .inner .text-container address {
    width: 88.5rem;
  }
}
@media (max-width: 768px) {
  #footer .inner .text-container address {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.8rem;
  }
}
#footer .inner .text-container address .location {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 768px) {
  #footer .inner .text-container address .location {
    gap: 2.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#footer .inner .text-container address .location > span {
  font-family: "Pretendard";
  font-weight: 800;
  font-size: 1.8rem;
  color: #222;
}
#footer .inner .text-container address .location ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 768px) {
  #footer .inner .text-container address .location ul {
    gap: 2.6rem;
  }
}
#footer .inner .text-container address .location ul li span {
  font-family: "Pretendard";
  font-size: 1.6rem;
  font-weight: 800;
  color: #222;
}
#footer .inner .text-container address .location ul li p {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 1.6rem;
  color: #222;
  line-height: 2.6rem;
  padding-top: 1rem;
  word-break: keep-all;
}
#footer .inner .text-container address .contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 768px) {
  #footer .inner .text-container address .contact {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#footer .inner .text-container address .contact > span {
  font-family: "Pretendard";
  font-weight: 800;
  font-size: 1.8rem;
  color: #222;
}
#footer .inner .text-container address .contact ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
#footer .inner .text-container address .contact ul li {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 1.6rem;
  color: #222;
}
#footer .inner .text-container address .contact ul li a {
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}
#footer .inner .copyright {
  width: calc(100% - 6rem);
  max-width: 1640px;
  margin: 0 auto;
  font-family: "Pretendard";
  font-size: 1.4rem;
  font-weight: 400;
  color: #BABABA;
  padding-top: 4.4rem;
}
@media (max-width: 768px) {
  #footer .inner .copyright {
    padding-top: 4.7rem;
  }
}

.con-box {
  width: calc(100% - 6rem);
  max-width: 1640px;
  margin: 0 auto;
}

.wrap {
  width: 100%;
}
.wrap #container section {
  position: relative;
}
.wrap #container section .sec-tit {
  text-align: center;
}
.wrap #container section .sec-tit > h2 {
  font-family: "Panchang";
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 7.2rem;
  color: #6A6AE6;
  display: block;
  margin-bottom: 2.4rem;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .wrap #container section .sec-tit > h2 {
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 1.6rem;
  }
}
.wrap #container section .sec-tit > p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  .wrap #container section .sec-tit > p {
    font-size: 1.6rem;
  }
}
.wrap #container section#intro {
  padding: 21.4rem 0 9rem;
  width: 100%;
}
.wrap #container section#intro .intro-bg {
  background-image: url(../../assets/images/sub/top_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: blur(30px);
}
@media (max-width: 768px) {
  .wrap #container section#intro .intro-bg {
    background-size: cover;
    background-position: center;
  }
}
.wrap #container section#intro .intro-tit {
  text-align: center;
  letter-spacing: 0;
}
.wrap #container section#intro .intro-tit > h2 {
  font-size: 6rem;
  font-weight: bold;
  line-height: 7.2rem;
  color: #fff;
  display: block;
  margin-bottom: 4.6rem;
  text-transform: uppercase;
  font-family: "Panchang";
}
@media (max-width: 768px) {
  .wrap #container section#intro .intro-tit > h2 {
    font-size: 3.6rem;
    line-height: 5.6rem;
    margin-bottom: 1.6rem;
  }
}
.wrap #container section#intro .intro-tit > p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  color: #fff;
}
@media (max-width: 768px) {
  .wrap #container section#intro .intro-tit > p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.wrap #container section .category-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 1.6rem;
}
@media (max-width: 980px) {
  .wrap #container section .category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .wrap #container section .category-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.wrap #container section .category-list > li {
  /* 기획팀 */
  /* 디자인팀 */
  /* 퍼블팀 */
}
.wrap #container section .category-list > li.jane .preview-img::after {
  background-image: url(../../assets/images/common/character/character_jane.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.anna .preview-img::after {
  background-image: url(../../assets/images/common/character/character_anna.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.jasmine .preview-img::after {
  background-image: url(../../assets/images/common/character/character_jasmine.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.steven .preview-img::after {
  background-image: url(../../assets/images/common/character/character_steven.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.woody .preview-img::after {
  background-image: url(../../assets/images/common/character/character_woody.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.lucy .preview-img::after {
  background-image: url(../../assets/images/common/character/character_lucy.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.eve .preview-img::after {
  background-image: url(../../assets/images/common/character/character_eve.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.cogi .preview-img::after {
  background-image: url(../../assets/images/common/character/character_cogi.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.mina .preview-img::after {
  background-image: url(../../assets/images/common/character/character_mina.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.emily .preview-img::after {
  background-image: url(../../assets/images/common/character/character_emily.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.summer .preview-img::after {
  background-image: url(../../assets/images/common/character/character_summer.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.felix .preview-img::after {
  background-image: url(../../assets/images/common/character/character_felix.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.sophia .preview-img::after {
  background-image: url(../../assets/images/common/character/character_sophia.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.nia .preview-img::after {
  background-image: url(../../assets/images/common/character/character_nia.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.mila .preview-img::after {
  background-image: url(../../assets/images/common/character/character_mila.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.bibi .preview-img::after {
  background-image: url(../../assets/images/common/character/character_bibi.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.ray .preview-img::after {
  background-image: url(../../assets/images/common/character/character_ray.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.jason .preview-img::after {
  background-image: url(../../assets/images/common/character/character_jason.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.milky .preview-img::after {
  background-image: url(../../assets/images/common/character/character_milky.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.noah .preview-img::after {
  background-image: url(../../assets/images/common/character/character_noah.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.jinny .preview-img::after {
  background-image: url(../../assets/images/common/character/character_jinny.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li.billy .preview-img::after {
  background-image: url(../../assets/images/common/character/character_billy.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.wrap #container section .category-list > li > a {
  width: 100%;
  height: 100%;
}
.wrap #container section .category-list > li > a .preview-img {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.wrap #container section .category-list > li > a .preview-img::after {
  content: "";
  width: 35%;
  height: 80%;
  position: absolute;
  bottom: 0;
  right: 1rem;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.wrap #container section .category-list > li > a .preview-img img {
  width: 100%;
  display: block;
}
.wrap #container section .category-list > li > a .preview-img .preview-info {
  width: 65%;
  height: 100%;
  padding: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 420px) {
  .wrap #container section .category-list > li > a .preview-img .preview-info {
    padding: 1.4rem;
  }
}
.wrap #container section .category-list > li > a .preview-img .preview-info .story-tit {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .wrap #container section .category-list > li > a .preview-img .preview-info .story-tit {
    font-size: 2rem;
  }
}
.wrap #container section .category-list > li > a .preview-img .preview-info .tag-list {
  flex-wrap: wrap;
}
.wrap #container section .category-list > li > a .preview-img .preview-info .tag-list .tag-item {
  font-size: 1.4rem;
}
@media (max-width: 980px) {
  .wrap #container section .category-list > li > a .preview-img .preview-info .tag-list .tag-item {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .wrap #container section .category-list > li > a .preview-img .preview-info .tag-list .tag-item {
    font-size: 1.4rem;
  }
}
.wrap #container section .category-list > li > a .preview-img + .flex-wrap {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .wrap #container section .category-list > li > a .preview-img + .flex-wrap {
    margin-top: 0.8rem;
  }
}
.wrap #container .tit-emphasis {
  position: relative;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .wrap #container .tit-emphasis {
    padding: 0 2rem;
  }
}
.wrap #container .tit-emphasis::before, .wrap #container .tit-emphasis::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.6rem;
  position: absolute;
  z-index: 0;
  background-image: url(../../assets/images/icon/icon_dobule_dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 768px) {
  .wrap #container .tit-emphasis::before, .wrap #container .tit-emphasis::after {
    width: 1.5rem;
    height: 1.2rem;
  }
}
.wrap #container .tit-emphasis::before {
  top: 0;
  left: 0;
}
.wrap #container .tit-emphasis::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.wrap #container .vint .introductory {
  border-color: #6A6AE6;
}
.wrap #container .vint .tit-emphasis::before, .wrap #container .vint .tit-emphasis::after {
  filter: invert(38%) sepia(87%) saturate(745%) hue-rotate(210deg) brightness(95%) contrast(89%);
}
.wrap #container .planning .introductory {
  border-color: #F29B10;
}
.wrap #container .planning .tit-emphasis::before, .wrap #container .planning .tit-emphasis::after {
  filter: invert(67%) sepia(77%) saturate(2154%) hue-rotate(355deg) brightness(98%) contrast(93%);
}
.wrap #container .jane .introductory {
  border-color: #48BCBE;
}
.wrap #container .jane .tit-emphasis::before, .wrap #container .jane .tit-emphasis::after {
  filter: invert(95%) sepia(11%) saturate(3984%) hue-rotate(145deg) brightness(82%) contrast(76%);
}
.wrap #container .anna .introductory {
  border-color: #93D2F8;
}
.wrap #container .anna .tit-emphasis::before, .wrap #container .anna .tit-emphasis::after {
  filter: invert(79%) sepia(14%) saturate(960%) hue-rotate(164deg) brightness(96%) contrast(102%);
}
.wrap #container .jasmine .introductory {
  border-color: #F5D4DD;
}
.wrap #container .jasmine .tit-emphasis::before, .wrap #container .jasmine .tit-emphasis::after {
  filter: invert(87%) sepia(19%) saturate(212%) hue-rotate(294deg) brightness(94%) contrast(105%);
}
.wrap #container .steven .introductory {
  border-color: #F4B893;
}
.wrap #container .steven .tit-emphasis::before, .wrap #container .steven .tit-emphasis::after {
  filter: invert(72%) sepia(57%) saturate(255%) hue-rotate(336deg) brightness(96%) contrast(98%);
}
.wrap #container .woody .introductory {
  border-color: #50C681;
}
.wrap #container .woody .tit-emphasis::before, .wrap #container .woody .tit-emphasis::after {
  filter: invert(69%) sepia(7%) saturate(3139%) hue-rotate(93deg) brightness(101%) contrast(76%);
}
.wrap #container .lucy .introductory {
  border-color: #39FF14;
}
.wrap #container .lucy .tit-emphasis::before, .wrap #container .lucy .tit-emphasis::after {
  filter: invert(69%) sepia(20%) saturate(2014%) hue-rotate(61deg) brightness(110%) contrast(105%);
}
.wrap #container .eve .introductory {
  border-color: #B82D72;
}
.wrap #container .eve .tit-emphasis::before, .wrap #container .eve .tit-emphasis::after {
  filter: invert(26%) sepia(27%) saturate(4842%) hue-rotate(303deg) brightness(90%) contrast(91%);
}
.wrap #container .cogi .introductory {
  border-color: #424FC8;
}
.wrap #container .cogi .tit-emphasis::before, .wrap #container .cogi .tit-emphasis::after {
  filter: invert(25%) sepia(97%) saturate(1255%) hue-rotate(218deg) brightness(94%) contrast(95%);
}
.wrap #container .mina .introductory {
  border-color: #F20530;
}
.wrap #container .mina .tit-emphasis::before, .wrap #container .mina .tit-emphasis::after {
  filter: invert(27%) sepia(99%) saturate(7498%) hue-rotate(344deg) brightness(93%) contrast(105%);
}
.wrap #container .emily .introductory {
  border-color: #4CBECC;
}
.wrap #container .emily .tit-emphasis::before, .wrap #container .emily .tit-emphasis::after {
  filter: invert(69%) sepia(89%) saturate(277%) hue-rotate(136deg) brightness(81%) contrast(97%);
}
.wrap #container .design .introductory {
  border-color: #2192E2;
}
.wrap #container .design .tit-emphasis::before, .wrap #container .design .tit-emphasis::after {
  filter: invert(71%) sepia(64%) saturate(6107%) hue-rotate(180deg) brightness(93%) contrast(89%);
}
.wrap #container .summer .introductory {
  border-color: #FDED85;
}
.wrap #container .summer .tit-emphasis::before, .wrap #container .summer .tit-emphasis::after {
  filter: invert(81%) sepia(48%) saturate(377%) hue-rotate(359deg) brightness(107%) contrast(98%);
}
.wrap #container .felix .introductory {
  border-color: #5385F8;
}
.wrap #container .felix .tit-emphasis::before, .wrap #container .felix .tit-emphasis::after {
  filter: invert(47%) sepia(82%) saturate(1715%) hue-rotate(202deg) brightness(96%) contrast(103%);
}
.wrap #container .sophia .introductory {
  border-color: #F2AAE3;
}
.wrap #container .sophia .tit-emphasis::before, .wrap #container .sophia .tit-emphasis::after {
  filter: invert(91%) sepia(48%) saturate(2893%) hue-rotate(277deg) brightness(105%) contrast(90%);
}
.wrap #container .nia .introductory {
  border-color: #FDD885;
}
.wrap #container .nia .tit-emphasis::before, .wrap #container .nia .tit-emphasis::after {
  filter: invert(77%) sepia(57%) saturate(338%) hue-rotate(347deg) brightness(105%) contrast(98%);
}
.wrap #container .mila .introductory {
  border-color: #94f6bc;
}
.wrap #container .mila .tit-emphasis::before, .wrap #container .mila .tit-emphasis::after {
  filter: invert(88%) sepia(16%) saturate(1008%) hue-rotate(82deg) brightness(101%) contrast(83%);
}
.wrap #container .bibi .introductory {
  border-color: #F49A3A;
}
.wrap #container .bibi .tit-emphasis::before, .wrap #container .bibi .tit-emphasis::after {
  filter: invert(71%) sepia(43%) saturate(1080%) hue-rotate(332deg) brightness(99%) contrast(93%);
}
.wrap #container .ray .introductory {
  border-color: #FF6F61;
}
.wrap #container .ray .tit-emphasis::before, .wrap #container .ray .tit-emphasis::after {
  filter: invert(65%) sepia(44%) saturate(4612%) hue-rotate(322deg) brightness(103%) contrast(101%);
}
.wrap #container .dev .introductory {
  border-color: #73CC1E;
}
.wrap #container .dev .tit-emphasis::before, .wrap #container .dev .tit-emphasis::after {
  filter: invert(90%) sepia(12%) saturate(2943%) hue-rotate(33deg) brightness(82%) contrast(93%);
}
.wrap #container .jason .introductory {
  border-color: #83D8A6;
}
.wrap #container .jason .tit-emphasis::before, .wrap #container .jason .tit-emphasis::after {
  filter: invert(79%) sepia(20%) saturate(675%) hue-rotate(92deg) brightness(100%) contrast(82%);
}
.wrap #container .milky .introductory {
  border-color: #EA95AB;
}
.wrap #container .milky .tit-emphasis::before, .wrap #container .milky .tit-emphasis::after {
  filter: invert(64%) sepia(51%) saturate(317%) hue-rotate(295deg) brightness(96%) contrast(91%);
}
.wrap #container .noah .introductory {
  border-color: #B284D3;
}
.wrap #container .noah .tit-emphasis::before, .wrap #container .noah .tit-emphasis::after {
  filter: invert(55%) sepia(49%) saturate(395%) hue-rotate(232deg) brightness(97%) contrast(87%);
}
.wrap #container .jinny .introductory {
  border-color: #FFAF02;
}
.wrap #container .jinny .tit-emphasis::before, .wrap #container .jinny .tit-emphasis::after {
  filter: invert(72%) sepia(91%) saturate(1867%) hue-rotate(354deg) brightness(98%) contrast(107%);
}
.wrap #container .billy .introductory {
  border-color: #03d2e5;
}
.wrap #container .billy .tit-emphasis::before, .wrap #container .billy .tit-emphasis::after {
  filter: invert(81%) sepia(48%) saturate(6471%) hue-rotate(141deg) brightness(103%) contrast(98%);
}
.wrap #container .leo .introductory {
  border-color: #81A9E8;
}
.wrap #container .leo .tit-emphasis::before, .wrap #container .leo .tit-emphasis::after {
  filter: invert(73%) sepia(62%) saturate(1655%) hue-rotate(185deg) brightness(93%) contrast(95%);
}
.wrap #container .ethan .introductory {
  border-color: #F89977;
}
.wrap #container .ethan .tit-emphasis::before, .wrap #container .ethan .tit-emphasis::after {
  filter: invert(71%) sepia(25%) saturate(2206%) hue-rotate(315deg) brightness(114%) contrast(94%);
}
.wrap #container .park .introductory {
  border-color: #F56E6E;
}
.wrap #container .park .tit-emphasis::before, .wrap #container .park .tit-emphasis::after {
  filter: invert(59%) sepia(54%) saturate(1693%) hue-rotate(317deg) brightness(103%) contrast(116%);
}
.wrap #container .john .introductory {
  border-color: #317CA3;
}
.wrap #container .john .tit-emphasis::before, .wrap #container .john .tit-emphasis::after {
  filter: invert(51%) sepia(4%) saturate(5987%) hue-rotate(157deg) brightness(82%) contrast(92%);
}
.wrap #container .paul .introductory {
  border-color: #9DD94A;
}
.wrap #container .paul .tit-emphasis::before, .wrap #container .paul .tit-emphasis::after {
  filter: invert(78%) sepia(97%) saturate(340%) hue-rotate(27deg) brightness(92%) contrast(84%);
}

.wrap:not(#main) #intro + section {
  margin-top: -4rem;
}

.con-box {
  width: calc(100% - 6rem);
  max-width: 1640px;
  margin: 0 auto;
}

body.fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#main #container {
  width: auto;
  height: auto;
}
#main #container #intro {
  position: relative;
  width: calc(100% - 6rem);
  padding-top: 27rem;
  height: 100vh;
  min-height: 81.5rem;
}
@media (max-width: 768px) {
  #main #container #intro {
    padding-top: 23.6rem;
    height: 71.5rem;
  }
}
#main #container #intro::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(140% - 30rem);
  transform: translate(-50%);
  width: 100vw;
  height: 30rem;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0));
  z-index: -5;
}
@media (max-width: 768px) {
  #main #container #intro::after {
    height: 18rem;
    top: calc(120% - 18rem);
  }
}
#main #container #intro .bg {
  width: 100vw;
  height: 140%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: -10;
}
@media (max-width: 768px) {
  #main #container #intro .bg {
    height: 120%;
  }
}
#main #container #intro .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -10;
}
#main #container #intro .text-wrap {
  position: relative;
  width: 100%;
}
#main #container #intro .text-wrap .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 2.4rem;
  font-size: 4rem;
  color: #fff;
  line-height: 3.6rem;
  text-align: center;
  padding-bottom: 4.5rem;
}
@media (max-width: 768px) {
  #main #container #intro .text-wrap .text {
    font-size: 2rem;
    flex-direction: column;
    gap: 0;
    padding-bottom: 5rem;
  }
}
#main #container #intro .text-wrap .text .line {
  width: 10.4rem;
  height: 1px;
  background: #fff;
  animation: upScale 1s ease-in-out;
}
@media (max-width: 768px) {
  #main #container #intro .text-wrap .text .line {
    width: 1px;
    height: 4.8rem;
    animation: upScaleMb 1s ease-in-out;
  }
}
#main #container #intro .text-wrap .title {
  position: absolute;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  #main #container #intro .text-wrap .title {
    width: 100%;
  }
}
#main #container #intro .text-wrap .title .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  #main #container #intro .text-wrap .title .inner {
    gap: 2rem;
  }
}
#main #container #intro .text-wrap .title .inner p {
  font-family: "Panchang";
  overflow: hidden;
  font-size: 12rem;
  line-height: 0.9;
}
@media (max-width: 768px) {
  #main #container #intro .text-wrap .title .inner p {
    font-size: 4rem;
  }
}
#main #container #intro .text-wrap .title .inner p span {
  font-family: "Panchang";
  position: relative;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  transition: 0.9s;
  top: 11rem;
}
#main #container #intro .text-wrap .title .inner p:first-child span {
  color: #fff;
  -webkit-text-stroke: 0;
}
#main #container #intro .text-wrap .title .inner p:first-child::before {
  display: none;
  animation: rotate_image 30s linear infinite reverse;
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: -8rem;
  right: -15rem;
  background-image: url(../../assets/images/main/intro_small_star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#main #container #intro .text-wrap .title .inner p:last-child {
  opacity: 0.54;
}
#main #container #intro .icon-wrap {
  overflow: hidden;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#main #container #intro .icon-wrap .icon-big-star {
  position: absolute;
  top: -8rem;
  left: -18rem;
  z-index: -1;
  animation: rotate_image 30s linear infinite;
}
@media (max-width: 768px) {
  #main #container #intro .icon-wrap .icon-big-star {
    top: 2rem;
    left: -8rem;
    z-index: 20;
  }
}
#main #container #intro .icon-wrap .icon-double-circle {
  display: none;
}
@media (max-width: 768px) {
  #main #container #intro .icon-wrap .icon-double-circle {
    position: absolute;
    display: block;
    top: 5rem;
    right: -8rem;
  }
}
#main #container #value {
  position: relative;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 10rem;
  height: 100vh;
  min-height: 81.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 768px) {
  #main #container #value {
    height: 48rem;
    padding: 0;
    min-height: 48rem;
  }
}
#main #container #value .value-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main #container #value .value-inner::after {
  content: "";
  position: absolute;
  top: 12rem;
  bottom: 10rem;
  left: 50%;
  transform: translate(-50%);
  max-width: 1840px;
  width: calc(100% - 4rem);
  background: #F8F8F8;
  border-radius: 8rem;
  z-index: -5;
}
@media (max-width: 768px) {
  #main #container #value .value-inner::after {
    top: 3.3rem;
    bottom: 6rem;
    border-radius: 1.2rem;
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}
#main #container #value .value-inner .text-wrap > strong {
  font-weight: 700;
}
#main #container #value .value-inner .text-wrap > strong span:nth-of-type(1) {
  font-family: "Panchang";
  font-size: 8rem;
  color: #6A6AE6;
}
#main #container #value .value-inner .text-wrap > strong span:nth-of-type(2) {
  font-family: "Panchang";
  font-size: 5.6rem;
  color: transparent;
  -webkit-text-stroke: 1px #222;
}
#main #container #value .value-inner .text-wrap .text {
  padding-top: 8rem;
  text-align: center;
  color: #222;
}
@media (max-width: 768px) {
  #main #container #value .value-inner .text-wrap .text {
    padding-top: 0;
  }
}
#main #container #value .value-inner .text-wrap .title {
  position: relative;
  font-family: "Panchang";
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 6rem;
}
@media (max-width: 768px) {
  #main #container #value .value-inner .text-wrap .title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
#main #container #value .value-inner .text-wrap .title .icon-smile {
  width: 5.3rem;
  height: 5.3rem;
  transition: 1s;
  transform: scale(0);
  animation: rotate_image 30s linear infinite reverse;
  position: absolute;
  bottom: 8rem;
  left: -2rem;
  z-index: -1;
  background-image: url(../../assets/images/common/icon_smile_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 768px) {
  #main #container #value .value-inner .text-wrap .title .icon-smile {
    width: 4.2rem;
    height: 4.2rem;
    bottom: -15rem;
    left: 0;
  }
}
#main #container #value .value-inner .text-wrap .title .icon-smile.purple {
  width: 7.8rem;
  height: 7.8rem;
  animation: rotate_image 30s linear infinite;
  top: -11rem;
  left: 75rem;
  background-image: url(../../assets/images/common/icon_smile_purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 768px) {
  #main #container #value .value-inner .text-wrap .title .icon-smile.purple {
    width: 4.2rem;
    height: 4.2rem;
    top: -2.8rem;
    left: 28rem;
  }
}
#main #container #value .value-inner .text-wrap .title .icon-smile.on {
  transform: scale(1);
}
#main #container #value .value-inner .text-wrap .explain {
  font-family: "Pretendard";
  font-size: 2rem;
  font-weight: 400;
  padding-top: 4.8rem;
  padding-bottom: 6rem;
  line-height: 3.2rem;
}
@media (max-width: 768px) {
  #main #container #value .value-inner .text-wrap .explain {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
#main #container #value .value-inner .btn-wrap {
  width: 100%;
  text-align: center;
}
#main #container #value .line-wrap {
  overflow: hidden;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media (max-width: 768px) {
  #main #container #value .line-wrap {
    bottom: 0;
  }
}
#main #container #value .line-wrap .purple-line {
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6A6AE6;
}
@media (max-width: 768px) {
  #main #container #value .line-wrap .purple-line {
    height: 4rem;
    bottom: 0;
    z-index: 222;
  }
}
#main #container #value .line-wrap .purple-line p {
  width: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Panchang";
  font-size: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
  -webkit-text-stroke: 1px #fff;
  color: transparent !important;
}
@media (max-width: 768px) {
  #main #container #value .line-wrap .purple-line p {
    font-size: 1.6rem;
    width: 30rem;
  }
}
#main #container #value .line-wrap .purple-line p::before {
  content: "";
  display: inline-block;
  width: 4.7rem;
  height: 4.7rem;
  margin: 0 0.6rem;
}
@media (max-width: 768px) {
  #main #container #value .line-wrap .purple-line p::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
#main #container #value .line-wrap .purple-line p:nth-child(odd)::before {
  background-image: url(../../assets/images/common/icon_smile_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#main #container #value .line-wrap .purple-line p:nth-child(even)::before {
  background-image: url(../../assets/images/common/icon_smile_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#main #container #project {
  position: relative;
  width: 100%;
  padding: 0 0 20rem;
  background: #222;
  background-image: url(../../assets/images/main/project_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
#main #container #project * {
  color: #fff;
}
@media (max-width: 768px) {
  #main #container #project {
    padding: 8rem 0;
  }
}
#main #container #project .sec-tit {
  position: sticky;
  top: 0;
  background: #222;
  padding: 12rem 0 4rem;
  z-index: 2;
}
@media (max-width: 768px) {
  #main #container #project .sec-tit {
    position: static;
    padding: 0;
  }
}
#main #container #project .project-inner {
  margin-top: 6rem;
}
#main #container #project .project-inner .project-wrap-list {
  position: relative;
}
#main #container #project .project-inner .project-wrap-list:not(:first-child) {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list {
    position: sticky;
    top: 0;
  }
}
#main #container #project .project-inner .project-wrap-list > a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list > a {
    flex-direction: column;
  }
}
#main #container #project .project-inner .project-wrap-list > a > div:not(.project-info-name, .btn-group) {
  width: calc(50% - 0.8rem);
  height: 48rem;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list > a > div:not(.project-info-name, .btn-group) {
    width: 100%;
    height: 39rem;
  }
}
#main #container #project .project-inner .project-wrap-list:nth-child(even) > a {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list:nth-child(even) > a {
    flex-direction: column;
  }
}
#main #container #project .project-inner .project-wrap-list:nth-child(even) > a .project-info .page-num {
  transform: rotate(-90deg);
  right: 0;
  left: auto;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list:nth-child(even) > a .project-info .page-num {
    transform: rotate(0);
    top: 2rem;
    left: auto;
    right: 1.4rem;
  }
}
#main #container #project .project-inner .project-wrap-list:nth-child(even) > a .project-info-name + div {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list:nth-child(even) > a .project-info-name + div {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
  }
}
#main #container #project .project-inner .project-wrap-list .img-wrap {
  border-radius: 3rem 3rem 3rem 1rem;
  overflow: hidden;
  position: relative;
}
#main #container #project .project-inner .project-wrap-list .img-wrap::before {
  content: "";
  display: inline;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main #container #project .project-inner .project-wrap-list .img-wrap:hover img {
  transform: scale(1.05);
}
#main #container #project .project-inner .project-wrap-list .img-wrap > img {
  width: 110%;
  height: 100%;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list .img-wrap > img {
    width: 100%;
    height: auto;
  }
}
#main #container #project .project-inner .project-wrap-list .project-info-name {
  margin-top: -1rem;
  position: relative;
  z-index: -1;
  background: #222;
}
#main #container #project .project-inner .project-wrap-list .project-info-name span {
  font-size: 5.6vw;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #656565;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list .project-info-name span {
    font-size: 4.2rem;
  }
}
#main #container #project .project-inner .project-wrap-list .project-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list .project-info {
    padding: 2.4rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#main #container #project .project-inner .project-wrap-list .project-info .page-num {
  width: 8rem;
  height: 4.2rem;
  position: absolute;
  left: -1rem;
  top: 3rem;
  transform: rotate(90deg);
  font-size: 3.6rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list .project-info .page-num {
    width: auto;
    height: auto;
    transform: rotate(0);
    top: 2rem;
    left: auto;
    right: 1.4rem;
    font-size: 2rem;
    z-index: 2;
  }
}
#main #container #project .project-inner .project-wrap-list .project-info .page-num span:last-child {
  color: transparent;
  -webkit-text-stroke: 1px #B4B4B4;
}
#main #container #project .project-inner .project-wrap-list .project-info .project-info-name {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
}
#main #container #project .project-inner .project-wrap-list .project-info-name + div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
#main #container #project .project-inner .project-wrap-list .project-info-name + div .tag-list .tag-item {
  width: 8rem;
  font-weight: 600;
  color: #6A6AE6;
  font-size: 1.4rem;
  padding: 0.4rem;
  border-radius: 0.4rem;
}
#main #container #project .project-inner .project-wrap-list .project-info-name + div > strong {
  font-size: 4.2vw;
  font-weight: bold;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list .project-info-name + div > strong {
    font-size: 2rem;
  }
}
#main #container #project .project-inner .project-wrap-list .project-info-name + div > ul li {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .project-wrap-list .project-info-name + div > ul li {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#main #container #project .project-inner .btn-wrap {
  width: 100%;
  text-align: center;
  z-index: 5;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  #main #container #project .project-inner .btn-wrap {
    margin-top: 2.4rem;
  }
}
#main #container #find {
  position: relative;
  margin: 4rem auto 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main #container #find::after {
  content: "";
  position: absolute;
  max-width: 1840px;
  width: calc(100% - 2rem);
  background: #F8F8F8;
  height: 100%;
  border-radius: 8rem;
  z-index: -5;
}
@media (max-width: 768px) {
  #main #container #find::after {
    border-radius: 1rem;
  }
}
#main #container #find .find-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  #main #container #find .find-inner {
    padding-bottom: 3.2rem;
  }
}
#main #container #find .find-inner .find-title {
  padding-bottom: 2.6rem;
  font-family: "Pretendard";
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  #main #container #find .find-inner .find-title {
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
#main #container #find .find-inner .find-title span:nth-of-type(1) {
  color: #222;
  font-weight: 500;
}
#main #container #find .find-inner .find-title span:nth-of-type(2) {
  color: #6A6AE6;
  font-weight: 800;
}
#main #container #find .find-inner .sub-title {
  font-family: "Pretendard";
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #main #container #find .find-inner .sub-title {
    text-align: center;
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
}
#main #container #find .find-inner ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1640px;
  padding: 6rem 0;
  width: 100%;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  #main #container #find .find-inner ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3.8rem 0 2.4rem 0;
    gap: 1.2rem;
  }
}
#main #container #find .find-inner ul .purple-box {
  position: relative;
  width: 33.3333333333%;
  height: 51.5rem;
  padding: 4rem 2.4rem 4.2rem;
}
#main #container #find .find-inner ul .purple-box:hover img:nth-child(2), #main #container #find .find-inner ul .purple-box:hover img:nth-child(3), #main #container #find .find-inner ul .purple-box:hover img:nth-child(4) {
  animation: none !important;
}
#main #container #find .find-inner ul .purple-box:not(:hover) {
  transition: 0.2s ease-out;
}
@media (max-width: 768px) {
  #main #container #find .find-inner ul .purple-box {
    width: 100%;
    min-width: 314px;
    height: 16rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3.2rem 1.2rem 3.2rem 1.5rem;
  }
}
#main #container #find .find-inner ul .purple-box .introduce-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  #main #container #find .find-inner ul .purple-box .introduce-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
#main #container #find .find-inner ul .purple-box .introduce-inner .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #main #container #find .find-inner ul .purple-box .introduce-inner .text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#main #container #find .find-inner ul .purple-box .introduce-inner .text-wrap .tag-item {
  font-family: "Pretendard";
  font-size: 1.4rem;
  border: none;
}
@media (max-width: 768px) {
  #main #container #find .find-inner ul .purple-box .introduce-inner .text-wrap .tag-item {
    padding: 0.8rem 0.9rem;
  }
}
#main #container #find .find-inner ul .purple-box .introduce-inner .text-wrap p {
  font-family: "Pretendard";
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  padding-top: 3.4rem;
  line-height: 3.6rem;
  word-break: keep-all;
}
@media (max-width: 768px) {
  #main #container #find .find-inner ul .purple-box .introduce-inner .text-wrap p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: left;
    padding-top: 1rem;
  }
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #main #container #find .find-inner ul .purple-box .introduce-inner .img-wrap {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-wrap img {
  z-index: 10;
}
@media (max-width: 768px) {
  #main #container #find .find-inner ul .purple-box .introduce-inner .img-wrap img {
    width: 100%;
    max-width: 11rem;
  }
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-wrap img:nth-child(1) {
  position: relative;
  width: 35%;
  object-fit: contain;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-plan:hover img:nth-child(2), #main #container #find .find-inner ul .purple-box .introduce-inner .img-plan:hover img:nth-child(3), #main #container #find .find-inner ul .purple-box .introduce-inner .img-plan:hover img:nth-child(4) {
  animation: none !important;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-plan img:nth-child(2) {
  position: absolute;
  width: 10%;
  top: 5%;
  left: 28%;
  -webkit-animation: floating 1s ease-in-out infinite alternate;
  animation: floating 1s ease-in-out infinite alternate;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-plan img:nth-child(3) {
  z-index: 5;
  position: absolute;
  width: 15%;
  top: 10%;
  right: 27%;
  -webkit-animation: floating 1.5s ease-in-out infinite alternate;
  animation: floating 1.5s ease-in-out infinite alternate;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-plan img:nth-child(4) {
  position: absolute;
  width: 11%;
  bottom: 10%;
  left: 25%;
  -webkit-animation: floating 1.2s ease-in-out infinite alternate;
  animation: floating 1.2s ease-in-out infinite alternate;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-design:hover img:nth-child(2), #main #container #find .find-inner ul .purple-box .introduce-inner .img-design:hover img:nth-child(3), #main #container #find .find-inner ul .purple-box .introduce-inner .img-design:hover img:nth-child(4) {
  animation: none !important;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-design img:nth-child(2) {
  z-index: 5;
  position: absolute;
  width: 17%;
  top: 20%;
  right: 24%;
  -webkit-animation: floating 1s ease-in-out infinite alternate;
  animation: floating 1s ease-in-out infinite alternate;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-design img:nth-child(3) {
  position: absolute;
  width: 20%;
  top: 40%;
  left: 22%;
  -webkit-animation: floating 1.5s ease-in-out infinite alternate;
  animation: floating 1.5s ease-in-out infinite alternate;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-design img:nth-child(4) {
  position: absolute;
  width: 14%;
  bottom: 0;
  right: 22%;
  -webkit-animation: floating 1.2s ease-in-out infinite alternate;
  animation: floating 1.2s ease-in-out infinite alternate;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-dev img:nth-child(2) {
  position: absolute;
  width: 14%;
  top: 5%;
  left: 25%;
  -webkit-animation: floating 1.2s ease-in-out infinite alternate;
  animation: floating 1.2s ease-in-out infinite alternate;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-dev img:nth-child(3) {
  z-index: 5;
  position: absolute;
  width: 20%;
  top: 40%;
  left: 25%;
  -webkit-animation: floating 1.5s ease-in-out infinite alternate;
  animation: floating 1.5s ease-in-out infinite alternate;
}
#main #container #find .find-inner ul .purple-box .introduce-inner .img-dev img:nth-child(4) {
  position: absolute;
  width: 12%;
  bottom: 10%;
  right: 25%;
  -webkit-animation: floating 1s ease-in-out infinite alternate;
  animation: floating 1s ease-in-out infinite alternate;
}
#main #container #find .find-inner .btn-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 768px) {
  #main #container #find .find-inner .btn-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
  }
}
#main #container #ourStory {
  position: relative;
  overflow: hidden;
  margin: 7.7rem auto 0 auto;
}
@media (max-width: 768px) {
  #main #container #ourStory {
    margin: 2rem auto 0 auto;
  }
}
#main #container #ourStory::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1840px;
  width: calc(100% - 2rem);
  background: linear-gradient(to bottom, #E8E8FF 0%, #E8E8FF 50%, #fff 100%);
  height: 100%;
  border-radius: 8rem;
  overflow: hidden;
  z-index: -999;
}
@media (max-width: 768px) {
  #main #container #ourStory::after {
    border-radius: 1.2rem;
  }
}
#main #container #ourStory .story-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 2rem);
  max-width: 1640px;
  margin: 0 auto;
  padding-top: 4.3rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
    border-radius: 1.2rem;
  }
}
#main #container #ourStory .story-inner .icon-wrap {
  z-index: -10;
}
#main #container #ourStory .story-inner .icon-wrap .icon-story-star {
  position: absolute;
  left: -3%;
  top: -8%;
  z-index: 10;
  animation: rotate_image 30s linear infinite;
}
#main #container #ourStory .story-inner .icon-wrap .icon-story-star img {
  width: 10vw;
}
#main #container #ourStory .story-inner .icon-wrap .icon-double-circle {
  position: absolute;
  top: -12%;
  right: 11%;
  z-index: 10;
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner .icon-wrap .icon-double-circle {
    left: 5%;
    top: -1%;
  }
}
#main #container #ourStory .story-inner .icon-wrap .icon-double-circle img {
  width: 13vw;
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner .icon-wrap .icon-double-circle img {
    width: 25vw;
  }
}
#main #container #ourStory .story-inner #storySlide {
  width: calc(100% - 6rem);
  max-width: 1640px;
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner #storySlide {
    width: 100%;
  }
}
#main #container #ourStory .story-inner #storySlide .category-list {
  padding: 6rem 0 0;
  gap: 4rem 0;
}
@media (max-width: 980px) {
  #main #container #ourStory .story-inner #storySlide .category-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner #storySlide .category-list {
    display: flex;
    gap: 0;
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner #storySlide .category-list .swiper-slide {
    min-width: 260px;
  }
}
@media (max-width: 930px) {
  #main #container #ourStory .story-inner #storySlide .category-list .swiper-slide .preview-info {
    padding: 0.8rem 0.8rem 1.8rem 0.8rem;
  }
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner #storySlide .category-list .swiper-slide .preview-info {
    padding: 1.6rem;
  }
}
@media (max-width: 420px) {
  #main #container #ourStory .story-inner #storySlide .category-list .swiper-slide .preview-info {
    padding: 0.8rem 0.8rem 1.8rem 0.8rem;
  }
}
@media (max-width: 980px) {
  #main #container #ourStory .story-inner #storySlide .category-list .tag-item {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner #storySlide .category-list .tag-item {
    font-size: 1.4rem;
  }
}
#main #container #ourStory .story-inner #storySlide .category-list .story-tit {
  position: relative;
}
@media (max-width: 980px) {
  #main #container #ourStory .story-inner #storySlide .category-list .story-tit {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner #storySlide .category-list .story-tit {
    font-size: 5vw;
  }
}
#main #container #ourStory .story-inner #storySlide .category-list .flex-wrap .date {
  font-family: "Pretendard";
  font-size: 2rem;
  font-weight: 400;
  color: #AAAAAA;
}
@media (max-width: 930px) {
  #main #container #ourStory .story-inner #storySlide .category-list .flex-wrap .date {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner #storySlide .category-list .flex-wrap .date {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner #storySlide .swiper-pagination {
    bottom: 0;
  }
  #main #container #ourStory .story-inner #storySlide .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: #ddd;
    opacity: 1;
  }
  #main #container #ourStory .story-inner #storySlide .swiper-pagination-bullet-active {
    background: #6A6AE6;
  }
}
#main #container #ourStory .story-inner .btn-wrap {
  margin-top: 6rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  #main #container #ourStory .story-inner .btn-wrap {
    margin-top: 2.4rem;
  }
}