﻿/* pages.css */
/* 탑 메인메뉴 */
.top-menu-wrap>div a {
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #fff;
}

.top-menu-wrap .top-menu {
  display: flex;
  padding-left: 60px;
}

.top-menu-wrap .top-menu div {
  margin: 0px 50px;
}

/* main-top */
.main-top {

  padding-bottom: 50px;
  width: 100%;
  padding-top: 20px;
  background-color: #f9f9f9;
}

#main-banner {
  width: 100%;
  min-width: 1200px;
  height: 398px;
  background: url('/theme/pureblue54/img/middle_banner2.png') no-repeat center;
  background-size: cover;
}

#main_top_wr {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /* padding-top: 60px; */
}

#main_top_wr h2 {
  margin-bottom: 25px;
  font-size: 3.0em;
  font-weight: 300;
  color: #b20088;
  letter-spacing: -1px;
}

#main_top_wr h2 span {
  font-size: 1.3em;
  font-weight: 700;
}

#main_top_wr button {
  width: 230px;
  height: 60px;
  border: none;
  background: #000;
  font-size: 1.5em;
  color: #fff;
}

#main_top_wr .more {
  width: 230px;
  height: 60px;
  border: none;
  background: #000;
  font-size: 1.5em;
  color: #fff;
}

#main_top_wr .main_top_rightBox {

  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 315px;
  background: #fff;
  border-radius: 30px;
}

#main_top_wr .main_top_rightBox.login {
  width: 452px;
  height: 270px;
}

#main_top_wr .main_top_rightBox form .inputBox {
  position: relative;
  width: 268px;
  height: 40px;
  margin-bottom: 10px;
}

#main_top_wr .main_top_rightBox form label {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 15px;
}

#main_top_wr .main_top_rightBox form input {
  width: 268px;
  height: 40px;
  padding: 10px 15px 10px 45px;
  border: 1px solid #ccc;
}

#main_top_wr .main_top_rightBox form button {
  width: 268px;
  height: 40px;
  margin-top: 17px;
}

#main_top_wr .main_top_rightBox .kakaoBtn {
  position: relative;
  width: 268px;
  height: 40px;
  background-color: #fee500;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

#main_top_wr .main_top_rightBox .middleWrap {
  margin: 15px 0;
}

#main_top_wr .main_top_rightBox .middleWrap .ellipse_gray {
  position: relative;
  bottom: 3px;
}

#main_top_wr .main_top_rightBox .middleWrap a {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding: 0 5px;
}

#main_top_wr .main_top_rightBox .middleWrap a:first-of-type {
  color: #b20088;
}


#arrow_white {
  position: relative;
  top: -2px;
  margin-left: 15px;
}

#kakao_ico {
  position: absolute;
  top: 10px;
  left: 15px;
}

/* main-notice */

#main_top_wr .main_top_leftBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 270px;
  background: #fff;
  border-radius: 30px;
}

#main_top_wr .main_top_leftBox .flex {
  display: flex;
  height: 50%;
  padding: 15px 40px;
  justify-content: space-around;
  width: 100%;
}

#main_top_wr .main_top_leftBox .flex>div {
  margin: 13px;
  height: 80px;
  width: 100px;
  position: relative;
  text-align: center;
}

#main_top_wr .main_top_leftBox .flex>div .text {
  position: absolute;
  bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
}

#main_top_wr .main_top_leftBox .flex>div img {
  width: 60px
}

/* main-middle */


.profile-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 30px;
}

.profile-wrap .profile-img-box {
  flex-shrink: 0;
}

.profile-wrap .profile-img-wrap {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
}

.profile-wrap .profile-img-wrap .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.profile-wrap .profile-info .name {
  font-size: 18px;
  margin-bottom: 2px;
}

.profile-wrap .profile-info .name b {
  font-size: 20px;
}

.profile-wrap .profile-info .member-level {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}

.profile-wrap-icon {
  display: flex;
  justify-content: space-around;
  width: 386px;
  border-radius: 15px;
  margin-top: 45px;
  padding-bottom: 10px;
}

.profile-wrap-icon div {
  position: relative;
  width: 20%;
  text-align: center;
}

.profile-wrap-icon div > i {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #555;
}

.profile-wrap-icon div span {
  display: block;
  margin-top: 8px;
}

