/* ========================================
   튜토리얼 래퍼
======================================== */
.tutorialWrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: calc(100% - 71px);
  z-index: 3;
}

.tutorialInner {
  position: relative;
  width: 600px;
  height: 100%;
  margin-left: auto;
  background-color: #fff;
  overflow-y: auto;
}

.tutorialInner:has(.popup.active) {
  overflow-y: hidden;
}

.tutorialWrap header {
  left: auto;
  transform: none;
}

main.mt0 .basicWrap {
  min-height: calc(100vh - 71px);
}

.basicWrap {
  min-height: calc(100vh - 121px);
}

.tutorialWrap .popup {
  max-width: 600px;
  left: auto;
}

.floatingBtn {
  left: auto;
  transform: none;
}
/* ========================================
   튜토리얼 헤더
======================================== */
header.tutorial {
  z-index: 999;
  background-color: #fff;
}

header.tutorial .headerWrap {
  padding-left: 20px;
  padding-right: 0;
}

header.tutorial .headerWrap > div {
  width: 100%;
  justify-content: space-between;
}
header.tutorial .headerWrap > div .closeBtn {
  width: 44px;
  height: 44px;
  background-position: center;
  cursor: pointer;
}
/* ========================================
   튜토리얼 페이지 제목
======================================== */
.tutorialPageTit {
  position: sticky;
  width: 100%;
  max-width: 600px;
  left: 0;
  z-index: 999;
}

.tutorialPageTit .tutorialProgress__bar {
  width: 100%;
  height: 8px;
  background-color: #e1e1e1;
}

.tutorialPageTit .tutorialProgress__bar--fill {
  height: 100%;
  transition: width 0.5s ease-in-out;
}
.tutorialPageTit .tutorialProgress__bar--fill.brown {
  background-color: #a47768;
}
.tutorialPageTit .tutorialProgress__bar--fill.blue {
  background-color: #6eb0f5;
}

.tutorialPageTit .tutorialNotiBox {
  padding: 20px;
  background-color: #333;
}

.tutorialPageTit .tutorialNotiBox strong {
  padding-left: 26px;
  display: block;
  color: #fff8c4;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.9px;
  background: url(../imgTuto/ic_smileEmo.svg) no-repeat left top 2px/20px;
}

.tutorialPageTit .tutorialNotiBox strong > span {
  margin-left: 4px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  font-weight: normal;
  vertical-align: 1px;
}

.tutorialPageTit .tutorialNotiBox strong > span .current {
  font-weight: bold;
}

.tutorialPageTit .tutorialNotiBox p {
  margin-top: 8px;
  padding-left: 26px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  word-break: break-all;
}

/* ========================================
   튜토리얼 투어/가이드
======================================== */
.tutorialTour {
  position: relative;
  cursor: pointer;
}

