@charset "UTF-8";
/*======================================*/
/*----------- DEFAULT STYLES -----------*/
/*======================================*/
html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Pretendard", sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  overflow: -moz-scrollbars-none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

form {
  display: block;
}

button {
  cursor: pointer;
}

.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;
}

figure {
  display: block;
}

img {
  position: absolute;
  display: block;
  height: auto !important;
}

.bg {
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 1/1;
}
.bg.w_14 {
  width: 14px;
  min-width: 14px;
}
.bg.w_15 {
  width: 15px;
  min-width: 15px;
}
.bg.w_16 {
  width: 16px;
  min-width: 16px;
}
.bg.w_18 {
  width: 18px;
  min-width: 18px;
}
.bg.w_20 {
  width: 20px;
  min-width: 20px;
}
.bg.w_22 {
  width: 22px;
  min-width: 22px;
}
.bg.w_24 {
  width: 24px;
  min-width: 24px;
}
.bg.w_26 {
  width: 26px;
  min-width: 26px;
}
.bg.w_28 {
  width: 28px;
  min-width: 28px;
}
.bg.w_32 {
  width: 32px;
  min-width: 32px;
}
.bg.w_36 {
  width: 36px;
  min-width: 36px;
}
.bg.w_40 {
  width: 40px;
  min-width: 40px;
}
.bg.w_46 {
  width: 46px;
  min-width: 46px;
}
.bg.w_48 {
  width: 48px;
  min-width: 48px;
}
.bg.w_50 {
  width: 50px;
  min-width: 50px;
}
.bg.w_65 {
  width: 65px;
  min-width: 65px;
}
.bg.w_68 {
  width: 68px;
  min-width: 68px;
}
.bg.w_80 {
  width: 80px;
  min-width: 80px;
}
.bg.w_130 {
  width: 130px;
  min-width: 130px;
}

/*======================================*/
/*-----------     LOGO       -----------*/
/*======================================*/
.i_logo {
  aspect-ratio: 158/28;
  background-image: url("/user/images/logo.svg");
}

.i_logo_w {
  aspect-ratio: 158/28;
  background-image: url("/user/images/logo-w.svg");
}

.i_logo_g {
  aspect-ratio: 158/28;
  background-image: url("/user/images/logo-g.svg");
}

/*======================================*/
/*-----------     ICON       -----------*/
/*======================================*/
.i_close {
  background-image: url("/user/images/icon/i_close_header.svg");
}

.i_close_w {
  background-image: url("/user/images/icon/i_close_w.svg");
}

.i_back {
  background-image: url("/user/images/icon/i_back.svg");
}

.i_alarm {
  background-image: url("/user/images/icon/i_alarm.svg");
}

.i_error {
  background-image: url("/user/images/icon/i_warning_r.svg");
}

.i_eyes {
  background-image: url("/user/images/icon/i_eye_hide.svg");
}

.i_eyes_on {
  background-image: url("/user/images/icon/i_eye_on.svg");
}

.i_apple {
  background-image: url("/user/images/icon/i_sns_apple.svg");
}

.i_google {
  background-image: url("/user/images/icon/i_sns_google.svg");
}

.i_kakao {
  background-image: url("/user/images/icon/i_sns_kakao.svg");
}

.i_naver {
  background-image: url("/user/images/icon/i_sns_naver.svg");
}

.i_safty_g {
  background-image: url("/user/images/icon/i_security_w.svg");
}

.i_safty_b {
  background-image: url("/user/images/icon/i_security_b.svg");
}

.i_arrow_g_24 {
  background-image: url("/user/images/icon/i_arrow_r_g.svg");
}

.i_arrow_g_24_b {
  background-image: url("/user/images/icon/i_arrow_r_g_b.svg");
}

.i_arrow_b_16_b {
  background-image: url("/user/images/icon/i_arrow_b_16.svg");
}

.i_arrow_b_24_b {
  background-image: url("/user/images/icon/i_arrow_b_b_24.svg");
}

.i_arrow_r_24_b {
  background-image: url("/user/images/icon/i_arrow_r_b_24.svg");
}

.i_arrow_t_24_b {
  background-image: url("/user/images/icon/i_arrow_t_b_24.svg");
}

.i_arrow_b_16_b {
  background-image: url("/user/images/icon/i_arrow_b_16.svg");
}

.i_arrow_lg_16 {
  background-image: url("/user/images/icon/i_arrow_lg_16.svg");
}

.i_arrow_g_14 {
  background-image: url("/user/images/icon/i_arrow_g_14.svg");
}

.i_location {
  background-image: url("/user/images/icon/i_location.svg");
}

.i_finish {
  background-image: url("/user/images/icon/i_complete.svg");
}

.i_star {
  background-image: url("/user/images/icon/i_star.svg");
}

.i_fire {
  background-image: url("/user/images/icon/i_fire.svg");
}

.i_message {
  background-image: url("/user/images/icon/i_message.svg");
}

.i_nav_home {
  background-image: url("/user/images/nav_home.svg");
}

.i_nav_home_on {
  background-image: url("/user/images/nav_home_on.svg");
}

.i_nav_intro {
  background-image: url("/user/images/nav_intro.svg");
}

.i_nav_intro_on {
  background-image: url("/user/images/nav_intro_on.svg");
}

.i_nav_community {
  background-image: url("/user/images/nav_community.svg");
}

.i_nav_community_on {
  background-image: url("/user/images/nav_community_on.svg");
}

.i_nav_chat {
  background-image: url("/user/images/nav_chat.svg");
}

.i_nav_chat_on {
  background-image: url("/user/images/nav_chat_on.svg");
}

.i_nav_my {
  background-image: url("/user/images/nav_my.svg");
}

.i_nav_my_on {
  background-image: url("/user/images/nav_my_on.svg");
}

.i_search_g {
  background-image: url("/user/images/icon/i_search_g.svg");
}

.i_like {
  background-image: url("/user/images/icon/i_heart.svg");
}

.i_like_on {
  background-image: url("/user/images/icon/i_heart_on.svg");
}

.i_complete {
  background-image: url("/user/images/icon/i_chk_alert.svg");
}

.i_close_w {
  background-image: url("/user/images/icon/i_close_alert.svg");
}

.i_received {
  background-image: url("/user/images/icon/i_received.svg");
}

.i_sent {
  background-image: url("/user/images/icon/i_sent.svg");
}

.i_add_img {
  background-image: url("/user/images/icon/i_add_img.svg");
}

.i_del_img {
  background-image: url("/user/images/icon/i_img_del.svg");
}

.i_like_link {
  background-image: url("/user/images/icon/i_like_link.svg");
}

.i_more {
  background-image: url("/user/images/icon/i_more.svg");
}

.i_go_top {
  background-image: url("/user/images/icon/i_go_top.svg");
}

.i_add_bs {
  background-image: url("/user/images/icon/i_add_intro.svg");
}

.i_heart_b {
  background-image: url("/user/images/icon/i_heart_b.svg");
}
.i_heart_b_on {
  background-image: url("/user/images/icon/i_heart_on.svg");
}

.i_home_line {
  background-image: url("/user/images/icon/i_home_line.svg");
}

.i_share {
  background-image: url("/user/images/icon/i_share.svg");
}

.i_c_like {
  background-image: url("/user/images/icon/i_c_like.svg");
}

.i_c_like_on {
  background-image: url("/user/images/icon/i_c_like_on.svg");
}

.i_c_like_b {
  background-image: url("/user/images/icon/i_c_like_b.svg");
}

.i_c_hate {
  background-image: url("/user/images/icon/i_c_hate.svg");
}

.i_c_hate_on {
  background-image: url("/user/images/icon/i_c_hate_on.svg");
}

.i_c_hate_b {
  background-image: url("/user/images/icon/i_c_hate_b.svg");
}

.i_comment {
  background-image: url("/user/images/icon/i_comment.svg");
}

.i_comment_b {
  background-image: url("/user/images/icon/i_comment_b.svg");
}

.i_dot_menu {
  background-image: url("/user/images/icon/i_dot_menu.svg");
}

.i_arrow_btn {
  background-image: url("/user/images/icon/i_arrow_btn.svg");
}

.i_arrow_on_btn {
  background-image: url("/user/images/icon/i_arrow_on_btn.svg");
}

.i_filter_slider {
  background-image: url("/user/images/icon/i_filter_slider.svg");
}

.i_reset {
  background-image: url("/user/images/icon/i_reset.svg");
}

.i_cancel_g {
  background-image: url("/user/images/icon/i_cancel_g.svg");
}

.i_trash {
  background-image: url("/user/images/icon/i_trash.svg");
}

.i_edit_btn {
  background-image: url("/user/images/icon/i_edit_btn.svg");
}

.i_album {
  background-image: url("/user/images/icon/i_gallery.svg");
}

.i_camera {
  background-image: url("/user/images/icon/i_camera.svg");
}

.i_msg {
  background-image: url("/user/images/icon/i_msg.svg");
}

.i_call_blue {
  background-image: url("/user/images/icon/i_call_blue.svg");
}
.i_call_white {
  background-image: url("/user/images/icon/i_call_white.svg");
}

.i_setting {
  background-image: url("/user/images/icon/i_setting.svg");
}

.i_edit_btn_g {
  background-image: url("/user/images/icon/i_edit_btn_g.svg");
}

.i_chk_r {
  background-image: url("/user/images/icon/i_chk_r.svg");
}

.i_chk_r_on {
  background-image: url("/user/images/icon/i_chk_r_on.svg");
}

.i_warning_g {
  background-image: url("/user/images/icon/i_warning_g.svg");
}

.i_no_data {
  background-image: url("/user/images/icon/i_no_data.svg");
}

.i_plane {
  background-image: url("/user/images/icon/i_plane.svg");
}

/*======================================*/
/*-----------  BACKGROUND    -----------*/
/*======================================*/
.bg_main {
  background-image: url("/user/images/background/home_bg.png");
}

/*===== FONTS =====*/
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: url("/user/fonts/Pretendard-Black.woff") format("woff"), url("/user/fonts/Pretendard-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: url("/user/fonts/Pretendard-ExtraBold.woff") format("woff"), url("/user/fonts/Pretendard-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: url("/user/fonts/Pretendard-Bold.woff") format("woff"), url("/user/fonts/Pretendard-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: url("/user/fonts/Pretendard-SemiBold.woff") format("woff"), url("/user/fonts/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: url("/user/fonts/Pretendard-Medium.woff") format("woff"), url("/user/fonts/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: url("/user/fonts/Pretendard-Regular.woff") format("woff"), url("/user/fonts/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: url("/user/fonts/Pretendard-Light.woff") format("woff"), url("/user/fonts/Pretendard-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: url("/user/fonts/Pretendard-ExtraLight.woff") format("woff"), url("/user/fonts/Pretendard-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: url("/user/fonts/Pretendard-Thin.woff") format("woff"), url("/user/fonts/Pretendard-Thin.woff2") format("woff2");
}
/*======================================*/
/*--------- TRANSITION EFFECTS ---------*/
/*======================================*/
@keyframes modalFadeDown {
  0% {
    transform: translateY(-4%);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-2%);
    opacity: 1;
  }
}
@keyframes modalUp {
  0% {
    bottom: -50%;
    opacity: 0;
  }
  100% {
    bottom: 50%;
    opacity: 1;
  }
}
@keyframes modalDown {
  0% {
    bottom: 50%;
  }
  100% {
    bottom: -50%;
  }
}
/*======================================*/
/*----------- COMMON LAYOUTS -----------*/
/*======================================*/
body {
  background-color: #f1f1f5;
  height: 100%;
}

.global_wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #eaf2f6;
}

.containers {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
  scrollbar-width: none;
  max-width: 460px;
  width: 100%;
  overflow-y: scroll;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.containers .content_box {
  padding-bottom: 20px;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
}
.containers .content_box.has_nav {
  padding-bottom: 58px;
}
.containers .content_box.has_bottom_menu {
  padding-bottom: 60px;
}
.containers .content_box.has_bottom_chat {
  padding-bottom: 73px;
}
.containers .content_box.has_bottom_btn {
  padding-bottom: 84px;
}
.containers .content_box.scroll {
  overflow-y: scroll;
}
.containers .content_box:has(.btn_wrap) {
  padding-bottom: 8px;
}
.containers.scroll {
  overflow-y: scroll;
  scrollbar-width: auto;
}
.containers.scroll::-webkit-scrollbar-track {
  width: 20px;
  display: block;
  background-color: transparent;
}
.containers.scroll::-webkit-scrollbar {
  width: 0px;
  display: inherit;
}

.inner {
  padding-left: 16px;
  padding-right: 16px;
}

.hr_1 {
  background-color: #eaeaea;
  height: 1px;
  width: 100%;
  min-height: 1px;
}

.hr_8 {
  background-color: #f2f2f2;
  height: 8px;
  width: 100%;
  min-height: 8px;
}

.not_found {
  height: 100%;
}
.not_found .text_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
}
.not_found .text_box .i_exclam {
  width: 68px;
  height: 68px;
}
.not_found .text_box .title {
  font-size: 18px;
  color: #111111;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 0;
}
.not_found .text_box .desc {
  font-size: 14px;
  color: #505050;
  font-weight: 400;
  line-height: 20px;
}

.pointer {
  cursor: pointer;
}

.warning_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.warning_box .item {
  font-size: 14px;
  color: #505050;
  position: relative;
  padding-left: 8px;
}
.warning_box .item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #505050;
  left: 0;
  top: 7px;
}