.profile-wrap-icon div .alert,
.profile-wrap-icon div .scrap,
.profile-wrap-icon div .order,
.profile-wrap-icon div .mypage {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.profile-wrap-icon .alert_wrap .ol_arm {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.color {
  color: #b20088;
  font-weight: 800;
}

/* main-banner */
#main-banner .main_bn_wrap {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

#main-banner .main_bn_wrap .btn_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 115px;
}

#main-banner .main_bn_wrap button {
  width: 230px;
  height: 60px;
  border: none;
  background: #000;
  font-size: 1.5em;
  color: #fff;
}

/* doc-page */
#doc-main-top {
  height: 400px;
  width: 100%;
  min-width: 1200px;
  /*  background-color: #b20088;*/
  background-image: url('/theme/pureblue54/img/back-img2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

#doc-main-top #main_top_wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  padding-top: 0 !important;
  position: relative;
}

#doc-main-top .main_top_rightBox {
  width: 320px;
  height: 315px;
  padding: 0 30px;
  position: fixed;
  right: 0px;
  z-index: 10;
  filter: drop-shadow(2px 4px 7px rgba(0, 0, 0, 0.1));
}

#doc-main-top .main_top_rightBox h2 {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

#doc-main-top .main_top_rightBox h3 {
  width: 73%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  margin: 0px auto;
}

#doc-main-top .main_top_rightBox h3 span {
  float: right;
}

#doc-main-top .main_top_rightBox h4 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}

#doc-main-top .main_top_rightBox h5 {
  width: 100%;
  margin: 5px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #b20088;
}

#doc-main-top .main_top_rightBox h5 span {
  font-size: 34px;
}

#doc-main-top .main_top_rightBox h6 {
  width: 100%;
  text-align: start;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
}

#doc-main-top .main_top_rightBox button {
  width: 260px;
  height: 40px;
  font-size: 14px;
  font-weight: 900;
}

#doc-main-tab {
  width: 100%;
  height: 65px;
  /* margin-bottom: 100px; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 1;
}

#doc-main-tab .sub {
  max-width: 1200px;
  margin: 0px auto;
  height: 100%;
}


#doc-main-tab .tab_wrap {
  display: flex;
  justify-content: space-between;
  width: 400px;
  height: 100%;

}

#doc-main-tab .tab_wrap a {
  display: block;
  line-height: 63px;
  text-align: center;
  font-size: 20px;
}

#doc-main-tab .tab_wrap a.active {
  font-weight: 600;
  color: #b20088;
  border-bottom: 4px solid #b20088;
}

#doc-main-content {
  width: 1200px;
  margin: 0 auto;
}

#doc-main-content h2 {
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 36px;
  font-weight: 700;
  color: #b20088;
}

#doc-main-content h2 .black {
  color: #000;
}

#doc-main-content p {
  margin-bottom: 70px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}

#doc-main-content p span {
  font-weight: 600;
}

#doc-main-content p .underline {
  text-decoration: underline;
}

#doc-main-content p .pink {
  color: #b20088;
}

#doc-main-content h3 {
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 36px;
  font-weight: 700;
}

#doc-main-content .example_btn {
  margin-bottom: 80px;
}

#doc-main-content .youtube_img {
  margin-bottom: 70px;
}

#doc-main-content h3 span {
  color: #b20088;
}

#doc-main-content .poster {
  margin-bottom: 60px;
}

#doc-main-content .messages {
  margin-bottom: 60px;
}

#doc-main-content .flexBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

#doc-main-content .update_content {
  margin-bottom: 60px;
}

#doc-main-content .reviews {
  margin-bottom: 60px;
}

#doc-main-content .graph {
  margin-bottom: 35px;
}

#doc-main-content .vs {
  margin-bottom: 60px;
}

#doc-main-content .gray-cards {
  margin-bottom: 30px;
}

#doc-main-content .seven_lists {
  margin-bottom: 75px;
}

#doc-main-content .gray_card {
  margin-bottom: 80px;
}

#doc-main-content h6 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #b20088;
}

#doc-main-content .lists {
  margin-bottom: 100px;
}

/* doc-view-page */
.menus::-webkit-scrollbar {
  width: 10px;
}

.menus::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.menus::-webkit-scrollbar-thumb {
  background-color: #555;
  /*  border-radius: 5px;*/
}

.menus::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.menus::-webkit-scrollbar-button:start:decrement,
.menus::-webkit-scrollbar-button:end:increment {
  width: 3px;
  height: 0px;
  background: #f1f1f1;
}

.contents::-webkit-scrollbar {
  width: 10px;
}

.contents::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.contents::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 5px;
}

