﻿@charset "UTF-8"; 
/* 공모전 */
.item--typeA.end.contest_end .thum::after {
  content: '종료';
}
.item--typeA .contest_num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #212529;
  color: #fff;
  text-align: center;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  width: auto;
  padding: 0 10px;
}
.contest__top {
  margin-top: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F2F2;
}
.contest__top.bdn {
  border: none;
  padding-bottom: 0px;
}
.contest__top .list_sort {
  flex-wrap: wrap;
  row-gap: 4px;
}
.contest__top .list_sort .last_reward {
  margin-left: auto;
}
.bannerSwiper .banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.last_reward {
  display: flex;
  align-items: center;
  gap: 10px;
}
.last_reward span {
  font-size: 14px;
  font-weight: 500;
  color: #6F7174;
}
.last_reward .select {
  width: 80px;
  height: 36px;
  font-size: 14px;
}
.contest_members {
  margin-top: 16px;
  overflow-x: auto;
}
.contest_members::-webkit-scrollbar {
  display: none;
}
.contest_members ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contest_members ul li {
  padding-right: 16px;
  position: relative;
}
.contest_members ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #C8C9CA;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contest_members ul li:last-child::after {
  content: none;
}
.contest_members ul li button {
  font-size: 15px;
  font-weight: 500;
  color: #6F7174;
}
.contest_members ul li:hover button {
  text-decoration: underline;
  color: #424649;
}
.contest_members ul li.active button {
  color: #212529;
  font-weight: 700;
}
.contest__cnts {
  margin-top: 30px;
  padding-bottom: 64px;
}
.contest_basic__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contest_basic__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
  text-align: center;
}
.contest_basic__title-break {
  display: inline;
}
.contest_basic__desc {
  font-size: 16px;
  font-weight: 400;
  color: #424649;
  line-height: 1.3;
  white-space: normal;
}
.contest_basic__media {
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.contest_basic__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contest_basic_page .list_bottom {
  gap: 80px;
}
.contest_basic_page .list_bottom .next p {
  text-decoration: underline;
}
.impressions_header {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #F6F6F6;
  padding: 40px;
  position: relative;
}
.impressions_header.center { 
  justify-content: center;
}
.impressions_header span.number {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background-color: #212529;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  z-index: 3;
}
.impressions_header .contest_text span {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
}
.impressions_header .contest_text h1 {
  font-size: 24px;
  font-weight: 700;
  color: #212529;
}
.contest_winner {
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.contest_winner .thum {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.contest_winner .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contest_winner .winner h3 {
  font-size: 16px;
  font-weight: 500;
  color: #212529;
}
.contest_winner .winner span {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #6F7174;
  line-height: 1.3;
}
.impressions_cnts {
  margin-top: 40px;
  line-height: 1.3;
  color: #424649;
}
.impressions_cnts p {
  line-height: 1.3;
  color: #424649;
}
.current_reward {
  display: none;
}
.tab_contest {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tab_contest li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #DEDEDF;
}
.tab_contest li:hover button {
  background-color: #F6F6F6;
  border: 1px solid #C8C9CA;
}
.tab_contest li.active button {
  background-color: #7B7B7B;
  border: 1px solid #7B7B7B;
  color: #fff;
}
.tab_contest li button span {
  display: none;
}
/* 상세 Type B */
.reward_wrap {
  margin-top: 16px;
  border-top: 1px solid #DEDEDF;
  border-bottom: 1px solid #DEDEDF;
  padding: 16px;
}
.current-title_reward {
  display: none;
}
.reward_wrap .reward_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.reward_wrap .reward_list ul li {
  width: calc(25% - 16px);
  font-size: 15px;
  font-weight: 500;
  color: #6F7174;
}
.reward_wrap .reward_list ul li::before {
  content: '·';
  display: inline-block;
  margin-right: 8px;
}
.reward_wrap .reward_list ul li.active { 
  font-weight: 700;
  color: #212529;
}
.reward_wrap .reward_list ul li:hover {
  text-decoration: underline;
}
.reward__list {
  margin-top: 40px;
}
.reward__list .reward__item {
  display: flex;
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid #F2F2F2;
}
.reward__list .reward__item:first-child {
  padding-top: 0px;
}
.reward__list .reward__item:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.reward__item>.thum {
  width: 330px;
  height: 330px;
  position: relative;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background-color: #F2F2F2;
}
.reward__item>.thum img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reward__item>.thum .btn_zoom {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: 0.35s;
  background: url(../_img/icon/icon_zoom.svg) no-repeat center / contain;
}
.reward__item>.thum .btn_zoom:hover {
  background-image: url(../_img/icon/icon_zoom_hover.svg);
}
.reward__item .desc {
  padding-top: 8px;
}
.reward__item .desc h3.reward_tit {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
}
.reward__item .desc p.cnts {
  font-size: 16px;
  font-weight: 400;
  color: #424649;
  margin-top: 8px;
}
.reward__item .contest_winner {
  margin-top: 24px;
}
.modal_enlarge_image {
  background: #00000099;
}
.modal_enlarge_image .modal__inner {
  width: 100%;
  max-width: 1080px;
}
.modal_enlarge_image .btn_close_modal {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -56px;
  border-radius: 50%;
  top: 0px;
  background: #fff url(../_img/icon/icon_modal_close.svg) no-repeat center / 24px;
}
.modal_enlarge_image .btn_close_modal--mo {
  display: none;
}
.modal_enlarge_image .modal__content {
  padding: 0;
}
@media screen and (max-width:767px) {
  .contest__top {
    padding-bottom: 0px;
  }
  .last_reward .select {
    width: 70px;
  }
  .last_reward span b {
    display: none;
  }
  .members_wrap.sticky-group {
    padding-left: 20px;
  }
  .members_wrap::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 24px;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
  .members_wrap {
    position: relative;
  }
  .contest_members {
    height: 44px;
    margin-top: 0px;
  }
  .contest_members ul {
    gap: 12px;
    height: 100%;
  }
  .contest_members ul li {
    padding-right: 12px;
  }
  .contest__cnts {
    padding-bottom: 40px;
  }
  .contest_basic_page .bannerSwiper .banner {
    height: 80px;
  }
  .contest_basic_page .bannerSwiper .banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contest_basic__title {
    font-size: 24px;
    line-height: 1.4;
  }
  .contest_basic__title-break {
    display: block;
  }
  .contest_basic__content {
    gap: 30px;
  }
  .contest_basic__desc {
    font-size: 16px;
    line-height: 1.3;
  }
  .contest_basic__media {
    height: 500px;
  }
  .contest_basic_page .list_bottom {
    gap: 0;
  }
  .contest_basic_page .list_bottom .closet_page {
    height: auto;
    min-height: 44px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .contest_basic_page .list_bottom .next p {
    text-decoration: none;
  }
  .impressions_header {
    padding: 32px 24px;
    flex-direction: column;
    gap: 28px;
    background-color: #fff;
  }
  .impressions_header::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 170px;
    background-color: #F6F6F6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .impressions_header .contest_text,
  .impressions_header .contest_winner {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .impressions_header .contest_text h1 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 28px;
    height: 56px;
  }
  .impressions_header .contest_winner {
    min-width: auto;
    width: 100%;
    justify-content: center;
  }
  .impressions_header .contest_winner .thum {
    width: 56px;
    height: 56px;
  }
  .impressions_cnts {
    margin-top: 0px;
  }
  .fixed-members {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background: #fff;
    transition: 0.34s;
  }
  .fixed-all {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    transition: 0.34s;
  }
  .fixed-all.list_sort {
    top: 96px;
    margin-top: 0px;
    height: 52px;
    padding: 0 16px;
    z-index: 1000;
  }
  .fixed-all.members_wrap {
    top: 148px;
    padding: 0 16px;
    border-top: 1px solid #DEDEDF;
    border-bottom: 1px solid #DEDEDF;
  }
  .fixed-members.members_wrap {
    padding: 0 16px;
    border-bottom: 1px solid #DEDEDF;
  }
  .sticky-placeholder {
    display: none;
  }
  .sticky-placeholder.active {
    display: block;
  }
  .reward_select {
    position: relative;
  }
  .current_reward {
    display: inline-block;
    width: 100%;
    height: 36px;
    padding: 0;
    border-radius: 8px;
    background: #fff;
    border: none;
    color: #424649;
    font-weight: 700;
    position: relative;
    padding-right: 24px;
  }
  .current_reward::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../_img/icon/icon_reward_arrow.svg) no-repeat center / contain;
  }
  .current_reward span {
    color: #007AFF;
    display: inline-block;
    margin-left: 4px;
  }
  .tab_contest {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: calc(100% + 20px);
    min-width: 182px;
    overflow: hidden;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border: 1px solid #DEDEDF;
    border-radius: 8px;
    display: none;
    z-index: 1000;
    box-shadow: 20px 20px 40px 0px #0000000A, 9px 9px 25px 0px #0000000A, 6px 6px 20px 0px #00000008, 3px 3px 15px 0px #00000005;
  }
  .tab_contest.open {
    display: block;
  }
  .tab_contest li button {
    width: 100%;
    border: none;
    display: block;
    text-align: left;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.3;
    color: #212529;
  }
  .tab_contest li:hover button {
    background-color: transparent;
    border: none;
  }
  .tab_contest li.active button {
    background-color: #F6F6F6;
    color: #212529;
    border: none;
  }
  .tab_contest li button span {
    display: inline-block;
    margin-left: 4px;
    color: #007AFF;
  }
  /* 상세 Type B */
  .impressions_header.center {
    background-color: #F6F6F6;
  }
  .impressions_header.center::after {
    content: none;
  }
  .impressions_header.center .contest_text h1 {
    height: auto;
  }
  .reward_wrap {
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
  .reward-title_select {
    position: relative;
  }
  .current-title_reward {
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #DEDEDF;
    background: #fff;
    font-size: 14px;
    color: #212529;
  }
  .current-title_reward span {
    padding-right: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 22px;
    height: 22px;
    word-break: break-all;
  }
  .current-title_reward::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../_img/icon/icon_reward_arrow.svg) no-repeat center / contain;
  }
  .reward_wrap .reward_list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #dededf;
    display: none;
    z-index: 10;
  }
  .reward_wrap .reward_list ul li {
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    height: 32px;
    font-size: 14px;
  }
  .reward_wrap .reward_list ul li::before {
    content: none;
  }
  .reward_list.open {
    display: block;
  }
  .tab_reward li a {
    display: block;
    padding: 10px 12px;
  }
  .reward__list .reward__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 0;
  }
  .reward__item>.thum {
    width: 100%;
    height: 180px;
  }
  .reward__item .desc {
    padding-top: 0px;
  }
  .modal_enlarge_image .btn_close_modal {
    display: none;
  }
  .modal_enlarge_image .btn_close_modal--mo {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    background: #fff url(../_img/icon/icon_modal_close.svg) no-repeat center / 24px;
  }
  .fixed-members.reward_wrap {
    margin-top: 0px;
    height: 54px;
  }
  .fixed-members.reward_wrap .current-title_reward,
  .fixed-all.reward_wrap .current-title_reward {
    height: 54px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px;
    border-right: none;
  }
  .fixed-all.reward_wrap {
    top: 132px;
  }
}
/* 이벤트 */
.item--typeA.end .thum::after {
  content: '이벤트 종료';
  width: 100%;
  height: 100%;
  background: #000000CC;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #fff;
  font-family: "Paperozi";
  font-weight: 700;
}
.event-dtl {
  max-width: 970px;
  margin: 0 auto;
}
.event-dtl .dtl_img {
  margin-bottom: 64px;
}
.event-dtl .dtl_img img {
  width: 100%;
}
.event_apply .login_box {
  border: 1px solid #DEDEDF;
  padding: 40px;
  margin-bottom: 16px;
  border-radius: 6px;
}
.event_apply .login_box.logged {
  background-color: #F6F6F6;
}
.event_apply .apply_title .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.event_apply .apply_title .tit h3 {
  font-size: 28px;
  font-weight: 700;
  color: #212529;
}
.event_apply .apply_title p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #6F7174;
  margin-top: 10px;
}
.event_apply .apply_title .loggedIn {
  margin-top: 16.5px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #424649;
}
.event_apply .apply_title .loggedIn b {
  color: #007AFF;
}
.event_apply .apply_title .loggedIn .btn_logout {
  background: url(../_img/icon/icon_logout.svg) no-repeat center / 16px;
  display: inline-block;
  margin-left: 8px;
  height: 24px;
  width: 36px;
  border: 1px solid #DEDEDF;
  border-radius: 800px;
  background-color: #fff;
  vertical-align: middle;
}
.form_event_login {
  max-width: 810px;
  margin: 40px auto 0;
}
.form_event_login .input {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form_event_login .input .form-control {
  flex: 1;
  height: 53px;
}
.form_event_login .input .btn_login {
  flex-shrink: 0;
  width: 126px;
  height: 53px;
  line-height: 53px;
}
.form_event_login .login_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #F2F2F2;
}
.form_event_login .login_sns .btn {
  width: 104px;
}
.form_confirm_member {
  max-width: 810px;
  margin: 24px auto 0;
}
.form_confirm_member .input {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.form_confirm_member .input .form-control {
  max-width: 264px;
}
.form_confirm_member .input_address {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form_confirm_member .input_address .zipcode {
  position: relative;
  width: 100%;
  max-width: 264px;  
}
.form_confirm_member .input_address .zipcode .btn_search {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/icon/icon_search.svg) no-repeat center / contain;
}
.agree_box {
  border: 1px solid #DEDEDF;
  background-color: #F6F6F6;
  padding: 24px;
  padding-right: 4px;
  border-radius: 6px;
}
.event-agree_wrap {
  overflow-y: auto;
  height: 132px;
}
.event-agree_wrap::-webkit-scrollbar {
	width: 4px;
}
.event-agree_wrap::-webkit-scrollbar-thumb {
	background-color: #00000033;
	border-radius: 10px;
}
.event-agree_wrap::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 10px;
}
.event-agree {
  padding-right: 8px;
}
.event-agree>div {
  margin-bottom: 16px;
}
.event-agree>div h5 {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 8px;
}
.event-agree>div p {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
}
.event-agree>div ul li {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
}
.event-agree>div ul li::before {
  content: '·';
  display: inline-block;
  margin-right: 4px;
}
.event_apply .checkbox {
  margin-top: 16px;
}
.event_apply .btn_apply {
  max-width: 222px;
  height: 63px;
  line-height: 63px;
}
.event_apply .event_survey_wrap {
  max-width: 970px;
  margin: 40px auto 0;
}
.event_apply .event_survey_box {
  width: 100%;
  margin-top: 24px;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
}
.event_apply .event_survey_box:first-child {
  margin-top: 0;
}
.event_apply .event_survey_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  text-align: center;
}
.event_apply .event_survey_type {
  display: none;
}
.event_apply .event_survey_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #9B9D9F;
  text-align: center;
}
.event_apply .event_survey_options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
.event_apply .event_survey_box--choice .event_survey_options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 16px;
}
.event_apply .event_survey_options .radio,
.event_apply .event_survey_options .checkbox {
  width: 100%;
  margin-top: 0;
}
.event_apply .event_survey_options .radio label,
.event_apply .event_survey_options .checkbox label {
  align-items: center;
  line-height: 24px;
}
.event_apply .event_survey_options .radio label em,
.event_apply .event_survey_options .checkbox label em {
  margin-top: 0;
}
.event_apply .event_survey_input {
  width: 100%;
}
.event_apply .event_survey_textarea_wrap {
  position: relative;
}
.event_apply .event_survey_textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #212529;
  resize: vertical;
}
.event_apply .event_survey_textarea::placeholder {
  color: #C8C9CA;
}
.event_apply .event_survey_count {
  position: absolute;
  right: 20px;
  bottom: 12px;
  font-size: 13px;
  line-height: 1.3;
  color: #6F7174;
}
.event_apply .event_survey_count .js-survey-count {
  font-weight: 500;
  color: #212529;
}
.event_apply .event_survey_extra {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.event_apply .event_survey_extra_row {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.event_apply .event_survey_extra_label {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: #212529;
}
.event_apply .event_survey_extra .form-control {
  flex: 1 1 0;
}
.event-complete {
  border: 1px solid #DEDEDF;
  padding: 40px;
  max-width: 970px;
  margin: 0 auto;
}
.complete_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.complete_title h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}
.complete_title p {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.3;
  color: #212529;
}
.complete_content {
  border: 1px solid #DEDEDF;
  background-color: #F6F6F6;
  padding: 24px;
  border-radius: 4px;
}
.complete_header {
  padding-bottom: 16px;
  border-bottom: 1px solid #DEDEDF;
  margin-bottom: 8px;
}
.complete_header h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #212529;
  text-align: center;
}
.complete_cnts {
  padding-top: 8px;
  overflow-y: auto;
  height: 106px;
  font-size: 14px;
  line-height: 1.3;
  color: #212529;
}
.complete_cnts p {
  font-size: 14px;
  line-height: 1.3;
  color: #212529;
}
.event-complete .btn_area {
  margin-top: 32px;
}
.event-complete .btn_main {
  flex: none;
  background-color: #6C757D;
  color: #fff;
  width: 76px;
  height: 37px;
  line-height: 37px;
}
/* Mobile */
@media screen and (max-width:767px) { 
  .event-dtl .dtl_img {
    margin-bottom: 40px;
  }
  .event_apply .login_box {
    padding: 24px 16px;
  }
  .event_apply .apply_title .tit {
    justify-content: flex-start;
  }
  .event_apply .apply_title .tit img {
    width: 24px;
    height: 24px;
  }
  .event_apply .apply_title .tit h3 {
    font-size: 20px;
  }
  .event_apply .apply_title p {
    margin-top: 8px;
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
  }
  .event_apply .apply_title .loggedIn {
    margin-top: 8px;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
  }
  .form_event_login {
    margin: 24px auto 0;
  }
  .form_event_login .input {
    flex-direction: column;
  }
  .form_event_login .input .form-control {
    flex: none;
  }
  .form_event_login .input .btn_login {
    width: 100%;
  }
  .form_event_login .login_sns {
    margin-top: 16px;
    padding-top: 16px;
  }
  .form_event_login .login_sns .btn {
    width: 100%;
    font-size: 14px;
  }
  .form_confirm_member {
    margin: 16px auto 0;
  }
  .form_confirm_member .input {
    flex-direction: column;
  }
  .form_confirm_member .input .form-control {
    max-width: 100%;
  }
  .form_confirm_member .input_address {
    margin-top: 24px;
    flex-direction: column;
  }
  .form_confirm_member .input_address .zipcode {
    max-width: 100%;
  }
  .agree_box {
    padding: 16px;
    padding-right: 4px;
  }
  .event-agree_wrap {
    height: 148px;
  }
  .event_apply .btn_apply {
    max-width: 100%;
    height: 53px;
    line-height: 53px;
  }
  .event_apply .event_survey_wrap {
    margin-top: 16px;
    padding: 0;
  }
  .event_apply .event_survey_box {
    margin-top: 16px;
    padding: 16px;
  }
  .event_apply .event_survey_head {
    display: block;
    margin-bottom: 16px;
  }
  .event_apply .event_survey_type {
    display: none;
  }
  .event_apply .event_survey_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #9B9D9F;
  }
  .event_apply .event_survey_options {
    gap: 8px;
  }
  .event_apply .event_survey_box--choice .event_survey_options {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 8px;
  }
  .event_apply .event_survey_options .radio label,
  .event_apply .event_survey_options .checkbox label {
    line-height: 20.8px;
  }
  .event_apply .event_survey_options .radio_text,
  .event_apply .event_survey_options .chk_text {
    font-size: 16px;
    line-height: 20.8px;
  }
  .event_apply .event_survey_options .radio label em,
  .event_apply .event_survey_options .checkbox label em {
    margin-top: 0;
  }
  .event_apply .event_survey_box .form-control {
    font-size: 15px;
    line-height: 19.5px;
  }
  .event_apply .event_survey_box .form-control::placeholder {
    font-size: 15px;
    line-height: 19.5px;
    color: #C8C9CA;
  }
  .event_apply .event_survey_textarea {
    height: 176px;
    padding: 12px 10px 32px;
    font-size: 15px;
    line-height: 19.5px;
  }
  .event_apply .event_survey_count {
    font-size: 12px;
    line-height: 15.6px;
    right: 10px;
    bottom: 12px;
    color: #9B9D9F;
  }
  .event_apply .event_survey_extra {
    gap: 8px;
  }
  .event_apply .event_survey_extra_row {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .event_apply .event_survey_extra_label {
    min-width: 92px;
    font-size: 14px;
    line-height: 18.2px;
  }
  .event-complete {
    padding: 24px 16px;
  }
  .complete_title {
    margin-bottom: 24px;
    gap: 10px;
  }
  .complete_title h2 {
    font-size: 20px;
  }
  .complete_title p {
    font-size: 14px;
  }
  .complete_content {
    padding: 16px;
  }
  .complete_header h3 {
    font-size: 15px;
  }
  .event-complete .btn_area {
    margin-top: 24px;
  }
  .event-complete .btn_main {
    width: 72px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
  }
}

/* ========== inquiry_write.css (통합) ========== */
/* inquiry_write — 1:1 문의 (my_kpanews) */

:root {
  --inq-blue: #2b66b1;
  --inq-blue-dark: #234f8f;
  --inq-pink: #e91e8c;
  --inq-line: #e5e5e5;
  --inq-label-bg: #f5f5f5;
}

.inq_page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #222;
}

.inq_header {
  border-bottom: 1px solid var(--inq-line);
}

.inq_topbar {
  background: var(--inq-pink);
  color: #fff;
}

.inq_topbar .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
  gap: 8px;
}

.inq_top_links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.inq_top_links a {
  color: #fff;
  text-decoration: none;
}

.inq_top_links a:hover {
  text-decoration: underline;
}

.inq_mo_bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 12px;
  max-width: 1200px;
  margin: 0 auto;
}

.inq_mo_logo {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.inq_mo_actions {
  display: flex;
  gap: 8px;
}

.inq_icon_btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.inq_icon_search::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border: 2px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
}

.inq_icon_search::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #333;
  right: 9px;
  bottom: 9px;
  transform: rotate(45deg);
  border-radius: 1px;
}

.inq_icon_menu::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 8px auto 0;
  background: #333;
  box-shadow: 0 6px 0 #333, 0 12px 0 #333;
}

.inq_brand {
  text-align: center;
  padding: 18px 16px 14px;
}

.inq_brand_logo {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
}

.inq_brand_logo a {
  color: #111;
  text-decoration: none;
}

.inq_ticker {
  margin: 0 auto;
  padding: 8px 16px;
  font-size: 13px;
  color: #555;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  max-width: 1200px;
}

.inq_ticker_label {
  font-weight: 700;
  color: var(--inq-blue);
}

.inq_ticker_sep {
  margin: 0 6px;
  color: #999;
}

.inq_secnav {
  border-bottom: 1px solid var(--inq-line);
  background: #fff;
}

.inq_secnav_inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 8px;
  max-width: 1200px;
  margin: 0 auto;
}

.inq_secnav_inner a {
  flex: 0 0 auto;
  padding: 12px 14px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.inq_secnav_inner a:hover {
  color: #111;
}

.inq_secnav_inner a.is_active {
  font-weight: 700;
  color: var(--inq-blue);
  border-bottom-color: var(--inq-blue);
}

.inq_main {
  flex: 1;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 28px 16px 48px;
  box-sizing: border-box;
}

.inq_layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
}

.inq_sidebar_title {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: var(--inq-blue);
}

.inq_side_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--inq-line);
}

.inq_side_menu a {
  display: block;
  padding: 12px 8px;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid var(--inq-line);
}

.inq_side_menu a:hover {
  text-decoration: underline;
}

.inq_side_menu a.is_active {
  font-weight: 700;
  color: var(--inq-blue);
  background: #f0f5fb;
}

.inq_page_title {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
}

.inq_tabs {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--inq-line);
}

.inq_tab {
  flex: 1;
  text-align: center;
  padding: 14px 12px;
  font-size: 15px;
  font-weight: 600;
  color: #888;
  text-decoration: none;
  border: 1px solid var(--inq-line);
  border-bottom: none;
  margin-bottom: -1px;
  background: #fafafa;
  border-radius: 6px 6px 0 0;
}

.inq_tab + .inq_tab {
  margin-left: -1px;
}

.inq_tab.is_active {
  color: var(--inq-blue);
  background: #fff;
  border-top: 3px solid var(--inq-blue);
  padding-top: 11px;
  z-index: 1;
}

.inq_form {
  border-top: 1px solid #ccc;
}

.inq_sheet {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.inq_sheet .inq_tabs {
  margin-bottom: 0;
  border-bottom: 1px solid var(--inq-line);
}

.inq_form--boxed {
  border-top: none;
}

.inq_write_head + .inq_actions {
  padding-top: 24px;
}

.inq_row {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid var(--inq-line);
}

.inq_row--split {
  grid-template-columns: 120px 1fr 120px 1fr;
}

.inq_th {
  margin: 0;
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 500;
  background: var(--inq-label-bg);
  border-right: 1px solid var(--inq-line);
  display: flex;
  align-items: center;
}

.inq_td {
  padding: 12px;
  min-width: 0;
}

.inq_type_group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.inq_type_btn {
  padding: 8px 14px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #444;
  cursor: pointer;
}

.inq_type_btn:hover {
  border-color: var(--inq-blue);
  color: var(--inq-blue);
}

.inq_type_btn.is_active {
  background: var(--inq-blue);
  border-color: var(--inq-blue);
  color: #fff;
}

.inq_input,
.inq_textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.inq_input:focus,
.inq_textarea:focus {
  outline: 2px solid rgba(43, 102, 177, 0.35);
  border-color: var(--inq-blue);
}

.inq_input[readonly] {
  background: #f9f9f9;
  color: #333;
}

.inq_textarea {
  resize: vertical;
  min-height: 200px;
  line-height: 1.6;
}

.inq_file_tool {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.inq_file_path {
  flex: 1 1 200px;
  min-width: 0;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  background: #fafafa;
}

.inq_btn_file {
  height: 40px;
  padding: 0 16px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
}

.inq_btn_add {
  height: 40px;
  padding: 0 18px;
  border: none;
  border-radius: 4px;
  background: #555;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.inq_btn_add:hover {
  background: #333;
}

.inq_file_list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.inq_file_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  margin-top: 8px;
  border: 1px solid var(--inq-line);
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
}

.inq_file_item:hover {
  border-color: #212529;
}

.inq_page--write .inq_file_item:hover {
  border-color: #212529;
}

.inq_file_item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inq_file_remove {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 4px;
  background: #eee;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #555;
}

.inq_file_remove:hover {
  background: #ddd;
}

.inq_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 28px 0 8px;
}

.inq_btn {
  min-width: 120px;
  height: 46px;
  padding: 0 28px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.inq_btn--primary {
  border: none;
  background: var(--inq-blue);
  color: #fff;
}

.inq_btn--primary:hover {
  background: var(--inq-blue-dark);
}

.inq_btn--cancel {
  border: 1px solid #bbb;
  background: #fff;
  color: #222;
}

.inq_btn--cancel:hover {
  background: #f5f5f5;
}

.inq_write_pc_main {
  min-width: 0;
}

.inq_page--write {
  --inq-ios-blue: #007aff;
  --inq-border-cell: #dededf;
  --inq-label-figma: #f6f6f6;
  --inq-submit-blue: #2a58a8;
}

.inq_page--done {
  --inq-ios-blue: #007aff;
  --inq-border-cell: #dededf;
}

.inq_page--list {
  --inq-ios-blue: #007aff;
  --inq-border-cell: #dededf;
}

.inq_page--detail {
  --inq-ios-blue: #007aff;
  --inq-border-cell: #dededf;
  --nd-blue: #2b66b1;
  --nd-text-dark: #424649;
  --nd-list-btn: #6c757d;
}

.inq_page--write .inq_write_head,
.inq_page--done .inq_write_head,
.inq_page--list .inq_write_head,
.inq_page--detail .inq_write_head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .inq_page--write .inq_page_title,
  .inq_page--done .inq_page_title,
  .inq_page--list .inq_page_title,
  .inq_page--detail .inq_page_title,
  .faq_page.inq_page--mim .inq_page_title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #000;
  }

  .inq_page--write .inq_tabs--write,
  .inq_page--done .inq_tabs--write,
  .inq_page--list .inq_tabs--write,
  .inq_page--detail .inq_tabs--write {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 6px 6px 0 0;
    overflow: visible;
    background: transparent;
  }

  .inq_page--write .inq_tabs--write .inq_tab,
  .inq_page--done .inq_tabs--write .inq_tab,
  .inq_page--list .inq_tabs--write .inq_tab,
  .inq_page--detail .inq_tabs--write .inq_tab {
    flex: 1 1 0;
    margin: 0;
    padding: 20px 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    border-radius: 6px 6px 0 0;
    background: #fff;
    border: none;
    color: #6f7174;
    text-decoration: none;
    border-bottom: 2px solid var(--inq-ios-blue);
  }

  .inq_page--write .inq_tabs--write .inq_tab + .inq_tab,
  .inq_page--done .inq_tabs--write .inq_tab + .inq_tab,
  .inq_page--list .inq_tabs--write .inq_tab + .inq_tab,
  .inq_page--detail .inq_tabs--write .inq_tab + .inq_tab {
    margin-left: 0;
  }

  .inq_page--write .inq_tabs--write .inq_tab.is_active,
  .inq_page--done .inq_tabs--write .inq_tab.is_active,
  .inq_page--list .inq_tabs--write .inq_tab.is_active,
  .inq_page--detail .inq_tabs--write .inq_tab.is_active {
    color: var(--inq-ios-blue);
    border: 2px solid var(--inq-ios-blue);
    border-bottom-color: #fff;
    margin-bottom: -2px;
    padding-bottom: 18px;
    position: relative;
    z-index: 1;
  }

  .inq_page--write .inq_sheet {
    border: none;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .inq_page--write .inq_sheet .inq_tabs {
    margin-bottom: 40px;
    border-bottom: none;
  }

  .inq_page--write .inq_form--boxed {
    margin-top: 0;
    border: 1px solid var(--inq-border-cell);
    background: #fff;
  }

  .inq_page--write .inq_form.inq_form--boxed > .inq_row ~ .inq_row {
    border-top: 1px solid var(--inq-border-cell);
  }

  .inq_page--write .inq_th {
    width: 120px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
    background: var(--inq-label-figma);
    border-right: 1px solid var(--inq-border-cell);
    outline: none;
  }

  .inq_page--write .inq_td {
    padding: 8px;
    border-left: none;
  }

  .inq_page--write .inq_input,
  .inq_page--write .inq_textarea {
    padding: 8px 10px;
    border: 1px solid var(--inq-border-cell);
    border-radius: 0;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
  }

  .inq_page--write .inq_input::placeholder,
  .inq_page--write .inq_textarea::placeholder {
    color: #c8c9ca;
  }

  .inq_page--write .inq_textarea {
    min-height: 220px;
    border-radius: 0;
  }

  .inq_page--write .inq_type_group {
    gap: 8px;
  }

  .inq_page--write .inq_type_btn {
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    border-radius: 4px;
    border: 1px solid var(--inq-border-cell);
    background: #fff;
    color: #212529;
  }

  .inq_page--write .inq_type_btn.is_active {
    background: var(--inq-ios-blue);
    border-color: var(--inq-ios-blue);
    color: #fff;
  }

  .inq_page--write .inq_type_btn.is_active[data-value="job"] {
    background: #fff;
    border-color: var(--inq-ios-blue);
    color: var(--inq-ios-blue);
  }

  .inq_page--write .inq_type_btn:hover:not(.is_active) {
    border-color: var(--inq-border-cell);
    color: #212529;
  }

  .inq_page--write .inq_file_tool {
    align-items: stretch;
  }

  .inq_page--write .inq_file_path {
    flex: 0 1 384px;
    max-width: 384px;
    height: auto;
    min-height: 37px;
    padding: 8px 10px;
    border: 1px solid var(--inq-border-cell);
    border-radius: 0;
    font-size: 15px;
    background: #fff;
  }

  .inq_page--write .inq_btn_file {
    flex: 0 0 68px;
    width: 68px;
    min-width: 68px;
    max-width: 68px;
    height: 37px;
    padding: 4px 10px;
    box-sizing: border-box;
    border: 1px solid var(--inq-border-cell);
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #212529;
  }

  .inq_page--write .inq_btn_add {
    width: 44px;
    min-width: 44px;
    height: 37px;
    padding: 4px 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    background: #6c757d;
    color: #fff;
  }

  .inq_page--write .inq_btn_add:hover {
    background: #5a6268;
  }

  .inq_page--write .inq_actions {
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    margin-top: 0;
  }

  .inq_page--write .inq_write_head + .inq_actions {
    padding-top: 0;
  }

  .inq_page--write .inq_write_pc_main,
  .inq_page--done .inq_write_pc_main,
  .inq_page--list .inq_write_pc_main,
  .inq_page--detail .inq_write_pc_main {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .inq_page--write .inq_row--split .inq_th:nth-child(3) {
    border-left: 1px solid var(--inq-border-cell);
  }

  .inq_page--write .inq_file_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
  }

  .inq_page--write .inq_file_item {
    margin-top: 0;
    padding: 4px 10px;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--inq-border-cell);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    background: #fff;
    width: auto;
    flex: 0 1 auto;
  }

  .inq_page--write .inq_file_remove {
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    background: transparent;
    color: #212529;
    font-size: 14px;
    line-height: 16px;
  }

  .inq_page--write .inq_file_remove:hover {
    background: transparent;
    opacity: 0.7;
  }

  .inq_page--write .inq_btn {
    min-width: 0;
    height: auto;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
  }

  .inq_page--write .inq_btn--primary {
    background: var(--inq-submit-blue);
    border: none;
    color: #fff;
  }

  .inq_page--write .inq_btn--primary:hover {
    background: #234a8c;
  }

  .inq_page--write .inq_btn--cancel {
    border: 1px solid var(--inq-border-cell);
    background: #fff;
    color: #212529;
  }

  .inq_page--write .inq_btn--cancel:hover {
    background: #fafafa;
  }
}

.inq_footer {
  margin-top: auto;
  padding-top: 24px;
}

.inq_footer_social {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 20px 16px;
  background: #f3f0fa;
}

.inq_soc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.inq_soc--yt {
  background: #f00;
}

.inq_soc--ig {
  background: linear-gradient(135deg, #f09433, #bc1888);
}

.inq_soc--fb {
  background: #1877f2;
}

.inq_soc--tw {
  background: #111;
}

.inq_mo_login {
  display: none;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.inq_mo_login li {
  margin: 0;
}

.inq_mo_login a {
  display: inline-block;
  padding: 8px 22px;
  border: 1px solid #ccc;
  border-radius: 999px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.inq_footer_links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
  list-style: none;
  margin: 0 0 16px;
  padding: 0 16px;
  font-size: 13px;
}

.inq_footer_links a {
  color: #444;
  text-decoration: none;
}

.inq_footer_links a:hover {
  text-decoration: underline;
}

.inq_footer_links .inq_em {
  font-weight: 700;
}

.inq_footer_dark {
  padding: 24px 16px 32px;
  background: #2d2d2d;
}

.inq_company {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.65;
  color: #bbb;
}

.inq_company strong {
  color: #eee;
}

.inq_copy {
  margin: 0;
  font-size: 11px;
  color: #888;
}

.inq_topBtn {
  position: fixed;
  right: 16px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #888;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 50;
}

.inq_topBtn:hover {
  background: #666;
}

/* 문의내역 플레이스홀더 (inquiry_list.html) */
.inq_stub {
  padding: 48px 16px 64px;
  text-align: center;
}

.inq_stub_txt {
  margin: 0;
  font-size: 15px;
  color: #555;
}

.inq_stub_link {
  display: inline-block;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--inq-blue);
  text-decoration: none;
}

.inq_stub_link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .inq_layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .inq_sidebar {
    display: none;
  }

  .inq_topbar .inner {
    justify-content: center;
  }

  .inq_top_links--right {
    width: 100%;
    justify-content: center;
  }

  .inq_brand {
    display: none;
  }

  .inq_mo_bar {
    display: flex;
  }

  .inq_row,
  .inq_row--split {
    grid-template-columns: 1fr;
  }

  .inq_th {
    border-right: none;
    border-bottom: 1px solid var(--inq-line);
    padding-bottom: 8px;
    padding-top: 14px;
    background: var(--inq-label-bg);
    font-weight: 700;
  }

  .inq_td {
    padding-top: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--inq-line);
  }

  .inq_row:last-of-type .inq_td {
    border-bottom: none;
  }

  .inq_row--split .inq_th:nth-of-type(3),
  .inq_row--split .inq_td:nth-of-type(4) {
    margin-top: 0;
  }

  .inq_file_tool {
    flex-direction: column;
    align-items: stretch;
  }

  .inq_btn_file,
  .inq_btn_add {
    width: 100%;
  }

  .inq_mo_login {
    display: flex;
  }

  .inq_actions .inq_btn {
    flex: 1;
    min-width: 0;
  }
}

/* ========== inquiry_list.css (통합) ========== */
/* inquiry_list — 1:1 문의내역 (my_kpanews, inquiry_write.css 보조) */

.inq_visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inq_list_stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  min-width: 0;
}

.inq_list_application {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.inq_filter {
  margin-bottom: 16px;
}

.inq_page--list .inq_filter--list {
  margin-bottom: 0;
}

.inq_total {
  margin: 0 0 12px;
  font-size: 15px;
  color: #333;
}

.inq_total strong {
  color: var(--inq-blue, #2b66b1);
  font-weight: 700;
}

.inq_page--list .inq_total strong {
  color: #007aff;
}

.inq_filter_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.inq_select {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  color: #222;
}

.inq_search_row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
}

.inq_search_input {
  flex: 1 1 160px;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.inq_search_btn {
  flex: 0 0 auto;
  min-width: 72px;
  height: 42px;
  padding: 0 20px;
  border: none;
  border-radius: 4px;
  background: #222;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.inq_search_btn:hover {
  background: #000;
}

.inq_list_wrap {
  position: relative;
}

.inq_table_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.inq_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  font-size: 14px;
}

.inq_table thead th {
  padding: 12px 10px;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  color: #333;
  text-align: center;
  white-space: nowrap;
}

.inq_table tbody td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  text-align: center;
  color: #444;
}

.inq_col_title,
.inq_td_title {
  text-align: left !important;
}

.inq_td_title a {
  color: #222;
  text-decoration: none;
}

.inq_td_title a:hover {
  text-decoration: underline;
  color: var(--inq-blue, #2b66b1);
}

.inq_col_no {
  width: 56px;
}

.inq_col_cat {
  width: 140px;
}

.inq_col_status {
  width: 88px;
}

.inq_col_date {
  width: 104px;
}

.inq_status {
  display: inline-block;
  font-size: 13px;
  color: #666;
}

.inq_status--recv {
  color: #666;
}

.inq_status--done {
  color: #555;
}

.inq_empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 8px;
  background: #fafafa;
}

.inq_empty img {
  margin-bottom: 12px;
  opacity: 0.85;
}

.inq_empty p {
  margin: 0;
  font-size: 15px;
  color: #777;
}

.inq_list_application.is-empty .inq_table_scroll,
.inq_list_wrap.is-empty .inq_table_scroll {
  display: none;
}

.inq_list_application.is-empty ~ #inqPager {
  display: none;
}

.inq_list_application.is-empty .inq_empty,
.inq_list_wrap.is-empty .inq_empty {
  display: flex;
}

.inq_pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  padding-bottom: 8px;
}

.inq_pager_link,
.inq_pager_num {
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}

.inq_pager_link:hover,
.inq_pager_num:hover {
  border-color: #bbb;
  background: #f9f9f9;
}

.inq_pager_num.is_active {
  background: #333;
  border-color: #333;
  color: #fff;
  font-weight: 700;
}

/* inquiry_list — PC Figma (문의내역, ≥768px, faq_page.inq_page--list) */
@media (min-width: 768px) {
  .inq_page--list .inq_filter_toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .inq_page--list .inq_total {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #212529;
  }

  .inq_page--list .inq_filter_controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .inq_page--list .inq_filter_row {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
  }

  .inq_page--list .inq_select {
    width: 120px;
    flex: 0 0 120px;
    height: auto;
    min-height: 36px;
    padding: 8px 10px;
    border: none;
    border-radius: 0;
    outline: 1px solid #dededf;
    outline-offset: -1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    background: #fff;
    box-sizing: border-box;
  }

  .inq_page--list .inq_search_row {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch;
    margin: 0;
  }

  .inq_page--list .inq_search_input {
    width: 245px;
    flex: 0 0 245px;
    height: 36px;
    padding: 8px 10px;
    border: none;
    border-radius: 0;
    outline: 1px solid #dededf;
    outline-offset: -1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    box-sizing: border-box;
  }

  .inq_page--list .inq_search_input::placeholder {
    color: #c8c9ca;
  }

  .inq_page--list .inq_search_btn {
    flex: 0 0 auto;
    height: 36px;
    min-height: 36px;
    padding: 6px 16px;
    border: none;
    border-radius: 0;
    background: #212529;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    cursor: pointer;
    min-width: 0;
  }

  .inq_page--list .inq_search_btn:hover {
    background: #121416;
  }

  .inq_page--list .inq_table thead {
    display: none;
  }

  .inq_page--list .inq_table {
    border-top: none;
  }

  .inq_page--list .inq_table tbody tr:first-child td {
    border-top: 1px solid #dededf;
  }

  .inq_page--list .inq_table tbody td {
    padding: 12px;
    border-bottom: 1px solid #dededf;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #212529;
    background: #fff;
  }

  .inq_page--list .inq_td_title {
    font-weight: 700;
    line-height: 19.6px;
  }

  .inq_page--list .inq_td_title a {
    color: #212529;
    font-weight: 700;
  }

  .inq_page--list .inq_td_title a:hover {
    color: #212529;
    text-decoration: underline;
  }

  .inq_page--list .inq_col_no {
    width: 60px;
    box-sizing: border-box;
  }

  .inq_page--list .inq_col_cat {
    width: 160px;
    box-sizing: border-box;
  }

  .inq_page--list .inq_col_status {
    width: 100px;
    box-sizing: border-box;
  }

  .inq_page--list .inq_col_date {
    width: 120px;
    box-sizing: border-box;
  }

  .inq_page--list .inq_status {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #212529;
  }

  .inq_page--list .inq_empty {
    padding: 80px 12px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dededf;
    background: #fff;
  }

  .inq_page--list .inq_empty img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    object-fit: contain;
    opacity: 1;
  }

  .inq_page--list .inq_empty p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #6f7174;
  }

  .inq_page--list .inq_pager {
    gap: 4px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .inq_page--list .inq_pager_link,
  .inq_page--list .inq_pager_num {
    box-sizing: border-box;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: 1px solid #dededf;
    outline-offset: -1px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #9b9d9f;
    background: #fff;
  }

  .inq_page--list .inq_pager_edge {
    background: #f6f6f6;
    color: #212529;
  }

  .inq_page--list .inq_pager_num:not(.is_active) {
    color: #9b9d9f;
  }

  .inq_page--list .inq_pager_num.is_active {
    outline: none;
    background: #3c3f43;
    color: #fff;
    font-weight: 500;
  }

  .inq_page--list .inq_pager_link:hover,
  .inq_page--list .inq_pager_num:hover:not(.is_active) {
    background: #f6f6f6;
  }

  .inq_page--list .inq_pager_num.is_active:hover {
    background: #3c3f43;
  }
}

/* inquiry_list — PC 헤더(GNB), 필터 가로, 브레드크럼, 광고, MO 리스트 */
.inq_pc_head,
.inq_gnb {
  display: none;
}

@media (min-width: 768px) {
  .inq_pc_head,
  .inq_gnb {
    display: block;
  }

  .inq_brand_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 14px;
    font-size: 13px;
    color: #555;
  }

  .inq_brand_date {
    font-weight: 400;
  }

  .inq_brand_meta_links a {
    margin-left: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #c41230;
    text-decoration: none;
  }

  .inq_brand_meta_links a:hover {
    text-decoration: underline;
  }

  .inq_gnb {
    border-top: 1px solid var(--inq-line);
    border-bottom: 1px solid var(--inq-line);
    background: #fff;
  }

  .inq_gnb_inner {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 8px;
    min-height: 48px;
  }

  .inq_gnb_icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    position: relative;
  }

  .inq_gnb_icon--menu::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #333;
    box-shadow: 0 6px 0 #333, 0 12px 0 #333;
  }

  .inq_gnb_list {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .inq_gnb_list li {
    flex: 0 0 auto;
  }

  .inq_gnb_list a {
    display: block;
    padding: 14px 10px;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
  }

  .inq_gnb_list a:hover {
    color: var(--inq-blue);
  }

  .inq_gnb_actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 4px;
  }

  .inq_gnb_toggle {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    color: #444;
    cursor: pointer;
    white-space: nowrap;
  }

  .inq_filter--list .inq_filter_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  .inq_filter--list .inq_total {
    margin-bottom: 0;
  }

  .inq_filter--list .inq_filter_controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    flex: 1;
    min-width: 0;
  }

  .inq_filter--list .inq_filter_row {
    display: flex;
    width: auto;
    margin-bottom: 0;
    gap: 10px;
  }

  .inq_filter--list .inq_filter_row .inq_select {
    width: 160px;
  }

  .inq_filter--list .inq_search_row {
    flex: 1 1 280px;
    max-width: 420px;
  }
}

.inq_page--list .inq_crumb--list,
.inq_page--write .inq_crumb--write,
.inq_page--done .inq_crumb--done {
  display: none;
  margin: 0 auto;
  padding: 10px 16px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #eee;
  max-width: 1200px;
}

.inq_page--list .inq_crumb--list .inq_crumb_sep,
.inq_page--write .inq_crumb--write .inq_crumb_sep,
.inq_page--done .inq_crumb--done .inq_crumb_sep {
  margin: 0 6px;
  color: #bbb;
}

@media (max-width: 767px) {
  .inq_page--list .inq_ticker,
  .inq_page--write .inq_ticker,
  .inq_page--done .inq_ticker,
  .inq_page--detail .inq_ticker,
  .inq_page--mim .inq_ticker,
  .inq_page--points .inq_ticker {
    display: none;
  }

  .inq_page--list .inq_crumb--list,
  .inq_page--write .inq_crumb--write,
  .inq_page--done .inq_crumb--done {
    display: block;
  }

  .inq_page--list .inq_top_links--right,
  .inq_page--write .inq_top_links--right,
  .inq_page--done .inq_top_links--right,
  .inq_page--detail .inq_top_links--right,
  .inq_page--mim .inq_top_links--right,
  .inq_page--points .inq_top_links--right {
    display: none;
  }

  .inq_page--list .inq_topbar .inner,
  .inq_page--write .inq_topbar .inner,
  .inq_page--done .inq_topbar .inner,
  .inq_page--detail .inq_topbar .inner,
  .inq_page--mim .inq_topbar .inner,
  .inq_page--points .inq_topbar .inner {
    justify-content: center;
  }

  .inq_page--list .inq_mo_login,
  .inq_page--write .inq_mo_login,
  .inq_page--done .inq_mo_login,
  .inq_page--detail .inq_mo_login,
  .inq_page--mim .inq_mo_login,
  .inq_page--points .inq_mo_login {
    display: flex;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
    padding: 0;
    background: #3a3a3a;
    border-radius: 0;
    gap: 0;
    overflow: hidden;
  }

  .inq_page--list .inq_mo_login li,
  .inq_page--write .inq_mo_login li,
  .inq_page--done .inq_mo_login li,
  .inq_page--detail .inq_mo_login li,
  .inq_page--mim .inq_mo_login li,
  .inq_page--points .inq_mo_login li {
    flex: 1;
    margin: 0;
    text-align: center;
    border-right: 1px solid #555;
  }

  .inq_page--list .inq_mo_login li:last-child,
  .inq_page--write .inq_mo_login li:last-child,
  .inq_page--done .inq_mo_login li:last-child,
  .inq_page--detail .inq_mo_login li:last-child,
  .inq_page--mim .inq_mo_login li:last-child,
  .inq_page--points .inq_mo_login li:last-child {
    border-right: none;
  }

  .inq_page--list .inq_mo_login a,
  .inq_page--write .inq_mo_login a,
  .inq_page--done .inq_mo_login a,
  .inq_page--detail .inq_mo_login a,
  .inq_page--mim .inq_mo_login a,
  .inq_page--points .inq_mo_login a {
    display: block;
    padding: 12px 16px;
    border: none;
    border-radius: 0;
    color: #fff;
    background: transparent;
    font-size: 14px;
  }
}

.inq_side_ad {
  margin-top: 16px;
  width: 120px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  border: 1px dashed #ccc;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999;
  box-sizing: border-box;
}

.inq_side_ad:has(> img) {
  border: none;
  background: transparent;
  padding: 0;
  display: block;
  overflow: hidden;
}

.inq_side_ad img {
  display: block;
  width: 120px;
  height: 240px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .inq_side_ad {
    display: none;
  }
}

.inq_mo_ad_plh {
  display: none;
  margin-top: 20px;
  width: 100%;
  max-width: 300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border: 1px dashed #ddd;
  background: #f0f0f0;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #aaa;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .inq_mo_ad_plh {
    display: flex;
  }
}

/* 1:1 문의 작성 — 모바일 Figma (≤767px, PC 규칙은 min-width:768 전용) */
@media (max-width: 767px) {
  .inq_page--write .faq_pc_wrap,
  .inq_page--list .faq_pc_wrap,
  .inq_page--detail .faq_pc_wrap {
    display: block;
  }

  .inq_page--write .inq_write_pc_main,
  .inq_page--list .inq_write_pc_main,
  .inq_page--detail .inq_write_pc_main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .inq_page--write .inq_write_pc_main {
    gap: 40px;
  }

  /* 문의내역 모바일 — 제목·탭과 본문 사이 24px (Figma Product Card) */
  .inq_page--list .inq_write_pc_main,
  .inq_page--detail .inq_write_pc_main {
    gap: 24px;
  }

  .inq_page--write .inq_write_head,
  .inq_page--list .inq_write_head,
  .inq_page--detail .inq_write_head {
    gap: 16px;
  }

  .inq_page--write .inq_page_title,
  .inq_page--list .inq_page_title,
  .inq_page--detail .inq_page_title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #000;
  }

  .inq_page--write .inq_sheet {
    border: none;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .inq_page--write .inq_sheet .inq_tabs {
    margin-bottom: 40px;
    border-bottom: none;
  }

  .inq_page--write .inq_tabs--write,
  .inq_page--list .inq_tabs--write,
  .inq_page--detail .inq_tabs--write {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: transparent;
  }

  .inq_page--write .inq_tabs--write .inq_tab,
  .inq_page--list .inq_tabs--write .inq_tab,
  .inq_page--detail .inq_tabs--write .inq_tab {
    flex: 1 1 0;
    margin: 0;
    padding: 10px 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    border-radius: 4px 4px 0 0;
    background: #fff;
    border: none;
    color: #6f7174;
    text-decoration: none;
    border-bottom: 2px solid #007aff;
  }

  .inq_page--write .inq_tabs--write .inq_tab + .inq_tab,
  .inq_page--list .inq_tabs--write .inq_tab + .inq_tab,
  .inq_page--detail .inq_tabs--write .inq_tab + .inq_tab {
    margin-left: 0;
  }

  .inq_page--write .inq_tabs--write .inq_tab.is_active,
  .inq_page--list .inq_tabs--write .inq_tab.is_active,
  .inq_page--detail .inq_tabs--write .inq_tab.is_active {
    color: #007aff;
    border: 2px solid #007aff;
    border-bottom-color: #fff;
    margin-bottom: -2px;
    padding: 10px 8px 8px;
    position: relative;
    z-index: 1;
  }

  .inq_page--write .inq_tabs--write .inq_tab.is_active {
    padding: 10px 6px 8px;
  }

  .inq_page--done .faq_pc_wrap {
    display: block;
  }

  /* inquiry_write_com 모바일 — 제목·탭 블록과 완료 패널 사이 24px (Figma Product Card) */
  .inq_page--done .inq_write_pc_main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .inq_page--done .inq_write_head {
    gap: 16px;
  }

  .inq_page--done .inq_page_title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #000;
  }

  .inq_page--done .inq_tabs--write {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: transparent;
  }

  /* 탭 Small — 14px / 400 / 18.2px, 패딩 10px 8px, 상단 라운드 4px */
  .inq_page--done .inq_tabs--write .inq_tab {
    flex: 1 1 0;
    margin: 0;
    padding: 10px 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    border-radius: 4px 4px 0 0;
    background: #fff;
    border: none;
    color: #6f7174;
    text-decoration: none;
    border-bottom: 2px solid #007aff;
  }

  .inq_page--done .inq_tabs--write .inq_tab + .inq_tab {
    margin-left: 0;
  }

  .inq_page--done .inq_tabs--write .inq_tab.is_active {
    color: #007aff;
    border: 2px solid #007aff;
    border-bottom-color: #fff;
    margin-bottom: -2px;
    padding: 10px 8px 8px;
    position: relative;
    z-index: 1;
  }

  .inq_page--done .inq_done_panel {
    padding: 40px 24px;
    outline: none;
    border: 1px solid #dededf;
    background: #fff;
  }

  .inq_page--done .inq_done {
    gap: 24px;
  }

  .inq_page--done .inq_done_icon {
    width: 80px;
    height: 80px;
  }

  .inq_page--done .inq_done_icon img {
    max-width: 42px;
    max-height: 44px;
  }

  .inq_page--done .inq_done_msg {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #2a58a8;
  }

  .inq_page--done .inq_done_btn {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
  }

  .inq_page--write .inq_form--boxed {
    margin-top: 0;
    border: 1px solid #dededf;
    background: #fff;
  }

  .inq_page--write .inq_row,
  .inq_page--write .inq_row--split {
    grid-template-columns: 80px 1fr;
  }

  .inq_page--write .inq_form.inq_form--boxed > .inq_row ~ .inq_row {
    border-top: 1px solid #dededf;
  }

  .inq_page--write .inq_row--split .inq_th:first-child,
  .inq_page--write .inq_row--split .inq_td:nth-child(2) {
    border-bottom: 1px solid #dededf;
  }

  .inq_page--write .inq_th {
    border-right: 1px solid #dededf;
    border-bottom: none;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
    background: #f6f6f6;
  }

  .inq_page--write .inq_td {
    padding: 8px;
    border-bottom: none;
    border-right: none;
  }

  .inq_page--write .inq_input,
  .inq_page--write .inq_textarea {
    padding: 8px 10px;
    border: 1px solid #dededf;
    border-radius: 0;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
    background: #fff;
  }

  .inq_page--write .inq_input::placeholder,
  .inq_page--write .inq_textarea::placeholder {
    color: #c8c9ca;
  }

  .inq_page--write .inq_textarea {
    min-height: 160px;
    border-radius: 0;
  }

  .inq_page--write .inq_type_group {
    gap: 4px;
  }

  .inq_page--write .inq_type_btn {
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    border-radius: 4px;
    border: 1px solid #dededf;
    background: #fff;
    color: #212529;
  }

  .inq_page--write .inq_type_btn.is_active {
    background: #007aff;
    border-color: #007aff;
    color: #fff;
  }

  .inq_page--write .inq_type_btn:hover:not(.is_active) {
    border-color: #dededf;
    color: #212529;
  }

  .inq_page--write .inq_file_path {
    display: none;
  }

  .inq_page--write .inq_file_tool {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
  }

  .inq_page--write .inq_btn_file {
    flex: 0 0 68px;
    width: 68px;
    min-width: 68px;
    max-width: 68px;
    height: 37px;
    padding: 4px 10px;
    box-sizing: border-box;
    border: 1px solid #dededf;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #212529;
  }

  .inq_page--write .inq_btn_add {
    flex: 0 0 44px;
    width: 44px;
    height: 37px;
    padding: 4px 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    background: #6c757d;
    color: #fff;
  }

  .inq_page--write .inq_btn_add:hover {
    background: #5a6268;
  }

  .inq_page--write .inq_file_list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-top: 8px;
    width: 100%;
  }

  .inq_page--write .inq_file_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 4px 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dededf;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    background: #fff;
  }

  .inq_page--write .inq_file_item span {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  .inq_page--write .inq_file_remove {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    background: transparent;
    color: #212529;
    font-size: 14px;
    line-height: 16px;
  }

  .inq_page--write .inq_file_remove:hover {
    background: transparent;
    opacity: 0.7;
  }

  .inq_page--write .inq_write_head + .inq_actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    margin-top: 0;
  }

  .inq_page--write .inq_write_head + .inq_actions .inq_btn {
    flex: 0 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    height: auto;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
  }

  .inq_page--write .inq_btn--primary {
    background: #2a58a8;
    border: none;
    color: #fff;
  }

  .inq_page--write .inq_btn--primary:hover {
    background: #234a8c;
  }

  .inq_page--write .inq_btn--cancel {
    border: 1px solid #dededf;
    background: #fff;
    color: #212529;
  }

  .inq_page--write .inq_btn--cancel:hover {
    background: #fafafa;
  }
}

@media (max-width: 767px) {
  .inq_filter_row {
    grid-template-columns: 1fr 1fr;
  }

  /* 문의내역 모바일 Figma — 필터 세로·건수 14px, 셀렉트/검색 */
  .inq_page--list .inq_list_application {
    gap: 24px;
  }

  .inq_page--list .inq_filter_toolbar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .inq_page--list .inq_total {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: #212529;
  }

  .inq_page--list .inq_filter_controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .inq_page--list .inq_filter_row {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 0;
  }

  .inq_page--list .inq_select {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 36px;
    padding: 8px 10px;
    border: none;
    border-radius: 0;
    outline: 1px solid #dededf;
    outline-offset: -1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    background: #fff;
    box-sizing: border-box;
  }

  .inq_page--list .inq_search_row {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: stretch;
    margin: 0;
  }

  .inq_page--list .inq_search_input {
    flex: 1 1 0;
    min-width: 0;
    height: 36px;
    padding: 8px 10px;
    border: none;
    border-radius: 0;
    outline: 1px solid #dededf;
    outline-offset: -1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    box-sizing: border-box;
  }

  .inq_page--list .inq_search_input::placeholder {
    color: #c8c9ca;
  }

  .inq_page--list .inq_search_btn {
    flex: 0 0 auto;
    height: 36px;
    min-height: 36px;
    min-width: 72px;
    padding: 6px 16px;
    border: none;
    border-radius: 0;
    background: #212529;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    box-sizing: border-box;
  }

  .inq_page--list .inq_search_btn:hover {
    background: #121416;
  }

  .inq_page--list .inq_table {
    border-top: none;
  }

  .inq_page--list .inq_table thead {
    display: none;
  }

  /* 카드형 목록: 제목 → 분류 | 상태 · 날짜 (Figma Notification: 분류 좌측, 상태·날짜 우측) */
  .inq_page--list .inq_table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
  }

  .inq_page--list .inq_table tbody tr:first-child {
    border-top: 1px solid #f2f2f2;
  }

  .inq_page--list .inq_table tbody td {
    display: block;
    padding: 0;
    border: none;
    text-align: left !important;
    box-sizing: border-box;
  }

  .inq_page--list .inq_table tbody td:nth-child(1) {
    display: none;
  }

  .inq_page--list .inq_table tbody td:nth-child(3) {
    flex: 1 0 100%;
    order: 1;
    font-weight: 700;
    font-size: 14px;
    line-height: 19.6px;
    color: #000;
    min-width: 0;
  }

  .inq_page--list .inq_table tbody td:nth-child(3) a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .inq_page--list .inq_table tbody td:nth-child(2) {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    color: #424649;
  }

  .inq_page--list .inq_table tbody td:nth-child(4) {
    order: 2;
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    color: #424649;
    white-space: nowrap;
  }

  .inq_page--list .inq_table tbody td:nth-child(4)::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #dededf;
    flex-shrink: 0;
  }

  .inq_page--list .inq_table tbody td:nth-child(5) {
    order: 2;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    color: #424649;
    white-space: nowrap;
  }

  .inq_page--list .inq_status {
    font-size: inherit;
    font-weight: 400;
    color: inherit;
  }

  .inq_page--list .inq_empty {
    padding: 48px 16px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
  }

  .inq_page--list .inq_empty img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    opacity: 1;
    object-fit: contain;
  }

  .inq_page--list .inq_empty p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #6f7174;
  }

  .inq_page--list .inq_pager {
    gap: 4px;
    margin-top: 0;
    padding-bottom: 0;
    justify-content: center;
  }

  .inq_page--list .inq_pager_link,
  .inq_page--list .inq_pager_num {
    box-sizing: border-box;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: 1px solid #dededf;
    outline-offset: -1px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #9b9d9f;
    background: #fff;
  }

  .inq_page--list .inq_pager_edge {
    background: #f6f6f6;
    color: #212529;
  }

  .inq_page--list .inq_pager_num:not(.is_active) {
    color: #9b9d9f;
  }

  .inq_page--list .inq_pager_num.is_active {
    outline: none;
    background: #3c3f43;
    color: #fff;
    font-weight: 500;
  }

  .inq_page--list .inq_pager_link:hover,
  .inq_page--list .inq_pager_num:hover:not(.is_active) {
    background: #f6f6f6;
  }

  .inq_page--list .inq_pager_num.is_active:hover {
    background: #3c3f43;
  }

  /* 모바일 Figma: 페이지 숫자 5개 노출 */
  .inq_page--list #inqPager .inq_pager_num--mo-hide {
    display: none;
  }
}

/* ========== estate_mgt_regist — Figma mobile (375px) ========== */
@media (max-width: 767px) {
  .emreg_page .rc_filter_bar--pc,
  .emreg_page .rc_sidebar,
  .emreg_page .rc_page_heading--pc {
    display: none !important;
  }

  .emreg_page .inq_main.inner {
    padding-top: 24px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .emreg_page .rml_head.eml_head {
    margin-bottom: 24px;
  }

  .emreg_page .rml_page_title.eml_page_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #212529;
    margin: 0 0 24px;
  }

  .emreg_page .rmreg_title_field {
    margin-bottom: 24px;
  }

  .emreg_page .rmreg_title_field .rmreg_vh {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .emreg_page .rmreg_input--title {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
  }

  .emreg_page .rmreg_input--title::placeholder {
    color: #c8c9ca;
  }

  .emreg_page .rmreg_tbl.emreg_tbl,
  .inq_page.rc_page.ij_page.emreg_page.rmreg_page .rmreg_tbl.emreg_tbl {
    border: 1px solid #dededf !important;
    background: #fff;
    box-sizing: border-box;
  }

  .emreg_page .rmreg_tbl_row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #dededf;
    box-sizing: border-box;
  }

  .emreg_page .rmreg_tbl_row:last-child {
    border-bottom: none;
  }

  .emreg_page .rmreg_tbl_item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .emreg_page .rmreg_tbl_row .rmreg_tbl_item + .rmreg_tbl_item {
    border-top: 1px solid #dededf;
  }

  .emreg_page .rmreg_tbl_item--full {
    width: 100%;
  }

  .emreg_page .rmreg_tbl_th {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    min-height: auto;
    padding: 12px 8px;
    background: #f6f6f6;
    border: none;
    border-right: 1px solid #dededf;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .emreg_page .rmreg_tbl_th .rmreg_req {
    color: #dc3545;
  }

  .emreg_page .rmreg_tbl_td {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    width: auto;
    padding: 8px;
    border: none;
    background: #fff;
    box-sizing: border-box;
  }


  .emreg_page .emreg_chk_grp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 4px;
  }

  .emreg_page .emreg_chk_grp--commercial {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    justify-items: start;
    gap: 8px 12px;
    width: 100%;
  }

  .emreg_page .emreg_chk_grp--commercial .rmreg_chk {
    justify-self: start;
    width: 100%;
  }

  .emreg_page .rmreg_chk_grp .rmreg_chk {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    cursor: pointer;
  }

  .emreg_page .rmreg_chk_grp .rmreg_chk input {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    accent-color: #ff509f;
  }

  .emreg_page .rmreg_addr {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_addr_row--main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 4px;
    width: 100%;
  }

  .emreg_page .emreg_addr_row--main .rmreg_input--zip {
    flex: 1 1 0;
    min-width: 0;
    max-width: 140px;
  }

  .emreg_page .emreg_btn_zip {
    flex: 0 0 auto;
    min-width: 68px;
    height: 37px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 18.2px;
    box-sizing: border-box;
  }

  .emreg_page .emreg_addr_row--main .rmreg_input {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
  }

  .emreg_page .emreg_addr_row--main .rmreg_input::placeholder {
    color: #c8c9ca;
  }

  .emreg_page .emreg_addr_sub {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_addr_sub_head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .emreg_page .emreg_addr_sub_head .rmreg_chk {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    cursor: pointer;
  }

  .emreg_page .emreg_addr_sub_head .rmreg_chk input {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    accent-color: #ff509f;
  }

  .emreg_page .emreg_addr_sub {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .rmreg_btn.emreg_btn_more,
  .emreg_page .emreg_btn_more {
    flex: 0 0 auto;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #2a58a8;
    background: #eaeef6;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .emreg_page .emreg_addr_note {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    font-size: 12px;
    line-height: 15.6px;
    color: #6f7174;
  }

  .emreg_page .emreg_addr_note_mark {
    flex-shrink: 0;
  }

  .emreg_page .emreg_scale {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  /* 규모(층수) - 자유형 2줄 배치 */
  .emreg_page .emreg_scale--floors {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .rmreg_tbl_td--free {
    align-items: flex-start;
  }

  .emreg_page .emreg_scale--floors .emreg_scale_row {
    width: 100%;
  }

  .emreg_page .emreg_scale_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
  }

  .emreg_page .emreg_scale_row--area {
    width: 100%;
    gap: 4px 8px;
    border-right: 1px solid #dededf;
    border-bottom: 1px solid #dededf;
    box-sizing: border-box;
  }

  .emreg_page .emreg_scale_row--area .emreg_input--area {
    flex: 0 0 80px;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }

  .emreg_page .emreg_scale_row .rmreg_input--sm {
    width: 80px;
    flex: 0 0 auto;
    min-width: 0;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19.5px;
    text-align: right;
  }

  .emreg_page .emreg_scale_row .rmreg_sel {
    flex: 1 1 0;
    min-width: 0;
    max-width: 200px;
    height: 37px;
    box-sizing: border-box;
    font-size: 15px;
    color: #212529;
  }

  .emreg_page .emreg_scale_txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    white-space: nowrap;
  }

  .emreg_page .emreg_input--area-pyeong {
    border: 1px solid #dededf;
    font-size: 16px;
    line-height: 20.8px;
    color: #999999;
    text-align: left;
  }

  .emreg_page .emreg_input--area-sqm {
    border: 1px solid #dededf;
    font-size: 15px;
    line-height: 19.5px;
    color: #c8c9ca;
  }

  .emreg_page .emreg_deal {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  /* 매물구분(MO): 1행(임대/매매) + 2행(권리금/협의) */
  .emreg_page .emreg_deal_divider {
    display: none;
  }

  .emreg_page .emreg_deal_radio {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .emreg_page .emreg_deal_chk {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .emreg_page .emreg_deal_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .emreg_page .emreg_deal_radio,
  .emreg_page .emreg_deal_chk {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    cursor: pointer;
  }

  .emreg_page .emreg_deal_radio input,
  .emreg_page .emreg_deal_chk input {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    accent-color: #ff509f;
  }

  .emreg_page .emreg_deal_divider {
    width: 100%;
    height: 1px;
    background: #dededf;
    margin: 4px 0;
  }

  .emreg_page .emreg_rent {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_rent_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_rent .emreg_input--price {
    flex: 1 1 0;
    min-width: 0;
    max-width: 200px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19.5px;
    text-align: right;
  }

  .emreg_page .emreg_rent_note {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    font-size: 12px;
    line-height: 15.6px;
    color: #6f7174;
  }

  .emreg_page .emreg_rent_note_txt {
    flex: 1 1 0;
    min-width: 0;
  }

  .emreg_page .emreg_rent_divider {
    width: 100%;
    height: 1px;
    background: #dededf;
    margin: 4px 0;
  }

  .emreg_page .emreg_photo {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_photo_upload {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_photo_fname {
    flex: 1 1 0;
    min-width: 0;
    height: 37px;
    padding: 8px 10px;
    border: 1px solid #dededf;
    border-radius: 0;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
    box-sizing: border-box;
  }

  .emreg_page .emreg_photo_file .rmreg_btn_line--sm {
    flex: 0 0 68px;
    width: 68px;
    min-width: 68px;
    height: 37px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 18.2px;
    box-sizing: border-box;
  }

  .emreg_page .emreg_photo_notes {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .emreg_page .emreg_photo_notes li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 12px;
    line-height: 15.6px;
    color: #6f7174;
  }

  .emreg_page .emreg_photo_notes_mark {
    flex-shrink: 0;
  }

  .emreg_page .emreg_photo_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_photo_preview {
    position: relative;
    flex: 0 0 auto;
    width: 288px;
    max-width: 100%;
    height: 150px;
    background: #f6f6f6;
    overflow: hidden;
  }

  .emreg_page .emreg_photo_del {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    background: #000;
    cursor: pointer;
  }

  .emreg_page .emreg_photo_del img {
    display: block;
    width: 16px;
    height: 16px;
  }

  .emreg_page .emreg_textarea {
    width: 100%;
    min-height: 111px;
    padding: 8px 10px;
    border: 1px solid #dededf;
    border-radius: 0;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
    box-sizing: border-box;
    resize: vertical;
  }

  .emreg_page .emreg_textarea::placeholder {
    color: #c8c9ca;
  }

  .emreg_page .emreg_detail_notes {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .emreg_page .emreg_detail_notes li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 12px;
    line-height: 15.6px;
    color: #6f7174;
  }

  .emreg_page .emreg_detail_notes_mark {
    flex-shrink: 0;
  }

  .emreg_page .emreg_date_row {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
  }

  .emreg_page .emreg_date_box {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    height: 37px;
    padding: 8px 10px;
    border: 1px solid #dededf;
    border-radius: 0;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
    box-sizing: border-box;
  }

  .emreg_page .emreg_date_sep {
    flex-shrink: 0;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
  }

  .emreg_page .emreg_contact_tbl {
    display: block;
    width: 100%;
    border: none;
    border-collapse: collapse;
  }

  .emreg_page .emreg_contact_tbl thead {
    display: none;
  }

  .emreg_page .emreg_contact_tbl tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .emreg_page .emreg_contact_tbl tr {
    display: flex;
    flex-direction: column;
    border: none;
  }

  .emreg_page .emreg_contact_tbl th,
  .emreg_page .emreg_contact_tbl td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    text-align: left;
    box-sizing: border-box;
  }

  .emreg_page .emreg_contact_tbl tbody tr {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dededf;
  }

  .emreg_page .emreg_contact_tbl tbody tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .emreg_page .emreg_contact_tbl th {
    width: 100%;
    min-width: 0;
    padding: 12px;
    background: #f6f6f6;
    border: 1px solid #dededf;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
    box-sizing: border-box;
  }

  .emreg_page .emreg_contact_tbl th .rmreg_req {
    color: #dc3545;
  }

  .emreg_page .emreg_contact_tbl td {
    padding: 8px;
    background: #fff;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
  }

  .emreg_page .emreg_contact_tbl .rmreg_input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
  }

  .emreg_page .emreg_contact_tbl .rmreg_input::placeholder {
    color: #c8c9ca;
  }

  .emreg_page .emreg_contact_tbl .rmreg_chk {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    cursor: pointer;
  }

  .emreg_page .emreg_contact_tbl .rmreg_chk input {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    accent-color: #ff509f;
  }

  .emreg_page .emreg_sel--product {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
  }

  .emreg_page .emreg_terms {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
  }

  .emreg_page .emreg_terms .rmreg_chk {
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    cursor: pointer;
  }

  .emreg_page .emreg_terms .rmreg_chk input {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    accent-color: #ff509f;
  }

  .emreg_page .emreg_form_actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #dededf;
  }

  .emreg_page .emreg_form_actions .rmreg_btn {
    width: 100%;
    max-width: none;
    height: 48px;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    border-radius: 0;
    box-sizing: border-box;
  }

  .emreg_page .emreg_form_actions .rmreg_btn--primary {
    background: #2a58a8;
    color: #fff;
    border: none;
  }

  .emreg_page .emreg_form_actions .rmreg_btn--line {
    background: #fff;
    color: #212529;
    border: 1px solid #dededf;
  }

  .emreg_page .emreg_form_actions .rmreg_btn--line:hover {
    background: #fafafa;
  }
}
  .inq_search_row {
    flex-direction: column;
  }

  .inq_search_btn {
    width: 100%;
  }

  .inq_page--list .inq_search_row {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .inq_page--list .inq_search_btn {
    width: auto;
  }

  .inq_page--list .inq_pager {
    flex-wrap: nowrap;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 4px;
    padding-bottom: 12px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* 문의 작성 모바일 Figma: 확인·취소 가로 배치 유지 */
  .inq_page--write .inq_write_head + .inq_actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }

  .inq_page--write .inq_write_head + .inq_actions .inq_btn {
    width: auto;
    max-width: none;
    flex: 0 1 auto;
  }

  .inq_page--write .inq_file_tool {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
  }

  .inq_page--write .inq_btn_file,
  .inq_page--write .inq_btn_add {
    width: auto;
  }

/* ========== inquiry_detail.css (통합) ========== */
/* inquiry_detail — 1:1 문의 상세 (my_kpanews, inquiry_write.css 보조) */

.inq_crumb {
  display: none;
  margin: 0 auto;
  padding: 10px 16px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #eee;
  max-width: 1200px;
}

.inq_crumb a {
  color: #555;
  text-decoration: none;
}

.inq_crumb a:hover {
  text-decoration: underline;
}

.inq_crumb_sep {
  margin: 0 6px;
  color: #bbb;
}

.inq_crumb_here {
  color: #333;
}

@media (max-width: 767px) {
  .inq_crumb {
    display: block;
  }
}

@media (min-width: 768px) {
  .inq_crumb {
    display: none;
  }
}

.inq_sheet--detail {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 0;
}

.inq_sheet--detail .inq_tabs {
  margin-bottom: 0;
}

.inq_sheet--detail .inq_detail_article {
  padding: 16px 16px 8px;
}

.inq_sheet--detail .inq_detail_table_wrap {
  border-top: none;
}

@media (min-width: 768px) {
  .inq_sheet--detail .inq_detail_article {
    padding: 20px 24px 12px;
  }

  .inq_detail_tbl tr.inq_detail_tr--mo-only {
    display: none;
  }

  /* inquiry_detail — PC Figma (faq_page.inq_page--detail, ≥768px) */
  .faq_page.inq_page--detail .inq_detail_article {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    min-width: 0;
  }

  .faq_page.inq_page--detail .inq_detail_section {
    margin-bottom: 40px;
  }

  .faq_page.inq_page--detail .inq_block_title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    color: #000;
  }

  .faq_page.inq_page--detail .inq_detail_table_wrap {
    margin-bottom: 0;
    border-top: none;
    overflow: visible;
  }

  .faq_page.inq_page--detail .inq_detail_tbl {
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .faq_page.inq_page--detail .inq_detail_tbl th {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    box-sizing: border-box;
    padding: 12px;
    background: #f6f6f6;
    border: 1px solid #dededf;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
  }

  .faq_page.inq_page--detail .inq_detail_tbl td {
    padding: 12px;
    border: 1px solid #dededf;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    vertical-align: middle;
  }

  .faq_page.inq_page--detail .inq_detail_tbl td:last-child {
    border-right: 1px solid #dededf;
  }

  .faq_page.inq_page--detail .inq_detail_tr--body th {
    vertical-align: middle;
  }

  .faq_page.inq_page--detail .inq_detail_tr--body td {
    vertical-align: top;
  }

  .faq_page.inq_page--detail .inq_detail_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .faq_page.inq_page--detail .inq_detail_body p {
    margin: 0;
  }

  .faq_page.inq_page--detail .inq_detail_figure {
    margin: 0;
  }

  .faq_page.inq_page--detail .inq_detail_figure img {
    display: block;
    width: 200px;
    height: 150px;
    max-width: none;
    object-fit: cover;
    border-radius: 4px;
    border: none;
  }

  .faq_page.inq_page--detail .inq_answer {
    margin-bottom: 64px;
  }

  .faq_page.inq_page--detail .inq_answer_box {
    padding: 24px;
    border: none;
    border-radius: 6px;
    background: #eaeef6;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
  }

}

.inq_detail_article {
  padding-top: 4px;
}

.faq_page.inq_page--detail .inq_detail_article {
  padding-top: 0;
}

.inq_block_title {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

.inq_detail_table_wrap {
  overflow-x: auto;
  margin-bottom: 28px;
  border-top: 1px solid #ccc;
}

.inq_detail_tbl {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}

.inq_detail_tbl th {
  padding: 12px 14px;
  background: var(--inq-label-bg, #f5f5f5);
  border-bottom: 1px solid var(--inq-line, #e5e5e5);
  border-right: 1px solid var(--inq-line, #e5e5e5);
  font-weight: 600;
  color: #444;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.inq_detail_tbl td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--inq-line, #e5e5e5);
  border-right: 1px solid var(--inq-line, #e5e5e5);
  color: #222;
  vertical-align: middle;
  line-height: 1.55;
}

.inq_detail_tbl td:last-child {
  border-right: none;
}

.inq_detail_tr--pair .inq_detail_th_pair {
  border-left: 1px solid var(--inq-line, #e5e5e5);
}

.inq_detail_body p {
  margin: 0 0 16px;
}

.inq_detail_body p:last-child {
  margin-bottom: 0;
}

.inq_detail_figure {
  margin: 16px 0 0;
  padding: 0;
}

.inq_detail_figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}

.inq_answer {
  margin-bottom: 28px;
}

.inq_answer_box {
  padding: 18px 20px;
  border-radius: 8px;
  background: #eef5fb;
  border: 1px solid #cfe0f2;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.inq_answer_box p {
  margin: 0;
}

.inq_neighbor {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 20px 0 8px;
  border-top: 1px solid #eee;
}

.inq_neighbor_prev {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: left;
}

.inq_neighbor_prev:hover {
  color: var(--inq-blue, #2b66b1);
  text-decoration: none;
}

.inq_neighbor_prev:hover .inq_neighbor_txt {
  text-decoration: underline;
}

.inq_neighbor_prev .inq_neighbor_txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
  text-decoration: none;
}

.inq_neighbor_icon {
  flex-shrink: 0;
  font-size: 14px;
  color: var(--inq-blue, #2b66b1);
}

.inq_neighbor_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #444;
  text-decoration: none;
  justify-self: center;
}

.inq_neighbor_list:hover {
  background: #222;
}

.inq_neighbor_list_bars {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
}

.inq_neighbor_next {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  font-size: 14px;
  color: #666;
  text-align: right;
}

.inq_neighbor_next.is-muted {
  color: #999;
}

.inq_neighbor_next .inq_neighbor_txt {
  text-decoration: none;
}

.inq_neighbor_next:not(.is-muted):hover .inq_neighbor_txt {
  text-decoration: underline;
}

.inq_neighbor_next.is-muted .inq_neighbor_txt {
  text-decoration: none;
}

.inq_neighbor_next.is-muted:hover .inq_neighbor_txt {
  text-decoration: underline;
  color: #999;
}

@media (max-width: 767px) {
  .inq_detail_tbl {
    min-width: 0;
  }

  .inq_detail_tbl thead {
    display: none;
  }

  .inq_detail_tbl tbody tr {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
  }

  .inq_detail_tbl tbody tr.inq_detail_tr--pair {
    padding: 12px 0;
  }

  .inq_detail_tbl th,
  .inq_detail_tbl td {
    display: block;
    width: 100%;
    border-right: none;
    box-sizing: border-box;
  }

  .inq_detail_tbl th {
    border-bottom: none;
    padding-bottom: 6px;
    padding-top: 12px;
  }

  .inq_detail_tbl td {
    border-bottom: none;
    padding-top: 4px;
    padding-bottom: 12px;
  }

  .inq_detail_tr--pair th.inq_detail_th_pair {
    border-left: none;
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding-top: 14px;
  }

  .inq_detail_tr--pair th.inq_detail_th_pair:first-of-type {
    margin-top: 0;
    padding-top: 12px;
    border-top: none;
  }

  .inq_detail_tr--body td {
    padding-top: 8px;
  }

  .inq_neighbor {
    grid-template-columns: 1fr;
    justify-items: stretch;
    text-align: center;
  }

  .inq_neighbor_prev {
    justify-self: stretch;
    justify-content: flex-start;
    order: 1;
  }

  .inq_neighbor_prev .inq_neighbor_txt {
    white-space: normal;
    max-width: none;
  }

  .inq_neighbor_list {
    order: 2;
    justify-self: center;
    margin: 8px auto;
  }

  .inq_neighbor_next {
    order: 3;
    justify-self: stretch;
    justify-content: flex-end;
  }

  /* inquiry_detail — 모바일 Figma (.faq_page.inq_page--detail, ≤767px) */
  .faq_page.inq_page--detail .inq_detail_tr--pc-only {
    display: none !important;
  }

  .faq_page.inq_page--detail .inq_detail_article {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 0;
  }

  .faq_page.inq_page--detail .inq_detail_section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 24px;
  }

  .faq_page.inq_page--detail .inq_block_title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #000;
  }

  .faq_page.inq_page--detail .inq_detail_table_wrap {
    margin-bottom: 0;
    border-top: none;
    overflow: visible;
  }

  .faq_page.inq_page--detail .inq_detail_tbl {
    display: table;
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .faq_page.inq_page--detail .inq_detail_tbl tbody tr {
    display: table-row;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }

  .faq_page.inq_page--detail .inq_detail_tbl th,
  .faq_page.inq_page--detail .inq_detail_tbl td {
    display: table-cell;
    width: auto;
    border-right: none;
    box-sizing: border-box;
    vertical-align: middle;
  }

  .faq_page.inq_page--detail .inq_detail_tbl th {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    padding: 12px;
    border: 1px solid #dededf;
    margin: 0;
    background: #f6f6f6;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
    text-align: center;
    white-space: normal;
  }

  .faq_page.inq_page--detail .inq_detail_tbl td {
    padding: 8px;
    border: 1px solid #dededf;
    border-left: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    text-align: left;
  }

  .faq_page.inq_page--detail .inq_detail_tr:first-child th {
    outline: 1px solid #dededf;
    outline-offset: -1px;
  }

  .faq_page.inq_page--detail .inq_detail_tr:first-child td {
    border-left: 1px solid #dededf;
  }

  .faq_page.inq_page--detail .inq_detail_tr--body {
    vertical-align: top;
  }

  .faq_page.inq_page--detail .inq_detail_tr--body th {
    vertical-align: middle;
  }

  .faq_page.inq_page--detail .inq_detail_tr--body td {
    vertical-align: top;
    min-height: 127px;
  }

  .faq_page.inq_page--detail .inq_detail_body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .faq_page.inq_page--detail .inq_detail_body p {
    margin: 0;
    align-self: stretch;
  }

  .faq_page.inq_page--detail .inq_detail_figure {
    margin: 0;
  }

  .faq_page.inq_page--detail .inq_detail_figure img {
    width: 200px;
    height: 150px;
    max-width: 100%;
    border-radius: 4px;
    border: none;
    object-fit: cover;
  }

  .faq_page.inq_page--detail .inq_answer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 64px;
  }

  .faq_page.inq_page--detail .inq_answer_box {
    padding: 16px;
    border: none;
    border-radius: 4px;
    background: #eaeef6;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
  }

  .faq_page.inq_page--detail .nd_mo_bundle {
    align-items: stretch;
  }

  .faq_page.inq_page--detail .inq_neighbor {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    margin: 0;
    border-top: 1px solid #dededf;
    border-bottom: none;
  }

  .faq_page.inq_page--detail .inq_neighbor_prev {
    order: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    box-sizing: border-box;
    min-height: 44px;
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #dededf;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #424649;
    text-decoration: none;
  }

  .faq_page.inq_page--detail .inq_neighbor_prev:hover {
    color: #424649;
    text-decoration: none;
  }

  .faq_page.inq_page--detail .inq_neighbor_prev:hover .inq_neighbor_txt {
    text-decoration: underline;
  }

  .faq_page.inq_page--detail .inq_neighbor_head {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
  }

  .faq_page.inq_page--detail .inq_neighbor_label {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #424649;
  }

  .faq_page.inq_page--detail .inq_neighbor_prev .inq_neighbor_txt {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
    text-align: left;
    word-break: break-word;
    text-decoration: none;
  }

  .faq_page.inq_page--detail .inq_neighbor_next {
    order: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    box-sizing: border-box;
    min-height: 44px;
    padding: 0;
    border-bottom: 1px solid #dededf;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #424649;
  }

  .faq_page.inq_page--detail .inq_neighbor_next.is-muted .inq_neighbor_txt {
    text-decoration: none;
    color: #424649;
  }

  .faq_page.inq_page--detail .inq_neighbor_next.is-muted:hover .inq_neighbor_txt {
    text-decoration: underline;
    color: #424649;
  }

  .faq_page.inq_page--detail .inq_neighbor_next:not(.is-muted):hover .inq_neighbor_txt {
    text-decoration: underline;
  }

  .faq_page.inq_page--detail .inq_neighbor_next .inq_neighbor_txt {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
    text-align: left;
    word-break: break-word;
    text-decoration: none;
  }

  .faq_page.inq_page--detail .inq_neighbor_list {
    order: 3;
    align-self: center;
    margin: 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 0;
    background: #6c757d;
  }

  .faq_page.inq_page--detail .inq_neighbor_list:hover {
    background: #5a6268;
  }

  .faq_page.inq_page--detail .inq_neighbor_list .nd_list_ico {
    display: block;
    flex-shrink: 0;
    width: 23px;
    height: 24px;
  }

  .faq_page.inq_page--detail .inq_neighbor_ico {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }

  .faq_page.inq_page--detail .inq_neighbor_next .inq_neighbor_ico {
    padding-top: 0;
  }
}

/* ========== inquiry_write_com.css (통합) ========== */
/* inquiry_write_com — 1:1 문의 접수 완료 (my_kpanews, inquiry_write.css 후단에 로드) */

.inq_page--done .inq_content {
  min-height: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inq_done_panel {
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  background: #fff;
  outline: 1px solid #dededf;
  outline-offset: -1px;
}

.inq_done {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.inq_done_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.inq_done_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inq_done_icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 53px;
  max-height: 55px;
}

.inq_done_msg {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: #2a58a8;
}

.inq_done_actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.inq_done_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  box-sizing: border-box;
  background: #6c757d;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-decoration: none;
  transition: background 0.15s ease;
}

.inq_done_btn:hover {
  background: #5a6268;
}

.inq_footer_logo {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

/* ========== member_info_modify.css (통합) ========== */
/* member_info_modify — 회원정보 수정 (my_kpanews, inquiry_write.css 보조) */

.mim_page {
  --mim-pink: #e91e8c;
  --mim-blue: #2b66b1;
  --mim-line: #ddd;
  --mim-readonly-bg: #f5f5f5;
}

.mim_crumb {
  display: none;
  margin: 0 auto;
  padding: 10px 16px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #eee;
  max-width: 1200px;
}

.mim_crumb a {
  color: #555;
  text-decoration: none;
}

.mim_crumb a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .mim_crumb {
    display: block;
  }
}

@media (min-width: 768px) {
  .mim_crumb {
    display: none;
  }
}

.mim_form {
  padding-top: 4px;
}

.mim_form_box {
  border: 1px solid var(--mim-line);
  border-radius: 8px;
  padding: 24px 20px 28px;
  background: #fff;
}

.mim_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  align-items: start;
}

.mim_col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mim_field {
  margin: 0;
}

.mim_label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.mim_req {
  color: #dc3545;
  font-weight: 500;
}

.mim_input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.mim_input:focus {
  outline: 2px solid rgba(43, 102, 177, 0.35);
  border-color: var(--mim-blue);
}

.mim_input--readonly {
  background: var(--mim-readonly-bg);
  color: #333;
}

.mim_input--flex {
  flex: 1;
  min-width: 0;
}

.mim_input--error,
.mim_input.mim_input--error {
  border-color: #dc3545;
}

.mim_mt {
  margin-top: 8px;
}

.mim_hint {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.mim_hint--warn {
  color: #d32f2f;
}

.mim_birth_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.mim_input--birth {
  flex: 1 1 140px;
  min-width: 0;
}

.mim_gender {
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.mim_gender_btn {
  min-width: 48px;
  height: 44px;
  padding: 0 16px;
  border: none;
  background: #eee;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
}

.mim_gender_btn + .mim_gender_btn {
  border-left: 1px solid #ccc;
}

.mim_gender_btn.is_active {
  background: #555;
  color: #fff;
}

.mim_phone_row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.mim_phone_row .mim_input {
  flex: 1 1 180px;
  min-width: 0;
}

.mim_btn_line {
  flex-shrink: 0;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #888;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.mim_btn_line:hover {
  background: #f5f5f5;
}

.mim_check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #444;
  cursor: pointer;
}

.mim_check input {
  margin-top: 3px;
  accent-color: #888;
  flex-shrink: 0;
}

.mim_check--accent input {
  accent-color: var(--mim-pink);
}

.mim_radio_group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}

.mim_radio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}

.mim_radio input {
  accent-color: var(--mim-pink);
  width: 18px;
  height: 18px;
}

.mim_select {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
}

.mim_select--muted {
  background: #f0f0f0;
  color: #888;
}

.mim_job_dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mim_job_dual--stack {
  grid-template-columns: 1fr;
}

.mim_field--mobile_job {
  display: none;
}

.mim_file_row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.mim_btn_browse {
  flex-shrink: 0;
}

.mim_file_tags {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.mim_file_tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--mim-line);
  border-radius: 4px;
  font-size: 13px;
  background: #fafafa;
}

.mim_file_tag span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mim_file_remove {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 4px;
  background: #eee;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #555;
}

.mim_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  padding-bottom: 8px;
}

.mim_btn {
  min-width: 140px;
  height: 48px;
  padding: 0 32px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.mim_btn--primary {
  border: none;
  background: var(--mim-blue);
  color: #fff;
}

.mim_btn--primary:hover {
  background: #234f8f;
}

.mim_btn--cancel {
  border: none;
  background: #666;
  color: #fff;
}

.mim_btn--cancel:hover {
  background: #444;
}

@media (max-width: 767px) {
  .faq_page.inq_page--mim .mim_grid::before {
    display: none;
  }

  .mim_form_box {
    padding: 16px 14px 22px;
    border-radius: 8px;
  }

  .mim_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mim_field--desktop_job {
    display: none;
  }

  .mim_field--mobile_job {
    display: block;
  }

  .mim_job_dual {
    grid-template-columns: 1fr;
  }

  .mim_phone_row .mim_btn_line {
    width: 100%;
  }

  .mim_file_row {
    flex-direction: column;
    align-items: stretch;
  }

  .mim_btn_browse {
    width: 100%;
  }

  /* 회원정보 수정 — Figma 모바일 (≤767px) */
  .faq_page.inq_page--mim .faq_content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .faq_page.inq_page--mim .inq_page_title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #000;
  }

  .faq_page.inq_page--mim .mim_form {
    padding-top: 0;
  }

  .faq_page.inq_page--mim .mim_form_box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
    border-radius: 0;
    border-color: #dededf;
  }

  .faq_page.inq_page--mim .mim_grid {
    gap: 40px;
  }

  .faq_page.inq_page--mim .mim_col {
    gap: 24px;
  }

  .faq_page.inq_page--mim .mim_col:first-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
  }

  .faq_page.inq_page--mim .mim_field--desktop_job {
    display: block;
  }

  .faq_page.inq_page--mim .mim_field--mobile_job {
    display: none;
  }

  .faq_page.inq_page--mim .mim_label {
    margin-bottom: 8px;
    font-weight: 500;
    color: #212529;
    line-height: 18.2px;
  }

  .faq_page.inq_page--mim .mim_input {
    height: auto;
    min-height: 44px;
    padding: 12px 10px;
    border-radius: 0;
    border-color: #dededf;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
  }

  .faq_page.inq_page--mim .mim_input:focus {
    outline: none;
    border-color: #212529;
    box-shadow: none;
  }

  .faq_page.inq_page--mim .mim_input::placeholder {
    color: #c8c9ca;
  }

  .faq_page.inq_page--mim .mim_input--readonly {
    background: #f2f2f2;
    color: #9b9d9f;
    border-color: #dededf;
  }

  .faq_page.inq_page--mim .mim_phone_row .mim_input {
    background: #f2f2f2;
    color: #9b9d9f;
  }

  .faq_page.inq_page--mim .mim_phone_row .mim_input:focus {
    background: #fff;
    color: #212529;
    border-color: #212529;
  }

  .faq_page.inq_page--mim .mim_input--pw {
    border-color: #dededf;
    background: #fff;
  }

  .faq_page.inq_page--mim .mim_input--pw:focus {
    border-color: #212529;
  }

  .faq_page.inq_page--mim #mimPw2 {
    border-color: #dededf;
  }

  .faq_page.inq_page--mim #mimPw2:focus {
    border-color: #212529;
  }

  .faq_page.inq_page--mim .mim_field:has(#mimPw1) .mim_hint {
    margin-top: 4px;
    font-size: 12px;
    line-height: 15.6px;
    color: #dc3545;
  }

  .faq_page.inq_page--mim #mimAddr2,
  .faq_page.inq_page--mim #mimWaddr2 {
    border-color: #dededf;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
  }

  .faq_page.inq_page--mim #mimAddr2:focus,
  .faq_page.inq_page--mim #mimWaddr2:focus {
    border-color: #212529;
  }

  .faq_page.inq_page--mim #mimAddr2::placeholder,
  .faq_page.inq_page--mim #mimWaddr2::placeholder {
    color: #c8c9ca;
  }

  .faq_page.inq_page--mim .mim_birth_row {
    flex-wrap: nowrap;
    gap: 4px;
    align-items: stretch;
  }

  .faq_page.inq_page--mim .mim_input--birth {
    flex: 1 1 0;
    min-width: 0;
  }

  .faq_page.inq_page--mim .mim_gender {
    display: flex;
    align-self: stretch;
    border: none;
    border-radius: 0;
    gap: 4px;
    overflow: visible;
  }

  .faq_page.inq_page--mim .mim_gender_btn {
    flex: 1 1 0;
    min-height: 0;
    height: auto;
    padding: 4px 16px;
    border: 1px solid #dededf;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    background: #f2f2f2;
    color: #9b9d9f;
  }

  .faq_page.inq_page--mim .mim_gender_btn.is_active {
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
  }

  .faq_page.inq_page--mim .mim_phone_row {
    flex-wrap: nowrap;
    gap: 4px;
    align-items: stretch;
  }

  .faq_page.inq_page--mim .mim_phone_row .mim_input {
    flex: 1 1 0;
    min-width: 0;
  }

  .faq_page.inq_page--mim .mim_phone_row .mim_btn_line {
    box-sizing: border-box;
    width: auto;
    flex: 0 0 auto;
    height: auto;
    min-height: 44px;
    padding: 4px 16px;
    align-self: stretch;
    border-radius: 0;
    border-color: #dededf;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #212529;
    background: #fff;
  }

  .faq_page.inq_page--mim .mim_check {
    margin-top: 8px;
    gap: 4px;
    font-size: 14px;
    line-height: 18.2px;
    color: #212529;
  }

  .faq_page.inq_page--mim .mim_check--accent span {
    color: #141414;
  }

  .faq_page.inq_page--mim .mim_radio_group {
    gap: 16px;
  }

  .faq_page.inq_page--mim .mim_radio {
    font-size: 16px;
    line-height: 20.8px;
    gap: 4px;
  }

  .faq_page.inq_page--mim .mim_job_dual {
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 4px;
    align-items: stretch;
  }

  .faq_page.inq_page--mim .mim_job_dual .mim_input {
    min-width: 0;
  }

  .faq_page.inq_page--mim .mim_select {
    height: auto;
    min-height: 44px;
    padding: 12px 10px;
    border-radius: 0;
    border: 1px solid #dededf;
    font-size: 15px;
    background: #fff;
    color: #212529;
  }

  .faq_page.inq_page--mim .mim_select:focus {
    outline: none;
    border-color: #212529;
  }

  .faq_page.inq_page--mim .mim_file_row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: stretch;
  }

  .faq_page.inq_page--mim .mim_btn_browse {
    box-sizing: border-box;
    width: auto;
    flex: 0 0 auto;
    height: auto;
    min-height: 44px;
    padding: 4px 16px;
    align-self: stretch;
    border-radius: 0;
    border-color: #dededf;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #212529;
    background: #fff;
  }

  .faq_page.inq_page--mim .inq_file_list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-top: 10px;
    width: 100%;
    padding: 0;
    list-style: none;
  }

  .faq_page.inq_page--mim .inq_file_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 4px 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dededf;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    background: #fff;
  }

  .faq_page.inq_page--mim .inq_file_item span {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .faq_page.inq_page--mim .inq_file_remove {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    background: transparent;
    color: #212529;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
  }

  .faq_page.inq_page--mim .inq_file_remove:hover {
    background: transparent;
    opacity: 0.7;
  }

  .faq_page.inq_page--mim .mim_actions {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .faq_page.inq_page--mim .mim_btn {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    padding: 14px 16px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
  }

  .faq_page.inq_page--mim .mim_btn--primary {
    background: #2a58a8;
  }

  .faq_page.inq_page--mim .mim_btn--cancel {
    background: #6c757d;
  }

  .faq_page.inq_page--mim .inq_mo_ad_plh {
    margin-top: 40px;
    border: none;
    background: #f2f2f2;
    color: #9b9d9f;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
  }
}

@media (max-width: 480px) {
  .mim_actions .mim_btn {
    flex: 1;
    min-width: 0;
  }
}

/* ========== use_points (마이페이지 · 포인트 사용) ========== */

.pt_crumb {
  display: none;
  margin: 0 auto;
  padding: 10px 16px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #eee;
  max-width: 1200px;
}

.pt_crumb a {
  color: #555;
  text-decoration: none;
}

.pt_crumb a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pt_crumb {
    display: block;
  }
}

@media (min-width: 768px) {
  .pt_crumb {
    display: none;
  }
}

.pt_summary {
  display: flex;
  margin: 0 0 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.pt_summary_cell {
  flex: 1;
  padding: 22px 16px;
  text-align: center;
  border-right: 1px solid #eee;
}

.pt_summary_cell:last-child {
  border-right: none;
}

.pt_summary_num {
  display: block;
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 800;
  color: #2b66b1;
  line-height: 1.15;
}

.pt_summary_label {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}

.pt_grade_wrap {
  overflow-x: auto;
  margin-bottom: 8px;
}

.pt_grade_wrap--mo {
  display: block;
}

.pt_grade_wrap--pc {
  display: none;
}

@media (min-width: 768px) {
  .pt_grade_wrap--mo {
    display: none;
  }

  .pt_grade_wrap--pc {
    display: block;
  }
}

.pt_grade_tbl {
  width: 100%;
  min-width: 280px;
  border-collapse: collapse;
  font-size: 13px;
  border: 1px solid #ddd;
}

.pt_grade_tbl th,
.pt_grade_tbl td {
  padding: 10px 8px;
  border: 1px solid #eee;
  text-align: center;
  vertical-align: middle;
}

.pt_grade_tbl th {
  background: #f5f5f5;
  font-weight: 600;
  color: #444;
}

.pt_grade_tbl--wide {
  min-width: 560px;
}

.pt_grade_note {
  margin: 0 0 28px;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.pt_section {
  margin-bottom: 36px;
}

.pt_section_head {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pt_section_head--pink {
  color: #e91e8c;
}

.pt_section_head--blue {
  color: #2b66b1;
}

.pt_section_lead {
  margin: 0 0 18px;
  font-size: 14px;
  color: #555;
  line-height: 1.55;
}

.pt_earn_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media (max-width: 767px) {
  .pt_earn_list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.pt_earn_item {
  border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
  .pt_earn_item {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
  }
}

.pt_earn_link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .pt_earn_link {
    padding: 14px;
    min-height: 120px;
  }
}

.pt_earn_thumb {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 6px;
  overflow: hidden;
  background: #f0f0f0;
}

.pt_earn_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pt_earn_body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pt_earn_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #888;
}

.pt_earn_cat {
  font-weight: 700;
  color: #2b66b1;
}

.pt_earn_title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}

.pt_earn_desc {
  font-size: 13px;
  color: #666;
  line-height: 1.45;
}

.pt_shop_tier {
  margin-bottom: 28px;
}

.pt_shop_tier:last-of-type {
  margin-bottom: 12px;
}

.pt_shop_tier_head {
  margin-bottom: 12px;
}

.pt_shop_badge {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 999px;
  background: #e8f0fc;
  color: #2b66b1;
  font-weight: 700;
  font-size: 14px;
}

.pt_shop_badge--mid {
  background: #e3f2e9;
  color: #1b5e20;
}

.pt_shop_badge--high {
  background: #fce4ec;
  color: #ad1457;
}

.pt_shop_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 767px) {
  .pt_shop_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pt_shop_card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 14px 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.pt_shop_logo {
  height: 52px;
  margin: 0 0 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
}

.pt_shop_logo--cu {
  background: #651eac;
}

.pt_shop_logo--gs {
  background: #00875f;
}

.pt_shop_logo--pb {
  background: #f5a623;
  color: #222;
}

.pt_shop_logo--tlj {
  background: #c8102e;
}

.pt_shop_logo--giftcon {
  height: auto;
  min-height: 52px;
  padding: 0;
  background: transparent !important;
  color: inherit;
  overflow: hidden;
}

.pt_shop_logo--giftcon img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72px;
  margin: 0 auto;
  object-fit: contain;
}

.pt_shop_name {
  flex: 1;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 1.35;
}

.pt_shop_exchange {
  align-self: center;
  min-width: 88px;
  padding: 8px 14px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}

.pt_shop_exchange:hover {
  border-color: #2b66b1;
  color: #2b66b1;
}

.pt_banner_ph {
  box-sizing: border-box;
  height: 50px;
  margin-top: 8px;
  border: 1px dashed #ddd;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #aaa;
}

@media (max-width: 767px) {
  /* 포인트 사용 — Figma 모바일 (≤767px): PC 시안 토큰과 마이페이지 모바일 패턴 정렬 */
  .faq_page.inq_page--points .faq_content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .faq_page.inq_page--points .faq_content > .inq_page_title {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #000;
  }

  .faq_page.inq_page--points .pt_summary {
    margin: 0 0 20px;
    border-radius: 4px;
    border-color: #dededf;
    overflow: hidden;
    background: #fff;
  }

  .faq_page.inq_page--points .pt_summary_cell {
    padding: 20px 12px;
    border-right-color: #f2f2f2;
  }

  .faq_page.inq_page--points .pt_summary_num {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #2a58a8;
  }

  .faq_page.inq_page--points .pt_summary_label {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.35;
    color: #6f7174;
  }

  .faq_page.inq_page--points .pt_grade_wrap {
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }

  .faq_page.inq_page--points .pt_grade_tbl {
    min-width: 320px;
    border-color: #dededf;
    font-size: 12px;
  }

  .faq_page.inq_page--points .pt_grade_tbl th,
  .faq_page.inq_page--points .pt_grade_tbl td {
    padding: 10px 6px;
    border-color: #f2f2f2;
    word-break: keep-all;
  }

  .faq_page.inq_page--points .pt_grade_tbl th {
    background: #f8f9fa;
    font-size: 12px;
    font-weight: 600;
    color: #212529;
  }

  .faq_page.inq_page--points .pt_grade_tbl td {
    font-size: 12px;
    color: #212529;
    line-height: 1.45;
  }

  .faq_page.inq_page--points .pt_grade_note {
    margin: 0 0 32px;
    font-size: 12px;
    line-height: 1.5;
    color: #6f7174;
  }

  .faq_page.inq_page--points .pt_section {
    margin-bottom: 40px;
  }

  .faq_page.inq_page--points .pt_section:last-of-type {
    margin-bottom: 0;
  }

  .faq_page.inq_page--points .pt_section_head {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
  }

  .faq_page.inq_page--points .pt_section_head--pink {
    color: #e91e8c;
  }

  .faq_page.inq_page--points .pt_section_head--blue {
    color: #2a58a8;
  }

  .faq_page.inq_page--points .pt_section_lead {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 1.55;
    color: #6f7174;
  }

  .faq_page.inq_page--points .pt_earn_list {
    gap: 0;
  }

  .faq_page.inq_page--points .pt_earn_link {
    padding: 16px 0;
    min-height: 0;
  }

  .faq_page.inq_page--points .pt_earn_thumb {
    width: 72px;
    height: 72px;
    border-radius: 4px;
  }

  .faq_page.inq_page--points .pt_earn_meta {
    font-size: 11px;
  }

  .faq_page.inq_page--points .pt_earn_title {
    font-size: 15px;
    line-height: 1.35;
  }

  .faq_page.inq_page--points .pt_earn_desc {
    font-size: 12px;
    line-height: 1.45;
  }

  .faq_page.inq_page--points .pt_shop_tier {
    margin-bottom: 24px;
  }

  .faq_page.inq_page--points .pt_shop_tier:last-of-type {
    margin-bottom: 0;
  }

  .faq_page.inq_page--points .pt_shop_tier_head {
    margin-bottom: 10px;
  }

  .faq_page.inq_page--points .pt_shop_badge {
    padding: 5px 16px;
    font-size: 13px;
    border-radius: 999px;
  }

  .faq_page.inq_page--points .pt_shop_grid {
    gap: 8px;
  }

  .faq_page.inq_page--points .pt_shop_card {
    padding: 12px 8px 10px;
    border-radius: 4px;
    border-color: #dededf;
  }

  .faq_page.inq_page--points .pt_shop_logo--giftcon {
    min-height: 0;
    margin-bottom: 8px;
    border-radius: 4px;
  }

  .faq_page.inq_page--points .pt_shop_logo--giftcon img {
    max-height: 56px;
  }

  .faq_page.inq_page--points .pt_shop_name {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.35;
  }

  .faq_page.inq_page--points .pt_shop_exchange {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-self: stretch;
    min-height: 36px;
    padding: 8px 10px;
    border-radius: 0;
    border-color: #dededf;
    font-size: 13px;
    font-weight: 500;
  }

  .faq_page.inq_page--points .faq_mo_bottom_ad {
    margin-top: 32px;
  }
}

/* 포인트 교환 레이어 */
.pt_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10050;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.pt_modal.is_open {
  display: flex;
}

.pt_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.pt_modal_dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  max-height: min(92vh, 640px);
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.pt_modal_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid #e5e5e5;
}

.pt_modal_title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.pt_modal_close {
  flex-shrink: 0;
  margin: -4px -6px -4px 0;
  padding: 4px 8px;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  color: #666;
  cursor: pointer;
}

.pt_modal_close:hover {
  color: #111;
}

.pt_modal_body {
  padding: 18px 18px 22px;
}

.pt_modal_table {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.pt_modal_row {
  display: grid;
  grid-template-columns: minmax(92px, 34%) 1fr;
  border-bottom: 1px solid #ddd;
}

.pt_modal_row:last-child {
  border-bottom: 0;
}

.pt_modal_label {
  margin: 0;
  padding: 12px 12px;
  background: #f9f9f9;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.pt_modal_value {
  margin: 0;
  padding: 12px 14px;
  font-size: 14px;
  color: #111;
  background: #fff;
  word-break: break-word;
}

.pt_modal_value--field {
  padding: 10px 12px;
}

.pt_modal_input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #111;
}

.pt_modal_input:focus {
  outline: 2px solid rgba(46, 89, 168, 0.35);
  outline-offset: 0;
  border-color: #2e59a8;
}

.pt_modal_warn {
  margin: 14px 0 20px;
  font-size: 12px;
  line-height: 1.55;
  color: #d9534f;
}

.pt_modal_submit {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 14px 20px;
  border: 0;
  border-radius: 4px;
  background: #2e59a8;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.pt_modal_submit:hover {
  background: #305ba1;
}

.pt_modal_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 480px) {
  .pt_modal {
    padding: 12px;
    align-items: flex-start;
    padding-top: max(12px, env(safe-area-inset-top));
  }

  .pt_modal_dialog {
    max-height: none;
    margin-top: 8px;
  }

  .pt_modal_head {
    padding: 16px 14px 12px;
  }

  .pt_modal_body {
    padding: 16px 14px 20px;
  }

  .pt_modal_row {
    grid-template-columns: minmax(80px, 32%) 1fr;
  }

  .pt_modal_label,
  .pt_modal_value {
    font-size: 13px;
    padding: 10px 10px;
  }

  .pt_modal_submit {
    max-width: none;
  }
}

/* ========== notice_list.css (통합) ========== */
/* notice_list — 공지사항 목록 (helpdesk, inquiry_write.css 보조) */

.ntl_page {
  --ntl-blue: #2b66b1;
  --ntl-accent: #555555;
  --ntl-text-black: #000000;
  --ntl-text-default: #212529;
  --ntl-text-middle: #6f7174;
  --ntl-text-dark: #424649;
  --ntl-text-light: #c8c9ca;
  --ntl-text-disabled: #9b9d9f;
  --ntl-border-bright: #dededf;
  --ntl-border-pale: #f2f2f2;
  --ntl-bg-light: #f2f2f2;
  --ntl-sidebar-title: #2a58a8;
}

/* 본문 폭·세로 패딩: .faq_main_pc.inner (공지 목록 main에 동일 클래스 적용) */

.ntl_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ntl_content {
  min-width: 0;
}

.ntl_pc_main {
  min-width: 0;
}

.ntl_toolbar {
  margin-bottom: 16px;
}

.ntl_toolbar_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.ntl_title_row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 200px;
}

.ntl_heading {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: var(--ntl-text-black);
}

@media (min-width: 768px) {
  .ntl_title_row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 4px 12px;
  }
}

.ntl_count {
  margin: 0;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  color: var(--ntl-text-middle);
}

.ntl_count strong {
  color: var(--ntl-text-black);
  font-weight: 500;
}

.ntl_search--pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.ntl_search--mo {
  display: none;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .ntl_search--pc .ntl_select {
    width: 80px;
    flex: 0 0 80px;
  }

  .ntl_search--pc .ntl_input {
    width: 286px;
    max-width: min(286px, 100%);
    flex: 0 1 286px;
  }
}

.ntl_select {
  height: 42px;
  padding: 8px 28px 8px 10px;
  border: 1px solid var(--ntl-border-bright, #dededf);
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  background-color: #fff;
  background-image: url("../_img/icon/icon_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px 20px;
  color: var(--ntl-text-default, #212529);
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ntl_select::-ms-expand {
  display: none;
}

.ntl_input {
  width: 200px;
  height: auto;
  min-height: 42px;
  padding: 12px 10px;
  border: 1px solid var(--ntl-border-bright, #dededf);
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  box-sizing: border-box;
}

.ntl_input::placeholder {
  color: var(--ntl-text-light, #c8c9ca);
}

.ntl_btn_search {
  height: 42px;
  padding: 4px 20px;
  box-sizing: border-box;
  border: 1px solid var(--ntl-border-bright, #dededf);
  border-radius: 0;
  background: #fff;
  color: var(--ntl-text-default, #212529);
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  cursor: pointer;
  flex-shrink: 0;
}

.ntl_btn_search:hover {
  background: #fafafa;
}

.ntl_btn_search--outline {
  background: #fff;
  color: #333;
  border: 1px solid #bbb;
}

.ntl_btn_search--outline:hover {
  background: #f5f5f5;
}

/* 모바일(Figma): 한 줄 · 셀렉트 80px · 필드별 테두리 · gap 4px */
.ntl_mo_search_inline {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
  width: 100%;
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.ntl_mo_search_inline .ntl_select--mo {
  flex: 0 0 80px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 42px;
  padding: 8px 28px 8px 10px;
  border: 1px solid var(--ntl-border-bright, #dededf);
  border-radius: 0;
  box-sizing: border-box;
  font-size: 14px;
}

.ntl_mo_search_inline .ntl_input--mo {
  flex: 1 1 0;
  min-width: 0;
  min-height: 42px;
  height: 42px;
  padding: 12px 10px;
  border: 1px solid var(--ntl-border-bright, #dededf);
  border-radius: 0;
  box-sizing: border-box;
}

.ntl_mo_search_inline .ntl_btn_search {
  height: 42px;
  padding: 4px 20px;
  flex-shrink: 0;
}

.ntl_select--mo {
  font-size: 14px;
}

.ntl_input--mo {
  width: auto;
}

.ntl_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ntl-border-pale, #f2f2f2);
}

.ntl_link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--ntl-border-pale, #f2f2f2);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.ntl_link:hover {
  background: transparent;
}

.ntl_link:hover .ntl_item_title {
  text-decoration: underline;
}

.ntl_link:focus-visible {
  outline: 2px solid var(--ntl-sidebar-title, #2a58a8);
  outline-offset: 2px;
}

.ntl_link .ntl_item_title {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  color: var(--ntl-text-black, #000);
}

.ntl_date {
  flex-shrink: 0;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  color: var(--ntl-text-dark, #424649);
}

.ntl_more_wrap {
  display: flex;
  justify-content: center;
  padding: 40px 0 10px;
}

.ntl_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 160px;
  min-width: 160px;
  height: 50px;
  padding: 14px 8px 14px 12px;
  box-sizing: border-box;
  border: 1px solid var(--ntl-border-bright, #dededf);
  border-radius: 9999px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: var(--ntl-text-default, #212529);
  cursor: pointer;
  font-family: inherit;
}

.ntl_more:hover:not(:disabled) {
  background: #fafafa;
  border-color: var(--ntl-border-bright, #dededf);
}

.ntl_more.is_disabled,
.ntl_more:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ntl_more_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("../_img/icon/icon_select_arrow.svg") center / contain no-repeat;
  border: none;
  transform: none;
  margin-top: 0;
}

.ntl_banner_ph {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.ntl_banner_ph img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.ntl_footer_links {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.ntl_powered {
  margin: 0 0 8px;
  font-size: 11px;
  color: #888;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .ntl_title_row {
    gap: 4px;
  }

  .ntl_toolbar {
    margin-bottom: 12px;
  }

  .ntl_toolbar_top {
    align-items: flex-start;
  }

  .ntl_search--pc {
    display: none;
  }

  .ntl_search--mo {
    display: block;
    margin-bottom: 16px;
  }

  .ntl_more_wrap {
    margin-top: 48px;
    padding: 0;
  }

  .ntl_link {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 0;
  }

  .ntl_link .ntl_item_title {
    font-size: 18px;
    line-height: 25.2px;
  }

  .ntl_date {
    font-size: 13px;
    line-height: 16.9px;
    text-align: left;
  }

  .ntl_banner_ph {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .ntl_banner_ph {
    display: none;
  }
}

@media (max-width: 480px) {
  .ntl_more {
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* ========== notice_detail.css (통합) ========== */
/* notice_detail — 공지사항 상세 (helpdesk, inquiry_write.css 보조) */

.nd_page {
  --nd-blue: #2b66b1;
  --nd-text-dark: #424649;
  --nd-border-header: #c8c9ca;
  --nd-icon-dark: #3c3f43;
  --nd-list-btn: #6c757d;
}

.nd_content {
  min-width: 0;
}

.nd_pc_main {
  min-width: 0;
}

.nd_article {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 0;
  max-width: none;
}

.nd_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.nd_header_main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 3px solid #000;
}

@media (min-width: 768px) {
  .nd_header_main {
    border-bottom: 1px solid var(--nd-border-header);
  }
}

.nd_title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 39.2px;
  color: #000;
}

@media (min-width: 768px) {
  .nd_title {
    font-size: 34px;
    line-height: 44.2px;
  }
}

.nd_date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: var(--nd-text-dark);
}

.nd_attach {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.nd_attach_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  padding: 4px 10px;
  border: 1px solid #dededf;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  color: #212529;
  text-decoration: none;
}

.nd_attach_link:hover {
  background: #f6f6f6;
  border-color: #c8c9ca;
}

.nd_attach_link:focus-visible {
  border-color: #212529;
  outline: 1px solid #212529;
  outline-offset: -1px;
}

.nd_attach_name {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #212529;
}

.nd_attach_icon {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
  .nd_attach {
    flex-direction: column;
    align-items: stretch;
  }

  .nd_attach_link {
    width: 100%;
    max-width: none;
    justify-content: space-between;
    padding: 6px 10px;
  }

  .nd_attach_name {
    flex: 1 1 auto;
    max-width: none;
    padding-right: 8px;
  }
}

.nd_rule {
  display: none;
}

.nd_body {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #000;
}

.nd_lead {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 20.8px;
}

.nd_date_line {
  margin: 0 0 20px;
}

.nd_bullet_head {
  margin: 18px 0 8px;
  font-weight: 600;
}

.nd_dash_list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.nd_dash_list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}

.nd_dash_list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}

.nd_source {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #555;
}

.nd_source a {
  color: var(--nd-blue);
  word-break: break-all;
}

.nd_copy_note {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #000;
}

/* 데스크톱 이전·목록·다음 (Figma PC) */
.nd_neighbor--desktop {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #dededf;
  border-bottom: none;
}

.nd_prev {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  text-align: left;
  text-decoration: none;
  color: var(--nd-text-dark);
}

.nd_prev:hover .nd_prev_title,
.nd_prev:hover .nd_prev_sub {
  color: var(--nd-blue);
  text-decoration: underline;
}

.nd_prev_icon {
  flex-shrink: 0;
  line-height: 0;
}

.nd_prev_icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.nd_prev_col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.nd_prev_title,
.nd_prev_sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: var(--nd-text-dark);
  text-decoration: none;
}

.nd_list {
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 0;
  background: var(--nd-list-btn);
  text-decoration: none;
}

.nd_list:hover {
  background: #5a6268;
}

.nd_list_ico {
  display: block;
  width: 23px;
  height: 24px;
  flex-shrink: 0;
}

.nd_next {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: var(--nd-text-dark);
}

.nd_next_text {
  flex: 1 1 auto;
  text-align: right;
  word-break: keep-all;
  text-decoration: none;
}

.nd_next.is-muted {
  cursor: default;
}

.nd_next.is-muted .nd_next_text {
  text-decoration: none;
  color: var(--nd-text-dark);
}

.nd_next.is-muted:hover .nd_next_text {
  text-decoration: underline;
  color: var(--nd-text-dark);
}

.nd_next_icon {
  flex-shrink: 0;
  line-height: 0;
}

.nd_next_icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.nd_arrow {
  flex-shrink: 0;
}

/* 모바일 이전/다음(Figma) · 목록 버튼 · 번들 */
.nd_mo_bundle {
  display: none;
}

.nd_neighbor_mo {
  width: 100%;
}

.nd_mo_sheet {
  width: 100%;
  border-top: 1px solid #dededf;
  border-bottom: 1px solid #dededf;
  box-sizing: border-box;
}

.nd_mo_row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 0;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

.nd_mo_prev {
  border-bottom: 1px solid #dededf;
}

.nd_mo_next.is-disabled {
  pointer-events: none;
}

.nd_mo_meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.nd_mo_chev {
  display: block;
  flex-shrink: 0;
}

.nd_mo_label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: var(--nd-text-dark);
}

.nd_mo_title {
  flex: 1 1 0;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: var(--nd-text-dark);
  text-decoration: none;
}

.nd_mo_prev:hover .nd_mo_title {
  text-decoration: underline;
}

.nd_mo_list_btn {
  display: flex;
  justify-content: center;
}

.nd_list_square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 0;
  background: var(--nd-list-btn);
  text-decoration: none;
}

.nd_list_square:hover {
  background: #5a6268;
}

.nd_banner_ph {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.nd_banner_ph img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.nd_footer_links {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.nd_footer_logo {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

@media (max-width: 767px) {
  .nd_pc_main {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .nd_neighbor--desktop {
    display: none;
  }

  .nd_mo_bundle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }

  .nd_banner_ph {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .nd_banner_ph {
    display: none;
  }
}

/* ========== recruit_list (구인구직 · 채용공고) ========== */

.rc_page {
  --rc-blue: #2b66b1;
  --rc-blue-dark: #1e3f6f;
  --rc-accent: #555555;
}

.rc_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 768px) {
  /* 채용공고 1056px · 우측 필터 176px · 구분선 좌우 24px (gap 48px) */
  .rc_page .rc_layout,
  .inq_page.rc_page .rc_layout {
    display: grid;
    grid-template-columns: 1056px 176px;
    column-gap: 48px;
    align-items: start;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .rc_page .rc_content,
  .inq_page.rc_page .rc_content {
    position: relative;
    flex: none;
    min-width: 0;
    width: 1056px;
    max-width: 1056px;
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
  }

  .rc_page .rc_content::after,
  .inq_page.rc_page .rc_content::after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 1px;
    height: 100%;
    background: var(--rc-border, #dededf);
    pointer-events: none;
  }

  .rc_page .rc_sidebar,
  .inq_page.rc_page .rc_sidebar,
  .rc_page .rc_layout .rml_sidebar,
  .inq_page.rc_page .rc_layout .rml_sidebar {
    flex: none;
    width: 176px;
    min-width: 176px;
    max-width: 176px;
    grid-column: 2;
    grid-row: 1;
    box-sizing: border-box;
    padding-left: 0;
    border-left: none;
  }
}

.rc_filter_bar {
  margin-bottom: 20px;
}

.rc_filter_bar--pc {
  display: block;
}

.rc_filter_inner {
  padding: 16px 0 4px;
  border-bottom: 1px solid #e5e5e5;
}

.rc_row_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 20px;
  margin-bottom: 14px;
}

.rc_tabs {
  display: flex;
  gap: 0;
}

.rc_tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 10px 18px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-decoration: none;
}

.rc_tab + .rc_tab {
  margin-left: -1px;
}

.rc_tab.is_active {
  background: var(--rc-blue);
  border-color: var(--rc-blue);
  color: #fff;
  z-index: 1;
}

.rc_quick_links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.rc_quick_links a {
  color: #444;
  text-decoration: none;
}

.rc_quick_links a:hover {
  color: var(--rc-blue);
  text-decoration: underline;
}

.rc_row_filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.rc_sel {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
  color: #333;
  min-width: 120px;
}

.rc_btn_find {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 20px;
  margin-left: auto;
  border: none;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.rc_btn_find:hover {
  background: #333;
}

.rc_btn_find_ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}

.rc_btn_find_ico::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  right: -4px;
  bottom: 2px;
  transform: rotate(45deg);
}

.rc_mo_strip,
.rc_mo_filter_strip {
  display: none;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.rc_mo_tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
  min-width: 0;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.rc_mo_tabs::-webkit-scrollbar {
  height: 4px;
}

.rc_mo_tab {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 6px;
  background: #eee;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
}

.rc_mo_tab.is_active {
  background: var(--rc-blue-dark);
  color: #fff;
}

.rc_mo_filter_btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.rc_mo_filter_ico {
  display: block;
  width: 18px;
  height: 12px;
  margin: 0 auto;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
  position: relative;
}

.rc_mo_filter_ico::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  border-top: 2px solid #555;
}

/* MO 채용·인재정보 필터 — 우측에서 좌측으로 슬라이드 */
.ij_filter_overlay[hidden],
.tl_filter_overlay[hidden] {
  display: none !important;
}

body.ij-filter-open,
body.tl-filter-open {
  overflow: hidden;
}

.ij_filter_overlay,
.tl_filter_overlay {
  position: fixed;
  inset: 0;
  z-index: 8000;
  align-items: stretch;
  justify-content: flex-end;
  box-sizing: border-box;
}

.ij_filter_backdrop,
.tl_filter_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.ij_filter_drawer,
.tl_filter_drawer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 300px);
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  border-radius: 0;
  background: #fff;
  box-shadow: -8px 0 28px rgba(0, 0, 0, 0.14);
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

.ij_filter_overlay.is-open .ij_filter_drawer,
.tl_filter_overlay.is-open .tl_filter_drawer {
  transform: translateX(0);
}

.ij_filter_head,
.tl_filter_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 14px 16px;
}

.ij_filter_title,
.tl_filter_title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #212529;
  line-height: 1.35;
}

.ij_filter_close,
.tl_filter_close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #495057;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.ij_filter_close::before,
.tl_filter_close::before {
  content: "\00d7";
}

.ij_filter_close .ij_vh,
.tl_filter_close .tl_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

.ij_filter_body,
.tl_filter_body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ij_filter_group + .ij_filter_group,
.tl_filter_group + .tl_filter_group {
  margin-top: 20px;
}

.ij_filter_label,
.tl_filter_label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  line-height: 1.3;
}

.ij_filter_row,
.tl_filter_row {
  display: flex;
  gap: 8px;
}

.ij_filter_sel,
.tl_filter_sel {
  flex: 1 1 50%;
  min-width: 0;
  height: 40px;
  padding: 0 36px 0 8px;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  font-size: 14px;
  color: #212529;
  font-family: inherit;
  background-color: #fff;
  background-image: url("../_img/icon/icon_jobs_common_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ij_filter_sel::-ms-expand,
.tl_filter_sel::-ms-expand {
  display: none;
}

.ij_filter_sel--full,
.tl_filter_sel--full {
  flex: 1 1 100%;
  width: 100%;
}

.ij_filter_foot,
.tl_filter_foot {
  flex-shrink: 0;
  padding: 12px 16px 16px;
  border-top: 1px solid #e8e9ea;
  box-sizing: border-box;
  background: #fff;
}

.ij_filter_btn_search,
.tl_filter_btn_search {
  display: block;
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: #000;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
}

.ij_filter_btn_search:active,
.tl_filter_btn_search:active {
  opacity: 0.92;
}

.tl_filter_group_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.tl_filter_group_head .tl_filter_label {
  margin: 0;
}

.tl_filter_reset {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #6f7174;
  text-decoration: underline;
  cursor: pointer;
  font-family: inherit;
}

.tl_filter_check_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tl_filter_check_list .rc_check {
  margin: 0;
}

/* 인재정보 MO 필터 — Figma 0401_Filter Menu_mo */
.tl_filter_overlay .tl_filter_head {
  padding: 16px 20px;
}

.tl_filter_overlay .tl_filter_title {
  flex: 1 1 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

.tl_filter_overlay .tl_filter_close {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.tl_filter_overlay .tl_filter_close::before {
  content: none;
}

.tl_filter_overlay .tl_filter_close img {
  display: block;
  width: 24px;
  height: 24px;
}

.tl_filter_overlay .tl_filter_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0 20px;
}

.tl_filter_overlay .tl_filter_group + .tl_filter_group {
  margin-top: 0;
}

.tl_filter_overlay .tl_filter_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tl_filter_overlay .tl_filter_label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

.tl_filter_overlay .tl_filter_check_list {
  gap: 8px;
}

.tl_filter_overlay .tl_filter_btn_search {
  flex-shrink: 0;
  align-self: stretch;
  height: auto;
  margin-top: 0;
  padding: 14px 16px;
  border-radius: 0;
  background: #212529;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}

.tl_filter_overlay .tl_filter_foot {
  flex-shrink: 0;
  margin-top: auto;
  padding: 0 20px 20px;
  border-top: none;
  background: #fff;
}

.tl_filter_overlay .tl_filter_drawer {
  gap: 24px;
}

@media (max-width: 767px) {
  .ij_filter_overlay.ij_only_mo:not([hidden]),
  .tl_filter_overlay.ij_only_mo:not([hidden]) {
    display: flex !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ij_filter_drawer,
  .tl_filter_drawer {
    transition: none;
  }
}

/* MO 부동산 필터 — Figma (estate_map.html) */
.em_filter_overlay[hidden] {
  display: none !important;
}

body.em-filter-open {
  overflow: hidden;
}

.em_filter_overlay {
  position: fixed;
  inset: 0;
  z-index: 8000;
  align-items: stretch;
  justify-content: flex-end;
  box-sizing: border-box;
}

.em_filter_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.em_filter_drawer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 300px);
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  border-radius: 0;
  background: #fff;
  box-shadow: -8px 0 28px rgba(0, 0, 0, 0.14);
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

.em_filter_overlay.is-open .em_filter_drawer {
  transform: translateX(0);
}

.em_filter_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 14px 16px;
  border-bottom: 1px solid #dededf;
}

.em_filter_title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  color: #212529;
}

.em_filter_close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #495057;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.em_filter_close::before {
  content: "\00d7";
}

.em_filter_body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 20px 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.em_filter_group + .em_filter_group {
  margin-top: 20px;
}

.em_filter_label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: #212529;
}

.em_filter_row {
  display: flex;
  gap: 8px;
}

.em_filter_sel {
  flex: 1 1 50%;
  min-width: 0;
  height: 40px;
  padding: 0 36px 0 12px;
  box-sizing: border-box;
  border: 1px solid #dededf;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  color: #212529;
  font-family: inherit;
  background-color: #fff;
  background-image: url("../_img/icon/icon_jobs_common_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.em_filter_sel::-ms-expand {
  display: none;
}

.em_filter_sel--full {
  flex: 1 1 100%;
  width: 100%;
}

.em_filter_foot {
  flex-shrink: 0;
  padding: 12px 16px 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #dededf;
  box-sizing: border-box;
  background: #fff;
}

.em_filter_btn_search {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 12px 16px;
  border: 0;
  border-radius: 4px;
  background: #2a58a8;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
}

.em_filter_btn_search:active {
  opacity: 0.92;
}

@media (max-width: 767px) {
  .em_filter_overlay.ij_only_mo:not([hidden]) {
    display: flex !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em_filter_drawer {
    transition: none;
  }
}

.rc_page_heading {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.rc_page_heading--pc {
  display: block;
}

.rc_mo_head {
  display: none;
  margin-bottom: 14px;
}

.rc_mo_title_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.rc_mo_heading {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rc_mo_heading_bar {
  display: inline-block;
  width: 4px;
  height: 20px;
  background: var(--rc-blue);
  border-radius: 2px;
}

.rc_mo_count {
  font-weight: 700;
  color: #333;
}

.rc_mo_paid {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--rc-blue);
  text-decoration: none;
}

.rc_alert {
  padding: 12px 14px;
  margin-bottom: 12px;
  border-radius: 6px;
  background: #4a4a4a;
  font-size: 13px;
  line-height: 1.55;
  color: #f5f5f5;
}

.rc_campaign {
  margin: 0 0 20px;
  font-size: 14px;
}

.rc_campaign a {
  font-weight: 700;
  color: var(--rc-blue);
  text-decoration: none;
}

.rc_campaign a:hover {
  text-decoration: underline;
}

.rc_section {
  margin-bottom: 28px;
}

.rc_subtitle {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

.rc_star {
  color: #ffc107;
  margin-right: 4px;
}

.rc_result_title {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

.rc_result_title strong {
  color: var(--rc-blue);
}

.rc_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rc_grid--pick {
  margin-bottom: 4px;
}

.rc_card {
  box-sizing: border-box;
  padding: 14px 14px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
}

.rc_card--pick {
  border-color: #dce8f7;
}

.rc_card_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.rc_card_tr {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.rc_cat {
  font-size: 13px;
  font-weight: 700;
  color: var(--rc-blue);
}

.rc_cat--pharm {
  color: #1565c0;
}

.rc_fav {
  padding: 0 4px;
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  color: #ddd;
  cursor: pointer;
}

.rc_fav.is_on {
  color: #ffc107;
}

.rc_deadline {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
}

.rc_card_title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.rc_card_title a {
  color: #111;
  text-decoration: none;
}

.rc_card_title a:hover {
  color: var(--rc-blue);
}

.rc_card_loc {
  margin: 0 0 12px;
  font-size: 13px;
  color: #777;
}

.rc_card_meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  padding: 10px 10px;
  border-radius: 6px;
  background: #f5f5f5;
}

.rc_meta_item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #444;
}

.rc_meta_item img {
  flex-shrink: 0;
  margin-top: 2px;
}

.rc_sidebar {
  box-sizing: border-box;
  padding: 4px 0 0;
}

.rc_side_block {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.rc_side_title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.rc_chk {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}

.rc_chk input {
  width: 16px;
  height: 16px;
}

.rc_side_btn {
  width: 100%;
  height: 44px;
  margin-bottom: 16px;
  border: none;
  border-radius: 4px;
  background: #111;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.rc_side_btn:hover {
  background: #333;
}

.rc_side_ad {
  margin-top: 8px;
}

.rc_pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding-bottom: 12px;
}

.rc_pg,
.rc_pg_num {
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}

.rc_pg:hover,
.rc_pg_num:hover {
  background: #f9f9f9;
}

.rc_pg_num.is_active {
  background: var(--rc-accent);
  border-color: var(--rc-accent);
  color: #fff;
  font-weight: 700;
}

/* —— recruit_list Figma (채용공고 카드·캠페인·페이지네이션) —— */
.inq_page.rc_page {
  --rc-primary: #007aff;
  --rc-sub-blue: #2a58a8;
  --rc-sub-blue-hover: #265099;
  --rc-filter-bg: #eaeef6;
  --rc-border: #dededf;
  --rc-bg-gray: #f6f6f6;
  --rc-text-middle: #6f7174;
}

@media (min-width: 768px) {
  .inq_page.rc_page .rc_filter_inner {
    padding: 16px 0;
    background: var(--rc-filter-bg);
    border-bottom: none;
  }

  .inq_page.rc_page .rc_tab.is_active {
    background: var(--rc-primary);
    border-color: var(--rc-primary);
  }

  .inq_page.rc_page .inq_main.inner {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }

  .inq_page.rc_page .rc_layout {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: 0;
  }

  .inq_page.rc_page .rc_sidebar {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    border-left: 0;
  }
}

.rc_campaign {
  position: relative;
  margin: 0 0 24px;
  padding: 12px;
  border-radius: 4px;
  background: #e6f2ff;
}

.rc_campaign_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
}

.rc_campaign_badge,
.rc_campaign_lead {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--rc-primary);
}

.rc_campaign_badge img,
.rc_campaign_lead img {
  flex-shrink: 0;
}

.rc_campaign_desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #212529;
}

.rc_campaign_more {
  padding: 4px 10px;
  border: 1px solid var(--rc-border);
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  color: #212529;
  cursor: pointer;
}

.rc_campaign_more:hover {
  background: #f6f6f6;
}

.rc_campaign_tip {
  position: absolute;
  left: 50%;
  top: -54px;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(520px, calc(100vw - 48px));
}

.rc_campaign_tip[hidden] {
  display: none !important;
}

.rc_campaign_tip_box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.rc_campaign_tip_box img {
  flex-shrink: 0;
  margin-top: 2px;
}

.rc_campaign_tip_tail {
  width: 10px;
  height: 6px;
  margin-top: -1px;
}

.rc_section_head {
  margin-bottom: 8px;
}

.rc_section_title {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #212529;
}

.rc_section_title--pick {
  color: var(--rc-primary);
}

.rc_section_title--pick img {
  flex-shrink: 0;
}

.rc_result_count {
  font-weight: 400;
  color: var(--rc-text-middle);
}

.rc_result_count strong {
  font-weight: 500;
  color: #000;
}

.rc_job_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.rc_job_grid--pick {
  margin-bottom: 8px;
}

.rc_job_card {
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid var(--rc-border);
  border-radius: 6px;
  background: #fff;
  transition: outline-color 0.15s ease, box-shadow 0.15s ease;
}

.rc_job_card--hover,
.rc_job_card:hover {
  outline: 2px solid var(--rc-primary);
  outline-offset: -2px;
}

.rc_job_grid--result .rc_job_card--hover,
.rc_job_grid--result .rc_job_card:hover {
  outline-color: var(--rc-sub-blue);
}

.rc_job_card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.rc_job_card__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 1.3;
}

.rc_job_card__cat {
  color: var(--rc-primary);
  font-weight: 400;
}

.rc_job_card__cat--sub {
  color: var(--rc-sub-blue-hover);
}

.rc_job_card__loc {
  color: var(--rc-text-middle);
}

.rc_job_card__loc::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 4px;
  background: var(--rc-border);
  vertical-align: middle;
}

.rc_job_card__fav {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.rc_job_card__fav img {
  display: block;
  width: 24px;
  height: 24px;
}

.rc_job_card__fav img.rc_job_card__fav-on {
  display: none;
}

.rc_job_card__fav.is_on img.rc_job_card__fav-off {
  display: none;
}

.rc_job_card__fav.is_on img.rc_job_card__fav-on {
  display: block;
}

.rc_job_card__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.rc_job_card__title a {
  color: #212529;
  text-decoration: none;
}

.rc_job_card__title a:hover {
  color: var(--rc-primary);
}

.rc_job_card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.3;
}

.rc_job_card__company {
  color: var(--rc-text-middle);
}

.rc_job_card__deadline {
  color: var(--rc-text-middle);
}

.rc_job_card__detail {
  display: flex;
  gap: 16px;
  padding: 8px;
  border-radius: 2px;
  background: var(--rc-bg-gray);
}

.rc_job_card__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rc_job_card__row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #212529;
}

.rc_job_card__row img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.inq_page.rc_page .pagination,
.inq_page.rc_page.rml_page .pagination {
  margin-top: 40px;
}

.rc_side_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.rc_side_head .rc_side_title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: var(--rc-sub-blue);
}

.rc_side_reset {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #212529;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.rc_check {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  color: #212529;
  cursor: pointer;
}

.rc_check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin: 0;
  flex-shrink: 0;
  border: 0;
  cursor: pointer;
  background: url("../_img/icon/icon_common_check.svg") center / 24px 24px no-repeat;
}

.rc_check input[type="checkbox"]:checked {
  background-image: url("../_img/icon/icon_common_check_on.svg");
}

.rc_check input[type="checkbox"]:checked ~ span {
  color: #141414;
}

.inq_page.rc_page .rc_page_title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

.inq_page.rc_page .rc_content > .rc_section.ij_only_pc {
  margin-bottom: 0;
}

.inq_page.rc_page .rc_content > .rc_section.ij_only_pc + .rc_section.ij_only_pc {
  margin-top: 40px;
}

.inq_page.rc_page .rc_section_head--result .rc_section_title {
  gap: 8px;
}

.inq_page.rc_page .rc_side_block {
  margin-bottom: 24px;
  padding-bottom: 0;
  border-bottom: none;
}

.rc_check_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rc_check_list li {
  margin: 0;
}

.rc_side_search {
  width: 100%;
  margin: 0;
  padding: 6px 16px;
  border: none;
  border-radius: 0;
  background: #212529;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  color: #fff;
  cursor: pointer;
}

.rc_side_search:hover {
  background: #3c3f43;
}

.rc_side_banner {
  display: block;
  width: 120px;
  height: 240px;
  margin-top: 40px;
  overflow: hidden;
}

.rc_side_banner img {
  display: block;
  width: 120px;
  height: 240px;
  vertical-align: top;
}

.rc_side_reset:not(.rc_side_reset--link) {
  text-decoration: none;
}

.rc_mo_thumb_list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rc_mo_thumb_item {
  border-bottom: 1px solid var(--rc-border);
}

.rc_mo_thumb_link {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 12px 0;
  text-decoration: none;
  color: inherit;
}

.rc_mo_thumb_visual {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--rc-bg-gray);
}

.rc_mo_thumb_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rc_mo_thumb_badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 2px 6px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.rc_mo_thumb_body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.rc_mo_thumb_meta {
  margin: 0;
  font-size: 12px;
  color: var(--rc-text-middle);
}

.rc_mo_thumb_meta .rc_job_card__cat {
  color: var(--rc-primary);
}

.rc_mo_thumb_title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rc_mo_thumb_company {
  margin: 0;
  font-size: 12px;
  color: var(--rc-text-middle);
}

/* recruit_list — mobile row list (Figma 0204_Job Posting_mo) */
.rc_mo_section {
  display: none;
}

.rc_mo_category {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rc_mo_category_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-left: 12px;
  border-left: 4px solid var(--rc-sub-blue);
}

.rc_mo_category_title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
}

.rc_mo_category_label {
  color: var(--rc-sub-blue);
}

.rc_mo_category_count {
  color: #212529;
}

.rc_mo_paid_btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 2px 6px 2px 8px;
  border: 1px solid var(--rc-border);
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  color: #212529;
  text-decoration: none;
}

.rc_mo_paid_ico {
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  object-fit: contain;
}

.rc_mo_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rc_mo_item {
  border-bottom: 1px solid #f2f2f2;
}

.rc_mo_item:first-child {
  border-top: 1px solid #f2f2f2;
}

.rc_mo_item_link {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  color: inherit;
}

.rc_mo_item_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.rc_mo_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.rc_mo_item_cat {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: var(--rc-sub-blue);
}

.rc_mo_item_deadline {
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  color: var(--rc-text-middle);
}

.rc_mo_item_title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #212529;
}

.rc_mo_item_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  color: var(--rc-text-middle);
}

.rc_mo_item_loc {
  text-align: right;
}

.rc_mo_item_detail {
  display: flex;
  gap: 16px;
  padding: 8px;
  border-radius: 2px;
  background: var(--rc-bg-gray);
}

.rc_mo_item_col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rc_mo_item_row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  color: #212529;
}

.rc_mo_item_row img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.rc_mo_filter_link {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--rc-sub-blue);
  text-decoration: none;
}

@media (max-width: 1100px) {
  .rc_grid,
  .rc_job_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .rc_filter_bar--pc {
    display: none;
  }

  .rc_mo_filter_strip {
    display: flex;
  }

  .rc_page_heading--pc {
    display: none;
  }

  .rc_mo_head {
    display: block;
  }

  .inq_page.rc_page.ij_page .rc_layout {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }

  .inq_page.rc_page.ij_page .rc_content,
  .inq_page.rc_page .rc_content {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .inq_page.rc_page .rc_content::after {
    display: none;
  }

  .rc_sidebar {
    display: none;
  }

  .rc_sel {
    min-width: 100px;
  }

  .rc_grid,
  .rc_job_grid {
    display: none;
  }

  .inq_page.rc_page .rc_content {
    padding-top: 0;
  }

  .inq_page.rc_page .rc_mo_section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px 80px;
    box-sizing: border-box;
  }

  .inq_page.rc_page .rc_mo_section .pagination {
    margin-top: 0;
  }

  .inq_page.rc_page .rc_mo_section .pagination li:nth-child(n+8):nth-child(-n+12) {
    display: none;
  }

  .rc_campaign_tip {
    display: none !important;
  }

  .rc_pg_num--hide_mo {
    display: none;
  }
}

@media (max-width: 480px) {
  .rc_row_filters .rc_sel {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
  }
}

/* ========== recruit_detail (구인구직 · 채용 상세) ========== */

.rd_page {
  --rd-blue: #2a58a8;
  --rd-blue-act: #1e4a8f;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .rd_page {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
}

.rd_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rd_mo_bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.rd_mo_back,
.rd_mo_home {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.rd_mo_back img,
.rd_mo_home img {
  display: block;
  width: 20px;
  height: 20px;
}

.rd_mo_cent {
  flex: 1;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

.rd_page .inq_layout.rd_layout {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .rd_page .inq_layout.rd_layout.rc_layout {
    display: grid;
    grid-template-columns: 1056px 176px;
    column-gap: 48px;
    align-items: start;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    box-sizing: border-box;
  }

  .rd_page .rc_content.rd_main {
    position: relative;
    flex: none;
    min-width: 0;
    width: 1056px;
    max-width: 1056px;
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
  }

  .rd_page .rc_content.rd_main::after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 1px;
    height: 100%;
    background: #dededf;
    pointer-events: none;
  }

  .rd_page .rc_sidebar.rd_sidebar {
    flex: none;
    width: 176px;
    min-width: 176px;
    max-width: 176px;
    grid-column: 2;
    grid-row: 1;
    box-sizing: border-box;
    padding-left: 0;
    border-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .rd_page .rd_side_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
  }

  .rd_page .rd_side_cards {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    margin: 0;
  }

  .rd_page .rd_side_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border: 1px solid #dededf;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
  }

  .rd_page .rd_side_card:hover {
    border-color: #000;
  }

  .rd_page .rd_side_card_post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
  }

  .rd_page .rd_side_card_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    width: 100%;
  }

  .rd_page .rd_side_card_cat {
    flex: 0 1 auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #007aff;
  }

  .rd_page .rd_side_card_loc {
    flex: 0 1 auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #6f7174;
    text-align: right;
  }

  .rd_page .rd_side_card_title {
    margin: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #212529;
    word-wrap: break-word;
  }

  .rd_page .rd_side_card_title a {
    color: inherit;
    text-decoration: none;
  }

  .rd_page .rd_side_card_title a:hover {
    color: #007aff;
  }

  .rd_page .rd_side_card_company {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #6f7174;
  }

  .rd_page .rd_side_card_detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    padding: 8px;
    border-radius: 2px;
    background: #f6f6f6;
    box-sizing: border-box;
  }

  .rd_page .rd_side_card_row {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
  }

  .rd_page .rd_side_card_row img {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }

  .rd_page .rd_side_card_row span {
    flex: 1 1 0;
    min-width: 0;
    word-wrap: break-word;
  }

  .rd_page .rd_side_ads {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .rd_page .rd_side_ad {
    display: block;
    width: 120px;
    height: 240px;
    overflow: hidden;
    background: #f2f2f2;
    box-sizing: border-box;
  }

  .rd_page .rd_side_ad:has(> img) {
    background: transparent;
  }

  .rd_page .rd_side_ad img {
    display: block;
    width: 120px;
    height: 240px;
    object-fit: cover;
  }

  .rd_page .rd_main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 80px;
  }

  .rd_page .rd_map {
    height: 400px;
    border-radius: 0;
  }

  .rd_page .rd_map_section .rd_sec_title {
    display: none;
  }

  .rd_page .rd_map_addr {
    display: none;
  }

  .rd_page .rd_hero {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rd_page .rd_hero_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 24px;
    border-bottom: 1px solid #c8c9ca;
  }

  .rd_page .rd_company_label {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #2a58a8;
  }

  .rd_page .rd_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
  }

  .rd_page .rd_hero_opts {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }

  .rd_page .rd_fav_btn {
    width: 37px;
    height: 37px;
    border-radius: 4px;
    border-color: #dededf;
  }

  .rd_page .rd_fav_btn img {
    width: 24px;
    height: 24px;
  }

  .rd_page .rd_btn {
    min-height: 37px;
    padding: 8px 16px 8px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }

  .rd_page .rd_btn--line {
    border-width: 1px;
  }

  .rd_page .rd_summary {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
    padding: 24px;
    border: 1px solid #dededf;
    border-radius: 0;
    background: #fff;
  }

  .rd_page .rd_summary_col + .rd_summary_col {
    margin-top: 0;
  }

  .rd_page .rd_summary_head {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #2a58a8;
  }

  .rd_page .rd_summary_col .rd_kv {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 8px;
  }

  .rd_page .rd_kv_row {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    border-bottom: none;
    font-size: 15px;
    line-height: 1.3;
  }

  .rd_page .rd_kv dt {
    flex: 0 0 52px;
    width: 52px;
    color: #6f7174;
    font-weight: 400;
  }

  .rd_page .rd_kv dd {
    flex: 1 1 auto;
    min-width: 0;
    color: #212529;
  }

  .rd_page .rd_section {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rd_page .rd_sec_title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #212529;
  }

  .rd_page .rd_num_list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1.3;
    color: #212529;
  }

  .rd_page .rd_num_list li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
  }

  .rd_page .rd_num_list li::before {
    flex: 0 0 14px;
    width: 14px;
    content: counter(rd-num) ".";
    counter-increment: rd-num;
  }

  .rd_page .rd_num_list {
    counter-reset: rd-num;
  }

  .rd_page .rd_num_list li + li {
    margin-top: 8px;
  }

  .rd_page .rd_para {
    font-size: 16px;
    line-height: 1.3;
    color: #212529;
  }

  .rd_page .rd_apply_section {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rd_page .rd_apply_card {
    padding: 0;
    border: 1px solid #dededf;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
  }

  .rd_page .rd_apply_inner {
    display: flex;
    align-items: stretch;
    height: 142px;
    min-height: 142px;
    max-height: 142px;
    box-sizing: border-box;
  }

  .rd_page .rd_apply_countdown {
    flex: 0 0 auto;
    align-self: stretch;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 24px 40px;
    background: #f6f6f6;
    text-align: center;
  }

  .rd_page .rd_timer_block {
    flex: none;
    min-width: 0;
  }

  .rd_page .rd_timer {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #dc3545;
  }

  .rd_page .rd_timer_num {
    font-size: 24px;
    font-weight: 700;
    color: #dc3545;
  }

  .rd_page .rd_timer_clock {
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #dc3545;
  }

  .rd_page .rd_apply_dates {
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    color: #6f7174;
  }

  .rd_page .rd_apply_dates p {
    margin: 0 0 2px;
  }

  .rd_page .rd_apply_dates p:last-child {
    margin-bottom: 0;
  }

  .rd_page .rd_date_label {
    margin-right: 0;
    color: #6f7174;
    font-weight: 400;
  }

  .rd_page .rd_apply_body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .rd_page .rd_contact--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 8px;
    margin: 0;
  }

  .rd_page .rd_contact--grid .rd_kv_row {
    gap: 24px;
  }

  .rd_page .rd_apply_section .rd_contact--grid .rd_kv_row {
    font-size: 14px;
    line-height: 18.2px;
  }

  .rd_page .rd_apply_section .rd_contact--grid .rd_kv_row dt {
    flex: 0 0 auto;
    width: auto;
    min-width: 38px;
    font-size: 14px;
    line-height: 18.2px;
  }

  .rd_page .rd_apply_section .rd_contact--grid .rd_kv_row dd {
    font-size: 14px;
    line-height: 18.2px;
  }

  .rd_page .rd_apply_section .rd_kv_row.rd_dl_row,
  .rd_page .rd_apply_section .rd_contact .rd_kv_row.rd_dl_row {
    padding: 0;
  }

  .rd_page .rd_contact--grid .rd_kv_row:nth-child(5) {
    grid-column: 1 / -1;
  }

  .rd_page .rd_apply_note {
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #6f7174;
  }

  .rd_page .rd_apply_actions {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px 12px 0;
    box-sizing: border-box;
  }

  .rd_page .rd_btn--stack {
    width: 100%;
    min-width: 140px;
    max-width: none;
  }

  .rd_page .rd_biz_notice,
  .rd_page .rd_biz_section,
  .rd_page .rd_disclaimer,
  .rd_page .rd_list_wrap {
    margin-bottom: 0;
  }

  .rd_page .rd_disclaimer--legal {
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 20px 24px;
    text-align: center;
    border-radius: 0;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 1.55;
    color: #9b9d9f;
  }

  .rd_page .rd_disclaimer--sub {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px 24px;
    text-align: center;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 1.55;
    color: #9b9d9f;
  }

  .rd_page .rd_list_wrap {
    padding: 0;
  }

  .rd_page .rd_btn_list {
    padding: 8px 20px;
    border: 1px solid #212529;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #212529;
  }

}

.rd_main {
  padding-bottom: 8px;
}

.rd_hero {
  margin-bottom: 20px;
}

.rd_hero_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rd_hero_opts {
  display: none;
}

.rd_company_label {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--rd-blue);
}

.rd_company {
  margin: 0 0 10px;
  font-size: 14px;
  color: #888;
}

.rd_title {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
}

.rd_apply_inner {
  display: block;
}

.rd_apply_countdown {
  margin-bottom: 0;
}

.rd_apply_body {
  margin-bottom: 0;
}

.rd_apply_actions {
  display: none;
}

.rd_apply_note {
  display: none;
}

.rd_detail_mo {
  display: none;
}

.rd_mo_body {
  display: block;
}

.rd_star_btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  color: #ccc;
  cursor: pointer;
}

.rd_star_btn.is_on {
  color: #ffc107;
  border-color: #ffc107;
}

.rd_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  border: none;
}

.rd_btn--solid {
  background: var(--rd-blue);
  color: #fff;
}

.rd_btn--solid:hover {
  background: var(--rd-blue-act);
}

.rd_btn--line {
  background: #fff;
  color: var(--rd-blue);
  border: 2px solid var(--rd-blue);
}

.rd_btn--line:hover {
  background: #f0f6fc;
}

.rd_btn--wide {
  width: 100%;
  max-width: 200px;
}

.rd_summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid #eee;
}

.rd_summary_col {
  min-width: 0;
}

.rd_summary_head {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.rd_kv {
  margin: 0;
}

.rd_kv_row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px 12px;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
}

.rd_kv_row:last-child {
  border-bottom: none;
}

.rd_kv dt {
  margin: 0;
  color: #666;
  font-weight: 500;
}

.rd_kv dd {
  margin: 0;
  color: #111;
}

.rd_section {
  margin-bottom: 22px;
}

.rd_sec_title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.rd_num_list {
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.65;
  color: #333;
}

.rd_num_list li + li {
  margin-top: 6px;
}

.rd_para {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.rd_apply_section {
  margin-bottom: 24px;
}

.rd_apply_card {
  padding: 16px;
  border-radius: 8px;
  background: #f0f0f0;
  border: 1px solid #e5e5e5;
}

.rd_timer_block {
  flex: 1;
  min-width: 140px;
}

.rd_timer {
  margin: 0 0 6px;
  font-size: 14px;
  color: #333;
}

.rd_timer_num {
  font-size: 28px;
  font-weight: 800;
  color: #e53935;
}

.rd_timer_clock {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #555;
}

.rd_apply_dates {
  font-size: 14px;
  color: #333;
  text-align: right;
}

.rd_apply_dates p {
  margin: 0 0 6px;
}

.rd_apply_dates p:last-child {
  margin-bottom: 0;
}

.rd_date_label {
  color: #666;
  margin-right: 6px;
}


.rd_contact .rd_kv_row {
  grid-template-columns: 88px 1fr;
  padding: 6px 0;
  border-bottom: none;
}

.rd_contact {
  margin: 0;
}

.rd_map_section {
  margin-bottom: 24px;
}

.rd_map {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background: #e8eaed;
  overflow: hidden;
}

.rd_map.is_fallback {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd_map.is_embed {
  display: block;
  padding: 0;
}

.rd_map_iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.rd_map_fallback_link {
  font-size: 14px;
  font-weight: 600;
  color: var(--rd-blue);
  text-decoration: underline;
}

.rd_map_addr {
  margin: 8px 0 0;
  font-size: 13px;
  color: #666;
}

.rd_btn--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.rd_btn--icon img {
  flex-shrink: 0;
}

.rd_fav_btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.rd_fav_btn .rd_fav_on {
  display: none;
}

.rd_fav_btn.is_on .rd_fav_off {
  display: none;
}

.rd_fav_btn.is_on .rd_fav_on {
  display: block;
}

.rd_biz_cert {
  margin-bottom: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  background: #e3f2fd;
  border: 1px solid #90caf9;
}

.rd_biz_cert_txt {
  margin: 0;
  font-size: 13px;
  color: #1565c0;
}

.rd_biz_info_img {
  flex-shrink: 0;
}

.rd_biz_tip_btn {
  margin-left: auto;
  padding: 2px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}

.rd_biz_tip {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 12px;
  line-height: 1.5;
  color: #555;
}

.rd_biz_tip[hidden] {
  display: none !important;
}

.rd_side_block {
  margin-bottom: 20px;
}

.rd_side_cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rd_side_cards .rc_job_card__title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.rd_side_cards .rc_job_card__title a {
  color: #111;
  text-decoration: none;
}

.rd_side_cards .rc_job_card__title a:hover {
  color: var(--rd-blue);
}

.rd_biz_notice {
  padding: 12px 14px;
  margin-bottom: 16px;
  border-radius: 6px;
  background: #fff3e0;
  border: 1px solid #ffcc80;
  font-size: 13px;
  color: #5d4037;
}

.rd_biz_section {
  margin-bottom: 20px;
}

.rd_biz_head {
  position: relative;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.rd_biz_head_txt {
  flex: 0 0 auto;
}

.rd_biz_tip_wrap {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  vertical-align: middle;
}

.rd_biz_tip_trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: help;
  line-height: 0;
}

.rd_biz_tip_trigger .rd_biz_info_img {
  flex: 0 0 16px;
  display: block;
  width: 16px;
  height: 16px;
}

.rd_biz_tip_popup {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: calc(100% + 6px);
  top: auto;
  z-index: 200;
  display: none;
  width: 320px;
  max-width: min(320px, calc(100vw - 40px));
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  transform: translateX(-50%);
  pointer-events: none;
}

.rd_biz_tip_popup_inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}

.rd_biz_tip_popup_box {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  word-wrap: break-word;
  box-sizing: border-box;
}

.rd_biz_tip_popup_arrow {
  position: absolute;
  left: 50%;
  bottom: -6px;
  display: block;
  width: 10px;
  height: 6px;
  margin: 0;
  padding: 0;
  line-height: 0;
  transform: translateX(-50%);
}

.rd_biz_tip_popup_arrow svg {
  display: block;
  width: 10px;
  height: 6px;
}

.rd_biz_tip_popup_title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

.rd_biz_tip_popup_body {
  display: block;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

.rd_biz_tip_popup::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}

.rd_biz_tip_wrap:hover .rd_biz_tip_popup,
.rd_biz_tip_wrap:focus-within .rd_biz_tip_popup {
  display: block;
  pointer-events: auto;
}

.rd_table_wrap {
  overflow-x: auto;
  border: 1px solid #dededf;
  border-radius: 0;
  box-sizing: border-box;
}

.rd_table {
  width: 100%;
  min-width: 520px;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.3;
}

.rd_table th,
.rd_table td {
  padding: 12px 16px;
  border: 0;
  border-right: 1px solid #dededf;
  border-bottom: 1px solid #dededf;
  text-align: left;
  vertical-align: middle;
}

.rd_table th:last-child,
.rd_table td:last-child {
  border-right: 0;
}

.rd_table tbody tr:last-child th,
.rd_table tbody tr:last-child td {
  border-bottom: 0;
}

.rd_table th {
  width: 18%;
  background: #f6f6f6;
  color: #6f7174;
  font-weight: 400;
}

.rd_table td {
  color: #212529;
  font-weight: 400;
}

.rd_disclaimer {
  padding: 12px 14px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 12px;
  line-height: 1.55;
  color: #666;
}

.rd_disclaimer--legal {
  margin-bottom: 10px;
  padding: 16px 20px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #9b9d9f;
}

.rd_disclaimer--legal p {
  margin: 0;
}

.rd_disclaimer--legal strong {
  font-weight: 700;
  color: #9b9d9f;
}

.rd_disclaimer--sub {
  margin-bottom: 20px;
  padding: 16px 20px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #9b9d9f;
}

.rd_disclaimer--sub p {
  margin: 0;
}

.rd_disclaimer_sub_txt + .rd_disclaimer_sub_law {
  margin-top: 8px;
}

.rd_disclaimer_sub_law {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  color: #9b9d9f;
}

.rd_list_wrap {
  display: flex;
  justify-content: center;
  padding: 8px 0 24px;
}

.rd_btn_list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  border: 1px solid #212529;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #212529;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.rd_btn_list:hover {
  background: #fff;
  color: #212529;
  text-decoration: underline;
}

.rd_sidebar {
  box-sizing: border-box;
}

.rd_side_title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.rd_related {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.rd_related li {
  border-bottom: 1px solid #eee;
}

.rd_related_link {
  display: block;
  padding: 12px 4px;
  text-decoration: none;
  color: inherit;
}

.rd_related_link:hover .rd_related_t {
  color: var(--rd-blue);
}

.rd_related_t {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.35;
}

.rd_related_meta {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #888;
}

.rd_side_ad {
  margin-bottom: 12px;
}

.rd_side_banner_ph {
  box-sizing: border-box;
  padding: 40px 12px;
  border: 1px dashed #ccc;
  border-radius: 8px;
  background: linear-gradient(135deg, #e3f2fd 0%, #fce4ec 100%);
  font-size: 13px;
  font-weight: 600;
  color: #555;
  text-align: center;
}

.rd_fix_bottom {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  align-items: stretch;
  gap: 10px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

.rd_fix_scrap {
  flex: 0 0 auto;
  min-width: 100px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}

.rd_fix_scrap.is_on {
  border-color: #ffc107;
  color: #f57c00;
}

.rd_fix_apply {
  flex: 1;
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  background: var(--rd-blue);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.rd_fix_apply:hover {
  background: var(--rd-blue-act);
}

.rd_timer_mo {
  display: none;
}

.rd_dl_row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px 12px;
}

@media (max-width: 767px) {
  .rd_page {
    --rd-mo-pad: 20px;
    --rd-mo-line: #f2f2f2;
    --rd-mo-line-bright: #dededf;
    --rd-mo-gap: 16px;
    --rd-blue: #2a58a8;
    --rd-danger: #dc3545;
    overflow-x: visible;
  }

  .rd_mo_bar {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 8000;
  }

  .rd_page .rd_mo_bar.inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: var(--rd-mo-pad);
    padding-right: var(--rd-mo-pad);
    box-sizing: border-box;
  }

  .rd_page .rc_mo_strip {
    display: none !important;
  }

  .rd_page #header .header,
  .rd_page #header > .container {
    display: none !important;
  }

  .rd_page #header .top_fix {
    display: block;
  }

  .rd_page .inq_main.inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .rd_page .rd_layout {
    padding: 0;
    width: 100%;
    min-width: 0;
  }

  .rd_page .rd_main,
  .rd_page .inq_content.rd_main {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0 0 24px;
    box-sizing: border-box;
  }

  .rd_page .rd_mo_body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--rd-mo-gap);
    padding: 24px var(--rd-mo-pad);
    box-sizing: border-box;
  }

  .rd_page .rd_mo_hero {
    margin: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--rd-mo-line);
    background: #fff;
  }

  .rd_page .rd_hero_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .rd_page .rd_company_label {
    display: none;
  }

  .rd_page .rd_company {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: var(--rd-blue);
  }

  .rd_page .rd_title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    color: #212529;
    word-break: break-all;
  }

  .rd_page .rd_title_row {
    display: block;
  }

  .rd_page .rd_hero_opts {
    display: none;
  }

  .rd_page .rd_summary {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0 0 16px;
    border: 0;
    border-bottom: 1px solid var(--rd-mo-line);
    border-radius: 0;
    background: transparent;
  }

  .rd_page .rd_summary_col {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  }

  .rd_page .rd_summary_col + .rd_summary_col {
    padding: 0;
    border-top: 0;
  }

  .rd_page .rd_summary_head {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: var(--rd-blue);
  }

  .rd_page .rd_summary_col .rd_kv {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rd_page .rd_summary_col .rd_dl_row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    min-height: 0;
    padding: 0;
    margin: 0;
    border-bottom: 0;
  }

  .rd_page .rd_summary_col .rd_dl_row dt {
    flex: 0 0 55px;
    width: 55px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #212529;
    word-break: keep-all;
  }

  .rd_page .rd_summary_col .rd_dl_row dd {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #212529;
    word-break: break-all;
  }

  .rd_page .rd_detail_mo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--rd-mo-line);
  }

  .rd_page .rd_detail_block {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rd_page .rd_detail_head {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #212529;
  }

  .rd_page .rd_detail_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rd_page .rd_detail_list li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    word-break: break-all;
  }

  .rd_page .rd_detail_list li::before {
    flex: 0 0 13px;
    width: 13px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    counter-increment: rd-detail;
    content: counter(rd-detail) ".";
  }

  .rd_page .rd_detail_list {
    counter-reset: rd-detail;
  }

  .rd_page .rd_detail_para {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    word-break: break-all;
  }

  .rd_page .rd_section {
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--rd-mo-line);
  }

  .rd_page .rd_sec_title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #212529;
  }

  .rd_page .rd_num_list {
    list-style: decimal;
    padding-left: 20px;
    counter-reset: none;
  }

  .rd_page .rd_num_list li {
    display: list-item;
  }

  .rd_page .rd_num_list li::before {
    display: none;
    content: none;
  }

  .rd_page .rd_num_list li + li {
    margin-top: 6px;
  }

  .rd_page .rd_para {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
  }

  .rd_page .rd_apply_section {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    box-sizing: border-box;
  }

  .rd_page .rd_apply_section .rd_sec_title {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #212529;
  }

  .rd_page .rd_apply_box {
    margin: 0;
    padding: 16px;
    border: 0;
    border-radius: 0;
    background: #f6f6f6;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .rd_page .rd_apply_inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .rd_page .rd_apply_countdown {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0 0 16px;
    background: transparent;
    border-bottom: 1px solid var(--rd-mo-line-bright);
  }

  .rd_page .rd_timer_block {
    flex: 0 0 auto;
    min-width: 0;
    padding: 8px 16px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
  }

  .rd_page .rd_apply_body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }

  .rd_page .rd_apply_actions {
    display: none;
  }

  .rd_page .rd_timer_pc {
    display: none;
  }

  .rd_page .rd_timer_mo {
    display: block;
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--rd-danger);
  }

  .rd_page .rd_timer_mo .rd_timer_num {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }

  .rd_page .rd_timer_clock {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: var(--rd-danger);
  }

  .rd_page .rd_apply_dates {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
    font-size: 14px;
    line-height: 19.6px;
    color: #212529;
  }

  .rd_page .rd_apply_dates p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: #212529;
  }

  .rd_page .rd_date_label {
    display: none;
  }

  .rd_page .rd_contact--grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .rd_page .rd_apply_section .rd_contact .rd_dl_row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    min-height: 0;
    padding: 0;
    margin: 0;
    border-bottom: 0;
  }

  .rd_page .rd_apply_section .rd_contact .rd_dl_row dt {
    flex: 0 0 52px;
    width: 52px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
  }

  .rd_page .rd_apply_section .rd_contact .rd_dl_row dd {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #212529;
    word-break: break-all;
  }

  .rd_page .rd_apply_note {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #6f7174;
  }

  .rd_page .rd_mo_body .rd_map_section {
    margin: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--rd-mo-line);
    box-sizing: border-box;
  }

  .rd_page .rd_mo_body .rd_map_section .rd_sec_title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #212529;
  }

  .rd_page .rd_map {
    width: 100%;
    max-width: 100%;
    height: 320px;
    border-radius: 0;
    box-sizing: border-box;
  }

  .rd_page .rd_map_iframe {
    max-width: 100%;
  }

  .rd_page .rd_map_addr {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.45;
    color: #6f7174;
    white-space: normal;
    word-break: break-all;
  }

  .rd_page .rd_biz_notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.5;
  }

  .rd_page .rd_mo_body .rd_biz_section {
    margin: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--rd-mo-line);
    box-sizing: border-box;
  }

  .rd_page .rd_mo_body .rd_biz_head {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #212529;
  }

  .rd_page .rd_biz_tip_wrap {
    position: static;
    overflow: visible;
  }

  .rd_page .rd_biz_head {
    overflow: visible;
  }

  .rd_page .rd_biz_tip_popup {
    left: 50%;
    right: auto;
    bottom: auto;
    top: auto;
    width: 320px;
    max-width: min(320px, calc(100vw - var(--rd-mo-pad) * 2));
    margin-bottom: 0;
    transform: translateX(-50%);
    padding: 0;
    z-index: 10050;
  }

  .rd_page .rd_mo_body,
  .rd_page .rd_biz_section {
    overflow: visible;
  }

  .rd_page .rd_mo_body .rd_disclaimer_mo {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    font-size: 12px;
    line-height: 15.6px;
    color: #9b9d9f;
    box-sizing: border-box;
  }

  .rd_page .rd_mo_body .rd_disclaimer--legal.rd_disclaimer_mo {
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    border: 0;
    font-size: 12px;
    line-height: 15.6px;
    color: #9b9d9f;
    box-sizing: border-box;
  }

  .rd_page .rd_disclaimer_mo p {
    margin: 0;
  }

  .rd_page .rd_mo_body .rd_disclaimer--sub.rd_disclaimer_mo {
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    border: 0;
    font-size: 12px;
    line-height: 15.6px;
    color: #9b9d9f;
    box-sizing: border-box;
  }

  .rd_page .rd_disclaimer--sub.rd_disclaimer_mo .rd_disclaimer_sub_law {
    margin-top: 8px;
  }

  .rd_page .rd_mo_body .rd_list_wrap {
    margin: 0;
    padding: 8px 0 0;
  }

  .rd_page .rd_btn_list {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    padding: 8px 0;
    border: 1px solid #212529;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #212529;
    box-sizing: border-box;
  }

  .rd_fix_bottom {
    display: flex;
  }

  .rd_page {
    padding-bottom: 88px;
  }

  .rd_page .rd_mo_body .rd_table_wrap {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dededf;
    border-radius: 0;
    box-sizing: border-box;
  }

  .rd_page .rd_mo_body .rd_table {
    min-width: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    table-layout: fixed;
  }

  .rd_page .rd_mo_body .rd_table tbody {
    display: block;
    width: 100%;
  }

  .rd_page .rd_mo_body .rd_table tr {
    display: grid;
    grid-template-columns: minmax(88px, 38%) minmax(0, 1fr);
    width: 100%;
    border-bottom: 1px solid #dededf;
  }

  .rd_page .rd_mo_body .rd_table tbody tr:last-child {
    border-bottom: 0;
  }

  .rd_page .rd_mo_body .rd_table th,
  .rd_page .rd_mo_body .rd_table td {
    display: block;
    width: auto;
    padding: 12px 10px;
    margin: 0;
    border: 0;
    border-right: 1px solid #dededf;
    border-bottom: 1px solid #dededf;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .rd_page .rd_mo_body .rd_table th:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .rd_page .rd_mo_body .rd_table td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    border-right: 0;
  }

  .rd_page .rd_mo_body .rd_table th:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
    border-bottom: 0;
  }

  .rd_page .rd_mo_body .rd_table td:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    border-right: 0;
    border-bottom: 0;
  }

  .rd_page .rd_mo_body .rd_table th {
    background: #f6f6f6;
    color: #6f7174;
    font-weight: 400;
    word-break: keep-all;
  }

  .rd_page .rd_mo_body .rd_table td {
    color: #212529;
    font-weight: 400;
    word-break: break-all;
  }
}

@media (min-width: 768px) {
  .rd_fix_bottom {
    display: none !important;
  }

  .rd_page {
    padding-bottom: 0;
    overflow-x: clip;
  }

  .rd_page .rd_mo_body {
    padding: 0;
    gap: 0;
  }

  .rd_biz_tip_popup {
    left: calc(100% + 2px);
    top: 50%;
    bottom: auto;
    margin-bottom: 0;
    transform: translateY(-50%);
    width: max-content;
    max-width: min(520px, calc(100vw - 48px));
  }
}

/* 채용 상세 · 묻고답하기 레이어 (0206_Job Posting_popup · PC) */
.rd_qna_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10050;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.rd_qna_modal.is_open {
  display: flex;
}

.rd_qna_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.rd_qna_dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  max-height: min(90vh, 840px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

.rd_qna_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #dededf;
  flex-shrink: 0;
  box-sizing: border-box;
}

.rd_qna_title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #424649;
}

.rd_qna_close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.rd_qna_close_pc {
  display: block;
  width: 24px;
  height: 24px;
}

.rd_qna_close_mo {
  display: none;
  width: 32px;
  height: 32px;
}

.rd_qna_body {
  padding: 24px;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}

.rd_qna_textarea {
  width: 100%;
  min-height: 176px;
  max-height: min(48vh, 360px);
  margin: 0;
  padding: 12px 10px;
  border: 1px solid #dededf;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  color: #212529;
  resize: vertical;
  box-sizing: border-box;
  font-family: inherit;
}

.rd_qna_textarea::placeholder {
  color: #c8c9ca;
}

.rd_qna_textarea:focus {
  outline: none;
  border-color: #2a58a8;
}

.rd_qna_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.rd_qna_btn {
  min-width: 0;
  padding: 8px 20px;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  cursor: pointer;
  font-family: inherit;
  box-sizing: border-box;
}

.rd_qna_btn--primary {
  background: #2a58a8;
  color: #fff;
}

.rd_qna_btn--primary:hover {
  background: #244a8f;
}

.rd_qna_btn--ghost {
  border: 1px solid #dededf;
  background: #fff;
  color: #212529;
}

.rd_qna_btn--ghost:hover {
  background: #f9f9f9;
}

.rd_qna_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 채용 상세 · 묻고답하기 (0206_Job Posting_popup_mo) */
@media (max-width: 767px) {
  .rd_page .rd_apply_actions_mo {
    display: flex;
    justify-content: stretch;
  }

  .rd_page .rd_apply_actions_mo .rd_btn {
    width: 100%;
    justify-content: center;
  }

  .rd_qna_modal {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
  }

  .rd_qna_modal.is_open {
    display: flex;
  }

  .rd_qna_overlay {
    display: none;
  }

  .rd_qna_dialog {
    flex: 1;
    width: 100%;
    max-width: none;
    max-height: none;
    height: 100%;
    margin: 0;
    padding: 24px;
    padding-top: max(24px, env(safe-area-inset-top));
    padding-bottom: max(24px, env(safe-area-inset-bottom));
    gap: 24px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    box-shadow: none;
  }

  .rd_qna_head {
    align-self: stretch;
    height: auto;
    min-height: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid #dededf;
  }

  .rd_qna_close {
    width: 32px;
    height: 32px;
  }

  .rd_qna_close_pc {
    display: none;
  }

  .rd_qna_close_mo {
    display: block;
  }

  .rd_qna_body {
    flex: 1;
    min-height: 0;
    padding: 0;
    gap: 24px;
  }

  .rd_qna_textarea {
    flex: 1;
    min-height: 176px;
    max-height: none;
    font-size: 15px;
    line-height: 19.5px;
  }

  .rd_qna_actions {
    flex-shrink: 0;
    min-height: 39px;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .rd_qna_btn {
    flex: 0 1 auto;
    min-width: 0;
    max-width: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    padding: 8px 20px;
  }

}

body.rd_qna_mo_open .rd_fix_bottom,
body.rd_qna_mo_open .rd_mo_float_top {
  display: none !important;
}

/* 채용 상세 · 입사지원 레이어 (0203_Job Search popup) */
.rd_app_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10060;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.rd_app_modal.is_open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd_app_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.rd_app_dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  max-height: min(92vh, 720px);
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.rd_app_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 14px;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
}

.rd_app_title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.rd_app_close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.rd_app_close_pc {
  display: block;
  width: 24px;
  height: 24px;
}

.rd_app_close_mo {
  display: none;
  width: 32px;
  height: 32px;
}

.rd_app_body {
  padding: 18px 18px 12px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.rd_app_job {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 700;
  color: #111;
  line-height: 1.45;
}

.rd_app_block {
  margin-bottom: 20px;
}

.rd_app_block--resume.is_collapsed .rd_app_panel {
  display: none;
}

.rd_app_resume_pick {
  display: none;
  padding: 14px 14px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.15s ease;
}

.rd_app_resume_pick:hover {
  border-color: #111;
}

.rd_app_block--resume.is_collapsed .rd_app_resume_pick {
  display: block;
}

.rd_app_resume_pick .rd_app_card_tit {
  margin: 0 0 8px;
}

.rd_app_resume_pick .rd_app_card_date {
  margin: 0 0 12px;
}

.rd_app_block--resume.is_collapsed .rd_app_toggle .rd_app_chev {
  transform: rotate(180deg);
}

.rd_app_row_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.rd_app_lbl {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #004ea2;
}

.rd_app_block--resume .rd_app_lbl {
  margin-bottom: 0;
}

.rd_app_toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 4px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  font-family: inherit;
}

.rd_app_toggle_txt {
  white-space: nowrap;
}

.rd_app_count {
  font-weight: 500;
  color: #007aff;
}

.rd_app_chev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform-origin: 50% 50%;
  transition: transform 0.2s ease;
}

.rd_app_chev img {
  display: block;
  width: 20px;
  height: 20px;
}

.rd_app_cards {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.rd_app_card {
  padding: 14px 14px 12px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.rd_app_card:hover {
  border-color: #111;
}

.rd_app_card:last-of-type {
  margin-bottom: 0;
}

.rd_app_card:focus {
  outline: 2px solid rgba(0, 78, 162, 0.35);
  outline-offset: 2px;
}

.rd_app_card.is_selected {
  border: 2px solid #111;
  box-shadow: none;
}

.rd_app_card.is_selected:hover {
  border-color: #111;
}

.rd_app_card_tit {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

.rd_app_card_date {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  color: #888;
}

.rd_app_card_edit {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  font-family: inherit;
}

.rd_app_card_edit:hover {
  background: #fafafa;
  text-decoration: underline;
}

.rd_app_btn_change {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 14px 16px;
  border: none;
  border-radius: 4px;
  background: #222;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
}

.rd_app_btn_change:hover {
  background: #000;
}

  .rd_app_block--contact {
    display: block;
  }

  .rd_app_block--contact .rd_app_lbl {
    margin-bottom: 10px;
  }

  .rd_app_notice {
    margin-top: 0;
  }

  .rd_app_contact {
  margin: 0;
}

.rd_app_contact_row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
}

.rd_app_contact_row:last-child {
  margin-bottom: 0;
}

.rd_app_contact_row dt {
  margin: 0;
  font-weight: 700;
  color: #222;
}

.rd_app_contact_row dd {
  margin: 0;
  font-weight: 400;
}

.rd_app_notice {
  padding: 14px 14px 14px 16px;
  border-radius: 4px;
  background: #f5f5f5;
}

.rd_app_notice_list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.55;
  color: #555;
}

.rd_app_notice_list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 6px;
}

.rd_app_notice_list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #666;
}

.rd_app_notice_list li:last-child {
  margin-bottom: 0;
}

.rd_app_notice_list strong {
  font-weight: 700;
  color: #333;
}

.rd_app_foot {
  flex-shrink: 0;
  padding: 12px 18px 18px;
  border-top: 1px solid #eee;
  background: #fff;
}

.rd_app_submit {
  display: block;
  width: 100%;
  padding: 15px 16px;
  border: none;
  border-radius: 4px;
  background: #2b59a2;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
}

.rd_app_submit:hover {
  background: #244a87;
}

/* 채용 상세 · 입사지원 (0203_Job Search_popup_on_mo) */
@media (max-width: 767px) {
  .rd_app_modal {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
  }

  .rd_app_modal.is_open {
    display: flex;
  }

  .rd_app_overlay {
    display: none;
  }

  .rd_app_dialog {
    flex: 1;
    width: 100%;
    max-width: none;
    max-height: none;
    height: 100%;
    margin: 0;
    padding: 24px;
    padding-top: max(24px, env(safe-area-inset-top));
    padding-bottom: max(40px, env(safe-area-inset-bottom));
    gap: 24px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    box-shadow: none;
  }

  .rd_app_head {
    flex-shrink: 0;
    height: auto;
    min-height: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid #dededf;
  }

  .rd_app_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #424649;
  }

  .rd_app_close {
    width: 32px;
    height: 32px;
  }

  .rd_app_close_pc {
    display: none;
  }

  .rd_app_close_mo {
    display: block;
  }

  .rd_app_body {
    flex: 1;
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: visible;
  }

  .rd_app_job {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #212529;
  }

  .rd_app_block {
    margin-bottom: 0;
  }

  .rd_app_block--resume {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rd_app_row_head {
    margin-bottom: 0;
  }

  .rd_app_lbl {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    color: #2a58a8;
  }

  .rd_app_toggle {
    gap: 4px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
  }

  .rd_app_toggle_lbl {
    color: #212529;
  }

  .rd_app_count {
    font-weight: 500;
    color: #007aff;
  }

  .rd_app_panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .rd_app_resume_pick {
    padding: 16px;
    border: 1px solid #dededf;
    border-radius: 4px;
  }

  .rd_app_resume_pick:hover {
    border-color: #000;
  }

  .rd_app_resume_pick .rd_app_card_tit {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
  }

  .rd_app_resume_pick .rd_app_card_date {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #6f7174;
  }

  .rd_app_cards {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .rd_app_card {
    margin-bottom: 0;
    padding: 16px;
    border: 1px solid #dededf;
    border-radius: 4px;
  }

  .rd_app_card:hover {
    border-color: #000;
  }

  .rd_app_card.is_selected {
    border: 1px solid #000;
  }

  .rd_app_card_tit {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #212529;
  }

  .rd_app_card_date {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #6f7174;
  }

  .rd_app_card_edit {
    padding: 8px 10px;
    border: 1px solid #dededf;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #212529;
  }

  .rd_app_btn_change {
    margin-top: 0;
    padding: 10px 16px;
    border-radius: 4px;
    background: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
  }

  .rd_app_block--contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rd_app_block--contact .rd_app_lbl {
    margin-bottom: 0;
  }

  .rd_app_contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .rd_app_contact_row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18.2px;
    color: #212529;
  }

  .rd_app_contact_row dt {
    flex-shrink: 0;
    font-weight: 700;
    line-height: 19.6px;
    color: #212529;
  }

  .rd_app_contact_row dd {
    flex: 1;
    min-width: 0;
    font-weight: 400;
  }

  .rd_app_notice {
    margin-top: 0;
    padding: 8px;
    border-radius: 0;
    background: #f6f6f6;
  }

  .rd_app_notice_list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #212529;
  }

  .rd_app_notice_list li {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    padding-left: 0;
    margin-bottom: 0;
  }

  .rd_app_notice_list li::before {
    position: static;
    flex-shrink: 0;
    color: #212529;
  }

  .rd_app_notice_list strong {
    font-weight: 700;
    line-height: 16.8px;
    color: #212529;
  }

  .rd_app_foot {
    flex-shrink: 0;
    margin-top: 16px;
    padding: 0;
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 39px;
  }

  .rd_app_submit {
    width: auto;
    padding: 8px 20px;
    border-radius: 0;
    background: #2a58a8;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
  }
}

body.rd_app_mo_open .rd_fix_bottom,
body.rd_app_mo_open .rd_mo_float_top {
  display: none !important;
}

@media (min-width: 768px) {
  /* PC · 입사지원 레이어 (Figma 0203_Job Search_popup_on) */
  .rd_app_overlay {
    background: rgba(0, 0, 0, 0.4);
  }

  .rd_app_dialog {
    width: 420px;
    max-width: 420px;
    max-height: min(90vh, 840px);
    border-radius: 0;
    box-shadow: none;
  }

  .rd_app_head {
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #dededf;
  }

  .rd_app_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #424649;
  }

  .rd_app_close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
  }

  .rd_app_body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .rd_app_job {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #212529;
  }

  .rd_app_block {
    margin-bottom: 0;
  }

  .rd_app_row_head {
    margin-bottom: 16px;
  }

  .rd_app_lbl {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #2a58a8;
  }

  .rd_app_toggle {
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    color: #424649;
  }

  .rd_app_count {
    font-weight: 700;
    color: #212529;
  }

  .rd_app_resume_pick {
    padding: 16px;
    border: 1px solid #dededf;
    border-radius: 0;
  }

  .rd_app_resume_pick:hover {
    border-color: #212529;
  }

  .rd_app_resume_pick .rd_app_card_tit {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #212529;
  }

  .rd_app_resume_pick .rd_app_card_date {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #6f7174;
  }

  .rd_app_cards {
    margin-bottom: 16px;
  }

  .rd_app_card {
    padding: 16px;
    margin-bottom: 8px;
    border: 1px solid #dededf;
    border-radius: 0;
  }

  .rd_app_card:hover {
    border-color: #212529;
  }

  .rd_app_card.is_selected {
    border: 2px solid #212529;
  }

  .rd_app_card_tit {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    color: #212529;
  }

  .rd_app_card_date {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #6f7174;
  }

  .rd_app_card_edit {
    padding: 8px 12px;
    border: 1px solid #dededf;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #424649;
  }

  .rd_app_btn_change {
    margin-top: 0;
    padding: 8px 20px;
    border-radius: 0;
    background: #212529;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
  }

  .rd_app_btn_change:hover {
    background: #111;
  }

  .rd_app_contact_row {
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
  }

  .rd_app_contact_row dt {
    font-weight: 700;
    color: #212529;
  }

  .rd_app_notice {
    padding: 16px;
    border-radius: 0;
    background: #f6f6f6;
  }

  .rd_app_notice_list {
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    color: #6f7174;
  }

  .rd_app_notice_list li {
    padding-left: 12px;
    margin-bottom: 4px;
  }

  .rd_app_notice_list li::before {
    color: #6f7174;
  }

  .rd_app_notice_list strong {
    font-weight: 500;
    color: #424649;
  }

  .rd_app_foot {
    padding: 0 24px 24px;
    border-top: none;
  }

  .rd_app_submit {
    padding: 8px 20px;
    border-radius: 0;
    background: #2a58a8;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
  }

  .rd_app_submit:hover {
    background: #244a8f;
  }
}

/* ========== index_jobs (구인구직 메인) ========== */

.ij_page {
  --ij-green: #2e7d32;
  --ij-blue: #2b59a2;
  --ij-line: #e8e8e8;
}

.ij_quick_links .ij_quick_active {
  font-weight: 700;
  color: var(--rc-blue, #2b57a7) !important;
  text-decoration: underline !important;
}

.ij_only_mo {
  display: none;
}

.ij_only_pc {
  display: block;
}

.ij_layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 48px;
  box-sizing: border-box;
}

.ij_main {
  min-width: 0;
}

.ij_sec {
  margin-bottom: 32px;
}

.ij_sec_head {
  margin-bottom: 14px;
}

.ij_sec_head--split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
}

.ij_sec_title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.ij_sec_title .ij_count {
  font-weight: 700;
  color: #333;
}

.ij_sec_title--bar,
.ij_sec_title--green_bar {
  position: relative;
  padding-left: 12px;
}

.ij_sec_title--bar::before,
.ij_sec_title--green_bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  bottom: 0.35em;
  width: 4px;
  border-radius: 2px;
  background: var(--ij-green);
}

.ij_badge_ad {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #eee;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  vertical-align: middle;
}

.ij_link_reg {
  font-size: 13px;
  font-weight: 600;
  color: var(--ij-blue);
  text-decoration: none;
  white-space: nowrap;
}

.ij_link_reg:hover {
  text-decoration: underline;
}

.ij_link_more {
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  color: #333 !important;
}

.ij_more_link {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
}

.ij_more_link:hover {
  color: var(--ij-blue);
}

/* MO 상단 토픽 + 로그인 */
.ij_mo_topic {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 12px;
  border-bottom: 1px solid var(--ij-line);
  background: #fff;
}

.ij_mo_topic_scroll {
  display: flex;
  flex: 1;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ij_mo_topic_scroll::-webkit-scrollbar {
  display: none;
}

.ij_mo_topic_link {
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  background: #f5f5f5;
}

.ij_mo_topic_link.is_active {
  background: #333;
  color: #fff;
}

.ij_mo_topic_login {
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  background: #e8e8e8;
}

/* 슬라이더 (MO 추천) */
.ij_slider {
  position: relative;
  margin-bottom: 16px;
}

.ij_slider_view {
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.ij_slider_track {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 200%;
  transition: transform 0.35s ease;
}

.ij_slide {
  flex: 0 0 50%;
  min-width: 0;
}

.ij_slide_link {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.ij_slide_ph {
  display: block;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #6a8caf 0%, #3d5a78 100%);
}

.ij_slide_cap {
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  background: rgba(0, 0, 0, 0.45);
}

.ij_slider_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 0;
}

.ij_slider_btn::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
}

.ij_slider_btn--prev {
  left: 8px;
}

.ij_slider_btn--prev::after {
  transform: rotate(45deg);
  margin-left: 4px;
}

.ij_slider_btn--next {
  right: 8px;
}

.ij_slider_btn--next::after {
  transform: rotate(-135deg);
  margin-right: 4px;
}

.ij_feat_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ij_feat_card_link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ij_thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(145deg, #ddd 0%, #bbb 100%);
}

.ij_thumb--sm {
  aspect-ratio: 4 / 3;
}

.ij_thumb_badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.55);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

.ij_feat_card_tit {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}

.ij_feat_card_meta {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #888;
}

/* 프리미엄 PC 그리드 */
.ij_prem_grid {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

.ij_prem_grid--lg {
  grid-template-columns: repeat(2, 1fr);
}

.ij_prem_grid--sm {
  grid-template-columns: repeat(4, 1fr);
}

.ij_card_link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ij_thumb--lg {
  aspect-ratio: 16 / 10;
  margin-bottom: 12px;
}

.ij_thumb--lg .ij_dday {
  top: 10px;
  right: 10px;
}

.ij_card_tit {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}

.ij_card_sub {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.ij_thumb--sm .ij_dday {
  top: 8px;
  right: 8px;
  font-size: 11px;
  padding: 4px 8px;
}

.ij_dday {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

/* 라인 리스트 (프리미엄 MO 등) */
.ij_line_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ij-line);
}

.ij_line_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--ij-line);
  text-decoration: none;
  color: inherit;
}

.ij_line_body {
  flex: 1;
  min-width: 0;
}

.ij_line_tit {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.ij_line_sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #888;
}

.ij_line_side {
  flex-shrink: 0;
  text-align: right;
  font-size: 13px;
  color: #666;
}

.ij_line_side time {
  display: block;
  margin-bottom: 4px;
}

.ij_line_stat {
  font-size: 12px;
  font-weight: 600;
  color: #888;
}

.ij_line_stat--blue {
  color: var(--ij-blue);
}

/* 배너 */
.ij_banner_ij {
  margin: 8px 0 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ccc;
  background: #ececec;
  color: #aaa;
  font-size: 14px;
}

.ij_banner--pc {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
}

.ij_banner--mo {
  height: 80px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* 약국 근무 리스트 */
.ij_pharm_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ij-line);
}

.ij_pharm_row {
  display: grid;
  grid-template-columns: 120px 1fr auto auto;
  gap: 12px 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--ij-line);
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

.ij_pharm_date {
  color: #666;
  font-size: 13px;
}

.ij_pharm_mid {
  min-width: 0;
}

.ij_pharm_tit {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.ij_pharm_sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #888;
}

.ij_pharm_loc {
  font-size: 13px;
  color: #555;
}

.ij_pharm_tag {
  font-size: 12px;
  color: #777;
  white-space: nowrap;
}

/* 플러스 그리드 */
.ij_plus_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.ij_plus_link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ij_thumb--plus {
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
  border-radius: 6px;
}

.ij_plus_tit {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}

.ij_plus_meta {
  font-size: 12px;
  color: #777;
}

.ij_more_wrap {
  margin-top: 20px;
  text-align: center;
}

.ij_btn_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 12px 28px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.ij_btn_more:hover {
  background: #fafafa;
}

/* 플러스 매물 — 매물 더보기 버튼 (좌우 16px / 상하 6px) */
.ij_page .ij_plus_panel .ij_more_wrap .ij_btn_more,
.ij_page .ij_mo_panel--plus .ij_mo_more_wrap .ij_btn_more {
  padding: 6px 16px;
  box-sizing: border-box;
}

.ij_link_blk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 12px 28px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  font-family: inherit;
}

.ij_link_blk:hover {
  background: #fafafa;
}

/* 일반 채용 테이블 */
.ij_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ij_table_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ij_table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  font-size: 13px;
}

.ij_table thead th {
  padding: 10px 8px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  text-align: center;
}

.ij_table tbody td {
  padding: 12px 8px;
  border-bottom: 1px solid var(--ij-line);
  vertical-align: middle;
  text-align: center;
}

.ij_table tbody td:nth-child(2) {
  text-align: left;
}

.ij_table tbody a {
  color: var(--ij-blue);
  text-decoration: none;
  font-weight: 600;
}

.ij_table tbody a:hover {
  text-decoration: underline;
}

.ij_tr_highlight {
  background: #f0f7ff;
}

.ij_tag {
  display: inline-block;
  padding: 2px 8px;
  margin: 2px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

.ij_tag--blue {
  background: #1565c0;
}

.ij_tag--pink {
  background: #c2185b;
}

.ij_tag--purple {
  background: #7b1fa2;
}

.ij_tag--green {
  background: #2e7d32;
}

.ij_tag--gray {
  background: #888;
}

.ij_hot {
  display: inline-block;
  padding: 2px 6px;
  margin-left: 4px;
  border-radius: 4px;
  background: #fce4ec;
  font-size: 11px;
  font-weight: 700;
  color: #c2185b;
}

.ij_emerg {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 6px;
  border-radius: 4px;
  background: #eee;
  font-size: 11px;
  font-weight: 700;
  color: #555;
}

.ij_dday--red {
  color: #d32f2f;
  font-weight: 700;
}

/* MO 카드 그리드 */
.ij_mo_card_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ij_mo_simple_card {
  display: block;
  padding: 12px;
  border: 1px solid var(--ij-line);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}

.ij_thumb--xs {
  aspect-ratio: 16 / 10;
  margin-bottom: 10px;
  border-radius: 6px;
}

.ij_mo_simple_card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.ij_mo_simple_card span {
  font-size: 12px;
  color: #888;
}

/* 배지 목록 MO */
.ij_badge_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ij_badge_row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--ij-line);
  text-decoration: none;
  color: inherit;
}

.ij_badges {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 88px;
}

.ij_badge_body {
  flex: 1;
  min-width: 0;
}

.ij_badge_tit {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.ij_badge_sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #777;
}

.ij_badge_side {
  flex-shrink: 0;
  text-align: right;
  font-size: 12px;
}

.ij_badge_side time {
  display: block;
  margin-bottom: 4px;
  color: #666;
}

/* 부동산 */
.ij_est_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ij-line);
}

.ij_est_row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--ij-line);
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

.ij_est_tit {
  font-weight: 600;
  color: #111;
}

.ij_est_loc {
  font-size: 13px;
  color: #555;
}

.ij_est_cat {
  font-size: 12px;
  color: #888;
}

.ij_est_date {
  font-size: 13px;
  color: #666;
}

/* MO 푸터 보조 */
.ij_mo_footer_extra {
  display: none;
  padding: 20px 16px 16px;
  background: #f3f3f3;
}

.ij_mo_fgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.ij_mo_fgrid a {
  display: block;
  padding: 12px 8px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.ij_mo_sns {
  justify-content: center;
  margin-bottom: 18px;
}

.ij_btn_pc_version {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 24px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  font-family: inherit;
}

@media (max-width: 767px) {
  .ij_only_pc {
    display: none !important;
  }

  .ij_only_mo {
    display: block;
  }

  .ij_mo_topic.ij_only_mo {
    display: flex !important;
  }

  #wrap.ij_page .ij_mo_topic.ij_only_mo {
    display: none !important;
  }

  .ij_mo_footer_extra.ij_only_mo {
    display: block !important;
  }

  #wrap.ij_page .ij_footer_sns_main {
    display: none;
  }

  .ij_pharm_row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ij_pharm_date {
    order: -1;
  }

  .ij_pharm_loc,
  .ij_pharm_tag {
    display: inline-block;
    margin-right: 10px;
  }

  .ij_plus_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ij_est_row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ij_est_loc,
  .ij_est_cat,
  .ij_est_date {
    display: inline;
    margin-right: 8px;
  }
}

@media (min-width: 768px) {
  .ij_only_mo {
    display: none !important;
  }

  .ij_banner--mo {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .ij_banner--pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .ij_banner--pc {
    display: flex;
  }
}

/* PC Figma refresh */
@media (min-width: 768px) {
  .ij_page .inq_main.inner {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .inq_page.rc_page.ij_page .inq_main.inner {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ij_page .ij_home_filter,
  .em_page .ij_home_filter {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw) 40px;
    padding: 16px 0;
    box-sizing: border-box;
    background: #eaeef6;
  }

  .inq_page.rc_page.ij_page .ij_home_filter,
  .inq_page.rc_page.ij_page .rc_filter_bar,
  .inq_page.rc_page.em_page .ij_home_filter,
  .inq_page.rc_page.em_page .rc_filter_bar {
    margin-bottom: 0;
  }

  .inq_page.rc_page.ij_page.jai_page .jai_toolbar.ij_home_filter.jai_inquiry_filter {
    margin-bottom: 16px;
  }

  .ij_page .ij_home_filter .rc_filter_inner,
  .inq_page.rc_page.ij_page .rc_filter_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1280px, calc(100% - 40px));
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 0;
    background: transparent;
  }

  .ij_page .ij_home_filter .ij_filter_left {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 16px 4px;
    min-width: 0;
    justify-content: flex-start;
  }

  .ij_page .ij_home_filter .rc_row_top,
  .ij_page .ij_home_filter .rc_row_filters {
    margin: 0;
  }

  .ij_page .ij_home_filter .rc_row_top {
    flex: 0 0 auto;
    gap: 16px;
  }

  .ij_page .ij_home_filter .rc_tabs {
    gap: 8px;
  }

  .ij_page .ij_home_filter .rc_tab {
    min-width: 76px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #007aff;
    border-radius: 0;
    background: #fff;
    color: #007aff;
    font-size: 14px;
    font-weight: 400;
  }

  .ij_page .ij_home_filter .rc_tab + .rc_tab {
    margin-left: 0;
  }

  .ij_page .ij_home_filter .rc_tab.is_active {
    background: #007aff;
    color: #fff;
  }

  .ij_page .ij_home_filter .rc_quick_links {
    flex: 0 0 auto;
    margin-left: auto;
    flex-wrap: nowrap;
    gap: 0;
    font-size: 15px;
    font-weight: 500;
  }

  .ij_page .ij_home_filter .rc_quick_links li + li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 8px;
    background: #c8c9ca;
    vertical-align: middle;
  }

  .ij_page .ij_home_filter .rc_quick_links a {
    color: #6f7174;
  }

  .ij_page .ij_home_filter .rc_quick_links .ij_quick_active {
    color: #007aff !important;
    text-decoration: none !important;
  }

  .ij_page .ij_home_filter .rc_row_filters {
    flex: 0 1 auto;
    flex-wrap: nowrap;
    gap: 4px;
  }

  .ij_page .ij_home_filter .rc_sel {
    height: 36px;
    min-width: 120px;
    padding: 0 36px 0 8px;
    border: 1px solid #dededf;
    border-radius: 0;
    color: #212529;
    font-size: 15px;
    background-color: #fff;
    background-image: url("../_img/icon/icon_jobs_common_select_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .ij_page .ij_home_filter .rc_sel::-ms-expand {
    display: none;
  }

  .ij_page .ij_home_filter .rc_sel:nth-of-type(3),
  .ij_page .ij_home_filter .rc_sel:nth-of-type(4) {
    min-width: 160px;
  }

  .ij_page .ij_home_filter .rc_sel:nth-of-type(5) {
    min-width: 100px;
  }

  .ij_page .ij_home_filter .rc_btn_find {
    flex: 0 0 auto;
    height: 36px;
    margin-left: 4px !important;
    padding: 0 20px;
    border-radius: 0;
    background: #212529;
    font-weight: 400;
  }

  .ij_page .ij_home_filter .rc_btn_find_ico {
    display: none;
  }

  .ij_page .ij_layout {
    max-width: none;
    padding: 0;
  }

  .ij_page .ij_pc_home {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
    width: min(1280px, calc(100% - 40px));
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0 80px;
    box-sizing: border-box;
  }

  .ij_page .ij_pc_home ~ * {
    display: none !important;
  }

  .ij_page .ij_pc_cols {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    gap: 40px;
    align-items: stretch;
  }

  .ij_page .ij_pc_col {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
    min-height: 100%;
  }

  .ij_page .ij_pc_col--left .ij_estate_panel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .ij_page .ij_pc_col--left .ij_estate_list {
    flex: 1 1 auto;
  }

  .ij_page .ij_pc_col--right {
    justify-content: flex-start;
    align-self: stretch;
  }

  .ij_page .ij_pc_col--right .ij_panel--pharmacy {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .ij_page .ij_pc_col--right .ij_panel--pharmacy .rc_job_grid--ij_home {
    flex: 1 1 auto;
    min-height: 0;
    align-content: space-between;
    column-gap: 16px;
    row-gap: 16px;
  }

  .ij_page .ij_pc_home > .ij_pc_pagination {
    flex: 0 0 auto;
    width: 100%;
  }

  .ij_page .ij_feature_pair.ij_feature_pair--solo {
    display: block;
    grid-template-columns: none;
    gap: 0;
    min-width: 0;
  }

  .ij_page .ij_feature_slider:not(.ij_feature_slider--solo) .ij_feature_pair.ij_feature_pair--solo {
    flex: 0 0 100%;
  }

  .ij_page .ij_feature_slider--solo .ij_feature_pair.ij_feature_pair--solo {
    flex: none;
    width: 100%;
  }

  .ij_page .ij_feature_pair--solo .ij_feature_card {
    width: 100%;
  }

  .ij_page .ij_feature_pair--solo .ij_feature_card ~ .ij_feature_card {
    display: none;
  }

  .ij_page .ij_estate_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #f2f2f2;
  }

  .ij_page .ij_estate_list li {
    border-bottom: 1px solid #f2f2f2;
  }

  .ij_page .ij_estate_list a {
    display: block;
    padding: 12px 0;
    color: inherit;
    text-decoration: none;
  }

  .ij_page .ij_estate_list a:hover strong {
    text-decoration: underline;
  }

  .ij_page .ij_estate_list strong {
    display: block;
    margin-bottom: 4px;
    color: #212529;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
  }

  .ij_page .ij_estate_list .ij_estate_meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6f7174;
    font-size: 13px;
    line-height: 16.9px;
  }

  .ij_page .ij_estate_list .ij_estate_meta_info {
    display: inline-flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
  }

  .ij_page .ij_estate_list .ij_est_date {
    margin-left: auto;
    flex-shrink: 0;
    font-style: normal;
    text-align: right;
    color: #6f7174;
    font-size: 13px;
    line-height: 16.9px;
  }

  .ij_page .ij_estate_list span i {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 8px;
    background: #c8c9ca;
    vertical-align: middle;
    font-style: normal;
  }

  .ij_page .rc_job_grid--ij_home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ij_page .ij_panel--recommend .rc_job_card {
    border-color: #dededf;
    background: #e6f2ff;
  }

  .ij_page .ij_panel--recommend .rc_job_card:hover {
    outline: 2px solid #007aff;
    outline-offset: -2px;
  }

  .ij_page .ij_panel--recommend .rc_job_card__title {
    font-weight: 500;
    line-height: 20.8px;
  }

  .ij_page .ij_panel--recommend .rc_job_card__detail {
    background: #fff;
  }

  .ij_page .ij_panel--pharmacy .rc_job_card {
    border-color: #dededf;
    background: #fff;
  }

  .ij_page .ij_panel--pharmacy .rc_job_card:hover {
    outline: 2px solid #2a58a8;
    outline-offset: -2px;
  }

  .ij_page .ij_panel--pharmacy .rc_job_card__title {
    font-weight: 500;
    line-height: 20.8px;
  }

  .ij_page .ij_panel--pharmacy .rc_job_card__detail {
    background: #f6f6f6;
  }

  .ij_page .ij_pc_banner_row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 412px;
    gap: 8px;
    min-width: 0;
  }

  .ij_page .ij_pc_banner_row .ij_ad_banner {
    display: block;
    width: 100%;
    max-width: none;
    height: 160px;
    margin: 0;
    overflow: hidden;
    background: none;
    text-decoration: none;
  }

  .ij_page .ij_pc_banner_row .ij_ad_banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .ij_page .ij_ad_banner--expo {
    min-width: 0;
  }

  .ij_page .ij_ad_banner--side {
    width: 100%;
  }

  .ij_page .ij_panel--premium .ij_panel_more {
    border-color: #212529;
    background: #212529;
    color: #fff;
  }

  .ij_page .ij_panel--premium .ij_panel_more::after {
    display: none;
  }

  .ij_page .ij_panel--premium .ij_panel_more:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.92;
  }

  .ij_page .ij_pc_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .ij_page .ij_pc_pagination .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  .ij_page .ij_panel {
    min-width: 0;
  }

  .ij_page .ij_panel_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 25px;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 4px solid #212529;
  }

  .ij_page .ij_panel_head--blue {
    border-left-color: #ff509f;
  }

  .ij_page .ij_panel_head--gray {
    border-left-color: #2a58a8;
  }

  .ij_page .ij_panel_head--gray .ij_panel_title > span:first-child {
    color: #2a58a8;
  }

  .ij_page .ij_panel_head--green {
    border-left-color: #198754;
  }

  .ij_page .ij_panel_head--dark {
    border-left-color: #212529;
  }

  .ij_page .ij_panel_head--primary {
    border-left-color: #007aff;
  }

  .ij_page .ij_panel_head--primary .ij_panel_title > span:first-child {
    color: #007aff;
  }

  .ij_page .ij_panel_title {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
  }

  .ij_page .ij_panel_title em {
    font-style: normal;
  }

  .ij_page .ij_panel_head--blue .ij_panel_title em {
    color: #ff509f;
  }

  .ij_page .ij_panel_title strong {
    font-weight: 700;
  }

  .ij_page .ij_panel_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border: 1px solid #dededf;
    background: #fff;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-decoration: none;
  }

  .ij_page .ij_panel_more:hover {
    text-decoration: underline;
  }

  .ij_page .ij_panel_more::after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: url("../_img/icon/icon_jobs_common_more.svg") no-repeat center / contain;
  }

  .ij_page .ij_panel_more--primary,
  .ij_page .ij_panel_more--btn {
    width: 88px;
    min-width: 88px;
    padding: 4px 8px 4px 10px;
    box-sizing: border-box;
    font-weight: 400;
  }

  .ij_page .ij_panel_more--btn {
    border-color: #2a58a8;
    background: #2a58a8;
    color: #fff;
  }

  .ij_page .ij_panel_more--primary {
    border-color: #002eff;
    background: #002eff;
    color: #fff;
  }

  .ij_page .ij_panel_more--btn::after,
  .ij_page .ij_panel_more--primary::after {
    display: inline-block;
    background: url("../_img/icon/icon_jobs_common_more_w.svg") no-repeat center / contain;
  }

  .ij_page .ij_panel_more--btn:hover,
  .ij_page .ij_panel_more--primary:hover {
    color: #fff;
    text-decoration: underline;
  }

  .ij_page .ij_feature_slider {
    position: relative;
    margin-bottom: 16px;
  }

  .ij_page .ij_feature_slider--solo .ij_banner_nav {
    display: none;
  }

  .ij_page .ij_feature_slider--solo .ij_feature_cards_track {
    display: block;
    transform: none !important;
  }

  .ij_page .ij_feature_slider:not(.ij_feature_slider--solo) .ij_feature_cards_viewport {
    overflow: hidden;
  }

  .ij_page .ij_feature_slider:not(.ij_feature_slider--solo) .ij_feature_cards_track {
    display: flex;
    transition: transform 0.35s ease;
  }

  .ij_page .ij_feature_pair {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-width: 0;
  }

  .ij_page .ij_feature_cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
  }

  .ij_page .ij_feature_link,
  .ij_page .ij_card_grid a,
  .ij_page .ij_latest_jobs a {
    color: inherit;
    text-decoration: none;
  }

  .ij_page .ij_feature_thumb {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: #f2f2f2;
  }

  .ij_page .ij_feature_thumb img,
  .ij_page .ij_card_thumb img,
  .ij_page .ij_card_grid--estate img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ij_page .ij_deadline_badge,
  .ij_page .ij_card_grid--premium .ij_card_thumb em {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 6px 8px;
    background: #212529;
    color: #fff;
    font-style: normal;
    line-height: 1;
    text-align: center;
  }

  .ij_page .ij_deadline_badge {
    width: 48px;
    min-width: 48px;
    font-size: 14px;
  }

  .ij_page .ij_card_grid--premium .ij_card_thumb em {
    width: 42px;
    min-width: 42px;
    font-size: 12px;
  }

  .ij_page .ij_card_grid--plus_pc .ij_plus_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    margin-top: 2px;
    color: #424649;
    font-size: 13px;
    line-height: 16.9px;
    white-space: nowrap;
  }

  .ij_page .ij_card_grid--plus_pc .ij_plus_meta > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
    display: block;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ij_page .ij_card_grid--plus_pc .ij_plus_loc {
    flex: 0 0 auto;
    margin-left: auto;
    font-style: normal;
    text-align: right;
    color: #424649;
    white-space: nowrap;
  }

  .ij_page .ij_feature_slider .ij_banner_nav {
    position: absolute;
    top: 110px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #dededf;
    background: #fff;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .ij_page .ij_feature_slider .ij_banner_nav--prev {
    left: 0;
    right: auto;
  }

  .ij_page .ij_feature_slider .ij_banner_nav--next {
    right: 0;
    left: auto;
  }

  .ij_page .ij_feature_slider .ij_banner_nav img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }

  .ij_page .ij_banner_nav {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%);
    cursor: pointer;
  }

  .ij_page .ij_banner_nav--prev {
    left: 0;
  }

  .ij_page .ij_banner_nav--next {
    right: 0;
  }

  .ij_page .ij_banner_nav img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .ij_page .ij_feature_info {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 8px;
    row-gap: 2px;
    padding-top: 8px;
  }

  .ij_page .ij_feature_info strong {
    grid-column: 1 / -1;
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
  }

  .ij_page .ij_feature_info span:nth-child(2) {
    grid-column: 1;
    min-width: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #424649;
    font-size: 14px;
    line-height: 18.2px;
  }

  .ij_page .ij_feature_info span:nth-child(3) {
    grid-column: 2;
    min-width: 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #424649;
    font-size: 14px;
    line-height: 18.2px;
  }

  .ij_page .ij_card_grid {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ij_page .ij_card_grid--premium {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ij_page .ij_card_grid.ij_card_grid--premium_sm,
  .ij_page .ij_card_grid.ij_card_grid--plus_pc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ij_page .ij_card_thumb {
    position: relative;
    display: block;
    height: 120px;
    overflow: hidden;
    background: #f2f2f2;
  }

  .ij_page .ij_card_grid strong {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .ij_page .ij_card_grid span:not(.ij_card_thumb):not(.ij_plus_meta) {
    display: block;
    margin-top: 2px;
    color: #424649;
    font-size: 13px;
    line-height: 16.9px;
  }

  .ij_page .ij_feature_link:hover .ij_feature_info strong,
  .ij_page .ij_card_grid--premium a:hover strong,
  .ij_page .ij_card_grid--plus_pc a:hover strong,
  .ij_page .ij_card_grid--estate a:hover strong {
    text-decoration: underline;
  }

  .ij_page .ij_latest_panel {
    padding-left: 24px;
    border-left: 1px solid #f2f2f2;
  }

  .ij_page .ij_latest_jobs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #f2f2f2;
  }

  .ij_page .ij_latest_jobs li {
    border-bottom: 1px solid #f2f2f2;
  }

  .ij_page .ij_latest_jobs a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 10px;
    align-items: center;
    padding: 16px 0;
  }

  .ij_page .ij_latest_jobs strong,
  .ij_page .ij_latest_jobs em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ij_page .ij_latest_jobs strong {
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }

  .ij_page .ij_latest_jobs a:hover strong {
    text-decoration: underline;
  }

  .ij_page .ij_latest_jobs em {
    margin-top: 2px;
    color: #6f7174;
    font-size: 14px;
    font-style: normal;
    line-height: 1.3;
  }

  .ij_page .ij_latest_jobs a > span:last-child {
    color: #212529;
    font-size: 15px;
    line-height: 1.3;
    text-align: right;
  }

  .ij_page .ij_ad_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1080px;
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    background: #f6f6f6;
    color: #c8c9ca;
    font-size: 15px;
  }

  .ij_page .ij_card_grid--estate {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ij_page .ij_card_grid--estate img {
    aspect-ratio: 1.31 / 1;
    height: auto;
    margin-bottom: 8px;
  }

  .ij_page .ij_plus_panel .ij_panel_head--green .ij_panel_title {
    color: #198754;
  }

  .ij_page .ij_more_wrap {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }

  .ij_page .ij_btn_more {
    min-width: auto;
    padding: 6px 16px;
    border-color: #dededf;
    border-radius: 0;
    font-weight: 400;
  }

  .ij_page .ij_pc_table {
    min-width: 1040px;
    border-top: 1px solid #dededf;
    font-size: 15px;
  }

  .ij_page .ij_pc_table tbody tr,
  .ij_page .ij_estate_table tbody tr {
    background-color: transparent;
  }

  .ij_page .ij_pc_table tbody td,
  .ij_page .ij_estate_table tbody td {
    height: 48px;
    padding: 12px;
    border-bottom: 1px solid #dededf;
    color: #212529;
    line-height: 1.35;
    text-align: center;
    vertical-align: middle;
  }

  .ij_page .ij_pc_table tbody tr:hover,
  .ij_page .ij_estate_table tbody tr:hover {
    background-color: #f6f6f6;
  }

  .ij_page .ij_pc_table tbody tr:hover a,
  .ij_page .ij_estate_table tbody tr:hover a {
    text-decoration: underline;
  }

  .ij_page .ij_pc_table tbody td:nth-child(1) {
    width: 86px;
  }

  .ij_page .ij_pc_table tbody td:nth-child(2) {
    text-align: left;
  }

  .ij_page .ij_pc_table tbody td:nth-child(3),
  .ij_page .ij_pc_table tbody td:nth-child(4),
  .ij_page .ij_pc_table tbody td:nth-child(5),
  .ij_page .ij_pc_table tbody td:nth-child(6),
  .ij_page .ij_pc_table tbody td:nth-child(7) {
    width: 118px;
  }

  .ij_page .ij_pc_table a,
  .ij_page .ij_estate_table a {
    color: #212529;
    font-weight: 400;
    text-decoration: none;
  }

  .ij_page .ij_state {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-left: 6px;
    color: #007aff;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
  }

  .ij_page .ij_state--deadline {
    color: #dc3545;
  }

  .ij_page .ij_state img {
    display: block;
    width: 40px;
    height: 20px;
  }

  .ij_page .ij_state--deadline img {
    width: 37px;
    height: 20px;
  }

  .ij_page .ij_estate_table {
    min-width: 960px;
    border-top: 1px solid #dededf;
    font-size: 15px;
  }

  .ij_page .ij_estate_table tbody td:first-child {
    text-align: left;
  }

  .ij_page .ij_estate_table tbody td:nth-child(2),
  .ij_page .ij_estate_table tbody td:nth-child(3),
  .ij_page .ij_estate_table tbody td:nth-child(4) {
    width: 160px;
  }
}

@media (min-width: 768px) and (max-width: 1328px) {
  .ij_page .ij_home_filter .rc_filter_inner {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .ij_page .ij_home_filter .ij_filter_left {
    flex: 1 1 100%;
    order: 2;
  }

  .ij_page .ij_home_filter .rc_quick_links {
    order: 1;
    margin-left: auto;
  }

  .ij_page .ij_pc_cols {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 32px;
  }

  .ij_page .ij_pc_banner_row {
    grid-template-columns: 1fr;
  }
}

/* MO Figma refresh */
@media (max-width: 767px) {
  .ij_page .inq_main.inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .ij_page .ij_mo_topic.ij_only_mo,
  .ij_page .rc_filter_bar--pc {
    display: none !important;
  }

  .ij_page .rc_mo_strip {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    border-bottom: 4px solid #f6f6f6;
    background: #fff;
  }

  .ij_page .rc_mo_tabs {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ij_page .rc_mo_tabs::-webkit-scrollbar {
    display: none;
  }

  .ij_page .rc_mo_tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 40px;
    padding: 0;
    color: #9b9d9f;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-decoration: none;
    white-space: nowrap;
  }

  /* 스와이프 영역: 배경 없음(글로벌 .rc_mo_tab의 #eee 덮어씀) */
  .ij_page .rc_mo_tabs .rc_mo_tab {
    background: transparent;
    border-radius: 0;
  }

  .ij_page .rc_mo_tabs .rc_mo_tab.is_active {
    color: #2a58a8;
    font-weight: 500;
    background: transparent;
  }

  .ij_page .rc_mo_tab--home,
  .ij_page .rc_mo_tab--estate {
    flex-shrink: 0;
    height: auto;
    padding: 4px 10px;
    color: #fff;
    font-weight: 400;
    background: #2a58a8;
    border-radius: 0;
  }

  .ij_page .rc_mo_tab--estate {
    background: #6c757d;
  }

  .ij_page .rc_mo_right_controls {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 8px;
    gap: 4px;
  }

  .ij_page .rc_mo_filter_btn {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    border: 1px solid #c8c9ca;
    border-radius: 0;
    background: #fff;
  }

  .ij_page .rc_mo_filter_btn img.rc_mo_filter_ico {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    position: static;
    background: none;
    object-fit: contain;
    box-sizing: border-box;
  }

  .ij_page .rc_mo_filter_ico,
  .ij_page .rc_mo_filter_ico::before,
  .ij_page .rc_mo_filter_ico::after {
    background: #212529;
  }

  .ij_page .ij_layout {
    max-width: none;
    padding: 0;
  }

  .ij_page .ij_pc_home {
    display: none !important;
  }

  .ij_page .ij_mo_home {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    position: relative;
    padding: 30px 20px 80px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
  }

  .ij_page .ij_mo_home ~ * {
    display: none !important;
  }

  .ij_page .ij_mo_panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
  }

  .ij_page .ij_mo_panel_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 25px;
    padding-left: 12px;
    border-left: 4px solid #212529;
  }

  .ij_page .ij_mo_panel_head--blue {
    border-left-color: #ff509f;
  }

  .ij_page .ij_mo_panel_head--gray {
    border-left-color: #2a58a8;
  }

  .ij_page .ij_mo_panel_head--green {
    border-left-color: #198754;
  }

  .ij_page .ij_mo_panel_head--dark {
    border-left-color: #212529;
  }

  .ij_page .ij_mo_panel_head--primary {
    border-left-color: #007aff;
  }

  .ij_page .ij_mo_panel_title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    color: #212529;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
  }

  .ij_page .ij_mo_panel_title em,
  .ij_page .ij_panel_title em {
    font-style: normal;
  }

  .ij_page .ij_mo_panel_head--blue .ij_mo_panel_title em {
    color: #ff509f;
    font-style: normal;
  }

  .ij_page .ij_mo_panel_head--gray .ij_mo_panel_title em {
    color: #2a58a8;
  }

  .ij_page .ij_mo_panel_head--green .ij_mo_panel_title em {
    color: #198754;
  }

  .ij_page .ij_mo_panel_head--dark .ij_mo_panel_title em {
    color: #212529;
    font-style: normal;
  }

  .ij_page .ij_mo_panel_head--primary .ij_mo_panel_title em {
    color: #007aff;
    font-style: normal;
  }

  .ij_page .ij_mo_panel_title strong {
    font-weight: 700;
  }

  .ij_page .ij_mo_panel_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 22px;
    padding: 2px 6px 2px 8px;
    border: 1px solid #dededf;
    background: #fff;
    color: #212529;
    font-size: 12px;
    line-height: 15.6px;
    text-decoration: none;
  }

  .ij_page .ij_mo_panel_more:hover {
    text-decoration: underline;
  }

  .ij_page .ij_mo_panel_more--primary,
  .ij_page .ij_mo_panel_more--btn {
    width: 88px;
    min-width: 88px;
    padding: 2px 6px 2px 8px;
    box-sizing: border-box;
    font-weight: 400;
  }

  .ij_page .ij_mo_panel_more--primary {
    border-color: #002eff;
    background: #002eff;
    color: #fff;
  }

  .ij_page .ij_mo_panel_more--btn {
    border-color: #2a58a8;
    background: #2a58a8;
    color: #fff;
  }

  .ij_page .ij_mo_panel_more--primary:hover,
  .ij_page .ij_mo_panel_more--btn:hover {
    color: #fff;
    text-decoration: underline;
  }

  .ij_page .ij_mo_panel_more::after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url("../_img/icon/icon_jobs_common_more.svg") no-repeat center / contain;
  }

  .ij_page .ij_mo_panel_more--primary::after,
  .ij_page .ij_mo_panel_more--btn::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url("../_img/icon/icon_jobs_common_more_w.svg") no-repeat center / contain;
  }

  .ij_page .ij_mo_hero_card a,
  .ij_page .ij_mo_thumb_grid a,
  .ij_page .ij_mo_latest_list a,
  .ij_page .ij_mo_row_list a {
    color: inherit;
    text-decoration: none;
  }

  .ij_page .ij_mo_hero_thumb {
    position: relative;
    display: block;
    height: 180px;
    overflow: hidden;
    background: #f2f2f2;
  }

  .ij_page .ij_mo_hero_thumb img,
  .ij_page .ij_mo_thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ij_page .ij_mo_badge,
  .ij_page .ij_mo_thumb em {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 42px;
    padding: 6px 8px;
    box-sizing: border-box;
    background: #212529;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
  }

  .ij_page .ij_mo_nav {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #dededf;
    cursor: pointer;
    z-index: 2;
    transform: translateY(-50%);
    box-sizing: border-box;
  }

  .ij_page .ij_mo_nav--prev {
    left: 0;
  }

  .ij_page .ij_mo_nav--next {
    right: 0;
  }

  .ij_page .ij_mo_nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ij_page .ij_mo_hero_info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 8px;
  }

  .ij_page .ij_mo_hero_info strong {
    color: #212529;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
  }

  .ij_page .ij_mo_hero_info > span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #424649;
    font-size: 13px;
    line-height: 16.9px;
  }

  .ij_page .ij_mo_hero_info em {
    font-style: normal;
  }

  .ij_page .ij_mo_hero_info em:first-child {
    flex: 0 1 auto;
    text-align: left;
  }

  .ij_page .ij_mo_hero_info em:last-child {
    flex: 0 1 auto;
    margin-left: auto;
    text-align: right;
  }

  .ij_page .ij_mo_thumb_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ij_page .ij_mo_thumb {
    position: relative;
    display: block;
    height: 102px;
    overflow: hidden;
    background: #f2f2f2;
  }

  .ij_page .ij_mo_thumb_grid--estate .ij_mo_thumb {
    height: auto;
    aspect-ratio: 1.31 / 1;
  }

  .ij_page .ij_mo_thumb_grid--plus .ij_mo_thumb {
    height: 120px;
  }

  .ij_page .ij_mo_thumb_grid--plus .ij_plus_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    margin-top: 2px;
    color: #424649;
    font-size: 12px;
    line-height: 15.6px;
    white-space: nowrap;
  }

  .ij_page .ij_mo_thumb_grid--plus .ij_plus_meta > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
    display: block;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ij_page .ij_mo_thumb_grid--plus .ij_plus_loc {
    flex: 0 0 auto;
    margin-left: auto;
    font-style: normal;
    text-align: right;
    color: #424649;
    white-space: nowrap;
  }

  .ij_page .ij_mo_thumb_grid--estate .ij_mo_thumb em {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    min-width: 0;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
  }

  .ij_page .ij_mo_thumb_grid strong {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .ij_page .ij_mo_panel--premium .ij_mo_hero_card a:hover strong,
  .ij_page .ij_mo_panel--premium .ij_mo_thumb_grid a:hover strong,
  .ij_page .ij_mo_thumb_grid--plus a:hover strong,
  .ij_page .ij_mo_thumb_grid--estate a:hover strong {
    text-decoration: underline;
  }

  .ij_page .ij_mo_thumb_grid a > span:not(.ij_mo_thumb):not(.ij_plus_meta) {
    display: block;
    margin-top: 2px;
    color: #424649;
    font-size: 12px;
    line-height: 15.6px;
  }

  .ij_page .ij_mo_latest_list,
  .ij_page .ij_mo_row_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #f2f2f2;
  }

  .ij_page .ij_mo_latest_list li,
  .ij_page .ij_mo_row_list li {
    border-bottom: 1px solid #f2f2f2;
    background-color: transparent;
  }

  .ij_page .ij_mo_panel--recommend .ij_mo_row_list li:hover,
  .ij_page .ij_mo_panel--pharmacy .ij_mo_row_list li:hover,
  .ij_page .ij_mo_panel--estate-list .ij_mo_row_list li:hover {
    background-color: #f6f6f6;
  }

  .ij_page .ij_mo_panel--recommend .ij_mo_row_list li:hover a strong,
  .ij_page .ij_mo_panel--pharmacy .ij_mo_row_list li:hover a strong,
  .ij_page .ij_mo_panel--estate-list .ij_mo_row_list li:hover a strong {
    text-decoration: underline;
  }

  .ij_page .ij_mo_latest_list a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 16px 0;
  }

  .ij_page .ij_mo_latest_list strong,
  .ij_page .ij_mo_latest_list em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ij_page .ij_mo_latest_list strong {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20.8px;
  }

  .ij_page .ij_mo_latest_list a:hover strong {
    text-decoration: underline;
  }

  .ij_page .ij_mo_latest_list em {
    margin-top: 8px;
    color: #424649;
    font-size: 14px;
    font-style: normal;
    line-height: 18.2px;
  }

  .ij_page .ij_mo_latest_list a > span:last-child {
    color: #424649;
    font-size: 14px;
    line-height: 18.2px;
    text-align: right;
    white-space: nowrap;
  }

  .ij_page .ij_mo_latest_list a > span:last-child em {
    color: #2a58a8;
  }

  .ij_page .ij_mo_row_list a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 0;
  }

  .ij_page .ij_mo_row_head,
  .ij_page .ij_mo_row_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
  }

  .ij_page .ij_mo_row_head > span,
  .ij_page .ij_mo_row_meta > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .ij_page .ij_mo_row_head em {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px;
  }

  .ij_page .ij_mo_panel--recommend .ij_mo_row_head em {
    color: #007aff;
  }

  .ij_page .ij_mo_panel--pharmacy .ij_mo_row_head em {
    color: #2a58a8;
  }

  .ij_page .ij_mo_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
  }

  .ij_page .ij_mo_label img {
    display: block;
  }

  .ij_page .ij_mo_label--hot img {
    width: 40px;
    height: 20px;
  }

  .ij_page .ij_mo_label--end img {
    width: 37px;
    height: 20px;
  }

  .ij_page .ij_mo_label--hot,
  .ij_page .ij_mo_label--end {
    background: transparent;
    border-radius: 0;
  }

  .ij_page .ij_mo_row_head b,
  .ij_page .ij_mo_row_meta b,
  .ij_page .ij_mo_row_meta span {
    flex: 0 1 auto;
    color: #6f7174;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    white-space: nowrap;
  }

  .ij_page .ij_mo_row_list strong {
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
  }

  .ij_page .ij_mo_row_meta span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ij_page .ij_mo_row_meta i {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #c8c9ca;
  }

  .ij_page .ij_mo_row_meta .is_deadline {
    color: #dc3545;
  }

  .ij_page .ij_mo_more_wrap {
    text-align: center;
  }

  .ij_page .ij_mo_more_wrap .ij_btn_more {
    min-width: 0;
    padding: 6px 16px;
    border-color: #dededf;
    border-radius: 4px;
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
  }

  .ij_page .ij_mo_ad_row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .ij_page .ij_mo_ad_banner {
    display: block;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    background: none;
    text-decoration: none;
  }

  .ij_page .ij_mo_ad_banner--expo {
    max-width: 100%;
  }

  .ij_page .ij_mo_ad_banner--side {
    height: 120px;
  }

  .ij_page .ij_mo_ad_banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .ij_page .ij_mo_ad_banner--side img {
    height: 120px;
  }

  .ij_page .ij_mo_job_grid {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    margin: 0;
  }

  .ij_page .ij_mo_job_grid .rc_job_card {
    width: 100%;
  }

  .ij_page .ij_mo_panel--recommend .ij_mo_job_grid .rc_job_card:hover,
  .ij_page .ij_mo_panel--pharmacy .ij_mo_job_grid .rc_job_card:hover {
    outline: 2px solid #2a58a8;
    outline-offset: -2px;
  }

  .ij_page .ij_mo_pagination {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .ij_page .ij_mo_pagination .pagination {
    margin: 0;
  }

  .ij_page .ij_mo_pagination .pagination .first,
  .ij_page .ij_mo_pagination .pagination .last {
    display: list-item;
  }

  .ij_page .ij_mo_footer_extra {
    width: 100%;
    max-width: none;
    padding: 24px 20px;
    box-sizing: border-box;
    background: #fff;
  }

  .ij_page .ij_mo_fgrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin: 0;
  }

  .ij_page .ij_mo_fgrid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 4px;
    border-radius: 2px;
    border: 1px var(--Border-Neutral-Bright, #dededf) solid;
    color: #424649;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
  }

  .ij_page .ij_btn_pc_version {
    display: none !important;
  }

  .ij_page .ij_mo_sns {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 32px 20px;
    margin: 0;
    background: #f5f4fb;
  }

  .ij_page .ij_mo_sns li {
    width: 40px;
    height: 40px;
  }

  .ij_page .ij_mo_sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
  }

  .ij_page .ij_mo_sns img {
    width: 24px;
    height: 24px;
  }

  /* MO header — global 767px 규칙을 구인구직(≤767px)에도 적용 */
  #wrap.ij_page .top_fix {
    height: 40px;
  }

  #wrap.ij_page .top_fix ul.top_menu:last-child {
    display: none;
  }

  #wrap.ij_page .top_fix ul.top_menu li {
    padding-right: 0;
  }

  #wrap.ij_page .top_fix ul.top_menu li::after {
    content: none;
  }

  #wrap.ij_page .top_fix ul.top_menu li a {
    font-size: 15px;
  }

  #wrap.ij_page .top_fix .logo {
    display: none;
  }

  #wrap.ij_page .header__inner {
    padding: 0;
  }

  #wrap.ij_page .header_top {
    height: 56px;
    padding: 12px 20px;
  }

  #wrap.ij_page .header-top__logo {
    height: auto;
    align-items: center;
  }

  #wrap.ij_page .header_top span.date {
    display: none;
  }

  #wrap.ij_page a.logo {
    width: 104px;
    height: 24px;
  }

  #wrap.ij_page .header-top__link {
    display: none;
  }

  #wrap.ij_page .header-mob__link {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  #wrap.ij_page nav.gnb,
  #wrap.ij_page .header_bottom .btn_category {
    display: none;
  }

  #wrap.ij_page .header_bottom {
    display: none;
    height: 40px;
    border-bottom: none;
  }

  #wrap.ij_page .btn_handle_header {
    display: none;
  }

  /* MO footer flow — absolute footer + wrap padding 충돌 제거 */
  #wrap.ij_page {
    padding-bottom: 0;
    overflow: visible;
  }

  #wrap.ij_page #footer {
    position: static;
    left: auto;
    bottom: auto;
    height: auto;
    transform: none;
  }

  #wrap.ij_page #footer .footer_link-mobile,
  #wrap.ij_page #footer .footer_sns-mobile.ij_footer_sns_main {
    display: none !important;
  }

  #wrap.ij_page #footer .footer_top {
    display: none;
  }

  #wrap.ij_page #footer .footer_bottom {
    height: auto;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  #wrap.ij_page #footer .footer_bottom .footer_logo {
    display: none;
  }

  #wrap.ij_page #footer .company_info ul {
    justify-content: center;
    gap: 4px 6px;
  }

  #wrap.ij_page #footer .company_info ul li {
    padding-right: 6px;
    color: #c8c9ca;
    font-size: 13px;
    line-height: 16.9px;
  }

  #wrap.ij_page #footer .copyright {
    margin-top: 24px;
    text-align: center;
    color: #c8c9ca;
    font-size: 13px;
    line-height: 16.9px;
  }

  #wrap.ij_page .scroll_top {
    bottom: 40px;
    right: 10px;
  }
}

/* ========== talent_list (구인구직 · 인재정보) ========== */

.tl_page {
  --tl-blue: #007aff;
  --tl-pink: #ff509f;
  --tl-premium-border: #dededf;
  --tl-plus-border: #dededf;
  --tl-accent: #3c3f43;
  --tl-primary: #007aff;
  --tl-rose: #ff509f;
  --tl-border: #dededf;
  --tl-text-middle: #6f7174;
  --tl-cerulean: #2a58a8;
}

.tl_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tl_quick_active {
  font-weight: 500;
  color: #212529;
  text-decoration: none;
}

@media (min-width: 768px) {
  .tl_page .rc_layout.tl_layout {
    display: grid;
    grid-template-columns: 1056px 176px;
    column-gap: 48px;
    align-items: start;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .tl_page .rc_content.tl_content {
    position: relative;
    flex: none;
    min-width: 0;
    width: 1056px;
    max-width: 1056px;
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
  }

  .tl_page .rc_content.tl_content::after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 1px;
    height: 100%;
    background: var(--tl-border);
    pointer-events: none;
  }

  .tl_page .rc_layout .tl_sidebar {
    grid-column: 2;
    grid-row: 1;
    flex: none;
    width: 176px;
    min-width: 176px;
    max-width: 176px;
    padding-left: 0;
    border-left: none;
    box-sizing: border-box;
  }

  .tl_page .tl_page_heading--pc {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #000;
  }

  .tl_page .ij_home_filter .rc_quick_links {
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
  }

  .tl_page .ij_home_filter .rc_quick_links a {
    color: var(--tl-text-middle);
    text-decoration: none;
  }

  .tl_page .ij_home_filter .rc_quick_links .tl_quick_active,
  .tl_page .ij_home_filter .rc_quick_links a.tl_quick_active {
    color: #212529;
    font-weight: 500;
  }

  /* —— talent_list PC (Figma 0401_Talent information) —— */
  .tl_page .tl_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-sizing: border-box;
  }

  .tl_page .tl_section {
    margin-bottom: 0;
  }

  .tl_page .tl_section--feat + .tl_section--feat {
    margin-top: 2px;
  }

  .tl_page .tl_section--list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .tl_page .tl_sec_head {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    gap: 4px;
  }

  .tl_page .tl_sec_head--premium {
    color: var(--tl-primary);
  }

  .tl_page .tl_sec_head--plus {
    color: var(--tl-rose);
  }

  .tl_page .tl_sec_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 0;
  }

  .tl_page .tl_sec_icon img {
    display: block;
    width: 20px;
    height: 20px;
  }

  .tl_page .tl_card {
    border-radius: 6px;
  }

  .tl_page .tl_card--premium {
    border: 1px solid var(--tl-border);
  }

  .tl_page .tl_card--premium:hover {
    outline: 2px solid var(--tl-primary);
    outline-offset: -2px;
  }

  .tl_page .tl_card--plus {
    border: 1px solid var(--tl-border);
  }

  .tl_page .tl_card--plus:hover {
    outline: 2px solid var(--tl-rose);
    outline-offset: -2px;
  }

  .tl_page .tl_card_link {
    gap: 12px;
    padding: 12px;
    min-height: 103px;
    box-sizing: border-box;
  }

  .tl_page .tl_card_link:hover .tl_headline {
    color: #212529;
  }

  .tl_page .tl_thumb {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
  }

  .tl_page .tl_card_body {
    gap: 4px;
  }

  .tl_page .tl_profile {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
  }

  .tl_page .tl_meta {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: var(--tl-text-middle);
  }

  .tl_page .tl_headline {
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    color: #212529;
  }

  .tl_page .tl_desc {
    display: none;
  }

  .tl_page .tl_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: var(--tl-text-middle);
  }

  .tl_page .tl_tag_div {
    display: inline-block;
    width: 1px;
    height: 8px;
    background: var(--tl-border);
    flex-shrink: 0;
  }

  .tl_page .tl_list_head {
    margin-bottom: 0;
  }

  .tl_page .tl_total {
    font-size: 14px;
    line-height: 18.2px;
    color: var(--tl-text-middle);
  }

  .tl_page .tl_total strong {
    color: #212529;
    font-weight: 500;
  }

  .tl_page .tl_list {
    border-top: 1px solid var(--tl-border);
  }

  .tl_page .tl_row {
    border-bottom: 1px solid var(--tl-border);
    height: 64px;
    box-sizing: border-box;
  }

  .tl_page .tl_row_top {
    display: none;
  }

  .tl_page .tl_row_link {
    display: grid;
    grid-template-columns: 40px auto 1fr;
    align-items: center;
    gap: 16px;
    height: 64px;
    min-height: 64px;
    padding: 0;
    box-sizing: border-box;
  }

  .tl_page .tl_row_link:hover {
    background: transparent;
  }

  .tl_page .tl_row_link:hover .tl_headline {
    text-decoration: underline;
  }

  .tl_page .tl_row_thumb,
  .tl_page .tl_list .tl_thumb--sm {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 4px;
    object-fit: cover;
    background: #eee;
    flex-shrink: 0;
  }

  .tl_page .tl_row_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-align: center;
  }

  .tl_page .tl_row_main {
    gap: 4px;
    min-width: 0;
  }

  .tl_page .tl_row_bot {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
  }

  .tl_page .tl_row_bot .tl_tags {
    flex: 1 1 0;
    min-width: 0;
  }

  .tl_page .tl_upd {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 15.6px;
    color: var(--tl-text-middle);
  }

  .tl_page .tl_badge,
  .tl_page .tl_desc {
    display: none;
  }

  .tl_page .tl_pager {
    margin-top: 0;
    gap: 4px;
  }

  .tl_page .tl_pg,
  .tl_page .tl_pg_num {
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid var(--tl-border);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #9b9d9f;
    background: #fff;
  }

  .tl_page .tl_pg {
    background: #f6f6f6;
    color: #212529;
  }

  .tl_page .tl_pg_num.is_active {
    background: var(--tl-accent);
    border-color: var(--tl-accent);
    color: #fff;
  }

  .tl_page .tl_pg_num:not(.is_active):hover {
    background: #f6f6f6;
    color: #212529;
  }

  .tl_page .tl_side_block {
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .tl_page .tl_side_title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--tl-cerulean);
  }

  .tl_page .tl_chk {
    gap: 4px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 19.5px;
    color: #212529;
  }

  .tl_page .tl_chk input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin: 0;
    flex-shrink: 0;
    border: 0;
    cursor: pointer;
    background: url("../_img/icon/icon_common_check.svg") center / 24px 24px no-repeat;
  }

  .tl_page .tl_chk input[type="checkbox"]:checked {
    background-image: url("../_img/icon/icon_common_check_on.svg");
  }

  .tl_page .tl_side_btn {
    height: auto;
    min-height: 33px;
    padding: 6px 16px;
    margin-bottom: 40px;
    border-radius: 0;
    background: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
  }

  .tl_page .tl_side_btn:hover {
    background: #3c3f43;
  }

  .tl_page .tl_side_ad {
    width: 120px;
    height: 240px;
    margin: 0;
    overflow: hidden;
  }

  .tl_page .tl_side_ad img {
    display: block;
    width: 120px;
    height: 240px;
    vertical-align: top;
  }
}

.tl_page_heading {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.tl_page_heading--pc {
  display: block;
}

.tl_section {
  margin-bottom: 28px;
}

.tl_sec_head {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tl_sec_head--premium {
  color: var(--tl-blue);
}

.tl_sec_head--plus {
  color: var(--tl-pink);
}

.tl_sec_icon {
  font-size: 16px;
}

.tl_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tl_grid .tl_card {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc((100% - 16px) / 3);
  box-sizing: border-box;
}

.tl_grid.tl_grid--premium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.tl_grid.tl_grid--premium .tl_card {
  flex: none;
  max-width: none;
  width: auto;
}

.tl_grid.tl_grid--plus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.tl_grid.tl_grid--plus .tl_card {
  flex: none;
  max-width: none;
  width: auto;
}

.tl_card {
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.tl_card--premium {
  border: 1px solid var(--tl-premium-border);
  transition: outline-color 0.15s ease, box-shadow 0.15s ease;
}

.tl_card--premium:hover {
  outline: 2px solid var(--tl-blue);
  outline-offset: -2px;
  box-shadow: 0 2px 8px rgba(43, 102, 177, 0.12);
}

.tl_card--plus {
  border: 1px solid var(--tl-plus-border);
  transition: outline-color 0.15s ease, box-shadow 0.15s ease;
}

.tl_card--plus:hover {
  outline: 2px solid var(--tl-rose);
  outline-offset: -2px;
  box-shadow: 0 2px 10px rgba(255, 80, 159, 0.15);
}

.tl_card_link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  box-sizing: border-box;
}

.tl_card_link:hover .tl_headline {
  color: var(--tl-blue);
}

.tl_thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 6px;
  overflow: hidden;
  background: #eee;
}

.tl_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tl_card_body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tl_profile {
  font-size: 13px;
  color: #555;
}

.tl_meta {
  font-size: 12px;
  font-weight: 400;
  color: #6f7174;
}

.tl_tags {
  display: none;
}

.tl_tag_div {
  display: none;
}

.tl_headline {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}

.tl_desc {
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

.tl_list_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.tl_total {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.tl_total strong {
  color: var(--tl-blue);
  font-weight: 700;
}

.tl_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}

.tl_row {
  border-bottom: 1px solid #eee;
}

.tl_row_link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 4px;
  text-decoration: none;
  color: inherit;
}

.tl_row_link:hover {
  background: #fafafa;
}

.tl_thumb--sm {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  object-fit: cover;
  flex-shrink: 0;
}

.tl_row_main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tl_row_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.tl_upd {
  flex-shrink: 0;
  font-size: 12px;
  color: #999;
}

.tl_row_bot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-size: 13px;
  color: #666;
}

.tl_badge {
  padding: 2px 8px;
  border-radius: 4px;
  background: #f0f0f0;
  font-size: 12px;
  color: #555;
}

.tl_pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  padding-bottom: 8px;
}

.tl_pg,
.tl_pg_num {
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}

.tl_pg:hover,
.tl_pg_num:hover {
  background: #f9f9f9;
}

.tl_pg_num.is_active {
  background: var(--tl-accent);
  border-color: var(--tl-accent);
  color: #fff;
  font-weight: 700;
}

.tl_banner_ph {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 80px;
  margin: 20px auto 0;
  border: 1px dashed #ddd;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #aaa;
}

.tl_sidebar {
  box-sizing: border-box;
}

.tl_side_block {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.tl_side_title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.tl_chk {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}

.tl_chk input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin: 0;
  flex-shrink: 0;
  border: 0;
  cursor: pointer;
  background: url("../_img/icon/icon_common_check.svg") center / 24px 24px no-repeat;
}

.tl_chk input[type="checkbox"]:checked {
  background-image: url("../_img/icon/icon_common_check_on.svg");
}

.tl_side_btn {
  width: 100%;
  height: 44px;
  margin-bottom: 16px;
  border: none;
  border-radius: 4px;
  background: #333;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.tl_side_btn:hover {
  background: #111;
}

.tl_side_ad {
  margin-top: 8px;
  width: 120px;
  height: 240px;
  overflow: hidden;
}

.tl_side_ad img {
  display: block;
  width: 120px;
  height: 240px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .tl_page_heading--pc {
    display: none;
  }

  .tl_page .rc_layout.tl_layout {
    grid-template-columns: 1fr;
  }

  .tl_page .rc_content.tl_content::after {
    display: none;
  }

  .tl_sidebar {
    display: none;
  }

  .tl_pg_num--hide_mo {
    display: none;
  }

  .tl_banner_ph {
    margin-top: 24px;
  }

  /* —— talent_list MO (Figma 0401_Talent information_mo) —— */
  .tl_page .ij_mo_topic.ij_only_mo {
    display: none !important;
  }

  .tl_page .rc_mo_strip {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    border-bottom: 4px solid #f6f6f6;
    background: #fff;
  }

  .tl_page .rc_mo_tabs {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0;
  }

  .tl_page .rc_mo_tabs::-webkit-scrollbar {
    display: none;
  }

  .tl_page .rc_mo_tabs .rc_mo_tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 40px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #9b9d9f;
    text-decoration: none;
    white-space: nowrap;
  }

  .tl_page .rc_mo_tabs .rc_mo_tab.is_active {
    color: #2a58a8;
    font-weight: 500;
    background: transparent;
  }

  .tl_page .rc_mo_tab--home,
  .tl_page .rc_mo_tab--estate {
    flex-shrink: 0;
    height: auto;
    padding: 4px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    border-radius: 0;
  }

  .tl_page .rc_mo_tab--home {
    background: #2a58a8;
  }

  .tl_page .rc_mo_tab--estate {
    background: #6c757d;
  }

  .tl_page .rc_mo_right_controls {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 4px;
  }

  .tl_page .rc_mo_filter_btn {
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid #c8c9ca;
    border-radius: 0;
    background: #fff;
  }

  .tl_page .rc_mo_filter_btn .rc_mo_filter_ico {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border: none;
  }

  .tl_page .rc_mo_filter_btn .rc_mo_filter_ico::before {
    display: none;
  }

  .tl_page .inq_main.inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .inq_page.rc_page.tl_page .rc_content.tl_content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px 80px;
    box-sizing: border-box;
  }

  .tl_page .tl_section {
    margin-bottom: 0;
  }

  .tl_page .tl_section + .tl_section {
    margin-top: 0;
  }

  /* Figma: 프리미엄·플러스 블록 간격 32px (콘텐츠 gap 40px 보정) */
  .tl_page .tl_section--feat + .tl_section--feat {
    margin-top: -8px;
  }

  .tl_page .tl_section--feat {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .tl_page .tl_section--list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .tl_page .tl_sec_head {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    gap: 4px;
  }

  .tl_page .tl_sec_head--premium {
    color: var(--tl-primary);
  }

  .tl_page .tl_sec_head--premium .tl_sec_icon {
    color: var(--tl-primary);
  }

  .tl_page .tl_sec_head--plus {
    color: var(--tl-rose);
  }

  .tl_page .tl_sec_head--plus .tl_sec_icon {
    color: var(--tl-rose);
  }

  .tl_page .tl_sec_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 0;
  }

  .tl_page .tl_sec_icon svg,
  .tl_page .tl_sec_icon img {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .tl_page .tl_grid {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .tl_page .tl_grid--premium {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .tl_page .tl_grid--plus {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .tl_page .tl_grid .tl_card {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }

  .tl_page .tl_card {
    border-radius: 6px;
  }

  .tl_page .tl_card--premium {
    border: 1px solid var(--tl-border);
  }

  .tl_page .tl_card--premium:hover {
    outline: 2px solid var(--tl-primary);
    outline-offset: -2px;
    box-shadow: none;
  }

  .tl_page .tl_card--plus {
    border: 1px solid var(--tl-border);
  }

  .tl_page .tl_card--plus:hover {
    outline: 2px solid var(--tl-rose);
    outline-offset: -2px;
    box-shadow: none;
  }

  .tl_page .tl_card_link {
    gap: 12px;
    padding: 12px;
    min-height: 103px;
    box-sizing: border-box;
  }

  .tl_page .tl_thumb {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
  }

  .tl_page .tl_card_body {
    gap: 4px;
  }

  .tl_page .tl_profile {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
  }

  .tl_page .tl_meta {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: var(--tl-text-middle);
  }

  .tl_page .tl_headline {
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    color: #212529;
  }

  .tl_page .tl_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: var(--tl-text-middle);
  }

  .tl_page .tl_tag_div {
    display: inline-block;
    width: 1px;
    height: 8px;
    background: var(--tl-border);
    flex-shrink: 0;
  }

  .tl_page .tl_list_head {
    margin-bottom: 0;
  }

  .tl_page .tl_total {
    font-size: 14px;
    line-height: 18.2px;
    color: var(--tl-text-middle);
  }

  .tl_page .tl_total strong {
    color: #000;
    font-weight: 500;
  }

  .tl_page .tl_list {
    border-top: 1px solid var(--tl-border);
  }

  .tl_page .tl_row {
    border-bottom: 1px solid var(--tl-border);
    height: auto;
  }

  .tl_page .tl_row_name {
    display: none;
  }

  .tl_page .tl_row_top.ij_only_mo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 8px;
  }

  .tl_page .tl_row_link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    height: auto;
    min-height: 0;
  }

  .tl_page .tl_row_link:hover {
    background: transparent;
  }

  .tl_page .tl_row_thumb,
  .tl_page .tl_list .tl_thumb--sm {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border-radius: 4px;
    flex-shrink: 0;
    object-fit: cover;
    background: #eee;
  }

  .tl_page .tl_row_main {
    flex: 1;
    min-width: 0;
    gap: 4px;
  }

  .tl_page .tl_row_bot {
    gap: 4px;
  }

  .tl_page .tl_date,
  .tl_page .tl_upd {
    font-size: 12px;
    line-height: 15.6px;
    color: var(--tl-text-middle);
    flex-shrink: 0;
    white-space: nowrap;
  }

  .tl_page .tl_pager {
    margin-top: 0;
    gap: 4px;
  }

  .tl_page .tl_pg,
  .tl_page .tl_pg_num {
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid var(--tl-border);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #9b9d9f;
    background: #fff;
  }

  .tl_page .tl_pg {
    background: #f6f6f6;
    color: #212529;
  }

  .tl_page .tl_pg_num.is_active {
    background: #3c3f43;
    border-color: #3c3f43;
    color: #fff;
  }

  .tl_page .tl_pg_num:not(.is_active):hover {
    background: #f6f6f6;
    color: #212529;
  }

  .tl_page .tl_banner_ph {
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin: 0 auto;
    margin-top: 0;
    border: none;
    background: linear-gradient(0deg, #f2f2f2 0%, #f2f2f2 100%), #c3efbc;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #9b9d9f;
  }
}

@media (min-width: 768px) {
  .tl_banner_ph {
    display: none;
  }
}

@media (max-width: 480px) {
  .tl_card_link {
    padding: 10px;
  }

  .tl_thumb {
    width: 64px;
    height: 64px;
  }

  /* talent_list MO: Figma 카드 썸네일 80px 유지 */
  .tl_page .tl_card_link {
    padding: 12px;
  }

  .tl_page .tl_thumb {
    width: 80px;
    height: 80px;
  }
}

/* ========== talent_detail (구인구직 · 인재정보 상세) ========== */

.tld_page {
  --tld-primary: #007aff;
  --tld-line: #dededf;
  --tld-label-bg: #f6f6f6;
  --tld-text: #212529;
  --tld-muted: #6f7174;
  --tld-sub: #6c757d;
  --tld-chip-bg: #f0f1f2;
}

@media (min-width: 768px) {
  .tld_page .inq_layout.tld_layout.rc_layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    column-gap: 24px;
    align-items: start;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .tld_page .rc_content.tld_main {
    position: relative;
    flex: none;
    min-width: 0;
    width: auto;
    max-width: none;
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
  }

  .tld_page .rc_content.tld_main::after {
    display: none;
  }

  .tld_page .tld_sidebar {
    grid-column: 2;
    grid-row: 1;
    flex: none;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    padding-left: 24px;
    border-left: 1px solid var(--tld-line);
    box-sizing: border-box;
  }

  .tld_page .ij_home_filter .rc_quick_links .tl_quick_active {
    color: var(--tld-text);
  }

  .tld_career_list {
    display: flex;
    flex-direction: column;
  }

  .tld_exp_wrap--mo {
    display: none;
  }
}

.tld_main {
  padding-bottom: 16px;
}

.tld_profile {
  position: relative;
  margin-bottom: 28px;
  box-sizing: border-box;
}

.tld_profile_head {
  display: block;
}

.tld_upd {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-muted);
}

.tld_upd--mo {
  margin-bottom: 14px;
}

.tld_upd--pc {
  position: absolute;
  top: 24px;
  right: 24px;
  margin: 0;
  text-align: right;
}

.tld_profile_card {
  display: flex;
  align-items: stretch;
}

.tld_profile_photo {
  flex-shrink: 0;
  width: 120px;
  height: 150px;
  overflow: hidden;
  background: var(--tld-label-bg);
  border: 1px solid var(--tld-line);
  box-sizing: border-box;
}

.tld_profile_photo img,
.tld_profile_photo .tld_profile_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tld_profile_body {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--tld-line);
  border-left: none;
  box-sizing: border-box;
}

.tld_name_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-right: 140px;
}

.tld_name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tld-text);
}

.tld_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.tld_meta_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-muted);
}

.tld_meta_birth {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.tld_contact_grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tld_profile_detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.tld_profile_detail .tld_contact_grid {
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}

.tld_contact_pair {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.tld_contact_item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.tld_contact_item dt {
  flex-shrink: 0;
  margin: 0;
  color: var(--tld-muted);
  font-weight: 400;
}

.tld_contact_item dd {
  margin: 0;
  color: var(--tld-text);
  font-weight: 400;
}

.tld_contact_item a {
  color: inherit;
  text-decoration: none;
}

.tld_profile_actions {
  position: static;
  flex-shrink: 0;
  z-index: 1;
  display: flex;
  gap: 8px;
}

.tld_mo_head_divider {
  display: none;
}

.tld_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 16px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  font-family: inherit;
  box-sizing: border-box;
}

.tld_btn--solid {
  border: none;
  background: var(--tld-primary);
  color: #fff;
}

.tld_btn--solid:hover {
  opacity: 0.92;
}

.tld_btn--line {
  border: 1px solid var(--tld-primary);
  background: #fff;
  color: var(--tld-primary);
}

.tld_btn--line:hover {
  background: #f0f7ff;
}

.tld_section {
  margin-bottom: 40px;
}

.tld_sec_title {
  margin: 0 0 8px;
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tld-text);
}

.tld_tbl {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tld_tbl_row {
  display: flex;
  align-items: stretch;
  border-top: 1px solid var(--tld-line);
}

.tld_tbl_row:first-child {
  border-top: 1px solid var(--tld-line);
}

.tld_tbl_row:last-child {
  border-bottom: 1px solid var(--tld-line);
}

.tld_tbl_th {
  flex-shrink: 0;
  width: 120px;
  padding: 12px;
  background: var(--tld-label-bg);
  border-left: 1px solid var(--tld-line);
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--tld-text);
  text-align: center;
}

.tld_tbl_row:first-child .tld_tbl_th {
  border-top: none;
}

.tld_tbl_td {
  flex: 1 1 0;
  min-width: 0;
  padding: 12px;
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_tbl_row--period .tld_tbl_th {
  align-self: stretch;
}

.tld_tbl_td--period {
  display: flex;
  padding: 0;
}

.tld_period_cell {
  flex: 1 1 0;
  display: flex;
  min-width: 0;
}

.tld_period_label {
  flex-shrink: 0;
  width: 60px;
  padding: 12px;
  background: var(--tld-label-bg);
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--tld-text);
  text-align: center;
}

.tld_period_val {
  flex: 1 1 0;
  padding: 12px;
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_period_cell:last-child .tld_period_val {
  border-right: none;
}

.tld_tbl--edu .tld_edu_row {
  display: flex;
  align-items: stretch;
  border-top: 1px solid var(--tld-line);
}

.tld_tbl--edu .tld_edu_row:last-child {
  border-bottom: 1px solid var(--tld-line);
}

.tld_edu_deg {
  flex-shrink: 0;
  width: 120px;
  padding: 12px;
  border-left: 1px solid var(--tld-line);
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_edu_status {
  flex-shrink: 0;
  width: 220px;
  padding: 12px;
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_edu_status strong {
  font-weight: 700;
}

.tld_edu_school {
  flex: 1 1 0;
  min-width: 0;
  padding: 12px;
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_strip_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tld_strip_item {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--tld-line);
}

.tld_strip_item:last-child {
  border-bottom: 1px solid var(--tld-line);
}

.tld_strip_date {
  flex-shrink: 0;
  width: 120px;
  padding: 12px;
  border-left: 1px solid var(--tld-line);
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_strip_main {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
}

.tld_strip_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tld-text);
}

.tld_strip_div {
  flex-shrink: 0;
  width: 1px;
  height: 12px;
  background: #c8c9ca;
}

.tld_strip_sub {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-muted);
}

.tld_career_list {
  display: flex;
  flex-direction: column;
}

.tld_career_item {
  display: flex;
  align-items: stretch;
  border-top: 1px solid var(--tld-line);
}

.tld_career_item:last-child {
  border-bottom: 1px solid var(--tld-line);
}

.tld_career_period {
  flex-shrink: 0;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  border-left: 1px solid var(--tld-line);
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
}

.tld_career_dates {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_career_dur {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-muted);
}

.tld_career_main {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
}

.tld_career_org {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tld-text);
}

.tld_chip {
  flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--tld-chip-bg);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-sub);
}

.tld_career_task {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-muted);
}

.tld_career_type,
.tld_career_pay {
  flex-shrink: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
  text-align: center;
}

.tld_exp_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tld_exp_table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
  border: 1px solid var(--tld-line);
}

.tld_exp_table th,
.tld_exp_table td {
  padding: 10px 12px;
  border: 1px solid var(--tld-line);
  vertical-align: top;
}

.tld_exp_table th {
  background: var(--tld-label-bg);
  font-weight: 600;
  color: #444;
  text-align: center;
}

.tld_exp_table td {
  color: #333;
  line-height: 1.45;
}

.tld_intro {
  padding: 16px;
  border: 1px solid var(--tld-line);
  border-radius: 0;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_intro p {
  margin: 0 0 12px;
}

.tld_intro p:last-child {
  margin-bottom: 0;
}

.tld_confirm {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--tld-muted);
  text-align: center;
}

.tld_confirm .ij_only_pc {
  display: inline;
}

.tld_list_wrap {
  display: flex;
  justify-content: center;
  margin: 30px 0 8px;
}

.tld_foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.tld_btn_list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 20px;
  border: 1px solid var(--tld-text);
  border-radius: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--tld-text);
  text-decoration: none;
}

.tld_btn_list:hover {
  background: #f6f6f6;
}

.tld_sidebar {
  box-sizing: border-box;
}

.tld_side_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}

.tld_side_nav_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 24px;
  padding: 4px 8px;
  border: 1px solid var(--tld-line);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

.tld_side_nav_btn:hover {
  background: #f6f6f6;
}

.tld_side_cards {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tld_side_card {
  width: 100%;
}

.tld_side_card_link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

.tld_side_card.is_active .tld_side_card_link,
.tld_side_card--highlight .tld_side_card_link {
  background: #eaeef6;
}

.tld_side_card--muted .tld_side_card_link {
  background: var(--tld-label-bg);
}

.tld_side_card_link:hover {
  background: #f6f6f6;
}

.tld_side_card.is_active .tld_side_card_link:hover,
.tld_side_card--highlight .tld_side_card_link:hover {
  background: #eaeef6;
}

.tld_side_card--muted .tld_side_card_link:hover {
  background: var(--tld-label-bg);
}

.tld_side_name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_side_meta {
  font-size: 12px;
  font-weight: 400;
  color: var(--tld-muted);
}

.tld_side_snip {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_side_ad {
  display: flex;
  justify-content: center;
  width: 120px;
  margin: 0 auto;
}

.tld_side_ad img {
  display: block;
  width: 120px;
  height: auto;
}

.tld_rec_mo {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--tld-line);
}

.tld_rec_mo_title {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  color: var(--tld-primary);
}

.tld_rec_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee;
}

.tld_rec_list li {
  border-bottom: 1px solid #eee;
}

.tld_rec_link {
  display: block;
  padding: 12px 4px;
  text-decoration: none;
  color: inherit;
}

.tld_rec_link:hover .tld_rec_name {
  color: var(--tld-primary);
}

.tld_rec_name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.tld_rec_snip {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #666;
}

.tld_banner_ph {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 80px;
  margin: 20px auto 0;
  border: 1px dashed #ddd;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #aaa;
}

.tld_mo_body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tld_mo_divider {
  display: none;
  width: 100%;
  height: 8px;
  margin: 0;
  background: #f6f6f6;
  border-top: 2px solid #f2f2f2;
  box-sizing: border-box;
}

.tld_edu_mo_list {
  display: flex;
  flex-direction: column;
}

.tld_edu_mo_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--tld-line);
  border-top: none;
  box-sizing: border-box;
}

.tld_edu_mo_item:first-child {
  border-top: 1px solid var(--tld-line);
}

.tld_edu_mo_school {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_edu_mo_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.tld_edu_mo_status {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_edu_mo_status strong {
  font-weight: 700;
}

.tld_edu_mo_deg {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
  text-align: right;
}

.tld_career_mo_list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--tld-line);
  box-sizing: border-box;
}

.tld_career_mo_item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--tld-line);
}

.tld_career_mo_item:last-child {
  border-bottom: none;
}

.tld_career_mo_date {
  flex-shrink: 0;
  width: 80px;
  padding: 12px;
  border-right: 1px solid var(--tld-line);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.tld_career_mo_dates {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

.tld_career_mo_dur {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-muted);
}

.tld_career_mo_detail {
  flex: 1 1 0;
  min-width: 0;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.tld_career_mo_record {
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f2f2;
}

.tld_career_mo_org {
  display: block;
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tld-text);
}

.tld_career_mo_task {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: var(--tld-muted);
}

.tld_career_mo_task_label {
  font-weight: 700;
}

.tld_career_mo_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tld-text);
}

@media (max-width: 767px) {
  .tld_page {
    --tld-mo-pad: 20px;
    overflow-x: visible;
  }

  .tld_page .rd_mo_bar {
    display: flex;
    position: static;
    height: 56px;
    padding: 0 var(--tld-mo-pad);
    border-bottom: none;
    box-sizing: border-box;
  }

  .tld_page .rd_mo_bar.inner {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .tld_page .rd_mo_cent {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }

  .tld_page .tld_mo_head_divider {
    display: block;
    width: 100%;
    height: 4px;
    margin: 0;
    background: #f6f6f6;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
  }

  .tld_page #header .header,
  .tld_page #header > .container {
    display: none !important;
  }

  .tld_page #header .top_fix {
    display: block;
    height: 40px;
  }

  .tld_page #header .top_fix .container {
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .tld_page .rc_filter_bar--pc {
    display: none !important;
  }

  /* —— talent_detail MO (Figma 0402_Talent information_View_mo) —— */
  .tld_page .rc_mo_strip {
    display: none !important;
  }

  .tld_page .inq_main.inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .tld_page .tld_layout {
    padding: 0;
    width: 100%;
    min-width: 0;
  }

  .tld_page .tld_main,
  .tld_page .rc_content.tld_main {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .tld_page .rc_content.tld_main::after {
    display: none;
  }

  .tld_page .tld_sidebar {
    display: none;
    padding-left: 0;
    border-left: none;
  }

  .tld_profile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 24px var(--tld-mo-pad) 0;
    box-sizing: border-box;
  }

  .tld_profile_head {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .tld_profile_img {
    width: 80px;
    height: 100px;
    object-fit: cover;
  }

  .tld_upd--mo {
    margin: 0;
    font-size: 12px;
    line-height: 15.6px;
    color: var(--tld-muted);
  }

  .tld_profile_card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 16px;
    border: none;
  }

  .tld_profile_photo {
    flex-shrink: 0;
    width: 80px;
    height: 100px;
    border: 1px solid var(--tld-line);
  }

  .tld_profile_body {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
    gap: 8px;
    padding: 0;
    border: none;
  }

  .tld_upd--pc {
    display: none;
  }

  .tld_name_row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 0;
    margin-bottom: 0;
    gap: 8px 16px;
  }

  .tld_meta_birth {
    gap: 2px;
  }

  .tld_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
  }

  .tld_meta_item {
    font-size: 14px;
    line-height: 1.3;
  }

  .tld_contact_grid {
    margin-bottom: 0;
    gap: 4px;
  }

  .tld_contact_pair {
    flex-direction: column;
    gap: 4px;
  }

  .tld_contact_item {
    align-items: flex-start;
    gap: 16px;
    font-size: 13px;
    line-height: 16.9px;
  }

  .tld_contact_item dt {
    flex-shrink: 0;
    width: 41px;
    font-size: 12px;
    line-height: 15.6px;
  }

  .tld_contact_pair:first-child .tld_contact_item + .tld_contact_item dt {
    width: auto;
  }

  .tld_contact_item dd {
    flex: 1 1 0;
    min-width: 0;
    font-size: 13px;
    line-height: 16.9px;
  }

  .tld_profile_detail {
    flex-direction: column;
    gap: 0;
  }

  .tld_profile_actions {
    position: static;
    display: flex;
    gap: 8px;
    width: calc(100% + 96px);
    max-width: calc(100% + 96px);
    margin-top: 16px;
    margin-left: -96px;
  }

  .tld_profile_actions .tld_btn {
    flex: 1;
    min-width: 0;
    min-height: 36px;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
  }

  .tld_mo_body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    padding: 0 var(--tld-mo-pad);
    box-sizing: border-box;
  }

  .tld_section {
    margin-bottom: 0;
  }

  .tld_sec_title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
  }

  .tld_tbl_th {
    width: 80px;
    font-size: 14px;
  }

  .tld_tbl_td {
    font-size: 14px;
  }

  .tld_period_label {
    width: 60px;
  }

  .tld_tbl_td--period {
    flex-direction: column;
    padding: 0;
  }

  .tld_period_cell {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--tld-line);
  }

  .tld_period_cell:last-child {
    border-bottom: none;
  }

  .tld_period_label {
    flex-shrink: 0;
    width: 60px;
    padding: 12px;
    margin: 0;
    background: var(--tld-label-bg);
    border-right: 1px solid var(--tld-line);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
  }

  .tld_period_val {
    flex: 1;
    padding: 12px;
    box-sizing: border-box;
  }

  .tld_strip_item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .tld_strip_date {
    flex-shrink: 0;
    width: 80px;
    padding: 12px;
    border: 1px solid var(--tld-line);
    border-top: none;
    box-sizing: border-box;
    font-size: 14px;
  }

  .tld_strip_list .tld_strip_item:first-child .tld_strip_date {
    border-top: 1px solid var(--tld-line);
  }

  .tld_strip_main {
    flex: 1;
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--tld-line);
    border-top: none;
    border-left: none;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .tld_strip_list .tld_strip_item:first-child .tld_strip_main {
    border-top: 1px solid var(--tld-line);
  }

  .tld_strip_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .tld_strip_sub {
    font-size: 13px;
    color: var(--tld-muted);
  }

  .tld_intro {
    padding: 16px;
    font-size: 14px;
    line-height: 18.2px;
  }

  .tld_intro p {
    margin: 0 0 1em;
  }

  .tld_intro p:last-child {
    margin-bottom: 0;
  }

  .tld_foot {
    gap: 10px;
    margin-top: 32px;
    padding: 0 var(--tld-mo-pad) 24px;
    box-sizing: border-box;
  }

  .tld_confirm {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    color: var(--tld-muted);
  }

  .tld_list_wrap {
    margin-top: 0;
  }

  .tld_btn_list {
    width: 100%;
    max-width: none;
    min-height: 42px;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid var(--tld-text);
    background: #fff;
    color: var(--tld-text);
    box-sizing: border-box;
  }

  .tld_mo_divider {
    display: block;
  }

  .tld_rec_mo {
    display: block;
    margin: 0;
    padding: 40px var(--tld-mo-pad) 0;
    border-top: none;
    box-sizing: border-box;
  }

  .tld_rec_mo_title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--tld-primary);
  }

  .tld_rec_list {
    border-top: 1px solid var(--tld-line);
  }

  .tld_rec_list li {
    border-bottom: 1px solid var(--tld-line);
  }

  .tld_rec_link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    box-sizing: border-box;
    text-decoration: none;
  }

  .tld_edu_mo_school,
  .tld_edu_mo_status,
  .tld_edu_mo_deg {
    line-height: 18.2px;
  }

  .tld_career_mo_task {
    margin: 0;
    font-size: 13px;
    line-height: 16.9px;
    color: var(--tld-muted);
  }

  .tld_rec_name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--tld-text);
  }

  .tld_rec_meta {
    font-size: 14px;
    font-weight: 400;
    color: var(--tld-muted);
  }

  .tld_rec_snip {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--tld-text);
  }

  .tld_banner_ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin: 40px auto 40px;
    background: linear-gradient(0deg, #f2f2f2 0%, #f2f2f2 100%), #c3efbc;
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #9b9d9f;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .tld_page .inq_main.inner {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .tld_page .inq_layout.tld_layout.rc_layout {
    padding-top: 0;
  }

  .tld_page .tld_profile_card {
    margin-top: 40px;
  }

  .tld_profile {
    display: block;
    margin-bottom: 24px;
  }

  .tld_profile_photo .tld_profile_img {
    width: 100%;
    height: 100%;
  }

  .tld_profile_head {
    display: block;
  }

  .tld_upd--mo {
    display: none;
  }

  .tld_mo_body {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .tld_section {
    margin-bottom: 0;
  }

  .tld_foot {
    margin-top: 40px;
    gap: 40px;
  }

  .tld_confirm {
    margin: 0;
  }

  .tld_list_wrap {
    margin: 0;
  }

  .tld_banner_ph {
    display: none;
  }

  .tld_rec_mo {
    display: none;
  }
}

@media (max-width: 480px) {
  .tld_page .tld_profile_body {
    padding: 0;
  }
}

/* ========== resume_mgt_list (구인구직 · 이력서 관리) ========== */

.rml_page {
  --rml-primary: #007aff;
  --rml-blue: #2a58a8;
  --rml-blue-act: #234a8f;
  --rml-text: #212529;
  --rml-muted: #6f7174;
  --rml-line: #dededf;
  --rml-header-bg: #f2f2f2;
  --rml-badge-bg: #e6f2ff;
}

.rml_quick_active {
  font-weight: 500;
  color: var(--rml-text) !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .rml_page:not(.jai_page) .inq_main.inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .rml_page:not(.jai_page) .rml_layout {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
    grid-template-columns: 1056px 200px;
    gap: 24px;
    align-items: start;
  }

  .rml_page:not(.jai_page) .rml_content {
    grid-column: 1;
    grid-row: 1;
    width: 1056px;
    max-width: 1056px;
    min-width: 0;
  }

  .rml_page:not(.jai_page) .rml_sidebar {
    grid-column: 2;
    grid-row: 1;
    width: 176px;
    max-width: 176px;
    min-width: 176px;
    padding-left: 24px;
    border-left: 1px solid var(--rml-line);
    box-sizing: content-box;
  }

  .rml_head {
    margin-bottom: 16px;
  }

  .rml_page_title {
    font-size: 24px;
    line-height: 1.4;
    color: #000;
  }

  .rml_btn_reg {
    min-height: 40px;
    padding: 8px 16px 8px 20px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    gap: 10px;
  }

  .rml_table_wrap {
    margin-bottom: 0;
  }

  .inq_page.rc_page.rml_page .pagination {
    margin-top: 40px;
  }

  .rml_pg,
  .rml_pg_num {
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid var(--rml-line);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #9b9d9f;
    background: #fff;
  }

  .rml_pg {
    background: #f6f6f6;
    color: var(--rml-text);
  }

  .rml_pg_num.is_active {
    background: #3c3f43;
    border-color: #3c3f43;
    color: #fff;
  }

  .rml_pg_num:not(.is_active):hover {
    background: #f6f6f6;
    color: var(--rml-text);
  }

  .rml_side_nav {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    margin-bottom: 40px;
  }

  .rml_side_grp {
    padding: 0;
    margin-bottom: 24px;
    border-bottom: none;
  }

  .rml_side_grp:last-of-type {
    margin-bottom: 0;
  }

  .rml_side_grp_tit {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--rml-blue);
  }

  .rml_side_list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .rml_side_list li {
    display: flex;
    align-items: center;
    min-height: 22px;
    margin-bottom: 0;
  }

  .rml_side_list a {
    display: block;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    color: var(--rml-muted);
    text-decoration: none;
    border-radius: 0;
    background: transparent;
  }

  .rml_side_list a:hover {
    background: transparent;
    color: var(--rml-text);
    text-decoration: none;
  }

  .rml_side_list a.is_active {
    font-weight: 700;
    line-height: 21px;
    color: var(--rml-text);
    text-decoration: none;
  }

  .rml_side_list a.rml_side_emph {
    font-weight: 700;
    line-height: 21px;
    color: var(--rml-text);
    text-decoration: none;
  }

  .rml_side_ad {
    width: 120px;
    height: 240px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #9b9d9f;
    box-sizing: border-box;
  }

  .rml_side_ad:has(> img),
  .inq_side_ad.rml_side_ad:has(> img) {
    border: none;
    background: transparent;
    padding: 0;
    display: block;
    overflow: hidden;
  }

  .rml_side_ad img,
  .inq_side_ad.rml_side_ad img {
    display: block;
    width: 120px;
    height: 240px;
    object-fit: cover;
    vertical-align: top;
  }

  .rml_table {
    min-width: 0;
  }

  .rml_col_w120 {
    width: 120px;
  }

  .rml_col_w80 {
    width: 80px;
  }

  .rml_col_w60 {
    width: 60px;
  }

  .rml_table td.rml_col_tit {
    text-align: left;
  }
}

.rml_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 18px;
}

.rml_page_title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.rml_btn_reg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  min-height: 42px;
  padding: 8px 16px 8px 20px;
  border-radius: 0;
  background: var(--rml-blue);
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

.rml_btn_reg:hover {
  background: var(--rml-blue-act);
  color: #fff !important;
}

.rml_btn_reg_ico {
  flex-shrink: 0;
  display: block;
}

.rml_only_mo {
  display: none;
}

.rml_table_wrap {
  margin-bottom: 20px;
}

.rml_table_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.rml_table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 15px;
  table-layout: fixed;
  border-top: none;
}

.rml_table th,
.rml_table td {
  padding: 12px;
  border-bottom: 1px solid var(--rml-line);
  text-align: left;
  vertical-align: middle;
}

.rml_table th {
  padding: 10px;
  background: var(--rml-header-bg);
  font-size: 14px;
  font-weight: 500;
  color: var(--rml-muted);
  text-align: center;
}

.rml_table th.rml_col_tit {
  text-align: center;
}

.rml_table td {
  color: var(--rml-text);
  font-weight: 400;
  line-height: 1.3;
}

.rml_table td.rml_col_center {
  text-align: center;
}

.rml_col_center {
  text-align: center;
}

.rml_tit_cell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 100%;
}

.rml_col_tit .rml_tit_link,
.rml_col_tit .rml_tit_txt,
.rml_tit_txt,
.rml_tit_link {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--rml-text);
  text-decoration: none;
  cursor: pointer;
}

.rml_col_tit .rml_tit_link:hover,
.rml_col_tit .rml_tit_txt:hover,
.rml_tit_link:hover,
.rml_tit_txt:hover {
  color: var(--rml-text);
  text-decoration: underline;
}

.rml_badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 0;
  background: var(--rml-badge-bg);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--rml-primary);
}

.rml_expo {
  font-size: 15px;
  color: var(--rml-text);
}

.rml_expo--on {
  color: var(--rml-text);
  font-weight: 400;
}

.rml_kebab_wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
}

.rml_kebab {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid var(--rml-line);
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.rml_kebab:hover {
  background: #f6f6f6;
}

.rml_kebab--muted {
  background: #fff;
}

.rml_kebab_ico {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
}

.rml_kebab_ico img {
  display: block;
  width: 16px;
  height: 16px;
}

.rml_kebab_menu {
  position: absolute;
  left: auto;
  right: auto;
  top: calc(100% + 4px);
  z-index: 30;
  width: 80px;
  min-width: 80px;
  margin: 0;
  padding: 12px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--rml-line);
  border-radius: 2px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.05), 3px 3px 15px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.rml_kebab_menu[hidden] {
  display: none !important;
}

.rml_kebab_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 20px;
  padding: 0;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--rml-muted);
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.rml_kebab_item + .rml_kebab_item {
  margin-top: 4px;
}

.rml_kebab_item:hover {
  background: transparent;
  color: #424649;
  text-decoration: underline;
}

.rml_kebab_item--emph {
  color: #424649;
  font-weight: 500;
  text-decoration: none;
}

.rml_kebab_item--emph:hover {
  text-decoration: underline;
}

/* PC 표: 관리 메뉴 hover 시 레이어 표시 (아이콘 우측, 상단 정렬) */
@media (min-width: 768px) {
  .rml_table_wrap .rml_kebab_menu {
    left: calc(100% - 4px);
    right: auto;
    top: 0;
    transform: none;
  }

  .rml_table_wrap .rml_kebab_wrap:hover .rml_kebab_menu[hidden],
  .rml_table_wrap .rml_kebab_wrap.is_hover .rml_kebab_menu[hidden],
  .rml_table_wrap .rml_kebab_wrap:focus-within .rml_kebab_menu[hidden] {
    display: block !important;
  }

  .rml_table_wrap .rml_kebab_wrap:hover .rml_kebab,
  .rml_table_wrap .rml_kebab_wrap.is_hover .rml_kebab,
  .rml_table_wrap .rml_kebab_wrap:focus-within .rml_kebab {
    background: #f6f6f6;
  }
}

.rml_mo_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rml-line);
}

.rml_mo_item {
  position: relative;
  border-bottom: 1px solid var(--rml-line);
  background: #fff;
}

.rml_mo_head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
}

.rml_mo_title_row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.rml_mo_title_row .rml_badge {
  flex-shrink: 0;
  margin-top: 2px;
}

.rml_mo_tit {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--rml-text);
  text-decoration: none;
  cursor: pointer;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.rml_mo_tit:hover {
  text-decoration: underline;
}

.rml_mo_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.rml_mo_meta_left,
.rml_mo_meta_right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.rml_mo_meta_left {
  flex: 1 1 0;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--rml-muted);
}

.rml_mo_meta_right {
  flex: 1 1 0;
  justify-content: flex-end;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--rml-muted);
}

.rml_mo_meta_right .rml_mo_date {
  text-align: right;
  white-space: nowrap;
}

.rml_mo_sep {
  display: inline-block;
  flex-shrink: 0;
  width: 1px;
  height: 8px;
  background: var(--rml-line);
}

.rml_mo_expo {
  white-space: nowrap;
}

.rml_kebab--mo {
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.rml_kebab--mo img {
  display: block;
  width: 20px;
  height: 20px;
}

.rml_kebab_menu--mo {
  width: 100px;
  min-width: 100px;
  padding: 12px;
  gap: 0;
  border-radius: 2px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.05), 3px 3px 15px rgba(0, 0, 0, 0.04);
}

.rml_kebab_menu--mo .rml_kebab_item {
  height: 24px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.rml_kebab_menu--mo .rml_kebab_item + .rml_kebab_item {
  margin-top: 8px;
}

.rml_empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 80px 12px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid var(--rml-line);
  border-radius: 0;
  background: #fff;
}

.rml_content--has_rows .rml_empty {
  display: none;
}

.rml_empty_ico {
  margin-bottom: 0;
  opacity: 1;
}

.rml_empty_ico img {
  display: block;
  width: 32px;
  height: 32px;
}

.rml_empty_txt {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--rml-muted);
}

.rml_pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 40px;
  margin-bottom: 0;
}

.rml_pg,
.rml_pg_num {
  min-width: 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--rml-line);
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #9b9d9f;
  cursor: pointer;
  box-sizing: border-box;
}

.rml_pg {
  background: #f6f6f6;
  color: var(--rml-text);
}

.rml_pg:hover,
.rml_pg_num:not(.is_active):hover {
  background: #f6f6f6;
  color: var(--rml-text);
}

.rml_pg_num.is_active {
  background: #3c3f43;
  border-color: #3c3f43;
  color: #fff;
  font-weight: 500;
}

.rml_banner_ph {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 80px;
  margin: 20px auto 0;
  border: 1px dashed #ddd;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #aaa;
}

.rml_sidebar {
  box-sizing: border-box;
}

.rml_side_nav {
  padding: 4px 0 16px;
  border: 1px solid var(--rml-line);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 16px;
}

.rml_side_grp {
  padding: 14px 14px 8px;
  border-bottom: 1px solid #f0f0f0;
}

.rml_side_grp:last-of-type {
  border-bottom: none;
}

.rml_side_grp_tit {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: #666;
}

.rml_side_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rml_side_list li {
  margin-bottom: 4px;
}

.rml_side_list a {
  display: block;
  padding: 8px 6px;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
}

.rml_side_list a:hover {
  background: #f7f7f7;
  color: var(--rml-blue);
}

.rml_side_list a.is_active {
  font-weight: 700;
  color: var(--rml-blue);
}

.rml_side_ad {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .rml_only_pc {
    display: none !important;
  }

  .rml_only_mo {
    display: block;
  }

  .rml_sidebar {
    display: none;
  }

  .rml_pg_num--hide_mo {
    display: none;
  }

  .rml_page:not(.jai_page) .inq_main.inner {
    padding-top: 30px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rml_page:not(.jai_page) .rc_mo_strip {
    display: flex;
    align-items: center;
    margin: 0 -20px 0;
    padding: 0 0 0 8px;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    border-bottom: 4px solid #f6f6f6;
    background: #fff;
  }

  .rml_page .rc_mo_tabs {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0;
  }

  .rml_page .rc_mo_tabs::-webkit-scrollbar {
    display: none;
  }

  .rml_page .rc_mo_tabs .rc_mo_tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 40px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #9b9d9f;
    text-decoration: none;
    white-space: nowrap;
  }

  .rml_page .rc_mo_tabs .rc_mo_tab.is_active {
    color: #2a58a8;
    font-weight: 500;
    background: transparent;
  }

  .rml_page .rc_mo_tab--home,
  .rml_page .rc_mo_tab--estate {
    flex-shrink: 0;
    height: auto;
    padding: 4px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 0;
  }

  .rml_page .rc_mo_tab--home {
    background: #2a58a8;
  }

  .rml_page .rc_mo_tab--estate {
    background: #6c757d;
  }

  .rml_page .rc_mo_right_controls {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 4px;
    padding-right: 8px;
  }

  .rml_page .rc_mo_filter_btn {
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid #c8c9ca;
    border-radius: 0;
    background: #fff;
  }

  .rml_page .rc_mo_filter_btn .rc_mo_filter_ico {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: none;
  }

  .rml_head {
    align-items: center;
    margin-bottom: 16px;
  }

  .rml_page_title {
    font-size: 24px;
    line-height: 1.4;
    color: #000;
  }

  .rml_btn_reg {
    flex-shrink: 0;
    min-height: 32px;
    padding: 6px 12px 6px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    gap: 8px;
  }

  .rml_btn_reg_ico {
    width: 20px;
    height: 20px;
  }

  .rml_mo_meta .rml_kebab_wrap.is_open .rml_kebab_menu[hidden] {
    display: block !important;
  }

  .rml_mo_meta .rml_kebab_menu {
    top: calc(100% + 4px);
    right: 0;
    left: auto;
  }

  .rml_mo_meta .rml_kebab_menu--mo .rml_kebab_item {
    justify-content: flex-start;
    text-align: left;
  }

  .inq_page.rc_page.rml_page .pagination {
    margin-top: 40px;
  }

  .rml_page .pagination li:nth-child(n+8):nth-child(-n+12) {
    display: none;
  }

  .rml_banner_ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin: 40px auto 0;
    border: none;
    border-radius: 0;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #9b9d9f;
  }
}

@media (min-width: 768px) {
  .rml_banner_ph {
    display: none;
  }
}

@media (max-width: 480px) {
  .rml_page:not(.jai_page) .inq_main.inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ========== resume_mgt_regit (구인구직 · 이력서 등록) ========== */

.rmreg_page {
  --rmreg-blue: #2a58a8;
  --rmreg-blue-act: #234a8f;
  --rmreg-line: #dededf;
  --rmreg-req: #dc3545;
  --rmreg-th-bg: #f6f6f6;
  --rmreg-text: #212529;
  --rmreg-muted: #6f7174;
  --rmreg-accent: #ff509f;
  --rmreg-photo-btn: #6c757d;
}

.rmreg_title_field {
  margin-bottom: 24px;
}

.rmreg_input--title {
  height: 45px;
  font-size: 15px;
}

.rmreg_input--title::placeholder {
  color: #c8c9ca;
}

.rmreg_basic {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rmreg_profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 120px;
  flex-shrink: 0;
}

.rmreg_profile_img {
  width: 120px;
  height: 150px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid var(--rmreg-line);
  background-color: var(--rmreg-th-bg);
  background-image: url("../_img/sub/jobs_profile_noimages.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.rmreg_profile_img img,
.rmreg_profile_photo {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rmreg_profile_img.is_photo_uploaded {
  background-image: none;
}

.rmreg_profile_img.is_photo_uploaded img,
.rmreg_profile_img.is_photo_uploaded .rmreg_profile_photo {
  display: block;
}

.rmreg_profile_btns {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.rmreg_btn_photo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 10px;
  border: none;
  background: var(--rmreg-photo-btn);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
}

.rmreg_btn_photo:hover {
  background: #5a6268;
}

.rmreg_btn_photo_del {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid var(--rmreg-line);
  background: #fff;
  cursor: pointer;
}

.rmreg_btn_photo_del:hover {
  background: #f6f6f6;
}

.rmreg_btn_photo_del img {
  display: block;
  width: 16px;
  height: 16px;
}

.rmreg_tbl {
  flex: 1;
  min-width: 0;
  border-top: 1px solid var(--rmreg-line);
}

.rmreg_tbl_row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--rmreg-line);
}

.rmreg_tbl_row--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.rmreg_tbl_item {
  display: flex;
  align-items: stretch;
  min-width: 0;
  flex: 1 1 50%;
}

.rmreg_tbl_item--full {
  flex: 1 1 100%;
  width: 100%;
}

.rmreg_tbl_th {
  flex-shrink: 0;
  width: 120px;
  padding: 12px;
  box-sizing: border-box;
  border-right: 1px solid var(--rmreg-line);
  background: var(--rmreg-th-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--rmreg-text);
  text-align: center;
}

.rmreg_tbl_item--full > .rmreg_tbl_th {
  border-left: 1px solid var(--rmreg-line);
}

.rmreg_tbl_row--2 .rmreg_tbl_item:first-child .rmreg_tbl_th {
  border-left: 1px solid var(--rmreg-line);
}

.rmreg_tbl_td {
  flex: 1;
  min-width: 0;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.rmreg_tbl_td--pad0 {
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
}

.rmreg_tbl_td--period {
  padding: 0;
  display: block;
}

.rmreg_tbl_row--period .rmreg_tbl_item--full {
  align-items: stretch;
}

.rmreg_tbl_row--period .rmreg_tbl_th {
  align-self: stretch;
}

.rmreg_tbl_row--pc_skill .rmreg_tbl_item--full {
  align-items: stretch;
}

.rmreg_tbl_row--pc_skill .rmreg_tbl_th {
  align-self: stretch;
}

.rmreg_tbl .rmreg_input,
.rmreg_tbl .rmreg_sel,
.rmreg_tbl .rmreg_btn_line {
  height: 37px;
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 0;
  box-sizing: border-box;
}

.rmreg_input {
  height: 37px;
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 0;
}

.rmreg_input--zip {
  width: 80px;
  max-width: 80px;
  flex: 0 0 80px;
}

.rmreg_input--addr1 {
  flex: 1;
  min-width: 0;
}

.rmreg_sel {
  height: 37px;
  padding: 8px 36px 8px 10px;
  font-size: 15px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("../_img/icon/icon_jobs_common_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}

.rmreg_sel::-ms-expand {
  display: none;
}

.rmreg_sel--w80 {
  width: 80px;
  flex-shrink: 0;
}

.rmreg_btn_line {
  flex-shrink: 0;
  height: 37px;
  padding: 4px 10px;
  border: 1px solid var(--rmreg-line);
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--rmreg-text);
  cursor: pointer;
}

.rmreg_btn_line--sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 44px;
  height: 26px;
  min-height: 26px;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

.rmreg_btn_line:hover {
  background: #f6f6f6;
}

.rmreg_radio input,
.rmreg_chk input {
  accent-color: var(--rmreg-accent);
}

.rmreg_period_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  min-height: 100%;
  align-items: stretch;
}

.rmreg_period_cell {
  display: flex;
  align-items: stretch;
  border-right: 1px solid var(--rmreg-line);
}

.rmreg_period_cell:last-child {
  border-right: none;
}

.rmreg_period_lbl {
  width: 60px;
  flex-shrink: 0;
  padding: 12px;
  box-sizing: border-box;
  border-right: 1px solid var(--rmreg-line);
  background: var(--rmreg-th-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.rmreg_period_cell .rmreg_sel,
.rmreg_period_cell .rmreg_input {
  flex: 1;
  min-width: 0;
  align-self: center;
  margin: 8px;
  box-sizing: border-box;
}

.rmreg_period_cell .rmreg_edu_score_inner,
.rmreg_period_cell .rmreg_edu_years_inputs {
  flex: 1;
  min-width: 0;
  align-self: center;
  margin: 8px;
  box-sizing: border-box;
}

.rmreg_edu_years_inputs {
  display: flex;
  align-items: center;
  gap: 4px;
}

.rmreg_edu_years_inputs .rmreg_input {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.rmreg_salary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.rmreg_salary_unit {
  font-size: 15px;
  color: var(--rmreg-text);
}

.rmreg_edu_grid,
.rmreg_exam_grid,
.rmreg_cert_grid,
.rmreg_career_grid {
  width: 100%;
}

.rmreg_edu_head,
.rmreg_edu_row,
.rmreg_exam_head,
.rmreg_exam_row,
.rmreg_cert_head,
.rmreg_cert_row,
.rmreg_career_head,
.rmreg_career_row {
  display: grid;
  gap: 0;
  align-items: stretch;
}

.rmreg_edu_head,
.rmreg_edu_row {
  grid-template-columns: 1fr 1fr 100px 100px minmax(200px, 1fr) 80px;
}

.rmreg_exam_head,
.rmreg_exam_row {
  grid-template-columns: 1fr 120px 120px 80px;
}

.rmreg_cert_head,
.rmreg_cert_row {
  grid-template-columns: 1fr 220px 120px 80px;
}

.rmreg_career_head,
.rmreg_career_row {
  grid-template-columns: 1fr 120px 120px 120px 1fr 1fr 80px;
}

.rmreg_edu_head > span,
.rmreg_exam_head > span,
.rmreg_cert_head > span,
.rmreg_career_head > span {
  padding: 8px;
  border-right: 1px solid var(--rmreg-line);
  border-bottom: 1px solid var(--rmreg-line);
  background: var(--rmreg-th-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: var(--rmreg-text);
}

.rmreg_edu_row > *,
.rmreg_exam_row > *,
.rmreg_cert_row > *,
.rmreg_career_row > * {
  padding: 8px;
  border-right: 1px solid var(--rmreg-line);
  border-bottom: 1px solid var(--rmreg-line);
  display: flex;
  align-items: center;
}

.rmreg_edu_row .rmreg_input,
.rmreg_exam_row .rmreg_input,
.rmreg_cert_row .rmreg_input,
.rmreg_career_row .rmreg_input {
  width: 100%;
  border: 1px solid var(--rmreg-line);
}

.rmreg_edu_score_inner {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.rmreg_edu_score_inner .rmreg_edu_score_inp {
  width: 80px;
  flex-shrink: 0;
}

.rmreg_edu_score_inner .rmreg_edu_score_sel {
  width: 80px;
  flex-shrink: 0;
}

.rmreg_edu_sep {
  font-size: 15px;
  color: var(--rmreg-text);
}

.rmreg_edu_act,
.rmreg_exam_act,
.rmreg_cert_act,
.rmreg_career_act {
  justify-content: center;
}

.rmreg_btn_sub_add {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px 6px 10px;
  border: none;
  background: var(--rmreg-photo-btn);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
}

.rmreg_btn_sub_add::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.667 7.33366H8.66699V3.33366C8.66699 3.15685 8.59675 2.98728 8.47173 2.86225C8.34671 2.73723 8.17714 2.66699 8.00033 2.66699C7.82351 2.66699 7.65395 2.73723 7.52892 2.86225C7.4039 2.98728 7.33366 3.15685 7.33366 3.33366V7.33366H3.33366C3.15685 7.33366 2.98728 7.4039 2.86225 7.52892C2.73723 7.65395 2.66699 7.82351 2.66699 8.00033C2.66699 8.17714 2.73723 8.34671 2.86225 8.47173C2.98728 8.59675 3.15685 8.66699 3.33366 8.66699H7.33366V12.667C7.33366 12.8438 7.4039 13.0134 7.52892 13.1384C7.65395 13.2634 7.82351 13.3337 8.00033 13.3337C8.17714 13.3337 8.34671 13.2634 8.47173 13.1384C8.59675 13.0134 8.66699 12.8438 8.66699 12.667V8.66699H12.667C12.8438 8.66699 13.0134 8.59675 13.1384 8.47173C13.2634 8.34671 13.3337 8.17714 13.3337 8.00033C13.3337 7.82351 13.2634 7.65395 13.1384 7.52892C13.0134 7.4039 12.8438 7.33366 12.667 7.33366Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#rmregLangBlocks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

#rmregLangBlocks > .rmreg_lang_tbl {
  width: 100%;
}

/* 어학선택 / 어휘능력 구분선 */
.rmreg_lang_tbl > .rmreg_tbl_row--2 > .rmreg_tbl_item + .rmreg_tbl_item {
  border-top: 1px solid var(--rmreg-line);
}

@media (min-width: 768px) {
  .rmreg_lang_tbl > .rmreg_tbl_row--2 > .rmreg_tbl_item + .rmreg_tbl_item {
    border-top: none;
    border-left: 1px solid var(--rmreg-line);
  }
}

/* 공인시험: PC 그리드 하단 선 */
@media (min-width: 768px) {
  .rmreg_lang_tbl .rmreg_exam_grid {
    border-bottom: 1px solid var(--rmreg-line);
  }
}

#rmregLangBlocks .rmreg_lang_tbl > .rmreg_tbl_row:last-child {
  border-bottom: none;
}


@media (max-width: 767px) {
  #rmregLangBlocks .rmreg_exam_body > .rmreg_exam_row:last-child.rmreg_mo_block {
    border-bottom: none;
  }

  #rmregCertBody > .rmreg_cert_row:last-child .rmreg_cert_fields .rmreg_period_cell.rmreg_cert_date {
    border-bottom: none;
  }

  #rmregCareerBlocks > .rmreg_career_row:last-child .rmreg_career_fields .rmreg_period_cell.rmreg_career_etc {
    border-bottom: none;
  }
}

.rmreg_skill_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  min-height: 100%;
  align-items: stretch;
}

.rmreg_skill_cell {
  display: flex;
  align-items: stretch;
  border-right: 1px solid var(--rmreg-line);
}

.rmreg_skill_cell:last-child {
  border-right: none;
}

.rmreg_skill_lbl {
  width: 80px;
  min-width: 80px;
  flex-shrink: 0;
  padding: 12px;
  box-sizing: border-box;
  border-right: 1px solid var(--rmreg-line);
  background: var(--rmreg-th-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: var(--rmreg-text);
  word-break: keep-all;
}

.rmreg_skill_cell .rmreg_sel {
  flex: 1;
  min-width: 0;
  align-self: center;
  margin: 8px;
  box-sizing: border-box;
}

.rmreg_pref_wrap {
  width: 100%;
}

.rmreg_pref_row {
  display: flex;
  align-items: stretch;
  padding: 0;
  border-bottom: 1px solid var(--rmreg-line);
}

.rmreg_pref_row:last-child {
  border-bottom: none;
}

.rmreg_pref_row--3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.rmreg_pref_row--military {
  border-bottom: none;
}

.rmreg_pref_cell {
  display: flex;
  align-items: stretch;
  min-width: 0;
  border-right: 1px solid var(--rmreg-line);
}

.rmreg_pref_cell:last-child {
  border-right: none;
}

.rmreg_pref_cell--full {
  flex: 1;
  width: 100%;
  border-right: none;
}

.rmreg_pref_lbl {
  width: 80px;
  min-width: 80px;
  flex-shrink: 0;
  padding: 12px;
  box-sizing: border-box;
  border-right: 1px solid var(--rmreg-line);
  background: var(--rmreg-th-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: var(--rmreg-text);
  word-break: keep-all;
}

.rmreg_pref_cell .rmreg_radio_grp {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 8px;
  box-sizing: border-box;
}

.rmreg_textarea--intro {
  min-height: 300px;
  height: 300px;
  padding: 12px 10px;
  border-radius: 0;
}

.rmreg_notice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  max-width: 1080px;
  box-sizing: border-box;
  padding: 16px;
  margin-top: 24px;
  margin-bottom: 0;
  border: none;
  border-radius: 4px;
  background: #eaeef6;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #212529;
}

.rmreg_notice_item {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  gap: 4px;
}

.rmreg_notice_mark {
  flex-shrink: 0;
}

.rmreg_notice_txt {
  flex: 1 1 0;
  min-width: 0;
}

.rmreg_chk--confirm {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #141414;
}

@media (min-width: 768px) {
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_content {
    grid-column: 1;
    grid-row: 1;
    width: 1056px;
    max-width: 1056px;
    min-width: 0;
    box-sizing: border-box;
  }

  .inq_page.rc_page.ij_page.rmreg_page:not(.jai_page) .rml_sidebar {
    grid-column: 2;
    grid-row: 1;
    width: 176px;
    max-width: 176px;
    padding-left: 0;
    border-left: none;
    box-sizing: border-box;
  }

  .inq_page.rc_page.ij_page.jai_page.rmreg_page .rc_content::after,
  .inq_page.rc_page.ij_page.jai_page.rmreg_page .rmreg_content::after,
  .inq_page.rc_page.ij_page.jai_page.rmreg_page .rml_content::after {
    display: none;
  }

  .inq_page.rc_page.ij_page.rmreg_page .inq_main.inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .rmreg_page:not(.jai_page):not(.ij_page) .inq_main.inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .rmreg_page:not(.jai_page) .rmreg_layout {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 24px;
    align-items: start;
  }

  .rmreg_page:not(.jai_page) .rmreg_content {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .rmreg_page:not(.jai_page) .rmreg_sidebar {
    grid-column: 2;
    grid-row: 1;
    padding-left: 24px;
    border-left: 1px solid var(--rmreg-line);
    box-sizing: border-box;
  }

  .rmreg_page_title {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .rmreg_sec {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .rmreg_sec_title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .rmreg_basic {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }

  .rmreg_form {
    padding-bottom: 0;
  }

  .rmreg_actions {
    justify-content: center;
    margin-top: 16px;
  }

  .rmreg_btn_submit {
    min-width: auto;
    height: auto;
    min-height: 0;
    padding: 8px 20px;
    border-radius: 0;
    background: var(--rmreg-blue);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }

  .jai_page.rmreg_page .rmreg_actions , .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions {
    justify-content: center;
    align-items: center;
  }

  .jai_page.rmreg_page .rmreg_btn_submit , .inq_page.rc_page.ij_page.rmreg_page .rmreg_btn_submit {
    width: auto;
    min-width: auto;
    height: 40px;
    min-height: 40px;
    padding: 8px 20px;
    border-radius: 0;
    box-sizing: border-box;
  }

  .jai_page.rmreg_page .rmreg_btn_submit:hover , .inq_page.rc_page.ij_page.rmreg_page .rmreg_btn_submit:hover {
    text-decoration: underline;
  }

  .jai_page.rmreg_page .rmreg_mo_head:not(.rmreg_only_mo),
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_mo_head:not(.rmreg_only_mo) {
    display: contents;
  }

  .rmreg_page .rmreg_mo_head:not(.rmreg_only_mo) {
    display: contents;
  }

  .rmreg_btn_submit:hover {
    background: var(--rmreg-blue-act);
  }

  .rmreg_banner_ph {
    display: none;
  }

  .rmreg_page:not(.jai_page) .rml_side_nav {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    margin-bottom: 40px;
  }

  .rmreg_page:not(.jai_page) .rml_side_grp {
    padding: 0;
    margin-bottom: 24px;
    border-bottom: none;
  }

  .rmreg_page:not(.jai_page) .rml_side_grp_tit {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--rmreg-blue);
  }

  .rmreg_page:not(.jai_page) .rml_side_list a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--rmreg-muted);
  }

  .rmreg_page:not(.jai_page) .rml_side_list a.rml_side_emph,
  .rmreg_page:not(.jai_page) .rml_side_list a.is_active {
    font-weight: 700;
    color: var(--rmreg-text);
  }

  .rmreg_page:not(.jai_page) .rml_side_ad {
    width: 120px;
    height: 240px;
    background: #f2f2f2;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #9b9d9f;
  }

  /* Figma PC · 이력서 등록 (jai_page) */
  .jai_page.rmreg_page .inq_main.inner , .inq_page.rc_page.ij_page.rmreg_page .inq_main.inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .jai_page.rmreg_page .rmreg_page_title , .inq_page.rc_page.ij_page.rmreg_page .rmreg_page_title {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #000;
  }

  .jai_page.rmreg_page .rmreg_title_field , .inq_page.rc_page.ij_page.rmreg_page .rmreg_title_field {
    margin-bottom: 24px;
  }

  .jai_page.rmreg_page .rmreg_input--title , .inq_page.rc_page.ij_page.rmreg_page .rmreg_input--title {
    height: 45px;
    padding: 12px 10px;
    border-radius: 0;
    font-size: 15px;
    line-height: 19.5px;
  }

  .jai_page.rmreg_page .rmreg_input,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_input,
  .jai_page.rmreg_page .rmreg_sel,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_sel,
  .jai_page.rmreg_page .rmreg_textarea,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_textarea {
    border-radius: 0;
    font-size: 15px;
    line-height: 19.5px;
    color: var(--rmreg-text);
  }

  .jai_page.rmreg_page .rmreg_input,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_input {
    height: 37px;
    padding: 8px 10px;
  }

  .jai_page.rmreg_page .rmreg_sel , .inq_page.rc_page.ij_page.rmreg_page .rmreg_sel {
    height: 37px;
    padding: 8px 36px 8px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("../_img/icon/icon_jobs_common_select_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
  }

  .jai_page.rmreg_page .rmreg_input:focus,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_input:focus,
  .jai_page.rmreg_page .rmreg_sel:focus,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_sel:focus,
  .jai_page.rmreg_page .rmreg_textarea:focus,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_textarea:focus {
    outline: none;
    border-color: var(--rmreg-line);
  }

  .jai_page.rmreg_page .rmreg_input::placeholder,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_input::placeholder,
  .jai_page.rmreg_page .rmreg_textarea::placeholder,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_textarea::placeholder {
    color: #c8c9ca;
  }

  .jai_page.rmreg_page .rmreg_radio,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_radio,
  .jai_page.rmreg_page .rmreg_chk,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_chk {
    font-size: 15px;
    line-height: 19.5px;
    gap: 4px;
  }

  .jai_page.rmreg_page .rmreg_radio input,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_radio input,
  .jai_page.rmreg_page .rmreg_chk input,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_chk input {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: transparent;
  }

  .jai_page.rmreg_page .rmreg_radio input , .inq_page.rc_page.ij_page.rmreg_page .rmreg_radio input {
    background-image: url("../_img/icon/icon_radio.svg");
  }

  .jai_page.rmreg_page .rmreg_radio input:checked , .inq_page.rc_page.ij_page.rmreg_page .rmreg_radio input:checked {
    background-image: url("../_img/icon/icon_radio_on.svg");
  }

  .jai_page.rmreg_page .rmreg_chk input , .inq_page.rc_page.ij_page.rmreg_page .rmreg_chk input {
    background-image: url("../_img/icon/icon_common_check.svg");
  }

  .jai_page.rmreg_page .rmreg_chk input:checked , .inq_page.rc_page.ij_page.rmreg_page .rmreg_chk input:checked {
    background-image: url("../_img/icon/icon_common_check_on.svg");
  }

  .jai_page.rmreg_page .rmreg_inline2 , .inq_page.rc_page.ij_page.rmreg_page .rmreg_inline2 {
    gap: 8px;
  }

  .jai_page.rmreg_page .rmreg_radio_grp--work_type , .inq_page.rc_page.ij_page.rmreg_page .rmreg_radio_grp--work_type {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  .jai_page.rmreg_page .rmreg_addr_row , .inq_page.rc_page.ij_page.rmreg_page .rmreg_addr_row {
    gap: 8px;
    align-items: center;
    width: 100%;
  }

  .jai_page.rmreg_page .rmreg_tbl_row > .rmreg_tbl_item--full > .rmreg_tbl_td , .inq_page.rc_page.ij_page.rmreg_page .rmreg_tbl_row > .rmreg_tbl_item--full > .rmreg_tbl_td {
    min-height: 52px;
    box-sizing: border-box;
  }

  .jai_page.rmreg_page .rmreg_tbl_row > .rmreg_tbl_item--full > .rmreg_tbl_td--pad0 , .inq_page.rc_page.ij_page.rmreg_page .rmreg_tbl_row > .rmreg_tbl_item--full > .rmreg_tbl_td--pad0 {
    min-height: 0;
  }

  .jai_page.rmreg_page .rmreg_tbl_td--period , .inq_page.rc_page.ij_page.rmreg_page .rmreg_tbl_td--period {
    padding: 0;
  }

  .jai_page.rmreg_page .rmreg_tbl_row--pc_skill .rmreg_tbl_item--full > .rmreg_tbl_td,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_tbl_row--pc_skill .rmreg_tbl_item--full > .rmreg_tbl_td,
  .jai_page.rmreg_page .rmreg_pref_row--3,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_pref_row--3,
  .jai_page.rmreg_page .rmreg_pref_row--military,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_pref_row--military {
    min-height: 52px;
    box-sizing: border-box;
  }

  .jai_page.rmreg_page .rmreg_sec--intro .rmreg_tbl_th , .inq_page.rc_page.ij_page.rmreg_page .rmreg_sec--intro .rmreg_tbl_th {
    width: 120px;
  }

  .jai_page.rmreg_page .rmreg_sec--intro .rmreg_tbl_td--intro , .inq_page.rc_page.ij_page.rmreg_page .rmreg_sec--intro .rmreg_tbl_td--intro {
    padding: 8px;
    display: flex;
    align-items: stretch;
  }

  .jai_page.rmreg_page .rmreg_sec--intro .rmreg_textarea--intro , .inq_page.rc_page.ij_page.rmreg_page .rmreg_sec--intro .rmreg_textarea--intro {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--rmreg-line);
    min-height: 300px;
    height: 300px;
    padding: 12px 10px;
    resize: vertical;
  }

  .jai_page.rmreg_page .rmreg_submit_block , .inq_page.rc_page.ij_page.rmreg_page .rmreg_submit_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .jai_page.rmreg_page .rmreg_submit_block .rmreg_notice , .inq_page.rc_page.ij_page.rmreg_page .rmreg_submit_block .rmreg_notice {
    margin-top: 24px;
    margin-bottom: 0;
    max-width: 100%;
  }

  .jai_page.rmreg_page .rmreg_submit_block .rmreg_chk--confirm , .inq_page.rc_page.ij_page.rmreg_page .rmreg_submit_block .rmreg_chk--confirm {
    justify-content: center;
    width: 100%;
  }

  .jai_page.rmreg_page .rmreg_sec_head , .inq_page.rc_page.ij_page.rmreg_page .rmreg_sec_head {
    margin-bottom: 8px;
    align-items: flex-end;
  }
}

.rmreg_form {
  padding-bottom: 24px;
}

.rmreg_page_title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.rmreg_field {
  margin-bottom: 18px;
}

.rmreg_sec {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: none;
}

.rmreg_sec:last-of-type {
  margin-bottom: 0;
}

.rmreg_sec_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.rmreg_sec_title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

.rmreg_sec_head .rmreg_sec_title {
  margin-bottom: 0;
}

/* PC · 소타이틀 ↔ 테이블 간격 8px (기본 규칙보다 우선) */
@media (min-width: 768px) {
  .rmreg_page .rmreg_sec > .rmreg_sec_title,
  .rmreg_page .rmreg_sec_title {
    margin-bottom: 8px;
  }

  .rmreg_page .rmreg_sec_head {
    margin-bottom: 8px;
  }
}

.rmreg_req {
  color: var(--rmreg-req);
  font-weight: 700;
}

.rmreg_label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.rmreg_row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px 16px;
  align-items: start;
  margin-bottom: 14px;
}

.rmreg_row--full {
  grid-template-columns: 140px 1fr;
}

.rmreg_row--full > .rmreg_label {
  padding-top: 8px;
}

.rmreg_row--split > .rmreg_label {
  padding-top: 10px;
}

.rmreg_input {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--rmreg-line);
  border-radius: 4px;
  font-size: 14px;
  color: #111;
}

.rmreg_input:focus {
  outline: 2px solid rgba(43, 102, 177, 0.25);
  border-color: var(--rmreg-blue);
}

.rmreg_input--zip {
  width: 80px;
  max-width: 80px;
  flex: 0 0 80px;
}

.rmreg_sel {
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  padding: 0 36px 0 10px;
  border: 1px solid var(--rmreg-line);
  border-radius: 4px;
  font-size: 14px;
  color: var(--rmreg-text);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("../_img/icon/icon_jobs_common_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}

.rmreg_sel--sm {
  max-width: 120px;
}

.rmreg_sel--table {
  width: 100%;
  height: 38px;
  font-size: 13px;
}

.rmreg_input--table {
  height: 38px;
  font-size: 13px;
}

.rmreg_tbl .rmreg_input,
.rmreg_tbl .rmreg_btn_line,
.rmreg_edu_grid .rmreg_input,
.rmreg_exam_grid .rmreg_input,
.rmreg_cert_grid .rmreg_input,
.rmreg_career_grid .rmreg_input {
  height: 37px;
  padding: 8px 10px;
  border-radius: 0;
  font-size: 15px;
}

.rmreg_tbl .rmreg_sel,
.rmreg_edu_grid .rmreg_sel,
.rmreg_period_cell .rmreg_sel,
.rmreg_skill_cell .rmreg_sel {
  height: 37px;
  padding: 8px 36px 8px 10px;
  border: 1px solid var(--rmreg-line);
  border-radius: 0;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("../_img/icon/icon_jobs_common_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}

.rmreg_tbl .rmreg_btn_line--sm,
.rmreg_edu_grid .rmreg_btn_line--sm,
.rmreg_exam_grid .rmreg_btn_line--sm,
.rmreg_cert_grid .rmreg_btn_line--sm,
.rmreg_career_grid .rmreg_btn_line--sm {
  width: 44px;
  height: 26px;
  min-height: 26px;
  padding: 0;
}

.rmreg_inline2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.rmreg_textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--rmreg-line);
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
  resize: vertical;
  min-height: 120px;
}

.rmreg_textarea--sm {
  min-height: 80px;
}

.rmreg_fieldset {
  margin: 0 0 16px;
  padding: 0;
  border: none;
}

.rmreg_radio_grp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.rmreg_radio_grp--work_type {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.rmreg_radio_grp--wrap {
  gap: 12px 20px;
}

.rmreg_radio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}

.rmreg_radio input {
  width: 18px;
  height: 18px;
  accent-color: var(--rmreg-blue);
}

.rmreg_chk_grp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.rmreg_chk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}

.rmreg_chk input {
  width: 18px;
  height: 18px;
  accent-color: var(--rmreg-blue);
}

.rmreg_chk--inline {
  white-space: nowrap;
}

.rmreg_chk--blk {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  line-height: 1.45;
}

.rmreg_salary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.rmreg_addr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  align-self: center;
}

.rmreg_addr_row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.rmreg_btn_zip {
  flex-shrink: 0;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #f5f5f5;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.rmreg_btn_zip:hover {
  background: #ececec;
}

.rmreg_photo_row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 20px;
}

.rmreg_photo_ph {
  width: 120px;
  height: 120px;
  border: 1px solid var(--rmreg-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
}

.rmreg_photo_ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rmreg_photo_act {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rmreg_file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rmreg_btn_file {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--rmreg-blue);
  border-radius: 6px;
  background: #fff;
  color: var(--rmreg-blue);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.rmreg_btn_file:hover {
  background: #f0f6fc;
}

.rmreg_table_wrap {
  overflow-x: auto;
  margin-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.rmreg_table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 13px;
  border-top: 1px solid #333;
}

.rmreg_table th,
.rmreg_table td {
  padding: 10px 8px;
  border-bottom: 1px solid var(--rmreg-line);
  vertical-align: middle;
}

.rmreg_table th {
  background: #fafafa;
  font-weight: 700;
  text-align: center;
}

.rmreg_th_act {
  width: 72px;
}

.rmreg_td_act {
  text-align: center;
}

.rmreg_btn_add {
  padding: 8px 14px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #eee;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.rmreg_btn_add:hover {
  background: #e2e2e2;
}

.rmreg_btn_add--blk {
  margin-bottom: 18px;
}

.rmreg_btn_del {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  cursor: pointer;
}

.rmreg_btn_del:hover {
  background: #fff5f5;
  border-color: #ffcdd2;
}

.rmreg_repeat_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.rmreg_career_block {
  position: relative;
  padding: 16px;
  margin-bottom: 14px;
  border: 1px solid var(--rmreg-line);
  border-radius: 8px;
  background: #fafafa;
}

.rmreg_btn_del--float {
  position: absolute;
  top: 10px;
  right: 10px;
}


.rmreg_actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.rmreg_btn_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 24px;
  border: none;
  border-radius: 6px;
  background: var(--rmreg-blue);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.rmreg_btn_submit:hover {
  background: var(--rmreg-blue-act);
}

.rmreg_submit_mo {
  display: none;
}

.rmreg_btn_cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  text-decoration: none;
  box-sizing: border-box;
}

.rmreg_btn_cancel:hover {
  background: #ebebeb;
}

.rmreg_banner_ph {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 80px;
  margin: 20px auto 0;
  border: 1px dashed #ddd;
  background: #ececec;
  font-size: 13px;
  color: #aaa;
}

@media (min-width: 768px) {
  .rmreg_page .rmreg_banner_ph,
  .rmm_page .rmreg_banner_ph,
  .rmm_page .rmm_banner_ph {
    display: none !important;
  }
}

.rmreg_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rmreg_only_mo {
  display: none;
}

.rmreg_only_pc {
  display: block;
}

.rmreg_mo_block_head {
  display: none;
}

.rmreg_tbl_th--stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.rmreg_tbl_th_txt {
  display: block;
}

.rmreg_tbl_td--pad0 {
  padding: 0;
}

.rmreg_tbl_td--period {
  padding: 0;
}

.rmreg_photo_mo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.rmreg_photo_file {
  display: flex;
  align-items: stretch;
  gap: 4px;
  width: 100%;
}

.rmreg_photo_file .rmreg_photo_fname {
  flex: 0 0 128px;
  width: 128px;
  min-width: 128px;
  max-width: 128px;
}

.rmreg_photo_file .rmreg_btn_line--sm {
  flex: 0 0 68px;
  width: 68px;
  min-width: 68px;
  max-width: 68px;
  height: 35px;
  min-height: 35px;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
}

.rmreg_photo_file .rmreg_file {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.rmreg_photo_note {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: var(--rmreg-muted);
}

.rmreg_photo_preview_mo {
  display: flex;
  width: 128px;
  height: 160px;
  box-sizing: border-box;
  border: 1px solid var(--rmreg-line);
  background-color: var(--rmreg-th-bg);
  background-image: url("../_img/sub/jobs_profile_noimages.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.rmreg_photo_preview_mo_img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  background: transparent;
  box-sizing: border-box;
}

.rmreg_photo_preview_mo.is_photo_uploaded {
  background-image: none;
}

.rmreg_photo_preview_mo.is_photo_uploaded .rmreg_photo_preview_mo_img {
  display: block;
}

.rmreg_addr_row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
}

.rmreg_addr_row .rmreg_input--zip {
  width: 80px;
  max-width: 80px;
  flex: 0 0 80px;
}

.rmreg_addr_row .rmreg_input--addr1 {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}

.rmreg_addr > .rmreg_input,
.rmreg_addr > input[name="addr2"] {
  width: 100%;
}

.rmreg_sel--w80 {
  width: 80px;
  flex-shrink: 0;
}

.rmreg_input--salary {
  width: 198px;
  max-width: 198px;
  flex: 0 0 198px;
  min-width: 198px;
  text-align: right;
}

@media (min-width: 768px) {
  .rmreg_mo_block_head {
    display: none;
  }

  .rmreg_edu_row.rmreg_mo_block,
  .rmreg_exam_row.rmreg_mo_block,
  .rmreg_cert_row.rmreg_mo_block,
  .rmreg_career_row.rmreg_mo_block {
    display: grid;
  }

  .rmreg_mo_sub {
    display: contents;
  }

  .rmreg_mo_sub_row {
    display: contents;
  }

  .rmreg_mo_sub_th {
    display: none;
  }

  .rmreg_mo_sub_td {
    padding: 8px;
    border-right: 1px solid var(--rmreg-line);
    border-bottom: 1px solid var(--rmreg-line);
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .rmreg_mo_sub_td.rmreg_edu_act,
  .rmreg_mo_sub_td.rmreg_cert_act,
  .rmreg_mo_sub_td.rmreg_career_act {
    justify-content: center;
  }

  #rmregCertBody {
    display: block;
  }

  .rmreg_edu_fields,
  .rmreg_exam_fields,
  .rmreg_cert_fields,
  .rmreg_career_fields {
    display: contents;
    padding: 0;
    border: none;
  }

  .rmreg_edu_row.rmreg_mo_block > .rmreg_edu_fields,
  .rmreg_exam_row.rmreg_mo_block > .rmreg_exam_fields,
  .rmreg_cert_row.rmreg_mo_block > .rmreg_cert_fields,
  .rmreg_career_row.rmreg_mo_block > .rmreg_career_fields {
    padding: 0;
    border: none;
  }

  .rmreg_edu_fields .rmreg_period_cell,
  .rmreg_exam_fields .rmreg_period_cell,
  .rmreg_cert_fields .rmreg_period_cell,
  .rmreg_career_fields .rmreg_period_cell {
    display: flex;
    align-items: center;
    min-width: 0;
    border-right: 1px solid var(--rmreg-line);
    border-bottom: 1px solid var(--rmreg-line);
  }

  /* display:contents 시 period_cell이 row 직계 자식 — row > * border와 중복 방지 */
  .rmreg_edu_row.rmreg_mo_block > *,
  .rmreg_exam_row.rmreg_mo_block > *,
  .rmreg_cert_row.rmreg_mo_block > *,
  .rmreg_career_row.rmreg_mo_block > * {
    padding: 0;
    border-right: none;
    border-bottom: none;
  }

  #rmregEduBody > .rmreg_edu_row:last-child .rmreg_edu_fields > .rmreg_period_cell,
  #rmregLangBlocks .rmreg_exam_body > .rmreg_exam_row:last-child .rmreg_exam_fields > .rmreg_period_cell,
  #rmregCertBody > .rmreg_cert_row:last-child .rmreg_cert_fields > .rmreg_period_cell,
  #rmregCareerBlocks > .rmreg_career_row:last-child .rmreg_career_fields > .rmreg_period_cell {
    border-bottom: none;
  }

  .rmreg_edu_fields .rmreg_period_lbl,
  .rmreg_exam_fields .rmreg_period_lbl,
  .rmreg_cert_fields .rmreg_period_lbl,
  .rmreg_career_fields .rmreg_period_lbl {
    display: none;
  }

  .rmreg_edu_fields .rmreg_period_cell .rmreg_input,
  .rmreg_edu_fields .rmreg_period_cell .rmreg_sel,
  .rmreg_edu_fields .rmreg_edu_score_inner,
  .rmreg_exam_fields .rmreg_period_cell .rmreg_input,
  .rmreg_cert_fields .rmreg_period_cell .rmreg_input,
  .rmreg_career_fields .rmreg_period_cell .rmreg_input {
    flex: 1;
    min-width: 0;
    margin: 8px;
    width: auto;
  }

  .rmreg_edu_fields .rmreg_edu_years.rmreg_only_mo {
    display: none !important;
  }

  .rmreg_edu_fields .rmreg_edu_act,
  .rmreg_exam_fields .rmreg_exam_act,
  .rmreg_cert_fields .rmreg_cert_act,
  .rmreg_career_fields .rmreg_career_act {
    justify-content: center;
  }

  #rmregCareerBlocks {
    display: block;
  }

  /* MO detail 마크업 — PC 테이블 행 복원 */
  .rmreg_tbl_row--edu-detail .rmreg_tbl_item--full,
  .rmreg_tbl_row--exam-detail .rmreg_tbl_item--full,
  .rmreg_tbl_row--cert-detail .rmreg_tbl_item--full,
  .rmreg_tbl_row--career-detail .rmreg_tbl_item--full {
    border: none;
    border-top: none;
  }

  .rmreg_tbl_row--edu-detail .rmreg_tbl_th--detail-aside,
  .rmreg_tbl_row--exam-detail .rmreg_tbl_th--detail-aside,
  .rmreg_tbl_row--cert-detail .rmreg_tbl_th--detail-aside,
  .rmreg_tbl_row--career-detail .rmreg_tbl_th--detail-aside {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 120px;
    padding: 12px;
    border: none;
    border-left: 1px solid var(--rmreg-line);
    border-right: 1px solid var(--rmreg-line);
  }

  .rmreg_tbl_item--full > .rmreg_tbl_td--pad0 {
    align-self: stretch;
    min-height: auto;
  }

  .rmreg_mo_block > .rmreg_mo_head.rmreg_only_mo {
    display: none;
  }

  /* 학력사항 — Figma PC (모바일 detail 마크업 복원) */
  .rmreg_sec--school {
    display: block;
  }

  .rmreg_sec--school .rmreg_sec_title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #000;
  }

  .rmreg_tbl--school .rmreg_tbl_row--edu-final .rmreg_tbl_item--full {
    border: none;
  }

  .rmreg_tbl--school .rmreg_tbl_row--edu-final .rmreg_tbl_th {
    width: 120px;
    padding: 12px;
    border-left: 1px solid var(--rmreg-line);
    border-right: 1px solid var(--rmreg-line);
  }

  .rmreg_tbl--school .rmreg_tbl_row--edu-final .rmreg_tbl_td--radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    gap: 16px;
    min-height: 52px;
    box-sizing: border-box;
  }

  .rmreg_tbl--school .rmreg_tbl_row--edu-final .rmreg_radio_grp--stack_mo {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    width: auto;
  }

  .rmreg_tbl--school .rmreg_tbl_row--edu-final .rmreg_radio_grp--stack_mo .rmreg_radio {
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    gap: 4px;
  }

  .rmreg_tbl--school .rmreg_tbl_row--edu-detail .rmreg_tbl_item--full {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: none;
  }

  .rmreg_tbl--school .rmreg_tbl_row--edu-detail .rmreg_tbl_th--detail-aside {
    width: 120px;
    flex-shrink: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 12px;
    align-self: stretch;
    border: none;
    border-left: 1px solid var(--rmreg-line);
    border-right: 1px solid var(--rmreg-line);
    border-bottom: 1px solid var(--rmreg-line);
  }

  .rmreg_tbl--school .rmreg_tbl_row--edu-detail .rmreg_tbl_th_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: center;
  }

  .rmreg_tbl--school .rmreg_tbl_row--edu-detail > .rmreg_tbl_item--full > .rmreg_tbl_td--pad0 {
    flex: 1;
    min-width: 0;
    align-self: stretch;
    padding: 0;
    display: block;
  }

  .rmreg_tbl--school .rmreg_edu_grid {
    width: 100%;
  }

  .rmreg_tbl--school .rmreg_edu_head {
    display: grid;
  }

  .rmreg_tbl--school .rmreg_edu_row.rmreg_mo_block {
    display: grid;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    box-sizing: border-box;
  }

  .rmreg_tbl--school .rmreg_edu_fields .rmreg_period_cell {
    min-height: 0;
    overflow: hidden;
  }

  .rmreg_tbl--school .rmreg_edu_fields .rmreg_period_cell .rmreg_input,
  .rmreg_tbl--school .rmreg_edu_fields .rmreg_period_cell .rmreg_sel,
  .rmreg_tbl--school .rmreg_edu_fields .rmreg_edu_score_inner {
    margin: 7px 8px;
  }

  .rmreg_tbl--school .rmreg_edu_row.rmreg_mo_block > .rmreg_mo_head.rmreg_only_mo {
    display: none !important;
  }

  .rmreg_tbl--school .rmreg_edu_row.rmreg_mo_block > .rmreg_edu_fields {
    padding: 0;
    border: none;
  }

  .rmreg_tbl--school .rmreg_edu_fields .rmreg_period_cell.rmreg_edu_score {
    width: auto;
    max-width: none;
  }

  /* 추가 열 상단: 추가 / 하단: 삭제 (별도 삭제 라벨 열 없음) */
  .rmreg_tbl--school .rmreg_edu_head > .rmreg_edu_act {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    box-sizing: border-box;
  }

  .rmreg_tbl--school .rmreg_edu_fields .rmreg_period_cell.rmreg_edu_act.rmreg_only_pc {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 0;
    padding: 13px 8px;
    box-sizing: border-box;
  }

  .rmreg_tbl--school .rmreg_edu_fields .rmreg_edu_act.rmreg_only_pc {
    justify-content: center;
  }

  /* 공인시험 — 학력상세 PC와 동일 */
  .rmreg_lang_tbl .rmreg_tbl_row--exam-detail .rmreg_tbl_item--full {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: none;
  }

  .rmreg_lang_tbl .rmreg_tbl_row--exam-detail .rmreg_tbl_th--detail-aside {
    width: 120px;
    flex-shrink: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 12px;
    align-self: stretch;
    border: none;
    border-left: 1px solid var(--rmreg-line);
    border-right: 1px solid var(--rmreg-line);
    border-bottom: 1px solid var(--rmreg-line);
  }

  .rmreg_lang_tbl .rmreg_tbl_row--exam-detail .rmreg_tbl_th_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: center;
  }

  .rmreg_lang_tbl .rmreg_tbl_row--exam-detail > .rmreg_tbl_item--full > .rmreg_tbl_td--pad0 {
    flex: 1;
    min-width: 0;
    align-self: stretch;
    padding: 0;
    display: block;
  }

  .rmreg_lang_tbl .rmreg_exam_grid {
    width: 100%;
  }

  .rmreg_lang_tbl .rmreg_exam_head {
    display: grid;
  }

  .rmreg_lang_tbl .rmreg_exam_row.rmreg_mo_block {
    display: grid;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    box-sizing: border-box;
  }

  .rmreg_lang_tbl .rmreg_exam_fields .rmreg_period_cell {
    min-height: 0;
    overflow: hidden;
  }

  .rmreg_lang_tbl .rmreg_exam_fields .rmreg_period_cell .rmreg_input {
    margin: 7px 8px;
  }

  .rmreg_lang_tbl .rmreg_exam_row.rmreg_mo_block > .rmreg_mo_head.rmreg_only_mo {
    display: none !important;
  }

  .rmreg_lang_tbl .rmreg_exam_row.rmreg_mo_block > .rmreg_exam_fields {
    padding: 0;
    border: none;
  }

  .rmreg_lang_tbl .rmreg_exam_head > .rmreg_exam_act {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    box-sizing: border-box;
  }

  .rmreg_lang_tbl .rmreg_exam_fields .rmreg_period_cell.rmreg_exam_act.rmreg_only_pc {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 0;
    padding: 13px 8px;
    box-sizing: border-box;
  }

  .rmreg_lang_tbl .rmreg_exam_fields .rmreg_exam_act.rmreg_only_pc {
    justify-content: center;
  }

  /* 자격사항 — 학력상세 PC와 동일 */
  .rmreg_sec--cert .rmreg_sec_title {
    margin-bottom: 8px;
  }

  .rmreg_tbl--cert .rmreg_tbl_row--cert-detail .rmreg_tbl_item--full {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: none;
  }

  .rmreg_tbl--cert .rmreg_tbl_row--cert-detail .rmreg_tbl_th--detail-aside {
    width: 120px;
    flex-shrink: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 12px;
    align-self: stretch;
    border: none;
    border-left: 1px solid var(--rmreg-line);
    border-right: 1px solid var(--rmreg-line);
    border-bottom: 1px solid var(--rmreg-line);
  }

  .rmreg_tbl--cert .rmreg_tbl_row--cert-detail .rmreg_tbl_th_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: center;
  }

  .rmreg_tbl--cert .rmreg_tbl_row--cert-detail > .rmreg_tbl_item--full > .rmreg_tbl_td--pad0 {
    flex: 1;
    min-width: 0;
    align-self: stretch;
    padding: 0;
    display: block;
  }

  .rmreg_tbl--cert .rmreg_cert_grid {
    width: 100%;
  }

  .rmreg_tbl--cert .rmreg_cert_head {
    display: grid;
  }

  .rmreg_tbl--cert .rmreg_cert_row.rmreg_mo_block {
    display: grid;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    box-sizing: border-box;
  }

  .rmreg_tbl--cert .rmreg_cert_fields .rmreg_period_cell {
    min-height: 0;
    overflow: hidden;
  }

  .rmreg_tbl--cert .rmreg_cert_fields .rmreg_period_cell .rmreg_input {
    margin: 7px 8px;
  }

  .rmreg_tbl--cert .rmreg_cert_row.rmreg_mo_block > .rmreg_mo_head.rmreg_only_mo {
    display: none !important;
  }

  .rmreg_tbl--cert .rmreg_cert_row.rmreg_mo_block > .rmreg_cert_fields {
    padding: 0;
    border: none;
  }

  .rmreg_tbl--cert .rmreg_cert_head > .rmreg_cert_act {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    box-sizing: border-box;
  }

  .rmreg_tbl--cert .rmreg_cert_fields .rmreg_period_cell.rmreg_cert_act.rmreg_only_pc {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 0;
    padding: 13px 8px;
    box-sizing: border-box;
  }

  .rmreg_tbl--cert .rmreg_cert_fields .rmreg_cert_act.rmreg_only_pc {
    justify-content: center;
  }

  /* 경력사항 — 학력상세 PC와 동일 */
  .rmreg_sec--career .rmreg_sec_title {
    margin-bottom: 8px;
  }

  .rmreg_tbl--career .rmreg_tbl_row--career-detail .rmreg_tbl_item--full {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: none;
  }

  .rmreg_tbl--career .rmreg_tbl_row--career-detail .rmreg_tbl_th--detail-aside {
    width: 120px;
    flex-shrink: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 12px;
    align-self: stretch;
    border: none;
    border-left: 1px solid var(--rmreg-line);
    border-right: 1px solid var(--rmreg-line);
    border-bottom: 1px solid var(--rmreg-line);
  }

  .rmreg_tbl--career .rmreg_tbl_row--career-detail .rmreg_tbl_th_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: center;
  }

  .rmreg_tbl--career .rmreg_tbl_row--career-detail > .rmreg_tbl_item--full > .rmreg_tbl_td--pad0 {
    flex: 1;
    min-width: 0;
    align-self: stretch;
    padding: 0;
    display: block;
  }

  .rmreg_tbl--career .rmreg_career_grid {
    width: 100%;
  }

  .rmreg_tbl--career .rmreg_career_head {
    display: grid;
  }

  .rmreg_tbl--career .rmreg_career_row.rmreg_mo_block {
    display: grid;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    box-sizing: border-box;
  }

  .rmreg_tbl--career .rmreg_career_fields .rmreg_period_cell {
    min-height: 0;
    overflow: hidden;
  }

  .rmreg_tbl--career .rmreg_career_fields .rmreg_period_cell .rmreg_input {
    margin: 7px 8px;
  }

  .rmreg_tbl--career .rmreg_career_row.rmreg_mo_block > .rmreg_mo_head.rmreg_only_mo {
    display: none !important;
  }

  .rmreg_tbl--career .rmreg_career_row.rmreg_mo_block > .rmreg_career_fields {
    padding: 0;
    border: none;
  }

  .rmreg_tbl--career .rmreg_career_head > .rmreg_career_act {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    box-sizing: border-box;
  }

  .rmreg_tbl--career .rmreg_career_fields .rmreg_period_cell.rmreg_career_act.rmreg_only_pc {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 0;
    padding: 13px 8px;
    box-sizing: border-box;
  }

  .rmreg_tbl--career .rmreg_career_fields .rmreg_career_act.rmreg_only_pc {
    justify-content: center;
  }

}

@media (max-width: 767px) {
  .inq_page.rc_page.ij_page.rmreg_page .inq_main.inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inq_page.rc_page.ij_page.rmreg_page .rc_layout,
  .inq_page.rc_page.ij_page.rmreg_page .inq_layout.rml_layout.jai_layout {
    box-sizing: border-box;
    width: 100%;
    max-width: 412px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px 80px;
  }

  .inq_page.rc_page.ij_page.rmreg_page .rc_content,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_content,
  .inq_page.rc_page.ij_page.rctgreg_page .rctgreg_content,
  .inq_page.rc_page.ij_page.rmreg_page .rml_content {
    box-sizing: border-box;
    width: 100%;
    max-width: 372px;
    margin-left: auto;
    margin-right: auto;
  }

  .inq_page.rc_page.ij_page.rmreg_page .rml_sidebar,
  .inq_page.rc_page.ij_page.rmreg_page .jai_sidebar {
    display: none;
  }

  .rmreg_page:not(.jai_page):not(.ij_page) .inq_main.inner {
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .rmreg_only_pc,
  .rmreg_profile--pc {
    display: none !important;
  }

  .rmreg_only_mo {
    display: inline-flex;
  }

  .rmreg_tbl_row--photo.rmreg_only_mo {
    display: flex;
  }

  .rmreg_page_title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.4;
    color: var(--rmreg-text);
  }

  .rmreg_title_field {
    margin-bottom: 24px;
  }

  .rmreg_sec {
    margin-bottom: 32px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .rmreg_sec_title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: var(--rmreg-text);
  }

  .rmreg_sec_head {
    align-items: center;
    margin-bottom: 8px;
  }

  .rmreg_sec_head .rmreg_sec_title {
    margin-bottom: 0;
  }

  .rmreg_basic {
    flex-direction: column;
    gap: 0;
  }

  .rmreg_tbl--basic {
    width: 100%;
  }

  .rmreg_sidebar,
  .jai_page.rmreg_page .rml_sidebar , .inq_page.rc_page.ij_page.rmreg_page .rml_sidebar {
    display: none;
  }

  .rmreg_row {
    grid-template-columns: 1fr;
  }

  .rmreg_tbl_row--2 {
    display: flex;
    flex-direction: column;
  }

  .rmreg_tbl_item {
    flex: 1 1 100%;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }

  .rmreg_tbl_th {
    width: 80px;
    padding: 12px 8px;
    border-left: 1px solid var(--rmreg-line);
    border-right: 1px solid var(--rmreg-line);
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    word-break: keep-all;
  }

  .rmreg_tbl_td {
    flex: 1;
    min-width: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding: 8px;
  }

  .rmreg_tbl_td--photo {
    flex-direction: column;
    align-items: stretch;
  }

  .rmreg_tbl_td--period {
    padding: 0;
  }

  .rmreg_inline2 {
    display: flex;
    gap: 4px;
    width: 100%;
  }

  .rmreg_inline2 .rmreg_sel {
    flex: 1;
    min-width: 0;
  }

  .rmreg_radio_grp--stack_mo {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .rmreg_radio_grp--stack_mo .rmreg_radio {
    font-size: 15px;
  }

  .rmreg_radio_grp--work_type {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .rmreg_radio_grp--work_type .rmreg_radio {
    font-size: 15px;
    line-height: 19.5px;
  }

  .rmreg_radio input {
    accent-color: var(--rmreg-accent);
  }

  .rmreg_chk input {
    accent-color: var(--rmreg-accent);
  }

  .jai_page.rmreg_page .rmreg_radio input,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_radio input,
  .jai_page.rmreg_page .rmreg_chk input,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_chk input {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: transparent;
  }

  .jai_page.rmreg_page .rmreg_radio input,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_radio input {
    background-image: url("../_img/icon/icon_radio.svg");
  }

  .jai_page.rmreg_page .rmreg_radio input:checked,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_radio input:checked {
    background-image: url("../_img/icon/icon_radio_on.svg");
  }

  .jai_page.rmreg_page .rmreg_chk input,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_chk input {
    background-image: url("../_img/icon/icon_common_check.svg");
  }

  .jai_page.rmreg_page .rmreg_chk input:checked,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_chk input:checked {
    background-image: url("../_img/icon/icon_common_check_on.svg");
  }

  .jai_page.rmreg_page .rmreg_input,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_input,
  .jai_page.rmreg_page .rmreg_sel,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_sel,
  .jai_page.rmreg_page .rmreg_textarea,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_textarea {
    border-radius: 0;
    font-size: 15px;
    line-height: 19.5px;
    color: var(--rmreg-text);
  }

  .jai_page.rmreg_page .rmreg_input::placeholder,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_input::placeholder,
  .jai_page.rmreg_page .rmreg_textarea::placeholder,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_textarea::placeholder {
    color: #c8c9ca;
  }

  .jai_page.rmreg_page .rmreg_form , .inq_page.rc_page.ij_page.rmreg_page .rmreg_form {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .jai_page.rmreg_page .rmreg_sec , .inq_page.rc_page.ij_page.rmreg_page .rmreg_sec {
    margin-bottom: 0;
  }

  .jai_page.rmreg_page .rmreg_title_field , .inq_page.rc_page.ij_page.rmreg_page .rmreg_title_field {
    margin-bottom: 0;
  }

  .jai_page.rmreg_page .rmreg_page_title , .inq_page.rc_page.ij_page.rmreg_page .rmreg_page_title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .jai_page.rmreg_page .rmreg_input--title , .inq_page.rc_page.ij_page.rmreg_page .rmreg_input--title {
    height: auto;
    min-height: 37px;
    padding: 8px 10px;
    border-radius: 0;
  }

  .jai_page.rmreg_page .rmreg_addr , .inq_page.rc_page.ij_page.rmreg_page .rmreg_addr {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }

  .jai_page.rmreg_page .rmreg_addr_row , .inq_page.rc_page.ij_page.rmreg_page .rmreg_addr_row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
  }

  .jai_page.rmreg_page .rmreg_addr_row .rmreg_input--zip , .inq_page.rc_page.ij_page.rmreg_page .rmreg_addr_row .rmreg_input--zip {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .jai_page.rmreg_page .rmreg_addr_row .rmreg_input--addr1 , .inq_page.rc_page.ij_page.rmreg_page .rmreg_addr_row .rmreg_input--addr1 {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    order: 3;
  }

  .jai_page.rmreg_page .rmreg_addr > .rmreg_input[name="addr2"] , .inq_page.rc_page.ij_page.rmreg_page .rmreg_addr > .rmreg_input[name="addr2"] {
    width: 100%;
  }

  .jai_page.rmreg_page .rmreg_photo_file .rmreg_btn_photo_del , .inq_page.rc_page.ij_page.rmreg_page .rmreg_photo_file .rmreg_btn_photo_del {
    width: 35px;
    height: 35px;
    min-width: 35px;
    flex: 0 0 35px;
    box-sizing: border-box;
  }

  .jai_page.rmreg_page .rmreg_salary .rmreg_chk--inline , .inq_page.rc_page.ij_page.rmreg_page .rmreg_salary .rmreg_chk--inline {
    display: none;
  }

  .jai_page.rmreg_page .rmreg_input--salary , .inq_page.rc_page.ij_page.rmreg_page .rmreg_input--salary {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
    text-align: right;
  }

  .jai_page.rmreg_page .rmreg_sec--intro .rmreg_tbl , .inq_page.rc_page.ij_page.rmreg_page .rmreg_sec--intro .rmreg_tbl {
    width: 100%;
  }

  .jai_page.rmreg_page .rmreg_tbl_td--intro , .inq_page.rc_page.ij_page.rmreg_page .rmreg_tbl_td--intro {
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
  }

  .jai_page.rmreg_page .rmreg_sec--intro .rmreg_textarea--intro , .inq_page.rc_page.ij_page.rmreg_page .rmreg_sec--intro .rmreg_textarea--intro {
    display: block;
    width: 100%;
    min-height: 120px;
    height: auto;
    padding: 8px 10px;
    border: 1px solid var(--rmreg-line);
    border-radius: 0;
    box-sizing: border-box;
    resize: vertical;
  }

  .jai_page.rmreg_page .rmreg_submit_block , .inq_page.rc_page.ij_page.rmreg_page .rmreg_submit_block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }

  .jai_page.rmreg_page .rmreg_actions , .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .jai_page.rmreg_page .rmreg_btn_submit , .inq_page.rc_page.ij_page.rmreg_page .rmreg_btn_submit {
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 8px 20px;
    border-radius: 0;
    box-sizing: border-box;
  }

  .jai_page.rmreg_page .rmreg_btn_submit:hover , .inq_page.rc_page.ij_page.rmreg_page .rmreg_btn_submit:hover {
    text-decoration: underline;
  }

  .jai_page.rmreg_page .rmreg_tbl_row--period .rmreg_tbl_th , .inq_page.rc_page.ij_page.rmreg_page .rmreg_tbl_row--period .rmreg_tbl_th {
    padding: 8px;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .jai_page.rmreg_page .rmreg_mo_split > .rmreg_tbl_th--stack , .inq_page.rc_page.ij_page.rmreg_page .rmreg_mo_split > .rmreg_tbl_th--stack {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
  }

  .jai_page.rmreg_page .rmreg_tbl_row--pc_skill .rmreg_tbl_th , .inq_page.rc_page.ij_page.rmreg_page .rmreg_tbl_row--pc_skill .rmreg_tbl_th {
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
  }

  .jai_page.rmreg_page .rmreg_tbl_row--pc_skill > .rmreg_tbl_item--full , .inq_page.rc_page.ij_page.rmreg_page .rmreg_tbl_row--pc_skill > .rmreg_tbl_item--full {
    align-items: stretch;
  }

  .jai_page.rmreg_page .rmreg_pref_row--military .rmreg_radio_grp , .inq_page.rc_page.ij_page.rmreg_page .rmreg_pref_row--military .rmreg_radio_grp {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .jai_page.rmreg_page .rmreg_pref_row--3 .rmreg_radio_grp , .inq_page.rc_page.ij_page.rmreg_page .rmreg_pref_row--3 .rmreg_radio_grp {
    gap: 16px;
  }

  .jai_page.rmreg_page #rmregLangBlocks .rmreg_lang_tbl + .rmreg_lang_tbl , .inq_page.rc_page.ij_page.rmreg_page #rmregLangBlocks .rmreg_lang_tbl + .rmreg_lang_tbl {
    margin-top: 0;
  }

  .rmreg_mo_split .rmreg_tbl_th--stack {
    padding: 8px;
  }

  .rmreg_mo_split .rmreg_btn_line--sm.rmreg_only_mo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 26px;
    min-height: 26px;
    padding: 0;
  }

  .rmreg_edu_head,
  .rmreg_exam_head,
  .rmreg_cert_head,
  .rmreg_career_head {
    display: none;
  }

  .rmreg_mo_block {
    border-bottom: 1px solid var(--rmreg-line);
  }

  .rmreg_mo_block:last-child {
    border-bottom: none;
  }

  .rmreg_mo_block_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background: var(--rmreg-th-bg);
    border-bottom: 1px solid var(--rmreg-line);
  }

  .rmreg_mo_block_tit {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--rmreg-text);
  }

  .rmreg_mo_sub_row {
    display: flex;
    align-items: center;
  }

  .rmreg_mo_sub_th {
    flex-shrink: 0;
    width: 60px;
    padding: 8px;
    box-sizing: border-box;
    border-right: 1px solid var(--rmreg-line);
    border-bottom: 1px solid var(--rmreg-line);
    background: var(--rmreg-th-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--rmreg-text);
    word-break: keep-all;
  }

  .rmreg_mo_sub_th br {
    display: block;
  }

  .rmreg_mo_sub_td {
    flex: 1;
    min-width: 0;
    padding: 8px;
    border-bottom: 1px solid var(--rmreg-line);
    display: flex;
    align-items: center;
  }

  .rmreg_mo_sub_td--2 {
    gap: 4px;
  }

  .rmreg_mo_sub_td--2 .rmreg_input {
    flex: 1;
    min-width: 0;
  }

  .rmreg_mo_sub_td .rmreg_input,
  .rmreg_mo_sub_td .rmreg_sel {
    width: 100%;
  }

  .rmreg_edu_score_inner {
    gap: 4px;
    width: 100%;
  }

  .rmreg_edu_score_inner .rmreg_edu_score_inp {
    width: 60px;
    flex-shrink: 0;
  }

  .rmreg_edu_score_inner .rmreg_edu_score_sel {
    flex: 1;
    min-width: 0;
  }

  .rmreg_period_grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-left: none;
  }

  .rmreg_period_cell {
    display: flex;
    align-items: stretch;
    border-right: none;
    border-bottom: 1px solid var(--rmreg-line);
  }

  .rmreg_period_cell:last-child {
    border-bottom: none;
  }

  .rmreg_period_lbl {
    flex-shrink: 0;
    width: 60px;
    padding: 8px;
    box-sizing: border-box;
    border-right: 1px solid var(--rmreg-line);
    background: var(--rmreg-th-bg);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--rmreg-text);
  }

  .rmreg_period_cell .rmreg_sel {
    flex: 1;
    min-width: 0;
    margin: 8px;
    width: auto;
    height: 37px;
    padding: 8px 36px 8px 10px;
    border: 1px solid var(--rmreg-line);
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("../_img/icon/icon_jobs_common_select_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
  }

  .rmreg_period_cell .rmreg_input {
    height: 37px;
    padding: 8px 10px;
    border: 1px solid var(--rmreg-line);
    border-radius: 0;
  }

  /* 학력사항 — Figma MO */
  .rmreg_sec--school {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rmreg_sec--school .rmreg_sec_title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--rmreg-text);
  }

  .rmreg_sec--school .rmreg_tbl--school {
    width: 100%;
  }

  .rmreg_tbl_row--edu-final .rmreg_tbl_item--full {
    border: 1px solid var(--rmreg-line);
    box-sizing: border-box;
  }

  .rmreg_tbl_row--edu-final .rmreg_tbl_th {
    padding: 12px 8px;
    align-self: stretch;
    border: none;
    border-right: 1px solid var(--rmreg-line);
  }

  .rmreg_tbl_row--edu-final .rmreg_tbl_td--radio {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    border: none;
  }

  .rmreg_tbl_row--edu-final .rmreg_radio_grp--stack_mo {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .rmreg_tbl_row--edu-final .rmreg_radio_grp--stack_mo .rmreg_radio {
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    gap: 4px;
  }

  .rmreg_tbl_row--edu-detail .rmreg_tbl_item--full,
  .rmreg_tbl_row--exam-detail .rmreg_tbl_item--full,
  .rmreg_tbl_row--cert-detail .rmreg_tbl_item--full,
  .rmreg_tbl_row--career-detail .rmreg_tbl_item--full {
    border: 1px solid var(--rmreg-line);
    border-top: none;
    box-sizing: border-box;
  }

  .rmreg_tbl_row--exam-detail .rmreg_tbl_item--full {
    border-top: 1px solid var(--rmreg-line);
  }

  .rmreg_tbl_item--full > .rmreg_tbl_td--pad0 {
    padding: 0;
    padding-bottom: 0;
    margin: 0;
    margin-bottom: 0;
    gap: 0;
    border: none;
    align-self: flex-start;
    min-height: 0;
  }

  .rmreg_tbl_row--edu-detail .rmreg_tbl_th--detail-aside,
  .rmreg_tbl_row--exam-detail .rmreg_tbl_th--detail-aside,
  .rmreg_tbl_row--cert-detail .rmreg_tbl_th--detail-aside,
  .rmreg_tbl_row--career-detail .rmreg_tbl_th--detail-aside {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    align-self: stretch;
    border: none;
    border-right: 1px solid var(--rmreg-line);
  }

  .rmreg_tbl_row--edu-detail .rmreg_tbl_th_txt,
  .rmreg_tbl_row--exam-detail .rmreg_tbl_th_txt,
  .rmreg_tbl_row--cert-detail .rmreg_tbl_th_txt,
  .rmreg_tbl_row--career-detail .rmreg_tbl_th_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: center;
  }

  .rmreg_btn_line--figma {
    min-height: 26px;
    height: auto;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    white-space: nowrap;
  }

  .rmreg_tbl_row--edu-detail .rmreg_edu_grid,
  .rmreg_tbl_row--edu-detail .rmreg_edu_body,
  .rmreg_tbl_row--exam-detail .rmreg_exam_grid,
  .rmreg_tbl_row--exam-detail .rmreg_exam_body,
  .rmreg_tbl_row--cert-detail .rmreg_cert_grid,
  .rmreg_tbl_row--cert-detail .rmreg_cert_body,
  .rmreg_tbl_row--career-detail .rmreg_career_grid,
  .rmreg_tbl_row--career-detail .rmreg_career_body {
    margin: 0;
    padding: 0;
    gap: 0;
    width: 100%;
  }

  .rmreg_edu_body,
  .rmreg_exam_body,
  .rmreg_cert_body,
  .rmreg_career_body {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .rmreg_edu_body .rmreg_edu_row + .rmreg_edu_row,
  .rmreg_exam_body .rmreg_exam_row + .rmreg_exam_row,
  .rmreg_cert_body .rmreg_cert_row + .rmreg_cert_row,
  .rmreg_career_body .rmreg_career_row + .rmreg_career_row {
    border-top: 1px solid var(--rmreg-line);
  }

  .rmreg_edu_row.rmreg_mo_block,
  .rmreg_exam_row.rmreg_mo_block,
  .rmreg_cert_row.rmreg_mo_block,
  .rmreg_career_row.rmreg_mo_block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }

  /* 시험정보·자격정보·경력정보: 외곽 tbl_item border-right와 중복 방지 */
  .rmreg_exam_row.rmreg_mo_block > *,
  .rmreg_cert_row.rmreg_mo_block > *,
  .rmreg_career_row.rmreg_mo_block > * {
    border-right: none;
  }

  .rmreg_mo_block > .rmreg_mo_head.rmreg_only_mo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 8px;
    background: var(--rmreg-th-bg);
    border-bottom: 1px solid var(--rmreg-line);
    box-sizing: border-box;
  }

  .rmreg_mo_block > .rmreg_mo_head.rmreg_only_mo .rmreg_mo_head_tit {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: var(--rmreg-text);
  }

  .rmreg_tbl_row--edu-detail .rmreg_edu_fields.rmreg_period_grid,
  .rmreg_tbl_row--exam-detail .rmreg_exam_fields.rmreg_period_grid,
  .rmreg_tbl_row--cert-detail .rmreg_cert_fields.rmreg_period_grid,
  .rmreg_tbl_row--career-detail .rmreg_career_fields.rmreg_period_grid {
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
    border: none;
  }

  .rmreg_edu_fields .rmreg_period_cell,
  .rmreg_exam_fields .rmreg_period_cell,
  .rmreg_cert_fields .rmreg_period_cell,
  .rmreg_career_fields .rmreg_period_cell {
    border-right: none;
  }

  .rmreg_edu_fields .rmreg_period_cell.rmreg_edu_score,
  .rmreg_edu_fields .rmreg_period_cell.rmreg_edu_act,
  .rmreg_exam_fields .rmreg_period_cell.rmreg_exam_date,
  .rmreg_exam_fields .rmreg_period_cell.rmreg_exam_act,
  .rmreg_cert_fields .rmreg_period_cell.rmreg_cert_date,
  .rmreg_cert_fields .rmreg_period_cell.rmreg_cert_act,
  .rmreg_career_fields .rmreg_period_cell.rmreg_career_etc,
  .rmreg_career_fields .rmreg_period_cell.rmreg_career_act {
    border-bottom: none;
  }

  .rmreg_edu_fields .rmreg_period_lbl,
  .rmreg_exam_fields .rmreg_period_lbl,
  .rmreg_cert_fields .rmreg_period_lbl,
  .rmreg_career_fields .rmreg_period_lbl {
    width: 60px;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    border-right: 1px solid var(--rmreg-line);
  }

  .rmreg_edu_fields .rmreg_edu_years .rmreg_period_lbl,
  .rmreg_edu_fields .rmreg_edu_score .rmreg_period_lbl,
  .rmreg_exam_fields .rmreg_period_cell:nth-child(2) .rmreg_period_lbl {
    font-size: 13px;
    line-height: 16.9px;
  }

  .rmreg_edu_fields .rmreg_period_cell.rmreg_edu_score {
    width: 290px;
    max-width: 290px;
    box-sizing: border-box;
    border-bottom: none;
  }

  .rmreg_edu_fields .rmreg_period_cell .rmreg_input,
  .rmreg_edu_fields .rmreg_period_cell .rmreg_sel,
  .rmreg_exam_fields .rmreg_period_cell .rmreg_input,
  .rmreg_cert_fields .rmreg_period_cell .rmreg_input {
    margin: 8px;
    height: 37px;
    box-sizing: border-box;
  }

  .rmreg_edu_fields .rmreg_edu_score_inp {
    flex: 0 0 60px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
  }

  .rmreg_edu_fields .rmreg_edu_sep {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: var(--rmreg-text);
    margin: 0;
  }

  .rmreg_edu_fields .rmreg_edu_score_inner {
    margin: 8px;
    gap: 4px;
  }

  .rmreg_edu_fields .rmreg_edu_years_inputs {
    margin: 8px;
    gap: 4px;
  }

  .rmreg_edu_fields .rmreg_period_cell.rmreg_only_pc,
  .rmreg_exam_fields .rmreg_period_cell.rmreg_only_pc,
  .rmreg_cert_fields .rmreg_period_cell.rmreg_only_pc,
  .rmreg_career_fields .rmreg_period_cell.rmreg_only_pc {
    display: none !important;
  }

  .rmreg_edu_fields .rmreg_edu_years.rmreg_only_mo {
    display: flex;
  }

  .rmreg_edu_fields .rmreg_edu_act.rmreg_only_pc,
  .rmreg_exam_fields .rmreg_exam_act.rmreg_only_pc,
  .rmreg_cert_fields .rmreg_cert_act.rmreg_only_pc,
  .rmreg_career_fields .rmreg_career_act.rmreg_only_pc {
    display: none !important;
  }

  .rmreg_tbl_row--edu-detail .rmreg_tbl_th,
  .rmreg_tbl_row--exam-detail .rmreg_tbl_th,
  .rmreg_tbl_row--cert-detail .rmreg_tbl_th,
  .rmreg_tbl_row--career-detail .rmreg_tbl_th {
    align-self: stretch;
  }

  /* 자격사항 — Figma MO */
  .rmreg_sec--cert {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rmreg_sec--cert .rmreg_sec_title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--rmreg-text);
  }

  .rmreg_sec--cert .rmreg_tbl--cert {
    width: 100%;
  }

  .rmreg_tbl_row--cert-detail .rmreg_tbl_item--full {
    border-top: 1px solid var(--rmreg-line);
  }

  /* 경력사항 — Figma MO */
  .rmreg_sec--career {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rmreg_sec--career .rmreg_sec_title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--rmreg-text);
  }

  .rmreg_sec--career .rmreg_tbl--career {
    width: 100%;
  }

  .rmreg_tbl_row--career-detail .rmreg_tbl_item--full {
    border-top: 1px solid var(--rmreg-line);
  }

  .rmreg_skill_grid {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .rmreg_skill_cell {
    display: flex;
    align-items: stretch;
    border-right: none;
    border-bottom: 1px solid var(--rmreg-line);
  }

  .rmreg_skill_cell:last-child {
    border-bottom: none;
  }

  .rmreg_skill_lbl {
    flex-shrink: 0;
    width: 80px;
    min-width: 80px;
    padding: 8px;
    box-sizing: border-box;
    border-right: 1px solid var(--rmreg-line);
    background: var(--rmreg-th-bg);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--rmreg-text);
    word-break: keep-all;
  }

  .rmreg_skill_cell .rmreg_sel {
    flex: 1;
    min-width: 0;
    margin: 8px;
    width: auto;
    height: 37px;
    padding: 8px 36px 8px 10px;
    border: 1px solid var(--rmreg-line);
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("../_img/icon/icon_jobs_common_select_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
  }

  .rmreg_pref_wrap {
    width: 100%;
  }

  .rmreg_pref_row--3 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .rmreg_pref_row--3 .rmreg_pref_cell {
    display: flex;
    align-items: stretch;
    border-right: none;
    border-bottom: 1px solid var(--rmreg-line);
  }

  .rmreg_pref_row--3 .rmreg_pref_cell:last-child {
    border-bottom: none;
  }

  .rmreg_pref_row--military .rmreg_pref_cell {
    border-bottom: none;
  }

  .rmreg_pref_row--3 .rmreg_pref_lbl,
  .rmreg_pref_row--military .rmreg_pref_lbl {
    flex-shrink: 0;
    width: 80px;
    min-width: 80px;
    padding: 8px;
    box-sizing: border-box;
    border-right: 1px solid var(--rmreg-line);
    background: var(--rmreg-th-bg);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--rmreg-text);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rmreg_pref_cell .rmreg_radio_grp {
    flex: 1;
    min-width: 0;
    padding: 8px;
    gap: 8px 16px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .rmreg_pref_row .rmreg_radio {
    font-size: 15px;
  }

  .rmreg_chk_grp {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .rmreg_chk_grp .rmreg_chk {
    font-size: 15px;
  }

  .rmreg_textarea--intro {
    min-height: 120px;
  }

  .rmreg_tbl--intro .rmreg_tbl_td--intro {
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
  }

  .rmreg_tbl--intro .rmreg_textarea--intro {
    width: 100%;
    min-height: 120px;
    padding: 8px 10px;
    border: 1px solid var(--rmreg-line);
    border-radius: 0;
    box-sizing: border-box;
  }

  .rmreg_salary {
    width: 100%;
    gap: 4px;
  }

  .rmreg_salary .rmreg_chk--inline {
    display: none;
  }

  .rmreg_addr_row .rmreg_input--addr1 {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }

  .rmreg_photo_file .rmreg_btn_photo_del {
    width: 35px;
    height: 35px;
    min-width: 35px;
    flex: 0 0 35px;
  }

  .rmreg_notice {
    max-width: none;
    padding: 16px;
    border-radius: 4px;
    background: #eaeef6;
  }

  .rmreg_chk--confirm {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
  }

  .rmreg_btn_submit {
    width: 100%;
    min-height: 44px;
    padding: 8px 20px;
    border-radius: 0;
    background: var(--rmreg-blue);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }

  .rmreg_banner_ph,
  .rmm_banner_ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin: 24px auto 0;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    color: #9b9d9f;
  }

  .rmreg_layout {
    display: block;
  }
}

@media (max-width: 480px) {
  .rmreg_page:not(.jai_page) .rmreg_page_title {
    font-size: 19px;
  }
}

/* ========== resume_mgt_modify (구인구직 · 이력서 수정) ========== */

.rmm_page {
  --rmm-pink: #ec407a;
  --rmm-dark: #333333;
}

@media (max-width: 767px) {
  .jai_page.rmreg_page .rmreg_actions .rmm_btn_modify,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions .rmm_btn_modify,
  .jai_page.rmreg_page .rmreg_actions .rmm_btn_rewrite,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions .rmm_btn_rewrite {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0 20px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    box-sizing: border-box;
  }

  .jai_page.rmreg_page .rmreg_actions .rmm_btn_modify,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions .rmm_btn_modify {
    border: 1px solid #2a58a8;
    background: #fff;
    color: #2a58a8;
  }

  .jai_page.rmreg_page .rmreg_actions .rmm_btn_modify:hover,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions .rmm_btn_modify:hover {
    background: #f5f8fc;
  }

  .jai_page.rmreg_page .rmreg_actions .rmm_btn_rewrite,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions .rmm_btn_rewrite {
    border: none;
    background: #6c757d;
    color: #fff;
  }

  .jai_page.rmreg_page .rmreg_actions .rmm_btn_rewrite:hover,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions .rmm_btn_rewrite:hover {
    background: #5a6268;
  }
}

@media (min-width: 768px) {
  .jai_page.rmreg_page .rmreg_actions:has(.rmm_btn_modify),
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions:has(.rmm_btn_modify) {
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
  }

  .jai_page.rmreg_page .rmreg_actions .rmm_btn_modify,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions .rmm_btn_modify {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    min-width: 71px;
    max-width: 71px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0;
    border: 1px solid #2a58a8;
    border-radius: 0;
    background: #fff;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    color: #2a58a8;
    cursor: pointer;
    box-sizing: border-box;
  }

  .jai_page.rmreg_page .rmreg_actions .rmm_btn_modify:hover,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions .rmm_btn_modify:hover {
    background: #f5f8fc;
    border-color: #2a58a8;
  }

  .jai_page.rmreg_page .rmreg_actions .rmm_btn_rewrite,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions .rmm_btn_rewrite {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    min-width: 106px;
    max-width: 106px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #6c757d;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
  }

  .jai_page.rmreg_page .rmreg_actions .rmm_btn_rewrite:hover,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_actions .rmm_btn_rewrite:hover {
    background: #5a6268;
  }
}

@media (min-width: 768px) {
  .rmm_page .rmm_layout {
    grid-template-columns: 1fr 260px;
    gap: 28px;
    align-items: start;
  }

  .rmm_page .rmm_content {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .rmm_page .rmm_sidebar {
    grid-column: 2;
    grid-row: 1;
  }
}

.rmm_photo_help {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
}

.rmm_btn_photo_del {
  margin-top: 8px;
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f5f5f5;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.rmm_btn_photo_del:hover {
  background: #ebebeb;
}

.rmm_photo_act {
  flex-direction: column;
  align-items: flex-start;
}

.rmm_notice_list {
  margin: 0;
  padding-left: 20px;
}

.rmm_notice_list li {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.5;
}

.rmm_notice_list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .rmm_radio_pub .rmreg_radio input {
    accent-color: var(--rmm-pink);
  }

  .rmm_page .rmreg_radio_grp:not(.rmm_radio_pub) .rmreg_radio input {
    accent-color: var(--rmm-pink);
  }
}

.rmm_actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.rmm_btn_cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--rmm-dark);
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: var(--rmm-dark);
  text-decoration: none;
  box-sizing: border-box;
  order: 1;
}

.rmm_btn_cancel:hover {
  background: #fafafa;
}

.rmm_btn_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 24px;
  border: none;
  border-radius: 6px;
  background: var(--rmm-dark);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  order: 2;
}

.rmm_btn_submit:hover {
  background: #111;
}

.rmm_submit_pc {
  display: none;
}

.rmm_submit_mo {
  display: inline;
}

.rmm_btn_rewrite {
  padding: 12px 22px;
  border: none;
  border-radius: 0;
  background: #555;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.rmm_btn_modify {
  border-radius: 0;
}

.rmm_btn_rewrite:hover {
  background: #444;
}

.rmm_only_pc {
  display: none !important;
}

.rmm_banner_ph {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 80px;
  margin: 20px auto 0;
  border: 1px dashed #ddd;
  background: #ececec;
  font-size: 13px;
  color: #aaa;
}

@media (min-width: 768px) {
  .rmm_actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
  }

  .rmm_btn_modify {
    width: auto;
    min-width: 160px;
    min-height: 48px;
    order: 1;
    border-radius: 0;
    border-color: var(--rmreg-blue);
    color: var(--rmreg-blue);
  }

  .rmm_btn_rewrite {
    width: auto;
    min-width: 160px;
    min-height: 48px;
    order: 2;
    padding: 12px 22px;
    border-radius: 0;
  }

  .rmm_btn_cancel {
    width: auto;
    min-width: 140px;
    order: 3;
    border-color: #bbb;
    color: #444;
  }

  .rmm_btn_submit {
    width: auto;
    min-width: 160px;
    background: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
    order: 1;
  }

  .rmm_btn_submit:hover {
    background: #e5e5e5;
  }

  .rmm_submit_pc {
    display: inline;
  }

  .rmm_submit_mo {
    display: none;
  }

  .rmm_btn_rewrite.rmm_only_pc {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    order: 2;
    min-height: 48px;
  }

  .rmm_banner_ph {
    display: none;
  }

  .rmm_sidebar {
    display: block;
  }
}

@media (max-width: 767px) {
  .rmm_sidebar {
    display: none;
  }
}

/* ========== job_app_inquiry (구인구직 · 입사지원 현황) ========== */

.jai_page {
  --jai-blue: #2a58a8;
  --jai-accent: #3c3f43;
  --jai-line: #dededf;
  --jai-muted: #6f7174;
  --jai-text: #212529;
  --jai-head-bg: #f6f6f6;
}

@media (min-width: 768px) {
  .jai_page .jai_layout,
  .jai_page .rml_layout,
  .jai_page .inq_layout.rml_layout,
  .jai_page .inq_layout.rml_layout.jai_layout {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 0;
    grid-template-columns: 1056px 200px;
    gap: 24px;
    align-items: start;
  }

  .jai_page .jai_content,
  .jai_page .rml_content,
  .jai_page .rmreg_content {
    grid-column: 1;
    grid-row: 1;
    width: 1056px;
    max-width: 1056px;
    min-width: 0;
  }

  /* 구인구직 관리 메뉴: 좌측 여백(24px) 제외 본문 176px */
  .jai_page .jai_sidebar,
  .jai_page .rml_sidebar,
  .inq_page.rc_page .rml_layout .rml_sidebar,
  .inq_page.rc_page .rml_layout .jai_sidebar {
    grid-column: 2;
    grid-row: 1;
    width: 176px;
    max-width: 176px;
    min-width: 176px;
    padding-left: 24px;
    border-left: 1px solid var(--jai-line);
    box-sizing: content-box;
  }

  .jai_page.rml_page .inq_main.inner,
  .jai_page.rmreg_page .inq_main.inner , .inq_page.rc_page.ij_page.rmreg_page .inq_main.inner {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .jai_page.rml_page .rml_layout,
  .jai_page.rmreg_page .rml_layout,
  .jai_page.rmreg_page .inq_layout.rml_layout.jai_layout,
  .inq_page.rc_page.ij_page.rmreg_page .rc_layout,
  .inq_page.rc_page.ij_page.rmreg_page .rml_layout,
  .inq_page.rc_page.ij_page.rmreg_page .inq_layout.rml_layout.jai_layout {
    padding-left: 0;
    padding-right: 0;
  }

  .jai_page .rml_side_nav {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    margin-bottom: 40px;
  }

  .jai_page .rml_side_grp {
    padding: 0;
    margin-bottom: 24px;
    border-bottom: none;
  }

  .jai_page .rml_side_grp:last-of-type {
    margin-bottom: 0;
  }

  .jai_page .rml_side_grp_tit {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--jai-blue);
  }

  .jai_page .rml_side_list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .jai_page .rml_side_list li {
    display: flex;
    align-items: center;
    min-height: 22px;
    margin-bottom: 0;
  }

  .jai_page .rml_side_list a {
    display: block;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    color: var(--jai-muted);
    text-decoration: none;
    border-radius: 0;
    background: transparent;
  }

  .jai_page .rml_side_list a:hover {
    background: transparent;
    color: var(--jai-text);
    text-decoration: none;
  }

  .jai_page .rml_side_list a.is_active {
    font-weight: 700;
    line-height: 21px;
    color: var(--jai-text);
    text-decoration: none;
  }

  .jai_page_title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .jai_page .jai_toolbar.ij_home_filter.jai_inquiry_filter,
  .inq_page.rc_page.ij_page.jai_page .jai_toolbar.ij_home_filter.jai_inquiry_filter {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid var(--jai-line);
    border-radius: 0;
    background: #fff;
  }

  .jai_page .jai_inquiry_filter .jai_tool_main {
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    align-items: center;
    gap: 16px;
    min-width: 0;
  }

  .jai_page .jai_inquiry_filter .jai_filter_row--opts,
  .jai_page .jai_inquiry_filter .jai_filter_row--read {
    display: contents;
  }

  .jai_page .jai_inquiry_filter .jai_tool_row--dates {
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: none;
  }

  .jai_page .jai_inquiry_filter .jai_filter_field {
    flex: 0 0 auto;
    gap: 8px;
  }

  .jai_page .jai_inquiry_filter .jai_filter_lbl,
  .jai_page .jai_inquiry_filter .jai_tool_label {
    flex-shrink: 0;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--jai-text);
  }

  .jai_page .jai_inquiry_filter .jai_dates {
    flex-wrap: nowrap;
    gap: 4px;
  }

  .jai_page .jai_inquiry_filter .jai_date_box {
    width: 160px;
  }

  .jai_page .jai_inquiry_filter .jai_date {
    min-height: 36px;
    padding: 8px 36px 8px 10px;
    border: 1px solid var(--jai-line);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--jai-text);
  }

  .jai_page .jai_inquiry_filter .jai_date_sep {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--jai-text);
  }

  .jai_page .jai_inquiry_filter .jai_quick_btns {
    gap: 4px;
  }

  .jai_page .jai_inquiry_filter .jai_quick_btn {
    min-height: 36px;
    padding: 4px 14px;
    border: 1px solid var(--jai-line);
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--jai-text);
    background: #fff;
  }

  .jai_page .jai_inquiry_filter .jai_quick_btn:hover {
    background: #f6f6f6;
  }

  .jai_page .jai_inquiry_filter .jai_quick_btn.is_active {
    border-color: var(--jai-blue);
    color: var(--jai-blue);
    background: #fff;
  }

  .jai_page .jai_inquiry_filter .jai_sel,
  .jai_page .jai_inquiry_filter .jai_sel.rc_sel {
    flex: 0 0 auto;
    width: 100px;
    min-width: 100px;
    min-height: 36px;
    padding: 8px 32px 8px 10px;
    border: 1px solid var(--jai-line);
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--jai-text);
    background-color: #fff;
    background-image: url('../_img/icon/icon_jobs_common_select_arrow.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .jai_page .jai_inquiry_filter .jai_btn_find.rc_btn_find {
    box-sizing: border-box;
    display: inline-flex;
    flex-shrink: 0;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 36px;
    margin: 0;
    padding: 4px 16px;
    border: none;
    border-radius: 0;
    background: var(--jai-text);
    font-size: 0;
  }

  .jai_page .jai_inquiry_filter .jai_btn_find.rc_btn_find:hover {
    background: #000;
  }

  .jai_page .jai_inquiry_filter .rc_btn_find_txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
  }

  .jai_page .jai_inquiry_filter .rc_btn_find_ico {
    display: none;
  }

  .jai_table_wrap {
    margin-bottom: 40px;
  }

  .jai_table {
    min-width: 0;
    table-layout: fixed;
    font-size: 15px;
  }

  .jai_col_date { width: 100px; }
  .jai_col_tit { width: auto; }
  .jai_col_co { width: 180px; }
  .jai_col_stat { width: 120px; }
  .jai_col_read { width: 100px; }
  .jai_col_cancel { width: 90px; }
  .jai_col_del { width: 70px; }

  .jai_table thead th {
    padding: 10px;
    background: #f2f2f2;
    border-bottom: 1px solid var(--jai-line);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--jai-muted);
    text-align: center;
  }

  .jai_table tbody td {
    padding: 12px;
    border-bottom: 1px solid var(--jai-line);
    font-size: 15px;
    line-height: 1.3;
    color: var(--jai-text);
    vertical-align: middle;
  }

  .jai_td_date {
    text-align: center;
  }

  .jai_td_co {
    text-align: center;
  }

  .jai_td_tit {
    overflow: hidden;
    max-width: 0;
    text-align: left !important;
    font-weight: 400;
    color: var(--jai-text);
  }

  .jai_td_tit .jai_tit_link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--jai-text);
    font-weight: 400;
    text-decoration: none;
  }

  .jai_td_tit .jai_tit_link:hover {
    color: var(--jai-text);
    text-decoration: underline;
  }

  .jai_td_stack {
    text-align: center;
  }

  .jai_td_stack .jai_td_main {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    color: var(--jai-text);
  }

  .jai_td_stack .jai_td_sub {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.3;
    color: var(--jai-muted);
  }

  .jai_btn_cell {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 4px 10px;
    border: 1px solid var(--jai-line);
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--jai-text);
    background: #fff;
    cursor: pointer;
  }

  .jai_btn_cell.jai_btn_cancel_app:hover:not(:disabled):not(.is_disabled),
  .jai_btn_cell.jai_btn_del_row:hover:not(:disabled):not(.is_disabled) {
    background: var(--jai-head-bg);
  }

  .jai_btn_cell.is_disabled,
  .jai_btn_cell:disabled {
    background: #fff;
    cursor: not-allowed;
    opacity: 0.55;
  }

  .jai_btn_cell.is_disabled:hover,
  .jai_btn_cell:disabled:hover {
    background: #fff;
  }

  .jai_btn_cell.jai_btn_del_row {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    padding: 4px 0;
  }

  .inq_page.rc_page.jai_page .pagination {
    margin-top: 40px;
  }

  .jai_empty {
    padding: 80px 12px;
    border-bottom: 1px solid var(--jai-line);
  }

  .jai_empty_txt {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--jai-muted);
  }

}

.jai_page_title {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.jai_toolbar {
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid var(--jai-line);
  border-radius: 0;
  background: #fff;
}

.jai_tool_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

.jai_tool_main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.jai_filter_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.jai_filter_row--opts {
  gap: 16px;
}

.jai_filter_row--read {
  gap: 4px;
}

.jai_filter_field {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.jai_filter_lbl {
  flex-shrink: 0;
  width: 56px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--jai-text);
}

.jai_filter_field .jai_sel {
  flex: 1;
  min-width: 0;
}

@media (min-width: 768px) {
  .jai_tool_row {
    flex-wrap: nowrap;
  }

  .jai_filter_field {
    flex: 0 0 auto;
  }

  .jai_filter_field .jai_sel {
    flex: 0 0 auto;
    width: 100px;
    min-width: 100px;
  }

  .jai_dates {
    flex-wrap: nowrap;
  }
}

.jai_tool_label {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.jai_dates {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.jai_date_box {
  position: relative;
  display: block;
  min-width: 0;
}

.jai_date {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  min-height: 36px;
  padding: 8px 36px 8px 10px;
  border: 1px solid var(--jai-line, #dededf);
  border-radius: 0;
  font-size: 15px;
  line-height: 1.3;
  color: var(--jai-text, #212529);
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none;
}

.jai_date::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.jai_date::-moz-calendar-picker-indicator {
  opacity: 0;
}

.jai_date_ico {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  object-fit: contain;
}

.jai_date_sep {
  color: #888;
}

.jai_quick_btns {
  display: flex;
  gap: 8px;
}

.jai_quick_btn {
  min-height: 36px;
  padding: 4px 14px;
  border: 1px solid var(--jai-line);
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--jai-text);
  cursor: pointer;
}

.jai_quick_btn:hover {
  background: #f5f5f5;
}

.jai_quick_btn.is_active {
  border-color: var(--jai-blue);
  color: var(--jai-blue);
  background: #fff;
}

.jai_tool_row--filters {
  align-items: stretch;
}

.jai_sel {
  flex: 1;
  min-width: 140px;
  height: auto;
  min-height: 36px;
  padding: 8px 32px 8px 10px;
  border: 1px solid var(--jai-line);
  border-radius: 0;
  font-size: 15px;
  line-height: 1.3;
  color: var(--jai-text);
  background-color: #fff;
  background-image: url("../_img/icon/icon_jobs_common_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.jai_sel::-ms-expand {
  display: none;
}

.jai_btn_find {
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: var(--jai-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
}

.jai_btn_find:hover {
  background: #000;
}

.jai_only_mo {
  display: none;
}

@media (max-width: 767px) {
  .jai_page .jai_table_wrap.jai_only_pc,
  .jai_page .jai_only_pc.jai_table_wrap {
    display: none !important;
  }

  .jai_page .jai_mo_wrap.jai_only_mo,
  .jai_page .jai_only_mo.jai_mo_wrap {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .jai_page .jai_table_wrap.jai_only_pc,
  .jai_page .jai_only_pc.jai_table_wrap {
    display: block;
  }

  .jai_page .jai_mo_wrap.jai_only_mo,
  .jai_page .jai_only_mo.jai_mo_wrap {
    display: none !important;
  }
}

.jai_table_wrap {
  margin-bottom: 18px;
}

.jai_table_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.jai_table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  font-size: 14px;
}

.jai_table thead th {
  padding: 12px 10px;
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.jai_table tbody td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--jai-line);
  vertical-align: middle;
  text-align: center;
  color: #444;
}

.jai_td_tit {
  overflow: hidden;
  max-width: 0;
  text-align: left !important;
}

.jai_td_tit .jai_tit_link,
.jai_td_tit a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--jai-text, #212529);
  font-weight: 400;
  text-decoration: none;
}

.jai_td_tit .jai_tit_link:hover,
.jai_td_tit a:hover {
  color: var(--jai-text, #212529);
  text-decoration: underline;
}

.jai_td_sub {
  font-size: 13px;
  color: #888;
}

.jai_stat_ok {
  color: #2e7d32;
  font-weight: 600;
}

.jai_read_ok {
  font-weight: 600;
  color: #333;
}

.jai_read_dt {
  display: inline-block;
  margin-left: 4px;
  font-size: 13px;
  color: #c67c00;
}

.jai_read_no {
  color: #999;
}

.jai_btn_cell {
  min-width: 72px;
  padding: 6px 10px;
  border: 1px solid #bbb;
  border-radius: 0;
  background: #fff;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.jai_btn_cell.jai_btn_cancel_app:hover:not(:disabled):not(.is_disabled),
.jai_btn_cell.jai_btn_del_row:hover:not(:disabled):not(.is_disabled) {
  background: var(--jai-head-bg);
}

.jai_btn_cell.is_disabled,
.jai_btn_cell:disabled {
  background: #fff;
}

.jai_btn_cell.is_disabled:hover,
.jai_btn_cell:disabled:hover {
  background: #fff;
}

.jai_btn_cell.jai_btn_del_row {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  padding: 4px 0;
}

@media (min-width: 768px) {
  .jai_page .jai_content > .jai_toolbar.jai_inquiry_filter {
    margin-bottom: 16px;
  }

  .jai_page .jai_content > .jai_toolbar.jai_inquiry_filter + .jai_table_wrap {
    margin-top: 0;
  }

  .jai_page .jai_btn_cell.jai_btn_cancel_app:hover:not(:disabled):not(.is_disabled),
  .jai_page .jai_btn_cell.jai_btn_del_row:hover:not(:disabled):not(.is_disabled) {
    background: var(--jai-head-bg);
  }
}

.jai_mo_wrap {
  margin-bottom: 18px;
}

.jai_mo_head {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  background: #ececec;
  font-size: 13px;
  font-weight: 700;
  color: #444;
}

.jai_mo_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jai_mo_item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 14px 12px;
  border-bottom: 1px solid var(--jai-line);
  align-items: flex-start;
}

.jai_mo_body {
  flex: 1;
  min-width: 0;
}

.jai_mo_tit {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  line-height: 1.35;
}

.jai_mo_tit:hover {
  text-decoration: underline;
}

.jai_mo_meta {
  margin: 0 0 10px;
  font-size: 13px;
  color: #777;
}

.jai_mo_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.jai_tag {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.jai_tag--off {
  background: #eee;
  color: #666;
}

.jai_tag--on {
  background: #e8f5e9;
  color: #2e7d32;
}

.jai_tag--read {
  background: #e3f2fd;
  color: var(--jai-blue);
}

.jai_tag--unread {
  background: #f5f5f5;
  color: #888;
}

.jai_mo_act {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jai_mo_btn {
  min-width: 88px;
  padding: 8px 10px;
  border: 1px solid var(--jai-blue);
  border-radius: 0;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: var(--jai-blue);
  cursor: pointer;
}

.jai_mo_btn.jai_btn_cancel_app:hover:not(:disabled):not(.is_disabled),
.jai_mo_btn.jai_btn_del_row:hover:not(:disabled):not(.is_disabled) {
  background: var(--jai-head-bg);
}

.jai_mo_btn:disabled,
.jai_mo_btn.is_disabled {
  background: #fff;
}

.jai_mo_btn:disabled:hover,
.jai_mo_btn.is_disabled:hover {
  background: #fff;
}

.jai_empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 16px;
  margin-bottom: 18px;
  border: 1px dashed var(--jai-line);
  border-radius: 8px;
  background: #fafafa;
}

.jai_content--has_rows .jai_empty {
  display: none;
}

.jai_empty_txt {
  margin: 10px 0 0;
  font-size: 15px;
  color: #888;
}

.jai_pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.jai_pg,
.jai_pg_num {
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}

.jai_pg:hover,
.jai_pg_num:hover {
  background: #f9f9f9;
}

.jai_pg_num.is_active {
  background: var(--jai-accent);
  border-color: var(--jai-accent);
  color: #fff;
  font-weight: 700;
}

.jai_banner_mo {
  display: none;
}

.jai_mo_footer {
  margin-top: 0;
}


@media (max-width: 767px) {
  .jai_page .ij_mo_topic.ij_only_mo {
    display: none !important;
  }

  .inq_page.rc_page.ij_page.jai_page .inq_main.inner,
  .jai_page.rml_page .inq_main.inner,
  .jai_page.rmreg_page .inq_main.inner , .inq_page.rc_page.ij_page.rmreg_page .inq_main.inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .jai_page .inq_layout.jai_layout,
  .jai_page .inq_layout.rml_layout,
  .jai_page .inq_layout.rml_layout.jai_layout {
    padding: 30px 20px 80px;
    box-sizing: border-box;
  }

  .inq_page.rc_page.ij_page.rmreg_page .rc_layout,
  .inq_page.rc_page.ij_page.rmreg_page .inq_layout.rml_layout.jai_layout {
    box-sizing: border-box;
    width: 100%;
    max-width: 412px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px 80px;
  }

  .inq_page.rc_page.ij_page.rmreg_page .rc_content,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_content,
  .inq_page.rc_page.ij_page.rmreg_page .rctgreg_content,
  .inq_page.rc_page.ij_page.rmreg_page .rml_content {
    box-sizing: border-box;
    width: 100%;
    max-width: 372px;
    margin-left: auto;
    margin-right: auto;
  }

  .jai_page.rmreg_page .rmreg_content > .rmreg_mo_head,
  .inq_page.rc_page.ij_page.rmreg_page .rmreg_content > .rmreg_mo_head,
  .inq_page.rc_page.ij_page.rctgreg_page .rctgreg_content > .rmreg_mo_head {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .rmreg_page .rmreg_content > .rmreg_mo_head {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .jai_page .jai_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .jai_page .jai_table_wrap.jai_only_pc,
  .jai_page .jai_only_pc.jai_table_wrap {
    display: none !important;
  }

  .jai_page .jai_mo_wrap.jai_only_mo,
  .jai_page .jai_only_mo.jai_mo_wrap {
    display: block !important;
  }

  .jai_page_title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .jai_page .jai_toolbar.ij_home_filter.jai_inquiry_filter,
  .inq_page.rc_page.ij_page.jai_page .jai_toolbar.ij_home_filter.jai_inquiry_filter {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
  }

  .jai_page .jai_inquiry_filter .jai_tool_main {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .jai_page .jai_inquiry_filter .jai_tool_row--dates {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 4px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }

  .jai_page .jai_inquiry_filter .jai_tool_label {
    display: none;
  }

  .jai_page .jai_inquiry_filter .jai_dates {
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-width: 0;
  }

  .jai_page .jai_inquiry_filter .jai_date_box {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .jai_page .jai_inquiry_filter .jai_date {
    width: 100%;
    min-height: 36px;
    padding: 8px 36px 8px 10px;
    font-size: 15px;
    line-height: 1.3;
  }

  .jai_page .jai_inquiry_filter .jai_date_sep {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--jai-text);
  }

  .jai_page .jai_inquiry_filter .jai_filter_row--opts {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .jai_page .jai_inquiry_filter .jai_quick_btns {
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 0;
    gap: 4px;
  }

  .jai_page .jai_inquiry_filter .jai_filter_row--read {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 4px;
    width: 100%;
  }

  .jai_page .jai_inquiry_filter .jai_filter_field--prog,
  .jai_page .jai_inquiry_filter .jai_filter_field--read {
    flex: 1 1 0;
    min-width: 0;
    gap: 8px;
  }

  .jai_page .jai_inquiry_filter .jai_filter_lbl {
    flex-shrink: 0;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--jai-text);
  }

  .jai_page .jai_inquiry_filter .jai_filter_field--prog .jai_sel,
  .jai_page .jai_inquiry_filter .jai_filter_field--read .jai_sel {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 36px;
    padding: 8px 32px 8px 10px;
    font-size: 15px;
    line-height: 1.3;
  }

  .jai_page .jai_inquiry_filter .jai_filter_row--read .jai_btn_find.rc_btn_find {
    box-sizing: border-box;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 36px;
    margin: 0;
    padding: 6px 16px;
    border: none;
    border-radius: 0;
    background: var(--jai-text);
    font-size: 0;
  }

  .jai_page .jai_inquiry_filter .jai_filter_row--read .jai_btn_find .rc_btn_find_txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
  }

  .jai_page .jai_inquiry_filter .jai_filter_row--read .jai_btn_find .rc_btn_find_ico {
    display: none;
  }

  .jai_page .jai_inquiry_filter .jai_filter_row--read .jai_btn_find:hover {
    background: #000;
  }

  .jai_quick_btn {
    min-height: 36px;
    padding: 4px 14px;
    border: 1px solid var(--jai-line);
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--jai-text);
    background: #fff;
  }

  .jai_quick_btn.is_active {
    border-color: var(--jai-blue);
    color: var(--jai-blue);
    background: #fff;
  }

  .jai_sel {
    width: 100%;
    min-height: 0;
  }

  .jai_mo_wrap {
    margin-bottom: 0;
    border-top: none;
  }

  .jai_mo_head {
    display: grid;
    grid-template-columns: 1fr 84px;
    align-items: center;
    padding: 0;
    background: var(--jai-head-bg);
    border-bottom: 1px solid var(--jai-line);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--jai-muted);
    text-align: center;
  }

  .jai_mo_head_tit {
    padding: 12px;
  }

  .jai_mo_head_act {
    padding: 12px 8px;
    border-left: 1px solid var(--jai-line);
  }

  .jai_mo_item {
    display: grid;
    grid-template-columns: 1fr 84px;
    gap: 0;
    padding: 0;
    align-items: stretch;
    border-bottom: 1px solid var(--jai-line);
  }

  .jai_mo_body {
    min-width: 0;
    padding: 12px;
    border-right: none;
  }

  .jai_mo_tit {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--jai-text);
    text-decoration: none;
  }

  .jai_mo_tit:hover {
    color: var(--jai-text);
    text-decoration: underline;
  }

  .jai_mo_detail {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .jai_mo_meta_row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: var(--jai-muted);
  }

  .jai_mo_sep {
    flex-shrink: 0;
    width: 1px;
    height: 8px;
    background: var(--jai-line);
  }

  .jai_mo_stat_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: var(--jai-muted);
  }

  .jai_mo_act {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 8px;
    border-left: 1px solid var(--jai-line);
    justify-content: center;
    align-items: stretch;
  }

  .jai_mo_btn {
    min-width: 0;
    width: 100%;
    padding: 4px 10px;
    border: 1px solid var(--jai-line);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--jai-text);
    background: #fff;
    cursor: pointer;
  }

  .jai_mo_btn.jai_btn_cancel_app:hover:not(:disabled):not(.is_disabled),
  .jai_mo_btn.jai_btn_del_row:hover:not(:disabled):not(.is_disabled) {
    background: var(--jai-head-bg);
  }

  .jai_mo_btn:disabled,
  .jai_mo_btn.is_disabled {
    background: #fff;
  }

  .jai_mo_btn:disabled:hover,
  .jai_mo_btn.is_disabled:hover {
    background: #fff;
  }

  .jai_mo_btn.jai_btn_del_row {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .jai_empty {
    padding: 80px 12px;
    margin-bottom: 0;
    border: 1px solid var(--jai-line);
    border-radius: 0;
    background: #fff;
  }

  .jai_empty_ico img {
    width: 32px;
    height: 32px;
  }

  .jai_empty_txt {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--jai-muted);
  }

  .jai_mo_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }

  .inq_page.rc_page.jai_page .jai_mo_footer .pagination {
    margin-top: 0;
  }

  .jai_page .pagination li:nth-child(n+8):nth-child(-n+12) {
    display: none;
  }

  .jai_banner_mo {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .jai_banner_mo_link {
    display: block;
    overflow: hidden;
    background: linear-gradient(0deg, #f2f2f2 0%, #f2f2f2 100%), #c3efbc;
  }

  .jai_banner_mo_img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 300 / 80;
    object-fit: cover;
  }

  .jai_sidebar {
    display: none;
  }

}

@media (min-width: 768px) {
  /* ij_page .inq_main padding-bottom:0 보다 우선 (페이징~푸터 80px) */
  .inq_page.rc_page.ij_page.jai_page .inq_main.inner {
    padding-bottom: 80px;
  }

  .jai_page .jai_banner_mo {
    display: none !important;
  }

  .inq_page.rc_page.jai_page .pagination,
  .inq_page.rc_page.jai_page .jai_mo_footer .pagination {
    margin-top: 40px;
  }

  .jai_mo_footer {
    display: block;
    margin-top: 0;
  }

  .jai_page .jai_td_tit .jai_tit_link,
  .jai_page .jai_td_tit a {
    color: var(--jai-text);
    font-weight: 400;
    text-decoration: none;
  }

  .jai_page .jai_td_tit .jai_tit_link:hover,
  .jai_page .jai_td_tit a:hover {
    color: var(--jai-text);
    text-decoration: underline;
  }

  .jai_page .jai_table_wrap.jai_only_pc,
  .jai_page .jai_only_pc.jai_table_wrap {
    display: block;
  }

  .jai_page .jai_mo_wrap.jai_only_mo,
  .jai_page .jai_only_mo.jai_mo_wrap {
    display: none !important;
  }
}

/* ========== scrap (구인구직 · 스크랩) ========== */

.scrap_page {
  --scrap-blue: #2b66b1;
  --scrap-line: #dededf;
  --scrap-accent: #3c3f43;
  --scrap-pink: #ff509f;
  --scrap-muted: #6f7174;
  --scrap-text: #212529;
  --scrap-head-bg: #f6f6f6;
}

.scrap_page_title {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.scrap_toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: 16px;
}

.scrap_tool_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.scrap_chk_lab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  user-select: none;
}

.scrap_chk {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

.scrap_chk:checked {
  background-color: var(--scrap-pink);
  border-color: var(--scrap-pink);
}

.scrap_chk:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.scrap_btn_del_bulk {
  padding: 7px 16px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
}

.scrap_btn_del_bulk:hover {
  background: #f7f7f7;
}

.scrap_sort_lab {
  display: block;
}

.scrap_sort_visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scrap_sort {
  box-sizing: border-box;
  min-width: 132px;
  height: 38px;
  padding: 0 32px 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}

.scrap_only_mo {
  display: none;
}

.scrap_table_wrap {
  margin-bottom: 18px;
}

.scrap_table_scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scrap_table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-size: 14px;
}

.scrap_table thead th {
  padding: 12px 10px;
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.scrap_table tbody td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--scrap-line);
  vertical-align: middle;
  text-align: center;
  color: #444;
}

.scrap_th_chk {
  width: 48px;
}

.scrap_th_sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scrap_td_chk {
  text-align: center !important;
  vertical-align: middle;
}

.scrap_td_job {
  text-align: left !important;
}

.scrap_job_tit {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  color: var(--scrap-blue);
  text-decoration: none;
}

.scrap_job_tit,
.scrap_job_sub {
  text-decoration: none;
}

.scrap_td_job:hover .scrap_job_tit,
.scrap_td_job:hover .scrap_job_sub,
.scrap_job_tit:hover {
  text-decoration: underline;
}

.scrap_job_sub {
  margin: 0;
  font-size: 13px;
  color: #777;
  line-height: 1.4;
}

.scrap_dday {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #d32f2f;
}

.scrap_closed {
  font-size: 13px;
  font-weight: 700;
  color: #d32f2f;
}

.scrap_btn_cell {
  min-width: 72px;
  padding: 6px 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  cursor: pointer;
}

.scrap_btn_cell:hover:not(:disabled):not(.is_disabled) {
  background: #f6f6f6;
}

.scrap_btn_cell.is_disabled,
.scrap_btn_cell:disabled {
  background: #fff;
  color: #9b9d9f;
  cursor: default;
}

.scrap_btn_cell.is_disabled:hover,
.scrap_btn_cell:disabled:hover {
  background: #fff;
}

.scrap_mo_wrap {
  margin-bottom: 18px;
}

.scrap_mo_head {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  background: #ececec;
  font-size: 13px;
  font-weight: 700;
  color: #444;
}

.scrap_mo_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scrap_mo_item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 14px 12px;
  border-bottom: 1px solid var(--scrap-line);
  align-items: flex-start;
}

.scrap_mo_chk_wrap {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
  cursor: pointer;
}

.scrap_mo_body {
  flex: 1;
  min-width: 0;
}

.scrap_mo_tit {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  line-height: 1.35;
}

.scrap_mo_tit,
.scrap_mo_meta,
.scrap_mo_co {
  text-decoration: none;
}

.scrap_mo_body:hover .scrap_mo_tit,
.scrap_mo_body:hover .scrap_mo_meta,
.scrap_mo_body:hover .scrap_mo_co,
.scrap_mo_tit:hover {
  text-decoration: underline;
}

.scrap_mo_meta {
  margin: 0 0 6px;
  font-size: 13px;
  color: #777;
}

.scrap_mo_co {
  margin: 0;
  font-size: 13px;
  color: #777;
}

.scrap_mo_act {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scrap_mo_btn {
  min-width: 88px;
  padding: 8px 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}

.scrap_mo_btn:hover:not(:disabled):not(.is_disabled) {
  background: #f6f6f6;
}

.scrap_mo_btn.is_disabled,
.scrap_mo_btn:disabled {
  background: #fff;
  color: #9b9d9f;
  cursor: default;
}

.scrap_mo_btn.is_disabled:hover,
.scrap_mo_btn:disabled:hover {
  background: #fff;
}

.scrap_empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 16px;
  margin-bottom: 18px;
  border: 1px dashed var(--scrap-line);
  border-radius: 8px;
  background: #fafafa;
}

.scrap_content--has_rows .scrap_empty {
  display: none;
}

.scrap_empty_txt {
  margin: 10px 0 0;
  font-size: 15px;
  color: #888;
}

.scrap_pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.scrap_pg,
.scrap_pg_num {
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}

.scrap_pg:hover,
.scrap_pg_num:hover {
  background: #f9f9f9;
}

.scrap_pg_num.is_active {
  background: var(--scrap-accent);
  border-color: var(--scrap-accent);
  color: #fff;
  font-weight: 700;
}

.scrap_banner_ph {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 80px;
  margin: 20px auto 0;
  border: 1px dashed #ddd;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #aaa;
}

@media (min-width: 768px) {
  .scrap_page.jai_page .inq_main.inner,
  .inq_page.rc_page.ij_page.scrap_page .inq_main.inner {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .scrap_page .scrap_content::after {
    display: none !important;
  }

  .scrap_page_title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .scrap_toolbar {
    align-items: flex-end;
    margin-bottom: 16px;
    gap: 0;
  }

  .scrap_tool_left {
    align-items: center;
    gap: 0;
  }

  .scrap_chk_lab {
    width: 48px;
    justify-content: center;
    gap: 0;
    margin: 0;
  }

  .scrap_chk_txt {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .scrap_page .scrap_chk {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    background: url(../_img/icon/icon_checkbox.svg) no-repeat center / 24px;
  }

  .scrap_page .scrap_chk:checked {
    background: url(../_img/icon/icon_checkbox_on.svg) no-repeat center / 24px;
    border: none;
  }

  .scrap_page .scrap_chk:checked::after {
    display: none;
  }

  .scrap_btn_del_bulk {
    height: 26px;
    padding: 4px 10px;
    border: 1px solid var(--scrap-line);
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--scrap-text);
  }

  .scrap_btn_del_bulk:hover {
    background: #fff;
  }

  .scrap_sort {
    box-sizing: border-box;
    width: 120px;
    min-width: 120px;
    height: auto;
    padding: 8px 36px 8px 10px;
    border: 1px solid var(--scrap-line);
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--scrap-text);
    appearance: none;
    background: #fff url(../_img/icon/icon_jobs_common_select_arrow.svg) no-repeat right 10px center / 20px;
  }

  .scrap_table_wrap {
    margin-bottom: 40px;
  }

  .scrap_table {
    min-width: 0;
    table-layout: fixed;
    font-size: 15px;
  }

  .scrap_col_chk { width: 48px; }
  .scrap_col_co { width: 180px; }
  .scrap_col_job { width: auto; }
  .scrap_col_deadline { width: 120px; }
  .scrap_col_reg { width: 120px; }
  .scrap_col_apply { width: 90px; }
  .scrap_col_del { width: 70px; }

  .scrap_table thead th {
    padding: 10px;
    background: #f2f2f2;
    border-bottom: 1px solid var(--scrap-line);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--scrap-muted);
    text-align: center;
  }

  .scrap_table tbody td {
    padding: 12px;
    border-bottom: 1px solid var(--scrap-line);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--scrap-text);
    vertical-align: middle;
    text-align: center;
  }

  .scrap_td_co {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }

  .scrap_td_job {
    text-align: left !important;
  }

  .scrap_job_tit {
    display: block;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--scrap-text);
    text-decoration: none;
  }

  .scrap_job_tit,
  .scrap_job_sub {
    text-decoration: none;
  }

  .scrap_td_job:hover .scrap_job_tit,
  .scrap_td_job:hover .scrap_job_sub,
  .scrap_job_tit:hover {
    color: var(--scrap-text);
    text-decoration: underline;
  }

  .scrap_job_sub {
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--scrap-muted);
  }

  .scrap_td_job:hover .scrap_job_sub {
    color: var(--scrap-muted);
  }

  .scrap_td_date {
    text-align: center;
  }

  .scrap_td_date .scrap_td_main {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    color: var(--scrap-text);
  }

  .scrap_td_date .scrap_td_sub {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.3;
    color: var(--scrap-muted);
  }

  .scrap_dday {
    display: block;
    margin: 4px 0 0;
    margin-left: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--scrap-muted);
  }

  .scrap_closed {
    font-size: 15px;
    font-weight: 400;
    color: var(--scrap-text);
  }

  .scrap_btn_cell {
    box-sizing: border-box;
    min-width: 0;
    padding: 4px 10px;
    border: 1px solid var(--scrap-line);
    border-radius: 2px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--scrap-text);
  }

  .scrap_btn_cell:hover:not(:disabled):not(.is_disabled) {
    background: #f6f6f6;
  }

  .scrap_btn_cell.is_disabled,
  .scrap_btn_cell:disabled {
    background: #fff;
    color: #9b9d9f;
    cursor: default;
  }

  .scrap_btn_cell.is_disabled:hover,
  .scrap_btn_cell:disabled:hover {
    background: #fff;
    color: #9b9d9f;
  }

  .scrap_empty {
    padding: 80px 12px;
    border-top: 1px solid var(--scrap-line);
    border-bottom: 1px solid var(--scrap-line);
  }

  .scrap_empty_ico {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../_img/sub/jobs/rml_empty.svg) no-repeat center / 32px;
  }

  .scrap_empty_ico img {
    display: none;
  }

  .scrap_empty_txt {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--scrap-muted);
  }

  .inq_page.rc_page.scrap_page .pagination,
  .scrap_page.jai_page .pagination {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .scrap_page .inq_main.inner {
    padding-top: 30px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scrap_only_pc {
    display: none !important;
  }

  .scrap_only_mo {
    display: block;
  }

  .scrap_sidebar {
    display: none;
  }

  .scrap_pg_num--hide_mo {
    display: none;
  }

  .scrap_page_title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .scrap_toolbar {
    align-items: flex-end;
    margin-bottom: 16px;
    gap: 12px;
  }

  .scrap_tool_left {
    gap: 0;
  }

  .scrap_chk_lab {
    width: 40px;
    justify-content: center;
    gap: 0;
  }

  .scrap_chk_txt {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .scrap_page .scrap_chk {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    background: url(../_img/icon/icon_checkbox.svg) no-repeat center / 24px;
  }

  .scrap_page .scrap_chk:checked {
    background: url(../_img/icon/icon_checkbox_on.svg) no-repeat center / 24px;
    border: none;
  }

  .scrap_page .scrap_chk:checked::after {
    display: none;
  }

  .scrap_btn_del_bulk {
    min-height: 33px;
    padding: 6px 16px;
    border-color: var(--scrap-line);
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--scrap-text);
  }

  .scrap_tool_right {
    width: auto;
    flex-shrink: 0;
  }

  .scrap_sort {
    width: 120px;
    min-width: 120px;
    height: auto;
    padding: 8px 10px;
    border-color: var(--scrap-line);
    border-radius: 0;
    font-size: 15px;
    line-height: 1.3;
    color: var(--scrap-text);
  }

  .scrap_mo_wrap {
    margin-bottom: 0;
    border-top: 1px solid var(--scrap-line);
  }

  .scrap_mo_head {
    display: grid;
    grid-template-columns: 40px 1fr 84px;
    align-items: center;
    padding: 0;
    background: var(--scrap-head-bg);
    border-bottom: 1px solid var(--scrap-line);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--scrap-muted);
    text-align: center;
  }

  .scrap_mo_head_chk {
    min-height: 42px;
  }

  .scrap_mo_head_tit,
  .scrap_mo_head_act {
    padding: 12px 8px;
  }

  .scrap_mo_head_act {
    border-left: 1px solid var(--scrap-line);
  }

  .scrap_mo_item {
    display: grid;
    grid-template-columns: 40px 1fr 84px;
    gap: 0;
    padding: 0;
    align-items: stretch;
    border-bottom: 1px solid var(--scrap-line);
  }

  .scrap_mo_chk_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .scrap_mo_body {
    padding: 12px;
    border-left: 1px solid var(--scrap-line);
  }

  .scrap_mo_tit {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--scrap-text);
    text-decoration: none;
  }

  .scrap_mo_tit,
  .scrap_mo_meta,
  .scrap_mo_co {
    text-decoration: none;
  }

  .scrap_mo_body:hover .scrap_mo_tit,
  .scrap_mo_body:hover .scrap_mo_meta,
  .scrap_mo_body:hover .scrap_mo_co,
  .scrap_mo_tit:hover {
    text-decoration: underline;
  }

  .scrap_mo_body:hover .scrap_mo_tit {
    color: var(--scrap-text);
  }

  .scrap_mo_detail {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .scrap_mo_meta,
  .scrap_mo_co {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: var(--scrap-muted);
  }

  .scrap_mo_act {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 8px;
    border-left: 1px solid var(--scrap-line);
    justify-content: center;
  }

  .scrap_mo_btn {
    min-width: 0;
    width: 100%;
    padding: 4px 10px;
    border: 1px solid var(--scrap-line);
    border-radius: 2px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--scrap-text);
  }

  .scrap_mo_btn:hover:not(:disabled):not(.is_disabled) {
    background: #f6f6f6;
  }

  .scrap_mo_btn.is_disabled,
  .scrap_mo_btn:disabled {
    background: #fff;
    color: #9b9d9f;
    cursor: default;
  }

  .scrap_mo_btn.is_disabled:hover,
  .scrap_mo_btn:disabled:hover {
    background: #fff;
    color: #9b9d9f;
  }

  .scrap_empty {
    padding: 80px 12px;
    margin-bottom: 0;
    border: 1px solid var(--scrap-line);
    border-radius: 0;
    background: #fff;
  }

  .scrap_empty_ico img {
    width: 32px;
    height: 32px;
  }

  .scrap_empty_txt {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--scrap-muted);
  }

  .scrap_pager {
    gap: 4px;
    margin-top: 40px;
  }

  .scrap_pg,
  .scrap_pg_num {
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border-color: var(--scrap-line);
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #9b9d9f;
  }

  .scrap_pg {
    background: var(--scrap-head-bg);
  }

  .scrap_pg_num.is_active {
    background: var(--scrap-accent);
    border-color: var(--scrap-accent);
    color: #fff;
  }

  .scrap_pg_num:not(.is_active) {
    background: #fff;
    color: #9b9d9f;
  }

  .scrap_pg_num:not(.is_active):hover {
    background: var(--scrap-head-bg);
    color: var(--scrap-text);
  }

  .scrap_mo_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }

  .inq_page.rc_page.scrap_page .scrap_mo_footer .pagination,
  .scrap_page.jai_page .scrap_mo_footer .pagination {
    margin-top: 0;
  }

  .scrap_page .scrap_mo_strip .rc_mo_tabs .scrap_mo_tab--talent {
    color: #2a58a8;
    font-weight: 500;
  }

  .scrap_page .scrap_mo_strip .rc_mo_tabs .rc_mo_tab:not(.scrap_mo_tab--talent) {
    color: #9b9d9f;
    font-weight: 500;
  }

  .scrap_banner_ph {
    margin-top: 40px;
    max-width: 300px;
    border: none;
    background: linear-gradient(0deg, #f2f2f2 0%, #f2f2f2 100%), #c3efbc;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #9b9d9f;
  }
}

@media (min-width: 768px) {
  .scrap_banner_ph {
    display: none;
  }
}

/* ========== account.css (통합) ========== */
.account {
  padding-top: 145px;
  padding-bottom: 145px;
}
.account__box {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 20px;
}
.account .logo {
  width: 206px;
  height: 48px;
  margin: 0 auto;
}
.account .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.account_title h2 {
  font-size: 46px;
  font-weight: 700;
  color: #212529;
  text-align: center;
}
.form_login {
  margin-top: 56px;
  border: 1px solid var(--color-line);
  border-radius: 4px;
  background-color: #fff;
  padding: 48px 32px;
}
.form_login .input--typeA {
  margin-bottom: 12px;
}
.form_login .save_login_id {
  margin-top: 16px;
}
.btn_kakao {
  background: #FFE100 url(../_img/icon/icon_kakao.svg) no-repeat center center / 24px;
}
.btn_naver {
  background: #00A550 url(../_img/icon/icon_naver.svg) no-repeat center center / 24px;
}
.account_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}
li.bdr {
  position: relative;
  padding-right: 8px;
}
li.bdr::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #C8C9CA;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.account_link li>* {
  font-size: 14px;
  color: #6F7174;
}
.account_link li>*.signup {
  color: var(--color-primary);
  font-weight: 500;
}
.account_advert {
  display: block;
  margin-top: 16px;
  border-radius: 4px;
  overflow: hidden;
}
.account_advert img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.account.login .info_txt {
  margin-top: 24px;
  text-align: center;
  color: #6F7174;
  font-weight: 500;
  font-size: 16px;
}
.modal_find_info .modal__inner {
  max-width: 400px;
}
.find-tab__content {
  display: none;
}
.find-tab__content.on {
  display: block;
}
.find-info__tab ul.tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DEDEDF;
}
.find-info__tab ul.tabs li.tabs__link {
  flex: 1;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #9B9D9F;
  border-bottom: 4px solid transparent;
}
.find-info__tab ul.tabs li.tabs__link.on {
  border-bottom: 4px solid var(--color-primary);
  color: var(--color-primary);
}
.form_find_info {
  margin-top: 40px;
}
.form_find_info .input--typeA {
  margin-bottom: 16px;
}
.input_remain_time {
  position: relative;
  flex: 1;
}
.input_remain_time span.remain {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
}
.input_vertify_number {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8px;
}
.input_vertify_number span.info_txt {
  margin-top: 0;
}
.input_vertify_number .btn_retry {
  padding: 0 9px;
}
.input_vertify_number .btn_retry span {
  font-size: 14px;
  color: #212529;
  padding-left: 22px;
  position: relative;
  line-height: 26px;
}
.input_vertify_number .btn_retry span::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/icon/icon_retry.svg) no-repeat center / contain;
}
.find_info_result {
  background-color: #F6F6F6;
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
  margin-top: 20px;
}
.find_info_result p {
  font-size: 16px;
  color: #212529;
  text-align: center;
}
.find_info_result h4 {
  font-size: 22px;
  font-weight: 700;
  color: #212529;
  text-align: center;
}
.vertify_tel {
  margin-top: 56px;
  background-color: #fff;
  border: 1px solid var(--color-line);
  padding: 40px 32px;
}
.vertify_tel h3 {
  font-size: 24px;
  font-weight: 700;
  color: #212529;
  text-align: center;
}
.vertify_tel p {
  margin-top: 24px;
  font-size: 16px;
  color: #6F7174;
}
.form_signup {
  margin-top: 56px;
  background-color: #fff;
  padding: 40px 32px;
  border: 1px solid var(--color-line);
}
.form_signup .input--typeA:not(:last-of-type) {
  margin-bottom: 24px;
}
.form_signup .input_flex_box .btn {
  width: 87px;
}
.form_signup .input_select_box select {
  width: 150px;
  flex-shrink: 0;
}
.license_verify_row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.license_verify_input {
  flex: 1 1 auto;
  min-width: 0;
}
.license_verify_btn {
  flex: 0 0 auto;
  min-width: 64px;
  height: 45px;
  padding: 0 16px;
  border: 1px solid #DEDEDF;
  background: #fff;
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.license_verify_msg {
  margin-top: 8px;
  color: #007AFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
}
#chemistArea {
  margin-bottom: 24px;
}
.account.complete {
  padding-top: 0;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account.complete .account__box {
  max-width: 451px;
}
.signup_complete {
  text-align: center;
}
.signup_complete .img {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.signup_complete .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.signup_complete h3 {
  font-size: 40px;
  font-weight: 700;
  color: #212529;
  margin-top: 16px;
}
.signup_complete p {
  margin-top: 16px;
  font-size: 18px;
  color: #212529;
}
.signup_complete .btn_login {
  margin-top: 64px;
  width: 126px;
}
.account .logo.agree_logo {
  width: 138px;
  height: 32px;
}
.form_agree {
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid var(--color-line);
  border-radius: 4px;
  padding: 40px 32px;
}
.agree_all {
  margin-bottom: 32px;
}
.agree_all .checkbox label span.chk_text {
  font-size: 18px;
  font-weight: 700;
}
.agree_all p.info_txt {
  font-size: 14px;
}
.agree_div:not(:last-of-type) {
  margin-bottom: 24px;
}
.agree_signup_type {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.agree_signup_label {
  color: #6F7174;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
}
.agree_signup_options {
  display: flex;
  align-items: center;
  gap: 8px;
}
.agree_signup_radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.agree_signup_option {
  flex: 1 1 0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.agree_signup_option .blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.agree_signup_option--kakao {
  background: #FFE100 url(../_img/icon/icon_kakao.svg) no-repeat center / 24px;
}
.agree_signup_option--naver {
  background: #00A550 url(../_img/icon/icon_naver.svg) no-repeat center / 24px;
}
.agree_signup_option--normal {
  background: #fff;
  box-shadow: inset 0 0 0 1px #DEDEDF;
}
.agree_signup_option--normal span {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
}
.agree_signup_radio:focus-visible + .agree_signup_option {
  outline: 2px solid #2A58A8;
  outline-offset: 2px;
}
.agree_dtl_wrap {
  margin-top: 10px;
  border: 1px solid var(--color-line);
  height: 120px;
  overflow-y: auto;
}
.agree_dtl_wrap.toggle_dtl_wrap {
  display: none;
}
.agree_dtl_wrap::-webkit-scrollbar {
	width: 7px;
}
.agree_dtl_wrap::-webkit-scrollbar-thumb {
	background-color: #00000046;
	border-radius: 10px;
}
.agree_dtl_wrap::-webkit-scrollbar-track {
	background-color: #0000001A;
}
.agree_dtl_wrap .agree_dtl {
  padding: 16px;
}
.agree_dtl_wrap .agree_dtl h5 {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  margin-bottom: 8px;
}
.agree_dtl_wrap .agree_dtl p {
  font-size: 13px;
  color: #212529;
}
.check_show_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.check_show_all .btn_show_all {
  flex-shrink: 0;
}
.check_show_all .btn_show_all span {
  font-size: 13px;
  font-weight: 500;
  color: #212529;
  position: relative;
  padding-right: 18px;
}
.check_show_all .btn_show_all span::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/icon/icon_show_all.svg) no-repeat center / contain;
}
.check_show_all .btn_show_all.btn_open_modal span::after {
  transform: translateY(-50%) rotate(-90deg);
}
.modal_agree_privacy .modal__inner {
  max-width: 400px;
}
.modal_agree_privacy .agree_dtl_wrap {
  margin-top: 0px;
  height: 240px;
}
/* Mobile */
@media screen and (max-width:767px) {
  .account {
    padding-top: 80px;
  }
  .account__box {
    max-width: 100%;
  }
  .account .logo {
    width: 137px;
    height: 32px;
  }
  .account_title h2 {
    font-size: 34px;
  }
  .form_login {
    margin-top: 40px;
    padding: 40px 24px;
  }
  .account_link {
    margin-top: 24px;
  }
  .account.login .info_txt {
    font-size: 14px;
  }
  .find-info__tab ul.tabs li.tabs__link {
    height: 49px;
    font-size: 16px;
  }
  .find_info_result p {
    font-size: 15px;
  }
  .find_info_result h4 {
    font-size: 20px;
  }
  .vertify_tel {
    margin-top: 40px;
    padding: 40px 24px;
  }
  .vertify_tel h3 {
    font-size: 22px;
  }
  .vertify_tel p {
    font-size: 15px;
  }
  .signup_complete h3 {
    font-size: 34px;
  }
  .signup_complete .btn_login {
    margin-top: 40px;
    width: 121px;
  }
  .form_agree {
    padding-left: 24px;
    padding-right: 24px;
  }
  .agree_div:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .form_signup {
    padding-left: 24px;
    padding-right: 24px;
  }
  .form_signup .input_select_box select {
    width: 145px;
    flex-shrink: 0;
  }
  .form_signup .input_flex_box .btn {
    font-size: 14px;
  }
  .signup_complete .img {
    width: 80px;
    height: 80px;
  }
  .signup_complete p {
    font-size: 16px;
  }
} 

/* ========== basket.css (통합) ========== */
:root {
  --bk-pink: #ef3d92;
  --bk-blue: #1476e2;
  --bk-dark: #1f2330;
}

body {
  margin: 0;
  background: #fff;
  color: #212529;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.inner {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
}

#wrap.basket_page .inner,
#wrap.pay_page .inner {
  width: min(1280px, calc(100% - 32px));
}

#wrap.basket_page {
  background: #fff;
}

.basket_topbar {
  background: var(--bk-pink);
  color: #fff;
  font-size: 12px;
}

.basket_topbar .inner {
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_links {
  display: flex;
  gap: 14px;
}

.top_links a {
  color: #fff;
}

.basket_brand {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}

.brand_logo {
  font-size: 54px;
  font-weight: 800;
}

.basket_main {
  padding: 40px 0 80px;
}

.basket_event_head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.basket_title_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

.basket_heading {
  display: flex;
  align-items: center;
  gap: 8px;
}

.basket_title_row h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: #000;
}

#basketCount,
.basket_count {
  color: #007aff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

.basket_breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

.basket_breadcrumb_current {
  color: #212529;
}

.basket_breadcrumb_muted {
  color: #9b9d9f;
}

.basket_breadcrumb_icon {
  display: block;
  flex-shrink: 0;
}

.basket_tools {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 0;
  border-bottom: 0;
  min-height: 0;
  margin-bottom: 0;
}

.basket_tools_actions {
  display: none;
}

.check_label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #212529;
}

#wrap.basket_page #checkAll,
#wrap.basket_page .item_check {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 0;
  background: url("../_img/icon/icon_common_check.svg") center / 24px 24px no-repeat;
  cursor: pointer;
  flex: 0 0 24px;
}

#wrap.basket_page #checkAll:not(:checked),
#wrap.basket_page .item_check:not(:checked) {
  background-image: url("../_img/icon/icon_common_check.svg");
}

#wrap.basket_page #checkAll:checked,
#wrap.basket_page .item_check:checked {
  background-image: url("../_img/icon/icon_common_check_on.svg");
}

#wrap.basket_page .basket_list .item_check:checked {
  background: url("../_img/icon/icon_common_check_on.svg") center / 24px 24px no-repeat !important;
}

.basket_list {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  border-bottom: 1px solid #dededf;
}

.basket_item {
  display: grid;
  grid-template-columns: 24px 100px minmax(0, 1fr) 120px 170px 220px 87px;
  align-items: center;
  gap: 20px;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  border-top: 1px solid #dededf;
}

.basket_item:last-child {
  border-bottom: 1px solid #dededf;
}

.basket_item.is_active {
  background: #fff;
}

.basket_item:hover {
  background: #f6f6f6;
}

.sel_col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
}

.book_thumb {
  width: 100px;
  height: 130px;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #f6f6f6;
}

.book_thumb--olive {
  background: #c5c58f;
}

.book_thumb--gray {
  background: #e3e8ef;
}

#wrap.basket_page .book_kicker {
  font-size: 14px;
  color: #212529;
  font-weight: 500;
  line-height: 18.2px;
  margin-bottom: 4px;
}

#wrap.basket_page .book_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
  color: #212529;
}

#wrap.basket_page .book_meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #212529;
  font-weight: 500;
  line-height: 15.6px;
}

#wrap.basket_page .book_meta_sep {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 8px;
  background: #c8c9ca;
  flex-shrink: 0;
}

.qty_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
  flex-shrink: 0;
  gap: 0;
}

.qty_btn,
.qty_input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.qty_btn {
  padding: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border: 1px solid #dededf;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.qty_btn.js-minus {
  background-image: url("../_img/icon/icon_bookstore_quantity-.svg");
}

.qty_btn.js-plus {
  background-image: url("../_img/icon/icon_bookstore_quantity+.svg");
}

.qty_input {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  height: 24px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  color: #212529;
}

.price_col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 0;
}

.delivery_col {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.price_stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.price_discount_row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.discount {
  color: #dc3545;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
}

.price_sale {
  color: #2a58a8;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.price_col del {
  color: #9b9d9f;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-decoration: line-through;
}

.basket_delivery {
  text-align: center;
  color: #6f7174;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  max-width: 280px;
}

.basket_delivery p {
  margin: 0;
}

.basket_delivery_note {
  margin-top: 4px;
}

.action_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}

.order_btn,
.delete_btn,
.tool_btn {
  box-sizing: border-box;
  min-height: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.8px;
  border-radius: 0;
  cursor: pointer;
}

.order_btn {
  width: 87px;
  min-width: 87px;
  padding: 6px 16px;
  background: #212529;
  border: 1px solid #212529;
  color: #fff;
}

.delete_btn {
  width: 87px;
  min-width: 87px;
  padding: 6px 16px;
  background: #fff;
  border: 1px solid #dc3545;
  color: #dc3545;
}

.basket_list .order_btn,
.basket_list .delete_btn {
  font-size: 16px;
}

.tool_btn {
  height: auto;
  min-height: 34px;
  border: 1px solid #d6d6d6;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  min-width: 68px;
  padding: 8px 10px;
}

.tool_btn--dark {
  background: #1f2330;
  border-color: #1f2330;
  color: #fff;
}

.basket_empty {
  margin-top: 0;
  padding: 120px 20px;
  min-height: 360px;
  background: #f6f6f6;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #6f7174;
  text-align: center;
}

.basket_empty::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.8267 8.94667L23.0533 5.17333C22.3039 4.42297 21.2872 4.00093 20.2267 4H11.7733C10.7128 4.00093 9.69609 4.42297 8.94667 5.17333L5.17333 8.94667C4.42297 9.69609 4.00093 10.7128 4 11.7733V24C4 25.0609 4.42143 26.0783 5.17157 26.8284C5.92172 27.5786 6.93913 28 8 28H24C25.0609 28 26.0783 27.5786 26.8284 26.8284C27.5786 26.0783 28 25.0609 28 24V11.7733C27.9991 10.7128 27.577 9.69609 26.8267 8.94667ZM10.8267 7.05333C11.0822 6.80969 11.4203 6.67158 11.7733 6.66667H20.2267C20.5797 6.67158 20.9178 6.80969 21.1733 7.05333L23.4533 9.33333H8.54667L10.8267 7.05333ZM24 25.3333H8C7.64638 25.3333 7.30724 25.1929 7.05719 24.9428C6.80714 24.6928 6.66667 24.3536 6.66667 24V12H25.3333V24C25.3333 24.3536 25.1929 24.6928 24.9428 24.9428C24.6928 25.1929 24.3536 25.3333 24 25.3333Z' fill='%236F7174'/%3E%3Cpath d='M20.0003 14.666C19.6467 14.666 19.3076 14.8065 19.0575 15.0565C18.8075 15.3066 18.667 15.6457 18.667 15.9993C18.667 16.7066 18.386 17.3849 17.8859 17.885C17.3858 18.3851 16.7076 18.666 16.0003 18.666C15.2931 18.666 14.6148 18.3851 14.1147 17.885C13.6146 17.3849 13.3337 16.7066 13.3337 15.9993C13.3337 15.6457 13.1932 15.3066 12.9431 15.0565C12.6931 14.8065 12.3539 14.666 12.0003 14.666C11.6467 14.666 11.3076 14.8065 11.0575 15.0565C10.8075 15.3066 10.667 15.6457 10.667 15.9993C10.667 17.4138 11.2289 18.7704 12.2291 19.7706C13.2293 20.7708 14.5858 21.3327 16.0003 21.3327C17.4148 21.3327 18.7714 20.7708 19.7716 19.7706C20.7718 18.7704 21.3337 17.4138 21.3337 15.9993C21.3337 15.6457 21.1932 15.3066 20.9431 15.0565C20.6931 14.8065 20.3539 14.666 20.0003 14.666Z' fill='%236F7174'/%3E%3C/svg%3E");
}

.basket_empty p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #6f7174;
}

.basket_empty.is_visible {
  display: flex;
}

.basket_footer {
  background: #1f2330;
  color: rgba(255, 255, 255, 0.85);
  padding: 24px 0 100px;
}

.footer_links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 10px;
}

.footer_links a {
  color: inherit;
  font-size: 13px;
}

.footer_info {
  font-size: 12px;
}

.basket_fixed_bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bk-blue);
  color: #fff;
  z-index: 100;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 83px;
  box-sizing: border-box;
}

.fixed_inner {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: 83px;
  height: 83px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 320px;
  padding-right: 320px;
}

.fixed_check_sync {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.basket_action_group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  gap: 8px;
}

.selected_goods_label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

.selected_goods_label::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("../_img/icon/icon_bookstore_cart_check_all.svg") center / 20px 20px no-repeat;
}

.selected_goods_divider {
  width: 1px;
  height: 32px;
  flex-shrink: 0;
  margin: 0 16px;
  background: url("../_img/icon/icon_bookstore_cart_check_all_div.svg") center / 1px 32px no-repeat;
}

.basket_fixed_bar .basket_order_btn,
.basket_fixed_bar .basket_delete_btn {
  min-height: 0;
  height: 51px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18.2px;
  border-radius: 4px;
}

.basket_fixed_bar .basket_order_btn {
  width: 222px;
  min-width: 222px;
  padding: 0;
}

.basket_fixed_bar .basket_delete_btn {
  width: 79px;
  min-width: 79px;
  padding: 0;
  color: #dc3545;
  border: none;
}

.basket_order_btn,
.basket_delete_btn {
  height: auto;
  min-height: 52px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 4px;
}

.basket_order_btn {
  padding: 14px 80px;
}

.basket_delete_btn {
  padding: 14px 24px;
  color: #dc3545;
  border: none;
}

.basket_price_breakdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.total_price_label {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: right;
}

.price_breakdown_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 6px;
  white-space: nowrap;
}

.total_price_amount {
  color: #ffc107;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.price_breakdown_text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  opacity: 0.95;
}

.fixed_order_mobile {
  display: none;
}

@media (max-width: 767px) {
  .inner {
    width: calc(100% - 20px);
  }

  .top_links--right,
  .basket_breadcrumb {
    display: none;
  }

  .basket_brand {
    height: 62px;
    justify-content: flex-start;
  }

  .brand_logo {
    font-size: 44px;
  }

  .basket_main {
    padding: 0 0 172px;
  }

  .basket_event_head {
    gap: 0;
    margin-bottom: 0;
  }

  .basket_title_row {
    min-height: 56px;
    padding: 0 20px;
    margin-bottom: 0;
    justify-content: center;
    border-bottom: 4px solid #f6f6f6;
  }

  .basket_title_row h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }

  #basketCount {
    display: none;
  }

  .basket_tools {
    min-height: 64px;
    padding: 16px 20px;
    box-sizing: border-box;
    justify-content: space-between;
    border-top: 0;
    border-bottom: 1px solid #000;
  }

  .check_label {
    gap: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
  }

  .basket_tools_actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .basket_tools_actions .tool_btn {
    min-width: 68px;
    min-height: 0;
    height: auto;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
  }

  .basket_tools_actions .tool_btn--dark {
    background: #212529;
    border-color: #212529;
    color: #fff;
  }

  .basket_tools_actions .basket_tools_delete {
    background: #fff;
    border: 1px solid #dc3545;
    color: #dc3545;
  }

  .basket_item {
    grid-template-columns: 24px 80px minmax(0, 1fr) 52px;
    grid-template-rows: auto auto auto auto;
    column-gap: 8px;
    row-gap: 10px;
    padding: 16px 20px;
    border: none;
    border-bottom: 1px solid #dededf;
    background: transparent;
    position: relative;
    align-items: start;
  }

  .basket_item.is_active {
    background: transparent;
  }

  .basket_item:hover {
    background: #f6f6f6;
  }

  .sel_col {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    align-self: start;
    margin-top: 2px;
  }

  .info_col {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
    min-width: 0;
    padding-right: 0;
  }

  .thumb_col {
    grid-column: 2 / 3;
    grid-row: 2 / 5;
  }

  .book_thumb {
    width: 80px;
    height: 104px;
  }

  #wrap.basket_page .book_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    margin-bottom: 8px;
  }

  #wrap.basket_page .book_kicker {
    display: none;
  }

  #wrap.basket_page .book_meta {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
  }

  .qty_col {
    grid-column: 3 / 4;
    grid-row: 4 / 5;
    width: 100px;
    justify-content: space-between;
    margin-top: 2px;
  }

  .qty_btn {
    width: 24px;
    height: 24px;
    border: 1px solid #dededf;
    border-radius: 4px;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  .qty_input {
    width: auto;
    height: 24px;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20.8px;
    flex: 1 1 auto;
    max-width: 52px;
    background: #fff;
    text-align: center;
  }

  .price_col {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    align-items: flex-start;
    gap: 4px;
  }

  .delivery_col {
    display: none;
  }

  .price_stack {
    align-items: flex-start;
  }

  .price_discount_row {
    justify-content: flex-start;
  }

  .discount {
    font-size: 14px;
    line-height: 1.4;
  }

  .price_sale {
    font-size: 16px;
    line-height: 1.4;
  }

  .price_col del {
    font-size: 14px;
    line-height: 1.3;
  }

  .basket_delivery {
    display: none;
  }

  .basket_delivery_note {
    margin-top: 2px;
  }

  .action_col {
    grid-row: 4 / 5;
    grid-column: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .action_col .delete_btn {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    color: transparent;
    position: absolute;
    right: 20px;
    top: 16px;
    padding: 0;
    align-self: auto;
  }

  .action_col .delete_btn::before {
    content: "×";
    color: #000;
    font-size: 24px;
    line-height: 1;
    display: block;
    text-align: center;
  }

  .action_col .order_btn {
    width: 52px;
    min-width: 52px;
    padding: 4px 0;
    height: auto;
    border: 0;
    border-radius: 0;
    background: #212529;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    align-self: center;
  }

  .action_col .order_btn {
    font-size: 0;
  }

  .action_col .order_btn::before {
    content: "주문";
    font-size: 14px;
    line-height: 18.2px;
    color: #fff;
  }

  .basket_footer {
    padding-bottom: 220px;
  }

  .basket_empty {
    min-height: 240px;
    padding: 80px 20px;
  }

  .fixed_inner {
    min-height: 146px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 24px 20px 16px;
    gap: 24px;
  }

  .basket_action_group {
    display: none;
  }

  .selected_goods_label {
    display: none;
  }

  .basket_price_breakdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .total_price_label {
    text-align: left;
  }

  .price_breakdown_group {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }

  .total_price_label {
    font-size: 18px;
    line-height: 1.4;
  }

  .total_price_amount {
    font-size: 24px;
    line-height: 1.4;
  }

  .price_breakdown_text {
    display: none;
  }

  .basket_fixed_bar .tool_btn--dark {
    width: 100%;
    height: 53px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }

  .fixed_order_mobile {
    display: block;
  }

  .basket_fixed_bar {
    background: #007aff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-top: 0;
  }
}
 

/* ========== book_payment.css (통합) ========== */
/* book_payment — 주문·결제 (북스토어) */

.pay_page {
  background: #fff;
  color: #222;
}

.pay_header {
  border-bottom: 1px solid #eee;
}

.pay_topbar {
  background: #e91e8c;
  color: #fff;
}

.pay_topbar .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
  gap: 8px;
}

.pay_topbar .top_links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.pay_topbar .top_links a {
  color: #fff;
  text-decoration: none;
}

.pay_topbar .top_links a:hover {
  text-decoration: underline;
}

.pay_topbar .top_links .is_active {
  font-weight: 700;
}

.pay_mo_nav {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}

.pay_mo_back,
.pay_mo_home {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #222;
}

.pay_mo_title {
  font-size: 17px;
  font-weight: 700;
}

.pay_mo_home span {
  font-size: 22px;
  line-height: 1;
  display: block;
}

.pay_brand {
  text-align: center;
  padding: 20px 16px 16px;
}

.pay_brand .brand_logo {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
}

.pay_main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.pay_title_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 24px;
}

.pay_title_row h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.pay_steps {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.pay_steps strong {
  color: #e91e8c;
  font-weight: 700;
}

.pay_grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  align-items: start;
}

.pay_col--side {
  order: 2;
}

.pay_col--main {
  order: 1;
  min-width: 0;
}

.pay_section {
  margin-bottom: 28px;
}

.pay_section_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #333;
}

.pay_form_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

.pay_form_tbl th,
.pay_form_tbl td {
  border-bottom: 1px solid #eee;
  padding: 12px 10px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
}

.pay_form_tbl th {
  width: 120px;
  background: #f9f9f9;
  font-weight: 500;
  color: #444;
}

.pay_inp {
  box-sizing: border-box;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.pay_inp:focus {
  outline: 2px solid rgba(233, 30, 140, 0.35);
  border-color: #e91e8c;
}

.pay_inp--full {
  width: 100%;
}

.pay_inp--mt {
  margin-top: 8px;
}

.pay_inp--tel {
  width: 72px;
  text-align: center;
}

.pay_phone_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.pay_phone_sep {
  color: #999;
  user-select: none;
}

.pay_zip_row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pay_inp--zip {
  width: 120px;
}

.pay_btn_zip {
  height: 40px;
  padding: 0 16px;
  border: 1px solid #666;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}

.pay_btn_zip:hover {
  background: #f5f5f5;
}

.pay_section--agree {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  background: #fafafa;
}

.pay_agree_item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.pay_agree_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pay_agree_head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}

.pay_agree_head input {
  margin-top: 3px;
  accent-color: #e91e8c;
  flex-shrink: 0;
}

.pay_agree_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
  padding: 8px 0;
  border: none;
  background: transparent;
  font-size: 13px;
  color: #555;
  cursor: pointer;
  text-align: left;
}

.pay_agree_toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: rotate(45deg);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 8px;
}

.pay_agree_toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.pay_agree_detail {
  margin-top: 10px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

.pay_method_group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.pay_method {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}

.pay_method input {
  accent-color: #e91e8c;
  width: 18px;
  height: 18px;
}

.pay_cash_receipt {
  margin-top: 20px;
  padding: 16px;
  border: 1px dashed #ccc;
  border-radius: 8px;
  background: #fffef8;
}

.pay_sub_title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px;
}

.pay_receipt_purpose {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-bottom: 12px;
  font-size: 14px;
}

.pay_receipt_purpose label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.pay_receipt_purpose input {
  accent-color: #e91e8c;
}

.pay_label {
  font-weight: 600;
  margin-right: 8px;
  font-size: 13px;
}

.pay_receipt_note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #c62828;
}

.pay_submit_wrap {
  text-align: center;
  margin-top: 32px;
  padding-top: 8px;
}

.pay_submit_btn {
  min-width: 280px;
  max-width: 100%;
  height: 52px;
  padding: 0 40px;
  border: none;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.pay_submit_btn:hover {
  background: #111;
}

.card_orderer {
  background: #ebf4ff;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  position: sticky;
  top: 16px;
}

.card_orderer_title {
  margin: 0;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 700;
  color: #1565c0;
  border-bottom: 1px solid rgba(21, 101, 192, 0.15);
}

.card_orderer_body {
  padding: 16px;
}

.pay_field {
  display: block;
  margin-bottom: 14px;
}

.pay_field:last-of-type {
  margin-bottom: 12px;
}

.pay_field_label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.pay_same_check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  cursor: pointer;
  line-height: 1.5;
}

.pay_same_check input {
  margin-top: 2px;
  accent-color: #e91e8c;
  flex-shrink: 0;
}

.pay_footer {
  margin-top: auto;
  padding: 24px 16px 40px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

.pay_footer .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pay_footer .footer_links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  font-size: 13px;
}

.pay_footer .footer_links a {
  color: #444;
  text-decoration: none;
}

.pay_footer .footer_links a:hover {
  text-decoration: underline;
}

.pay_footer .footer_links li:last-child a {
  font-weight: 700;
}

.pay_footer .footer_info {
  margin: 0;
  font-size: 12px;
  color: #888;
}

@media (max-width: 767px) {
  .pay_grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pay_col--side {
    order: -1;
  }

  .card_orderer {
    position: static;
  }

  .pay_form_tbl th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 4px;
  }

  .pay_form_tbl td {
    display: block;
    width: 100%;
    padding-top: 0;
  }

  .pay_form_tbl tr {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .pay_form_tbl tbody tr:last-child {
    border-bottom: none;
  }

  .pay_form_tbl {
    border-top: none;
  }

  .pay_form_tbl th,
  .pay_form_tbl td {
    border-bottom: none;
  }

  .pay_topbar .inner {
    justify-content: center;
  }

  .pay_topbar .top_links--right {
    width: 100%;
    justify-content: center;
  }

  .pay_brand {
    display: none;
  }

  .pay_mo_nav {
    display: flex;
  }
}

@media (max-width: 480px) {
  .pay_method_group {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .pay_submit_btn {
    width: 100%;
    min-width: 0;
  }

  .pay_inp--tel {
    flex: 1;
    min-width: 56px;
    width: auto;
  }
}

/* book_payment figma refinement */
#wrap.pay_page .pay_main {
  padding: 20px;
}

#wrap.pay_page .page {
  margin-top: 0;
}

#wrap.pay_page .pay_title_row {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  align-items: center;
}

#wrap.pay_page .pay_title_row h2 {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
}

#wrap.pay_page .pay_breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#wrap.pay_page .pay_breadcrumb_muted,
#wrap.pay_page .pay_breadcrumb_current {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

#wrap.pay_page .pay_breadcrumb_muted {
  color: #9b9d9f;
}

#wrap.pay_page .pay_breadcrumb_current {
  color: #212529;
}

#wrap.pay_page .pay_breadcrumb_icon {
  display: block;
  flex-shrink: 0;
}

#wrap.pay_page .pay_mo_icon_btn {
  display: none;
}

#wrap.pay_page .pay_main {
  padding: 20px;
}

#wrap.pay_page input[type="checkbox"],
#wrap.pay_page input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  flex-shrink: 0;
}

#wrap.pay_page input[type="checkbox"] {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("../_img/icon/icon_common_check.svg");
}

#wrap.pay_page input[type="checkbox"]:checked {
  background-image: url("../_img/icon/icon_common_check_on.svg");
}

#wrap.pay_page input[type="radio"] {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("../_img/icon/icon_radio.svg");
}

#wrap.pay_page input[type="radio"]:checked {
  background-image: url("../_img/icon/icon_radio_on.svg");
}

#wrap.pay_page .pay_grid {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 30px;
}

#wrap.pay_page .pay_col--main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#wrap.pay_page .pay_section {
  margin-bottom: 0;
}

#wrap.pay_page .pay_section_title {
  margin: 0 0 16px;
  padding: 0;
  border-bottom: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

#wrap.pay_page .pay_form_tbl {
  border-collapse: collapse;
  border-top: 1px solid #dededf;
}

#wrap.pay_page .pay_form_tbl th,
#wrap.pay_page .pay_form_tbl td {
  padding: 8px;
  border-bottom: 1px solid #dededf;
  font-size: 14px;
}

#wrap.pay_page .pay_form_tbl th {
  width: 120px;
  padding: 12px;
  text-align: center;
  color: #212529;
  font-weight: 500;
  line-height: 18.2px;
  background: #f6f6f6;
  border-left: 1px solid #dededf;
  border-right: 1px solid #dededf;
}

#wrap.pay_page .pay_form_tbl td {
  line-height: 18.2px;
  border-right: 1px solid #dededf;
}

#wrap.pay_page .pay_inp {
  height: 37px;
  padding: 8px 10px;
  border: 1px solid #dededf;
  border-radius: 0;
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
}

#wrap.pay_page .pay_inp:focus {
  outline: none;
  border-color: #212529;
}

#wrap.pay_page #recvName {
  width: 235px;
  max-width: 100%;
}

#wrap.pay_page .pay_phone_row {
  flex-wrap: nowrap;
  gap: 8px;
}

#wrap.pay_page .pay_inp--tel {
  width: 80px;
  max-width: 80px;
}

#wrap.pay_page .pay_phone_sep {
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}

#wrap.pay_page .pay_inp--zip {
  width: 92px;
}

#wrap.pay_page .pay_btn_zip {
  height: 37px;
  padding: 4px 10px;
  border: 1px solid #dededf;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  line-height: 18.2px;
  color: #212529;
}

#wrap.pay_page .pay_zip_row {
  gap: 8px;
}

#wrap.pay_page .pay_section--agree {
  padding: 24px;
  border: 1px solid #dededf;
  border-radius: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#wrap.pay_page .pay_agree_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  border: 0;
}

#wrap.pay_page .pay_agree_item + .pay_agree_item {
  margin-top: 16px;
}

#wrap.pay_page .pay_agree_head {
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

#wrap.pay_page .pay_agree_head input {
  margin-top: 0;
  width: 24px;
  height: 24px;
}

#wrap.pay_page .pay_agree_toggle {
  flex: 0 0 auto;
  width: 100px;
  margin-top: 0;
  margin-left: auto;
  padding: 4px 6px 4px 10px;
  border: 1px solid #dededf;
  border-radius: 999px;
  color: #212529;
  font-size: 14px;
  line-height: 18.2px;
}

#wrap.pay_page .pay_agree_detail {
  width: 100%;
}

#wrap.pay_page #agreeBenefit + span {
  line-height: 24px;
  align-self: flex-start;
}

#wrap.pay_page #agreeBenefit {
  align-self: flex-start;
  margin-top: 0;
}

#wrap.pay_page .pay_agree_detail {
  margin-top: 16px;
  padding: 24px;
  background: #f6f6f6;
  border: 0;
  border-radius: 6px;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

#wrap.pay_page .pay_agree_detail p {
  margin: 0;
}

#wrap.pay_page .pay_agree_detail p + p,
#wrap.pay_page .pay_agree_detail p + .pay_agree_detail_block,
#wrap.pay_page .pay_agree_detail .pay_agree_detail_block + p,
#wrap.pay_page .pay_agree_detail .pay_agree_detail_block + .pay_agree_detail_block {
  margin-top: 16px;
}

#wrap.pay_page .pay_agree_detail_block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.pay_page .pay_agree_detail h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

#wrap.pay_page .pay_agree_detail_note {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

#wrap.pay_page .pay_agree_detail_note strong {
  font-weight: 700;
}

#wrap.pay_page .pay_agree_detail_list,
#wrap.pay_page .pay_agree_detail_plain {
  margin: 0;
  padding: 0;
  list-style: none;
}

#wrap.pay_page .pay_agree_detail_list li,
#wrap.pay_page .pay_agree_detail_plain li {
  position: relative;
  padding-left: 12px;
}

#wrap.pay_page .pay_agree_detail_list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

#wrap.pay_page .pay_agree_detail_plain li + li,
#wrap.pay_page .pay_agree_detail_list li + li {
  margin-top: 4px;
}

#wrap.pay_page .pay_agree_detail a {
  color: #007aff;
  text-decoration: underline;
}

#wrap.pay_page .pay_agree_toggle::after {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-right: 1.5px solid #212529;
  border-bottom: 1.5px solid #212529;
  transform: rotate(45deg);
  background: none;
}

#wrap.pay_page .pay_agree_toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 0;
}

#wrap.pay_page .pay_method_group {
  gap: 40px;
  padding: 24px;
  border: 1px solid #dededf;
  border-radius: 0;
}

#wrap.pay_page .pay_method {
  gap: 4px;
  font-size: 16px;
  line-height: 20.8px;
}

#wrap.pay_page .pay_method input {
  width: 24px;
  height: 24px;
}

#wrap.pay_page .pay_cash_receipt {
  margin-top: 16px;
  padding: 16px;
  background: #f6f6f6;
  border: 0;
  border-radius: 6px;
}

#wrap.pay_page .pay_sub_title {
  margin: 0 0 16px;
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

#wrap.pay_page .pay_cash_receipt_card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 4px;
  background: #fff;
}

#wrap.pay_page .pay_receipt_row {
  display: flex;
  align-items: center;
  gap: 40px;
}

#wrap.pay_page .pay_receipt_group {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

#wrap.pay_page .pay_label {
  margin-right: 0;
  color: #212529;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  white-space: nowrap;
}

#wrap.pay_page .pay_receipt_options {
  display: flex;
  align-items: center;
  gap: 16px;
}

#wrap.pay_page .pay_receipt_options label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  cursor: pointer;
}

#wrap.pay_page .pay_receipt_options input {
  width: 24px;
  height: 24px;
}

#wrap.pay_page .pay_receipt_phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.pay_page .pay_receipt_phone_row {
  display: flex;
  align-items: center;
  gap: 16px;
}

#wrap.pay_page .pay_receipt_phone_input {
  width: 324px;
  max-width: 100%;
}

#wrap.pay_page .pay_receipt_note {
  margin: 0;
  color: #dc3545;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}

#wrap.pay_page .pay_submit_wrap {
  margin-top: 0;
  padding-top: 0;
}

#wrap.pay_page .pay_submit_btn {
  min-width: 0;
  padding: 20px 80px;
  height: auto;
  border-radius: 0;
  background: #212529;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
}

#wrap.pay_page .card_orderer {
  width: 330px;
  padding: 24px;
  border-radius: 6px;
  background: #e6f2ff;
  position: sticky;
  top: 16px;
}

#wrap.pay_page .card_orderer_title {
  padding: 0;
  margin: 0 0 16px;
  border: 0;
  color: #007aff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

#wrap.pay_page .card_orderer_body {
  padding: 0;
}

#wrap.pay_page .pay_field {
  margin-bottom: 24px;
}

#wrap.pay_page .pay_field_label {
  margin-bottom: 8px;
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
}

#wrap.pay_page .card_orderer .pay_inp {
  border: 0;
  border-bottom: 1px solid #3c3f43;
  background: transparent;
  padding: 8px 10px;
}

#wrap.pay_page .pay_same_check {
  gap: 4px;
  font-size: 14px;
  line-height: 18.2px;
}

#wrap.pay_page .pay_same_check input {
  width: 24px;
  height: 24px;
  margin-top: 0;
  background-size: 24px 24px;
  background-image: url("../_img/icon/icon_common_check.svg");
}

#wrap.pay_page .pay_same_check input:checked {
  background-image: url("../_img/icon/icon_common_check_on.svg");
}

#wrap.pay_page #footer .footer_link a {
  color: #424649;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
}

#wrap.pay_page #footer .footer_link a.privacy {
  font-weight: 700;
  line-height: 21px;
}

#wrap.pay_page #footer .company_info li,
#wrap.pay_page #footer .copyright {
  color: #c8c9ca;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
}

@media (max-width: 767px) {
  #wrap.pay_page .pay_grid {
    grid-template-columns: 1fr;
  }

  #wrap.pay_page .pay_col--side {
    order: -1;
  }

  #wrap.pay_page .card_orderer {
    width: auto;
    position: static;
  }
}

@media (max-width: 767px) {
  #wrap.pay_page .pay_main {
    padding: 20px 0;
  }

  #wrap.pay_page .top_fix {
    background: #ff509f;
  }

  #wrap.pay_page .top_fix ul.top_menu li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
  }

  #wrap.pay_page .header_top .header-top__logo > a.logo,
  #wrap.pay_page .header_top .header-top__link,
  #wrap.pay_page .header_bottom {
    display: none;
  }

  #wrap.pay_page .header_top {
    height: 56px;
    padding: 0 20px;
    border-bottom: 4px solid #f6f6f6;
  }

  #wrap.pay_page .header-mob__link {
    visibility: hidden;
    width: 40px;
  }

  #wrap.pay_page .pay_title_row {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    min-height: 56px;
    padding: 0 20px;
    margin: 0;
    border: 0;
    justify-content: center;
    background: #fff;
    z-index: 3;
  }

  #wrap.pay_page .pay_title_row h2 {
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  #wrap.pay_page .pay_mo_icon_btn {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    transform: translateY(-50%);
    font-size: 0;
    color: transparent;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
  }

  #wrap.pay_page .pay_mo_back_btn {
    left: 20px;
    background-image: url("../_img/icon/icon_mobile_back.svg");
  }

  #wrap.pay_page .pay_mo_home_btn {
    right: 20px;
    background-image: url("../_img/icon/icon_mobile_home.svg");
  }

  #wrap.pay_page .pay_breadcrumb {
    display: none;
  }

  #wrap.pay_page .pay_grid {
    gap: 20px;
  }

  #wrap.pay_page .pay_col--main {
    gap: 24px;
  }

  #wrap.pay_page .pay_col--side {
    order: -1;
  }

  #wrap.pay_page .card_orderer {
    margin-top: 20px;
    width: 100%;
    padding: 16px;
    border-radius: 6px;
  }

  #wrap.pay_page .card_orderer_title {
    font-size: 16px;
    line-height: 22.4px;
  }

  #wrap.pay_page .pay_field {
    margin-bottom: 24px;
  }

  #wrap.pay_page .pay_field_label {
    font-size: 14px;
    line-height: 19.6px;
  }

  #wrap.pay_page .card_orderer .pay_phone_row {
    gap: 8px;
  }

  #wrap.pay_page .pay_section_title {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 12px;
  }

  #wrap.pay_page .pay_form_tbl th {
    width: 80px;
    min-width: 80px;
    padding: 12px 8px;
    font-size: 14px;
    line-height: 18.2px;
  }

  #wrap.pay_page .pay_form_tbl td {
    padding: 8px;
  }

  #wrap.pay_page .pay_zip_row {
    gap: 4px;
  }

  #wrap.pay_page .pay_btn_zip {
    padding: 4px 10px;
    white-space: nowrap;
  }

  #wrap.pay_page .pay_form_tbl {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  #wrap.pay_page .pay_form_tbl tr {
    display: table-row;
    padding: 0;
    border-bottom: 0;
  }

  #wrap.pay_page .pay_form_tbl th {
    display: table-cell;
    width: 80px;
    min-width: 80px;
    vertical-align: middle;
    text-align: center;
  }

  #wrap.pay_page .pay_form_tbl td {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    border-bottom: 1px solid #dededf;
  }

  #wrap.pay_page .pay_section--agree {
    padding: 16px;
    gap: 12px;
  }

  #wrap.pay_page .pay_agree_head {
    align-items: center;
    font-size: 16px;
    line-height: 20.8px;
  }

  #wrap.pay_page .pay_agree_toggle {
    font-size: 14px;
    line-height: 18.2px;
    padding: 4px 6px 4px 10px;
  }

  #wrap.pay_page .pay_agree_detail {
    padding: 16px;
    font-size: 14px;
    line-height: 18.2px;
  }

  #wrap.pay_page .pay_agree_detail h4,
  #wrap.pay_page .pay_agree_detail_note {
    font-size: 14px;
    line-height: 19.6px;
  }

  #wrap.pay_page .pay_method_group {
    padding: 16px;
    gap: 24px;
  }

  #wrap.pay_page .pay_method {
    font-size: 15px;
    line-height: 19.5px;
  }

  #wrap.pay_page .pay_sub_title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 12px;
  }

  #wrap.pay_page .pay_cash_receipt_card {
    padding: 16px;
    gap: 10px;
  }

  #wrap.pay_page .pay_receipt_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  #wrap.pay_page .pay_receipt_group {
    width: 100%;
    gap: 16px;
  }

  #wrap.pay_page .pay_label {
    font-size: 15px;
    line-height: 21px;
  }

  #wrap.pay_page .pay_receipt_options label {
    font-size: 15px;
    line-height: 19.5px;
  }

  #wrap.pay_page .pay_receipt_phone_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  #wrap.pay_page .pay_receipt_phone_input {
    width: 100%;
  }

  #wrap.pay_page .pay_receipt_note {
    font-size: 12px;
    line-height: 15.6px;
  }

  #wrap.pay_page .pay_submit_btn {
    width: 100%;
    height: 52px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 20.8px;
  }

  #wrap.pay_page .footer_link-mobile {
    display: none;
  }

  #wrap.pay_page .footer_sns-mobile {
    height: auto;
    padding: 24px 20px;
    gap: 8px;
  }

  #wrap.pay_page .footer_bottom {
    height: auto;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  #wrap.pay_page .footer-bottom_link li a,
  #wrap.pay_page .footer_account_link a {
    font-size: 14px;
    line-height: 18.2px;
  }

  #wrap.pay_page #footer .company_info ul li {
    font-size: 14px;
    line-height: 18.2px;
  }

  #wrap.pay_page #footer .copyright {
    margin-top: 24px;
    color: #fff;
    font-size: 14px;
    line-height: 18.2px;
  }
}
 

/* ========== book_payment_com.css (통합) ========== */
/* book_payment_com — 결제완료 (북스토어, book_payment 헤더·푸터 공통 클래스 재사용) */

.pcm_page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.pcm_page .pcm_main {
  flex: 1;
}

#wrap.pcm_page .pcm_main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 80px;
}

#wrap.pcm_page .pay_title_row {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#wrap.pcm_page .pay_title_row h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
}

.pcm_steps_on {
  color: #e91e8c;
  font-weight: 700;
}

.pcm_head .pay_steps strong:not(.pcm_steps_on) {
  font-weight: 400;
  color: #666;
}

.pcm_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 30px;
  align-items: start;
}

.pcm_col--main {
  order: 1;
  min-width: 0;
}

.pcm_col--side {
  order: 2;
}

.pcm_block {
  margin-bottom: 40px;
}

.pcm_block_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  border-bottom: 0;
  padding-bottom: 0;
}

.pcm_block_title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

.pcm_order_no {
  margin: 0;
  font-size: 16px;
  color: #007aff;
  font-weight: 700;
  line-height: 22.4px;
}

.pcm_order_no span {
  color: #007aff;
  font-weight: 700;
}

.pcm_tbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dededf;
}

.pcm_tbl th,
.pcm_tbl td {
  border-bottom: 1px solid #dededf;
  padding: 8px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}

.pcm_tbl th {
  width: 120px;
  background: #f6f6f6;
  font-weight: 500;
  color: #212529;
  font-size: 14px;
  line-height: 18.2px;
  border-left: 1px solid #dededf;
  border-right: 1px solid #dededf;
}

.pcm_tbl td {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  border-right: 1px solid #dededf;
}

.pcm_orderer {
  background: #ebf4ff;
  border-radius: 6px;
  overflow: hidden;
  position: sticky;
  top: 16px;
  padding: 24px;
}

.pcm_orderer_title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #007aff;
  line-height: 25.2px;
  border-bottom: 0;
}

.pcm_dl {
  margin: 0;
  padding: 16px 0 0;
}

.pcm_dl_row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  font-size: 16px;
  border-bottom: 0;
}

.pcm_dl_row:last-child {
  padding-top: 8px;
}

.pcm_dl dt {
  margin: 0;
  width: 55px;
  font-weight: 700;
  color: #212529;
  line-height: 22.4px;
}

.pcm_dl dd {
  margin: 0;
  color: #212529;
  font-size: 16px;
  line-height: 20.8px;
  word-break: break-all;
}

.pcm_bank_heading {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

.pcm_bank_inner {
  padding: 24px;
  background: #f6f6f6;
  border-radius: 6px;
  border: 0;
}

.pcm_bank_row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  border-bottom: 0;
}

.pcm_bank_item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.pcm_bank_key {
  color: #007aff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

.pcm_bank_val {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #212529;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
}

.pcm_bank_divider {
  width: 1px;
  height: 16px;
  background: #c8c9ca;
}

.pcm_notes {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
  color: #6f7174;
  font-size: 14px;
  line-height: 18.2px;
}

.pcm_notes li + li {
  margin-top: 4px;
}

.pcm_notes li {
  position: relative;
  padding-left: 10px;
}

.pcm_notes li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.pcm_actions {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.pcm_btn_main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  height: auto;
  padding: 8px 24px;
  border-radius: 0;
  background: #6c757d;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-decoration: none;
}

.pcm_btn_main:hover {
  background: #5f666d;
}

/* 모바일 푸터 보조 링크 (데스크톱 숨김) */
.pcm_mo_login {
  display: none;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.pcm_mo_login a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #ccc;
  border-radius: 999px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.pcm_mo_login a:hover {
  border-color: #999;
}

.pcm_top {
  position: fixed;
  right: 16px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #888;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 50;
}

.pcm_top:hover {
  background: #666;
}

.pay_mo_home {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .pcm_grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pcm_col--side {
    order: -1;
  }

  .pcm_orderer {
    position: static;
  }

  .pcm_tbl th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 6px;
  }

  .pcm_tbl td {
    display: block;
    width: 100%;
    padding-top: 0;
  }

  .pcm_tbl tr {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
  }

  .pcm_tbl tbody tr:last-child {
    border-bottom: none;
  }

  .pcm_tbl {
    border-top: none;
  }

  .pcm_tbl th,
  .pcm_tbl td {
    border-bottom: none;
  }

  .pcm_block_top {
    flex-direction: column;
    align-items: flex-start;
  }

  .pcm_mo_login {
    display: flex;
  }

  .pcm_footer .footer_links {
    justify-content: center;
    text-align: center;
  }

  .pcm_footer .footer_info {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .pcm_btn_main {
    width: 100%;
    min-width: 0;
  }

  .pcm_bank_row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .pcm_dl_row {
    grid-template-columns: 72px 1fr;
  }
}

@media (max-width: 767px) {
  #wrap.pcm_page .top_fix .container {
    justify-content: flex-start;
  }

  #wrap.pcm_page .top_fix .container > .logo,
  #wrap.pcm_page .top_fix .container > .top_menu:last-of-type {
    display: none;
  }

  #wrap.pcm_page .top_fix .container > .top_menu:first-of-type {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
  }

  #wrap.pcm_page .top_fix .container > .top_menu:first-of-type li + li {
    position: relative;
    margin-left: 8px;
    padding-left: 10px;
  }

  #wrap.pcm_page .top_fix .container > .top_menu:first-of-type li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 14px;
    background: #dededf;
    transform: translateY(-50%);
  }

  #wrap.pcm_page .pcm_main {
    padding: 20px 20px 80px;
  }

  #wrap.pcm_page .pcm_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #wrap.pcm_page .pcm_col--side {
    order: -1;
  }

  #wrap.pcm_page .pcm_col--main {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  #wrap.pcm_page .pcm_orderer {
    position: static;
    padding: 16px;
    border-radius: 6px;
  }

  #wrap.pcm_page .pcm_orderer_title {
    font-size: 16px;
    line-height: 22.4px;
  }

  #wrap.pcm_page .pcm_dl {
    padding-top: 8px;
  }

  #wrap.pcm_page .pcm_dl_row {
    gap: 24px;
    padding: 0;
  }

  #wrap.pcm_page .pcm_dl_row:last-child {
    padding-top: 4px;
  }

  #wrap.pcm_page .pcm_dl dt {
    width: 48px;
    font-size: 14px;
    line-height: 19.6px;
  }

  #wrap.pcm_page .pcm_dl dd {
    font-size: 15px;
    line-height: 19.5px;
  }

  #wrap.pcm_page .pcm_block {
    margin-bottom: 0;
  }

  #wrap.pcm_page .pcm_block_top {
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
  }

  #wrap.pcm_page .pcm_block_title,
  #wrap.pcm_page .pcm_bank_heading {
    font-size: 16px;
    line-height: 22.4px;
  }

  #wrap.pcm_page .pcm_order_no {
    font-size: 15px;
    line-height: 21px;
  }

  #wrap.pcm_page .pcm_tbl {
    border-top: 1px solid #dededf;
    table-layout: fixed;
  }

  #wrap.pcm_page .pcm_tbl tr {
    display: table-row;
    padding: 0;
    border-bottom: 0;
  }

  #wrap.pcm_page .pcm_tbl th,
  #wrap.pcm_page .pcm_tbl td {
    display: table-cell;
    border-bottom: 1px solid #dededf;
  }

  #wrap.pcm_page .pcm_tbl th {
    width: 80px;
    min-width: 80px;
    padding: 12px 8px;
  }

  #wrap.pcm_page .pcm_tbl td {
    padding: 8px;
  }

  #wrap.pcm_page .pcm_bank_inner {
    padding: 16px;
    gap: 8px;
  }

  #wrap.pcm_page .pcm_bank_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  #wrap.pcm_page .pcm_bank_item {
    width: 100%;
    gap: 16px;
  }

  #wrap.pcm_page .pcm_bank_key {
    font-size: 15px;
    line-height: 21px;
  }

  #wrap.pcm_page .pcm_bank_val {
    gap: 8px;
    font-size: 15px;
    line-height: 19.5px;
  }

  #wrap.pcm_page .pcm_bank_divider {
    height: 12px;
  }

  #wrap.pcm_page .pcm_notes {
    margin-top: 12px;
    font-size: 12px;
    line-height: 15.6px;
  }

  #wrap.pcm_page .pcm_actions {
    margin-top: 0;
  }

  #wrap.pcm_page .pcm_btn_main {
    padding: 8px 24px;
    font-size: 16px;
    line-height: 20.8px;
  }

  #wrap.pcm_page #footer .footer_sns-mobile {
    padding: 32px 20px;
    gap: 24px;
    background: #f5f4fb;
  }

  #wrap.pcm_page #footer .footer_bottom {
    padding: 24px 20px 48px;
    background: #212529;
  }

  #wrap.pcm_page #footer .footer-bottom_link li a,
  #wrap.pcm_page #footer .footer_account_link a,
  #wrap.pcm_page #footer .company_info ul li,
  #wrap.pcm_page #footer .copyright {
    font-size: 14px;
    line-height: 18.2px;
  }

  #wrap.pcm_page .pcm_top {
    width: 40px;
    height: 40px;
    right: 16px;
    bottom: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    font-size: 0;
    color: transparent;
  }

  #wrap.pcm_page .pcm_top::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #212529;
    border-right: 2px solid #212529;
    transform: rotate(-45deg);
    margin-top: 4px;
  }
}
 

/* ========== faq.css (통합) ========== */
/* faq — 자주찾는 질문 (helpdesk, inquiry_write.css 보조) */

.faq_page {
  --faq-blue: #2b66b1;
  --faq-active: #555555;
  --faq-ans-bg: #f2f5f9;
  --faq-tag-bg: #f5f5f5;
  --faq-tag-text: #888888;
}

.faq_content {
  min-width: 0;
}

.faq_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.faq_toolbar {
  margin-bottom: 18px;
}

.faq_toolbar_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.faq_title_row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 200px;
}

.faq_title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}

@media (min-width: 768px) {
  .faq_title_row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px 18px;
  }
}

.faq_count {
  margin: 0;
  font-size: 14px;
  color: #444;
}

.faq_count strong {
  color: var(--faq-blue);
  font-weight: 700;
}

.faq_search {
  margin: 0;
}

.faq_search--pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.faq_search--mo {
  display: none;
  margin-top: 24px;
}

.faq_select {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

.faq_select--mo {
  width: 100%;
  margin-bottom: 10px;
}

.faq_select--narrow,
.faq_select--mo {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../_img/icon/icon_list_arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px 20px;
}

.faq_select--narrow::-ms-expand,
.faq_select--mo::-ms-expand {
  display: none;
}

.faq_input {
  width: 200px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.faq_btn_search {
  height: 40px;
  padding: 0 18px;
  border: none;
  border-radius: 6px;
  background: var(--faq-active);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
}

.faq_btn_search:hover {
  background: #3d3d3d;
}

.faq_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.faq_chip {
  padding: 9px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  line-height: 1.3;
}

.faq_chip:hover {
  border-color: #bbb;
}

.faq_chip.is_active {
  background: var(--faq-active);
  border-color: var(--faq-active);
  color: #fff;
}

.faq_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

.faq_item {
  border-bottom: 1px solid #e8e8e8;
}

.faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 16px 6px 16px 2px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.faq_q:hover .faq_q_text {
  text-decoration: underline;
}

.faq_meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px 20px;
  flex: 1;
  min-width: 0;
}

.faq_cat {
  flex: 0 0 auto;
  min-width: 72px;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--faq-tag-bg);
  font-size: 12px;
  font-weight: 500;
  color: var(--faq-tag-text);
  text-align: center;
}

.faq_q_text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.45;
}

.faq_chev {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.faq_chev_icon {
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.faq_chev_icon--up {
  display: none;
}

.faq_item.is_open .faq_chev_icon--down {
  display: none;
}

.faq_item.is_open .faq_chev_icon--up {
  display: block;
}

.faq_a {
  padding: 0 2px 16px;
}

.faq_a[hidden] {
  display: none !important;
}

.faq_a_inner {
  padding: 16px 18px;
  border-radius: 8px;
  background: var(--faq-ans-bg);
  border: 1px solid #e4eaf2;
  font-size: 14px;
  line-height: 1.65;
  color: #333;
}

.faq_a_inner ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.faq_a_inner li + li {
  margin-top: 6px;
}

.faq_a_title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
}

.faq_pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 28px;
}

.faq_pg,
.faq_pg_num {
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}

.faq_pg:hover,
.faq_pg_num:hover {
  background: #f9f9f9;
}

.faq_pg_num.is_active {
  background: var(--faq-active);
  border-color: var(--faq-active);
  color: #fff;
  font-weight: 700;
}

.faq_mo_search_row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.faq_input--mo {
  flex: 1;
  width: auto;
  min-width: 0;
  height: 44px;
}

.faq_mo_bottom_ad {
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  margin: 40px auto 0;
  overflow: hidden;
}

.faq_mo_bottom_ad img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.faq_footer_links {
  justify-content: center;
  gap: 10px 14px;
}

@media (max-width: 767px) {
  .faq_page .inq_main,
  .ntl_page .inq_main,
  .nd_page .inq_main,
  .inq_page--write .inq_main,
  .inq_page--done .inq_main,
  .inq_page--list .inq_main {
    padding: 40px 20px 80px;
    box-sizing: border-box;
  }

  .faq_toolbar {
    margin-bottom: 0;
  }

  .faq_toolbar_top {
    flex-direction: column;
    align-items: stretch;
  }

  .faq_title_row {
    gap: 4px;
  }

  .faq_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .faq_count {
    font-size: 13px;
    line-height: 1.3;
    color: #6f7174;
  }

  .faq_count_num {
    font-weight: 500;
    color: #212529;
  }

  .faq_search--pc {
    display: none;
  }

  .faq_search--mo {
    display: block;
    margin-top: 40px;
  }

  .faq_select--mo {
    width: 100%;
    height: 42px;
    margin-bottom: 0;
    padding: 0 32px 0 10px;
    border: 1px solid #dededf;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
  }

  .faq_mo_search_row {
    display: flex;
    align-items: stretch;
    gap: 4px;
    margin-top: 10px;
  }

  .faq_search--mo .faq_input--mo {
    flex: 1;
    min-width: 0;
    width: auto;
    height: auto;
    min-height: 44px;
    padding: 12px 10px;
    border: 1px solid #dededf;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    box-sizing: border-box;
  }

  .faq_search--mo .faq_input--mo::placeholder {
    color: #c8c9ca;
  }

  .faq_search--mo .faq_btn_search {
    height: auto;
    min-height: 44px;
    padding: 4px 20px;
    border: 1px solid #dededf;
    border-radius: 0;
    background: #fff;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
  }

  .faq_search--mo .faq_btn_search:hover {
    background: #fafafa;
    color: #212529;
  }

  .faq_mo_bottom_ad {
    display: block;
  }

  .faq_filter_wrap {
    margin-top: 16px;
    padding: 8px 0;
    border-top: 1px solid #000;
  }

  .faq_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
  }

  .faq_chip {
    box-sizing: border-box;
    height: 42px;
    padding: 8px 12px;
    border: 1px solid #dededf;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #424649;
    text-align: center;
  }

  .faq_chip:hover {
    background: #f6f6f6;
    border-color: #c8c9ca;
    color: #212529;
  }

  .faq_chip.is_active {
    background: #7b7b7b;
    border-color: #7b7b7b;
    color: #fff;
  }

  .faq_list {
    border-top: none;
  }

  .faq_item {
    border-bottom: 1px solid #f2f2f2;
  }

  .faq_meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .faq_q_text {
    order: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .faq_cat {
    order: 2;
    align-self: flex-start;
    min-width: 0;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    padding: 2px 8px;
    border-radius: 4px;
    background: #f0f1f2;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #6c757d;
  }

  .faq_q {
    align-items: flex-start;
    padding: 12px 4px 12px 0;
  }

  .faq_chev {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-right: 0;
  }

  .faq_a_inner:not(.faq_a_inner--figma),
  .faq_a_inner--figma {
    padding: 16px;
    border-radius: 0;
    border: none;
    background: #eaeef6;
    font-size: 15px;
    line-height: 1.3;
    color: #000;
  }

  .faq_a_lead {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
  }

  .faq_detail_heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .faq_detail_li {
    font-size: 15px;
    line-height: 1.3;
  }

  .faq_pager--figma {
    gap: 4px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .faq_pager--figma .faq_pg,
  .faq_pager--figma .faq_pg_num {
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
  }

  .faq_pager--figma .faq_pg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .faq_pager--figma .faq_pg--gray {
    background: #f6f6f6;
    border-color: #dededf;
  }

  .faq_pager--figma .faq_pg_num.is_active {
    background: #3c3f43;
    border-color: #3c3f43;
    color: #fff;
  }

  .faq_pager--figma .faq_pg_num.is_disabled,
  .faq_pager--figma .faq_pg_num:disabled {
    color: #9b9d9f;
    background: #fff;
    border-color: #dededf;
    cursor: default;
  }

  .faq_pager--figma .faq_pg_icon {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    pointer-events: none;
  }

  .faq_pager--figma > button:nth-child(n + 8):nth-child(-n + 12) {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .faq_input {
    width: 100%;
  }

  .faq_search--pc .faq_select {
    width: 100%;
  }

  .faq_page .faq_chip {
    font-size: 15px;
    padding: 8px 10px;
  }
}

/* FAQ PC — Figma (자주찾는 질문) */
@media (min-width: 768px) {
  .faq_main_pc.inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_page .faq_sidebar_mo {
    display: none;
  }

  .faq_page .inq_layout.faq_layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq_page .faq_content_outer {
    min-width: 0;
    grid-column: 1;
  }

  /* 공지 목록 — FAQ와 동일 레이아웃(모바일 사이드바 숨김 · PC 레일) */
  .ntl_page .inq_layout.faq_layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ntl_page .faq_sidebar_mo {
    display: none;
  }

  .ntl_page .faq_content_outer {
    min-width: 0;
    grid-column: 1;
  }

  /* 공지 상세 — FAQ와 동일 PC 레이아웃(모바일 사이드바 숨김 · 레일) */
  .nd_page .inq_layout.faq_layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nd_page .faq_sidebar_mo {
    display: none;
  }

  .nd_page .faq_content_outer {
    min-width: 0;
    grid-column: 1;
  }

  /* 마이페이지 1:1 문의 — FAQ와 동일 PC 레이아웃 */
  .inq_page--write .inq_layout.faq_layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .inq_page--write .faq_sidebar_mo {
    display: none;
  }

  .inq_page--write .faq_content_outer {
    min-width: 0;
    grid-column: 1;
  }

  .inq_page--done .inq_layout.faq_layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .inq_page--done .faq_sidebar_mo {
    display: none;
  }

  .inq_page--done .faq_content_outer {
    min-width: 0;
    grid-column: 1;
  }

  .inq_page--list .inq_layout.faq_layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .inq_page--list .faq_sidebar_mo {
    display: none;
  }

  .inq_page--list .faq_content_outer {
    min-width: 0;
    grid-column: 1;
  }

  /* 회원정보 수정 — FAQ 동일 PC 레일 */
  .faq_page.inq_page--mim .inq_layout.faq_layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq_page.inq_page--mim .faq_content_outer {
    min-width: 0;
    grid-column: 1;
  }

  /* 회원정보 수정 — Figma PC */
  .faq_page.inq_page--mim .faq_content > .inq_page_title {
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
  }

  .faq_page.inq_page--mim .mim_form_box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border-radius: 4px;
    border-color: #dededf;
  }

  .faq_page.inq_page--mim .mim_grid {
    position: relative;
    grid-template-columns: minmax(0, 336px) minmax(0, 336px);
    column-gap: 80px;
    row-gap: 24px;
    align-items: start;
  }

  .faq_page.inq_page--mim .mim_grid::before {
    content: "";
    position: absolute;
    left: calc(336px + 40px);
    top: 0;
    bottom: 0;
    width: 1px;
    background: #f2f2f2;
    pointer-events: none;
  }

  .faq_page.inq_page--mim .mim_col {
    gap: 24px;
  }

  .faq_page.inq_page--mim .mim_birth_row {
    flex-wrap: nowrap;
    gap: 4px;
    align-items: stretch;
  }

  .faq_page.inq_page--mim .mim_input--birth {
    flex: 1 1 0;
    min-width: 0;
  }

  .faq_page.inq_page--mim .mim_label {
    margin-bottom: 8px;
    font-weight: 500;
    color: #212529;
    line-height: 1.3;
  }

  .faq_page.inq_page--mim .mim_input {
    height: auto;
    min-height: 44px;
    padding: 12px 10px;
    border-radius: 0;
    border-color: #dededf;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
    background: #fff;
  }

  .faq_page.inq_page--mim .mim_input:focus {
    outline: none;
    border-color: #212529;
    box-shadow: none;
  }

  .faq_page.inq_page--mim .mim_input::placeholder {
    color: #c8c9ca;
  }

  .faq_page.inq_page--mim .mim_input--readonly {
    background: #f2f2f2;
    color: #9b9d9f;
    border-color: #dededf;
  }

  .faq_page.inq_page--mim .mim_input--readonly:focus {
    border-color: #dededf;
  }

  .faq_page.inq_page--mim .mim_input--pw {
    border-color: #dededf;
  }

  .faq_page.inq_page--mim .mim_input--pw:focus {
    border-color: #212529;
  }

  .faq_page.inq_page--mim .mim_hint {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    color: #6f7174;
  }

  .faq_page.inq_page--mim .mim_gender {
    display: flex;
    align-self: stretch;
    border: none;
    border-radius: 0;
    gap: 4px;
    overflow: visible;
  }

  .faq_page.inq_page--mim .mim_gender_btn {
    flex: 1 1 0;
    min-height: 44px;
    height: auto;
    padding: 6px 16px;
    border: 1px solid #dededf;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    background: #f2f2f2;
    color: #9b9d9f;
  }

  .faq_page.inq_page--mim .mim_gender_btn.is_active {
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
  }

  .faq_page.inq_page--mim .mim_phone_row,
  .faq_page.inq_page--mim .mim_file_row {
    gap: 4px;
    align-items: stretch;
  }

  .faq_page.inq_page--mim .mim_phone_row .mim_input {
    flex: 1 1 0;
  }

  .faq_page.inq_page--mim .mim_btn_line {
    box-sizing: border-box;
    height: auto;
    min-height: 44px;
    align-self: stretch;
    padding: 6px 16px;
    border-color: #dededf;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    background: #fff;
  }

  .faq_page.inq_page--mim .mim_btn_line:hover {
    background: #fafafa;
  }

  .faq_page.inq_page--mim .mim_check {
    margin-top: 8px;
    gap: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
  }

  .faq_page.inq_page--mim .mim_check--accent span {
    color: #141414;
  }

  .faq_page.inq_page--mim .mim_radio {
    font-size: 16px;
    font-weight: 400;
    gap: 4px;
    color: #212529;
  }

  .faq_page.inq_page--mim .mim_select {
    height: auto;
    min-height: 44px;
    padding: 12px 10px;
    border-radius: 0;
    border: 1px solid #dededf;
    font-size: 15px;
    background-color: #fff;
    color: #212529;
  }

  .faq_page.inq_page--mim .mim_select:focus {
    outline: none;
    border-color: #212529;
  }

  .faq_page.inq_page--mim .mim_job_dual {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 4px;
    align-items: stretch;
  }

  .faq_page.inq_page--mim .mim_job_dual .mim_input {
    min-width: 0;
  }

  .faq_page.inq_page--mim .mim_actions {
    gap: 8px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .faq_page.inq_page--mim .mim_btn {
    box-sizing: border-box;
    min-width: 0;
    height: auto;
    padding: 14px 40px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }

  .faq_page.inq_page--mim .mim_btn--primary {
    background: #2a58a8;
  }

  .faq_page.inq_page--mim .mim_btn--primary:hover {
    background: #234a90;
  }

  .faq_page.inq_page--mim .mim_btn--cancel {
    background: #6c757d;
  }

  .faq_page.inq_page--mim .mim_btn--cancel:hover {
    background: #5c646d;
  }

  /* 면허 첨부 태그 — inquiry_write(.inq_file_*)와 동일 */
  .faq_page.inq_page--mim .inq_file_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }

  .faq_page.inq_page--mim .inq_file_item {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    padding: 4px 10px;
    justify-content: center;
    gap: 6px;
    border: 1px solid #dededf;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    background: #fff;
    width: auto;
    max-width: 100%;
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .faq_page.inq_page--mim .inq_file_item:hover {
    border-color: #212529;
  }

  .faq_page.inq_page--mim .inq_file_remove {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    background: transparent;
    color: #212529;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
  }

  .faq_page.inq_page--mim .inq_file_remove:hover {
    background: transparent;
    opacity: 0.7;
  }

  .faq_page.inq_page--mim .faq_pc_rail {
    gap: 40px;
  }

  .faq_pc_wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    column-gap: 16px;
    row-gap: 0;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
  }

  /* 회원정보 수정 — 전체 1280px · 좌 가변 + 우 레일 200px 고정 · 회원정보 폼 영역만 832px 가운데 */
  .faq_page.inq_page--mim .faq_pc_wrap {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: minmax(0, 1fr) 200px;
    justify-content: stretch;
    column-gap: 16px;
    box-sizing: border-box;
  }

  .faq_page.inq_page--mim .faq_content {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
  }

  .faq_page.inq_page--mim .mim_form_shell {
    width: min(832px, 100%);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  /* 포인트 사용 — 1280px · 우 레일 200px · 좌측 본문 전폭 (Figma PC) */
  .faq_page.inq_page--points .faq_pc_wrap {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: minmax(0, 1fr) 200px;
    justify-content: stretch;
    column-gap: 16px;
    box-sizing: border-box;
  }

  .faq_page.inq_page--points .faq_content {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
  }

  .faq_page.inq_page--points .faq_content > .inq_page_title {
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
  }

  .faq_page.inq_page--points .faq_pc_rail {
    gap: 40px;
  }

  .faq_page.inq_page--points .pt_summary {
    margin: 0 0 24px;
    border-radius: 4px;
    border: 1px solid #dededf;
    background: #fff;
    overflow: hidden;
  }

  .faq_page.inq_page--points .pt_summary_cell {
    padding: 24px 16px;
    border-right-color: #f2f2f2;
  }

  .faq_page.inq_page--points .pt_summary_num {
    color: #2a58a8;
  }

  .faq_page.inq_page--points .pt_grade_tbl {
    border: 1px solid #dededf;
  }

  .faq_page.inq_page--points .pt_grade_tbl th,
  .faq_page.inq_page--points .pt_grade_tbl td {
    border-color: #f2f2f2;
  }

  .faq_page.inq_page--points .pt_grade_tbl th {
    background: #f8f9fa;
    color: #212529;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 10px;
  }

  .faq_page.inq_page--points .pt_grade_tbl td {
    padding: 12px 10px;
    font-size: 14px;
    color: #212529;
  }

  .faq_page.inq_page--points .pt_grade_note {
    margin: 0 0 32px;
    font-size: 13px;
    color: #6f7174;
  }

  .faq_page.inq_page--points .pt_section {
    margin-bottom: 48px;
  }

  .faq_page.inq_page--points .pt_section:last-of-type {
    margin-bottom: 0;
  }

  .faq_page.inq_page--points .pt_section_head {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }

  .faq_page.inq_page--points .pt_section_lead {
    margin: 0 0 24px;
    font-size: 14px;
    color: #6f7174;
    line-height: 1.55;
  }

  .faq_page.inq_page--points .pt_earn_list {
    gap: 16px;
  }

  .faq_page.inq_page--points .pt_earn_item {
    border-color: #dededf;
    border-radius: 4px;
  }

  .faq_page.inq_page--points .pt_shop_card {
    border-color: #dededf;
    border-radius: 4px;
    padding: 16px 12px 14px;
  }

  .faq_page.inq_page--points .pt_shop_exchange {
    border-radius: 0;
    border-color: #dededf;
    min-height: 36px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
  }

  .faq_page.inq_page--points .pt_shop_exchange:hover {
    border-color: #2a58a8;
    color: #2a58a8;
  }

  .faq_page.inq_page--points .pt_modal_input {
    border-color: #dededf;
  }

  .faq_page.inq_page--points .pt_modal_input:focus {
    outline: none;
    border-color: #212529;
  }

  .faq_pc_rail {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    flex: 0 0 200px;
    padding-left: 24px;
    border-left: 1px solid #dededf;
    box-sizing: border-box;
  }

  .faq_rail_hd {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #2a58a8;
  }

  .faq_rail_nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .faq_rail_link {
    display: block;
    padding: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #6f7174;
    text-decoration: none;
  }

  .faq_rail_link:hover {
    text-decoration: underline;
  }

  .faq_rail_link.is_active {
    font-weight: 700;
    color: #212529;
  }

  .faq_rail_ad {
    width: 120px;
    height: 240px;
    flex-shrink: 0;
    overflow: hidden;
  }

  .faq_rail_ad img {
    display: block;
    width: 120px;
    height: 240px;
    vertical-align: top;
  }

  .faq_toolbar_top {
    align-items: flex-end;
  }

  .faq_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
  }

  .faq_count {
    font-size: 13px;
    line-height: 1.3;
    color: #6f7174;
  }

  .faq_count_muted {
    font-weight: 400;
    color: #6f7174;
  }

  .faq_count_num {
    font-weight: 500;
    color: #212529;
  }

  .faq_search--pc.faq_search {
    gap: 4px;
  }

  .faq_select--narrow {
    width: 80px;
    min-width: 80px;
    height: 42px;
    padding: 8px 32px 8px 8px;
    border-color: #dededf;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #212529;
    line-height: 1.25;
    background-color: #fff;
  }

  .faq_input--wide {
    width: 286px;
    max-width: 42vw;
    height: 42px;
    padding: 8px 8px;
    border-color: #dededf;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.25;
  }

  .faq_input--wide::placeholder {
    color: #c8c9ca;
  }

  .faq_btn_search--line {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    height: 42px;
    padding: 8px 8px;
    border: 1px solid #dededf;
    border-radius: 0;
    box-sizing: border-box;
    background: #fff;
    color: #212529;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
    flex-shrink: 0;
  }

  .faq_btn_search--line:hover {
    background: #fafafa;
    color: #212529;
  }

  .faq_filter_wrap {
    padding: 8px 0;
    border-top: none;
    margin-bottom: 0;
  }

  .faq_filters {
    gap: 8px;
    margin-bottom: 0;
  }

  .faq_chip {
    height: 42px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #dededf;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #424649;
  }

  .faq_chip:hover {
    background: #f6f6f6;
    border-color: #c8c9ca;
    color: #212529;
  }

  .faq_chip.is_active {
    background: #7b7b7b;
    border-color: #7b7b7b;
    color: #fff;
  }

  .faq_list {
    border-top: none;
  }

  .faq_item {
    border-bottom-color: #f2f2f2;
  }

  .faq_q {
    padding: 16px 4px 16px 0;
    align-items: center;
  }

  .faq_cat {
    flex: 0 0 70px;
    width: 70px;
    min-width: 70px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #f0f1f2;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #6c757d;
  }

  .faq_q_text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .faq_q_text--link {
    text-decoration: none;
  }

  .faq_chev {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }

  .faq_a_inner:not(.faq_a_inner--figma) {
    padding: 24px;
    border-radius: 0;
    border: none;
    background: #eaeef6;
    font-size: 15px;
    line-height: 1.6;
  }

  .faq_a_inner--figma {
    padding: 24px;
    border: none;
    border-radius: 0;
    background: #eaeef6;
  }

  .faq_a_lead {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
  }

  .faq_detail_block {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .faq_detail_step {
    display: flex;
    align-items: flex-start;
    gap: 4px;
  }

  .faq_detail_heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .faq_detail_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .faq_detail_li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 15px;
    line-height: 1.3;
    color: #000;
  }

  .faq_detail_dash {
    flex-shrink: 0;
  }

  .faq_detail_txt {
    flex: 1;
    min-width: 0;
  }

  .faq_pager--figma {
    gap: 4px;
    margin-top: 40px;
  }

  .faq_pager--figma .faq_pg,
  .faq_pager--figma .faq_pg_num {
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .faq_pager--figma .faq_pg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .faq_pager--figma .faq_pg--gray {
    background: #f6f6f6;
    border-color: #dededf;
  }

  .faq_pager--figma .faq_pg_num.is_active {
    background: #3c3f43;
    border-color: #3c3f43;
    color: #fff;
  }

  .faq_pager--figma .faq_pg_num.is_disabled,
  .faq_pager--figma .faq_pg_num:disabled {
    color: #9b9d9f;
    background: #fff;
    border-color: #dededf;
    cursor: default;
  }

  .faq_pager--figma .faq_pg_icon {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .faq_pc_rail {
    display: none !important;
  }

  .faq_pc_wrap {
    display: block;
  }
}

/* ========== bookstore.css 통합 (#wrap.bookstore_page 범위) ========== */
#wrap.bookstore_page {
  --book-pink: #ef3d92;
  --book-dark: #212529;
  --book-blue: #2a58a8;
  --book-soft-blue: #eaeef6;
}

#wrap.bookstore_page {
  margin: 0;
  background: #fff;
  color: #212529;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

#wrap.bookstore_page .inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

/* common.css .page>.container max-width(1120) 보다 넓게: 북스토어 본문 1280 · 도서상세 1080 */
#wrap.bookstore_page .page > .container,
#wrap.basket_page .page > .container,
#wrap.pay_page .page > .container {
  max-width: 1280px;
}

#wrap.bookdetail_page .page > .container {
  max-width: 1080px;
}

#wrap.bookstore_page .bookstore_topbar {
  background: var(--book-pink);
  color: #fff;
  font-size: 12px;
}

#wrap.bookstore_page .bookstore_topbar .inner {
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#wrap.bookstore_page .top_links {
  display: flex;
  gap: 14px;
}

#wrap.bookstore_page .top_links a {
  color: #fff;
  opacity: 0.85;
}

#wrap.bookstore_page .top_links a.is_active, #wrap.bookstore_page .top_links a:hover {
  opacity: 1;
  font-weight: 600;
}

#wrap.bookstore_page .bookstore_brand {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}

#wrap.bookstore_page .brand_logo {
  font-size: 54px;
  line-height: 1;
  font-weight: 800;
}

/* 헤더~본문 간격: common .page margin-top(40px)만 사용 — 상단 패딩 중복 제거 */
#wrap.bookstore_page .bookstore_main {
  padding: 0 0 80px;
}

/* —— 북스토어 메인 · Figma (bookstore_index) —— */
#wrap.bookstore_page .bs_figma {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#wrap.bookstore_page .bs_figma_top {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

#wrap.bookstore_page .bs_figma_hero {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 32px 24px 28px;
  background: #f0f1f2;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #dededf;
}

#wrap.bookstore_page .bs_figma_hero_cover {
  box-sizing: border-box;
  width: 300px;
  height: 390px;
  object-fit: cover;
  flex-shrink: 0;
  background: #fff;
}

#wrap.bookstore_page .bs_mo_hero_dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 0;
}

#wrap.bookstore_page .bs_mo_dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #f2f2f2;
  cursor: pointer;
}

#wrap.bookstore_page .bs_mo_dot.is_active {
  background: #ff509f;
}

#wrap.bookstore_page .bs_btn_txt_pc {
  display: inline;
}

#wrap.bookstore_page .bs_btn_ico_mo {
  display: none;
}

#wrap.bookstore_page .bs_product_thumb_col {
  display: contents;
}

#wrap.bookstore_page .bs_figma_hero_main {
  flex: 1 1 0;
  min-width: 0;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#wrap.bookstore_page .bs_figma_hero_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#wrap.bookstore_page .bs_figma_hero_head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#wrap.bookstore_page .bs_figma_hero_cat {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #212529;
}

#wrap.bookstore_page .bs_figma_hero_title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #212529;
}

#wrap.bookstore_page .bs_figma_src_row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #212529;
}

#wrap.bookstore_page .bs_figma_src_row--sm {
  font-size: 12px;
  gap: 4px;
}

#wrap.bookstore_page .bs_figma_src_row--md {
  font-size: 14px;
}

#wrap.bookstore_page .bs_figma_src_sep {
  width: 1px;
  height: 12px;
  background: #c8c9ca;
  flex-shrink: 0;
}

#wrap.bookstore_page .bs_figma_delivery {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#wrap.bookstore_page .bs_figma_delivery p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
}

#wrap.bookstore_page .bs_figma_hero_price {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #007aff;
}

#wrap.bookstore_page .bs_figma_hero_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

#wrap.bookstore_page .bs_btn {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
}

#wrap.bookstore_page .bs_btn--lg {
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

#wrap.bookstore_page .bs_btn--md {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

#wrap.bookstore_page .bs_btn--sm {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  gap: 6px;
}

#wrap.bookstore_page .bs_btn--grow {
  flex: 1 1 0;
  min-width: 0;
  padding-left: 32px;
  padding-right: 32px;
}

#wrap.bookstore_page .bs_btn--line {
  background: #fff;
  color: #212529;
  box-shadow: inset 0 0 0 1px #dededf;
}

#wrap.bookstore_page .bs_btn--line_dark {
  background: #fff;
  color: #212529;
  box-shadow: inset 0 0 0 1px #212529;
}

#wrap.bookstore_page .bs_btn--solid {
  background: #212529;
  color: #fff;
}

#wrap.bookstore_page .bs_btn--solid svg {
  color: #fff;
}

#wrap.bookstore_page .bs_btn--event {
  background: #ff509f;
  color: #fff;
}

#wrap.bookstore_page .bs_btn--event svg {
  color: #fff;
}

#wrap.bookstore_page .bs_sidebar_pager {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

#wrap.bookstore_page .bs_sidebar_pager_nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

#wrap.bookstore_page .bs_pager_icon {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #dededf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  cursor: pointer;
}

#wrap.bookstore_page .bs_pager_icon[data-bs-sidebar-prev] {
  color: #c8c9ca;
}

#wrap.bookstore_page .bs_pager_icon[data-bs-sidebar-next] {
  color: #000;
}

#wrap.bookstore_page .bs_pager_icon:hover:not(:disabled) {
  color: #212529;
}

#wrap.bookstore_page .bs_pager_icon:disabled {
  opacity: 0.45;
  cursor: default;
}

#wrap.bookstore_page .bs_sidebar_pager_num {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 18px;
  line-height: 1.4;
  flex-shrink: 0;
}

#wrap.bookstore_page .bs_sidebar_cur {
  font-weight: 700;
  color: #007aff;
}

#wrap.bookstore_page .bs_sidebar_slash,
#wrap.bookstore_page .bs_sidebar_total {
  font-weight: 400;
  color: #9b9d9f;
}

#wrap.bookstore_page .bs_figma_side {
  flex: 0 0 min(300px, 34%);
  max-width: 360px;
  padding: 16px;
  background: #fff;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #dededf;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.bookstore_page .bs_side_item {
  display: flex;
  align-items: center;
  gap: 16px;
}

#wrap.bookstore_page .bs_side_item img {
  width: 100px;
  height: 130px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f6f6f6;
}

#wrap.bookstore_page .bs_side_body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.bookstore_page .bs_side_titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#wrap.bookstore_page .bs_side_tag {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #212529;
}

#wrap.bookstore_page .bs_side_name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #212529;
}

#wrap.bookstore_page .bs_side_price {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #007aff;
}

html:has(#wrap.bookstore_page) {
  scrollbar-gutter: stable;
}

#wrap.bookstore_page .book_tabs.bs_figma_tabs {
  background: transparent;
  border: none;
}

#wrap.bookstore_page .bs_figma_tabs .tab_header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #dededf;
  border-radius: 0;
  overflow: visible;
}

/* Figma · Button Large · 탭 (Primary / Focus) — 5:5, 높이 76px, 상하 패딩 24px */
#wrap.bookstore_page .bs_figma_tabs .tab_btn {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  margin: 0 0 -1px;
  height: 76px;
  padding: 24px 20px;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #6f7174;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #007aff;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

#wrap.bookstore_page .bs_figma_tabs .tab_btn__label {
  text-align: center;
  word-wrap: break-word;
}

/* 선택: 상·좌·우만 파란 테두리, 하단 없음 / 비선택: 하단 파란선만 */
#wrap.bookstore_page .bs_figma_tabs .tab_btn.is_active {
  color: #007aff;
  background: #fff;
  border-top-color: #007aff;
  border-left-color: #007aff;
  border-right-color: #007aff;
  border-bottom-color: transparent;
}

#wrap.bookstore_page .bs_figma_tabs .tab_panel {
  display: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 0 0 1px #dededf;
  border-top: none;
}

#wrap.bookstore_page .bs_figma_tabs .tab_panel.is_active {
  display: block;
}

#wrap.bookstore_page .bs_product_list {
  display: flex;
  flex-direction: column;
}

#wrap.bookstore_page .bs_product_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 32px;
  padding: 28px 40px 28px 32px;
  background: #fff;
  transition: background-color 0.15s ease;
}

@media (hover: hover) {
  #wrap.bookstore_page .bs_product_row:hover {
    background: #f6f6f6;
  }
}

#wrap.bookstore_page .bs_product_row--alt {
  border-radius: 6px;
}

#wrap.bookstore_page .bs_product_row--bd {
  border-bottom: 1px solid #dededf;
}

#wrap.bookstore_page .bs_product_thumb {
  width: 160px;
  height: 208px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f6f6f6;
}

#wrap.bookstore_page .bs_product_thumb--ph {
  background: linear-gradient(160deg, #1d3c9f 0%, #5e80d3 65%, #304a88 100%);
}

#wrap.bookstore_page .bs_product_mid {
  flex: 1 1 280px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#wrap.bookstore_page .bs_product_copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.bookstore_page .bs_product_cat {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #212529;
}

#wrap.bookstore_page .bs_product_title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #212529;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#wrap.bookstore_page .bs_product_prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

#wrap.bookstore_page .bs_product_disc {
  font-size: 16px;
  font-weight: 700;
  color: #dc3545;
}

#wrap.bookstore_page .bs_product_now {
  font-size: 20px;
  font-weight: 700;
  color: #2a58a8;
}

#wrap.bookstore_page .bs_product_was {
  font-size: 16px;
  font-weight: 400;
  color: #9b9d9f;
  text-decoration: line-through;
}

#wrap.bookstore_page .bs_product_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

#wrap.bookstore_page .bs_product_ship {
  flex: 0 0 216px;
  max-width: 240px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}

#wrap.bookstore_page .bs_product_ship p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #6f7174;
}

#wrap.bookstore_page .bs_product_buy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

/* PC (1280 기준 시안): 히어로·사이드·목록 행 비율·여백 */
@media (min-width: 1101px) {
  #wrap.bookstore_page .bs_figma {
    gap: 32px;
  }

  #wrap.bookstore_page .bs_figma_top {
    gap: 24px;
    align-items: stretch;
  }

  #wrap.bookstore_page .bs_figma_hero {
    padding: 28px 40px 28px 32px;
    gap: 36px;
  }

  #wrap.bookstore_page .bs_figma_hero_cover {
    width: 300px;
    height: 390px;
    flex-shrink: 0;
  }

  #wrap.bookstore_page .bs_figma_hero_main {
    flex: 1 1 35%;
    min-width: 0;
  }

  #wrap.bookstore_page .bs_figma_side {
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px;
    padding: 20px 16px;
    gap: 12px;
  }

  #wrap.bookstore_page .bs_sidebar_pager {
    justify-content: flex-start;
    align-items: center;
  }

  #wrap.bookstore_page .bs_figma_tabs .tab_btn {
    height: 76px;
    padding: 24px 20px;
    font-size: 20px;
    line-height: 24px;
  }

  #wrap.bookstore_page .bs_product_row {
    gap: 28px 48px;
    padding: 32px 48px 32px 40px;
  }

  #wrap.bookstore_page .bs_product_mid {
    flex: 1 1 0;
    min-width: 200px;
  }

  #wrap.bookstore_page .bs_product_ship {
    flex: 0 0 228px;
    max-width: 260px;
  }

  #wrap.bookstore_page .bs_product_buy {
    flex: 0 0 auto;
    min-width: 132px;
  }
}

@media (max-width: 1100px) {
  #wrap.bookstore_page .bs_figma_top {
    flex-direction: column;
    align-items: stretch;
  }

  #wrap.bookstore_page .bs_figma_side {
    flex: none;
    max-width: none;
  }

  #wrap.bookstore_page .bs_product_row {
    padding-right: 20px;
  }

  #wrap.bookstore_page .bs_product_ship {
    flex: 1 1 100%;
    order: 4;
  }

  #wrap.bookstore_page .bs_product_buy {
    flex-direction: row;
    flex: 1 1 100%;
    order: 5;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  #wrap.bookstore_page .bookstore_main {
    padding: 0 0 48px;
  }

  #wrap.bookstore_page .bs_figma {
    gap: 24px;
  }

  #wrap.bookstore_page .bs_figma_hero {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 20px;
  }

  #wrap.bookstore_page .bs_figma_hero_cover {
    width: min(300px, 100%);
    height: auto;
    aspect-ratio: 300 / 390;
    margin: 0 auto;
  }

  #wrap.bookstore_page .bs_figma_hero_title {
    font-size: 22px;
  }

  #wrap.bookstore_page .bs_figma_hero_actions {
    flex-direction: column;
    align-items: stretch;
  }

  #wrap.bookstore_page .bs_btn--grow {
    flex: none;
    width: 100%;
  }

  #wrap.bookstore_page .bs_figma_tabs .tab_btn {
    padding: 16px 12px;
    font-size: 17px;
  }

  #wrap.bookstore_page .bs_product_row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  #wrap.bookstore_page .bs_product_thumb {
    width: 120px;
    height: 156px;
    margin: 0 auto;
  }

  #wrap.bookstore_page .bs_product_title {
    font-size: 18px;
    -webkit-line-clamp: 4;
  }

  #wrap.bookstore_page .bs_product_ship {
    text-align: left;
  }

  /* —— 모바일 Figma (0601_Bookstore_mo) —— */
  #wrap.bookstore_page .bs_mo_hero_dots {
    display: flex;
  }

  #wrap.bookstore_page .bs_sidebar_pager {
    display: none;
  }

  #wrap.bookstore_page .bs_figma_hero {
    background: #f0f1f2;
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    gap: 16px;
  }

  #wrap.bookstore_page .bs_figma_hero_cover {
    width: min(300px, 100%);
    height: auto;
    aspect-ratio: 300 / 390;
    margin: 0 auto;
  }

  #wrap.bookstore_page .bs_figma_hero_main {
    padding-top: 0;
    gap: 16px;
  }

  #wrap.bookstore_page .bs_figma_hero_text {
    gap: 16px;
  }

  #wrap.bookstore_page .bs_figma_hero_head {
    gap: 10px;
  }

  #wrap.bookstore_page .bs_figma_hero_cat {
    font-size: 18px;
    line-height: 23.4px;
  }

  #wrap.bookstore_page .bs_figma_hero_title {
    font-size: 22px;
    line-height: 30.8px;
  }

  #wrap.bookstore_page .bs_figma_src_row {
    font-size: 14px;
    line-height: 18.2px;
  }

  #wrap.bookstore_page .bs_figma_delivery p {
    font-size: 14px;
    line-height: 18.2px;
  }

  #wrap.bookstore_page .bs_figma_hero_price {
    font-size: 22px;
    line-height: 30.8px;
    color: #007aff;
  }

  #wrap.bookstore_page .bs_figma_hero_actions {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
  }

  #wrap.bookstore_page .bs_btn--hero_zoom {
    flex: 0 0 auto;
    padding: 12px;
    min-width: 44px;
  }

  #wrap.bookstore_page .bs_btn_txt_pc {
    display: none;
  }

  #wrap.bookstore_page .bs_btn_ico_mo {
    display: inline-flex;
  }

  #wrap.bookstore_page .bs_btn--hero_zoom.bs_btn--line {
    box-shadow: inset 0 0 0 1px #dededf;
  }

  #wrap.bookstore_page .bs_figma_hero_actions .bs_btn--line_dark.bs_btn--grow,
  #wrap.bookstore_page .bs_figma_hero_actions .bs_btn--solid.bs_btn--grow {
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 16px 12px 12px;
    font-size: 16px;
    line-height: 20.8px;
  }

  #wrap.bookstore_page .bs_figma_hero_actions .bs_btn--line_dark.bs_btn--grow svg,
  #wrap.bookstore_page .bs_figma_hero_actions .bs_btn--solid.bs_btn--grow svg {
    width: 20px;
    height: 20px;
  }

  #wrap.bookstore_page .bs_figma_side {
    padding: 8px;
    gap: 8px;
  }

  #wrap.bookstore_page .bs_side_item img {
    width: 80px;
    height: 104px;
  }

  #wrap.bookstore_page .bs_figma_tabs .tab_header {
    gap: 0;
    border-bottom: 1px solid #dededf;
    border-radius: 0;
  }

  #wrap.bookstore_page .bs_figma_tabs .tab_btn {
    height: 76px;
    padding: 24px 16px;
    font-size: 16px;
    line-height: 24px;
    border-width: 2px;
    border-radius: 8px 8px 0 0;
  }

  #wrap.bookstore_page .book_tabs.bs_figma_tabs {
    margin-top: 0;
  }

  #wrap.bookstore_page .bs_product_thumb_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 80px;
  }

  #wrap.bookstore_page .bs_link_newwin,
  #wrap.bookstore_page .bs_link_preview {
    display: none;
  }

  #wrap.bookstore_page .bs_product_row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 16px 0;
    gap: 16px;
    background: #fff;
    border-radius: 0;
    transition: background-color 0.15s ease;
  }

  #wrap.bookstore_page .bs_product_list > .bs_product_row + .bs_product_row {
    border-top: 1px solid #dededf;
    padding-top: 16px;
    margin-top: 0;
  }

  #wrap.bookstore_page .bs_product_list > .bs_product_row:last-child {
    border-bottom: 1px solid #dededf;
    padding-bottom: 16px;
  }

  #wrap.bookstore_page .bs_product_thumb {
    width: 80px;
    height: 104px;
    margin: 0;
  }

  #wrap.bookstore_page .bs_product_mid {
    flex: 1 1 0;
    min-width: 0;
    gap: 8px;
  }

  #wrap.bookstore_page .bs_product_cat {
    font-size: 14px;
    line-height: 18.2px;
  }

  #wrap.bookstore_page .bs_product_title {
    font-size: 16px;
    line-height: 22.4px;
    -webkit-line-clamp: 3;
  }

  #wrap.bookstore_page .bs_figma_src_row--md {
    font-size: 12px;
    line-height: 15.6px;
    gap: 4px;
  }

  #wrap.bookstore_page .bs_product_disc {
    font-size: 14px;
    line-height: 19.6px;
  }

  #wrap.bookstore_page .bs_product_now {
    font-size: 16px;
    line-height: 22.4px;
  }

  #wrap.bookstore_page .bs_product_was {
    font-size: 14px;
    line-height: 18.2px;
  }

  #wrap.bookstore_page .bs_product_ship,
  #wrap.bookstore_page .bs_product_buy {
    display: none !important;
  }

  #wrap.bookstore_page .bs_product_links {
    margin-top: 4px;
  }

  #wrap.bookstore_page .bs_btn--event.bs_btn--sm {
    padding: 2px 6px 2px 8px;
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 400;
    gap: 4px;
  }

  #wrap.bookstore_page .bs_btn--event.bs_btn--sm svg {
    width: 12px;
    height: 12px;
  }

  #wrap.bookstore_page .container.inner.bookstore_main {
    padding-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  #wrap.bookstore_page .top_links--right {
    display: none;
  }

  #wrap.bookstore_page .brand_logo {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  #wrap.bookstore_page .inner {
    width: calc(100% - 20px);
  }

  #wrap.bookstore_page .bookstore_topbar .inner {
    height: 42px;
  }

  #wrap.bookstore_page .top_links {
    gap: 10px;
  }

  #wrap.bookstore_page .top_links a {
    font-size: 12px;
  }

  #wrap.bookstore_page .bookstore_brand {
    height: 64px;
    justify-content: flex-start;
    padding-left: 4px;
  }

  #wrap.bookstore_page .brand_logo {
    font-size: 36px;
  }
}

#wrap.bookstore_page .bookstore_footer {
  background: #1f2330;
  color: rgba(255, 255, 255, 0.85);
  padding: 24px 0 30px;
}

#wrap.bookstore_page .footer_links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 10px;
}

#wrap.bookstore_page .footer_links a {
  color: inherit;
  font-size: 13px;
}

#wrap.bookstore_page .footer_info {
  font-size: 12px;
  opacity: 0.75;
}

/* ========== bookinfo_detail.css 통합 (#wrap.bookdetail_page 범위) ========== */
#wrap.bookdetail_page {
  --book-pink: #ef3d92;
  --book-dark: #212529;
  --book-blue: #2a58a8;
  --book-soft-blue: #eaeef6;
}

#wrap.bookdetail_page {
  margin: 0;
  background: #fff;
  color: #212529;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

html:has(#wrap.bookdetail_page) {
  scrollbar-gutter: stable;
}

#wrap.bookdetail_page .inner {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

#wrap.bookdetail_page .bookstore_topbar {
  background: var(--book-pink);
  color: #fff;
  font-size: 12px;
}

#wrap.bookdetail_page .bookstore_topbar .inner {
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#wrap.bookdetail_page .top_links {
  display: flex;
  gap: 14px;
}

#wrap.bookdetail_page .top_links a {
  color: #fff;
  opacity: 0.85;
}

#wrap.bookdetail_page .top_links a.is_active, #wrap.bookdetail_page .top_links a:hover {
  opacity: 1;
  font-weight: 600;
}

#wrap.bookdetail_page .bookstore_brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}

#wrap.bookdetail_page .brand_logo {
  font-size: 54px;
  line-height: 1;
  font-weight: 800;
}

#wrap.bookdetail_page .brand_actions {
  display: none;
  gap: 10px;
}

#wrap.bookdetail_page .icon_btn {
  width: 34px;
  height: 34px;
  border: 1px solid #222;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

#wrap.bookdetail_page .icon_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  border-radius: 50%;
}

#wrap.bookdetail_page .icon_btn::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 8px;
  height: 2px;
  background: #222;
  transform: rotate(45deg);
}

#wrap.bookdetail_page .icon_btn--menu::before {
  width: 14px;
  height: 2px;
  border: none;
  border-radius: 0;
  background: #222;
  box-shadow: 0 -5px 0 #222, 0 5px 0 #222;
}

#wrap.bookdetail_page .icon_btn--menu::after {
  display: none;
}

#wrap.bookdetail_page .bookdetail_main {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 0 0 80px;
}

/* Figma · Main Video (book_intro) */
#wrap.bookdetail_page .book_intro {
  margin: 0;
  padding: 0;
  background: transparent;
}

#wrap.bookdetail_page .bd_main_video {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 40px 20px 20px;
  border-radius: 6px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: inset 0 0 0 1px #dededf;
}

#wrap.bookdetail_page .book_cover--img {
  width: 320px;
  height: 416px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
  background: #f6f6f6;
}

#wrap.bookdetail_page .book_summary {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  padding: 30px 0 20px;
  box-sizing: border-box;
}

#wrap.bookdetail_page .bd_summary_top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#wrap.bookdetail_page .bd_heading_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#wrap.bookdetail_page .book_kicker {
  margin: 0;
  color: #212529;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

#wrap.bookdetail_page .book_summary h2 {
  margin: 0;
  color: #212529;
  font-size: 34px;
  font-weight: 700;
  line-height: 44.2px;
}

#wrap.bookdetail_page .bd_delivery_meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

#wrap.bookdetail_page .book_desc {
  margin: 0;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

#wrap.bookdetail_page .bd_src_row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 21px;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

#wrap.bookdetail_page .bd_src_sep {
  width: 1px;
  height: 12px;
  background: #c8c9ca;
  flex-shrink: 0;
}

#wrap.bookdetail_page .bd_meta_line {
  margin: 0;
  align-self: stretch;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

#wrap.bookdetail_page .book_price {
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

#wrap.bookdetail_page .book_price_now {
  color: #007aff;
  font-size: 26px;
  font-weight: 700;
  line-height: 36.4px;
}

#wrap.bookdetail_page .book_price del {
  color: #9b9d9f;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-decoration: line-through;
}

#wrap.bookdetail_page .bd_action_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

#wrap.bookdetail_page .bd_qty_pager {
  width: 120px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#wrap.bookdetail_page .bd_qty_btn {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #dededf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#wrap.bookdetail_page .bd_qty_btn--plus {
  background: #f6f6f6;
}

#wrap.bookdetail_page .bd_qty_val {
  flex: 1 1 0;
  min-width: 0;
  border: none;
  background: transparent;
  text-align: center;
  color: #212529;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  padding: 0 4px;
}

#wrap.bookdetail_page .buy_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

#wrap.bookdetail_page .buy_actions--desktop {
  margin-top: 0;
}

#wrap.bookdetail_page .btn_line,
#wrap.bookdetail_page .btn_dark {
  min-width: 0;
  min-height: 0;
  height: auto;
  border-radius: 0;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

#wrap.bookdetail_page .btn_bd_label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}

#wrap.bookdetail_page .btn_bd_preview {
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #dededf;
  color: #212529;
}

#wrap.bookdetail_page .btn_bd_cart {
  padding: 14px 24px 14px 32px;
  background: #fff;
  border: 1px solid #212529;
  color: #212529;
}

#wrap.bookdetail_page .btn_bd_buy {
  padding: 14px 24px 14px 32px;
  background: #212529;
  border: 1px solid #212529;
  color: #fff;
}

#wrap.bookdetail_page .btn_bd_buy .btn_bd_label {
  color: #fff;
}

/* Figma · Promotion Banner */
#wrap.bookdetail_page .book_notice {
  margin: 0;
  padding: 12px;
  background: #e6f2ff;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

#wrap.bookdetail_page .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: #007aff;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}

#wrap.bookdetail_page .bd_mo_hero_divider {
  display: none;
}

#wrap.bookdetail_page .book_notice p {
  margin: 0;
  color: #007aff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}

/* Figma · Date Filter tabs */
#wrap.bookdetail_page .detail_tabs {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#wrap.bookdetail_page .bd_detail_tabs .tab_header {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  background: #fff;
  border-radius: 6px;
  border: none;
  border-bottom: 1px solid #dededf;
  padding: 0;
}

#wrap.bookdetail_page #bd-exchange > .tab_header {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}

#wrap.bookdetail_page .tab_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 16px 0;
  height: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #9b9d9f;
  background: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

#wrap.bookdetail_page .tab_btn.is_active {
  color: #212529;
  border-bottom-color: #212529;
}

#wrap.bookdetail_page .tab_panel {
  display: block;
  padding: 0;
}

#wrap.bookdetail_page .tab_panel + .tab_panel {
  margin-top: 80px;
}

#wrap.bookdetail_page .detail_placeholder {
  min-height: 675px;
  height: auto;
  background: #f2f2f2;
  color: #9b9d9f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 39.2px;
  border-radius: 0;
}

#wrap.bookdetail_page .detail_text_block h3 {
  margin: 0 0 8px;
  color: #212529;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

#wrap.bookdetail_page .detail_text_block h3:not(:first-child) {
  margin-top: 24px;
}

#wrap.bookdetail_page .bd_policy_list {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#wrap.bookdetail_page .bd_policy_list > li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

#wrap.bookdetail_page .bd_policy_bullet {
  flex-shrink: 0;
}

#wrap.bookdetail_page .bd_refund_block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#wrap.bookdetail_page .bd_refund_lead {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

#wrap.bookdetail_page .bd_refund_sub {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#wrap.bookdetail_page .bd_refund_sub li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

#wrap.bookdetail_page .bd_refund_mark {
  flex-shrink: 0;
}

#wrap.bookdetail_page .detail_text_block li,
#wrap.bookdetail_page .detail_text_block p {
  color: #212529;
  font-size: 16px;
  line-height: 20.8px;
}

#wrap.bookdetail_page .bd_list_shortcut_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

#wrap.bookdetail_page .bd_list_shortcut {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6c757d;
}

#wrap.bookdetail_page .bd_list_shortcut img {
  width: 23px;
  height: 24px;
  display: block;
}

#wrap.bookdetail_page .bookstore_footer {
  background: #1f2330;
  color: rgba(255, 255, 255, 0.85);
  padding: 24px 0 30px;
}

#wrap.bookdetail_page .footer_links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 10px;
}

#wrap.bookdetail_page .footer_links a {
  color: inherit;
  font-size: 13px;
}

#wrap.bookdetail_page .footer_info {
  font-size: 12px;
  opacity: 0.75;
}

#wrap.bookdetail_page .buy_actions--mobile {
  display: none;
}

#wrap.bookdetail_page .preview_layer {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 200;
}

#wrap.bookdetail_page .preview_layer.is_open {
  display: block;
}

#wrap.bookdetail_page .preview_layer_dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

#wrap.bookdetail_page .preview_layer_panel {
  position: relative;
  width: min(980px, calc(100% - 40px));
  margin: 70px auto;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

#wrap.bookdetail_page .preview_layer_head {
  height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#wrap.bookdetail_page .preview_layer_head h3 {
  font-size: 24px;
  font-weight: 700;
}

#wrap.bookdetail_page .preview_layer_close {
  width: 36px;
  height: 36px;
  font-size: 38px;
  line-height: 1;
  color: #6c6c6c;
  border: none;
  background: transparent;
}

#wrap.bookdetail_page .preview_layer_body {
  padding: 14px;
}

#wrap.bookdetail_page .preview_pdf_frame {
  position: relative;
  height: min(760px, calc(100vh - 190px));
  background: #e6e6e6;
  overflow: auto;
}

#wrap.bookdetail_page .preview_pdf_iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
}

#wrap.bookdetail_page .preview_pdf_iframe.has_pdf {
  display: block;
}

#wrap.bookdetail_page .preview_pdf_placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ba0a6;
  font-size: 40px;
  font-weight: 600;
  pointer-events: none;
}

#wrap.bookdetail_page .preview_pdf_iframe.has_pdf + .preview_pdf_placeholder {
  display: none;
}

@media (max-width: 1024px) {
  #wrap.bookdetail_page .bookdetail_main {
    gap: 48px;
  }

  #wrap.bookdetail_page .bd_main_video {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 24px;
  }

  #wrap.bookdetail_page .book_cover--img {
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 320 / 416;
    margin: 0 auto;
  }

  #wrap.bookdetail_page .book_summary {
    padding: 0;
  }

  #wrap.bookdetail_page .book_summary h2 {
    font-size: 28px;
    line-height: 36.4px;
  }
}

@media (max-width: 767px) {
  #wrap.bookdetail_page {
    overflow-x: hidden;
  }

  #wrap.bookdetail_page .inner.bookdetail_main {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  #wrap.bookdetail_page .inner:not(.bookdetail_main) {
    width: calc(100% - 20px);
  }

  #wrap.bookdetail_page .bookstore_topbar .inner {
    height: 40px;
  }

  #wrap.bookdetail_page .top_links--right {
    display: none;
  }

  #wrap.bookdetail_page .bookstore_brand {
    height: 74px;
  }

  #wrap.bookdetail_page .brand_logo {
    font-size: 48px;
  }

  #wrap.bookdetail_page .brand_actions {
    display: flex;
  }

  #wrap.bookdetail_page .bd_mo_hero_divider {
    display: block;
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    height: 8px;
    background: #f6f6f6;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
  }

  #wrap.bookdetail_page .bookdetail_main {
    gap: 40px;
    padding: 0 0 100px;
  }

  #wrap.bookdetail_page .book_intro {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }

  #wrap.bookdetail_page .bd_main_video {
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px 20px;
    gap: 24px;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }

  #wrap.bookdetail_page .book_cover--img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 375 / 487;
    object-fit: cover;
    margin: 0;
  }

  #wrap.bookdetail_page .book_summary {
    padding: 0;
    gap: 0;
  }

  #wrap.bookdetail_page .bd_summary_top {
    gap: 8px;
  }

  #wrap.bookdetail_page .bd_summary_top .book_price {
    margin-top: 8px;
  }

  #wrap.bookdetail_page .bd_heading_block {
    gap: 4px;
  }

  #wrap.bookdetail_page .book_kicker {
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
  }

  #wrap.bookdetail_page .book_summary h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
  }

  #wrap.bookdetail_page .bd_delivery_meta {
    gap: 2px;
  }

  #wrap.bookdetail_page .book_desc,
  #wrap.bookdetail_page .bd_src_row,
  #wrap.bookdetail_page .bd_meta_line {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
  }

  #wrap.bookdetail_page .book_price_now {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    color: #007aff;
  }

  #wrap.bookdetail_page .book_price del {
    display: none;
  }

  #wrap.bookdetail_page .bd_action_row,
  #wrap.bookdetail_page .buy_actions--desktop {
    display: none;
  }

  #wrap.bookdetail_page .book_notice {
    display: flex;
    align-self: stretch;
    width: 100%;
    padding: 10px;
    gap: 10px;
    border-radius: 6px;
  }

  #wrap.bookdetail_page .book_notice .badge {
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    flex-shrink: 0;
  }

  #wrap.bookdetail_page .book_notice p {
    flex: 1 1 0;
    min-width: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
  }

  #wrap.bookdetail_page .detail_tabs {
    gap: 16px;
  }

  #wrap.bookdetail_page .bd_detail_tabs .tab_header {
    gap: 20px;
    border-radius: 6px;
    border-bottom: 1px solid #dededf;
  }

  #wrap.bookdetail_page .tab_btn {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
  }

  #wrap.bookdetail_page .tab_btn.is_active {
    color: #212529;
  }

  #wrap.bookdetail_page .tab_btn:not(.is_active) {
    color: #9b9d9f;
    border-bottom-color: transparent;
  }

  #wrap.bookdetail_page .detail_placeholder {
    min-height: 400px;
    height: 400px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #9b9d9f;
    border-radius: 0;
  }

  #wrap.bookdetail_page .detail_text_block h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
  }

  #wrap.bookdetail_page .detail_text_block h3:not(:first-child) {
    margin-top: 24px;
  }

  #wrap.bookdetail_page .bd_policy_list {
    gap: 4px;
  }

  #wrap.bookdetail_page .bd_policy_list > li,
  #wrap.bookdetail_page .bd_refund_lead,
  #wrap.bookdetail_page .bd_refund_sub li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
  }

  #wrap.bookdetail_page .bd_list_shortcut_wrap {
    margin-top: 80px;
  }

  #wrap.bookdetail_page .bookstore_footer {
    padding-bottom: 90px;
  }

  #wrap.bookdetail_page .buy_actions--mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
    padding: 16px 20px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    border-top: 1px solid #dededf;
    box-sizing: border-box;
  }

  #wrap.bookdetail_page .buy_actions--mobile .btn_mo_preview {
    flex: 0 0 auto;
    width: 44px;
    min-width: 44px;
    height: auto;
    min-height: 44px;
    padding: 12px;
    border-radius: 0;
    background: #fff;
    box-shadow: inset 0 0 0 1px #dededf;
    border: none;
  }

  #wrap.bookdetail_page .buy_actions--mobile .btn_mo_cart,
  #wrap.bookdetail_page .buy_actions--mobile .btn_mo_buy {
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    padding: 12px 12px 12px 16px;
    border-radius: 0;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  #wrap.bookdetail_page .buy_actions--mobile .btn_mo_cart {
    background: #fff;
    box-shadow: inset 0 0 0 1px #212529;
    border: none;
    color: #212529;
  }

  #wrap.bookdetail_page .buy_actions--mobile .btn_mo_buy {
    background: #212529;
    border: 1px solid #212529;
    color: #fff;
  }

  #wrap.bookdetail_page .buy_actions--mobile .btn_bd_label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
  }

  #wrap.bookdetail_page .buy_actions--mobile .btn_mo_buy .btn_bd_label {
    color: #fff;
  }

  #wrap.bookdetail_page .scroll_top {
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    right: 16px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }

  #wrap.bookdetail_page .preview_layer_dim {
    display: none;
  }

  #wrap.bookdetail_page .preview_layer_panel {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding-top: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
  }

  #wrap.bookdetail_page .preview_layer_head {
    height: auto;
    min-height: 0;
    padding: 0 24px 16px;
    border-bottom: 1px solid #dededf;
    flex-shrink: 0;
  }

  #wrap.bookdetail_page .preview_layer_head h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #000;
  }

  #wrap.bookdetail_page .preview_layer_close {
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  #wrap.bookdetail_page .preview_layer_body {
    padding: 0;
    flex: 1 1 auto;
    min-height: 0;
  }

  #wrap.bookdetail_page .preview_pdf_frame {
    height: 100%;
    background: #f2f2f2;
    overflow: hidden;
  }

  #wrap.bookdetail_page .preview_pdf_placeholder {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #9b9d9f;
  }

  #wrap.bookdetail_page .preview_pdf_frame::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 4px;
    width: 4px;
    height: 80px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
}

/* ---------- 부동산 지도 (estate_map) PC ---------- */
#wrap.em_page {
  --em-sale: #ff509f;
  --em-rent: #3d6fb8;
  --em-pale: #eaeef6;
  --em-border: #dededf;
  padding-bottom: 0 !important;
}

#wrap.em_page .em_main {
  max-width: none;
  padding: 0;
}

#wrap.em_page .em_viewport {
  display: flex;
  align-items: stretch;
  min-height: 800px;
  height: calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  overflow: hidden;
  background: #fff;
}

#wrap.em_page .em_sidebar {
  display: flex;
  flex-direction: column;
  width: 340px;
  flex-shrink: 0;
  min-height: 0;
  max-height: 100%;
  border-right: 1px solid var(--em-border);
  background: #fff;
}

#wrap.em_page .em_sidebar_scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 20px 10px;
}

#wrap.em_page .em_pick {
  margin-bottom: 16px;
}

#wrap.em_page .em_pick_tit {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: #212529;
}

#wrap.em_page .em_pick_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#wrap.em_page .em_pick_card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--em-border);
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: border-color 0.15s ease;
}

#wrap.em_page .em_pick_card:hover {
  border-color: #111;
}

#wrap.em_page .em_pick_thumb {
  flex-shrink: 0;
  width: 76px;
  height: 56px;
  border-radius: 4px;
  overflow: hidden;
  background: #f2f2f2;
}

#wrap.em_page .em_pick_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wrap.em_page .em_pick_body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#wrap.em_page .em_pick_price {
  font-size: 13px;
  font-weight: 700;
  color: #212529;
}

#wrap.em_page .em_pick_name {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#wrap.em_page .em_badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

#wrap.em_page .em_badge--sale {
  background: var(--em-sale);
}

#wrap.em_page .em_badge--rent {
  background: var(--em-rent);
}

#wrap.em_page .em_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrap.em_page .em_list_item {
  display: block;
  width: 100%;
  padding: 14px 12px;
  margin-bottom: 8px;
  border: 1px solid var(--em-border);
  border-radius: 4px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

#wrap.em_page .em_list_item:hover {
  border-color: #111;
}

#wrap.em_page .em_list_item.is_active {
  border: 2px solid #111;
  padding: 13px 11px;
  background: #fafafa;
}

#wrap.em_page .em_list_item_top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

#wrap.em_page .em_list_loc {
  font-size: 12px;
  color: #888;
}

#wrap.em_page .em_list_price {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #212529;
}

#wrap.em_page .em_list_name {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

#wrap.em_page .em_pagination {
  flex-shrink: 0;
  padding: 10px 12px 16px;
  border-top: 1px solid var(--em-border);
}

#wrap.em_page .em_pagination .pagination {
  justify-content: center;
  margin: 0;
}

#wrap.em_page .em_map_wrap {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: #e8eaed;
}

#wrap.em_page .em_map {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#wrap.em_page .em_detail {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 340px;
  min-height: 0;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  border-left: 1px solid #dededf;
  background: #fff;
  position: relative;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.04), 9px 9px 25px rgba(0, 0, 0, 0.04),
    6px 6px 20px rgba(0, 0, 0, 0.03), 3px 3px 15px rgba(0, 0, 0, 0.02);
}

#wrap.em_page .em_detail.is_closed {
  display: none;
}

#wrap.em_page .em_detail_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #dededf;
  border-radius: 9999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#wrap.em_page .em_detail_hero {
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}

#wrap.em_page .em_detail_scroll > .em_detail_hero {
  flex-shrink: 0;
}

#wrap.em_page .em_detail_img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #f2f2f2;
}

#wrap.em_page .em_detail_scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#wrap.em_page .em_detail_head {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#wrap.em_page .em_detail_intro {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#wrap.em_page .em_detail_price_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

#wrap.em_page .em_detail_price {
  flex: 1 1 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #212529;
}

#wrap.em_page .em_detail_fav {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: #dc3545;
  cursor: pointer;
}

#wrap.em_page .em_detail_fav.is_on {
  color: #dc3545;
}

#wrap.em_page .em_detail_fav_ico {
  display: block;
}

#wrap.em_page .em_detail_title {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #2a58a8;
}

#wrap.em_page .em_detail_desc {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
}

#wrap.em_page .em_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrap.em_page .em_tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 2px;
  background: #f0f1f2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #6c757d;
}

#wrap.em_page .em_divider {
  flex-shrink: 0;
  height: 8px;
  background: #f6f6f6;
  border-top: 2px solid #f2f2f2;
}

#wrap.em_page .em_spec {
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.em_page .em_spec_row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

#wrap.em_page .em_spec_row dt {
  flex: 0 0 72px;
  margin: 0;
  font-weight: 700;
  color: #212529;
}

#wrap.em_page .em_spec_row dd {
  flex: 1 1 0;
  margin: 0;
  font-weight: 400;
  color: #212529;
}

#wrap.em_page .em_detail_note_box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.em_page .em_detail_subtit {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #212529;
}

#wrap.em_page .em_detail_text {
  margin: 0;
  padding: 16px;
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
}

#wrap.em_page .em_detail_contact {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#wrap.em_page .em_contact_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.em_page .em_contact_list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
}

#wrap.em_page .em_contact_ico {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

#wrap.em_page .em_notice_box {
  padding: 16px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.em_page .em_notice_box p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
}

#wrap.em_page .em_detail_actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #dededf;
  background: #fff;
}

#wrap.em_page .em_btn {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
}

#wrap.em_page .em_btn--inquiry {
  background: #2a58a8;
  color: #fff;
}

#wrap.em_page .em_btn--inquiry:hover {
  background: #234a8f;
}

#wrap.em_page .em_btn--call {
  flex: 0 1 auto;
  background: #eaeef6;
  color: #2a58a8;
}

#wrap.em_page .em_btn--call:hover {
  background: #dce4f0;
}

@media (min-width: 768px) {
  #wrap.em_page .em_sidebar {
    order: 1;
  }

  #wrap.em_page .em_detail {
    order: 2;
  }

  #wrap.em_page .em_map_wrap {
    order: 3;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
  }

  #wrap.em_page .em_map {
    min-height: 100%;
  }

  #wrap.em_page .em_mo_section {
    order: 4;
    display: none !important;
  }

  #wrap.em_page .em_mo_detail {
    order: 5;
    display: none !important;
  }
}

@media (max-width: 1280px) {
  #wrap.em_page .em_viewport {
    min-height: 640px;
  }

  #wrap.em_page .em_map {
    min-height: 640px;
  }
}

/* ---------- 부동산 지도 (estate_map) MO — Figma 0304_Real Estate_mo ---------- */
#wrap.em_page .em_only_pc {
  display: block;
}

#wrap.em_page .em_mo_section {
  display: none;
}

#wrap.em_page .em_mo_category {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#wrap.em_page .em_mo_pick {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 10px 10px;
  border-radius: 6px;
  background: var(--em-pale);
}

#wrap.em_page .em_mo_pick_tit {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #2a58a8;
}

#wrap.em_page .em_mo_pick_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.em_page .em_mo_pick_card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  color: inherit;
}

#wrap.em_page .em_mo_pick_thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
  background: #f6f6f6;
}

#wrap.em_page .em_mo_pick_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#wrap.em_page .em_mo_pick_body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0;
}

#wrap.em_page .em_mo_pick_price {
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #212529;
}

#wrap.em_page .em_mo_pick_name {
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  color: #212529;
}

#wrap.em_page .em_mo_pick_body .em_badge,
#wrap.em_page .em_mo_row_head .em_badge {
  align-self: flex-start;
  min-width: 0;
  height: auto;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
}

#wrap.em_page .em_mo_pick_body .em_badge--sale,
#wrap.em_page .em_mo_row_head .em_badge--sale {
  background: #ffeef5;
  color: #ff509f;
}

#wrap.em_page .em_mo_pick_body .em_badge--rent,
#wrap.em_page .em_mo_row_head .em_badge--rent {
  background: #eaeef6;
  color: #2a58a8;
}

#wrap.em_page .em_mo_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrap.em_page .em_mo_row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-top: -1px;
  text-decoration: none;
  color: inherit;
}

#wrap.em_page .em_mo_list > li:first-child .em_mo_row {
  margin-top: 0;
}

#wrap.em_page .em_mo_row_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

#wrap.em_page .em_mo_row_loc {
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  color: #6f7174;
}

#wrap.em_page .em_mo_row_body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#wrap.em_page .em_mo_row_title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #212529;
}

#wrap.em_page .em_mo_row_sub {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  color: #6f7174;
}

@media (max-width: 767px) {
  #wrap.em_page .em_main {
    padding: 0;
  }

  #wrap.em_page .rc_filter_bar--pc,
  #wrap.em_page .em_only_pc {
    display: none !important;
  }

  #wrap.em_page .em_viewport {
    position: relative;
    display: block;
    min-height: calc(100dvh - 40px);
    height: calc(100dvh - 40px);
    overflow: hidden;
    background: #e8eaed;
  }

  #wrap.em_page .em_map_wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    flex: none;
    width: auto;
    min-width: 0;
  }

  #wrap.em_page .em_map {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  #wrap.em_page .em_mo_section.ij_only_mo {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    max-height: min(58vh, 520px);
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
  }

  #wrap.em_page .em_mo_sheet_handle {
    flex-shrink: 0;
    width: 40px;
    height: 4px;
    margin: 8px auto 0;
    border-radius: 2px;
    background: #dededf;
  }

  #wrap.em_page .em_mo_category {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px 20px 20px;
    box-sizing: border-box;
  }

  #wrap.em_page .rc_mo_strip {
    margin-bottom: 0;
    border-bottom: 4px solid #f6f6f6;
  }

  #wrap.em_page .scroll_top {
    width: 40px;
    height: 40px;
    right: 16px;
    bottom: calc(min(58vh, 520px) + 16px);
    border-radius: 9999px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 20px;
  }

  /* MO 상세 — 지도 위 패널, 상세 영역만 스크롤 */
  #wrap.em_page .em_mo_detail {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: min(58vh, 520px);
    z-index: 25;
    flex-direction: column;
    width: auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
  }

  #wrap.em_page .em_mo_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: 56px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #fff;
  }

  #wrap.em_page .em_mo_back,
  #wrap.em_page .em_mo_home {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
  }

  #wrap.em_page .em_mo_back img,
  #wrap.em_page .em_mo_home img {
    display: block;
    width: 20px;
    height: 20px;
  }

  #wrap.em_page .em_mo_cent {
    flex: 1;
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
  }

  #wrap.em_page .em_mo_head_divider {
    flex-shrink: 0;
    height: 4px;
    background: #f6f6f6;
    border-top: 1px solid #f2f2f2;
  }

  #wrap.em_page .em_mo_detail_scroll {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
  }

  #wrap.em_page .em_mo_detail .em_detail_intro {
    gap: 4px;
  }

  #wrap.em_page .em_mo_detail .em_detail_price_row,
  #wrap.em_page .em_mo_detail .em_detail_fav {
    display: none;
  }

  /* MO 상세 하단 버튼 — 상세 패널 내부 고정 */
  #wrap.em_page .em_mo_detail_actions {
    position: relative;
    flex-shrink: 0;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 16px 20px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #dededf;
    background: #fff;
    box-sizing: border-box;
  }

  #wrap.em_page .em_mo_btn_fav {
    flex: 0 0 auto;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    border-radius: 4px;
    outline: 1px solid #dededf;
    outline-offset: -1px;
    background: #fff;
    color: #c8c9ca;
    cursor: pointer;
    box-sizing: border-box;
  }

  #wrap.em_page .em_mo_btn_fav svg {
    display: block;
    flex-shrink: 0;
  }

  #wrap.em_page .em_mo_btn_fav.is_on {
    color: #dc3545;
  }

  #wrap.em_page .em_mo_detail_actions .em_btn {
    flex: 1 1 0;
    min-width: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
  }

  #wrap.em_page .em_mo_detail_actions .em_btn--inquiry {
    background: #2a58a8;
    color: #fff;
  }

  #wrap.em_page .em_mo_detail_actions .em_btn--call {
    background: #eaeef6;
    color: #2a58a8;
  }

  #wrap.em_page.em_mo_detail_open {
    overflow: hidden;
  }

  #wrap.em_page.em_mo_detail_open .em_main {
    overflow: hidden;
  }

  #wrap.em_page.em_mo_detail_open .em_viewport {
    overflow: hidden;
  }

  #wrap.em_page.em_mo_detail_open .em_mo_detail {
    display: flex !important;
  }

  #wrap.em_page.em_mo_detail_open .scroll_top {
    display: none;
  }
}

/* ========== video_main (#wrap.vm_page) ========== */
#wrap.vm_page .vm_main {
  position: relative;
  padding: 40px 0 80px;
}

#wrap.vm_page .vm_layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

#wrap.vm_page .vm_content {
  flex: 0 0 920px;
  width: 920px;
  max-width: 920px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#wrap.vm_page .vm_hero {
  position: relative;
  height: 420px;
  overflow: hidden;
  background-color: #eceef0;
  background-image: url("../_img/sub/video_viusal_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#wrap.vm_page .vm_hero_viewport {
  height: 100%;
  overflow: hidden;
}

#wrap.vm_page .vm_hero_track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
}

#wrap.vm_page .vm_hero_slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

#wrap.vm_page .vm_hero_body {
  position: absolute;
  left: 80px;
  top: 70px;
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: calc(100% - 160px);
}

#wrap.vm_page .vm_hero_media {
  flex: 0 0 auto;
}

#wrap.vm_page .vm_hero_thumb {
  display: block;
  width: 380px;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

#wrap.vm_page .vm_hero_copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

#wrap.vm_page .vm_hero_title {
  margin: 0;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 44.2px;
  word-wrap: break-word;
}

#wrap.vm_page .vm_hero_desc_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#wrap.vm_page .vm_hero_desc_list li,
#wrap.vm_page .vm_hero_desc_foot {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  word-wrap: break-word;
}

#wrap.vm_page .vm_hero_nav {
  position: absolute;
  top: 162px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

#wrap.vm_page .vm_hero_nav--prev {
  left: 0;
}

#wrap.vm_page .vm_hero_nav--next {
  right: 0;
}

#wrap.vm_page .vm_hero_nav img {
  display: block;
  width: 40px;
  height: 40px;
}

#wrap.vm_page .vm_hero_pagination {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}

#wrap.vm_page .vm_hero_dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#wrap.vm_page .vm_hero_dot.is_active {
  background: #2A58A8;
  opacity: 1;
}

#wrap.vm_page .vm_filter {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #000;
}

#wrap.vm_page .vm_filter_btn {
  height: 42px;
  padding: 8px 12px;
  border: 1px solid #DEDEDF;
  border-radius: 8px;
  background: #fff;
  color: #424649;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
}

#wrap.vm_page .vm_filter_btn.is_active {
  border-color: #7B7B7B;
  background: #7B7B7B;
  color: #fff;
}

#wrap.vm_page .vm_grid {
  display: flex;
  gap: 20px;
}

#wrap.vm_page .vm_card {
  flex: 1 1 0;
  min-width: 0;
}

#wrap.vm_page .vm_card_link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

#wrap.vm_page .vm_card_thumb {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

#wrap.vm_page .vm_card_thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 280 / 129;
  object-fit: cover;
}

#wrap.vm_page .vm_card_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.vm_page .vm_card_title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#wrap.vm_page .vm_card_link:hover .vm_card_title {
  text-decoration: underline;
}

#wrap.vm_page .vm_card_meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

#wrap.vm_page .vm_card_date {
  color: #424649;
  font-size: 13px;
  line-height: 1.3;
}

#wrap.vm_page .vm_card_stat {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #424649;
  font-size: 13px;
  line-height: 1.3;
}

#wrap.vm_page .vm_card_stat img {
  display: block;
  flex-shrink: 0;
}

#wrap.vm_page .vm_mid_banner {
  display: none;
  width: 300px;
  max-width: 100%;
}

#wrap.vm_page .vm_mid_banner_link {
  display: block;
  overflow: hidden;
}

#wrap.vm_page .vm_mid_banner_link img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 300 / 80;
  object-fit: cover;
}

#wrap.vm_page .vm_sidebar {
  flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#wrap.vm_page .vm_sidebar_heading {
  margin: 0 0 16px;
}

#wrap.vm_page .vm_sidebar_heading,
#wrap.vm_page .vm_popular_title,
#wrap.vm_page .vm_latest_title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#wrap.vm_page .vm_latest_title {
  margin: 0 0 16px;
}

#wrap.vm_page .vm_popular_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: auto;
  margin-bottom: 16px;
}

#wrap.vm_page .vm_popular_pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

#wrap.vm_page .vm_pop_dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#wrap.vm_page .vm_pop_dot.is_active {
  background: #2A58A8;
}

#wrap.vm_page .vm_popular_slides {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#wrap.vm_page .vm_popular_slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 300px;
}

#wrap.vm_page .vm_popular_thumb {
  position: relative;
  width: 300px;
  height: 169px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#wrap.vm_page .vm_popular_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: url('../_img/icon/icon_video_list_visual_play.svg') center / contain no-repeat;
}

#wrap.vm_page .vm_popular_caption {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

#wrap.vm_page .vm_latest_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#wrap.vm_page .vm_latest_list li {
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F2F2;
}

#wrap.vm_page .vm_latest_list a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

#wrap.vm_page .vm_latest_list a.is_underline {
  text-decoration: underline;
}

#wrap.vm_page .vm_side_banners,
#wrap.vd_page .vm_side_banners,
#wrap.vl_page .vm_side_banners {
  position: absolute;
  top: 40px;
  display: none;
  flex-direction: column;
  gap: 10px;
  width: 120px;
}

#wrap.vm_page .vm_side_banners--left,
#wrap.vd_page .vm_side_banners--left,
#wrap.vl_page .vm_side_banners--left {
  left: calc(50% - 770px);
}

#wrap.vm_page .vm_side_banners--right,
#wrap.vd_page .vm_side_banners--right,
#wrap.vl_page .vm_side_banners--right {
  left: calc(50% + 650px);
}

#wrap.vm_page .vm_side_banner,
#wrap.vd_page .vm_side_banner,
#wrap.vl_page .vm_side_banner {
  display: block;
  width: 120px;
  height: 240px;
  overflow: hidden;
}

#wrap.vm_page .vm_side_banner img,
#wrap.vd_page .vm_side_banner img,
#wrap.vl_page .vm_side_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wrap.vm_page .vm_side_banner--ad,
#wrap.vd_page .vm_side_banner--ad,
#wrap.vl_page .vm_side_banner--ad {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  color: #9B9D9F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1540px) {
  #wrap.vm_page .vm_side_banners,
  #wrap.vd_page .vm_side_banners,
  #wrap.vl_page .vm_side_banners {
    display: flex;
  }
}

@media (min-width: 768px) {
  #wrap.vm_page .vm_layout.inner {
    width: 1280px;
    max-width: 1280px;
  }
}

@media (max-width: 767px) {
  /* —— video_main MO (Figma 0301_Medication Video_mo) —— */
  #wrap.vm_page .vm_main {
    padding: 0 0 80px;
  }

  #wrap.vm_page .vm_side_banners,
  #wrap.vd_page .vm_side_banners,
  #wrap.vl_page .vm_side_banners {
    display: none !important;
  }

  #wrap.vm_page .vm_layout {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  #wrap.vm_page .vm_layout.inner {
    width: 100%;
    max-width: 100%;
  }

  #wrap.vm_page .vm_content {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 16px;
  }

  #wrap.vm_page .vm_hero {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    height: auto;
    min-height: 380px;
    background-color: #eceef0;
    background-image: url("../_img/sub/video_viusal_bg_mobile.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  #wrap.vm_page .vm_hero_viewport {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    height: auto;
  }

  #wrap.vm_page .vm_hero_track {
    width: 100%;
    min-height: 0;
    height: auto;
  }

  #wrap.vm_page .vm_hero_slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    height: auto;
  }

  #wrap.vm_page .vm_hero_body {
    position: relative;
    left: auto;
    top: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 100%;
    padding: 16px 43px 48px;
    box-sizing: border-box;
  }

  #wrap.vm_page .vm_hero_thumb {
    width: 290px;
    max-width: 100%;
    height: 183px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  #wrap.vm_page .vm_hero_copy {
    gap: 6px;
  }

  #wrap.vm_page .vm_hero_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
  }

  #wrap.vm_page .vm_hero_desc_list {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  #wrap.vm_page .vm_hero_desc_list li,
  #wrap.vm_page .vm_hero_desc_foot {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
  }

  #wrap.vm_page .vm_hero_nav {
    top: 162px;
    width: 40px;
    height: 40px;
    transform: none;
    background: rgba(255, 255, 255, 0.4);
  }

  #wrap.vm_page .vm_hero_nav--prev {
    left: 0;
  }

  #wrap.vm_page .vm_hero_nav--next {
    right: 0;
    left: auto;
  }

  #wrap.vm_page .vm_hero_nav img {
    width: 24px;
    height: 24px;
  }

  #wrap.vm_page .vm_hero_pagination {
    bottom: 16px;
    gap: 8px;
  }

  #wrap.vm_page .vm_hero_dot {
    width: 8px;
    height: 8px;
  }

  #wrap.vm_page .vm_filter {
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 8px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
  }

  #wrap.vm_page .vm_filter_btn {
    flex: 0 0 auto;
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
  }

  #wrap.vm_page .vm_grid {
    flex-direction: column;
    gap: 16px;
  }

  #wrap.vm_page .vm_card_link {
    gap: 12px;
  }

  #wrap.vm_page .vm_card_title {
    font-size: 16px;
    line-height: 1.4;
  }

  #wrap.vm_page .vm_card_meta {
    gap: 6px;
  }

  #wrap.vm_page .vm_card_date,
  #wrap.vm_page .vm_card_stat {
    font-size: 13px;
  }

  #wrap.vm_page .vm_mid_banner {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  #wrap.vm_page .vm_sidebar {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    padding-left: 0;
    border-left: 0;
    gap: 32px;
  }

  #wrap.vm_page .vm_sidebar_heading {
    font-size: 18px;
  }

  #wrap.vm_page .vm_popular_head {
    width: 100%;
  }

  #wrap.vm_page .vm_popular_title,
  #wrap.vm_page .vm_latest_title {
    font-size: 18px;
  }

  #wrap.vm_page .vm_popular_slide {
    width: 100%;
  }

  #wrap.vm_page .vm_popular_thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  #wrap.vm_page .vm_popular_play {
    width: 36px;
    height: 36px;
  }

  #wrap.vm_page .vm_popular_caption {
    font-size: 15px;
    line-height: 1.3;
  }

  #wrap.vm_page .vm_latest_list {
    gap: 12px;
  }

  #wrap.vm_page .vm_latest_list li {
    padding-bottom: 12px;
  }

  #wrap.vm_page .vm_latest_list a {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* ========== video_list (#wrap.vl_page) ========== */
#wrap.vl_page .vl_main {
  position: relative;
  padding: 40px 0 80px;
}

#wrap.vl_page .vl_layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

#wrap.vl_page .vl_content {
  flex: 0 0 920px;
  width: 920px;
  max-width: 920px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#wrap.vl_page .vl_head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.vl_page .vl_title {
  margin: 0;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

#wrap.vl_page .vl_count {
  margin: 0;
  color: #424649;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

#wrap.vl_page .vl_count strong {
  color: #2A58A8;
  font-weight: 700;
}

#wrap.vl_page .vl_filter {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #000;
}

#wrap.vl_page .vl_filter_btn {
  height: 42px;
  padding: 8px 12px;
  border: 1px solid #DEDEDF;
  border-radius: 8px;
  background: #fff;
  color: #424649;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
}

#wrap.vl_page .vl_filter_btn.is_active {
  border-color: #7B7B7B;
  background: #7B7B7B;
  color: #fff;
}

#wrap.vl_page .vl_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#wrap.vl_page .vl_card {
  width: 293px;
}

#wrap.vl_page .vl_card_link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

#wrap.vl_page .vl_card_thumb {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

#wrap.vl_page .vl_card_thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 293 / 135;
  object-fit: cover;
}

#wrap.vl_page .vl_card_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.vl_page .vl_card_title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#wrap.vl_page .vl_card_link:hover .vl_card_title {
  text-decoration: underline;
}

#wrap.vl_page .vl_card_meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

#wrap.vl_page .vl_card_date {
  color: #9B9D9F;
  font-size: 14px;
  line-height: 1.3;
}

#wrap.vl_page .vl_card_stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #9B9D9F;
  font-size: 14px;
  line-height: 1.3;
}

#wrap.vl_page .vl_card_stat img {
  flex-shrink: 0;
}

#wrap.vl_page .vl_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

#wrap.vl_page .vl_pagination {
  width: 100%;
}

#wrap.vl_page .vl_pagination .pagination {
  justify-content: center;
  margin-top: 0;
}

#wrap.vl_page .vl_search {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  margin: 0;
}

#wrap.vl_page .vl_vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#wrap.vl_page .vl_search_input {
  width: 286px;
  height: 42px;
  padding: 8px;
  border: 1px solid #DEDEDF;
  border-right: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.25;
  color: #212529;
}

#wrap.vl_page .vl_search_input::placeholder {
  color: #C8C9CA;
}

#wrap.vl_page .vl_search_btn {
  width: 64px;
  min-width: 64px;
  height: 42px;
  padding: 8px;
  border: 1px solid #DEDEDF;
  box-sizing: border-box;
  background: #fff;
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  cursor: pointer;
}

#wrap.vl_page .vl_search_btn:hover {
  background: #fafafa;
}

#wrap.vl_page .vl_sidebar {
  flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#wrap.vl_page .vl_sidebar_heading,
#wrap.vl_page .vl_popular_title,
#wrap.vl_page .vl_latest_title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#wrap.vl_page .vl_latest_title {
  margin: 0 0 16px;
}

#wrap.vl_page .vl_popular_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: auto;
  margin-bottom: 16px;
}

#wrap.vl_page .vl_popular_pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

#wrap.vl_page .vl_pop_dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#wrap.vl_page .vl_pop_dot.is_active {
  background: #2A58A8;
}

#wrap.vl_page .vl_popular_slides {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#wrap.vl_page .vl_popular_slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 300px;
}

#wrap.vl_page .vl_popular_thumb {
  position: relative;
  width: 300px;
  height: 169px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#wrap.vl_page .vl_popular_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: url('../_img/icon/icon_video_list_visual_play.svg') center / contain no-repeat;
}

#wrap.vl_page .vl_popular_caption {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

#wrap.vl_page .vl_popular_slide:hover .vl_popular_caption {
  text-decoration: underline;
}

#wrap.vl_page .vl_latest_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrap.vl_page .vl_latest_list li {
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F2F2;
}

#wrap.vl_page .vl_latest_list a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

#wrap.vl_page .vl_latest_list a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #wrap.vl_page .vl_layout.inner {
    width: 1280px;
    max-width: 1280px;
  }

  #wrap.vl_page .vl_head {
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  /* —— video_list MO (Figma 0302_Medication Video_mo) —— */
  #wrap.vl_page .vl_main {
    padding: 30px 0 80px;
  }

  #wrap.vl_page .vl_layout {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  #wrap.vl_page .vl_layout.inner {
    width: 100%;
    max-width: 100%;
  }

  #wrap.vl_page .vl_content {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 16px;
  }

  #wrap.vl_page .vl_head {
    gap: 4px;
  }

  #wrap.vl_page .vl_title {
    font-size: 20px;
    line-height: 1.3;
  }

  #wrap.vl_page .vl_count {
    font-size: 13px;
    line-height: 1.3;
  }

  #wrap.vl_page .vl_filter {
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 8px;
    margin-right: 0;
    margin-left: 0;
    padding: 8px 0;
    overflow-x: visible;
  }

  #wrap.vl_page .vl_filter_btn {
    flex: 0 0 auto;
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
  }

  #wrap.vl_page .vl_grid {
    flex-direction: column;
    gap: 16px;
  }

  #wrap.vl_page .vl_card {
    width: 100%;
  }

  #wrap.vl_page .vl_card_link {
    gap: 12px;
  }

  #wrap.vl_page .vl_card_title {
    font-size: 16px;
    line-height: 1.4;
  }

  #wrap.vl_page .vl_card_meta {
    gap: 6px;
  }

  #wrap.vl_page .vl_card_date,
  #wrap.vl_page .vl_card_stat {
    font-size: 13px;
  }

  #wrap.vl_page .vl_footer {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-top: 4px;
  }

  #wrap.vl_page .vl_pagination {
    width: 100%;
  }

  #wrap.vl_page .vl_search {
    width: 100%;
  }

  #wrap.vl_page .vl_search_input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  #wrap.vl_page .vl_sidebar {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    gap: 32px;
  }

  #wrap.vl_page .vl_sidebar_heading {
    font-size: 18px;
  }

  #wrap.vl_page .vl_popular_head {
    width: 100%;
  }

  #wrap.vl_page .vl_popular_title,
  #wrap.vl_page .vl_latest_title {
    font-size: 18px;
  }

  #wrap.vl_page .vl_popular_slide {
    width: 100%;
  }

  #wrap.vl_page .vl_popular_thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  #wrap.vl_page .vl_popular_play {
    width: 36px;
    height: 36px;
  }

  #wrap.vl_page .vl_popular_caption {
    font-size: 15px;
    line-height: 1.3;
  }

  #wrap.vl_page .vl_latest_list {
    gap: 12px;
  }

  #wrap.vl_page .vl_latest_list li {
    padding-bottom: 12px;
  }

  #wrap.vl_page .vl_latest_list a {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* ========== video_detail (#wrap.vd_page) — Figma 0303 Medication Video View PC ========== */
#wrap.vd_page .vd_main {
  position: relative;
  padding: 40px 0 80px;
}

#wrap.vd_page .vd_layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

#wrap.vd_page .vd_content {
  flex: 0 0 920px;
  width: 920px;
  max-width: 920px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#wrap.vd_page .vd_player_frame {
  position: relative;
  overflow: hidden;
  background: #000;
}

#wrap.vd_page .vd_player_poster {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#wrap.vd_page .vd_player_dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

#wrap.vd_page .vd_player_play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

#wrap.vd_page .vd_player_play img {
  display: block;
  width: 80px;
  height: 80px;
}

#wrap.vd_page .vd_player.is_playing .vd_player_dim,
#wrap.vd_page .vd_player.is_playing .vd_player_play {
  display: none;
}

#wrap.vd_page .vd_head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DEDEDF;
}

#wrap.vd_page .vd_head_row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

#wrap.vd_page .vd_title {
  margin: 0;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

#wrap.vd_page .vd_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

#wrap.vd_page .vd_date {
  color: #424649;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
}

#wrap.vd_page .vd_stat {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #424649;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
}

#wrap.vd_page .vd_stat img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

#wrap.vd_page .vd_toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #DEDEDF;
}

#wrap.vd_page .vd_more_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border: 1px solid #2A58A8;
  background: #fff;
  color: #2A58A8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  box-sizing: border-box;
}

#wrap.vd_page .vd_more_btn:hover {
  text-decoration: underline;
}

#wrap.vd_page .vd_action_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: auto;
  padding: 6px 16px 6px 12px;
  border: 1px solid #212529;
  border-radius: 0;
  background: #fff;
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  box-sizing: border-box;
}

#wrap.vd_page .vd_action_btn img {
  flex-shrink: 0;
}

#wrap.vd_page .vd_action_btn--share:hover span {
  text-decoration: underline;
}

#wrap.vd_page .vd_action_btn--favorite .vd_fav_on {
  display: none;
}

#wrap.vd_page .vd_action_btn--favorite.is_active {
  border-color: #2A58A8;
  color: #2A58A8;
}

#wrap.vd_page .vd_action_btn--favorite.is_active .vd_fav_off {
  display: none;
}

#wrap.vd_page .vd_action_btn--favorite.is_active .vd_fav_on {
  display: block;
}

#wrap.vd_page .vd_body {
  color: #424649;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

#wrap.vd_page .vd_body p {
  margin: 0;
}

#wrap.vd_page .vd_body p + p {
  margin-top: 12px;
}

#wrap.vd_page .vd_related {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid #F2F2F2;
}

#wrap.vd_page .vd_related_title {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

#wrap.vd_page .vd_related_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#wrap.vd_page .vd_related_card {
  width: 293px;
}

#wrap.vd_page .vd_related_link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

#wrap.vd_page .vd_related_thumb {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

#wrap.vd_page .vd_related_thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 293 / 135;
  object-fit: cover;
}

#wrap.vd_page .vd_related_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#wrap.vd_page .vd_related_card_title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#wrap.vd_page .vd_related_link:hover .vd_related_card_title {
  text-decoration: underline;
}

#wrap.vd_page .vd_related_meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

#wrap.vd_page .vd_related_date {
  color: #9B9D9F;
  font-size: 14px;
  line-height: 1.3;
}

#wrap.vd_page .vd_related_stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #9B9D9F;
  font-size: 14px;
  line-height: 1.3;
}

#wrap.vd_page .vd_related_stat img {
  flex-shrink: 0;
}

#wrap.vd_page .vd_related_pagination {
  width: 100%;
}

#wrap.vd_page .vd_related_pagination .pagination {
  justify-content: center;
  margin-top: 0;
}

#wrap.vd_page .vd_sidebar {
  flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#wrap.vd_page .vd_sidebar_heading {
  margin: 0 0 16px;
}

#wrap.vd_page .vd_sidebar_heading,
#wrap.vd_page .vd_popular_title,
#wrap.vd_page .vd_latest_title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#wrap.vd_page .vd_latest_title {
  margin: 0 0 16px;
}

#wrap.vd_page .vd_popular_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: auto;
  margin-bottom: 16px;
}

#wrap.vd_page .vd_popular_pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

#wrap.vd_page .vd_pop_dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#wrap.vd_page .vd_pop_dot.is_active {
  background: #2A58A8;
}

#wrap.vd_page .vd_popular_slides {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#wrap.vd_page .vd_popular_slide {
  display: none;
  flex-direction: column;
  gap: 16px;
  width: 300px;
}

#wrap.vd_page .vd_popular_slide.is_active {
  display: flex;
}

#wrap.vd_page .vd_popular_thumb {
  position: relative;
  width: 300px;
  height: 169px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#wrap.vd_page .vd_popular_play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: url('../_img/icon/icon_video_list_visual_play.svg') center / contain no-repeat;
}

#wrap.vd_page .vd_popular_caption {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

#wrap.vd_page .vd_popular_slide:hover .vd_popular_caption {
  text-decoration: underline;
}

#wrap.vd_page .vd_latest_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrap.vd_page .vd_latest_list li {
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F2F2;
}

#wrap.vd_page .vd_latest_list a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

#wrap.vd_page .vd_latest_list a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #wrap.vd_page .vd_layout.inner {
    width: 1280px;
    max-width: 1280px;
  }

  #wrap.vd_page .vd_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 104px;
  }
}

@media (max-width: 767px) {
  /* —— video_detail MO (Figma 0303 Medication Video View_mo) —— */
  #wrap.vd_page .vd_main {
    padding: 30px 0 80px;
  }

  #wrap.vd_page .vd_layout {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  #wrap.vd_page .vd_layout.inner {
    width: 100%;
    max-width: 100%;
  }

  #wrap.vd_page .vd_content {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 16px;
  }

  #wrap.vd_page .vd_head {
    gap: 4px;
    padding-bottom: 16px;
  }

  #wrap.vd_page .vd_head_row {
    justify-content: flex-start;
  }

  #wrap.vd_page .vd_title {
    display: block;
    overflow: visible;
    max-height: none;
    font-size: 20px;
    line-height: 1.3;
  }

  #wrap.vd_page .vd_meta {
    justify-content: flex-start;
    gap: 6px;
  }

  #wrap.vd_page .vd_date,
  #wrap.vd_page .vd_stat {
    font-size: 13px;
    line-height: 1.3;
  }

  #wrap.vd_page .vd_stat img {
    width: 16px;
    height: 16px;
  }

  #wrap.vd_page .vd_player {
    width: 100%;
    max-width: 100%;
  }

  #wrap.vd_page .vd_player_play,
  #wrap.vd_page .vd_player_play img {
    width: 48px;
    height: 48px;
  }

  #wrap.vd_page .vd_toolbar {
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 24px;
  }

  #wrap.vd_page .vd_more_btn,
  #wrap.vd_page .vd_action_btn {
    font-size: 14px;
    line-height: 1.3;
  }

  #wrap.vd_page .vd_body {
    font-size: 15px;
    line-height: 1.6;
  }

  #wrap.vd_page .vd_related {
    padding-top: 0;
    gap: 12px;
  }

  #wrap.vd_page .vd_related_title {
    font-size: 18px;
    line-height: 1.4;
  }

  #wrap.vd_page .vd_related_grid {
    flex-direction: column;
    gap: 16px;
  }

  #wrap.vd_page .vd_related_card {
    width: 100%;
  }

  #wrap.vd_page .vd_related_link {
    gap: 12px;
  }

  #wrap.vd_page .vd_related_card_title {
    font-size: 16px;
    line-height: 1.4;
  }

  #wrap.vd_page .vd_related_date,
  #wrap.vd_page .vd_related_stat {
    font-size: 13px;
    line-height: 1.3;
  }

  #wrap.vd_page .vd_sidebar {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    gap: 32px;
  }

  #wrap.vd_page .vd_sidebar_heading {
    font-size: 18px;
  }

  #wrap.vd_page .vd_popular_head {
    width: 100%;
  }

  #wrap.vd_page .vd_popular_title,
  #wrap.vd_page .vd_latest_title {
    font-size: 18px;
  }

  #wrap.vd_page .vd_popular_slide {
    width: 100%;
  }

  #wrap.vd_page .vd_popular_thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  #wrap.vd_page .vd_popular_play {
    width: 36px;
    height: 36px;
  }

  #wrap.vd_page .vd_popular_caption {
    font-size: 15px;
    line-height: 1.3;
  }

  #wrap.vd_page .vd_latest_list {
    gap: 12px;
  }

  #wrap.vd_page .vd_latest_list li {
    padding-bottom: 12px;
  }

  #wrap.vd_page .vd_latest_list a {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* ========== estate_mgt_list (구인구직 · 부동산 관리) ========== */

.eml_page {
  --eml-blue: #2a58a8;
  --eml-text: #212529;
  --eml-muted: #6f7174;
  --eml-line: #dededf;
  --eml-header-bg: #f2f2f2;
  --rml-line: #dededf;
}

.eml_page .eml_table {
  min-width: 0;
  border-top: 1px solid var(--eml-line);
}

.eml_page .eml_table th,
.eml_page .eml_table td {
  border-bottom: 1px solid var(--eml-line);
}

.eml_page .eml_mo_list {
  border-top: 1px solid var(--eml-line);
}

.eml_page .eml_mo_list > .rml_mo_item {
  border-bottom: 1px solid var(--eml-line);
}

.eml_page .eml_col_no {
  width: 60px;
}

.eml_page .eml_col_type {
  width: 80px;
}

.eml_page .eml_table th.eml_col_type,
.eml_page .eml_table td.eml_col_type {
  text-align: center;
}

.eml_page .eml_col_status,
.eml_page .eml_col_date {
  width: 120px;
}

.eml_page .eml_col_mgt {
  width: 60px;
}

.eml_page .eml_table th.eml_col_tit,
.eml_page .eml_table td.eml_col_tit {
  text-align: left;
}

.eml_page .eml_table td.eml_col_tit .rml_tit_txt,
.eml_page .eml_table td.eml_col_tit .rml_tit_link {
  font-weight: 700;
  line-height: 21px;
}

.eml_page .eml_table td.eml_col_tit .rml_tit_link {
  text-decoration: none;
}

.eml_page .eml_table td.eml_col_tit .rml_tit_link:hover {
  text-decoration: underline;
}

.eml_page .eml_kebab_menu {
  width: 60px;
  min-width: 60px;
  padding: 12px;
  gap: 6px;
}

.eml_page .eml_kebab_menu .rml_kebab_item + .rml_kebab_item {
  margin-top: 6px;
}

.eml_content--has_rows .eml_empty {
  display: none;
}

@media (min-width: 768px) {
  .eml_page.rml_page .inq_main.inner {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .eml_page .eml_content {
    grid-column: 1;
    grid-row: 1;
    width: 1056px;
    max-width: 1056px;
    min-width: 0;
  }

  .eml_page .eml_head {
    margin-bottom: 16px;
  }

  .eml_page .eml_page_title {
    font-size: 22px;
    line-height: 30.8px;
    color: #000;
  }

  .eml_page .eml_table_wrap {
    margin-bottom: 0;
  }

  .inq_page.rc_page.eml_page .pagination {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .eml_page .rml_only_pc {
    display: none;
  }

  .eml_page .rml_only_mo {
    display: block;
  }

  .eml_page .eml_content--has_rows .eml_empty[hidden] {
    display: none;
  }

  .eml_page .rc_filter_bar--pc {
    display: none;
  }

  .eml_page .eml_head {
    margin-bottom: 16px;
  }

  .eml_page .eml_page_title {
    font-size: 22px;
    line-height: 1.4;
    color: #000;
  }

  .eml_page .eml_btn_reg {
    min-height: 32px;
    padding: 6px 12px 6px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    gap: 8px;
  }

  .eml_page .eml_btn_reg .rml_btn_reg_ico {
    width: 20px;
    height: 20px;
  }

  .eml_page .eml_mo_item .rml_mo_head {
    padding: 16px 0;
    gap: 8px;
  }

  .eml_page .eml_mo_item .rml_mo_tit {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    cursor: default;
  }

  .eml_page .eml_mo_item .rml_mo_tit:hover {
    text-decoration: none;
  }

  .eml_page .eml_mo_type,
  .eml_page .eml_mo_status,
  .eml_page .eml_mo_date {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: var(--eml-muted);
  }

  .eml_page .eml_mo_meta .rml_kebab_wrap.is_open .rml_kebab_menu[hidden] {
    display: block !important;
  }

  .eml_page .eml_kebab_menu--mo {
    width: 60px;
    min-width: 60px;
    padding: 12px;
  }

  .eml_page .eml_kebab_menu--mo .rml_kebab_item {
    height: 24px;
    font-size: 15px;
    line-height: 19.5px;
  }

  .eml_page .eml_kebab_menu--mo .rml_kebab_item + .rml_kebab_item {
    margin-top: 8px;
  }

  .inq_page.rc_page.eml_page .pagination {
    margin-top: 40px;
  }

  .eml_page .pagination li:nth-child(n+8):nth-child(-n+12) {
    display: none;
  }

  .eml_page .eml_banner_ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin: 40px auto 0;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #9b9d9f;
  }
}

@media (min-width: 768px) {
  .eml_page .eml_banner_ph {
    display: none;
  }
}

/* ========== estate_mgt_regist (구인구직 · 매물 등록) ========== */

.emreg_page {
  --emreg-blue: #2a58a8;
  --emreg-line: #dededf;
  --emreg-th-bg: #f6f6f6;
  --emreg-muted: #6f7174;
}

.emreg_title_field {
  margin-bottom: 24px;
}

.emreg_chk_grp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 16px;
}

.emreg_chk_grp--sub {
  margin-top: 12px;
  gap: 16px;
}

.emreg_deal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.emreg_deal_divider {
  flex-shrink: 0;
  align-self: center;
  width: 1px;
  height: 16px;
  background: var(--emreg-line, #dededf);
}

.emreg_note,
.emreg_notes {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 15.6px;
  color: var(--emreg-muted);
}

.emreg_notes {
  list-style: none;
  padding: 0;
}

.emreg_notes li + li {
  margin-top: 4px;
}

.emreg_notes_mark {
  margin-right: 2px;
}

.emreg_scale {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.emreg_scale_txt {
  font-size: 15px;
  line-height: 19.5px;
  color: var(--rmreg-text, #212529);
  white-space: nowrap;
}

.emreg_input--xs {
  width: 80px;
  max-width: 80px;
  flex: 0 0 80px;
  text-align: center;
}

.emreg_input--sm {
  width: 80px;
  max-width: 80px;
  flex: 0 0 80px;
}

.emreg_sel--floor-type {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
  flex: 0 0 120px;
  padding-right: 24px;
}

.emreg_radio_row {
  margin-top: 12px;
}

.emreg_inline2 {
  display: flex;
  gap: 8px;
}

.emreg_inline2 .rmreg_sel {
  flex: 1;
  min-width: 0;
}

.emreg_price_row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.emreg_price_row + .emreg_price_row {
  margin-top: 8px;
}

.emreg_rent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.emreg_price_field {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
}

.emreg_rent_divider {
  flex-shrink: 0;
  align-self: center;
  width: 1px;
  height: 16px;
  background: var(--emreg-line, #dededf);
}

.emreg_rent_note {
  display: flex;
  flex: 1 1 0;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  margin: 0;
}

.emreg_rent_note_txt {
  flex: 1 1 0;
  min-width: 0;
}

.emreg_price_lbl {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: var(--rmreg-text, #212529);
  white-space: nowrap;
}

.emreg_price_unit {
  font-size: 15px;
  line-height: 19.5px;
  color: var(--rmreg-text, #212529);
  white-space: nowrap;
}

.emreg_photo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.emreg_photo_upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.emreg_photo_file {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.emreg_photo_fname {
  flex: 1 1 auto;
  min-width: 0;
  height: 37px;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 19.5px;
  color: #212529;
  box-sizing: border-box;
}

.emreg_photo_file .rmreg_btn_line--sm {
  flex: 0 0 68px;
  width: 68px;
  min-width: 68px;
  max-width: 68px;
  height: 37px;
  min-height: 37px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 18.2px;
  box-sizing: border-box;
}

.emreg_photo_notes {
  margin: 0;
  width: 100%;
}

.emreg_photo_notes li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.emreg_photo_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  width: 100%;
}

.emreg_photo_preview {
  position: relative;
  flex: 0 0 auto;
  width: 288px;
  max-width: 100%;
  height: 150px;
  box-sizing: border-box;
  background: #f6f6f6;
  overflow: hidden;
}

.emreg_photo_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emreg_photo_del {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: #000;
  cursor: pointer;
}

.emreg_photo_del img {
  display: block;
  width: 16px;
  height: 16px;
}

.emreg_file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.emreg_detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.emreg_textarea {
  width: 100%;
  min-height: 120px;
  padding: 8px 10px;
  border: 1px solid var(--emreg-line, #dededf);
  border-radius: 0;
  background: #fff;
  font-size: 15px;
  line-height: 19.5px;
  color: #212529;
  box-sizing: border-box;
  resize: vertical;
}

.emreg_textarea::placeholder {
  color: #c8c9ca;
}

.emreg_detail_notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.emreg_detail_notes li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 12px;
  line-height: 15.6px;
  color: var(--emreg-muted, #6f7174);
}

.emreg_detail_notes .emreg_notes_mark {
  flex-shrink: 0;
  margin-right: 0;
}

.emreg_detail_notes li + li {
  margin-top: 0;
}

.emreg_dates {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.emreg_date_box {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 140px;
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}

.emreg_date_box--full {
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.emreg_date_box .emreg_date {
  width: 100%;
  box-sizing: border-box;
  padding-right: 36px;
}

.emreg_date_ico {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.emreg_date_sep {
  font-size: 15px;
  line-height: 19.5px;
  color: var(--rmreg-text, #212529);
}

.emreg_sel--product {
  flex: 0 0 400px;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  box-sizing: border-box;
}

.emreg_sec {
  margin-top: 40px;
}

.emreg_sec.emreg_sec--product {
  margin-top: 0;
}

@media (min-width: 768px) {
  .emreg_sec.emreg_sec--product {
    margin-top: 40px;
  }
}

.emreg_sec.emreg_sec--contact {
  margin-top: 0;
}

@media (min-width: 768px) {
  .emreg_sec.emreg_sec--contact {
    margin-top: 40px;
  }
}

.emreg_sec_title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #000;
}

.emreg_pay_amt {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: var(--rmreg-text, #212529);
}

.emreg_agree {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}

.emreg_chk_agree {
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
}

.emreg_actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}

.emreg_btn_confirm,
.emreg_btn_cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 71px;
  height: 40px;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  cursor: pointer;
  border-radius: 0;
}

.emreg_btn_confirm {
  border: none;
  background: var(--emreg-blue);
  color: #fff;
}

.emreg_btn_confirm:hover {
  background: #234a8f;
}

.emreg_btn_cancel {
  border: 1px solid var(--emreg-line);
  background: #fff;
  color: var(--rmreg-text, #212529);
}

.emreg_btn_cancel:hover {
  background: #f6f6f6;
}

/* ---------- estate_mgt_modify — Figma submit buttons (PC) ---------- */
.emodify_page .emodify_actions {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin-top: 32px;
  box-sizing: border-box;
}

.emodify_page .emodify_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.emodify_page .emodify_btn--list {
  border: 1px solid #212529;
  color: #212529;
}

.emodify_page .emodify_btn--list:hover {
  background: #f6f6f6;
}

.emodify_page .emodify_btn--edit {
  border: 1px solid #2a58a8;
  color: #2a58a8;
}

.emodify_page .emodify_btn--edit:hover {
  background: #eaeef6;
}

.emodify_page .emodify_btn--del {
  border: 1px solid #dc3545;
  color: #dc3545;
}

.emodify_page .emodify_btn--del:hover {
  background: #fff5f5;
}

@media (min-width: 768px) {
  .emodify_page .emodify_actions {
    justify-content: center;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .emreg_page.eml_page.jai_page .inq_main.inner,
  .inq_page.rc_page.ij_page.emreg_page.rmreg_page.jai_page .inq_main.inner {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .emreg_page.eml_page.jai_page .emreg_content,
  .emreg_page.eml_page.jai_page .rmreg_content {
    grid-column: 1;
    grid-row: 1;
    width: 1056px;
    max-width: 1056px;
    min-width: 0;
  }

  /* Figma PC · 테이블 1px 단일 테두리 (중복 border 제거) */
  .emreg_page .emreg_tbl {
    border: 1px solid var(--emreg-line);
  }

  .emreg_page .emreg_tbl .rmreg_tbl_row {
    border-bottom: none;
  }

  .emreg_page .emreg_tbl .rmreg_tbl_th {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    padding: 12px;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: 1px solid var(--emreg-line);
    border-bottom: none;
    background: var(--emreg-th-bg);
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #212529;
    text-align: center;
  }

  .emreg_page .emreg_tbl .rmreg_tbl_row--2 > .rmreg_tbl_item + .rmreg_tbl_item > .rmreg_tbl_th {
    border-left: 1px solid var(--emreg-line);
  }

  .emreg_page .emreg_tbl .rmreg_tbl_td {
    padding: 8px;
    gap: 8px;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .emreg_page .emreg_tbl .rmreg_tbl_row--2 > .rmreg_tbl_item:first-child > .rmreg_tbl_td {
    border-right: 1px solid var(--emreg-line);
  }

  .emreg_page .emreg_tbl .rmreg_tbl_row:not(:last-child) .rmreg_tbl_th,
  .emreg_page .emreg_tbl .rmreg_tbl_row:not(:last-child) .rmreg_tbl_td {
    border-bottom: 1px solid var(--emreg-line);
  }

  .emreg_page .emreg_tbl .rmreg_req {
    color: #dc3545;
    font-weight: 500;
  }

  .emreg_page .emreg_tbl_row--scale .rmreg_tbl_td {
    align-items: center;
    flex-wrap: nowrap;
  }

  .emreg_page .emreg_tbl_row--deal .rmreg_tbl_td {
    align-items: center;
  }

  .emreg_page .emreg_deal {
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
  }

  .emreg_page .emreg_deal_radio,
  .emreg_page .emreg_deal_chk {
    margin-top: 0;
  }

  .emreg_page .emreg_tbl_row--rent .rmreg_tbl_td {
    align-items: center;
  }

  .emreg_page .emreg_rent {
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
  }

  .emreg_page .emreg_rent .emreg_input--price {
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    text-align: right;
  }

  .emreg_page .emreg_rent_note {
    flex: 1 1 0;
    min-width: 140px;
  }

  .emreg_page .emreg_tbl_row--feature .rmreg_tbl_td {
    align-items: center;
  }

  .emreg_page .emreg_feature_chk {
    gap: 16px;
  }

  .emreg_page .emreg_tbl_row--photo .rmreg_tbl_td {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .emreg_page .emreg_photo_fname {
    flex: 0 0 384px;
    width: 384px;
    max-width: 384px;
  }

  .emreg_page .emreg_photo_file .rmreg_btn_line--sm {
    flex: 0 0 68px;
    width: 68px;
    min-width: 68px;
    max-width: 68px;
    height: 37px;
    min-height: 37px;
  }

  .emreg_page .emreg_tbl_row--detail .rmreg_tbl_td {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 8px;
  }

  .emreg_page .emreg_textarea {
    height: 320px;
    min-height: 320px;
    resize: vertical;
  }

  .emreg_page .emreg_scale {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_scale_txt {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
    white-space: nowrap;
  }

  .emreg_page .emreg_scale .rmreg_input {
    height: 37px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 19.5px;
    box-sizing: border-box;
  }

  .emreg_page .emreg_scale .rmreg_input::placeholder {
    color: #c8c9ca;
  }

  .emreg_page .emreg_scale .emreg_input--xs {
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    text-align: center;
  }

  .emreg_page .emreg_scale .emreg_input--area {
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    text-align: left;
  }

  .emreg_page .rmreg_tbl_row--dates .rmreg_tbl_td {
    padding: 8px;
    gap: 8px;
    align-items: center;
    box-sizing: border-box;
  }

  .emreg_page .emreg_complete {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .emreg_page .emreg_complete_sel {
    display: flex;
    flex-shrink: 0;
    gap: 8px;
  }

  .emreg_page .emreg_complete_sel .emreg_sel--year {
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    min-width: 100px;
  }

  .emreg_page .emreg_complete_sel .emreg_sel--month {
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
  }

  .emreg_page .emreg_complete_radio {
    flex-shrink: 0;
    margin-top: 0;
    gap: 16px;
    flex-wrap: nowrap;
  }

  .emreg_page .emreg_tbl_item--movein .rmreg_tbl_td {
    min-height: 52px;
  }

  .emreg_page .emreg_move_in_input {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    height: 37px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 19.5px;
    box-sizing: border-box;
  }

  .emreg_page .emreg_move_in_input::placeholder {
    color: #c8c9ca;
  }

  .emreg_page .emreg_banner_ph {
    display: none;
  }

  .emreg_page .rmreg_tbl_row--addr .rmreg_tbl_item--full > .rmreg_tbl_td {
    align-items: flex-start;
  }

  .emreg_page .emreg_addr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .rmreg_addr_row.emreg_addr_row--main {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .rmreg_addr_row .rmreg_input--zip {
    flex: 0 0 92px;
    width: 92px;
    max-width: 92px;
    min-width: 92px;
  }

  .emreg_page .rmreg_addr_row .emreg_btn_zip {
    flex-shrink: 0;
    height: 35px;
    min-height: 35px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 18.2px;
  }

  .emreg_page .rmreg_addr_row .rmreg_input--addr1,
  .emreg_page .rmreg_addr_row .rmreg_input--addr2 {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .emreg_page .rmreg_addr_row .rmreg_input::placeholder {
    color: #c8c9ca;
  }

  .emreg_page .emreg_addr_sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_addr_sub_head {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .emreg_page .emreg_addr_chk {
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    color: #212529;
  }

  .emreg_page .emreg_addr_chk input {
    width: 24px;
    height: 24px;
    margin: 0;
    accent-color: var(--emreg-blue);
  }

  .emreg_page .emreg_btn_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
    padding: 2px 8px;
    border: none;
    border-radius: 4px;
    background: #eaeef6;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #2a58a8;
    text-decoration: none;
    cursor: pointer;
  }

  .emreg_page .emreg_addr_note {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #6f7174;
  }

  .emreg_page .emreg_addr_note_mark {
    flex-shrink: 0;
  }

  .emreg_page .emreg_addr_note_txt {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .emreg_page .rc_filter_bar--pc {
    display: none;
  }

  .inq_page.rc_page.ij_page.emreg_page.rmreg_page.jai_page .inq_layout.rml_layout.jai_layout {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px 80px;
  }

  .inq_page.rc_page.ij_page.emreg_page.rmreg_page.jai_page .emreg_content,
  .inq_page.rc_page.ij_page.emreg_page.rmreg_page.jai_page .rmreg_content {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .emreg_page .rmreg_tbl_row--2 {
    grid-template-columns: 1fr;
  }

  .emreg_page .rmreg_tbl_row--2 .rmreg_tbl_item + .rmreg_tbl_item {
    border-top: none;
  }

  .emreg_actions {
    flex-direction: row;
    width: auto;
  }

  .emreg_btn_confirm,
  .emreg_btn_cancel {
    width: 71px;
    min-width: 71px;
    max-width: 71px;
  }

  .emodify_page .emodify_actions {
    flex-direction: row;
    width: 100%;
  }

  .emodify_page .emodify_btn {
    width: auto;
    min-width: 0;
    max-width: none;
    flex: 0 0 auto;
  }

  .emreg_page .emreg_banner_ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin: 40px auto 0;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #9b9d9f;
  }

  .emreg_date_box--full {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .emreg_page .emreg_sel--product {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  /* 폼 테이블 모바일: 라벨 80px + 값 세로 스택 */
  .emreg_page .rmreg_tbl.emreg_tbl--mo .rmreg_tbl_row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-bottom: none;
  }

  .emreg_page .rmreg_tbl.emreg_tbl--mo .rmreg_tbl_item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: none;
    border-bottom: 1px solid #dededf;
  }

  .emreg_page .rmreg_tbl.emreg_tbl--mo .rmreg_tbl_item:last-child {
    border-bottom: none;
  }

  .emreg_page .rmreg_tbl.emreg_tbl--mo .rmreg_tbl_th {
    width: 100%;
    min-width: 0;
    padding: 12px;
    background: #f6f6f6;
    border: 1px solid #dededf;
    border-bottom: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    box-sizing: border-box;
  }

  .emreg_page .rmreg_tbl.emreg_tbl--mo .rmreg_tbl_td {
    padding: 8px;
    border: 1px solid #dededf;
    border-top: none;
    box-sizing: border-box;
  }

  .emreg_page .rmreg_tbl.emreg_tbl--mo .rmreg_tbl_row--addr .rmreg_tbl_td {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .emreg_page .rmreg_addr_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .rmreg_addr_row .rmreg_input--zip {
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
  }

  .emreg_page .rmreg_addr_row .rmreg_input--addr1 {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    min-width: 0;
    order: 3;
  }

  .emreg_page .rmreg_addr_row .rmreg_btn_line {
    order: 2;
  }

  .emreg_page .rmreg_addr_row .rmreg_input--addr2 {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    min-width: 0;
    order: 4;
  }

  .emreg_page .emreg_addr {
    gap: 8px;
  }

  .emreg_page .emreg_addr_sub {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_addr_sub_head {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .emreg_page .emreg_btn_more {
    padding: 2px 8px;
    border: none;
    border-radius: 4px;
    background: #eaeef6;
    font-size: 12px;
    line-height: 15.6px;
    color: #2a58a8;
    text-decoration: none;
  }

  .emreg_page .emreg_addr_note {
    display: flex;
    gap: 4px;
    margin: 0;
    font-size: 12px;
    line-height: 15.6px;
    color: #6f7174;
  }

  .emreg_page .rmreg_btn_line {
    flex-shrink: 0;
    align-self: stretch;
    min-height: 36px;
    padding: 4px 10px;
    font-size: 14px;
  }

  .emreg_page .rmreg_build_row {
    flex-wrap: wrap;
    gap: 4px;
  }

  .emreg_page .rmreg_build_row .rmreg_input--sm {
    width: 80px;
    flex: 0 0 80px;
  }

  .emreg_page .rmreg_area_row {
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
  }

  .emreg_page .rmreg_area_row .rmreg_input--sm {
    width: 80px;
    flex: 0 0 80px;
  }

  .emreg_page .emreg_complete {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }

  .emreg_page .emreg_complete_sel {
    width: 100%;
  }

  .emreg_page .emreg_complete_sel .emreg_sel--year,
  .emreg_page .emreg_complete_sel .emreg_sel--month {
    flex: 1;
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .emreg_page .emreg_complete_radio {
    gap: 16px;
  }

  .emreg_page .emreg_move_in_input {
    width: 100%;
  }

  .emreg_page .rmreg_date_row {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
  }

  .emreg_page .rmreg_date_row .rmreg_input {
    flex: 1;
    min-width: 0;
  }

  .emreg_page .rmreg_date_sep {
    font-size: 15px;
    color: #212529;
  }

  .emreg_page .rmreg_radio_row {
    flex-wrap: wrap;
    gap: 16px;
  }

  .emreg_page .rmreg_salary_row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .emreg_page .rmreg_salary_row .rmreg_lbl {
    flex-shrink: 0;
    font-weight: 700;
  }

  .emreg_page .rmreg_salary_row .rmreg_input {
    flex: 1;
    min-width: 0;
    text-align: right;
  }

  .emreg_page .rmreg_chk_grp {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
  }

  .emreg_page .rmreg_chk_grp.emreg_deal_chk {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .emreg_page .rmreg_chk_grp.emreg_deal_chk .rmreg_chk {
    white-space: nowrap;
  }

  .emreg_page .rmreg_chk_grp.emreg_chk_grp--commercial {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    justify-items: start;
    gap: 8px 12px;
    width: 100%;
  }

  .emreg_page .rmreg_chk_grp.emreg_chk_grp--commercial .rmreg_chk {
    width: 100%;
    justify-self: start;
  }

  .emreg_page .rmreg_chk_grp.emreg_chk_grp--feature {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    justify-items: start;
    gap: 8px 12px;
    width: 100%;
  }

  .emreg_page .rmreg_chk_grp.emreg_chk_grp--feature .rmreg_chk {
    width: 100%;
    justify-self: start;
  }

  .emreg_page .rmreg_chk_grp--wrap {
    gap: 8px 12px;
  }

  .emreg_page .rmreg_chk {
    width: auto;
    min-width: 0;
    flex: 0 0 auto;
  }

  .emreg_page .rmreg_photo_row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .emreg_page .rmreg_photo_row .rmreg_btn_line {
    width: 100%;
    box-sizing: border-box;
  }

  .emreg_page .rmreg_photo_preview {
    width: 100%;
    max-width: 239px;
    height: 124px;
    margin: 0 auto;
  }

  .emreg_page .emreg_photo_file {
    flex-wrap: wrap;
  }

  .emreg_page .emreg_photo_fname {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }

  .emreg_page .emreg_photo_file .rmreg_btn_line--sm {
    flex: 0 0 68px;
    width: 68px;
    min-width: 68px;
    max-width: 68px;
  }

  .emreg_page .emreg_photo_preview {
    width: 100%;
    max-width: 100%;
    height: 150px;
    margin: 0;
  }

  .emreg_page .rmreg_note {
    font-size: 12px;
    line-height: 1.3;
    color: #6f7174;
  }

  .emreg_page .rmreg_note_row {
    display: flex;
    gap: 4px;
    align-items: flex-start;
  }

  .emreg_page .rmreg_note_row .rmreg_note {
    flex: 1;
    min-width: 0;
  }

  .emreg_page .emreg_textarea {
    height: auto;
    min-height: 111px;
    resize: vertical;
  }

  .emreg_page .emreg_sec_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
  }

  .emreg_page .emreg_contact_tbl .rmreg_tbl_row {
    display: flex;
    flex-direction: column;
  }

  .emreg_page .emreg_contact_tbl .rmreg_tbl_item {
    border: none;
    border-bottom: 1px solid #dededf;
  }

  .emreg_page .emreg_pay_amt {
    font-size: 15px;
    font-weight: 700;
  }

  .emreg_page .emreg_agree {
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .emreg_page .emreg_chk_agree {
    align-items: flex-start;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
  }

  .emreg_page .emreg_chk_agree input {
    margin-top: 2px;
  }

  .emreg_page .rmreg_actions {
    margin-top: 32px;
    gap: 8px;
  }

  .emreg_page .emreg_banner_ph {
    display: none;
  }

  .emreg_page .emreg_mo_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin: 40px auto 0;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #9b9d9f;
    box-sizing: border-box;
  }
}

/* ========== recruit_mgt_list (구인구직 · 채용공고 관리) ========== */

@media (min-width: 768px) {
  .rctg_page .rctg_table col.rctg_col_no,
  .rctg_page .rctg_table th.rctg_col_no,
  .rctg_page .rctg_table td.rctg_col_no {
    width: 60px;
  }

  .rctg_page .rctg_table col.rctg_col_period,
  .rctg_page .rctg_table th.rctg_col_period,
  .rctg_page .rctg_table td.rctg_col_period {
    width: 200px;
  }

  .rctg_page .rctg_table col.rctg_col_expo,
  .rctg_page .rctg_table th.rctg_col_expo,
  .rctg_page .rctg_table td.rctg_col_expo {
    width: 80px;
  }

  .rctg_page .rctg_table col.rctg_col_status,
  .rctg_page .rctg_table th.rctg_col_status,
  .rctg_page .rctg_table td.rctg_col_status {
    width: 80px;
  }

  .rctg_page .rctg_table col.rctg_col_date,
  .rctg_page .rctg_table th.rctg_col_date,
  .rctg_page .rctg_table td.rctg_col_date {
    width: 100px;
  }

  .rctg_page .rctg_table col.rctg_col_manage,
  .rctg_page .rctg_table th.rctg_col_manage,
  .rctg_page .rctg_table td.rctg_col_manage {
    width: 60px;
  }

  .rctg_page .rctg_table th.rctg_col_tit,
  .rctg_page .rctg_table td.rml_col_tit {
    text-align: left;
  }

  .rctg_page .rctg_table th:not(.rctg_col_tit) {
    text-align: center;
  }
}

.rctg_page .rml_kebab--muted,
.rctg_page .rml_kebab--muted:hover {
  background: #f6f6f6;
}

.rctg_page .rml_mo_tit--link {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: var(--rml-text, #212529);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .rctg_page .rctg_mo_list .rml_mo_item:first-child {
    border-top: 1px solid var(--rml-line, #dededf);
  }

  .rctg_page .rctg_mo_meta .rml_mo_meta_left {
    flex: 1 1 0;
    min-width: 0;
  }

  .rctg_page .rctg_mo_period {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: var(--rml-muted, #6f7174);
    word-break: keep-all;
  }

  .rctg_page .rctg_mo_status,
  .rctg_page .rctg_mo_meta .rml_mo_date {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: var(--rml-muted, #6f7174);
    white-space: nowrap;
  }

  .rctg_page .rctg_kebab_menu--mo {
    width: 60px;
    min-width: 60px;
    padding: 12px;
    gap: 0;
  }

  .rctg_page .rctg_kebab_menu--mo .rml_kebab_item {
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    height: 24px;
  }

  .rctg_page .rctg_kebab_menu--mo .rml_kebab_item + .rml_kebab_item {
    margin-top: 8px;
  }

  .rctg_page .rctg_kebab_menu--mo .rml_kebab_item--emph {
    color: #424649;
    text-decoration: underline;
  }

  .rctg_page .rctg_empty .rml_empty_txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
  }
}

/* ---------- 구인구직 · 채용공고 등록 (rctgreg) ---------- */
.rctgreg_head_cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}

.rctgreg_head_unit {
  font-size: 15px;
  line-height: 19.5px;
  color: var(--rmreg-text, #212529);
}

.rctgreg_page .rmreg_input--cnt {
  width: 80px;
  max-width: 80px;
  text-align: right;
}

.rctgreg_page .rmreg_input.is_disabled,
.rctgreg_page .rmreg_input:disabled {
  background: #f2f2f2;
  color: #9b9d9f;
  cursor: not-allowed;
}

.rctgreg_textarea--detail {
  min-height: 300px;
}

.rctgreg_sel--product {
  width: 100%;
  max-width: 764px;
}

.rctgreg_ad_end {
  font-size: 15px;
  line-height: 19.5px;
  color: var(--rmreg-text, #212529);
}

.rctgreg_region {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.rctgreg_region .rmreg_sel {
  flex: 1 1 0;
  min-width: 0;
}

.rctgreg_apply_period {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}

.rctgreg_file_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  width: 100%;
}

.rctgreg_file_fname {
  width: 384px;
  max-width: 100%;
  flex: 0 1 384px;
}

.rctgreg_file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rctgreg_file_note {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
  flex: 1 1 200px;
  min-width: 0;
  font-size: 12px;
  line-height: 15.6px;
  color: var(--rmreg-muted, #6f7174);
}

.rctgreg_file_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rctgreg_file_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid var(--rmreg-line, #dededf);
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  line-height: 18.2px;
  color: var(--rmreg-text, #212529);
  cursor: pointer;
}

.rctgreg_file_tag.is_focus {
  border-color: var(--rmreg-text, #212529);
}

.rctgreg_file_tag img {
  display: block;
  width: 16px;
  height: 16px;
}

.rctgreg_notes {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .inq_page.rc_page.ij_page.rctgreg_page.rmreg_page .rctgreg_content {
    grid-column: 1;
    grid-row: 1;
    width: 1056px;
    max-width: 1056px;
    min-width: 0;
    box-sizing: border-box;
  }

  .inq_page.rc_page.ij_page.rctgreg_page.rmreg_page:not(.jai_page) .rml_sidebar {
    grid-column: 2;
    grid-row: 1;
    width: 176px;
    max-width: 176px;
    padding-left: 24px;
    border-left: 1px solid var(--rmreg-line, #dededf);
    box-sizing: border-box;
  }

  .rctgreg_page .rctgreg_region .rmreg_sel {
    flex: 1 1 0;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .inq_page.rc_page.ij_page.rctgreg_page.rmreg_page .rctgreg_content {
    box-sizing: border-box;
    width: 100%;
    max-width: 372px;
    margin-left: auto;
    margin-right: auto;
  }

  .rctgreg_page .rmreg_form > .rmreg_sec,
  .rctgreg_page .rmreg_form > .emreg_sec--product {
    margin-bottom: 40px;
  }

  .rctgreg_page .rmreg_mo_head {
    margin-bottom: 40px;
  }

  .rctgreg_page .rmreg_mo_head .rmreg_page_title {
    margin-bottom: 0;
  }

  .rctgreg_page .rmreg_title_field {
    margin-bottom: 0;
  }

  .rctgreg_head_cnt {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .rctgreg_head_cnt .rmreg_radio {
    width: 100%;
  }

  .rctgreg_head_cnt .rmreg_input--cnt {
    width: 80px;
    max-width: 80px;
  }

  .rctgreg_page .rmreg_salary {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }

  .rctgreg_page .rmreg_salary .rmreg_sel--w80 {
    width: 100%;
    max-width: none;
    flex: 1 1 100%;
  }

  .rctgreg_page .rmreg_salary .rmreg_input--salary {
    width: 100%;
    max-width: none;
    flex: 1 1 100%;
    text-align: left;
  }

  .rctgreg_page .rmreg_salary .rmreg_chk--inline {
    display: inline-flex;
    width: 100%;
  }

  .rctgreg_page .rmreg_chk_grp--wrap .rmreg_chk {
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    min-width: 0;
  }

  .rctgreg_page .rctgreg_addr .rmreg_addr_row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
  }

  .rctgreg_page .rctgreg_addr .rmreg_addr_row .rmreg_input--zip {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
    order: 1;
  }

  .rctgreg_page .rctgreg_addr .rmreg_addr_row .rmreg_btn_line {
    flex: 0 0 auto;
    order: 2;
    align-self: stretch;
    height: 37px;
    box-sizing: border-box;
  }

  .rctgreg_page .rctgreg_addr .rmreg_addr_row input[name="addr1"] {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    order: 3;
  }

  .rctgreg_page .rctgreg_addr .rmreg_addr_row input[name="addr2"] {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    order: 4;
  }

  .rctgreg_region {
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
  }

  .rctgreg_region .rmreg_sel {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .rctgreg_textarea--detail {
    display: block;
    width: 100%;
    min-height: 300px;
    height: 300px;
    padding: 12px 10px;
    box-sizing: border-box;
  }

  .rctgreg_page .rmreg_sec--detail .rctgreg_notes {
    margin-top: 8px;
  }

  .rctgreg_apply_period {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }

  .rctgreg_page .rctgreg_apply_period .emreg_dates {
    width: 100%;
    gap: 2px;
  }

  .rctgreg_page .rctgreg_apply_period .emreg_date_box {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .rctgreg_page .rctgreg_apply_period .emreg_date_box .emreg_date,
  .rctgreg_page .rctgreg_apply_period .emreg_date_box .rmreg_input {
    font-size: 14px;
    line-height: 18.2px;
  }

  .rctgreg_file_row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }

  .rctgreg_file_fname {
    width: 100%;
    flex: none;
    max-width: none;
  }

  .rctgreg_file_row .rmreg_btn_line {
    align-self: flex-start;
    height: 35px;
    box-sizing: border-box;
  }

  .rctgreg_file_note {
    flex: none;
    width: 100%;
    margin: 0;
  }

  .rctgreg_file_tags {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }

  .rctgreg_file_tag {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .rctgreg_page .rmreg_radio_grp:not(.rmreg_radio_grp--wrap) {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .rctgreg_page .rmreg_radio_grp:not(.rmreg_radio_grp--wrap) .rmreg_radio {
    width: 100%;
  }

  .rctgreg_page .rmreg_tbl_row .rmreg_tbl_td > .emreg_date_box {
    display: flex;
    width: 100%;
    max-width: none;
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .rctgreg_page .rmreg_tbl_row .rmreg_tbl_td > .emreg_date_box .rmreg_input,
  .rctgreg_page .rmreg_tbl_row .rmreg_tbl_td > .emreg_date_box .emreg_date {
    width: 100%;
  }

  .rctgreg_ad_end {
    display: block;
    margin-top: 8px;
    width: 100%;
  }

  .rctgreg_page .rctgreg_sel--product {
    width: 100%;
    max-width: none;
  }

  .rctgreg_page .rmreg_banner_ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin: 40px auto 0;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #9b9d9f;
    box-sizing: border-box;
  }

  .rctgreg_page .rctgreg_actions {
    margin-top: 40px;
  }
}

/* ---------- biz_certificate_info (PC) ---------- */
.bizci_page {
  --bizci-primary: #007aff;
  --bizci-primary-pale: #e6f2ff;
  --bizci-sub: #2a58a8;
  --bizci-sub-gray: #6c757d;
  --bizci-text: #212529;
  --bizci-black: #000;
  --bizci-muted: #6f7174;
  --bizci-disabled: #9b9d9f;
  --bizci-danger: #dc3545;
  --bizci-line: #dededf;
  --bizci-line-pale: #f2f2f2;
  --bizci-bg-light: #f2f2f2;
}

@media (min-width: 768px) {
  .bizci_page .inq_main.inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .bizci_page .inq_layout.rml_layout.jai_layout {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    grid-template-columns: 1056px 200px;
    gap: 24px;
    align-items: start;
  }

  .bizci_page .bizci_content {
    grid-column: 1;
    grid-row: 1;
    width: 1056px;
    max-width: 1056px;
    min-width: 0;
  }

  .bizci_page .rml_sidebar {
    grid-column: 2;
    grid-row: 1;
    width: 176px;
    max-width: 176px;
    min-width: 176px;
    padding-left: 24px;
    border-left: 1px solid var(--bizci-line);
    box-sizing: content-box;
  }

  .bizci_main {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .bizci_body {
    display: flex;
    flex-direction: column;
    gap: 56px;
  }

  .bizci_page_title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--bizci-black);
  }

  .bizci_intro_block {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .bizci_info_box {
    padding: 16px;
    border-radius: 4px;
    background: var(--bizci-primary-pale);
  }

  .bizci_info_box_tit {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--bizci-primary);
  }

  .bizci_info_box_txt {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--bizci-text);
  }

  .bizci_warn_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .bizci_warn_grp {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .bizci_warn_head,
  .bizci_warn_item {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--bizci-text);
  }

  .bizci_warn_head {
    font-weight: 700;
    line-height: 1.4;
  }

  .bizci_warn_item {
    font-weight: 400;
    line-height: 1.3;
  }

  .bizci_warn_mark,
  .bizci_warn_dash {
    flex-shrink: 0;
  }

  .bizci_reg_sec {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .bizci_sec_title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--bizci-black);
  }

  .bizci_acc_list {
    border-top: 1px solid var(--bizci-black);
    border-bottom: 1px solid var(--bizci-black);
  }

  .bizci_acc_item + .bizci_acc_item .bizci_acc_head {
    border-top: 1px solid var(--bizci-line-pale);
  }

  .bizci_acc_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
    border-bottom: 1px solid var(--bizci-line-pale);
  }

  .bizci_acc_head_main {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    gap: 16px;
  }

  .bizci_acc_titles {
    flex: 1;
    min-width: 0;
    max-width: 566px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .bizci_acc_tit {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--bizci-black);
  }

  .bizci_acc_desc {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--bizci-black);
  }

  .bizci_btn_apply {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 8px 4px 10px;
    border: none;
    border-radius: 4px;
    background: var(--bizci-sub);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    cursor: pointer;
  }

  .bizci_btn_apply:hover {
    opacity: 0.92;
  }

  .bizci_acc_toggle {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--bizci-text);
    cursor: pointer;
  }

  .bizci_acc_item:not(.is_open) .bizci_acc_toggle_ico {
    transform: rotate(180deg);
  }

  .bizci_acc_panel {
    padding: 32px 24px;
    background: var(--bizci-bg-light);
    border-bottom: 1px solid var(--bizci-line-pale);
  }

  .bizci_acc_item:not(.is_open) .bizci_acc_panel {
    display: none;
  }

  .bizci_guide_block {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .bizci_guide_block--sub {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--bizci-line);
  }

  .bizci_guide_block:first-child {
    padding-bottom: 32px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--bizci-line);
  }

  .bizci_step_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .bizci_step_list li,
  .bizci_bullet_list li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--bizci-black);
  }

  .bizci_bullet_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .bizci_bullet_list li {
    font-weight: 400;
  }

  .bizci_step_no,
  .bizci_bullet_dash {
    flex-shrink: 0;
  }

  .bizci_guide_sub_tit {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--bizci-black);
  }

  .bizci_guide_img_ph {
    position: relative;
    height: 400px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--bizci-disabled);
    text-align: center;
  }

  .bizci_guide_alert {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--bizci-danger);
  }

  .bizci_guide_note {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--bizci-black);
  }

  .bizci_acc_panel > .bizci_step_list,
  .bizci_acc_panel > .bizci_guide_img_ph,
  .bizci_acc_panel > .bizci_guide_alert,
  .bizci_acc_panel > .bizci_bullet_list {
    margin-bottom: 24px;
  }

  .bizci_acc_panel > .bizci_bullet_list:last-child,
  .bizci_acc_panel > .bizci_guide_alert:last-child {
    margin-bottom: 0;
  }

  #bizciPanelPlanned {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  #bizciPanelPlanned .bizci_step_list,
  #bizciPanelPlanned .bizci_guide_img_ph,
  #bizciPanelPlanned .bizci_guide_alert,
  #bizciPanelPlanned .bizci_bullet_list {
    margin-bottom: 0;
  }

  .bizci_manual_card {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 24px 32px;
    border: 1px solid var(--bizci-line);
    background: #fff;
  }

  .bizci_manual_col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .bizci_manual_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .bizci_manual_tit {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--bizci-black);
  }

  .bizci_btn_mail {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 12px 6px 16px;
    border: none;
    border-radius: 4px;
    background: var(--bizci-sub-gray);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
  }

  .bizci_btn_mail:hover {
    opacity: 0.92;
  }

  .bizci_manual_note {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--bizci-sub);
  }

  .bizci_manual_mark {
    flex-shrink: 0;
  }

  .bizci_manual_steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .bizci_manual_steps li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--bizci-black);
  }

  .bizci_manual_divider {
    flex-shrink: 0;
    width: 1px;
    align-self: stretch;
    min-height: 159px;
    background: var(--bizci-line-pale);
  }

  .bizci_contact_col {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .bizci_contact_label {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--bizci-black);
  }

  .bizci_contact_tel {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
  }

  .bizci_contact_tel a {
    color: var(--bizci-black);
    text-decoration: none;
  }

  .bizci_contact_notes {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .bizci_contact_notes li {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--bizci-muted);
  }
}

@media (max-width: 767px) {
  .bizci_page .inq_layout.rml_layout.jai_layout {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 20px 80px;
    display: block;
  }

  .bizci_page .bizci_content {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .bizci_main {
    gap: 16px;
  }

  .bizci_body {
    gap: 40px;
  }

  .bizci_page_title {
    font-size: 24px;
    line-height: 1.4;
    color: var(--bizci-text);
  }

  .bizci_info_box_tit {
    font-size: 16px;
    line-height: 1.4;
  }

  .bizci_info_box_txt {
    font-size: 14px;
    line-height: 1.3;
  }

  .bizci_acc_head {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .bizci_acc_item:first-child .bizci_acc_head {
    border-top: 1px solid var(--bizci-line-pale);
  }

  .bizci_acc_head_main {
    display: contents;
  }

  .bizci_acc_titles {
    grid-column: 1 / -1;
    grid-row: 1;
    max-width: none;
  }

  .bizci_acc_desc {
    font-size: 14px;
    line-height: 1.3;
  }

  .bizci_acc_head .bizci_btn_apply {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }

  .bizci_acc_toggle {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .bizci_acc_toggle_txt {
    font-size: 13px;
    line-height: 1.3;
  }

  .bizci_acc_panel {
    padding: 24px 16px;
  }

  #bizciPanelPlanned {
    gap: 24px;
  }

  .bizci_guide_block:first-child {
    padding-bottom: 32px;
    gap: 16px;
  }

  .bizci_guide_block--sub {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    gap: 16px;
  }

  .bizci_step_list li,
  .bizci_bullet_list li {
    font-size: 14px;
    line-height: 1.3;
  }

  .bizci_step_no {
    width: 12px;
  }

  .bizci_guide_img_ph {
    height: 200px;
    font-size: 16px;
    line-height: 1.4;
  }

  .bizci_guide_alert {
    font-size: 12px;
    line-height: 1.3;
  }

  .bizci_guide_note {
    font-size: 14px;
    line-height: 1.3;
  }

  .bizci_manual_card {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 24px 16px;
  }

  .bizci_manual_tit {
    font-size: 18px;
    line-height: 1.4;
  }

  .bizci_btn_mail {
    padding: 4px 8px 4px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    gap: 6px;
  }

  .bizci_btn_mail_ico {
    width: 16px;
    height: 16px;
  }

  .bizci_manual_divider {
    width: 100%;
    height: 1px;
    min-height: 0;
    align-self: stretch;
  }

  .bizci_contact_tel {
    font-size: 26px;
    line-height: 1.4;
  }

  .bizci_contact_col {
    width: 100%;
  }
}

/* ---------- biz_certificate_app_biz (PC) ---------- */
.bzapp_page {
  --bzapp-line: #dededf;
  --bzapp-th-bg: #f6f6f6;
  --bzapp-blue: #2a58a8;
}

@media (min-width: 768px) {
  .bzapp_page .inq_main.inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .bzapp_page .inq_layout.rml_layout.jai_layout {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    grid-template-columns: 1056px 200px;
    gap: 24px;
    align-items: start;
  }

  .bzapp_page .bzapp_content {
    grid-column: 1;
    grid-row: 1;
    width: 1056px;
    max-width: 1056px;
    min-width: 0;
  }

  .bzapp_page .rml_sidebar {
    grid-column: 2;
    grid-row: 1;
    width: 176px;
    max-width: 176px;
    min-width: 176px;
    padding-left: 24px;
    border-left: 1px solid var(--bzapp-line);
    box-sizing: content-box;
  }

  .bzapp_main {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .bzapp_profile {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .bzapp_page_title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .bzapp_page .bzapp_tbl.rmreg_tbl {
    border-top: 1px solid var(--bzapp-line);
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_th {
    background: var(--bzapp-th-bg);
    border-color: var(--bzapp-line);
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_row,
  .bzapp_page .bzapp_tbl .rmreg_tbl_td {
    border-color: var(--bzapp-line);
  }

  .bzapp_radio_grp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .bzapp_radio {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
  }

  .bzapp_radio_inp {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .bzapp_radio_ico {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url("../_img/icon/icon_radio.svg") no-repeat center / contain;
  }

  .bzapp_radio_inp:checked + .bzapp_radio_ico {
    background-image: url("../_img/icon/icon_radio_on.svg");
  }

  .bzapp_radio_txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
  }

  .bzapp_bizno_row {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-width: 0;
  }

  .bzapp_bizno_input {
    flex: 1;
    min-width: 0;
    max-width: none;
  }

  .bzapp_field_note {
    flex: 1;
    min-width: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #dc3545;
  }

  .bzapp_field_note_mark {
    flex-shrink: 0;
  }

  .bzapp_date_field {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 140px;
    max-width: 100%;
    height: 37px;
    padding: 8px 10px;
    box-sizing: border-box;
    border: 1px solid var(--bzapp-line);
    background: #fff;
  }

  .bzapp_date_input {
    flex: 1;
    min-width: 0;
    height: auto;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 15px;
    line-height: 1.3;
    color: #212529;
  }

  .bzapp_date_ico {
    flex-shrink: 0;
  }

  .bzapp_addr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .bzapp_addr_top {
    display: contents;
  }

  .bzapp_input_zip {
    width: 92px;
    max-width: 92px;
    flex: 0 0 92px;
  }

  .bzapp_btn_zip {
    height: 35px;
    min-height: 35px;
    box-sizing: border-box;
  }

  .bzapp_input_addr {
    flex: 1;
    min-width: 120px;
  }

  .bzapp_page .bzapp_banner_ph {
    display: none !important;
  }

  .bzapp_actions.emreg_actions {
    margin-top: 0;
    gap: 8px;
  }

  .bzapp_page .emreg_btn_confirm {
    background: var(--bzapp-blue);
  }

  .bzapp_page .emreg_btn_confirm:hover {
    background: #234a8f;
  }
}

@media (max-width: 767px) {
  .bzapp_page .inq_layout.rml_layout.jai_layout {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 20px 80px;
    display: block;
    box-sizing: border-box;
  }

  .bzapp_page .bzapp_content {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .bzapp_main {
    gap: 40px;
  }

  .bzapp_profile {
    gap: 24px;
  }

  .bzapp_page_title {
    font-size: 24px;
    line-height: 1.4;
    color: #212529;
  }

  .bzapp_page .bzapp_tbl.rmreg_tbl {
    border-top: 1px solid var(--bzapp-line);
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid var(--bzapp-line);
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_row--2 {
    display: flex;
    flex-direction: column;
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_row--2 .rmreg_tbl_item + .rmreg_tbl_item {
    border-top: 1px solid var(--bzapp-line);
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_th {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    padding: 12px;
    border-left: 1px solid var(--bzapp-line);
    border-right: 1px solid var(--bzapp-line);
    border-bottom: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    justify-content: center;
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_item--full > .rmreg_tbl_th {
    border-left: 1px solid var(--bzapp-line);
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_td {
    flex: 1;
    min-width: 0;
    padding: 8px;
    border-right: 1px solid var(--bzapp-line);
    border-bottom: 1px solid var(--bzapp-line);
    gap: 8px;
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_td.rmreg_tbl_td--stack {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_td.rmreg_tbl_td--stack .bzapp_radio_grp {
    gap: 8px;
  }

  .bzapp_page .bzapp_tbl .rmreg_tbl_td.rmreg_tbl_td--stack .bzapp_bizno_row {
    gap: 8px;
  }

  .bzapp_radio_grp {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .bzapp_bizno_row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }

  .bzapp_bizno_input {
    width: 100%;
    max-width: none;
  }

  .bzapp_field_note {
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
  }

  .bzapp_date_field {
    width: 140px;
    max-width: 100%;
  }

  .bzapp_addr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
  }

  .bzapp_addr_top {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
  }

  .bzapp_input_zip {
    flex: 1;
    width: auto;
    max-width: none;
  }

  .bzapp_btn_zip {
    flex-shrink: 0;
    align-self: stretch;
    height: auto;
    min-height: 35px;
  }

  .bzapp_input_addr {
    width: 100%;
    max-width: none;
    flex: none;
  }

  .bzapp_actions.emreg_actions {
    margin-top: 0;
    justify-content: center;
    gap: 8px;
  }

  .bzapp_page .emreg_btn_confirm,
  .bzapp_page .emreg_btn_cancel {
    width: auto;
    min-width: 71px;
    max-width: none;
  }

  .bzapp_page .bzapp_main .bzapp_banner_ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin: 0 auto;
    border: none;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #9b9d9f;
  }
}

/* ---------- biz_certificate_app_prospective (PC) ---------- */
.bzpros_page {
  --bzpros-line: #dededf;
  --bzpros-th-bg: #f6f6f6;
  --bzpros-blue: #2a58a8;
  --bzpros-muted: #6f7174;
  --bzpros-red: #dc3545;
}

@media (min-width: 768px) {
  .bzpros_page .inq_main.inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .bzpros_page .inq_layout.rml_layout.jai_layout {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    grid-template-columns: 1056px 200px;
    gap: 24px;
    align-items: start;
  }

  .bzpros_page .bzpros_content {
    grid-column: 1;
    grid-row: 1;
    width: 1056px;
    max-width: 1056px;
    min-width: 0;
  }

  .bzpros_page .rml_sidebar {
    grid-column: 2;
    grid-row: 1;
    width: 176px;
    max-width: 176px;
    min-width: 176px;
    padding-left: 24px;
    border-left: 1px solid var(--bzpros-line);
    box-sizing: content-box;
  }

  .bzpros_main {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .bzpros_profile {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .bzpros_page_title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .bzpros_form_block {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .bzpros_page .bzpros_banner_ph {
    display: none !important;
  }

  .bzpros_page .bzpros_tbl.rmreg_tbl {
    border-top: 1px solid var(--bzpros-line);
  }

  .bzpros_page .bzpros_tbl .rmreg_tbl_th {
    background: var(--bzpros-th-bg);
    border-color: var(--bzpros-line);
  }

  .bzpros_page .bzpros_tbl .rmreg_tbl_row,
  .bzpros_page .bzpros_tbl .rmreg_tbl_td {
    border-color: var(--bzpros-line);
  }

  .bzpros_extra {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .bzpros_sec_title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
  }

  .bzpros_addr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .bzpros_addr_top {
    display: contents;
  }

  .bzpros_input_zip {
    width: 92px;
    max-width: 92px;
    flex: 0 0 92px;
  }

  .bzpros_btn_zip {
    height: 35px;
    min-height: 35px;
    box-sizing: border-box;
  }

  .bzpros_input_addr {
    flex: 1;
    min-width: 120px;
  }

  .bzpros_tbl_td--proof {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .bzpros_proof_upload {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .bzpros_file_row {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .bzpros_file_fname {
    width: 384px;
    max-width: 384px;
    flex: 0 0 384px;
  }

  .bzpros_proof_guide {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .bzpros_file_note {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--bzpros-muted);
  }

  .bzpros_file_note_mark {
    flex-shrink: 0;
  }

  .bzpros_proof_law {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
  }

  .bzpros_proof_law_tit {
    font-weight: 700;
  }

  .bzpros_proof_em {
    color: var(--bzpros-red);
  }

  .bzpros_proof_uline {
    text-decoration: underline;
  }

  .bzpros_file_tags {
    margin-top: 0;
  }

  .bzpros_sel_full {
    width: 100%;
    max-width: none;
  }

  .bzpros_agree {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }

  .bzpros_chk_all {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
  }

  .bzpros_agree_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .bzpros_agree_row .rmreg_chk {
    font-size: 15px;
    line-height: 1.3;
  }

  .bzpros_agree_req {
    color: var(--bzpros-red);
  }

  .bzpros_link_view {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
    text-decoration: underline;
  }

  .bzpros_alert_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
  }

  .bzpros_alert_list li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--bzpros-red);
  }

  .bzpros_alert_mark {
    flex-shrink: 0;
  }

  .bzpros_actions.emreg_actions {
    margin-top: 0;
    gap: 8px;
  }

  .bzpros_page .emreg_btn_confirm {
    background: var(--bzpros-blue);
  }

  .bzpros_page .emreg_btn_confirm:hover {
    background: #234a8f;
  }
}

@media (max-width: 767px) {
  .bzpros_page .inq_layout.rml_layout.jai_layout {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 20px 80px;
    display: block;
    box-sizing: border-box;
  }

  .bzpros_page .bzpros_content {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .bzpros_main {
    gap: 40px;
  }

  .bzpros_profile {
    gap: 24px;
  }

  .bzpros_page_title {
    font-size: 24px;
    line-height: 1.4;
    color: #212529;
  }

  .bzpros_page .bzpros_tbl.rmreg_tbl {
    border-top: 1px solid var(--bzpros-line);
  }

  .bzpros_page .bzpros_tbl .rmreg_tbl_row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid var(--bzpros-line);
  }

  .bzpros_page .bzpros_tbl .rmreg_tbl_item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .bzpros_page .bzpros_tbl .rmreg_tbl_th {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    padding: 12px;
    border-left: 1px solid var(--bzpros-line);
    border-right: 1px solid var(--bzpros-line);
    border-bottom: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    justify-content: center;
  }

  .bzpros_page .bzpros_tbl .rmreg_tbl_item--full > .rmreg_tbl_th {
    border-left: 1px solid var(--bzpros-line);
  }

  .bzpros_page .bzpros_tbl .rmreg_tbl_td {
    flex: 1;
    min-width: 0;
    padding: 8px;
    border-right: 1px solid var(--bzpros-line);
    border-bottom: 1px solid var(--bzpros-line);
    gap: 4px;
  }

  .bzpros_page .bzpros_tbl .rmreg_tbl_td.rmreg_tbl_td--stack {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .bzpros_addr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
  }

  .bzpros_addr_top {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
  }

  .bzpros_input_zip {
    flex: 1;
    width: auto;
    max-width: none;
  }

  .bzpros_btn_zip {
    flex-shrink: 0;
    align-self: stretch;
    height: auto;
    min-height: 35px;
  }

  .bzpros_input_addr {
    width: 100%;
    max-width: none;
    flex: none;
  }

  .bzpros_tbl_td--proof {
    gap: 16px;
  }

  .bzpros_proof_upload {
    gap: 8px;
    width: 100%;
  }

  .bzpros_file_row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    width: 100%;
  }

  .bzpros_file_fname {
    flex: 1;
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .bzpros_file_row .rmreg_btn_line {
    flex-shrink: 0;
    height: 35px;
    box-sizing: border-box;
  }

  .bzpros_proof_guide {
    gap: 4px;
  }

  .bzpros_file_tags {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }

  .bzpros_file_tags .rctgreg_file_tag {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .bzpros_file_tags .rctgreg_file_tag span {
    flex: 1;
    min-width: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bzpros_extra {
    gap: 8px;
  }

  .bzpros_sec_title {
    font-size: 16px;
    line-height: 1.4;
    color: #212529;
  }

  .bzpros_sel_full {
    width: 100%;
    max-width: none;
  }

  .bzpros_agree {
    gap: 4px;
  }

  .bzpros_agree_row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .bzpros_alert_list {
    gap: 2px;
  }

  .bzpros_actions.emreg_actions {
    margin-top: 0;
    justify-content: center;
    gap: 8px;
  }

  .bzpros_page .emreg_btn_confirm,
  .bzpros_page .emreg_btn_cancel {
    width: auto;
    min-width: 71px;
    max-width: none;
  }

  .bzpros_page .bzpros_main .bzpros_banner_ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin: 0 auto;
    border: none;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #9b9d9f;
  }
}