.view_more_h {
  height: 48px;
  width: 100%;
  margin-top: 16px;
}

/*======================================*/
/*--------   image viewer       ---------*/
/*======================================*/
.viewer_container {
  position: fixed;
  max-width: 460px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background-color: #000;
  display: none;
  flex-direction: column;
}
.viewer_container.on {
  display: flex;
}
.viewer_container .viewer_header {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
  flex-shrink: 0;
}
.viewer_container .image_box {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.viewer_container .image_box img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/*======================================*/
/*-----------     TEXT       -----------*/
/*======================================*/
.page_tit_box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.page_tit_box.no_p {
  padding-top: 0;
  padding-bottom: 0;
}
.page_tit_box.b_line {
  border-bottom: 8px solid #f1f1f5;
  margin-bottom: 24px;
}
.page_tit_box .page_tit {
  color: #004fec;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  padding-bottom: 8px;
}
.page_tit_box .desc {
  display: block;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}
.page_tit_box .sub_desc {
  font-size: 14px;
  color: #555555;
}
.page_tit_box .sub_desc b {
  font-weight: 600;
  color: #222;
}

.line_text_list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.line_text_list > .item {
  position: relative;
  font-size: 13px;
  line-height: 150%;
  color: #555555;
}
.line_text_list > .item::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #aaaaaa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}
.line_text_list > .item:last-child::after {
  display: none;
}

.dot_text_list {
  display: flex;
  gap: 6px;
  color: #555555;
  font-size: 12px;
}
.dot_text_list > span {
  position: relative;
  display: block;
}
.dot_text_list > span::after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50rem;
  background-color: #aaaaaa;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.dot_text_list > span:last-child::after {
  display: none;
}

