@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;
}
.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:768px) {
  .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;
  }
  .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-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:768px) { 
  .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-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 {
  background: #f9f9f9;
}

.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_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 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_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: 900px) {
  .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_page--list .inq_tabs--history .inq_tab:not(.is_active) {
  color: #888;
  background: #fafafa;
  border-top: none;
  padding-top: 14px;
}

.inq_page--list .inq_tabs--history .inq_tab.is_active {
  color: var(--inq-blue, #2b66b1);
  background: #fff;
  border-top: 3px solid var(--inq-blue, #2b66b1);
  padding-top: 11px;
  z-index: 1;
}

.inq_filter {
  margin-bottom: 16px;
}

.inq_total {
  margin: 0 0 12px;
  font-size: 15px;
  color: #333;
}

.inq_total strong {
  color: var(--inq-blue, #2b66b1);
  font-weight: 700;
}

.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_wrap.is-empty .inq_table_scroll {
  display: none;
}

.inq_list_wrap.is-empty #inqPager {
  display: none;
}

.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;
}

@media (max-width: 900px) {
  .inq_filter_row {
    grid-template-columns: 1fr 1fr;
  }

  .inq_table thead {
    display: none;
  }

  .inq_table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  }

  .inq_table tbody td {
    display: block;
    padding: 0;
    border: none;
    text-align: left !important;
    box-sizing: border-box;
  }

  .inq_table tbody td:nth-child(1) {
    display: none;
  }

  .inq_table tbody td:nth-child(3) {
    flex: 1 0 100%;
    order: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.45;
  }

  .inq_table tbody td:nth-child(3) a {
    color: #111;
  }

  .inq_table tbody td:nth-child(2) {
    flex: 1 1 auto;
    order: 2;
    margin-top: 8px;
    font-size: 13px;
    color: #888;
    min-width: 0;
    padding-right: 8px;
  }

  .inq_table tbody td:nth-child(4) {
    order: 2;
    margin-top: 8px;
    margin-left: auto;
    font-size: 13px;
    color: #888;
    white-space: nowrap;
  }

  .inq_table tbody td:nth-child(5) {
    order: 2;
    margin-top: 8px;
    margin-left: 8px;
    font-size: 13px;
    color: #888;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .inq_search_row {
    flex-direction: column;
  }

  .inq_search_btn {
    width: 100%;
  }
}

/* ========== 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: 900px) {
  .inq_crumb {
    display: block;
  }

  .inq_page--detail .inq_ticker {
    display: none;
  }
}

@media (min-width: 901px) {
  .inq_crumb {
    display: none;
  }
}

.inq_page--detail .inq_tabs--history .inq_tab:not(.is_active) {
  color: #888;
  background: #fafafa;
  border-top: none;
  padding-top: 14px;
}

.inq_page--detail .inq_tabs--history .inq_tab.is_active {
  color: var(--inq-blue, #2b66b1);
  background: #fff;
  border-top: 3px solid var(--inq-blue, #2b66b1);
  padding-top: 11px;
  z-index: 1;
}

.inq_detail_article {
  padding-top: 4px;
}

.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: #e8eef5;
  border: 1px solid #d0d9e8;
  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: underline;
}

.inq_neighbor_prev .inq_neighbor_txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}

.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;
}

@media (max-width: 900px) {
  .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_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 {
  padding: 12px 0 40px;
}

.inq_done_card {
  box-sizing: border-box;
  max-width: 560px;
  margin: 0 auto;
  padding: 40px 24px 44px;
  text-align: center;
  border: 1px solid var(--inq-line, #e5e5e5);
  border-radius: 8px;
  background: #fff;
}

.inq_done_icon {
  display: flex;
  justify-content: center;
  margin: 0 auto 8px;
}

.inq_done_icon img {
  display: block;
  width: 120px;
  height: auto;
}

.inq_done_msg {
  margin: 16px 0 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--inq-blue, #2b66b1);
}

.inq_done_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  max-width: 100%;
  padding: 14px 28px;
  border-radius: 4px;
  background: #666;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease;
}

.inq_done_btn:hover {
  background: #444;
}

@media (max-width: 480px) {
  .inq_done_card {
    padding: 32px 16px 36px;
  }

  .inq_done_msg {
    font-size: 16px;
  }

  .inq_done_btn {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

/* 데스크톱 푸터 확장 링크 줄바꿈 */
.inq_footer--com .inq_footer_links {
  justify-content: center;
  gap: 10px 14px;
}

.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_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: #d32f2f;
  font-weight: 700;
}

