@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

html, body {
  min-height: 100vh;
  min-height: 100svh;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul, ol {
  list-style: none;
}

fieldset {
  border: 0;
}

a {
  text-decoration: none;
}

button {
  color: inherit;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

body {
  background-color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;
  word-break: keep-all;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.pc-only-flex {
  display: flex;
}
@media (max-width: 767px) {
  .pc-only-flex {
    display: none;
  }
}

.mo-only {
  display: none;
}
@media (max-width: 767px) {
  .mo-only {
    display: block;
  }
}

.mo-only-flex {
  display: none;
}
@media (max-width: 767px) {
  .mo-only-flex {
    display: flex;
  }
}

header {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  height: 90px;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  padding: 0 265px;
  z-index: 10;
}
@media (max-width: 1024px) {
  header {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  header {
    height: 56px;
    border: 0;
    padding: 0 20px;
  }
  header .logo {
    display: none;
  }
  header:has(.btn-close) {
    justify-content: flex-end;
  }
}

main {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  main {
    padding-bottom: 56px;
  }
  main:has(.btn-sticky-mo) {
    padding-bottom: 36px;
  }
}

.container {
  max-width: 536px;
  width: 100%;
  padding: 62px 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.bottom-banner {
  width: 100%;
  margin-top: 40px;
}
.bottom-banner a {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.bottom-banner img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .bottom-banner {
    margin-top: 30px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
}
.btn-primary {
  color: #fff;
  background-color: #3E74FF;
  border: none;
}
.btn-outline {
  color: #3E74FF;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #3E74FF;
}
.btn-outline-default {
  color: #1A1A1A;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn-small {
  min-width: 80px;
  width: auto;
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
}
.btn-modal {
  height: 42px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn {
    height: 48px;
  }
  .btn-small {
    height: 42px;
  }
  .btn-modal {
    height: 44px;
  }
}

.btn-wrap {
  width: 100%;
}
.btn-wrap.btn-multi {
  display: flex;
  gap: 16px;
}
.btn-wrap.btn-multi .btn {
  flex: 1;
}

@media (max-width: 767px) and (min-height: 480px) {
  .btn-fixed-mo {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: #fff;
    padding: 20px;
  }
  .btn-fixed-mo .btn {
    margin: 0 !important;
  }
}

@media (max-width: 767px) and (min-height: 480px) {
  .page-content:has(.btn-fixed-mo) {
    padding-bottom: 68px;
  }
}

@media (max-width: 767px) and (min-height: 480px) {
  .btn-sticky-mo {
    position: sticky;
    left: 0;
    bottom: 0;
    width: calc(100% + 40px);
    z-index: 5;
    background-color: #fff;
    padding: 20px;
    margin-top: 10px;
    margin-inline: -20px;
  }
  .btn-sticky-mo .btn {
    margin: 0 !important;
  }
}

.btn-sticky-shadow {
  box-shadow: 0px -4px 10px 0px rgba(24, 35, 87, 0.08);
}

.tab-wrap .tab-list {
  display: flex;
  box-shadow: inset 0 -1px 0 0 #E6E6E6;
}
.tab-wrap .tab-list li {
  flex: 1;
}
.tab-wrap .tab-list button[role=tab] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  color: #808080;
  font-size: 16px;
  font-weight: 500;
}
.tab-wrap .tab-list button[role=tab][aria-selected=true] {
  color: #1A1A1A;
  font-weight: 700;
  box-shadow: inset 0 -2px 0 0 #1A1A1A;
}
@media (max-width: 767px) {
  .tab-wrap .tab-list button[role=tab] {
    height: 48px;
    font-size: 15px;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group > label {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.form-group > label .label-optional {
  color: #808080;
}
.form-group .link-detail {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  text-decoration: underline;
}
.form-group *:has(> .link-detail) {
  align-items: center;
  gap: 8px;
}
.form-group *:has(> .link-detail) .link-detail {
  margin-top: 2px;
}
.form-group .policy-links {
  display: flex;
  gap: 40px;
  padding: 6px 22px;
  margin-top: 8px;
}
.form-group .policy-links li {
  flex: 1;
}
.form-group .policy-links a {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.form-group .policy-links a::after {
  width: 16px;
  height: 16px;
  background: url("../images/icon_link_arrow.svg") no-repeat;
  background-size: 16px 16px;
  margin-top: -2px;
  content: "";
}
@media (max-width: 767px) {
  .form-group .policy-links {
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  .form-group .policy-links li {
    flex: 0 0 106px;
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .form-group .policy-links {
    gap: 8px 20px;
  }
}
.form-group .form-notice {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 22px;
}
.form-group .form-notice li {
  position: relative;
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  padding-left: 12px;
}
.form-group .form-notice li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  font-weight: 700;
  text-align: center;
  content: "·";
}

.form-group-multi {
  display: flex;
  justify-content: space-between;
}

.sub-form-group {
  display: flex;
  gap: 40px;
  padding: 6px 22px;
  margin-top: 8px;
}
.sub-form-group > * {
  flex: 1;
}
.sub-form-group .check-wrap label {
  color: #808080;
}
@media (max-width: 767px) {
  .sub-form-group .check-wrap label {
    font-size: 13px;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  .sub-form-group {
    justify-content: space-between;
    gap: 12px;
  }
  .sub-form-group > * {
    flex: 0 0 auto;
  }
}

.input-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
}
.input-wrap .btn-small {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .input-wrap:has(.custom-select) {
    flex-wrap: wrap;
  }
}

.input-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex: 1;
  min-width: 0;
}
.input-box input {
  flex: 1;
  min-width: 0;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #e6e6e6;
  background-image: none !important;
  border-radius: 6px;
  padding: 10px 15px;
  outline: 0;
}
.input-box input::-moz-placeholder {
  color: #808080;
  font-size: inherit;
  font-family: inherit;
}
.input-box input::placeholder {
  color: #808080;
  font-size: inherit;
  font-family: inherit;
}
.input-box input:focus-within {
  border-color: #1A1A1A;
}
.input-box input.error {
  color: #f00 !important;
  border-color: #f00 !important;
}
.input-box input:-moz-read-only {
  cursor: default;
  background-color: #f7f7f7;
}
.input-box input:read-only {
  cursor: default;
  background-color: #f7f7f7;
}
.input-box input:-moz-read-only:focus-within {
  border-color: #e6e6e6;
}
.input-box input:read-only:focus-within {
  border-color: #e6e6e6;
}
.input-box .btn-input-clear {
  display: none;
  position: absolute;
  top: 13px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url("../images/icon_input_clear.svg") no-repeat;
  background-size: 16px 16px;
}
.input-box .btn-pw-toggle {
  position: absolute;
  top: 9px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url("../images/icon_pw_hidden.svg") no-repeat;
  background-size: 24px 24px;
}
.input-box .btn-pw-toggle[aria-pressed=true] {
  background-image: url("../images/icon_pw_visible.svg");
}
.input-box:has(.btn-input-clear) input {
  padding-right: 43px;
}
.input-box:has(.btn-pw-toggle) input {
  padding-right: 51px;
}
.input-box:has(.btn-pw-toggle):has(.btn-input-clear) input.on {
  padding-right: 75px;
}
.input-box input.on ~ .btn-input-clear {
  display: block;
}
.input-box input.on ~ .btn-pw-toggle {
  right: 40px;
}
.input-box .bar {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}
.input-box .custom-select {
  flex: 1;
}
@media (max-width: 767px) {
  .input-box:has(.custom-select) {
    flex: 1 0 100%;
  }
}

.form-caption {
  display: flex;
  gap: 4px;
  min-height: 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
}
.form-caption::before {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("../images/icon_input_caption.svg") no-repeat;
  background-size: 16px 16px;
  margin-top: 1px;
  border-radius: 50%;
  content: "";
}
.form-group > .form-caption {
  margin-top: -4px;
}
.form-caption.error {
  color: #f00;
}
.form-caption.error::before {
  background-image: url("../images/icon_input_caption_error.svg");
}
.form-caption.guide {
  color: #808080;
  margin-top: 0;
}
.form-caption.guide::before {
  display: none;
}
@media (max-width: 767px) {
  .form-caption.guide {
    height: auto;
    line-height: 1.4;
    margin-top: 12px;
  }
}

.check-wrap {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.check-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.check-wrap label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
.check-wrap label::before {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("../images/icon_checkbox.svg") no-repeat;
  background-size: 16px 16px;
  content: "";
}
.check-wrap input:checked + label::before {
  background-image: url("../images/icon_checkbox_on.svg");
}
.check-wrap.small label {
  color: #808080;
  font-size: 13px;
  line-height: 18px;
}
.check-wrap.small label::before {
  margin-top: -2px;
}
.check-wrap.single label {
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.check-wrap.single label::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-image: url("../images/icon_checkbox_border.svg");
  background-size: 20px 20px;
  margin-top: 1px;
}
.check-wrap.single input:checked + label::before {
  background-image: url("../images/icon_checkbox_border_on.svg");
}

textarea#reasonMsg {
  display: block;
  width: 100%;
  height: 82px;
  overflow: hidden;
  overflow-y: auto;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 10px 15px;
  outline: 0;
  resize: none;
}
textarea#reasonMsg::-moz-placeholder {
  color: #808080;
}
textarea#reasonMsg::placeholder {
  color: #808080;
}
textarea#reasonMsg:focus-within {
  border-color: #1A1A1A;
}
textarea#reasonMsg.error {
  color: #f00 !important;
  border-color: #f00 !important;
}
textarea#reasonMsg:-moz-read-only {
  cursor: default;
  background-color: #f7f7f7;
}
textarea#reasonMsg:read-only {
  cursor: default;
  background-color: #f7f7f7;
}
textarea#reasonMsg:-moz-read-only:focus-within {
  border-color: #e6e6e6;
}
textarea#reasonMsg:read-only:focus-within {
  border-color: #e6e6e6;
}

.page-header {
  margin-bottom: 30px;
}
.page-header .page-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.page-header .page-desc {
  color: #4d4d4d;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}
.page-header .page-desc a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 767px) {
  .page-header .page-title {
    font-size: 24px;
    text-align: left;
  }
  .page-header .page-desc {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .page-header .page-desc {
    letter-spacing: -0.05em;
  }
}
@media (max-width: 767px) {
  main:has(.page-login) .page-header {
    height: 18px;
    background: url("../images/logo.svg") no-repeat;
    background-size: auto 18px;
    background-position: 50% 0;
  }
  main:has(.page-login) .page-header .page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.simple-login {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.simple-login .btn-simple-login {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
.simple-login .btn-simple-login.btn-kakao {
  background-image: url("../images/icon_simple_login_kakao.png");
}
.simple-login .btn-simple-login.btn-naver {
  background-image: url("../images/icon_simple_login_naver.png");
}
.simple-login .btn-simple-login.btn-apple {
  background-image: url("../images/icon_simple_login_apple.png");
}

.terms-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.terms-links li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.terms-links li:not(:first-of-type)::before {
  height: 11px;
  border-left: 1px solid #ccc;
  content: "";
}
.terms-links li a {
  width: 100px;
  color: #999;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .terms-links li a:hover {
    text-decoration: underline;
  }
}

.select-radio-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.select-radio-wrap button.select-radio-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 72px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 0 15px;
}
.select-radio-wrap button.select-radio-item::before {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../images/icon_radio_check.svg") no-repeat;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-color: #E6E6E6;
  content: "";
}
.select-radio-wrap button.select-radio-item.is-active::before {
  background-color: #3E74FF;
}

.info-block-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-block-wrap .info-block {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 8px;
  background-color: #F3F8FF;
  padding: 20px;
}
.info-block-wrap .info-block dt {
  color: #4d4d4d;
  font-weight: 500;
}
.info-block-wrap .info-block dd {
  font-weight: 700;
  text-align: right;
}
.info-block-wrap .info-block dd a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 4px;
}

.notice-block-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.notice-block-wrap .notice-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  border-radius: 15px;
  background-color: #F7F8FB;
  padding: 16px 24px 10px;
}
.notice-block-wrap .notice-title-label {
  color: #3E74FF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 4px;
}
.notice-block-wrap .notice-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.notice-block-wrap .notice-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.notice-block-wrap .notice-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 96px;
  text-align: center;
  padding: 8px 0 10px;
}
.notice-block-wrap .notice-list li .item-title {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 2px;
}
.notice-block-wrap .notice-list li .item-desc {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.notice-block-wrap .notice-list li .item-icon {
  width: 77px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 77px 40px;
  background-position: 50% 0;
  margin-bottom: 8px;
}
.notice-block-wrap .notice-list li .item-icon.icon-1-1 {
  background-image: url("../images/icon_member_notice_1_1.svg");
}
.notice-block-wrap .notice-list li .item-icon.icon-1-2 {
  background-image: url("../images/icon_member_notice_1_2.svg");
}
.notice-block-wrap .notice-list li .item-icon.icon-1-3 {
  background-image: url("../images/icon_member_notice_1_3.svg");
}
.notice-block-wrap .notice-list li .item-icon.icon-2-1 {
  background-image: url("../images/icon_member_notice_2_1.svg");
}
.notice-block-wrap .notice-list li .item-icon.icon-2-2 {
  background-image: url("../images/icon_member_notice_2_2.svg");
}
.notice-block-wrap .notice-list li .item-icon.icon-2-3 {
  background-image: url("../images/icon_member_notice_2_3.svg");
}
.notice-block-wrap .btn-join-link {
  display: none;
  align-items: center;
  position: absolute;
  top: 22px;
  right: 24px;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.notice-block-wrap .btn-join-link::after {
  width: 16px;
  height: 16px;
  background: url("../images/icon_join_link.svg") no-repeat;
  background-size: 16px 16px;
  content: "";
}
@media (max-width: 767px) {
  .notice-block-wrap .notice-title-label {
    display: none;
  }
  .notice-block-wrap .notice-title {
    text-align: left;
  }
  .notice-block-wrap .notice-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .notice-block-wrap .notice-list li {
    min-width: 70px;
    width: 33.33%;
  }
  .notice-block-wrap .notice-list li .item-icon {
    width: 70px;
  }
  .notice-block-wrap .btn-join-link {
    display: flex;
  }
}

.select-check-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.select-check-wrap .select-check-item {
  position: relative;
}
.select-check-wrap .select-check-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.select-check-wrap .select-check-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 72px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 0 15px;
  cursor: pointer;
}
.select-check-wrap .select-check-item label::before {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../images/icon_radio_check.svg") no-repeat;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-color: #E6E6E6;
  content: "";
}
.select-check-wrap .select-check-item input:checked + label::before {
  background-color: #3E74FF;
}
.select-check-wrap .select-check-item:has(input:disabled) label {
  color: #b3b3b3;
  background-color: #f7f7f7;
  cursor: default;
}
.select-check-wrap .select-check-item:has(input:disabled) input:checked + label {
  color: #1a1a1a;
}
.select-check-wrap.small .select-check-item {
  display: flex;
  justify-content: flex-start;
}
.select-check-wrap.small .select-check-item label {
  gap: 12px;
  width: auto;
  height: 22px;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.select-check-wrap.small .select-check-item label::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-image: url("../images/icon_checkbox_border.svg");
  background-color: transparent;
  margin-top: -1px;
}
.select-check-wrap.small .select-check-item input:checked + label::before {
  background-image: url("../images/icon_checkbox_border_on.svg");
  background-color: transparent;
}
@media (max-width: 767px) {
  .select-check-wrap .select-check-item label {
    height: 64px;
  }
  .select-check-wrap .select-check-item label::before {
    width: 24px;
    height: 24px;
  }
  .select-check-wrap.small .select-check-item label {
    align-items: flex-start;
    height: auto;
    line-height: 22px;
  }
  .select-check-wrap.small .select-check-item label::before {
    margin-top: 0;
  }
}

.custom-select {
  position: relative;
}
.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #808080;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.custom-select-trigger::after {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("../images/icon_custom_select_arrow.svg") no-repeat;
  content: "";
}
.custom-select.is-open .custom-select-trigger {
  border-color: #1A1A1A;
  border-bottom-color: transparent;
  border-radius: 6px 6px 0 0;
}
.custom-select.is-open .custom-select-trigger::after {
  transform: rotateX(180deg);
}
.custom-select-list {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  border: 1px solid #1A1A1A;
  border-top: none;
  border-radius: 0 0 6px 6px;
  background: #fff;
  z-index: 10;
  overflow: hidden;
}
.custom-select-list li:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.custom-select.is-open .custom-select-list {
  display: block;
}
.custom-select-item {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  cursor: pointer;
  transition: background 0.1s;
}
.custom-select-item:hover {
  background: #f5f5f5;
}
.custom-select-item.is-selected {
  color: #1A1A1A;
  font-weight: 600;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
}