.contents::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.contents::-webkit-scrollbar-button:start:decrement,
.contents::-webkit-scrollbar-button:end:increment {
  width: 5px;
  height: 5px;
  background: #f1ef79;
}


/* live */
.title_top {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 16px;
}

.title_top .title {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 24px;
}

.title_top .title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #b20088 0%, #d946ef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#no_data {
  display: flex;
  align-items: center;

  height: 380px;
  margin: 0 auto;
  margin-bottom: 125px;
}

#no_data h2 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}

#no_data h2 span {
  font-size: 22px;
  font-weight: 600;
  color: #b20088;
  text-decoration: underline;
}

/* link */
.title_top .linkTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title_top .linkTitle h2 {
  width: auto;
  text-align: start;
  flex: 1;
}

.title_top .linkTitle h3 {
  width: auto;
  text-align: end;
  font-size: 14px;
  color: #6b7280;
  padding: 0px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.title_top .linkTitle h3 span {
  font-weight: 700;
  color: #b20088;
  font-size: 15px;
}

#link_content {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 70px;
}

#link_content .content01 {
  margin-bottom: 70px;
}

#link_content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

#link_content p {
  font-size: 18px;
  margin-bottom: 25px;
}

#link_content .date_search {
  display: flex;
  height: 40px;
  margin-bottom: 10px;
}

#link_content .date_search .input {
  position: relative;
  width: 200px;
  height: 40px;
}

#link_content .date_search .input img {
  position: absolute;
  top: 8px;
  right: 15px;
}

#link_content .date_search input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
}

#link_content .date_search .span {
  margin: 0 15px;
  line-height: 40px;
  font-size: 18px;
}

#link_content .date_search button {
  float: none;
  padding: 0 30px;
  margin-left: 15px;
}

#link_content .date_search input::placeholder {
  font-size: 18px;
  color: #000;
}

#link_content .content01 table {
  margin-bottom: 70px;
  width: 1200px;
  border-spacing: 0px;
}

#link_content .content01 thead {
  background-color: #f6f6f6;
}

#link_content .content01 th {
  width: 300px;
  height: 40px;
  padding: 0;
  border-spacing: 0px;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 400;
}

#link_content .content01 tbody td {
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#link_content .link_box {
  height: 60px;
}

#link_content .link {
  float: left;
  width: 400px;
  height: 40px;
  margin-right: 10px;
  line-height: 40px;
  font-size: 18px;
  padding-left: 15px;
  border-radius: 8px;
  border: 1px solid #b5b5b5;
}

#link_content button {
  float: left;
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  background-color: #b20088;
  border: none;
}

#link_content .gray_content_box {
  width: 1200px;
  height: 632px;
  margin-bottom: 80px;
  background-color: #ebebeb;
}

#link_content .content03 .top_box_left {
  float: left;
  width: 350px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  padding: 0 15px;
  margin-bottom: 15px;
}

#link_content .content03 .top_box_left select {
  width: 110px;
  height: 34px;
  border: none;
  font-size: 18px;
  margin-right: 15px;
}

#link_content .content03 .top_box_left span {
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-right: 15px;
}

#link_content .content03 .top_box_left .inputBox {
  position: relative;
  display: inline-block;
}

#link_content .content03 .top_box_left .inputBox input {
  width: 160px;
  padding: 5px 0;
  padding-right: 25px;
  border: none;
}

#link_content .content03 .top_box_left .inputBox input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

#link_content .content03 .top_box_left .inputBox input::placeholder {
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #b5b5b5;
}

#link_content .content03 .top_box_left .inputBox .inputBtn {
  position: absolute;
  right: 0;
  bottom: -4px;
  padding: 0;
  background-color: transparent;
}

#link_content .content03 .top_box_right {
  float: right;
  margin-bottom: 15px;
}

#link_content .content03 .board_table table {
  table-layout: fixed;
  width: 1200px;
  border-spacing: 0px;
  margin-bottom: 30px;
}

#link_content .content03 .board_table table thead th {
  width: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}

#link_content .content03 .board_table table tbody .notice_alim {
  background-color: #f6f6f6;
}

#link_content .content03 .board_table table tbody .notice_alim td {
  width: 100px;
  text-align: center;
  color: #b20088;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}

#link_content .content03 .board_table table .notice_alim_txt {
  text-align: start !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#link_content .content03 .board_table table tbody td {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #b5b5b5;
}

#link_content .content03 .board_table table .title {
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  padding-left: 60px;
  color: #000;
}

#link_content .content03 .board_table table .title img {
  margin-right: 12px;
}

