body {
  overflow: hidden;
}
button {
  cursor: inherit;
}
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;
  background-size: 14px;
  cursor: pointer;
}

main:has(.tutorialPageTit) {
  margin-top: 50px !important;
}
main:has(.tutorialPageTit) .pageTit {
  padding-top: 32px;
}
main:has(.tutorialPageTit):has(.notifiStep) .notifiStep {
  position: relative;
  top: 0;
  padding-top: 25px;
}
main:has(.tutorialPageTit):has(.notifiStep) .notifiStep:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: #fff;
}
main:has(.tutorialPageTit):has(.notifiStep) .pageTit {
  padding-top: 0;
  margin-top: -15px;
}
main:has(.tutorialPageTit) .patientInfo {
  padding-top: 0;
}
main:has(.tutorialPageTit) .patientInfo__care--tit {
  margin-top: 24px;
}
main:has(.tutorialPageTit) .notifiComple__txt {
  padding-top: 90px;
}
main:has(.tutorialPageTit) .notifiComple__txt .compleCheck {
  margin-bottom: 22px;
  position: relative;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  transform: none;
  animation: none;
}
main:has(.tutorialPageTit) .notifiComple__txt .compleCheck:before {
  display: none;
  animation: none;
}
main:has(.tutorialPageTit) .headerFilter {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 600px;
  transform: none;
  background-color: #fff;
}
main:has(.tutorialPageTit) .headerFilter + .careList__item ul {
  padding-top: 24px !important;
}

.tutorialPageTit {
  position: sticky;
  width: 100%;
  max-width: 600px;
  top: 50px;
  left: 0;
  z-index: 999;
}
.tutorialPageTit .tutorialProgress__bar {
  width: 100%;
  height: 8px;
  background-color: #e1e1e1;
}
.tutorialPageTit .tutorialProgress__bar--fill {
  height: 100%;
  background-color: #a47768;
  transition: width 0.5s ease-in-out;
}
.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(../tutoimg/ic_smileEmo.svg) no-repeat left top 2px/20px;
}
@media screen and (max-width: 321px) {
  .tutorialPageTit .tutorialNotiBox strong {
    font-size: 16px;
  }
}
.tutorialPageTit .tutorialNotiBox strong > span {
  margin-left: 4px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  font-weight: normal;
  vertical-align: 1px;
}
@media screen and (max-width: 321px) {
  .tutorialPageTit .tutorialNotiBox strong > span {
    font-size: 12px;
  }
}
.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;
}
@media screen and (max-width: 321px) {
  .tutorialPageTit .tutorialNotiBox p {
    font-size: 14px;
  }
}

.tutorialTour {
  position: relative;
  cursor: pointer;
}
.tutorialTour:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -3px;
  left: 0;
  width: 100%;
  height: calc(100% + 6px);
  border: solid 1px #7e4f40;
  border-radius: 12px;
  background-color: transparent;
  border-width: 6px;
  animation: tutorialBorderGlow 2s ease-in-out infinite;
}
.tutorialTour:after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  background: url(../tutoimg/ic_pointer.svg) no-repeat center center;
}
.tutorialTour.brown .searchBtn {
  background-color: #7e4f40;
  border-radius: 0 12px 12px 0;
}
.tutorialTour.noBorder:before {
  display: none;
}

.calendar__detail--col.tutorialTour:before {
  display: none;
}
.calendar__detail--col.tutorialTour:after {
  top: 25px;
  right: 38%;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}
.calendar__detail--col.tutorialTour .check:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: solid 1px #7e4f40;
  border-radius: 50%;
  background-color: transparent;
  border-width: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  animation: tutorialBorderGlow 2s ease-in-out infinite;
}

.iconBtn.tutorialTour:after {
  top: 16px;
  right: -23px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}
/* 포인터 위치 값 */
.radioSelectCheck__box.tutorialTour:after {
  top: 100px;
  right: -20px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}