.modal.is-open {
  display: block;
}

.modal-dimmed {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.modal-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(404px, 100vw - 62px);
  overflow: hidden;
  border: 1px solid #1a1a1a;
  border-radius: 12px;
  background: #fff;
}
.modal-box.is-open {
  display: block;
}
.modal-box .modal-title {
  display: flex;
  align-items: center;
  height: 64px;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 700;
  padding: 0 40px;
}
.modal-box .modal-cont {
  padding: 0 40px;
}
.modal-box .modal-cont > p {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}
.modal-box .modal-cont .noti-box {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  border-radius: 8px;
  background: #F3F8FF;
  padding: 20px;
  margin-top: 32px;
}
.modal-box .modal-cont .noti-box:only-child {
  margin-top: 0;
}
.modal-box .modal-cont .noti-box p {
  color: #4d4d4d;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.modal-box .modal-cont .noti-box strong {
  display: block;
  color: #6A95FF;
  font-weight: 400;
  margin-bottom: 8px;
}
.modal-box .modal-cont .btn-wrap {
  padding: 24px 0;
}
.modal-box .modal-bottom {
  padding: 24px 40px;
}
.modal-box .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 34px;
  padding: 5px;
}

@media (max-width: 767px) {
  .modal-box .modal-title {
    height: 68px;
    padding: 0 20px;
  }
  .modal-box .modal-title.type-notice {
    height: 44px;
    color: transparent;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .modal-box .modal-cont {
    padding: 0 20px;
  }
  .modal-box .modal-cont p {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 0 !important;
  }
  .modal-box .modal-cont .noti-box {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 24px;
  }
  .modal-box .modal-cont .noti-box strong {
    font-weight: 500;
  }
  .modal-box .modal-cont .btn-wrap {
    padding: 20px 0;
  }
  .modal-box .modal-bottom {
    padding: 20px;
  }
  .modal-box .modal-close {
    top: 17px;
  }
  .modal-box .modal-title.type-notice ~ .modal-close {
    top: 10px;
  }
}
.page-login .tab-list {
  margin-bottom: 30px;
}
.page-login .tab-panels .member-type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}
.page-login .tab-panels .member-type .member-item {
  position: relative;
}
.page-login .tab-panels .member-type .member-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.page-login .tab-panels .member-type .member-item label {
  display: flex;
  align-items: center;
  height: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  padding-top: 1px;
  padding-left: 32px;
  cursor: pointer;
}
.page-login .tab-panels .member-type .member-item label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  content: "";
}
.page-login .tab-panels .member-type .member-item input:checked + label {
  color: #3E74FF;
  font-weight: 700;
}
.page-login .tab-panels .member-type .member-item input:checked + label::before {
  border: 1px solid #fff;
  background-color: #3E74FF;
}
.page-login .tab-panels .member-type .member-item input:checked + label::after {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  content: "";
}
.page-login .login-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-login .login-form .form-group-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-login .login-form .form-group .find-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.page-login .login-form .form-group .find-links li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-login .login-form .form-group .find-links li:not(:first-of-type)::before {
  height: 11px;
  border-left: 1px solid #ccc;
  content: "";
}
.page-login .login-form .form-group .find-links li a {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-login .login-form .form-group .find-links li a:hover {
    text-decoration: underline;
  }
}
.page-login .join-link {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}
.page-login .join-link a {
  color: inherit;
  text-decoration: underline;
}
.page-login .simple-login {
  margin-top: 50px;
}
.page-login .terms-links {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page-login .tab-panels .member-type {
    justify-content: space-between;
    gap: 0;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .page-login .simple-login {
    margin-top: 30px;
  }
  .page-login .terms-links {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .page-login .terms-links {
    position: static;
    margin-top: 40px;
  }
}

div[class*=page-find] .btn-confirm {
  margin-top: 40px;
}

.change-pw-form {
  margin-top: 30px;
}
.change-pw-form .form-group:not(:first-of-type) {
  margin-top: 8px;
}

.sns-join-notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  background-color: #F7F8FB;
  padding: 24px;
  margin-top: 30px;
}
.sns-join-notice .notice-text {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sns-join-notice {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .sns-join-notice .btn-small {
    width: 100%;
    height: 48px;
    font-size: 15px;
    font-weight: 400;
  }
}

.page-join .join-info-block-wrap {
  display: flex;
  border-radius: 6px;
  background-color: #F7F8FB;
  margin-bottom: 30px;
}
.page-join .join-info-block-wrap .info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 50%;
  padding: 24px 0;
}
.page-join .join-info-block-wrap .info-block:not(:first-of-type)::before {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  content: "";
}
.page-join .join-info-block-wrap .info-block dt,
.page-join .join-info-block-wrap .info-block dd {
  min-width: 180px;
}
.page-join .join-info-block-wrap .info-block dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.page-join .join-info-block-wrap .info-block dd ul {
  width: 180px;
}
.page-join .join-info-block-wrap .info-block dd li {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-join .join-info-block-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .page-join .join-info-block-wrap .info-block {
    align-items: flex-start;
    width: 100%;
    padding: 24px 24px 20px;
  }
  .page-join .join-info-block-wrap .info-block:not(:first-of-type) {
    padding: 21px 24px 24px;
  }
  .page-join .join-info-block-wrap .info-block:not(:first-of-type)::before {
    left: 24px;
    right: 24px;
    top: 0;
    bottom: auto;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .page-join .join-info-block-wrap .info-block dt,
  .page-join .join-info-block-wrap .info-block dd {
    min-width: 0;
  }
  .page-join .join-info-block-wrap .info-block dt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  .page-join .join-info-block-wrap .info-block dd ul {
    width: 100%;
  }
  .page-join .join-info-block-wrap .info-block dd li {
    font-size: 13px;
  }
}
.page-join .join-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  margin-top: 30px;
}
.page-join .join-btns .btn-half {
  width: calc(50% - 8px);
}
@media (max-width: 767px) {
  .page-join .join-btns {
    gap: 12px;
    margin-top: 30px;
  }
  .page-join .join-btns .btn-half {
    display: none;
  }
}
.page-join .login-link {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 50px;
}
.page-join .login-link a {
  color: inherit;
  text-decoration: underline;
}

.page-join-policy .policy-form .form-group-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 10px;
  margin: 20px 12px 0;
}
.page-join-policy .btn-confirm {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-join-policy .policy-form .form-group-wrap {
    margin: 20px 10px 0;
  }
  .page-join-policy .btn-confirm {
    margin-top: 33px;
  }
}