.tutorialTour:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: solid 1px #ff3d2b;
  border-radius: 12px;
  background-color: transparent;
  border-width: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.tutorialTour .tutorialTour__bg {
  display: block;
}
.tutorialTour__bg {
  padding: 0 !important;
  display: none;
  background: none !important;
  position: absolute !important;
  right: 0;
  width: 100px !important;
  height: 72px !important;
  z-index: 10 !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.tutorialTour .tutorialTour__bg i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.tutorialTour .tutorialTour__bg i:nth-child(1) {
  background: url(../imgTuto/ic_clickHand.png) no-repeat center center / contain;
  z-index: 20 !important;
}
.tutorialTour .tutorialTour__bg i:nth-child(2) {
  background: url(../imgTuto/ic_clickHand02_bg01.png) no-repeat center center / 57px;
  z-index: 5;
  animation: tutorialBgPulse1 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
/* 첫번째 배경과 같은 원본 이미지 (이미지 이름만 다름) - 애니메이션 효과 주려고 넣었습니다. */
.tutorialTour .tutorialTour__bg i:nth-child(3) {
  background: url(../imgTuto/ic_clickHand02_bg02.png) no-repeat center center / 57px;
  z-index: 4;
  animation: tutorialBgPulse2 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.tutorialTour .tutorialTour__bg i:nth-child(4) {
  background: url(../imgTuto/ic_clickHand02_bg03.png) no-repeat center center / 65px;
  z-index: 3;
  animation: tutorialBgPulse3 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes tutorialBgPulse1 {
  0% {
    transform: scale(1) translateZ(0);
    opacity: 0;
  }
  5% {
    transform: scale(1.005) translateZ(0);
    opacity: 0.2;
  }
  15% {
    transform: scale(1.015) translateZ(0);
    opacity: 0.5;
  }
  25% {
    transform: scale(1.025) translateZ(0);
    opacity: 0.8;
  }
  40% {
    transform: scale(1.035) translateZ(0);
    opacity: 0.9;
  }
  60% {
    transform: scale(1.05) translateZ(0);
    opacity: 0.7;
  }
  75% {
    transform: scale(1.065) translateZ(0);
    opacity: 0.4;
  }
  90% {
    transform: scale(1.075) translateZ(0);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.08) translateZ(0);
    opacity: 0;
  }
}

@keyframes tutorialBgPulse2 {
  0% {
    transform: scale(1) translateZ(0);
    opacity: 0;
  }
  5% {
    transform: scale(1.01) translateZ(0);
    opacity: 0.25;
  }
  15% {
    transform: scale(1.025) translateZ(0);
    opacity: 0.6;
  }
  25% {
    transform: scale(1.04) translateZ(0);
    opacity: 0.85;
  }
  40% {
    transform: scale(1.06) translateZ(0);
    opacity: 0.9;
  }
  60% {
    transform: scale(1.08) translateZ(0);
    opacity: 0.7;
  }
  75% {
    transform: scale(1.1) translateZ(0);
    opacity: 0.4;
  }
  90% {
    transform: scale(1.115) translateZ(0);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.12) translateZ(0);
    opacity: 0;
  }
}

@keyframes tutorialBgPulse3 {
  0% {
    transform: scale(1) translateZ(0);
    opacity: 0;
  }
  5% {
    transform: scale(1.015) translateZ(0);
    opacity: 0.3;
  }
  15% {
    transform: scale(1.035) translateZ(0);
    opacity: 0.7;
  }
  25% {
    transform: scale(1.055) translateZ(0);
    opacity: 0.9;
  }
  40% {
    transform: scale(1.08) translateZ(0);
    opacity: 0.95;
  }
  60% {
    transform: scale(1.1) translateZ(0);
    opacity: 0.75;
  }
  75% {
    transform: scale(1.125) translateZ(0);
    opacity: 0.45;
  }
  90% {
    transform: scale(1.14) translateZ(0);
    opacity: 0.25;
  }
  100% {
    transform: scale(1.15) translateZ(0);
    opacity: 0;
  }
}

.tutorialTour.brown .searchBtn {
  background-color: var(--color-primary);
  border-radius: 0 12px 12px 0;
}
.tutorialTour.noBorder:before {
  display: none;
}

/* ========================================
   팝업 스타일
======================================== */
/* 튜토리얼 타이틀로 인해 팝업 위치 중앙 잡기 어려운 이슈,, */
.tutorialWrap .popup {
  overflow-y: auto;
}
.tutorialWrap:has(.tutorialPageTit) .popup {
  padding-top: 200px;
}
.popup.tutorial .popupWrap {
  overflow: visible;
}

.popup.tutorial .popupWrap__btn {
  border-top: 0;
}

.popup.tutorial .popupWrap__btn button {
  border-radius: 12px;
}

.popup .popupWrap__tutoTit {
  text-align: center;
}
.popup .popupWrap__tutoTit strong {
  color: var(--color-primary);
  font-weight: bold;
}
.popup .popupWrap__tutoTit h2 {
  padding: 4px 10px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  font-weight: 500;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.popup .popupWrap__tutoTit p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: bold;
}
.popup .popupWrap__tutoTit span {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
}
.popup .popupWrap__tutoCont {
  margin-top: 40px;
  padding: 0 20px;
}
.popup .popupWrap__tutoCont img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.popup:has(.popupWrap__tutoTit) {
  background-color: rgba(0, 0, 0, 0.5);
}

.basicWrap:has(.myPage) .basicWrap__flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ========================================
   마이페이지
======================================== */
.myPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  flex: 1;
  width: 100%;
}
.myPage .myPageInfo {
  padding: 32px 20px 24px;
  width: 100%;
  background: #fbfbfb;
}
.myPage .myPageInfo__tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myPage .myPageInfo__tit h2 {
  color: #333;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.9px;
}
.myPage .myPageInfo__tit h2 span {
  color: #555;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  font-weight: normal;
}
.myPage .myPageInfo__tit > span {
  padding: 8px 24px 8px 11px;
  border: solid 1px #e1e1e1;
  border-radius: 20px;
  background-color: #fff;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  font-weight: 500;
  line-height: 1;
  background: url(../imgTuto/arrowRight-c.svg) no-repeat right 12px center/6px #fff;
}
.myPage .myPageInfo__quick {
  margin-top: 24px;
}
.myPage .myPageInfo__quick ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #e1e1e1;
  border-radius: 12px;
  background-color: #fff;
}
.myPage .myPageInfo__quick ul li {
  position: relative;
  width: 25%;
  height: 98px;
  text-align: center;
}
.myPage .myPageInfo__quick ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #f1f1f1;
}
.myPage .myPageInfo__quick ul li span {
  padding-top: 58px;
  color: #333;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  font-weight: 500;
  background-size: 28px;
  background-position: top 22px center;
  background-repeat: no-repeat;
}
.myPage .myPageInfo__quick ul li:nth-child(1) span {
  background-image: url(../imgTuto/ic_quick01.svg);
}
.myPage .myPageInfo__quick ul li:nth-child(2) span {
  background-image: url(../imgTuto/ic_quick02.svg);
}
.myPage .myPageInfo__quick ul li:nth-child(3) span {
  background-image: url(../imgTuto/ic_quick03.svg);
}
.myPage .myPageInfo__quick ul li:nth-child(4) span {
  background-image: url(../imgTuto/ic_quick04.svg);
}
.myPage .myPageList {
  margin-top: 24px;
  padding: 24px 20px 40px;
  flex: 1;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background: #fff;
}
.myPage .myPageList h3 {
  color: #777;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  font-weight: 500;
}
.myPage .myPageList h3 ~ h3 {
  margin-top: 40px;
}
.myPage .myPageList .serviceList {
  margin-top: 14px;
  border: solid 1px #e1e1e1;
  border-radius: 12px;
  background-color: #fbfbfb;
}
.myPage .myPageList .serviceList li {
  position: relative;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../imgTuto/arrowRight-c.svg) no-repeat right 16px center/6px #fbfbfb;
}
.myPage .myPageList .serviceList li h4 {
  padding-left: 24px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  font-weight: 500;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.myPage .myPageList .serviceList li span {
  padding-right: 14px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  font-weight: bold;
}
.myPage .myPageList .serviceList li ~ li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  height: 1px;
  background-color: #f1f1f1;
}
.myPage .myPageList .serviceList li:nth-child(1) {
  border-radius: 12px 12px 0 0;
}
.myPage .myPageList .serviceList li:nth-child(1) h4 {
  background-image: url(../imgTuto/ic_myPage01.svg);
}
.myPage .myPageList .serviceList li:nth-child(2) h4 {
  background-image: url(../imgTuto/ic_myPage02.svg);
}
.myPage .myPageList .serviceList li:nth-child(3) h4 {
  background-image: url(../imgTuto/ic_myPage03.svg);
}
.myPage .myPageList .serviceList li:nth-child(4) h4 {
  background-image: url(../imgTuto/ic_myPage04.svg);
}
.myPage .myPageList .serviceList li:nth-child(5) h4 {
  background-image: url(../imgTuto/ic_myPage05.svg);
}
.myPage .myPageList .serviceList li:nth-child(6) h4 {
  background-image: url(../imgTuto/ic_myPage06.svg);
}
.myPage .myPageList .serviceList li:nth-child(7) h4 {
  background-image: url(../imgTuto/ic_myPage07.svg);
}
.myPage .myPageList .serviceList li:nth-child(8) h4 {
  background-image: url(../imgTuto/ic_myPage08.svg);
}
.myPage .myPageList .serviceList li:nth-child(9) {
  border-radius: 0 0 12px 12px;
}
.myPage .myPageList .serviceList li:nth-child(9) h4 {
  background-image: url(../imgTuto/ic_myPage09.svg);
}
.myPage .myPageList .arrowList li {
  padding: 16px 0;
  background: url(../imgTuto/arrowRight-c.svg) no-repeat right 16px center/ 6px;
  border-bottom: solid 1px #f1f1f1;
}
.myPage .myPageList .arrowList li h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.8px;
}
.myPage .myPageList .arrowList li h4 span {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.71;
  font-weight: normal;
  color: #aeb0b5;
}