#link_content .content03 .board_table table .response .title {
  padding-left: 125px;
  background: url('/theme/pureblue54/img/re_icon.png') no-repeat 100px center;
}

#link_content .content03 .board_table table .author {
  color: #000;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#link_content .content03 .board_table .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
}

#link_content .content03 .board_table .pagination a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  line-height: 34px;
  font-size: 18px;
}

#link_content .content03 .board_table .pagination a.active {
  background: #b20088;
  color: #fff;
  font-weight: 600;
}

/* sale_info */
#saleInfoWrap {
  width: 1200px;
  margin: 0 auto;
}

#saleInfoWrap .saleInfoTab {
  display: flex;
  margin-bottom: 27px;
}

#saleInfoWrap .saleInfoTab .tab {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 8px;
  text-align: center;
}

#saleInfoWrap .saleInfoTab .tab.active {
  background-color: #b20088;
  color: #fff;
  font-weight: bold;
}

#saleInfoWrap .saleInfoBoard .searchBox {
  float: left;
  width: 350px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  padding: 0 15px;
  margin-bottom: 15px;
}

#saleInfoWrap .saleInfoBoard .searchBox select {
  width: 110px;
  height: 34px;
  border: none;
  font-size: 18px;
  margin-right: 15px;
}

#saleInfoWrap .saleInfoBoard .searchBox span {
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-right: 15px;
}

#saleInfoWrap .saleInfoBoard .searchBox .inputBox {
  position: relative;
  display: inline-block;
}

#saleInfoWrap .saleInfoBoard .searchBox .inputBox input {
  width: 160px;
  padding: 5px 0;
  padding-right: 25px;
  border: none;
}

#saleInfoWrap .saleInfoBoard .searchBox .inputBox input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

#saleInfoWrap .saleInfoBoard .searchBox .inputBox input::placeholder {
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #b5b5b5;
}

#saleInfoWrap .saleInfoBoard .searchBox .inputBox .inputBtn {
  position: absolute;
  right: 0;
  top: 1px;
  padding: 0;
  background-color: transparent;
  border: none;
}

#saleInfoWrap .saleInfoBoard .writeBtn {
  float: right;
  margin-bottom: 15px;
}

#saleInfoWrap .saleInfoBoard .writeBtn button {
  width: 100px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  background-color: #b20088;
  border-radius: 8px;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable table {
  table-layout: fixed;
  width: 1200px;
  border-spacing: 0px;
  margin-bottom: 30px;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable .siteName {
  width: 740px;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable thead th {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .notice_alim {
  background-color: #f6f6f6;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .notice_alim td {
  text-align: center;
  color: #b20088;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable .notice_alim_txt {
  text-align: start !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px !important;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody td {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle {

  text-align: start;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .title {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-right: 5px;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .siteCategory {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #b5b5b5;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle>div {
  display: flex;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .good {
  color: #b5b5b5;
  background: url("/theme/pureblue54/img/good_out.png") no-repeat left center;
  padding-left: 20px;
  margin-right: 15px;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .reply {
  color: #b5b5b5;
  background: url("/theme/pureblue54/img/reply_out.png") no-repeat left center;
  padding-left: 20px;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .good.active {
  background: url("/theme/pureblue54/img/good_active.png") no-repeat left center;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable tbody .siteTitle .reply.active {
  background: url("/theme/pureblue54/img/reply_active.png") no-repeat left center;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable .pagination a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  line-height: 34px;
  font-size: 18px;
}

#saleInfoWrap .saleInfoBoard .saleInfoTable .pagination a.active {
  background: #b20088;
  color: #fff;
  font-weight: 600;
}

/* point */
#pointWrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#pointWrap .top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
}

#pointWrap .top .left {
  display: flex;
  align-items: center;
}

#pointWrap .top .left .profileImg {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  border-radius: 80px;
  background-color: #f6f6f6;
}

#pointWrap .top .left .profile h3 {
  font-size: 20px;
  font-weight: 400;
}

#pointWrap .top .left .profile h2 {
  font-size: 24px;
  font-weight: 600;
  color: #b20088;
}

#pointWrap .top .right a {
  font-size: 18px;
  font-weight: 600;
  color: #b20088;
}

#pointNum01,
#pointNum02 {
  color: #b20088;
}

#pointWrap .middle {
  width: 100%;
  max-width: 1200px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  background: #eee;
  border-radius: 5px;
  /*  border: 3px solid #b20088;*/
  padding: 30px 40px;
}

#pointWrap .bottom .tabbar {
  display: flex;
  align-items: center;
}

#pointWrap .bottom .tabbar a {
  width: 600px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

#pointWrap .bottom .tabbar a:first-of-type {
  background-color: #b20088;
  border-radius: 15px 0 0 0;
  color: #fff;
  font-weight: 600;
}