.page-join-register .form-group-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-join-register .btn-confirm {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-join-register .btn-confirm {
    margin-top: 60px;
  }
}

.page-join-complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-join-complete .join-complete-img {
  margin-bottom: 12px;
}
.page-join-complete .join-complete-img img {
  width: 216px;
  height: 160px;
}
@media (max-width: 767px) {
  .page-join-complete .join-complete-img img {
    width: 162px;
    height: 120px;
  }
}
.page-join-complete .join-complete-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.page-join-complete .join-complete-desc {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
}
.page-join-complete .btn-login {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-join-complete .btn-login {
    margin-top: 30px;
  }
}

.page-join-other-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-join-other-service .join-other-service-img {
  margin-bottom: 12px;
}
.page-join-other-service .join-other-service-img img {
  width: 160px;
  height: 160px;
}
@media (max-width: 767px) {
  .page-join-other-service .join-other-service-img img {
    width: 120px;
    height: 120px;
  }
}
.page-join-other-service .join-other-service-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.page-join-other-service .join-other-service-desc {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.page-join-other-service .btn-join {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-join-other-service .btn-join {
    margin-top: 30px;
  }
}

.page-terms .terms-date-wrap {
  margin-top: 30px;
}
.page-terms .terms-iframe-wrap {
  height: 440px;
  overflow: hidden;
  background-color: #F7F8FB;
  margin-top: 30px;
}
.page-terms .terms-iframe-wrap .terms-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
}
.page-terms .notice-policy .terms-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
.page-terms .notice-policy .terms-title + .terms-iframe-wrap {
  margin-top: 12px;
}
.page-terms .notice-policy .btn-wrap {
  margin-top: 40px;
}
.page-terms .notice-policy .bottom-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page-terms .notice-policy .bottom-link .btn-refuse {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page-terms .tab-wrap .tab-list button[role=tab] {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .page-terms .tab-wrap .tab-list button[role=tab] {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .page-terms .terms-iframe-wrap {
    height: min(440px, 100dvh - 56px - 64px - 48px - 72px - 30px - 56px);
  }
  .page-terms .notice-policy .terms-title + .terms-iframe-wrap {
    height: min(440px, 100dvh - 56px - 124px - 40px - 88px - 60px - 56px);
  }
}

.page-modify .form-group-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-modify .btn-confirm {
  margin-top: 40px;
}
.page-modify .sub-form-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-modify .sub-form-header .sub-form-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
.page-modify .sub-form-header .sub-form-desc {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.page-modify .service-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-modify .service-list .item-service {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 19px;
}
.page-modify .service-list .item-service .service-text {
  display: flex;
  flex-direction: column;
}
.page-modify .service-list .item-service .service-name {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
.page-modify .service-list .item-service .service-desc {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.page-modify .service-list .item-service .service-logo {
  width: 32px;
  height: 34px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 32px auto;
  margin: -1px 0;
}
.page-modify .service-list .item-service .service-logo.icon-kakao {
  background-image: url("../images/icon_sns_kakao.svg");
}
.page-modify .service-list .item-service .service-logo.icon-naver {
  background-image: url("../images/icon_sns_naver.svg");
}
.page-modify .service-list .item-service .service-logo.icon-apple {
  background-image: url("../images/icon_sns_apple.svg");
}
.page-modify .service-list .btn-service {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.33;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 19px;
}
.page-modify .service-list .service-on .btn-service {
  color: #808080;
}
.page-modify .modify-policy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 14px;
}
.page-modify .modify-service {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}
.page-modify .withdrawal-link {
  text-align: center;
  margin-top: 40px;
}
.page-modify .withdrawal-link a {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 767px) {
  .page-modify .withdrawal-link {
    margin-top: 20px;
  }
}
.page-modify .terms-links {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .page-modify .btn-confirm {
    margin-top: 30px;
  }
}

.page-withdrawal .terms-wrap {
  height: 340px;
  overflow: hidden;
  background-color: #F7F8FB;
}
.page-withdrawal .terms-wrap .terms-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
}
.page-withdrawal .form-group-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0 0;
}
.page-withdrawal .btn-wrap .btn {
  margin-top: 50px;
}

.page-member-notice-account .btn-wrap {
  margin-top: 30px;
}
.page-member-notice-account .withdrawal-link {
  text-align: center;
  margin-top: 50px;
}
.page-member-notice-account .withdrawal-link a {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-member-notice-service .btn-wrap {
  margin-top: 30px;
}

.page-member-notice-conversion .withdrawal-link {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 30px;
}
.page-member-notice-conversion .withdrawal-link a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page-member-notice-conversion .btn-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-member-notice-conversion .withdrawal-link {
    margin-top: 50px;
  }
  .page-member-notice-conversion .btn-wrap {
    margin-top: 30px;
  }
}

.page-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-error .error-img {
  margin-bottom: 12px;
}
.page-error .error-img img {
  width: 160px;
  height: 160px;
}
@media (max-width: 767px) {
  .page-error .error-img img {
    width: 120px;
    height: 120px;
  }
}
.page-error .error-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.page-error .error-desc {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.page-error .btn-error {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-error .btn-error {
    margin-top: 30px;
  }
}