.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: #d32f2f;
}

.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: 1px solid #bbb;
  background: #f0f0f0;
  color: #222;
}

.mim_btn--cancel:hover {
  background: #e5e5e5;
}

.mim_footer_wide .mim_footer_links_row {
  justify-content: center;
  text-align: center;
  gap: 10px 14px;
}

.mim_footer_wide .mim_footer_links_row .inq_em {
  font-weight: 700;
}

@media (max-width: 900px) {
  .mim_form_box {
    padding: 16px 12px 20px;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .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%;
  }
}

@media (max-width: 480px) {
  .mim_actions .mim_btn {
    flex: 1;
    min-width: 0;
  }
}

/* ========== notice_list.css (통합) ========== */
/* notice_list — 공지사항 목록 (helpdesk, inquiry_write.css 보조) */

.ntl_page {
  --ntl-blue: #2b66b1;
}

.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_toolbar {
  margin-bottom: 12px;
}

.ntl_toolbar_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
}

.ntl_heading {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.ntl_count {
  margin: 0 0 16px;
  font-size: 14px;
  color: #444;
}

.ntl_count strong {
  color: var(--ntl-blue);
  font-weight: 700;
}

.ntl_search--pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ntl_search--mo {
  display: none;
  margin-bottom: 16px;
}

.ntl_select {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
}

.ntl_input {
  width: 200px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.ntl_btn_search {
  height: 40px;
  padding: 0 18px;
  border: none;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.ntl_btn_search:hover {
  background: #111;
}

.ntl_btn_search--outline {
  background: #fff;
  color: #333;
  border: 1px solid #bbb;
}

.ntl_btn_search--outline:hover {
  background: #f5f5f5;
}

.ntl_mo_search_row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  align-items: stretch;
}

.ntl_input--mo {
  flex: 1;
  width: auto;
  min-width: 0;
}

.ntl_search--mo .ntl_select {
  width: 100%;
}

.ntl_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

.ntl_link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 4px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.ntl_link:hover {
  background: #fafafa;
}

.ntl_link .ntl_item_title {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: #111;
}

.ntl_date {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.ntl_more_wrap {
  display: flex;
  justify-content: center;
  padding: 24px 0 8px;
}

.ntl_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 200px;
  padding: 12px 28px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  font-family: inherit;
}

.ntl_more:hover:not(:disabled) {
  background: #f9f9f9;
  border-color: #bbb;
}

.ntl_more.is_disabled,
.ntl_more:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ntl_more_icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  margin-top: -4px;
}

.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: 900px) {
  .ntl_search--pc {
    display: none;
  }

  .ntl_search--mo {
    display: block;
  }

  .ntl_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 4px;
  }

  .ntl_link .ntl_item_title {
    font-size: 15px;
  }

  .ntl_date {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .ntl_more {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

/* ========== notice_detail.css (통합) ========== */
/* notice_detail — 공지사항 상세 (helpdesk, inquiry_write.css 보조) */

.nd_content {
  min-width: 0;
}

.nd_article {
  padding-top: 4px;
  max-width: 900px;
}

.nd_header {
  margin-bottom: 12px;
}

.nd_title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
}

.nd_date {
  display: block;
  font-size: 14px;
  color: #888;
}

.nd_rule {
  border: none;
  border-top: 3px solid #111;
  margin: 16px 0 24px;
}

.nd_body {
  font-size: 15px;
  line-height: 1.75;
  color: #222;
}

.nd_lead {
  margin: 0 0 12px;
  font-size: 16px;
}

.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: #2b66b1;
  word-break: break-all;
}

.nd_copy_note {
  margin-top: 8px;
  font-size: 12px;
  color: #888;
}