#pointWrap .bottom .tabbar a:last-of-type {
  background-color: #f6f6f6;
  border-radius: 0 15px 0 0;
}

#pointWrap .bottom .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#pointWrap .bottom .list .left h3 {
  /*  margin-bottom: 10px;*/
  font-size: 14px;
  font-weight: 600;
}

#pointWrap .bottom .list .left h3 span {
  font-size: 12px;
  font-weight: 300;
  color: #ccc;
}

#pointWrap .bottom .list .left h3.bgrec {
  color: #b20088;
}

#pointWrap .bottom .list .right h2 {
  font-size: 14px;
  font-weight: 600;
  color: #b20088;
}

#pointWrap .bottom .sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
}

#pointWrap .bottom .sum h2 {
  font-size: 14px;
  font-weight: 600;
}

#pointWrap .bottom .sum h3 {
  font-size: 20px;
  font-weight: 600;
}

#pointWrap .bottom .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}

#pointWrap .bottom .pagination a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  line-height: 34px;
  font-size: 18px;
}

#pointWrap .bottom .pagination a.active {
  background: #b20088;
  color: #fff;
  font-weight: 600;
}

/* rank */
#rankWrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#rankWrap h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

#rankWrap .flexBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

#rankWrap h3 {
  font-size: 18px;
  font-weight: 400;
}

#rankWrap h4 {
  font-size: 18px;
  float: right;
}

#rankWrap h4 span {
  font-weight: 400;
}

#rankWrap .rankBoard table {
  width: 100%;
  border-spacing: 0px;
  margin-bottom: 30px;
}

#rankWrap .rankBoard table thead th {
  height: 40px;
  padding: 0 15px;
  background-color: #b20088;
  font-size: 15px;
  color: #fff;
}

#rankWrap .rankBoard table thead th:first-of-type {
  width: 105px;
  /*  border-radius: 15px 0 0 0;*/
}

#rankWrap .rankBoard table thead th:nth-of-type(3) {
  text-align: end;
}

#rankWrap .rankBoard table thead th:last-of-type {
  /*  border-radius: 0 15px 0 0;*/
  text-align: end;
}

#rankWrap .rankBoard table tbody td {
  height: 40px;
  padding: 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: end;
  font-size: 15px;
}

#rankWrap .rankBoard table tbody td:first-of-type {
  text-align: center;
}

#rankWrap .rankBoard table tbody td:nth-of-type(2) {
  text-align: left;
}

#rankWrap .rankBoard table tbody td:nth-of-type(3) {
  color: #b30089;
}

#rankWrap .rankBoard table th.nickname {
  width: 80%;
  text-align: center;
}

#rankWrap .rankBoard table th.point {
  min-width: 140px;
}

#rankWrap .rankBoard table td.nickname {
  width: 80%;
  text-align: start;
}

#rankWrap .rankBoard table td.pink {
  color: #b30089;
}

#rankWrap .rankBoard .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}

#rankWrap .rankBoard .pagination a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  line-height: 34px;
  font-size: 18px;
}

#rankWrap .rankBoard .pagination a.active {
  background: #b20088;
  color: #fff;
  font-weight: 600;
}

#rankWrap .fa,
#rankWrap .far,
#rankWrap .fas {
  vertical-align: text-top;
}

/* review */
#reviewTopBanner {
  height: 435px;
  width: 100%;
  background-color: #b20088;
  background-image: url('/theme/pureblue54/img/back-img1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

#reviewTopBanner .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 435px;
  margin: 0 auto;
}

#reviewTopBanner .wrap .left h2 {
  margin-bottom: 25px;
  font-size: 3.5em;
  font-weight: 300;
  color: #fff;
}

#reviewTopBanner .wrap .left span {
  font-size: 1.4em;
  font-weight: 700;
}

#reviewTopBanner .wrap .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 320px;
  height: 315px;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 30px;
}

#reviewTopBanner .wrap .right h2 {
  width: 100%;
  margin-bottom: 10px;
  text-align: start;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

#reviewTopBanner .wrap .right h3 {
  width: 100%;
  margin-bottom: 35px;
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
}

#reviewTopBanner .wrap .right h4 {
  width: 100%;
  text-align: start;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