.tutorialEnd {
  padding-top: 50px;
}
.basicWrap__flex:has(.tutorialEnd) + .btnWrap {
  padding: 20px;
  display: flex;
  align-items: center;
}
.basicWrap__flex:has(.tutorialEnd) + .btnWrap button {
  cursor: pointer;
}
.tutorialEnd__tit {
  position: relative;
  padding: 50px 20px 0;
  text-align: center;
}
.tutorialEnd__tit h2 {
  display: inline-block;
  padding: 7px 10px;
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--color-sub-light);
  border-radius: 8px;
}
.tutorialEnd__tit p {
  font-weight: bold;
}
.tutorialEnd__tit p strong {
  color: var(--color-primary);
  font-weight: bold;
}

.tutorialEnd__cont {
  padding-bottom: 90px;
}
/* 프론트 작업 시 필요한 슬릭 css */
.tutorialEnd__cont--slider {
  width: 100%;
  padding: 0 20px;
  height: 272px !important;
  overflow: hidden;
}

.tutorialEnd__cont--slider .slick-list {
  margin: 0; /* variableWidth에서 실제 슬라이드 너비만 사용 */
  overflow: visible;
}

.tutorialEnd__cont--slider .slick-slide {
  display: flex !important;
  justify-content: center;
}

.tutorialEnd__cont--slider .tutoEndSlide {
  width: 265px !important;
  margin: 0 13px; /* 좌우 13px =>  26px 고정 */
}

.tutorialEnd__cont--slider img {
  display: block;
  width: 265px !important;
  height: 272px;
  object-fit: cover;
  border-radius: 20px;
}