.radioSelectCheck__box.timeCare.tutorialTour:after {
  right: 6px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.radioCheckSel.tutorialTour:after {
  top: 12px;
  right: 20px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.checkBoxSel.tutorialTour:after {
  top: 11px;
  right: 8px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.notifiCustom__sel.second .radioSelectCheck__box.tutorialTour:after {
  right: 6px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.solidBtn.tutorialTour:after {
  top: 0;
  right: 16px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.notifiSearch__form--input.tutorialTour:after {
  top: 4px;
  right: 58px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}
.notifiSearch__form--input.tutorialTour.brown:after {
  top: 0;
  right: -14px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}
.notifiSearch__form--input .tutorialTour:after {
  top: 4px;
  right: 10px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.notifiPlace__result > ul li button.tutorialTour:after {
  top: 12px;
  right: 18px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.notifiRegis__pait--form li .tutorialTour:after {
  top: 5px;
  right: 30px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}
.notifiRegis__pait--form li:nth-child(2) .tutorialTour:after {
  top: 11px;
  right: 3px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}
.notifiRegis__pait--form li:nth-child(6) .tutorialTour {
  overflow: visible;
}
.notifiRegis__pait--form li:nth-child(6) .tutorialTour:after {
  top: 6px;
  right: 28px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.notifiRegis__paitDet .radioCheckSel.tutorialTour:after,
.notifiRegis__paitDet .checkBoxSel.tutorialTour:after {
  top: 11px;
  right: 8px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.autoMatch__pickBox--list .radioCheckSel.tutorialTour input + label {
  border: 0;
}
.autoMatch__pickBox--list .radioCheckSel.tutorialTour:after {
  top: auto;
  right: 16px;
  bottom: -30px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.popup.tutorial .popupWrap__btn button.tutorialTour:after {
  top: 14px;
  right: 28px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.date-start.tutorialTour:after {
  top: 7px;
  right: 29px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.btnWrap:has(:nth-child(2)) button.tutorialTour:after {
  top: 7px;
  right: 1px;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.myPageList ul li.tutorialTour:after {
  top: 4px;
  right: 50%;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

.notifiItems.tutorialTour:after {
  top: 91px;
  right: 50%;
  animation: tutorialPointerFloat 1.5s ease-in-out infinite;
}

@keyframes tutorialBorderGlow {
  0%,
  100% {
    border-color: #7e4f40;
    box-shadow: 0 0 0 0 rgba(126, 79, 64, 0.4);
  }
  50% {
    border-color: #ad715e;
    box-shadow: 0 0 0 4px rgba(126, 79, 64, 0.2);
  }
}
@keyframes tutorialPointerFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.popup.tutorial .popupWrap {
  overflow: visible;
}
.popup.tutorial .popupWrap__btn {
  margin: 32px -6px -6px;
  border-top: 0;
}
.popup.tutorial .popupWrap__btn button {
  border-radius: 12px;
}

.popup .popupWrap__tutoTit {
  padding-top: 32px;
  text-align: center;
}
.popup .popupWrap__tutoTit strong {
  color: #7e4f40;
  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;
}
@media screen and (max-width: 321px) {
  .popup .popupWrap__tutoTit h2 {
    font-size: 11px;
  }
}
.popup .popupWrap__tutoTit p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: bold;
}
@media screen and (max-width: 321px) {
  .popup .popupWrap__tutoTit p {
    font-size: 16px;
  }
}
.popup .popupWrap__tutoTit span {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 321px) {
  .popup .popupWrap__tutoTit span {
    font-size: 12px;
  }
}
.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;
}
@media screen and (max-width: 321px) {
  .myPage .myPageInfo__tit h2 {
    font-size: 16px;
  }
}
.myPage .myPageInfo__tit h2 span {
  color: #555;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  font-weight: normal;
}
@media screen and (max-width: 321px) {
  .myPage .myPageInfo__tit h2 span {
    font-size: 12px;
  }
}
.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(../tutoimg/arrowRight-c.svg) no-repeat right 12px center/6px #fff;
}
@media screen and (max-width: 321px) {
  .myPage .myPageInfo__tit > span {
    font-size: 11px;
  }
}
.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: normal;
  background-size: 28px;
  background-position: top 22px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 321px) {
  .myPage .myPageInfo__quick ul li span {
    font-size: 12px;
  }
}
.myPage .myPageInfo__quick ul li:nth-child(1) span {
  background-image: url(../tutoimg/ic_quick01.svg);
}
.myPage .myPageInfo__quick ul li:nth-child(2) span {
  background-image: url(../tutoimg/ic_quick02.svg);
}
.myPage .myPageInfo__quick ul li:nth-child(3) span {
  background-image: url(../tutoimg/ic_quick03.svg);
}
.myPage .myPageInfo__quick ul li:nth-child(4) span {
  background-image: url(../tutoimg/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;
}
@media screen and (max-width: 321px) {
  .myPage .myPageList h3 {
    font-size: 12px;
  }
}
.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(../tutoimg/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: normal;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 321px) {
  .myPage .myPageList .serviceList li h4 {
    font-size: 14px;
  }
}
.myPage .myPageList .serviceList li span {
  padding-right: 14px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  font-weight: bold;
}
@media screen and (max-width: 321px) {
  .myPage .myPageList .serviceList li span {
    font-size: 14px;
  }
}
.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(../tutoimg/ic_myPage01.svg);
}
.myPage .myPageList .serviceList li:nth-child(2) h4 {
  background-image: url(../tutoimg/ic_myPage02.svg);
}
.myPage .myPageList .serviceList li:nth-child(3) h4 {
  background-image: url(../tutoimg/ic_myPage03.svg);
}
.myPage .myPageList .serviceList li:nth-child(4) h4 {
  background-image: url(../tutoimg/ic_myPage04.svg);
}
.myPage .myPageList .serviceList li:nth-child(5) h4 {
  background-image: url(../tutoimg/ic_myPage05.svg);
}
.myPage .myPageList .serviceList li:nth-child(6) h4 {
  background-image: url(../tutoimg/ic_myPage06.svg);
}
.myPage .myPageList .serviceList li:nth-child(7) h4 {
  background-image: url(../tutoimg/ic_myPage07.svg);
}
.myPage .myPageList .serviceList li:nth-child(8) h4 {
  background-image: url(../tutoimg/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(../tutoimg/ic_myPage09.svg);
}
.myPage .myPageList .arrowList li {
  padding: 16px 0;
  background: url(../tutoimg/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;
}
@media screen and (max-width: 321px) {
  .myPage .myPageList .arrowList li h4 {
    font-size: 14px;
  }
}
.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;
}
.tutorialEnd__tit {
  position: relative;
  padding: 50px 20px 82px;
  text-align: center;
}
.tutorialEnd__tit h2 {
  display: inline-block;
  padding: 7px 10px;
  color: #7e4f40;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
  font-weight: 500;
  line-height: 1;
  background-color: #fff1ec;
  border-radius: 8px;
}
@media screen and (max-width: 321px) {
  .tutorialEnd__tit h2 {
    font-size: 12px;
  }
}
.tutorialEnd__tit p {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: -1.1px;
  font-weight: bold;
}
@media screen and (max-width: 321px) {
  .tutorialEnd__tit p {
    font-size: 18px;
  }
}
.tutorialEnd__tit p strong {
  color: #7e4f40;
  font-weight: bold;
}
.tutorialEnd__tit span {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 321px) {
  .tutorialEnd__tit span {
    font-size: 12px;
  }
}
.tutorialEnd__cont {
  padding-bottom: 90px;
}
.tutorialEnd__cont--slider img {
  width: 286px;
  border-radius: 20px;
}

.basicWrap:has(.particles) {
  .outlineTxtBtn {
    width: 87px;
    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%;
  }
}
/* 튜토리얼 배경 */
.bgHeader {
  width: 100%;
  border-bottom: solid 1px #f1f1f1;
  background-color: #fff;
}
.bgHeader > div {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1320px;
  height: 70px;
}
.bgHeader > div > span {
  height: 70px;
}
.bgHeader > div > span img {
  padding: 20px 0;
  width: 160px;
}
.bgMain article {
  background-color: #fbf6f2;
}
.bgMain article > div {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1320px;
  height: 100vh;
}
.bgMain .subMain__tit {
  position: relative;
  display: inline-block;
  padding-top: 160px;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .bgMain .subMain__tit {
    z-index: 1;
  }
}
.bgMain .subMain__tit > span {
  font-size: 50px;
  line-height: 1.28;
  letter-spacing: -2.5px;
  color: #111;
  font-weight: bold;
  word-break: break-all;
}
.bgMain .subMain__tit > p {
  margin-top: 22px;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: -1.1px;
}
.findBtn {
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 23px 0;
  margin-top: 40px;
  max-width: 336px;
  font-size: 20px;
  letter-spacing: -1px;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.findBtn:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background: url(../img/icon_search_wh.png) no-repeat 0 center;
}
@media screen and (min-width: 1024px) {
  .findBtn:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    transform: translateY(2px);
  }
}
.prot .findBtn {
  background-color: #7e4f40;
}
.subMain__tit--storeBtn a {
  display: block;
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  background: no-repeat center / 108px #fff;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .subMain__tit--storeBtn a {
    float: left;
    padding: 10px 0;
    width: 164px;
  }
}
.subMain__tit--storeBtn .google {
  background-image: url(../img/icon_google_bk.svg);
}
@media screen and (min-width: 1024px) {
  .subMain__tit--storeBtn a:first-child {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .subMain__tit--storeBtn {
    margin-top: 16px;
  }
}
.subMain__tit--storeBtn .apple {
  background-image: url(../img/icon_apple_bk.svg);
  background-size: 94px;
}
.tutorialWrap {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .tutorialWrap {
    background-color: #e7e7e7;
  }
}
.tutorialInner {
  position: relative;
  width: 600px;
  height: 100%;
  margin-left: auto;
  background-color: #fff;
  overflow-y: auto;
}
.tutorialInner:has(.popup.active) {
  overflow-y: hidden;
}
@media screen and (max-width: 1024px) {
  .tutorialInner {
    margin-left: 0;
  }
}
.tutorialWrap header {
  left: auto;
  transform: none;
}
.tutorialWrap .popup {
  position: absolute;
}
.floatingBtn {
  left: auto;
  transform: none;
}
.radioCheckSel input[type="radio"]:disabled + label {
  background-color: #fff;
  color: inherit;
}
textarea:disabled {
  background-color: #fff;
  font-weight: 400;
}
.autoMatch__pickBox--list .radioCheckSel input:disabled ~ div {
  background-color: #fff;
}
.autoMatch__pickBox--list .radioCheckSel input:disabled ~ div p {
  color: #111;
}
.autoMatch__pickBox--list .radioCheckSel input:disabled ~ div span {
  color: #111;
}
.map__wrap {
  position: relative;
  background: url(../tutoimg/img_map.png) no-repeat center;
}
.map__wrap:before {
  position: absolute;
  content: "";
  display: block;
  width: 38px;
  height: 43px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../tutoimg/ic_mapMarker.svg) no-repeat center;
}
.alyCagivDet__data--chart {
  text-align: center;
}
.alyCagivDet__data--chart img {
  display: inline-block;
  height: 100%;
}

/* 인트로 */
.introTuto {
  padding-top: 50px;
}

.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;
  color: #7e4f40;
  background-color: #fff1ec;
  border-radius: 8px;
}
.introTuto .introTuto__tit h2 {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: -1.5px;
  font-weight: bold;
  text-align: center;
}
.introTuto .introTuto__tit h2 strong {
  color: #7e4f40;
  font-weight: inherit;
}
.introTuto .introTuto__tit p {
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: -0.7px;
  margin-top: 12px;
  text-align: center;
}
.introTuto .introTuto__step {
  margin-top: 20px;
  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 ~ li {
  padding-top: 12px;
}
.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: 20px;
  height: calc(100% - 20px);
}
.introTuto .introTuto__step ol li:last-child:before {
  bottom: 20px;
  height: calc(100% - 20px);
}

.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: #fff1ec;
  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:nth-child(2).active {
  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 rgba(126, 79, 64, 0.2);
}
.introTuto .introTuto__step ol li.active .stepBox span:before {
  background-color: #7e4f40;
}
.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;
}
.basicWrap__flex:has(.introTuto) + .btnWrap .tutorialTour:after {
  top: 10px;
}
.tutorialTour.noPointer:after {
  display: none;
}
.tutorialEnd__cont--slider .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.tutorialEnd__cont--slider img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
