.mb48 {
  margin-bottom: 48px;
}
.mb72 {
  margin-bottom: 72px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.title05 {
  color: #181818;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
  margin-top: 80px;
}
.pricing-tap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 90px;
}
.pricing-tap a:nth-child(1) {
  border-radius: 4px 0px 0px 4px;
  background: #f9f9f9;
  color: #8e8e8e;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 61px;
  padding: 16px 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.pricing-tap a:nth-child(2) {
  border-radius: 0px 4px 4px 0px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #f9f9f9;
  color: #8e8e8e;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 61px;
  padding: 16px 36px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.pricing-tap a:nth-child(2) span {
  display: block;
  color: #bababa;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #eaeaea;
  padding: 4px 13px;
}
.pricing-tap a.is-active {
  border: 1px solid #2c63ff !important;
  background: #2c63ff !important;
  color: #fff !important;
}
.pricing-tap a.is-active span {
  color: #2c63ff;
  background-color: #fff;
}
.pricing-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.pricing-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.pricing-list h2 {
  border-radius: 24px 24px 0px 0px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background: #fcfbf8;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181818;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.popular.pricing-list h2 {
  border-radius: 0;
  border-top: none;
}
.pricing-list > div {
  border-radius: 0px 0px 24px 24px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 46px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 4px;
}
.price p {
  color: #181818;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.price span {
  color: #9a9a9a;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing-text1,
.pricing-text2 {
  color: #9a9a9a;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.pricing-text1 {
  text-decoration: line-through;
}
.pricing-text2 {
  margin-bottom: 20px;
}
.pricing-text3 {
  color: #181818;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 20.8px */
  min-height: 63px;
  max-width: 268px;
}

.pricing-btn {
  border-radius: 100px;
  border: 1px solid #2c63ff;
  background: #fff;
  color: #2c63ff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.popular .pricing-btn {
  border: 1px solid #2c63ff;
  color: #fff;

  background: #2c63ff;
}
.pricing-btn:hover {
  filter: brightness(0.97);
}
.pricing-text4 {
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 250%; /* 40px */
}
.popular {
  position: relative;
}
.popular::before {
  content: "Popular";
  position: absolute;
  top: -42px;
  width: 100%;
  padding: 8px;
  border-radius: 24px 24px 0px 0px;
  border-top: 1px solid #2c63ff;
  border-right: 1px solid #2c63ff;
  border-left: 1px solid #2c63ff;
  background: #2c63ff;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 42px;
}
.join .s__row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-title {
  color: #9a9a9a;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
  margin-bottom: 40px;
}
.title06 {
  color: #181818;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 48px */
  margin-top: 40px;
}
.input-wrap {
  width: 100%;
  max-width: 600px;
}
.input-title {
  color: #181818;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
  margin-top: 8px;
}
.input01 {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 100%;
  padding: 11px 18px;
  font-size: 16px;
}
.input01:disabled {
  background: #f9f9f9;
  color: #8e8e8e;
}
.big-btn-blue {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  background-color: #2c63ff;
  border: 1px solid #2c63ff;
  margin-top: 24px;
  margin-bottom: 40px;
}
.big-btn-blue:hover {
  background-color: #2e5ee2;
}

.join-link {
  text-align: center;
  margin-bottom: 24px;
  color: #181818;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.join-link a {
  color: #2c63ff;
  text-decoration-line: underline;
}
.domain {
  position: relative;
}
.domain input {
  padding: 11px 150px 11px 18px;
}
.domain p {
  position: absolute;
  top: 15px;
  right: 22px;
  color: #2c63ff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.title06.no-sub {
  margin-bottom: 40px;
}
.sub-logo {
  margin-top: 76px;
}
.personal {
  position: relative;
  margin: 12px 0 0px 0;
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 600px;
}
.personal::before,
.personal::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  margin-top: 10px;
  background-color: #d9d9d9;
}
.personal p {
  color: #181818;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.input-wrap .pricing-list h2 {
  border-radius: 8px 8px 0px 0px;
}
.input-wrap .pricing-list > div {
  border-radius: 0 0 8px 8px;
}
.input-wrap .pricing-text4 {
  margin-top: 20px;
}
.input-wrap .pricing-list {
  margin-bottom: 0;
}
.w480 {
  max-width: 480px;
}
.mb38 {
  margin-bottom: 38px;
}
.sign-in .s__container {
  max-width: none;
}
.sign-in-img {
  background-color: #fcfbf8;
}
.sign-in .s__row {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr 1fr;
}
.sign-in .s__row > * {
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sign-in .input-wrap {
  padding: 0 16px;
}
.sign-in .sub-logo img {
  height: 59px;
}
@media (max-width: 768px) {
  .title05 {
    font-size: 24px;
  }
  .pricing-tap a:nth-child(1),
  .pricing-tap a:nth-child(2) {
    font-size: 16px;
    height: auto;
  }
  .pricing-tap a:nth-child(1) {
    height: 75px;
    padding: 11px 36px;
  }
  .pricing-tap a:nth-child(2) {
    flex-direction: column;
    gap: 5px;
    padding: 11px 36px;
  }
  .pricing-list-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .pricing-list {
    margin-bottom: 40px;
  }
  .popular::before {
    border-radius: 8px 8px 0px 0px;
    font-size: 16px;
    padding: 10px;
  }
  .price p {
    font-size: 24px;
  }
  .price span {
    font-size: 16px;
  }
  .pricing-text3 {
    font-size: 14px;
    min-height: 91px;
  }
  .pricing-list h2 {
    font-size: 16px;
    padding: 10px;
    border-radius: 8px 8px 0px 0px;
  }
  .pricing-list > div {
    border-radius: 0px 0px 8px 8px;
  }
  .pricing-tap {
    margin-bottom: 40px;
  }
  .mb48 {
    margin-bottom: 40px;
  }
  .title05 {
    margin-top: 36px;
  }
  .title06 {
    margin-top: 36px;
    font-size: 24px;
  }
  .sub-title {
    margin-bottom: 16px;
  }
  .sub-logo {
    display: none;
  }
  .personal {
    margin: 16px 0 26px;
  }
  .sign-in-img {
    display: none;
  }
  .sign-in .s__row {
    grid-template-columns: 1fr;
  }
  .sign-in .sub-logo {
    display: block;
  }
}
@media (max-width: 360px) {
  .pricing-tap a:nth-child(1) {
    padding: 11px;
  }
  .pricing-tap a:nth-child(2) {
    padding: 11px;
  }
  .pricing-list-wrap {
    grid-template-columns: 1fr;
  }
  .pricing-list {
    margin-bottom: 0;
  }
  .popular {
    margin-top: 40px;
  }
  .pricing {
    margin-bottom: 40px;
  }
  .pricing-text3 {
    min-height: inherit;
  }
}