.basicWrap:has(.particles) .outlineTxtBtn {
  width: 87px;
  flex-shrink: 0;
}
.basicWrap:has(.particles) .btnBorder {
  width: 99px;
  flex-shrink: 0;
}
/* ========================================
   파티클 애니메이션
======================================== */
.particles {
  position: absolute;
  top: 50%;
  width: 50%;
  height: 100%;
  transform: translateY(-50%);
}
.particles:first-child {
  left: 0;
}
.particles:last-child {
  right: 0;
}

.particles > .before,
.particles > .after {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
  0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
  0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
  0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
  0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
  0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  animation: 1s bang ease-out forwards, 1s gravity ease-in forwards, 5s position linear forwards;
}

.particles > .before {
  width: 3px;
  height: 3px;
  animation-delay: 0s, 0s, 0s;
  animation-duration: 1.25s, 1.25s, 6.25s;
  top: 90%;
}

.particles > .after {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
  0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff,
  0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  animation: 1s bang-after ease-out forwards, 1s gravity ease-in forwards,
  5s position linear forwards;
  animation-delay: 0s, 0s, 0s;
  animation-duration: 1.25s, 1.25s, 6.25s;
  top: 90%;
}
@keyframes bang {
  to {
    box-shadow: -116px -109.6666666667px hsl(125, 100%, 50%),
    312px -205.6666666667px hsl(220, 100%, 50%), 335px -377.6666666667px hsl(115, 100%, 50%),
    108px 34.3333333333px hsl(142, 100%, 50%), -311px 29.3333333333px hsl(277, 100%, 50%),
    100px -282.6666666667px hsl(26, 100%, 50%), -216px -54.6666666667px hsl(25, 100%, 50%),
    74px -296.6666666667px hsl(42, 100%, 50%), 248px -182.6666666667px hsl(79, 100%, 50%),
    315px -328.6666666667px hsl(231, 100%, 50%), -103px 55.3333333333px hsl(189, 100%, 50%),
    -189px 93.3333333333px hsl(130, 100%, 50%), -233px -412.6666666667px hsl(282, 100%, 50%),
    232px -301.6666666667px hsl(82, 100%, 50%), 314px 84.3333333333px hsl(232, 100%, 50%),
    121px -412.6666666667px hsl(93, 100%, 50%), 177px -382.6666666667px hsl(182, 100%, 50%),
    -201px 11.3333333333px hsl(107, 100%, 50%), 283px 58.3333333333px hsl(350, 100%, 50%),
    -96px 22.3333333333px hsl(348, 100%, 50%), -37px -372.6666666667px hsl(322, 100%, 50%),
    -310px 57.3333333333px hsl(202, 100%, 50%), 202px -428.6666666667px hsl(5, 100%, 50%),
    -326px -60.6666666667px hsl(92, 100%, 50%), -396px 81.3333333333px hsl(9, 100%, 50%),
    -360px -84.6666666667px hsl(160, 100%, 50%), 133px -326.6666666667px hsl(212, 100%, 50%),
    151px -385.6666666667px hsl(137, 100%, 50%), 199px 13.3333333333px hsl(71, 100%, 50%),
    -71px -237.6666666667px hsl(213, 100%, 50%), -324px -261.6666666667px hsl(171, 100%, 50%),
    -53px -44.6666666667px hsl(235, 100%, 50%), 250px -27.6666666667px hsl(177, 100%, 50%),
    400px -293.6666666667px hsl(218, 100%, 50%), 242px -387.6666666667px hsl(51, 100%, 50%),
    340px -386.6666666667px hsl(220, 100%, 50%), -236px -261.6666666667px hsl(84, 100%, 50%),
    -220px 28.3333333333px hsl(296, 100%, 50%), -220px -433.6666666667px hsl(244, 100%, 50%),
    275px -390.6666666667px hsl(327, 100%, 50%), 264px -174.6666666667px hsl(107, 100%, 50%),
    -117px -396.6666666667px hsl(280, 100%, 50%), -346px -423.6666666667px hsl(280, 100%, 50%),
    394px -135.6666666667px hsl(341, 100%, 50%), -144px -16.6666666667px hsl(168, 100%, 50%),
    352px -67.6666666667px hsl(46, 100%, 50%), -194px 5.3333333333px hsl(11, 100%, 50%),
    14px 61.3333333333px hsl(24, 100%, 50%), -162px -315.6666666667px hsl(222, 100%, 50%),
    -381px -45.6666666667px hsl(116, 100%, 50%), 295px -152.6666666667px hsl(79, 100%, 50%);
  }
}
@keyframes bang-after {
  to {
    box-shadow: 318px -347.6666666667px hsl(281, 100%, 50%),
    79px -441.6666666667px hsl(239, 100%, 50%), -83px 11.3333333333px hsl(146, 100%, 50%),
    -40px 12.3333333333px hsl(255, 100%, 50%), -215px -38.6666666667px hsl(204, 100%, 50%),
    -11px -1.6666666667px hsl(314, 100%, 50%), 364px -448.6666666667px hsl(223, 100%, 50%),
    -50px -402.6666666667px hsl(12, 100%, 50%), 192px -371.6666666667px hsl(302, 100%, 50%),
    278px 39.3333333333px hsl(105, 100%, 50%), -164px 76.3333333333px hsl(147, 100%, 50%),
    62px 59.3333333333px hsl(202, 100%, 50%), -95px -294.6666666667px hsl(111, 100%, 50%),
    240px 9.3333333333px hsl(243, 100%, 50%), 386px -407.6666666667px hsl(186, 100%, 50%),
    15px 53.3333333333px hsl(307, 100%, 50%), 124px -465.6666666667px hsl(246, 100%, 50%),
    396px -24.6666666667px hsl(316, 100%, 50%), -49px -336.6666666667px hsl(355, 100%, 50%),
    -280px -122.6666666667px hsl(153, 100%, 50%), 373px -300.6666666667px hsl(261, 100%, 50%),
    -296px -262.6666666667px hsl(301, 100%, 50%), -149px -371.6666666667px hsl(252, 100%, 50%),
    -78px -332.6666666667px hsl(92, 100%, 50%), -248px -352.6666666667px hsl(221, 100%, 50%),
    -131px -16.6666666667px hsl(165, 100%, 50%);
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
/* ========================================
   인트로 튜토리얼
======================================== */
.introTuto .introTuto__tit {
  padding: 50px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introTuto .introTuto__tit span {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.7px;
  color: var(--color-primary);
  background-color: var(--color-sub-light);
  border-radius: 8px;
}
.introTuto .introTuto__tit h2 {
  font-weight: bold;
  text-align: center;
}
.introTuto .introTuto__tit h2 strong {
  color: var(--color-primary);
  font-weight: inherit;
}
.introTuto .introTuto__tit p {
  text-align: center;
}
.introTuto .introTuto__step {
  padding: 30px 20px 0;
}
.introTuto .introTuto__step ol {
  margin: 0 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  counter-reset: step-counter;
}
.introTuto .introTuto__step ol li {
  position: relative;
  z-index: 2;
  width: 100%;
  transition: padding-top 0.5s ease-in-out, margin 0.5s ease-in-out;
}
.introTuto .introTuto__step ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(174, 176, 181, 0.5);
}
.introTuto .introTuto__step ol li:first-child:before {
  top: auto;
  bottom: 0;
  height: 50%;
}
.introTuto .introTuto__step ol li:last-child:before {
  height: 50%;
}

.introTuto .introTuto__step ol li .stepBox {
  margin: 0 -32px;
  padding: 20px 20px 20px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  counter-increment: step-counter;
  transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out,
  border-radius 0.5s ease-in-out;
}
.introTuto__step li .stepBox span {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 19px;
  width: 28px;
  height: 28px;
  color: #fff;
  background-color: #fbfbfb;
  border-radius: 50%;
  text-align: center;
  transition: background-color 0.5s ease-in-out;
}
.introTuto__step li .stepBox span:before {
  content: counter(step-counter);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #aeb0b5;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

.introTuto__step li .stepBox span:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--color-sub-light);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.introTuto .introTuto__step ol li h3 {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.9px;
  font-weight: 500;
  transition: font-weight 0.5s ease-in-out;
}
.introTuto .introTuto__step ol li p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: #777;
}

.introTuto .introTuto__step ol li.active {
  background-color: #fbfbfb;
}
.introTuto .introTuto__step ol li ~ li.active {
  padding-top: 0;
}
.introTuto .introTuto__step ol li:first-child.active {
  margin-bottom: 8px;
}
.introTuto .introTuto__step ol li ~ li.active:not(:last-child) {
  margin: 8px 0;
}
.introTuto .introTuto__step ol li:last-child.active {
  margin-top: 8px;
}
.introTuto .introTuto__step ol li.active .stepBox {
  z-index: 2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 15px 0 var(--color-primary-shadow-light);
}
.introTuto .introTuto__step ol li.active .stepBox span:before {
  background-color: var(--color-primary);
}
.introTuto .introTuto__step ol li.active .stepBox span:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.introTuto .introTuto__step ol li.active h3 {
  font-weight: bold;
}
.basicWrap__flex:has(.introTuto) + .btnWrap .tutorialTour:before {
  display: none;
}

.clickWrap {
  display: none;
  position: fixed;
  max-width: 600px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  cursor: pointer;
}
.clickWrap.active {
  display: block;
}
.bubbleBox {
  position: absolute;
  right: 60px;
  padding: 10px 19px;
  min-width: 260px;
  border-radius: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff6c59;
  z-index: 11;
}
.bubbleBox::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -36px;
  right: 34px;
  width: 68px;
  height: 56px;
  background: url(../imgTuto/ic_bubbleTail.svg) no-repeat center/ contain;
}
.bubbleBox span {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.9px;
  color: #fff;
}
.bubbleBox span strong {
  font-weight: bold;
}
/* clickBtn 물결 애니메이션 */
.clickBtnWrap {
  position: absolute;
  width: 100%;
  height: 70px;
  right: 0;
  bottom: 0;
}
.clickBtn {
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 0;
  width: 96px;
  height: 70px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../imgTuto/ic_clickHand.png) no-repeat center/ contain;
  cursor: pointer;
  animation: buttonPulseSequence 4s ease-in-out infinite;
}