#reviewTopBanner .wrap .right h5 {
  width: 100%;
  margin: 5px 0;
  text-align: start;
  font-size: 24px;
  font-weight: 600;
  color: #b20088;
}

#reviewTopBanner .wrap .right h5 span {
  font-size: 34px;
}

#reviewTopBanner .wrap .right h6 {
  width: 100%;
  text-align: start;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
}

#reviewTopBanner .wrap .right button {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

#reviewTab {
  width: 100%;
  height: 85px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#reviewTab .wrap {
  display: flex;
  justify-content: space-between;
  width: 400px;
  height: 100%;
  margin: 0 auto;
}

#reviewTab .wrap a {
  display: block;
  line-height: 100px;
  text-align: center;
  font-size: 22px;
}

#reviewTab .wrap a.active {
  font-weight: 600;
  color: #b20088;
  border-bottom: 4px solid #b20088;
}


/* ===== 후기 (shadcn 스타일) ===== */
.rv-container {
  max-width: 100%;
}

.rv-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 4px 14px;
}

.rv-summary-stars {
  display: flex;
  gap: 2px;
}

.rv-summary-count {
  font-size: 13px;
  color: #94a3b8;
}

.rv-summary-count strong {
  color: #64748b;
  font-weight: 600;
}

.rv-star-img {
  width: 16px;
  height: 16px;
}

.rv-list {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.rv-item {
  border-bottom: 1px solid #f1f5f9;
}

.rv-item:last-child {
  border-bottom: none;
}

.rv-item-header {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
  transition: background 0.15s;
  gap: 14px;
}

.rv-item-header:hover {
  background: #f8fafc;
}

.rv-stars {
  display: flex;
  gap: 1px;
  flex-shrink: 0;
}

.rv-title {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rv-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.rv-author {
  font-size: 13px;
  color: #94a3b8;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rv-date {
  font-size: 12px;
  color: #cbd5e1;
}

/* 펼침 내용 */
.review-content {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  padding: 0 16px 16px;
}

.rv-body-content {
  padding: 16px;
  background: #f8fafc;
  border-radius: 8px;
  color: #334155;
}

.rv-body-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 8px 0;
}

.rv-purchaser {
  margin-top: 12px;
  font-size: 13px;
  color: #a855f7;
  font-weight: 500;
}

.rv-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.rv-btn-edit,
.rv-btn-delete {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  color: #64748b;
  text-decoration: none;
  transition: all 0.15s;
}

.rv-btn-edit:hover,
.rv-btn-delete:hover {
  background: #f1f5f9;
  color: #334155;
  border-color: #cbd5e1;
}

/* 답변 */
.rv-reply {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding: 14px;
  background: #fefce8;
  border-radius: 8px;
  border: 1px solid #fef08a;
}

.rv-reply-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 22px;
  font-size: 11px;
  font-weight: 600;
  color: #a16207;
  background: #fef9c3;
  border-radius: 4px;
}

.rv-reply-body {
  flex: 1;
  min-width: 0;
}

.rv-reply-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.5;
}

.rv-reply-meta {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 2px;
}

.rv-reply-content {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-top: 8px;
}

.rv-empty {
  padding: 48px 0;
  text-align: center;
  font-size: 14px;
  color: #94a3b8;
}

/* 후기 쓰기 버튼 */
.rv-write-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.rv-write-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #b20088 0%, #d946ef 100%);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(178, 0, 136, 0.2);
  transition: all 0.2s;
}

.rv-write-btn:hover {
  box-shadow: 0 4px 12px rgba(178, 0, 136, 0.3);
  transform: translateY(-1px);
  color: #fff;
}

/* 열린 상태 표시 */
.rv-item.open .rv-item-header {
  background: #f8fafc;
}

.rv-item.open .rv-title {
  color: #b20088;
}

/* 기존 호환 */
.sit_use_top {
  display: none;
}

.sit_use_wbtn {
  display: none;
}

.sit_use_list {
  display: none;
}

/* 모바일 */
@media (max-width: 700px) {
  .rv-item-header {
    flex-wrap: wrap;
    padding: 12px 14px;
    gap: 6px;
  }

  .rv-stars {
    order: 1;
  }

  .rv-meta {
    order: 2;
    margin-left: auto;
  }

  .rv-title {
    order: 3;
    width: 100%;
    white-space: normal;
    font-size: 14px;
  }

  .rv-star-img {
    width: 14px;
    height: 14px;
  }

  .review-content {
    padding: 0 14px 14px;
  }

  .rv-body-content {
    padding: 14px;
  }
}