/* 데스크톱 이전/다음 */
.nd_neighbor--desktop {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 12px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.nd_prev {
  justify-self: start;
  text-align: left;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  max-width: 100%;
}

.nd_prev:hover {
  color: #2b66b1;
}

.nd_prev_main {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.nd_prev_sub {
  display: block;
  margin-top: 4px;
  padding-left: 24px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.nd_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #444;
  text-decoration: none;
  justify-self: center;
}

.nd_list:hover {
  background: #222;
}

.nd_list_bars {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
}

.nd_next {
  justify-self: end;
  text-align: right;
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.nd_arrow {
  flex-shrink: 0;
}

/* 모바일 이전/다음 */
.nd_neighbor_mo {
  display: none;
  margin-top: 28px;
  border-top: 1px solid #eee;
}

.nd_mo_row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 4px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: inherit;
}

.nd_mo_prev {
  justify-content: flex-start;
}

.nd_mo_next {
  justify-content: space-between;
}

.nd_mo_next.is-disabled {
  pointer-events: none;
  color: #999;
}

.nd_mo_icon {
  font-size: 14px;
  color: #2b66b1;
  line-height: 1;
}

.nd_mo_icon--down {
  color: #999;
}

.nd_mo_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.nd_mo_label {
  font-size: 12px;
  color: #888;
}

.nd_mo_title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.nd_mo_next.is-disabled .nd_mo_title {
  font-weight: 400;
  color: #999;
}

.nd_list_btn_wrap {
  display: none;
  justify-content: center;
  margin-top: 20px;
}

.nd_list_only {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  background: #888;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.nd_list_only:hover {
  background: #666;
}

.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: 900px) {
  .nd_title {
    font-size: 20px;
  }

  .nd_neighbor--desktop {
    display: none;
  }

  .nd_neighbor_mo {
    display: block;
  }

  .nd_list_btn_wrap {
    display: flex;
  }

  .nd_article {
    max-width: 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;
}
#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:768px) {
  .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_bookstore_cart_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_bookstore_cart_check.svg");
}

#wrap.basket_page #checkAll:checked,
#wrap.basket_page .item_check:checked {
  background-image: url("../_img/icon/icon_bookstore_cart_check_on.svg");
}

#wrap.basket_page .basket_list .item_check:checked {
  background: url("../_img/icon/icon_bookstore_cart_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: 900px) {
  .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_bookstore_cart_check.svg");
}

#wrap.pay_page input[type="checkbox"]:checked {
  background-image: url("../_img/icon/icon_bookstore_cart_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_bookstore_cart_check.svg");
}

#wrap.pay_page .pay_same_check input:checked {
  background-image: url("../_img/icon/icon_bookstore_cart_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: 900px) {
  #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: 900px) {
  .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-ans-bg: #e8f2fb;
}

.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: 16px;
}

.faq_toolbar_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
}

.faq_title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.faq_count {
  margin: 0 0 12px;
  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: 20px;
}

.faq_select {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
}

.faq_input {
  width: 200px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.faq_btn_search {
  height: 40px;
  padding: 0 18px;
  border: none;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.faq_btn_search:hover {
  background: #111;
}

.faq_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.faq_chip {
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  color: #444;
  cursor: pointer;
}

.faq_chip:hover {
  border-color: #999;
}

.faq_chip.is_active {
  background: #444;
  border-color: #444;
  color: #fff;
}

.faq_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

.faq_item {
  border-bottom: 1px solid #eee;
}

.faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 16px 8px 16px 4px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.faq_q:hover {
  background: #fafafa;
}

.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: 88px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #f0f0f0;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  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;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.faq_item.is_open .faq_chev {
  transform: rotate(-135deg);
  margin-top: 6px;
}

.faq_a {
  padding: 0 4px 16px;
}

.faq_a[hidden] {
  display: none !important;
}

.faq_a_inner {
  padding: 16px 18px;
  border-radius: 8px;
  background: var(--faq-ans-bg);
  border: 1px solid #d0e3f5;
  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: 24px;
}

.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: #333;
  border-color: #333;
  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;
}

.faq_footer_links {
  justify-content: center;
  gap: 10px 14px;
}

@media (max-width: 900px) {
  .faq_toolbar_top {
    flex-direction: column;
    align-items: stretch;
  }

  .faq_search--pc {
    display: none;
  }

  .faq_search--mo {
    display: block;
  }

  .faq_meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .faq_q_text {
    order: 1;
    font-weight: 700;
  }

  .faq_cat {
    order: 2;
    align-self: flex-start;
    background: #eee;
  }

  .faq_q {
    align-items: flex-start;
  }

  .faq_chev {
    margin-top: 6px;
  }
}

@media (max-width: 480px) {
  .faq_input {
    width: 100%;
  }

  .faq_search--pc .faq_select {
    width: 100%;
  }
}

/* ========== 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;
  }
}