.back_line_text {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.back_line_text::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.back_line_text::after {
  content: "";
  z-index: -1;
  width: 138px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gray_bg {
  background-color: #f7f7fb;
  border-radius: 8px;
}

.dot_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dot_list > span {
  position: relative;
  font-size: 13px;
  color: #767676;
  padding-left: 6px;
}
.dot_list > span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #767676;
  left: 0;
  top: 9px;
}

.price {
  margin-top: 6px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 4px;
}
.price > span.tit {
  color: #004fec;
  font-size: 12px;
}
.price > span.tit.blue {
  color: #004fec;
}

/*======================================*/
/*-----------     BUTTON     -----------*/
/*======================================*/
.w_83 {
  width: 83px;
}

.btn_wrap {
  margin-top: auto;
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn_wrap.pb_20 {
  padding-bottom: 20px;
}
.btn_wrap.pb_60 {
  padding-bottom: 78px;
}

.btn {
  width: 100%;
  border-radius: 8px;
  height: 52px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
}
.btn.l {
  height: 56px;
  padding: 20px 0;
}
.btn.m {
  height: 52px;
}
.btn.ms {
  width: auto;
  height: 52px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.btn.s {
  height: 46px;
  padding: 14px 0;
  font-size: 14px;
}
.btn.ss {
  height: 40px;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 400;
}
.btn.primary {
  background-color: #004fec;
}
.btn.primary_dark {
  background-color: #00ab63;
  color: #ffffff;
}
.btn.secondary {
  background-color: #edf2fd;
  color: #004fec;
}
.btn.outline {
  background-color: #e6eefe;
  outline: 1px solid #004fec;
  color: #004fec;
}
.btn.outline_blue {
  background-color: #fff;
  outline: 1px solid #004fec;
  color: #004fec;
}
.btn.black {
  background-color: #111111;
  color: #ffffff;
}
.btn.gray {
  background-color: #f1f1f5;
  color: #999999;
}
.btn.black_outline {
  background-color: #fff;
  color: #222;
  outline: 1px solid #cccccc;
}
.btn.b_black_outline {
  background-color: #fff;
  color: #111111;
  outline: 1px solid #111111;
}
.btn.outline_gray {
  color: #555;
  outline: 1px solid #ddd;
}
.btn:disabled {
  background-color: #dddddd;
  outline: 1px solid #dddddd;
  color: #767676;
  cursor: default;
}

.sort_btn {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #555555;
  font-size: 14px;
}
.sort_btn .txt {
  font-size: 14px;
}

.go_verification_box {
  width: 100%;
  cursor: pointer;
  border: 1px solid #e5e5ec;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
}
.go_verification_box .title_box {
  display: flex;
  align-items: center;
  gap: 2;
  gap: 4px;
}
.go_verification_box .title_box .title {
  font-size: 16px;
  font-weight: 700;
}
.go_verification_box.complete {
  background-color: #e6eefe;
  border: 1px solid #e6eefe;
  pointer-events: none;
}
.go_verification_box.complete .title_box .title {
  color: #004fec;
}

.link_inner {
  width: 100%;
  height: auto;
  text-align: left;
}

/* Toggle Switch Container */
.toggle-switch {
  width: 52px;
  height: 28px;
  border-radius: 50rem;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  padding: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  /* Toggle Circle */
}
.toggle-switch.on {
  background-color: #004fec;
}
.toggle-switch.on .toggle-circle {
  transform: translateX(25px);
}
.toggle-switch.off {
  background-color: #eee;
}
.toggle-switch .toggle-circle {
  width: 24px;
  height: 24px;
  border-radius: 50rem;
  background-color: #fff;
  transition: transform 0.2s ease-in-out;
  transform: translateX(0);
}

/*======================================*/
/*-----------  BOTTOM BUTTON -----------*/
/*======================================*/
.bottom_btn {
  display: flex;
  align-items: center;
  gap: 12px;
  position: sticky;
  bottom: 0;
  padding: 8px 16px calc(8px + env(safe-area-inset-bottom, 0px));
  background-color: #ffffff;
}
.bottom_btn.pb0 {
  padding: 16px 16px 0;
  bottom: 73px;
}

/*======================================*/
/*-----------     FORM       -----------*/
/*======================================*/
.form_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form_wrap.b_line_gray {
  border-bottom: 8px solid #f1f1f5;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.input_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.input_box.gap_12 {
  gap: 12px;
}

.search_input_box {
  display: flex;
  gap: 8px;
}
.search_input_box .btn {
  max-width: 74px;
  font-size: 15px;
  font-weight: 600;
  background-color: #00ab63;
}

.custom_label {
  font-size: 14px;
  line-height: 150%;
  color: #222;
  display: flex;
  gap: 4px;
  align-items: center;
  width: 100%;
}
.custom_label .dot {
  width: 4px;
  height: 4px;
  background-color: #004fec;
  border-radius: 50rem;
  display: block;
}
.custom_label.l {
  font-size: 16px;
  font-weight: 700;
}

input {
  width: 100%;
  outline: 1px solid #e5e5ec;
  border-radius: 8px;
  height: 52px;
  padding: 14px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
input::-moz-placeholder {
  font-size: 14px;
  color: #767676;
}
input::placeholder {
  font-size: 14px;
  color: #767676;
}
input.search {
  background-color: #f2f2f2;
  outline: 1px solid #f2f2f2;
}
input:focus {
  outline: 1px solid #111111;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
}
input:disabled {
  background-color: #dddddd;
  color: #555555;
  outline: 1px solid #dddddd;
}

.custom_input {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.custom_input.s input {
  height: 46px;
}
.custom_input.reply input {
  height: 40px;
  background-color: #f8f8f8;
  outline: 1px solid #dddddd;
  border-radius: 50rem;
}
.custom_input .input_area {
  width: 100%;
  position: relative;
}
.custom_input .input_area:has(.input_btn) input {
  padding: 14px 40px 14px 16px;
}
.custom_input .input_area:has(.input_btn.left) input {
  padding: 14px 15px 14px 40px;
}
.custom_input .input_area .input_btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.custom_input .input_area .input_btn.left {
  right: auto;
  left: 16px;
}
.custom_input .input_area .input_btn.won {
  font-style: normal;
  cursor: inherit;
  font-weight: 600;
  font-size: 14px;
}

textarea {
  width: 100%;
  height: 100%;
  padding: 16px;
  resize: none;
  font-size: 14px;
  color: #111111;
  font-weight: 400;
  line-height: 20px;
}
textarea:focus {
  outline: none;
}

.custom_textarea {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.custom_textarea .textarea_area {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  padding-bottom: 40px;
  outline: 1px solid #dddddd;
  background-color: #f2f2f2;
}
.custom_textarea .textarea_area:has(textarea::-moz-placeholder) {
  font-size: 14px;
  color: #999;
}
.custom_textarea .textarea_area:has(textarea::placeholder) {
  font-size: 14px;
  color: #999;
}
.custom_textarea .textarea_area:has(textarea:focus) {
  outline: 1px solid #111111;
}
.custom_textarea .textarea_area:has(textarea:disabled) {
  background-color: #f1f1f5;
  color: #767676;
}
.custom_textarea .textarea_area .text_count {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.custom_c_r_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom_c_r_text {
  padding: 16px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.custom_c_r_text.black_line {
  border: 1px solid #111111;
}
.custom_c_r_text.color_txt:has(input[type=radio]:checked), .custom_c_r_text.color_txt:has(input[type=checkbox]:checked) {
  color: #00ab63;
}
.custom_c_r_text.round_text {
  width: auto;
  border-radius: 50rem;
  padding: 8px 12px;
}
.custom_c_r_text.round_text .txt_box .tit {
  font-size: 13px;
  font-weight: 400;
}
.custom_c_r_text.round_text:has(input[type=radio]:checked), .custom_c_r_text.round_text:has(input[type=checkbox]:checked) {
  color: #fff;
  border: 1px solid #004fec;
  background-color: #004fec;
}
.custom_c_r_text.round_text:has(input[type=radio]:checked) .txt_box .tit, .custom_c_r_text.round_text:has(input[type=checkbox]:checked) .txt_box .tit {
  font-weight: 700;
}
.custom_c_r_text.round_text_light {
  width: auto;
  border-radius: 50rem;
  padding: 8px 12px;
  color: #767676;
  border: 1px solid #dddddd;
  height: 37px;
}
.custom_c_r_text.round_text_light .txt_box .tit {
  font-size: 14px;
  font-weight: 400;
}
.custom_c_r_text.round_text_light:has(input[type=radio]:checked), .custom_c_r_text.round_text_light:has(input[type=checkbox]:checked) {
  color: #004fec;
  border: 1px solid #edf2fd;
  background-color: #edf2fd;
}
.custom_c_r_text.round_text_light:has(input[type=radio]:checked) .txt_box .tit, .custom_c_r_text.round_text_light:has(input[type=checkbox]:checked) .txt_box .tit {
  font-weight: 700;
}
.custom_c_r_text.agree, .custom_c_r_text.right_check_icon, .custom_c_r_text.square_line_box, .custom_c_r_text.square, .custom_c_r_text.round {
  position: relative;
}
.custom_c_r_text.agree:has(input[type=radio]), .custom_c_r_text.agree:has(input[type=checkbox]), .custom_c_r_text.right_check_icon:has(input[type=radio]), .custom_c_r_text.right_check_icon:has(input[type=checkbox]), .custom_c_r_text.square_line_box:has(input[type=radio]), .custom_c_r_text.square_line_box:has(input[type=checkbox]), .custom_c_r_text.square:has(input[type=radio]), .custom_c_r_text.square:has(input[type=checkbox]), .custom_c_r_text.round:has(input[type=radio]), .custom_c_r_text.round:has(input[type=checkbox]) {
  border: none;
  background-color: transparent;
}
.custom_c_r_text.agree:has(input[type=radio]:checked), .custom_c_r_text.agree:has(input[type=checkbox]:checked), .custom_c_r_text.right_check_icon:has(input[type=radio]:checked), .custom_c_r_text.right_check_icon:has(input[type=checkbox]:checked), .custom_c_r_text.square_line_box:has(input[type=radio]:checked), .custom_c_r_text.square_line_box:has(input[type=checkbox]:checked), .custom_c_r_text.square:has(input[type=radio]:checked), .custom_c_r_text.square:has(input[type=checkbox]:checked), .custom_c_r_text.round:has(input[type=radio]:checked), .custom_c_r_text.round:has(input[type=checkbox]:checked) {
  border: none;
  background-color: transparent;
}
.custom_c_r_text.agree::after, .custom_c_r_text.right_check_icon::after, .custom_c_r_text.square_line_box::after, .custom_c_r_text.square::after, .custom_c_r_text.round::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("/user/images/icon/i_chk.svg");
  top: 50%;
  transform: translateY(-50%);
}
.custom_c_r_text.agree:has(input[type=radio]:checked)::after, .custom_c_r_text.agree:has(input[type=checkbox]:checked):after, .custom_c_r_text.right_check_icon:has(input[type=radio]:checked)::after, .custom_c_r_text.right_check_icon:has(input[type=checkbox]:checked):after, .custom_c_r_text.square_line_box:has(input[type=radio]:checked)::after, .custom_c_r_text.square_line_box:has(input[type=checkbox]:checked):after, .custom_c_r_text.square:has(input[type=radio]:checked)::after, .custom_c_r_text.square:has(input[type=checkbox]:checked):after, .custom_c_r_text.round:has(input[type=radio]:checked)::after, .custom_c_r_text.round:has(input[type=checkbox]:checked):after {
  background-image: url("/user/images/icon/i_chk_on.svg");
}
.custom_c_r_text.agree .i_arrow_right_g_20, .custom_c_r_text.right_check_icon .i_arrow_right_g_20, .custom_c_r_text.square_line_box .i_arrow_right_g_20, .custom_c_r_text.square .i_arrow_right_g_20, .custom_c_r_text.round .i_arrow_right_g_20 {
  margin-left: auto;
}
.custom_c_r_text.use_bg:has(input[type=radio]:checked), .custom_c_r_text.use_bg:has(input[type=checkbox]:checked) {
  border: 1px solid #00c471;
  background-color: rgba(0, 196, 113, 0.0509803922);
}
.custom_c_r_text.right_check_icon {
  border: none;
  padding: 16px 50px 16px 16px;
}
.custom_c_r_text.right_check_icon:has(input[type=radio])::after, .custom_c_r_text.right_check_icon:has(input[type=checkbox]):after {
  display: none;
}
.custom_c_r_text.right_check_icon:has(input[type=radio]:checked), .custom_c_r_text.right_check_icon:has(input[type=checkbox]:checked) {
  color: #004fec;
}
.custom_c_r_text.right_check_icon:has(input[type=radio]:checked)::after, .custom_c_r_text.right_check_icon:has(input[type=checkbox]:checked):after {
  display: block;
  background-image: url("/user/images/icon/i_right_check.svg");
}
.custom_c_r_text.right_check_icon::after {
  right: 16px;
}
.custom_c_r_text.agree {
  border: none;
  padding: 0 0 0 28px;
}
.custom_c_r_text.agree::after {
  left: 0px;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.custom_c_r_text.agree .txt_box .tit {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  font-weight: 500;
}
.custom_c_r_text.square_line_box {
  padding: 20px 16px 20px 38px;
  border: 1px solid #dddddd !important;
}
.custom_c_r_text.square_line_box:has(input[type=checkbox]:checked) {
  background-color: #e6eefe;
  border: 1px solid #e6eefe !important;
}
.custom_c_r_text.square_line_box::after {
  left: 12px;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.custom_c_r_text.square_line_box .txt_box .tit {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.custom_c_r_text.square {
  height: 20px;
  border: none;
  padding: 0 0 0 28px;
}
.custom_c_r_text.square::after {
  left: 0px;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-image: url("/user/images/icon/i_chk.svg");
}
.custom_c_r_text.square:has(input[type=radio]:checked)::after, .custom_c_r_text.square:has(input[type=checkbox]:checked):after {
  background-image: url("/user/images/icon/i_chk_on.svg");
}
.custom_c_r_text.round {
  height: 20px;
  border: none;
  padding: 0 0 0 28px;
}
.custom_c_r_text.round .txt_box .tit {
  font-weight: 400;
}
.custom_c_r_text.round::after {
  left: 0px;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-image: url("/user/images/icon/i_chk_round.svg");
}
.custom_c_r_text.round:has(input[type=radio]:checked)::after, .custom_c_r_text.round:has(input[type=checkbox]:checked):after {
  background-image: url("/user/images/icon/i_chk_round_on.svg");
}
.custom_c_r_text .txt_box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.custom_c_r_text .txt_box.center {
  width: 100%;
  align-items: center;
}
.custom_c_r_text .txt_box .tit {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.custom_c_r_text .txt_box .desc {
  font-size: 13px;
  color: #555555;
  word-break: keep-all;
  white-space: pre-line;
  line-height: 1.4;
}
.custom_c_r_text:has(input[type=radio]:checked), .custom_c_r_text:has(input[type=checkbox]:checked) {
  border: 1px solid #004fec;
  background-color: #edf2fd;
}
.custom_c_r_text .link_btn {
  margin-left: auto;
  color: #767676;
  font-size: 13px;
  line-height: 150%;
  text-decoration: underline;
}

/* 파일(이미지) 인풋 커스텀 */
.custom_img_field {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.custom_img_field .image_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.custom_img_field .image_box input[type=file] {
  display: none;
}
.custom_img_field .image_box.input_area_ {
  cursor: pointer;
  border: 1px dashed #ccc;
  border-radius: 8px;
  aspect-ratio: 1/1;
}
.custom_img_field .image_box .preview {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f1f1f5;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.custom_img_field .image_box .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.custom_img_field .image_box .preview .file_name {
  position: absolute;
  bottom: 8px;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 90%;
  color: #505050;
}
.custom_img_field .image_box .i_del_img {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0;
}
.custom_img_field .image_box .add_text {
  color: #555555;
  font-size: 12px;
  text-align: center;
}

/* 멀티 검색 박스 */
.custom_multibox {
  width: 100%;
  position: relative;
}
.custom_multibox .search_multi_box {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
}
.custom_multibox .search_multi_box.on {
  display: block;
}
.custom_multibox .search_multi_box .search_area {
  padding: 10px;
  background-color: #f1f1f5;
}
.custom_multibox .search_multi_box .search_area input {
  background-color: #fff;
}
.custom_multibox .search_multi_box .search_list {
  max-height: 192px;
  overflow-y: scroll;
  background-color: #fff;
}
.custom_multibox .search_multi_box .search_list > li {
  font-size: 14px;
}
.custom_multibox .search_multi_box .search_list > li .link_inner {
  padding: 14px 16px;
  cursor: pointer;
}
.custom_multibox .search_multi_box .search_list > li .link_inner:hover {
  background-color: #f7f7f7;
}

.error_txt {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 13px;
  line-height: 150%;
  color: #db3335;
}
.error_txt .i_error {
  margin-top: 1px;
}
.help_txt {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 12px;
  line-height: 150%;
  color: #999999;
  margin-top: 4px;
}

/*======================================*/
/*-----------     HEADER     -----------*/
/*======================================*/
.header_wrap {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  height: 56px;
  min-height: 56px;
  z-index: 998;
  max-width: 460px;
}
.header_wrap.text_left .header_inner {
  padding: 0 44px;
  justify-content: flex-start;
}
.header_wrap.on {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.header_wrap .header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 56px;
}
.header_wrap .header_inner h1.i_lk_logo_w,
.header_wrap .header_inner h1.i_lk_logo_g {
  margin-left: auto;
}
.header_wrap .header_inner .logo {
  position: absolute;
  left: 16px;
  background-color: #ffffff;
  aspect-ratio: 107.72/18.59;
  width: 107.72px;
  overflow: hidden;
}
.header_wrap .header_inner .title {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header_wrap .header_inner .title .square {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}
.header_wrap .header_inner .go_back_btn2,
.header_wrap .header_inner .go_back_btn,
.header_wrap .header_inner .alarm_btn,
.header_wrap .header_inner .setting_btn,
.header_wrap .header_inner .close_btn,
.header_wrap .header_inner .like_btn,
.header_wrap .header_inner .like_link_btn,
.header_wrap .header_inner .car_type_btn,
.header_wrap .header_inner .i_share,
.header_wrap .header_inner .menu_btn,
.header_wrap .header_inner .home_link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.header_wrap .header_inner .go_back_btn2,
.header_wrap .header_inner .close_btn,
.header_wrap .header_inner .alarm_btn,
.header_wrap .header_inner .setting_btn,
.header_wrap .header_inner .home_link {
  right: 16px;
}
.header_wrap .header_inner .go_back_btn {
  left: 16px;
}
.header_wrap .header_inner .go_back_btn2 {
  color: #555555;
  font-size: 13px;
  width: 45px;
}
.header_wrap .header_inner .car_type_btn {
  left: 16px;
}
.header_wrap .header_inner .car_type_btn button {
  font-size: 20px;
  font-weight: 700;
  gap: 2px;
  display: flex;
  align-items: center;
  min-width: 70px;
  white-space: nowrap;
}
.header_wrap .header_inner .alarm_btn.on::before {
  content: "";
  background-color: #ff3b30;
  top: 2px;
  right: 2px;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50rem;
}
.header_wrap .header_inner .like_link_btn {
  right: 52px;
}
.header_wrap .header_inner .i_share {
  right: 96px;
}
.header_wrap .header_inner .like_btn {
  right: 56px;
}
.header_wrap .header_inner .toggle_menu_area .menu_btn {
  right: 16px;
}
.header_wrap .header_inner .toggle_menu_area .menu_list {
  display: flex;
  display: none;
  width: 110px;
  min-width: 110px;
  top: 47px;
  right: 16px;
  position: absolute;
  flex-direction: column;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 12px;
  background-color: #fff;
}
.header_wrap .header_inner .toggle_menu_area .menu_list.on {
  display: flex;
}
.header_wrap .header_inner .toggle_menu_area .menu_list > button {
  width: 100%;
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  color: #222;
}
.header_wrap .header_inner .toggle_menu_area .menu_list > button:first-child {
  color: #db3335;
}
.header_wrap .header_inner .toggle_menu_area .menu_list > button:last-child {
  border-bottom: none;
}

/*======================================*/
/*-----------    MODAL       -----------*/
/*======================================*/
body.modal_on {
  overflow: hidden;
}

.modal_wrap {
  display: none;
}
.modal_wrap .overlay {
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: block;
  transform: translateX(-50%);
  max-width: 460px;
  width: 100%;
}
.modal_wrap .modal {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 9999;
}
.modal_wrap .modal.dialog {
  border-radius: 16px;
  max-width: 343px;
}
.modal_wrap .modal.dialog .modal_header {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  height: 50px;
  padding: 14px 16px;
}
.modal_wrap .modal.dialog .modal_header .i_close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.modal_wrap .modal.dialog .modal_body .title {
  font-size: 14px;
  font-weight: 700;
}
.modal_wrap .modal.alert {
  max-width: 331px;
  border-radius: 20px;
}
.modal_wrap .modal.alert .text_box {
  padding: 20px 24px;
}
.modal_wrap .modal.alert .text_box .text {
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
}
.modal_wrap .modal.alert .text_box .sub_text {
  margin-top: 6px;
  text-align: left;
  color: #555555;
  font-size: 14px;
  white-space: pre-wrap;
  word-break: break-word;
}
.modal_wrap .modal.alert .btn_group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  padding-top: 16px;
  padding: 10px 8px 24px;
}
.modal_wrap .modal.alert .btn_group > button {
  padding: 0 16px;
  font-size: 17px;
  font-weight: 700;
}
.modal_wrap .modal.alert .btn_group > button.cancel {
  color: #767676;
}
.modal_wrap .modal.alert .btn_group > button.complete {
  color: #004fec;
}
.modal_wrap.on {
  display: flex;
}
.modal_wrap.on .overlay {
  display: block;
}
.modal_wrap.on .modal {
  animation: modalUp 0.2s ease-in-out 0.1s forwards;
}

/* -------------------------------------------------------------------------- */
/*                                 toast modal                                */
/* -------------------------------------------------------------------------- */
.toast_wrap {
  display: none;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
}
.toast_wrap.on {
  display: block;
}
.toast_wrap.on .toast_box {
  animation: toast-fade-in 0.2s ease-in-out forwards;
}
.toast_wrap .toast_box {
  width: 100%;
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  animation: none;
  z-index: 9999;
  background-color: rgba(75, 79, 88, 0.8980392157);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  max-width: 343px;
}
.toast_wrap .toast_box .text_box {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.toast_wrap .toast_box .text_box .text {
  font-weight: 700;
  font-style: 14px;
  white-space: pre-line;
}

/* toast 페이드인 애니메이션 */
@keyframes toast-fade-in {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
/* toast 사라짐 애니메이션 */
@keyframes toast-fade-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(50%);
  }
}
/*======================================*/
/*-----------    NavBar      -----------*/
/*======================================*/
.bottom_nav {
  max-width: 460px;
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  z-index: 998;
}
.bottom_nav .nav_list {
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_nav .nav_list > li {
  display: block;
  width: 100%;
}
.bottom_nav .nav_list > li .item {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bottom_nav .nav_list > li .item .txt {
  font-size: 11px;
  font-weight: 500;
  color: #767676;
}
.bottom_nav .nav_list > li .item.on .txt {
  color: #004fec;
}

/*======================================*/
/*---------   bottom Menu    -----------*/
/*======================================*/
.bottom_menu {
  max-width: 460px;
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  z-index: 997;
  /* 첨부파일 바텀 메뉴 */
}
.bottom_menu.border_r {
  border-radius: 16px 16px 0 0;
}
.bottom_menu.bg_secondary {
  background-color: #e6eefe;
}
.bottom_menu .comment_area {
  margin-top: 0;
  padding-top: 0;
  padding: 20px 16px;
}
.bottom_menu .reply_input_area {
  border-top: 1px solid #ddd;
  padding: 16px;
}
.bottom_menu.attach_box {
  transform: translate(-50%, 100px);
  transition: all 0.5s ease;
}
.bottom_menu.attach_box.open {
  transform: translate(-50%, 0);
  transition: all 0.5s ease;
}
.bottom_menu.attach_box.open .i_edit_btn {
  transform: rotate(45deg);
}
.bottom_menu.attach_box .attach_menu {
  height: 100px;
  padding: 12px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bottom_menu.attach_box .attach_menu .attach_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-size: 13px;
}

/*======================================*/
/*---       DetailBottomBtn      -------*/
/*======================================*/
.detail_bottom_btn {
  gap: 8px;
  padding: 16px;
  display: flex;
  max-width: 460px;
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1490196078);
}
.detail_bottom_btn .like_btn {
  padding: 13px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  width: 52px;
  height: 52px;
  background-size: 26px 26px;
}

/*======================================*/
/*          TRADING PAGE                */
/*======================================*/
.progress_section {
  padding: 24px 16px 16px;
}
.progress_section .progress_bar {
  position: relative;
  left: auto;
  display: block;
  height: 4px;
  background-color: #f1f1f5;
  border-radius: 2px;
  overflow: hidden;
  gap: 0;
}
.progress_section .progress_fill {
  height: 100%;
  background-color: #00ab63;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.progress_steps {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.progress_steps .step {
  font-size: 13px;
  color: #999;
  font-weight: 500;
}
.progress_steps .step.active {
  color: #00ab63;
  font-weight: 600;
}
.summary_section,
.target_section {
  padding: 16px;
}
.summary_section .section_title,
.target_section .section_title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}
.summary_card,
.target_card {
  background: #f8f8fa;
  border-radius: 8px;
  padding: 16px;
}
.summary_card .title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}
.summary_card .desc {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}
.summary_card .info {
  font-size: 13px;
  color: #666;
}
.target_card p {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
}

/*======================================*/
/*             PROGRESS BAR             */
/*======================================*/
.progress_bar {
  position: absolute;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.progress_bar .page_title {
  color: #00ab63;
  font-size: 14px;
  font-weight: 600;
}
.progress_bar .bar {
  display: block;
  width: 80px;
  height: 4px;
  background-color: #f1f1f5;
  position: relative;
  border-radius: 50rem;
}
.progress_bar .bar .progress {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #004fec;
  border-radius: 50rem;
}
.progress_bar .bar.total_4.progress_1 .progress {
  width: 25%;
}
.progress_bar .bar.total_4.progress_2 .progress {
  width: 50%;
}
.progress_bar .bar.total_4.progress_3 .progress {
  width: 75%;
}
.progress_bar .bar.total_4.progress_4 .progress {
  width: 100%;
}
.progress_bar .bar.total_5.progress_1 .progress {
  width: 20%;
}
.progress_bar .bar.total_5.progress_2 .progress {
  width: 40%;
}
.progress_bar .bar.total_5.progress_3 .progress {
  width: 60%;
}
.progress_bar .bar.total_5.progress_4 .progress {
  width: 80%;
}
.progress_bar .bar.total_5.progress_5 .progress {
  width: 100%;
}
.progress_bar .bar.total_6.progress_1 .progress {
  width: 16.66%;
}
.progress_bar .bar.total_6.progress_2 .progress {
  width: 33.33%;
}
.progress_bar .bar.total_6.progress_3 .progress {
  width: 50%;
}
.progress_bar .bar.total_6.progress_4 .progress {
  width: 66.66%;
}
.progress_bar .bar.total_6.progress_5 .progress {
  width: 83.33%;
}
.progress_bar .bar.total_6.progress_6 .progress {
  width: 100%;
}
.progress_bar .txt {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #767676;
  font-size: 13px;
}
.progress_bar .txt .progress {
  font-weight: 600;
  color: #111111;
}
.progress_bar .txt .slash {
  font-size: 12px;
}

/* -------------------------------------------------------------------------- */
/*                                 date-picker                                */
/* -------------------------------------------------------------------------- */
.custom_datepicker {
  text-align: center;
  border-radius: 12px;
}
.custom_datepicker .date_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
}
.custom_datepicker .date_inner::after, .custom_datepicker .date_inner::before {
  content: "";
  position: absolute;
  height: 56px;
  background-color: #fff;
  width: 100%;
  opacity: 0.5;
}
.custom_datepicker .date_inner::before {
  top: 0;
  z-index: 1;
}
.custom_datepicker .date_inner::after {
  bottom: 0;
}
.custom_datepicker .date_inner .scroll_box {
  position: relative;
  width: 76px;
  height: 168px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.custom_datepicker .date_inner .scroll_box::-webkit-scrollbar {
  display: none;
}
.custom_datepicker .date_inner .scroll_box .icon {
  margin: 0 auto;
}
.custom_datepicker .date_inner .scroll_box .time_number {
  font-size: 16px;
  color: #222;
}
.custom_datepicker .date_inner .scroll_box .time_number > li {
  height: 56px;
  line-height: 56px;
}

/* -------------------------------------------------------------------------- */
/*                                 TAB MENU                                   */
/* -------------------------------------------------------------------------- */
.tab_menu {
  display: flex;
  align-items: center;
}
.tab_menu .item {
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
.tab_menu .item.on {
  border-bottom: 2px solid #004fec;
}
.tab_menu .item.on .title {
  color: #004fec;
  font-weight: 600;
}
.tab_menu .item.on .count {
  opacity: 1;
}
.tab_menu .item button,
.tab_menu .item a {
  height: 56px;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.tab_menu .item button .title,
.tab_menu .item a .title {
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #999;
}
.tab_menu .item button .count,
.tab_menu .item a .count {
  opacity: 0.6;
  background-color: #db3335;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  border-radius: 50rem;
  min-width: 20px;
  padding: 4px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.tab_sticky {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  height: 56px;
  min-height: 56px;
  z-index: 998;
}
.tab_sticky.h_53 {
  height: 53px;
  min-height: 53px;
}

/* -------------------------------------------------------------------------- */
/*                                 No Data                                   */
/* -------------------------------------------------------------------------- */
.no_data_ {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 4px;
}
.no_data_ .comment {
  font-size: 13px;
  color: #767676;
  white-space: pre-line;
  text-align: center;
}

/*======================================*/
/*-----------     FOOTER     -----------*/
/*======================================*/
.footer_wrap {
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 34px;
  background-color: #fff;
  background-color: #222222;
}
.footer_wrap .text_area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer_wrap .text_area > span {
  font-size: 13px;
  color: #fff;
  display: block;
}
.footer_wrap .text_area .copyright {
  padding-top: 10px;
  color: #767676;
  font-size: 12px;
  line-height: 18px;
}

.overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #00ab63;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Editor */
.editor_area,
.editor_area * {
  font-family: "Pretandard", sans-serif;
  line-height: 1;
}
.editor_area .ql-toolbar {
  border-radius: 4px 4px 0 0;
}
.editor_area .ql-container {
  border-radius: 0 0 4px 4px;
}
.editor_area .ql-editor {
  min-height: 200px;
  font-size: 13px;
  padding: 0;
}
.editor_area .ql-editor h1,
.editor_area .ql-editor h2,
.editor_area .ql-editor h3 {
  font-weight: 700;
}

.content_box:has(.finish_page) {
  display: flex;
  flex-direction: column;
}
.finish_page {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finish_page .content_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: pre-line;
  text-align: center;
}
.finish_page .content_box .title {
  margin: 12px 0 2px;
  font-size: 20px;
  font-weight: 700;
}
.finish_page .content_box .desc {
  font-size: 14px;
  color: #555555;
}

/*======================================*/
/*------     floating_menu     -------- */
/*======================================*/
.floating_menu {
  position: absolute;
  bottom: 78px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/*======================================*/
/*-----------     category   -----------*/
/*======================================*/
.category_box_01 {
  padding: 20px 16px;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.category_box_01.on .list {
  height: 38px;
  overflow: hidden;
}
.category_box_01.on .more_btn {
  transform: rotate(180deg);
}
.category_box_01 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.category_box_01 .list .item {
  font-size: 13px;
  color: #555555;
  border: 1px solid #dddddd;
  border-radius: 50rem;
  cursor: pointer;
  overflow: hidden;
}
.category_box_01 .list .item:not(:has(a)) {
  padding: 8px 12px;
}
.category_box_01 .list .item a {
  display: block;
  padding: 8px 12px;
  color: inherit;
  text-decoration: none;
}
.category_box_01 .list .item.black {
  color: #222;
}
.category_box_01 .list .item.on {
  color: #fff;
  background-color: #004fec;
  border: 1px solid #004fec;
  font-weight: 700;
}
.category_box_01 .list .item b {
  font-weight: 700;
}
.category_box_01 .more_btn {
  margin: 6px 0;
}

.category_swiper {
  margin-left: 16px;
}
.category_swiper .swiper-slide {
  width: auto;
}
.category_swiper .swiper-slide .item {
  padding: 7px 12px;
  font-size: 13px;
  color: #555555;
  border: 1px solid #dddddd;
  border-radius: 50rem;
  cursor: pointer;
  height: 36px;
}
.category_swiper .swiper-slide .item.black {
  color: #222;
}
.category_swiper .swiper-slide .item.on {
  color: #fff;
  background-color: #004fec;
  border: 1px solid #004fec;
  font-weight: 700;
}
.category_swiper .swiper-slide .item b {
  font-weight: 700;
}

/*======================================*/
/*-----------     Card     -----------*/
/*======================================*/
.profile_box {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.profile_box .delete_btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #db3335;
}
.profile_box .delete_btn.center {
  top: 50%;
  transform: translateY(-50%);
}
.profile_box .pf_img {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50rem;
  background-size: cover;
  background-position: center;
}
.profile_box .pf_img.w_24 {
  width: 24px;
  height: 24px;
}
.profile_box .pf_text .name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
  display: block;
}
.profile_box .pf_text .name.no_m {
  margin-bottom: 0;
}
.profile_box .pf_text .date {
  font-size: 13px;
  color: #767676;
}
.profile_box .pf_text .line_text_list {
  gap: 12px;
}
.profile_box .pf_text .line_text_list .item {
  color: #767676;
  font-size: 13px;
}
.profile_box .pf_text .line_text_list .item::after {
  right: -6px;
  color: #dddddd;
}

.intro_card .text_box {
  margin-top: 12px;
}
.intro_card .text_box .dot_text_list {
  margin-bottom: 2px;
}
.intro_card .text_box > p.tit {
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.intro_card .img_box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.intro_card .img_box .badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4f38c2;
  border-bottom-right-radius: 16px;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
}

.num_card {
  display: flex;
  gap: 12px;
}
.num_card > li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  position: relative;
  background-color: #eeecf9;
  padding: 20px;
  border-radius: 16px;
}
.num_card .count_badge {
  position: absolute;
  top: 0;
  right: 18px;
  width: 20px;
  height: 23px;
  background: #4f38c2;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
}
.num_card .count_badge::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 4px solid #eeecf9; /* 배경색 */
}
.num_card .cate {
  background-color: #fff;
  font-size: 11px;
  color: #2d317b;
  border-radius: 4px;
  height: 22px;
  padding: 4px 6px;
  text-align: center;
  position: absolute;
}
.num_card .tit {
  margin-top: 28px;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
}

.num_list {
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 8px 20px;
}
.num_list > li {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  padding: 16px 0;
  gap: 12px;
}
.num_list > li:last-child {
  border-bottom: none;
}
.num_list .num {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  background-color: #f2f2f2;
  border-radius: 4px;
}
.num_list .tit {
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.num_list .cate {
  color: #4f38c2;
  font-size: 12px;
  margin-left: auto;
  display: block;
  white-space: nowrap;
}

.wish_card > li {
  padding: 16px 0;
  display: flex;
  gap: 16px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.wish_card > li:last-child {
  border-bottom: none;
}
.wish_card > li .like_btn,
.wish_card > li .like_btn_on {
  position: absolute;
  top: 16px;
  right: 0;
}
.wish_card > li .img_box {
  width: 100px;
  min-width: 100px;
  aspect-ratio: 1/1;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wish_card > li .img_box .badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  height: 20px;
  padding: 3px 6px;
}
.wish_card > li .img_box img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.wish_card > li .text_box {
  margin-right: 24px;
}
.wish_card > li .text_box .title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.wish_card > li .text_box .dot_text_list {
  color: #767676;
}
.wish_card > li .text_box .settle {
  color: #767676;
  font-size: 12px;
}

.intro_list_card {
  cursor: pointer;
  padding: 16px 34px 16px 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.intro_list_card:last-child {
  border-bottom: none;
}
.intro_list_card .like_btn,
.intro_list_card .like_btn_on,
.intro_list_card .i_arrow_g_24 {
  position: absolute;
  top: 16px;
  right: 0;
}
.intro_list_card .text_box {
  min-width: 0;
  overflow: hidden;
}
.intro_list_card .text_box .dot_text_list {
  margin-top: 4px;
  color: #767676;
}
.intro_list_card .text_box > p.tit {
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.intro_list_card .text_box .settle {
  color: #767676;
  font-size: 12px;
}
.intro_list_card .img_box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100px;
  min-width: 100px;
  border: 1px solid #dddddd;
}
.intro_list_card .img_box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.intro_list_card .img_box img {
  display: none;
}

.commu_card > .item {
  border-bottom: 8px solid #f2f2f2;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
}
.commu_card > .item:last-child {
  border-bottom: none;
}
.commu_card > .item .commu_box .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.commu_card > .item .commu_box .desc {
  font-size: 14px;
  color: #555555;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.commu_card > .item .badge {
  display: flex;
  gap: 6px;
  padding: 0;
}
.commu_card > .item .badge .item {
  height: 21px;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
}
.commu_card > .item .badge .item.best {
  background-color: #edf2fd;
  color: #004fec;
}
.commu_card > .item .badge .item.worst {
  background-color: #fff4f4;
  color: #db3335;
}
.commu_card.my > .item {
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
}
.commu_card.my > .item:last-child {
  border-bottom: none;
}
.commu_card.my > .item .badge {
  margin-bottom: 8px;
  padding: 0;
}

.swipe_card_item {
  position: relative;
  overflow: hidden;
}
.swipe_card_item:last-child .swipe_card {
  border-bottom: none;
}
.swipe_card_item .delete_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: #fff4f4;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.swipe_card_item .swipe_card {
  padding: 24px 16px;
  position: relative;
  background: #fff;
  transition: transform 0.25s ease;
  transform: translateX(0);
  z-index: 2;
  will-change: transform;
  border-bottom: 1px solid #eaeaea;
  touch-action: pan-y;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swipe_card_item .swipe_card .state {
  position: absolute;
  top: 24px;
  right: 16px;
  font-size: 12px;
  color: #004fec;
  background-color: #edf2fd;
  border-radius: 4px;
  padding: 2px 6px;
  height: 22px;
}
.swipe_card_item .swipe_card .profile_box .pf_text .line_text_list .item:first-child {
  font-weight: 700;
}
.swipe_card_item .swipe_card .content_area {
  position: relative;
}
.swipe_card_item .swipe_card .content_area .content {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-right: 18px;
}
.swipe_card_item .swipe_card .content_area .content.bold {
  font-weight: 600;
}
.swipe_card_item .swipe_card .content_area .count {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  background-color: #db3335;
  border-radius: 50rem;
}
.swipe_card_item.open .swipe_card {
  transform: translateX(80px);
}

.slide_card {
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 16px;
}
.slide_card .fixed_h {
  cursor: pointer;
  position: relative;
}
.slide_card .fixed_h .badge {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #edf2fd;
  font-size: 12px;
  color: #004fec;
  border-radius: 4px;
  height: 22px;
  padding: 2px 6px;
}
.slide_card .fixed_h .profile_box .pf_img {
  width: 32px;
  height: 32px;
}
.slide_card .fixed_h .intro_price {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  color: #555555;
  gap: 4px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
.slide_card .fixed_h .intro_price .price {
  margin: 0;
  font-size: 16px;
  color: #222;
}
.slide_card .fixed_h .dot_text_list {
  margin-top: 4px;
  color: #767676;
}
.slide_card .fixed_h .i_arrow_t_24_b {
  margin-left: auto;
  transform: rotate(180deg);
  transition: all 0.15s ease-in-out;
}
.slide_card .fixed_h .i_arrow_t_24_b.on {
  transform: rotate(0);
}
.slide_card .slide_area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.6s ease;
  opacity: 0;
}
.slide_card .slide_area.open {
  max-height: 500px;
  opacity: 1;
}
.slide_card .slide_area .slide_area_list {
  margin-top: 12px;
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.slide_card .slide_area .slide_area_list .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.slide_card .slide_area .slide_area_list .item::before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: -23px;
  width: 2px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #aaa 0, #aaa 2px, transparent 2px, transparent 6px);
}
.slide_card .slide_area .slide_area_list .item:last-child::before {
  display: none;
}
.slide_card .slide_area .slide_area_list .item .tit {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #767676;
}
.slide_card .slide_area .slide_area_list .item .tit .icon {
  background-image: url("/user/images/icon/i_chk_r.svg");
}
.slide_card .slide_area .slide_area_list .item .date {
  color: #555;
}
.slide_card .slide_area .slide_area_list.step01 .item:first-child .tit, .slide_card .slide_area .slide_area_list.step02 .item:first-child .tit, .slide_card .slide_area .slide_area_list.step03 .item:first-child .tit, .slide_card .slide_area .slide_area_list.step04 .item:first-child .tit {
  font-weight: 700;
  color: #222;
}
.slide_card .slide_area .slide_area_list.step01 .item:first-child .tit .icon, .slide_card .slide_area .slide_area_list.step02 .item:first-child .tit .icon, .slide_card .slide_area .slide_area_list.step03 .item:first-child .tit .icon, .slide_card .slide_area .slide_area_list.step04 .item:first-child .tit .icon {
  background-image: url("/user/images/icon/i_chk_r_on.svg");
}
.slide_card .slide_area .slide_area_list.step02 .item:nth-child(2) .tit, .slide_card .slide_area .slide_area_list.step03 .item:nth-child(2) .tit, .slide_card .slide_area .slide_area_list.step04 .item:nth-child(2) .tit {
  font-weight: 700;
  color: #222;
}
.slide_card .slide_area .slide_area_list.step02 .item:nth-child(2) .tit .icon, .slide_card .slide_area .slide_area_list.step03 .item:nth-child(2) .tit .icon, .slide_card .slide_area .slide_area_list.step04 .item:nth-child(2) .tit .icon {
  background-image: url("/user/images/icon/i_chk_r_on.svg");
}
.slide_card .slide_area .slide_area_list.step03 .item:nth-child(3) .tit, .slide_card .slide_area .slide_area_list.step04 .item:nth-child(3) .tit {
  font-weight: 700;
  color: #222;
}
.slide_card .slide_area .slide_area_list.step03 .item:nth-child(3) .tit .icon, .slide_card .slide_area .slide_area_list.step04 .item:nth-child(3) .tit .icon {
  background-image: url("/user/images/icon/i_chk_r_on.svg");
}
.slide_card .slide_area .slide_area_list.step04 .item:nth-child(4) .tit {
  font-weight: 700;
  color: #222;
}
.slide_card .slide_area .slide_area_list.step04 .item:nth-child(4) .tit .icon {
  background-image: url("/user/images/icon/i_chk_r_on.svg");
}
.slide_card .slide_area .btn_box {
  margin-top: 11px;
  padding: 1px;
}

.report_card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 16px;
  border-bottom: 1px solid #f1f1f5;
}
.report_card .title_box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.report_card .title_box .tit_area {
  display: flex;
  gap: 8px;
}
.report_card .title_box .tit_area .tit {
  font-size: 16px;
  font-weight: 700;
}
.report_card .title_box .tit_area .badge {
  font-size: 12px;
  color: #555555;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #f2f2f2;
  height: 22px;
}
.report_card .title_box .tit_area .badge.blue {
  background-color: #f0f7ff;
  color: #2c77d9;
}
.report_card .title_box .target {
  color: #767676;
  font-size: 14px;
}

.target_business {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
.target_business .target_wrap {
  border-radius: 6px;
  padding: 16px;
  border: 1px solid #dddddd;
}
.target_business .target_inner {
  display: flex;
  gap: 12px;
}
.target_business .img_box {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 68px;
  min-width: 68px;
  background-color: #f2f2f2;
  border-radius: 6px;
}
.target_business .img_box.type02 {
  width: 80px;
  background-size: cover;
  background-position: center;
}
.target_business .img_box img {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.target_business .text_box .status {
  background-color: #f2f2f2;
  color: #555555;
  font-size: 11px;
  border-radius: 2px;
  padding: 3px 4px;
  height: 21px;
}
.target_business .text_box .title {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}
.target_business .text_box .title.type02 {
  font-size: 16px;
  margin-top: 0;
}

.comment_area {
  border-top: 1px solid #eaeaea;
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment_area.justify-end {
  justify-content: flex-end;
}
.comment_area.no_border {
  border-top: none;
}
.comment_area button {
  display: flex;
  color: #767676;
  font-size: 14px;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}
.comment_area button.black {
  color: #222;
}
.comment_area .reaction_btn_box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.comment_area .reaction_btn_box .like_btn.active {
  color: #004fec;
  font-weight: 700;
}
.comment_area .reaction_btn_box .hate_btn.active {
  color: #999999;
  font-weight: 700;
}
.comment_area.type02 {
  justify-content: flex-start;
  margin-top: 0;
  border-top: none;
  padding-top: 0;
  gap: 16px;
}
.comment_area.type02 .dot_text_list {
  position: relative;
  color: #767676;
  font-size: 12px;
}
.comment_area.type02 .dot_text_list::after {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  background-color: #dddddd;
}
.comment_area.type02 button {
  color: #222;
  font-size: 12px;
}
.comment_area.type02 .reaction_btn_box {
  gap: 8px;
}

.comment_list > .item {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 24px;
}
.comment_list > .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.comment_list > .item.delete .comment_desc {
  color: #999999;
}
.comment_list .comment_wrap {
  position: relative;
}
.comment_list .comment_wrap .comment_desc {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  white-space: pre-line;
  position: relative;
}
.comment_list .comment_wrap .comment_desc.expanded {
  -webkit-line-clamp: unset;
}
.comment_list .comment_wrap .more_view_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 6px;
  background: linear-gradient(to right, transparent, #fff 40%);
  font-size: 13px;
  font-weight: 700;
}
.comment_list .comment_wrap .more_view_btn.fold {
  display: block;
  margin-top: 4px;
}

/*======================================*/
/*               이용약관                 */
/*======================================*/
.terms_page .content_box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  line-height: 1.2;
}
.terms_page .content_box .sect {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.terms_page .content_box .sect .box .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: block;
  margin-bottom: 16px;
}
.terms_page .content_box .sect .box .sub_tit {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}
.terms_page .content_box .sect .box .sub_tit.chapter {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.terms_page .content_box .sect .box .desc {
  font-size: 14px;
  color: #767676;
}
.terms_page .content_box .sect .box .number_list {
  font-size: 14px;
  color: #767676;
}
.terms_page .content_box .sect .box .number_list > li {
  display: flex;
}
.terms_page .content_box .sect .box .number_list > li > span:first-child {
  min-width: 24px;
}
.terms_page .content_box .sect .box .small_number_list {
  padding: 8px 0;
  margin-left: 24px;
  font-size: 14px;
  color: #767676;
}
.terms_page .content_box .sect .box .small_number_list > li {
  display: flex;
}
.terms_page .content_box .sect .box .small_number_list > li > span:first-child {
  min-width: 18px;
}
.terms_page .content_box .sect .box .s_small_number_list {
  padding: 8px 0;
  margin-left: 18px;
  font-size: 14px;
  color: #767676;
}
.terms_page .content_box .sect .box .s_small_number_list > li {
  display: flex;
}
.terms_page .content_box .sect .box .s_small_number_list > li > span:first-child {
  min-width: 18px;
}
.terms_page .content_box .sect table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  color: #767676;
}
.terms_page .content_box .sect table th,
.terms_page .content_box .sect table td {
  border: 1px solid #000;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.terms_page .content_box .sect table th {
  background-color: #f9f9f9;
  font-weight: bold;
}
.terms_page .content_box .sect table .w_20 {
  width: 20%;
}
.terms_page .content_box .sect table .w_30 {
  width: 30%;
}

/* -------------------------------------------------------------------------- */
/*                          bottom sheet & popup                              */
/* -------------------------------------------------------------------------- */
.overlay_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
  max-width: 460px;
  width: 100%;
}
.overlay_bg.on {
  display: block;
}
.overlay_bg.on .bottom_sheet {
  animation: bottomsheet-fade-in 0.3s ease-out forwards;
}
.overlay_bg .bottom_sheet {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  animation: bottomsheet-fade-out 0.3s ease-out forwards;
  transition: transform 0.2s ease-out; /* 부드러운 슬라이드 애니메이션 */
  opacity: 0;
}
.overlay_bg .bottom_sheet .indicator {
  padding: 10px 0;
}
.overlay_bg .bottom_sheet .indicator > span {
  display: block;
  width: 42px;
  height: 3px;
  border-radius: 50rem;
  background-color: #dddddd;
  margin: 0 auto;
}
.overlay_bg .bottom_sheet .sheet_header {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  height: 44px;
  padding: 9px 16px;
}
.overlay_bg .bottom_sheet .sheet_header .i_close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.overlay_bg .bottom_sheet .sheet_body {
  padding: 12px 16px;
  max-height: 80vh;
  overflow-y: scroll;
  scrollbar-width: auto;
}
.overlay_bg .bottom_sheet .sheet_body::-webkit-scrollbar-track {
  width: 20px;
  display: block;
  background-color: transparent;
}
.overlay_bg .bottom_sheet .sheet_body::-webkit-scrollbar {
  width: 0px;
  display: inherit;
}
.overlay_bg .bottom_sheet .sheet_body .has_bottom_menu {
  padding-bottom: 6%;
}
.overlay_bg .bottom_sheet .btn_box {
  margin-top: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overlay_bg .bottom_sheet .btn_box > button {
  font-size: 15px;
  font-weight: 700;
}
.overlay_bg .bottom_sheet.popup .popup_image {
  display: block;
  aspect-ratio: 375/240;
  width: 100%;
  background-color: #e3e3e3;
}
.overlay_bg .bottom_sheet.popup .bottom_btn_box {
  padding: 11px 16px;
  height: 44px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overlay_bg .bottom_sheet.popup .bottom_btn_box ._btn {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.overlay_bg .bottom_sheet.popup .bottom_btn_box ._btn.today_hide {
  color: #505050;
}
.overlay_bg .bottom_sheet.popup .bottom_btn_box ._btn.close {
  font-weight: 600;
  color: #111;
}

/* bottomsheet 페이드인 애니메이션 */
@keyframes bottomsheet-fade-in {
  from {
    opacity: 0; /* 투명 상태 */
    transform: translateY(50%);
  }
  to {
    opacity: 1; /* 불투명 상태 */
    transform: translateY(0);
  }
}
/* bottomsheet 사라짐 애니메이션 */
@keyframes bottomsheet-fade-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(50%);
  }
}
.guide_bottom_sheet .desc {
  padding: 25px 16px;
  margin-bottom: 16px;
  background-color: #f7f7fb;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
  line-height: 20px;
  font-weight: 400;
  white-space: pre-wrap;
}
.guide_bottom_sheet .desc > strong {
  font-weight: 600;
}

.bottom_sheet .notice .desc {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  margin-bottom: 20px;
}

.bottom_sheet .location_sel .custom_c_r_box {
  max-height: 160px;
  overflow-y: scroll;
  scrollbar-width: auto;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.bottom_sheet .location_sel .custom_c_r_box::-webkit-scrollbar-track {
  width: 4px;
  display: block;
  background-color: transparent;
}
.bottom_sheet .location_sel .custom_c_r_box::-webkit-scrollbar {
  width: 4px;
}
.bottom_sheet .location_sel .custom_c_r_box::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 4px;
}
.bottom_sheet .location_sel .custom_c_r_box .custom_c_r_text {
  padding: 0;
}
.bottom_sheet .location_sel .custom_c_r_box .custom_c_r_text .txt_box .tit {
  font-size: 16px;
  font-weight: 400;
}

.bottom_sheet .sort_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bottom_sheet .sort_list .item {
  cursor: pointer;
  font-size: 16px;
}
.bottom_sheet .sort_list .item.active {
  font-weight: 700;
}

.bottom_sheet .intro_targe_info {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bottom_sheet .intro_targe_info .list {
  display: flex;
  justify-content: space-between;
}
.bottom_sheet .intro_targe_info .list .item {
  display: flex;
  align-items: center;
}
.bottom_sheet .intro_targe_info .list .item.desc {
  font-weight: 700;
}
.bottom_sheet .intro_targe_info .list .item.link {
  color: #2c77d9;
  text-decoration: underline;
}

.main_swiper {
  padding-bottom: 26px;
}
.main_swiper figure {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
}
.main_swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  bottom: var(--swiper-pagination-bottom, 0);
}
.main_swiper .swiper-pagination-bullet {
  margin: 0 !important;
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: #cccccc;
}
.main_swiper .swiper-pagination-bullet-active {
  background-color: #4f38c2;
}

.pagination_swiper figure {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.pagination_swiper figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination_swiper .swiper-button-prev,
.pagination_swiper .swiper-button-next {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 22px;
  left: 50%;
  bottom: var(--swiper-pagination-bottom, 24px);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination_swiper .swiper-button-prev svg,
.pagination_swiper .swiper-button-next svg {
  display: none;
}
.pagination_swiper .swiper-button-prev {
  background-position: 12px center;
  background-image: url("/user/images/icon/i_arrow_swiper_l.svg");
}
.pagination_swiper .swiper-button-next {
  background-position: 54px center;
  background-image: url("/user/images/icon/i_arrow_swiper_r.svg");
}
.pagination_swiper .swiper-pagination {
  z-index: 1;
  font-size: 12px;
  border-radius: 50rem;
  color: #fff;
  left: 50%;
  bottom: var(--swiper-pagination-bottom, 24px);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  width: 80px;
  display: flex;
  height: 22px;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.pagination_swiper .swiper-pagination-total {
  opacity: 0.4;
}
.pagination_swiper .swiper-pagination .fraction-divider {
  display: block;
  width: 1px;
  height: 7px;
  background-color: #fff;
  opacity: 0.5;
}

/*======================================*/
/*-----------     HOME       -----------*/
/*======================================*/
.home {
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home .overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  max-width: 460px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.home .overlay.on {
  display: block;
}
.home .content_box {
  padding-top: 0;
  padding-bottom: 58px;
  background-color: #f4f5f6;
}
.home .content_box .sec_tit_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home .content_box .sec_tit_box .sec_tit {
  font-size: 22px;
  font-weight: 600;
}
.home .content_box .sec_tit_box .sec_tit i {
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 4px;
}
.home .content_box .sec_tit_box .more_link {
  font-size: 15px;
  color: #555;
  display: flex;
  align-items: center;
}
.home .content_box .banner_sec {
  background-color: #fff;
}
.home .content_box .sub_banner_sec {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 24px;
  border-radius: 0 0 16px 16px;
}
.home .content_box .sub_banner_sec figure {
  position: relative;
  aspect-ratio: 343/100;
  border-radius: 8px;
  overflow: hidden;
}
.home .content_box .post_sec {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 16px;
}
.home .content_box .post_sec .hr {
  background-color: #dddddd;
  height: 1px;
  width: 100%;
}
.home .content_box .commu_sec {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
}

/*======================================*/
/*-----------    ALARM       -----------*/
/*======================================*/
.containers.alarm_list_page .content_box .swipe_card_item .swipe_card {
  border-bottom: none;
  padding: 0;
}
.containers.alarm_list_page .content_box .swipe_card_item .swipe_card .alarm_card {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.containers.alarm_list_page .content_box .swipe_card_item .swipe_card .alarm_card.no_read {
  background-color: #edf2fd;
}
.containers.alarm_list_page .content_box .swipe_card_item .swipe_card .alarm_card .status {
  color: #004fec;
  font-size: 12px;
}
.containers.alarm_list_page .content_box .swipe_card_item .swipe_card .alarm_card .tit {
  margin: 4px 0 8px;
  font-weight: 700;
  font-size: 14px;
}
.containers.alarm_list_page .content_box .swipe_card_item .swipe_card .alarm_card .time {
  color: #767676;
  font-size: 12px;
}
.containers.alarm_list_page .content_box .swipe_card_item .swipe_card .alarm_card .status .new_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff3b30;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  margin-right: 4px;
  vertical-align: middle;
}
.containers.alarm_list_page .content_box .notice_box {
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  color: #767676;
}

.login_page .content_box {
  background-color: #fff;
}
.login_page .content_box .logo_area {
  width: 100%;
  padding-bottom: 40px;
}
.login_page .content_box .logo_area .i_logo {
  width: 158px;
  margin: 0 auto;
}
.login_page .content_box .social_area {
  padding-top: 40px;
}

.find_email_page {
  background-color: #fff;
  height: 100%;
}
.find_email_page .notice_box {
  font-size: 14px;
  color: #111111;
  font-weight: 400;
  line-height: 20px;
  padding: 16px;
  background-color: #f7f7fb;
  text-align: center;
  border-radius: 8px;
  word-break: keep-all;
}
.find_email_page .input_box {
  padding-top: 16px;
}
.find_email_page.finish .desc {
  font-size: 14px;
  color: #111111;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding: 16px 0;
}
.find_email_page.finish .notice_box {
  font-size: 15px;
  color: #111111;
  font-weight: 600;
  line-height: 20px;
  padding: 21px 0;
}

.find_pw_page {
  background-color: #fff;
  width: 100%;
}
.find_pw_page.method_link_page .content_box .desc_box {
  background-color: #f7f7fb;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.find_pw_page.method_link_page .content_box .link_sec {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.find_pw_page.method_link_page .content_box .link_sec .link_btn {
  padding: 16px;
  border: 1px solid #e5e5ec;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.find_pw_page.method_link_page .content_box .link_sec .link_btn .txt_box {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.find_pw_page.method_link_page .content_box .link_sec .link_btn .txt_box .tit {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.find_pw_page.method_link_page .content_box .link_sec .link_btn .txt_box .desc {
  font-size: 13px;
  color: #505050;
  line-height: 18px;
  white-space: pre-line;
}
.find_pw_page .form_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.find_pw_page .form_wrap > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.find_pw_page .form_wrap .timer_fd {
  position: relative;
  width: 100%;
}
.find_pw_page .form_wrap .timer_fd .timer {
  position: absolute;
  top: 17px;
  right: 16px;
}
.find_pw_page .form_wrap .timer_fd .timer .text {
  font-size: 14px;
  color: #dc0000;
  font-weight: 400;
  line-height: 20px;
}
.find_pw_page.finish .content_box {
  gap: 16px;
}
.find_pw_page.finish .content_box .desc_box {
  display: flex;
  align-items: center;
  justify-content: cetner;
  gap: 8px;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 14px;
  color: #111111;
  font-weight: 400;
  line-height: 20px;
  background-color: rgba(44, 177, 94, 0.1);
  border-radius: 8px;
  padding: 16px 10px;
}
.find_pw_page.finish .content_box .desc_box .desc {
  text-align: center;
}
.find_pw_page.finish .content_box .desc_box .icon {
  width: 24px;
}

.auth_sleeper_modal {
  padding: 16px;
}
.auth_sleeper_modal .desc_txt {
  color: #505050;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.auth_sleeper_modal .desc_txt > b {
  font-weight: 600;
}
.auth_sleeper_modal .date_info_box {
  margin: 16px 0 20px;
  background-color: #f7f7fb;
  border: 1px solid #e5e5ec;
  text-align: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 16px;
  gap: 4px;
}
.auth_sleeper_modal .date_info_box > span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.auth_sleeper_modal .btn {
  margin-top: 20px;
  margin-bottom: 4px;
}

/* -------------------------------------------------------------------------- */
/*                                 주소 설정                                    */
/* -------------------------------------------------------------------------- */
.address_setting_page .search_area {
  padding-bottom: 24px;
  border-bottom: 8px solid #f2f2f2;
}
.address_setting_page .result_list .ad_list {
  display: flex;
  flex-direction: column;
}
.address_setting_page .result_list .ad_list > li {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px 16px;
  border-bottom: 1px solid #eaeaea;
}
.address_setting_page .result_list .ad_list > li .txt_box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.address_setting_page .result_list .ad_list > li .txt_box .address {
  font-size: 14px;
  font-weight: 700;
}
.address_setting_page .result_list .ad_list > li .txt_box .ad_detail {
  color: #555555;
  font-size: 12px;
}

/* -------------------------------------------------------------------------- */
/*                                  상세페이지                                   */
/* -------------------------------------------------------------------------- */
.business.detail_page .h4 {
  font-size: 20px;
  font-weight: 700;
  word-break: break-word;
  overflow-wrap: break-word;
}
.business.detail_page .h5 {
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
}
.business.detail_page .line_text_list {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.business.detail_page .line_text_list > .item {
  font-size: 13px;
  font-weight: 700;
  color: #222;
}
.business.detail_page .line_text_list > .item::after {
  right: -6px;
}
.business.detail_page .line_text_list > .item .dot_text_list {
  font-size: 13px;
  font-weight: 400;
  color: #767676;
}
.business.detail_page .desc_box {
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #f8f8f8;
}
.business.detail_page .desc_box .item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.business.detail_page .desc_box .item .tit {
  color: #555;
}
.business.detail_page .desc_box .item .desc {
  font-weight: 700;
}
.business.detail_page .desc_content {
  font-size: 14px;
}
.business.detail_page .detail_sec .dot_text_list {
  margin-top: 12px;
  color: #767676;
  font-size: 12px;
}
.business.detail_page .report_btn_box {
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: right;
}
.business.detail_page .report_btn_box .report_btn {
  margin-left: auto;
  color: #999999;
  text-decoration: underline;
  font-size: 12px;
}

/* -------------------------------------------------------------------------- */
/*                                    모달                                     */
/* -------------------------------------------------------------------------- */
#post_quest_modal .modal_body {
  padding-left: 20px;
  padding-right: 7px;
}
#post_quest_modal .scroll_box {
  padding-right: 9px;
  margin-bottom: 20px;
  max-height: 400px;
  overflow-y: scroll;
  scrollbar-width: auto;
}
#post_quest_modal .scroll_box::-webkit-scrollbar-track {
  width: 4px;
  display: block;
  background-color: transparent;
}
#post_quest_modal .scroll_box::-webkit-scrollbar {
  width: 4px;
}
#post_quest_modal .scroll_box::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 4px;
}
#post_quest_modal .intro_list_card .img_box {
  width: 77px;
  min-width: 77px;
}
#post_quest_modal .intro_list_card .text_box > p.tit {
  font-size: 13px;
}
#post_quest_modal .intro_list_card .text_box > p.price {
  margin-top: 2px;
  font-size: 14px;
  align-items: baseline;
}
#post_quest_modal .intro_list_card .text_box > p.price .tit {
  font-size: 11px;
}
#post_quest_modal .intro_list_card .text_box > p.settle {
  font-size: 11px;
}
#post_quest_modal .intro_list_card .text_box .dot_text_list {
  font-size: 11px;
  margin-top: 0;
}
#post_quest_modal .intro_list_card .img_box .badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  height: 20px;
  padding: 3px 6px;
  z-index: 1;
}

/* -------------------------------------------------------------------------- */
/*                                 커뮤 상세                                    */
/* -------------------------------------------------------------------------- */
.containers.community.detail .content_box .title_box .cate {
  display: block;
  color: #767676;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.containers.community.detail .content_box .title_box h4 {
  font-size: 17px;
  font-weight: 700;
  word-break: break-word;
  overflow-wrap: break-word;
}
.containers.community.detail .content_box .title_box .line_text_list {
  margin-top: 6px;
  gap: 12px;
  justify-content: flex-start;
}
.containers.community.detail .content_box .title_box .line_text_list .item {
  font-size: 13px;
  color: #767676;
}
.containers.community.detail .content_box .title_box .line_text_list .item:after {
  right: -6px;
  background-color: #dddddd;
  height: 10px;
}
.containers.community.detail .content_box .text_box {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.containers.community.detail .content_box .imgs_box {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 1px solid #f1f1f1;
  cursor: pointer;
}
.containers.community.detail .content_box .imgs_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------------------------------------------------- */
/*                                CHAT LIST                                   */
/* -------------------------------------------------------------------------- */
.containers.chat .filter_sec h3 {
  font-size: 16px;
  font-weight: 700;
}
.containers.chat .filter_sec .choice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.containers.chat .filter_sec .choice_list .item {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #555;
  padding: 2px 8px;
  height: 30px;
  border-radius: 50rem;
}

/* -------------------------------------------------------------------------- */
/*                                CHAT ROOM                                   */
/* -------------------------------------------------------------------------- */
/* 소개 정보 배너 */
.intro_info_banner {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.intro_info_banner .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}
.intro_info_banner .info_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.intro_info_banner .badge {
  flex-shrink: 0;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}
.intro_info_banner .badge_primary { background: #E8F0FE; color: #1A73E8; }
.intro_info_banner .badge_success { background: #E6F4EA; color: #1E8E3E; }
.intro_info_banner .badge_info { background: #E8F0FE; color: #1A73E8; }
.intro_info_banner .badge_danger { background: #FCE8E6; color: #D93025; }
.intro_info_banner .badge_secondary { background: #F1F3F4; color: #5F6368; }
.intro_info_banner .badge_default { background: #F1F3F4; color: #5F6368; }
.intro_info_banner .intro_title {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intro_info_banner .btn_detail {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  font-size: 12px;
  color: #4A90D9;
  text-decoration: none;
  font-weight: 500;
}

.containers.chat.detail_page .msg_area {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.containers.chat.detail_page .msg_area .alert_date {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: center;
}
.containers.chat.detail_page .msg_area .alert_date::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #eaeaea;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}
.containers.chat.detail_page .msg_area .alert_date::after {
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 0;
}
.containers.chat.detail_page .msg_area .alert_date .desc {
  padding: 0 15px 2px;
  font-weight: 600;
  z-index: 1;
  background-color: #fff;
}
.containers.chat.detail_page .msg_area .alert_date .date {
  padding: 0 15px;
  color: #767676;
  z-index: 1;
  background-color: #fff;
}
.containers.chat.detail_page .msg_area .msg_chang {
  display: flex;
  gap: 4px;
  align-items: flex-end;
}
.containers.chat.detail_page .msg_area .msg_chang .profile_img {
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  overflow: hidden;
  position: relative;
  margin-right: 4px;
}
.containers.chat.detail_page .msg_area .msg_chang .profile_img img {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.containers.chat.detail_page .msg_area .msg_chang .msg {
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 12px;
}
.containers.chat.detail_page .msg_area .msg_chang .time {
  font-size: 11px;
  color: #767676;
}
.containers.chat.detail_page .msg_area .msg_chang.sent {
  margin-left: auto;
}
.containers.chat.detail_page .msg_area .msg_chang.sent .msg {
  background-color: #004fec;
  color: #fff;
}
.containers.chat.detail_page .msg_area .msg_chang .msg.msg_img {
  padding: 4px;
  background: transparent !important;
  border-radius: 12px;
}
.containers.chat.detail_page .msg_area .msg_chang .msg.msg_img img {
  position: static;
  max-width: 200px;
  border-radius: 8px;
  display: block;
  cursor: pointer;
}
.containers.chat.detail_page .msg_area .msg_chang.resent {
  margin-right: auto;
}
.containers.chat.detail_page .msg_area .msg_chang.resent .msg {
  background-color: #edf2fd;
}
.containers.chat.detail_page .no_data {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #767676;
  justify-content: center;
  align-items: center;
}

/* -------------------------------------------------------------------------- */
/*                              대상 정보 제공하기                                 */
/* -------------------------------------------------------------------------- */
.containers.chat.provided .agree_box {
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 16px;
}
.containers.chat.provided .agree_box .custom_c_r_text .txt_box .tit {
  font-size: 16px;
}
.containers.chat.provided .agree_box .desc {
  font-size: 14px;
  color: #111;
}

.containers.my .link_sec {
  padding-top: 28px;
  padding-bottom: 28px;
}
.containers.my .link_sec.no_p {
  padding-top: 0;
  padding-bottom: 0;
}
.containers.my .link_sec .title {
  font-size: 14px;
  color: #767676;
  font-weight: 700;
  margin-bottom: 4px;
}
.containers.my .link_sec .title.mb_8 {
  margin-bottom: 8px;
}
.containers.my .link_sec .link_list .item {
  border-bottom: 1px solid #eaeaea;
}
.containers.my .link_sec .link_list .item.no_border {
  border-bottom: none;
}
.containers.my .link_sec .link_list .item:last-child {
  border-bottom: none;
}
.containers.my .link_sec .link_list .item a {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

/*======================================*/
/*              마이페이지                */
/*======================================*/
.containers.my.mypage .profile_sec {
  padding-top: 28px;
  padding-bottom: 28px;
}
.containers.my.mypage .profile_sec .profile_box {
  cursor: pointer;
  background-color: #f2f2f2;
  width: 88px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  margin: 0 auto;
  position: relative;
}
.containers.my.mypage .profile_sec .profile_box .img_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.containers.my.mypage .profile_sec .profile_box .profile_bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.containers.my.mypage .profile_sec .profile_box .profile_upload_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.containers.my.mypage .profile_sec .profile_box .profile_upload_btn i {
  width: 16px;
  height: 16px;
}
.containers.my.mypage .profile_sec .profile_box .profile_delete_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: rgba(0,0,0,0.8);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.containers.my.mypage .profile_sec .profile_box .profile_delete_btn i {
  width: 14px;
  height: 14px;
}
.containers.my.mypage .profile_sec .profile_box img {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.containers.my.mypage .profile_sec .profile_box input {
  display: none;
}
.containers.my.mypage .profile_sec .nick_name {
  margin: 12px 0 10px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.containers.my.mypage .profile_sec .link_btn_box {
  text-align: center;
}
.containers.my.mypage .profile_sec .link_btn_box .link_btn {
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #dddddd;
  border-radius: 50rem;
  height: 26px;
  padding: 4px 12px;
}
.containers.my.mypage .dashboard_sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 28px;
}
.containers.my.mypage .dashboard_sec .box_ .title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}
.containers.my.mypage .dashboard_sec .box_ .dash_area {
  padding: 24px 20px;
  display: flex;
  background-color: #edf2fd;
  border-radius: 12px;
}
.containers.my.mypage .dashboard_sec .box_ .dash_area .item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.containers.my.mypage .dashboard_sec .box_ .dash_area .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.containers.my.mypage .dashboard_sec .box_ .dash_area .item::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 24px;
  background-color: #dddddd;
}
.containers.my.mypage .dashboard_sec .box_ .dash_area .item:last-child::after {
  display: none;
}
.containers.my.mypage .dashboard_sec .box_ .dash_area .item .count {
  font-weight: 700;
}
.containers.my.mypage .dashboard_sec .box_ .dash_area .item .tit {
  font-size: 13px;
  color: #555;
}

/*======================================*/
/*             내 정보 수정                */
/*======================================*/
.containers.my_info_edit_page .decs {
  display: block;
  padding-bottom: 16px;
  font-size: 12px;
  color: #767676;
}

/*======================================*/
/*             내 커뮤니티                */
/*======================================*/
.containers.my.community .counting_sec {
  padding-bottom: 24px;
}
.containers.my.community .counting_sec .count {
  margin: 12px 0;
  padding: 16px;
  border-radius: 12px;
  background-color: #edf2fd;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
.containers.my.community .counting_sec .count .num {
  color: #004fec;
}
.containers.my.community .counting_sec .notice {
  line-height: 1;
  align-items: center;
  display: flex;
  font-size: 13px;
  color: #555;
  gap: 4px;
}

/*======================================*/
/*                  설정                 */
/*======================================*/
.containers.my.setting .content_box .btn_sec {
  margin-top: 12px;
}
.containers.my.setting .content_box .btn_sec .link_btn {
  color: #767676;
  text-decoration: underline;
  font-size: 13px;
}

/*======================================*/
/*               신고 내역                */
/*======================================*/
.containers.my.report .tab_menu .item .link_inner .title {
  font-size: 16px;
}
.containers.my.report .content_box .notice_box {
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  background-color: #f2f2f2;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 8px;
}
.containers.my.report .content_box .notice_box .tit {
  font-size: 14px;
  font-weight: 700;
}
.containers.my.report .content_box .notice_box .desc {
  font-size: 13px;
  color: #555;
}
.containers.my.report .title_box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.containers.my.report .title_box .tit_area {
  display: flex;
  gap: 8px;
}
.containers.my.report .title_box .tit_area .tit {
  font-size: 16px;
  font-weight: 700;
}
.containers.my.report .title_box .tit_area .badge {
  font-size: 12px;
  color: #555555;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #f2f2f2;
  height: 22px;
}
.containers.my.report .title_box .tit_area .badge.blue {
  background-color: #f0f7ff;
  color: #2c77d9;
}
.containers.my.report .title_box .desc {
  font-size: 14px;
}

/*======================================*/
/*               알람 설정                */
/*======================================*/
.containers.my.setting.alarm .alarm_setting_sec .title {
  font-size: 13px;
  color: #767676;
  font-weight: 700;
}
.containers.my.setting.alarm .alarm_setting_sec .set_list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.containers.my.setting.alarm .alarm_setting_sec .set_list .item .title_box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.containers.my.setting.alarm .alarm_setting_sec .set_list .item .title_box .tit {
  font-size: 15px;
  font-weight: 700;
}
.containers.my.setting.alarm .alarm_setting_sec .set_list .item .title_box .desc {
  font-size: 14px;
  color: #555;
}

/*======================================*/
/*                 탈퇴                  */
/*======================================*/
.containers.my.draw h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}
.containers.my.draw .desc {
  font-size: 14px;
}
.containers.my.draw .chk_box {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.containers.my.draw .chk_box .custom_c_r_text {
  padding-left: 32px;
}
.containers.my.draw .chk_box .custom_c_r_text::after {
  width: 24px;
  height: 24px;
}
.containers.my.draw .chk_box .custom_c_r_text .txt_box .tit {
  font-size: 14;
  font-weight: 600;
}
.containers.my.draw .textarea_area {
  aspect-ratio: 343/200;
}

/*======================================*/
/*           공지사항 리스트                */
/*======================================*/
.containers.notice .count_sec {
  padding: 23px 16px 8px;
  font-size: 14px;
  color: #505050;
}
.containers.notice .count_sec b {
  color: #111;
}
.containers.notice .notice_list .item {
  padding: 20px 16px 24px;
  border-bottom: 1px solid #f1f1f5;
}
.containers.notice .notice_list .item .link {
  display: flex;
  justify-content: space-between;
}
.containers.notice .notice_list .item .link .tit_box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.containers.notice .notice_list .item .link .tit_box .tit {
  font-size: 16px;
  font-weight: 700;
}
.containers.notice .notice_list .item .link .tit_box .date {
  color: #767676;
  font-size: 14px;
}

/*======================================*/
/*            공지사항 상세                */
/*======================================*/
.containers.notice.detail .title_box {
  padding: 20px 16px;
}
.containers.notice.detail .title_box .tit {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}
.containers.notice.detail .title_box .date {
  color: #767676;
  font-size: 13px;
}
.containers.notice.detail .content {
  padding: 20px 16px;
  font-size: 14px;
}
/*======================================*/
/*                FAQ                   */
/*======================================*/
.containers.faq .content_box {
  padding-top: 0;
  background-color: #fff;
}
.containers.faq .content_box .count_sec {
  padding: 23px 16px 8px;
  font-size: 14px;
  color: #505050;
}
.containers.faq .content_box .count_sec b {
  color: #111;
}
.containers.faq .content_box .faq_list {
  margin-bottom: 20px;
}
.containers.faq .content_box .faq_list .item {
  border-bottom: 1px solid #f1f1f5;
}
.containers.faq .content_box .faq_list .item .title_box {
  padding: 20px 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.containers.faq .content_box .faq_list .item .title_box .txt_box {
  display: flex;
  flex-direction: column;
}
.containers.faq .content_box .faq_list .item .title_box .txt_box .title {
  font-weight: 700;
  min-width: 54px;
}
.containers.faq .content_box .faq_list .item .title_box .i_arrow_b_24_b {
  transition: all 0.3s ease;
}
.containers.faq .content_box .faq_list .item .title_box .i_arrow_b_24_b.on {
  transform: rotate(180deg);
}
.containers.faq .content_box .faq_list .item .desc {
  overflow: hidden;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.3s ease, padding 0.3s ease;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 160%;
  padding: 0 16px;
  max-height: 0;
  min-height: 0;
}
.containers.faq .content_box .faq_list .item .desc.open {
  transform: scaleY(1);
  max-height: 100%;
  padding: 20px 16px;
}

/*======================================*/
/*                문의 내역               */
/*======================================*/
.containers.inquiry .count_sec {
  padding: 23px 16px 8px;
  font-size: 14px;
  color: #505050;
}
.containers.inquiry .count_sec b {
  color: #111;
}
.containers.inquiry .slide_card {
  padding: 0;
  border: none;
  border-bottom: 1px solid #f1f1f5;
  border-radius: 0;
}
.containers.inquiry .slide_card .fixed_h {
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.containers.inquiry .slide_card .fixed_h .title_box .tit_area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.containers.inquiry .slide_card .fixed_h .title_box .tit_area .tit {
  font-size: 16px;
  font-weight: 700;
}
.containers.inquiry .slide_card .fixed_h .title_box .tit_area .badge {
  position: static;
  background-color: #f2f2f2;
  color: #555555;
}
.containers.inquiry .slide_card .fixed_h .title_box .tit_area .badge.blue {
  background-color: #edf2fd;
  color: #004fec;
}
.containers.inquiry .slide_card .fixed_h .title_box .dete {
  font-size: 14px;
  color: #767676;
}
.containers.inquiry .slide_card .fixed_h .i_arrow_b_24_b {
  transition: transform 0.25s ease;
}
.containers.inquiry .slide_card .fixed_h .i_arrow_b_24_b.on {
  transform: rotate(-180deg);
}
.containers.inquiry .slide_card .slide_area {
  background-color: #f8f8f8;
}
.containers.inquiry .slide_card .slide_area.open {
  padding: 20px 16px;
}
.containers.inquiry .slide_card .slide_area .c_tit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.containers.inquiry .slide_card .slide_area .c_tit.top_border {
  padding-top: 16px;
  border-top: 1px solid #eaeaea;
  margin-top: 16px;
}
.containers.inquiry .slide_card .slide_area .c_tit .tit {
  font-size: 14px;
  font-weight: 700;
}
.containers.inquiry .slide_card .slide_area .c_tit .date {
  font-size: 13px;
  color: #767676;
}
.containers.inquiry .slide_card .slide_area .content {
  font-size: 14px;
  color: #555555;
}
.containers.inquiry .slide_card .slide_area .btn_area {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  margin-top: 16px;
}
.containers.inquiry .slide_card .slide_area .btn_area a,
.containers.inquiry .slide_card .slide_area .btn_area button {
  display: block;
  font-size: 12px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 34px;
  padding: 11px 16px;
  line-height: 1;
}

.not_found {
  height: 100%;
}
.not_found .content_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
.not_found .content_box .title {
  font-size: 18px;
  color: #111111;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 12px 0;
  word-break: keep-all;
}
.not_found .content_box .desc {
  font-size: 14px;
  color: #505050;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  word-break: keep-all;
}

/* -------------------------------------------------------------------------- */
/*                              UTILITY CLASSES                                */
/* -------------------------------------------------------------------------- */
.pointer { cursor: pointer; }

/* -------------------------------------------------------------------------- */
/*                         에디터 콘텐츠 스타일 (공지/FAQ)                       */
/* -------------------------------------------------------------------------- */
.content blockquote, .desc blockquote {
  border-left: 4px solid #ddd;
  padding: 8px 16px;
  margin: 8px 0;
  color: #666;
  background: #f9f9f9;
}
.content table, .desc table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
}
.content table th, .content table td,
.desc table th, .desc table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-size: 14px;
}
.content table th, .desc table th {
  background: #f5f5f5;
  font-weight: 600;
}
.content a, .desc a {
  color: #004fec;
  text-decoration: underline;
  word-break: break-all;
}
.content ul, .desc ul {
  list-style: disc;
  padding-left: 20px;
  margin: 8px 0;
}
.content ol, .desc ol {
  list-style: decimal;
  padding-left: 20px;
  margin: 8px 0;
}
.content h1, .desc h1 { font-size: 24px; font-weight: 700; margin: 16px 0 8px; }
.content h2, .desc h2 { font-size: 20px; font-weight: 700; margin: 14px 0 8px; }
.content h3, .desc h3 { font-size: 18px; font-weight: 600; margin: 12px 0 6px; }
.content p, .desc p { margin: 4px 0; }
.content img, .desc img { max-width: 100%; height: auto; }