@keyframes buttonPulseSequence {
  0% {
    transform: rotate(0deg) scale(1);
  }
  2.5% {
    transform: rotate(-1deg) scale(0.99);
  }
  5% {
    transform: rotate(-2deg) scale(0.98);
  }
  7.5% {
    transform: rotate(-3deg) scale(0.97);
  }
  10% {
    transform: rotate(-4deg) scale(0.96);
  }
  12.5% {
    transform: rotate(-5deg) scale(0.95);
  }
  15% {
    transform: rotate(-6deg) scale(0.94);
  }
  17.5% {
    transform: rotate(-7deg) scale(0.93);
  }
  20% {
    transform: rotate(-8deg) scale(0.92);
  }
  22.5% {
    transform: rotate(-9deg) scale(0.91);
  }
  25% {
    transform: rotate(-10deg) scale(0.9);
  }
  27.5% {
    transform: rotate(-11deg) scale(0.89);
  }
  30% {
    transform: rotate(-12deg) scale(0.85);
  }
  32.5% {
    transform: rotate(-11deg) scale(0.86);
  }
  35% {
    transform: rotate(-10deg) scale(0.87);
  }
  37.5% {
    transform: rotate(-9deg) scale(0.88);
  }
  40% {
    transform: rotate(-8deg) scale(0.89);
  }
  42.5% {
    transform: rotate(-6deg) scale(0.91);
  }
  45% {
    transform: rotate(-4deg) scale(0.93);
  }
  47.5% {
    transform: rotate(-2deg) scale(0.96);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  52.5% {
    transform: rotate(-1deg) scale(0.99);
  }
  55% {
    transform: rotate(-2deg) scale(0.98);
  }
  57.5% {
    transform: rotate(-3deg) scale(0.97);
  }
  60% {
    transform: rotate(-4deg) scale(0.96);
  }
  62.5% {
    transform: rotate(-5deg) scale(0.95);
  }
  65% {
    transform: rotate(-6deg) scale(0.94);
  }
  67.5% {
    transform: rotate(-7deg) scale(0.93);
  }
  70% {
    transform: rotate(-8deg) scale(0.92);
  }
  72.5% {
    transform: rotate(-9deg) scale(0.91);
  }
  75% {
    transform: rotate(-10deg) scale(0.9);
  }
  77.5% {
    transform: rotate(-11deg) scale(0.89);
  }
  80% {
    transform: rotate(-12deg) scale(0.85);
  }
  82.5% {
    transform: rotate(-11deg) scale(0.86);
  }
  85% {
    transform: rotate(-10deg) scale(0.87);
  }
  87.5% {
    transform: rotate(-8deg) scale(0.89);
  }
  90% {
    transform: rotate(-6deg) scale(0.91);
  }
  92.5% {
    transform: rotate(-3deg) scale(0.94);
  }
  95% {
    transform: rotate(-1deg) scale(0.97);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

/* 배경용 ripple */
.rippleBox {
  position: absolute;
  right: -54px;
  bottom: -84px;
  width: 278px;
  height: 278px;
}
.rippleBox span {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rippleWave 2s ease-out infinite;
}
.rippleBg {
  width: 14px;
  height: 14px;
}
.rippleBorder {
  width: 12px;
  height: 12px;
  border: 3px solid #ffd0c8;
  background: transparent;
}
.rippleBg.first {
  background: rgba(255, 208, 200, 0.4);
  animation: rippleWaveFirstSet 2s ease-out infinite;
  animation-delay: 1.5s;
  z-index: 2;
}

.rippleBg.second {
  background: rgba(255, 208, 200, 0.6);
  animation: rippleWaveSecondSet 2s ease-out infinite;
  animation-delay: 1s;
  z-index: 1;
}

/* 테두리용 ripple */
.rippleBorder.first {
  animation: rippleWaveFirstSetBorder 2s ease-out infinite;
  animation-delay: 1.5s;
  z-index: 2;
}

.rippleBorder.second {
  animation: rippleWaveSecondSetBorder 2s ease-out infinite;
  animation-delay: 1s;
  z-index: 1;
}

/* 첫 번째 세트 통합 애니메이션 - BG (14px → 278px) */
@keyframes rippleWaveFirstSet {
  0% {
    width: 14px;
    height: 14px;
    opacity: 0;
  }
  5% {
    width: 28px;
    height: 28px;
    opacity: 0.2;
  }
  10% {
    width: 42px;
    height: 42px;
    opacity: 0.4;
  }
  15% {
    width: 56px;
    height: 56px;
    opacity: 0.6;
  }
  20% {
    width: 70px;
    height: 70px;
    opacity: 0.8;
  }
  25% {
    width: 84px;
    height: 84px;
    opacity: 0.9;
  }
  30% {
    width: 98px;
    height: 98px;
    opacity: 1;
  }
  35% {
    width: 112px;
    height: 112px;
    opacity: 0.95;
  }
  40% {
    width: 126px;
    height: 126px;
    opacity: 0.9;
  }
  45% {
    width: 140px;
    height: 140px;
    opacity: 0.85;
  }
  50% {
    width: 154px;
    height: 154px;
    opacity: 0.8;
  }
  55% {
    width: 168px;
    height: 168px;
    opacity: 0.75;
  }
  60% {
    width: 182px;
    height: 182px;
    opacity: 0.7;
  }
  65% {
    width: 196px;
    height: 196px;
    opacity: 0.65;
  }
  70% {
    width: 210px;
    height: 210px;
    opacity: 0.6;
  }
  75% {
    width: 224px;
    height: 224px;
    opacity: 0.55;
  }
  80% {
    width: 238px;
    height: 238px;
    opacity: 0.5;
  }
  85% {
    width: 252px;
    height: 252px;
    opacity: 0.45;
  }
  90% {
    width: 266px;
    height: 266px;
    opacity: 0.4;
  }
  95% {
    width: 274px;
    height: 274px;
    opacity: 0.35;
  }
  100% {
    width: 278px;
    height: 278px;
    opacity: 0.3;
  }
}

/* 첫 번째 세트 통합 애니메이션 - Border (12px → 278px) */
@keyframes rippleWaveFirstSetBorder {
  0% {
    width: 12px;
    height: 12px;
    opacity: 0;
  }
  5% {
    width: 24px;
    height: 24px;
    opacity: 0.2;
  }
  10% {
    width: 36px;
    height: 36px;
    opacity: 0.4;
  }
  15% {
    width: 48px;
    height: 48px;
    opacity: 0.6;
  }
  20% {
    width: 60px;
    height: 60px;
    opacity: 0.8;
  }
  25% {
    width: 72px;
    height: 72px;
    opacity: 0.9;
  }
  30% {
    width: 84px;
    height: 84px;
    opacity: 1;
  }
  35% {
    width: 96px;
    height: 96px;
    opacity: 0.95;
  }
  40% {
    width: 108px;
    height: 108px;
    opacity: 0.9;
  }
  45% {
    width: 120px;
    height: 120px;
    opacity: 0.85;
  }
  50% {
    width: 132px;
    height: 132px;
    opacity: 0.8;
  }
  55% {
    width: 144px;
    height: 144px;
    opacity: 0.75;
  }
  60% {
    width: 156px;
    height: 156px;
    opacity: 0.7;
  }
  65% {
    width: 168px;
    height: 168px;
    opacity: 0.65;
  }
  70% {
    width: 180px;
    height: 180px;
    opacity: 0.6;
  }
  75% {
    width: 192px;
    height: 192px;
    opacity: 0.55;
  }
  80% {
    width: 204px;
    height: 204px;
    opacity: 0.5;
  }
  85% {
    width: 216px;
    height: 216px;
    opacity: 0.45;
  }
  90% {
    width: 228px;
    height: 228px;
    opacity: 0.4;
  }
  95% {
    width: 240px;
    height: 240px;
    opacity: 0.35;
  }
  100% {
    width: 278px;
    height: 278px;
    opacity: 0.3;
  }
}

/* 두 번째 세트 통합 애니메이션 - BG (14px → 278px) */
@keyframes rippleWaveSecondSet {
  0% {
    width: 14px;
    height: 14px;
    opacity: 0;
  }
  5% {
    width: 28px;
    height: 28px;
    opacity: 0.2;
  }
  10% {
    width: 42px;
    height: 42px;
    opacity: 0.4;
  }
  15% {
    width: 56px;
    height: 56px;
    opacity: 0.6;
  }
  20% {
    width: 70px;
    height: 70px;
    opacity: 0.8;
  }
  25% {
    width: 84px;
    height: 84px;
    opacity: 0.9;
  }
  30% {
    width: 98px;
    height: 98px;
    opacity: 1;
  }
  35% {
    width: 112px;
    height: 112px;
    opacity: 0.95;
  }
  40% {
    width: 126px;
    height: 126px;
    opacity: 0.9;
  }
  45% {
    width: 140px;
    height: 140px;
    opacity: 0.85;
  }
  50% {
    width: 154px;
    height: 154px;
    opacity: 0.8;
  }
  55% {
    width: 168px;
    height: 168px;
    opacity: 0.75;
  }
  60% {
    width: 182px;
    height: 182px;
    opacity: 0.7;
  }
  65% {
    width: 196px;
    height: 196px;
    opacity: 0.65;
  }
  70% {
    width: 210px;
    height: 210px;
    opacity: 0.6;
  }
  75% {
    width: 224px;
    height: 224px;
    opacity: 0.55;
  }
  80% {
    width: 238px;
    height: 238px;
    opacity: 0.5;
  }
  85% {
    width: 252px;
    height: 252px;
    opacity: 0.45;
  }
  90% {
    width: 266px;
    height: 266px;
    opacity: 0.4;
  }
  95% {
    width: 274px;
    height: 274px;
    opacity: 0.35;
  }
  100% {
    width: 278px;
    height: 278px;
    opacity: 0.3;
  }
}

/* 두 번째 세트 통합 애니메이션 - Border (12px → 278px) */
@keyframes rippleWaveSecondSetBorder {
  0% {
    width: 12px;
    height: 12px;
    opacity: 0;
  }
  5% {
    width: 24px;
    height: 24px;
    opacity: 0.2;
  }
  10% {
    width: 36px;
    height: 36px;
    opacity: 0.4;
  }
  15% {
    width: 48px;
    height: 48px;
    opacity: 0.6;
  }
  20% {
    width: 60px;
    height: 60px;
    opacity: 0.8;
  }
  25% {
    width: 72px;
    height: 72px;
    opacity: 0.9;
  }
  30% {
    width: 84px;
    height: 84px;
    opacity: 1;
  }
  35% {
    width: 96px;
    height: 96px;
    opacity: 0.95;
  }
  40% {
    width: 108px;
    height: 108px;
    opacity: 0.9;
  }
  45% {
    width: 120px;
    height: 120px;
    opacity: 0.85;
  }
  50% {
    width: 132px;
    height: 132px;
    opacity: 0.8;
  }
  55% {
    width: 144px;
    height: 144px;
    opacity: 0.75;
  }
  60% {
    width: 156px;
    height: 156px;
    opacity: 0.7;
  }
  65% {
    width: 168px;
    height: 168px;
    opacity: 0.65;
  }
  70% {
    width: 180px;
    height: 180px;
    opacity: 0.6;
  }
  75% {
    width: 192px;
    height: 192px;
    opacity: 0.55;
  }
  80% {
    width: 204px;
    height: 204px;
    opacity: 0.5;
  }
  85% {
    width: 216px;
    height: 216px;
    opacity: 0.45;
  }
  90% {
    width: 228px;
    height: 228px;
    opacity: 0.4;
  }
  95% {
    width: 240px;
    height: 240px;
    opacity: 0.35;
  }
  100% {
    width: 278px;
    height: 278px;
    opacity: 0.3;
  }
}
/* ========================================
   미디어쿼리 (반응형)
======================================== */

/* 태블릿 (1024px 이하) */
@media screen and (max-width: 1024px) {
  .tutorialWrap {
    height: 100%;
    background-color: #e7e7e7;
  }
  .tutorialInner {
    margin-left: 0;
  }
  main.mt0 .basicWrap {
    min-height: 100vh;
  }
  .basicWrap {
    min-height: calc(100vh - 50px);
  }
  main:has(.tutorialPageTit).mt0 .basicWrap {
    min-height: calc(100vh - 50px);
  }
  .clickWrap {
    right: auto;
  }
}
/* 태블릿 (600px 이상) */
@media screen and (min-width: 600px) {
  .main__jobLink {
    left: auto;
    margin-left: 0;
  }
}
/* 모바일 (360px 이하) */
@media screen and (max-width: 360px) {
  .bubbleBox {
    right: 50%;
    transform: translateX(50%);
  }
}
/* 모바일 (321px 이하) */
@media screen and (max-width: 321px) {
  /* 튜토리얼 페이지 제목 */
  .tutorialPageTit .tutorialNotiBox strong {
    font-size: 16px;
  }

  .tutorialPageTit .tutorialNotiBox strong > span {
    font-size: 12px;
  }

  .tutorialPageTit .tutorialNotiBox p {
    font-size: 14px;
  }

  /* 팝업 */
  .popup .popupWrap__tutoTit h2 {
    font-size: 11px;
  }

  .popup .popupWrap__tutoTit p {
    font-size: 16px;
  }

  .popup .popupWrap__tutoTit span {
    font-size: 12px;
  }

  /* 마이페이지 */
  .myPage .myPageInfo__tit h2 {
    font-size: 16px;
  }

  .myPage .myPageInfo__tit h2 span {
    font-size: 12px;
  }

  .myPage .myPageInfo__tit > span {
    font-size: 11px;
  }

  .myPage .myPageInfo__quick ul li span {
    font-size: 12px;
  }

  .myPage .myPageList h3 {
    font-size: 12px;
  }

  .myPage .myPageList .serviceList li h4 {
    font-size: 14px;
  }

  .myPage .myPageList .serviceList li span {
    font-size: 14px;
  }

  .myPage .myPageList .arrowList li h4 {
    font-size: 14px;
  }

  /* 튜토리얼 종료 */
  .tutorialEnd__tit h2 {
    font-size: 12px;
  }

  .tutorialEnd__tit p {
    font-size: 18px;
  }

  .tutorialEnd__tit span {
    font-size: 12px;
  }
}
