/**************** public *******************/
/*     #B6E7F1 */

html,
body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
fieldset,
fo7m,
label,
legend,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: auto;
  font-size: 14px;
  min-height: 100%;
  height: 100%;
  color: #444c67;
}
input,
select,
textarea {
  border: 1px solid #ededed;
  height: 68px;
  padding: 5px 15px; /*font-family:"Droid Sans";*/
  outline: none;
  font-size: 16px;
  border-radius: 8px;
}
textarea {
  resize: none;
}
input:focus,
select:focus,
textarea:focus {
  /*border-color: #333;*/
}
input::placeholder,
textarea::placeholder {
  color: #888;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icon/select_down.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding-right: 50px;
}
select::-ms-expand {
  display: none;
}
input[type="text"] {
  width: 100%;
}
input[name="title"] {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
}
input[type="password" i] {
  font-family: "Droid Sans";
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="button"] {
  cursor: pointer;
}

.red_dot {
  position: relative;
  padding-right: 10px;
}
.red_dot::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  background: var(--red-100-color);
  border-radius: 9999px;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

em {
  font-style: inherit;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: currentColor;
}
i {
  font-style: inherit;
}
button {
  font-weight: 500;
  font-size: 1.1em;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
button:focus {
  outline: none;
  box-shadow: none;
}
h3 {
  font-size: 24px;
  font-weight: 700;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
}
th,
td {
  vertical-align: middle;
}
th {
  background-color: #f4f5f9;
  font-weight: 500;
}
th:focus {
  outline: none;
}
th:last-child,
td:last-child {
  border-right: 0;
}
th.tx-left,
td.tx-left {
  text-align: left;
  padding-left: 20px;
}
td > a:hover {
  text-decoration: underline;
}

table .btn {
  display: inline-block;
}
table select,
table input {
  width: 100%;
}
table em {
  margin: 0px 5px;
}

/* color */
h2,
h3,
h4,
h5 {
  font-weight: 500;
  line-height: 1em;
}
h3 {
  font-size: 2.2em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.3em;
}
img {
  vertical-align: top;
}
b {
  font-weight: 500;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: 2.4em;
}

.wrap {
  position: relative;
}

html,
body {
  /* min-width: 1024px; */
}
body {
  padding-top: 74px;
}
.mg0 {
  margin: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

hr {
  /* margin: 30px 0; */
  margin: 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #ededed;
}

.displaynone {
  display: none !important;
}
.visibility {
  visibility: hidden !important;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  /*    height: calc(100vh - 80px);*/
  z-index: 9999;
}

.red_border {
  background: #fff;
  border: 1px solid var(--red-100-color);
  color: var(--red-100-color);
}

.spinner img {
  width: 100px;
}

.field_area .field_col {
  gap: 10px;
}
.field_area .field_col h3 {
  color: #222;
  font-weight: 500;
  font-size: 16px;
}

/* 페이징 */
.pagenate {
  margin: 70px 0;
}
.pagenate ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenate ul li.first_ {
  margin-right: 17px;
}
.pagenate ul li.last_ {
  margin-left: 17px;
}
.pagenate ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.pagenate .active a {
  background-color: var(--color-primary);
  color: #fff;
}

.pagenate ul.new a {
  border-radius: 5px;
}
.pagenate ul.new a.dot {
  padding: 10px 5px;
  width: auto;
}

.text-red {
  color: var(--red-100-color);
}

.accent_color {
  color: var(--primary-color);
}

.btn-Gray {
  display: flex;
  align-items: center;
  background: var(--gray-font-color);
  color: #fff;
  cursor: pointer;
}
.light_gray_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-gray);
  color: #888;
  cursor: pointer;
}

.red_btn {
  background: var(--red-100-color);
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.btn-primary {
  display: flex;
  align-items: center;
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
}
.send_message_btn {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-radius: var(--border-round-S);
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--line-color);
  background: #fff;
  color: #222;
}
.send_message_btn img {
  max-width: 16px;
}

[data-btn-type="floating"] {
  position: fixed;
  right: 34px;
  bottom: 188px;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
  /*    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;*/
  cursor: pointer;
  z-index: 9999;
}
[data-btn-type="floating"] span {
  font-size: 12px;
  font-weight: 400;
}

[data-btn-type="floating"] .message_count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: var(--red-100-color);
  color: #fff;
  text-align: center;
}

[data-btn-type="floating"] .message_read_tooltip {
  position: absolute;
  top: -55px;
  right: 0;
  width: 254px;
  padding: 10px;
  background: var(--yellow-color);
  border-radius: 10px;
  color: #222;
  font-size: 13px;
  display: flex;
  align-items: center;
}
[data-btn-type="floating"] .message_read_tooltip::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 18px solid var(--yellow-color);
  z-index: 1;
  bottom: -12px;
  right: 20px;
  transform: rotate(180deg);
}

[data-btn-type="floating"] .message_read_tooltip img {
  max-width: 12px;
  margin-left: 8px;
  cursor: pointer;
}

.toastify {
  max-width: calc(70% - 20px);
}

.submitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  background-color: var(--color-primary);
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  box-shadow: 0px 10px 20px rgba(60, 203, 219, 0.3);
  -webkit-box-shadow: 0px 10px 20px rgba(60, 203, 219, 0.3);
}
.submitBtn:hover {
  background-color: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-shadow: none;
}

.customBtn_p {
  cursor: pointer;
  background: #36b7c5 !important;
  color: #fff !important;
  border: 1px solid #36b7c5 !important;
  border-radius: 5px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
.customBtn_p img {
  max-width: 20px;
}
.customBtn_p:hover {
  background: #fff !important;
  color: #36b7c5 !important;
}
#header .gnb li.marketing {
    display: none;
}

/* ── 캠페인 만들기 버튼 (신규 디자인) ── */
#side-menu .campaign-make-btn {
  margin: 0 16px 8px;
  width: auto;
}

.campaign-make-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 12px;
  height: 50px;
  background: #36b7c5;
  border-radius: 8px;
  color: #fff;
  font: var(--font-body-m-bold);
  letter-spacing: var(--body-m-letter);
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.campaign-make-btn:hover {
  background: #2fa8b7;
  color: #fff;
  text-decoration: none;
}
.campaign-make-btn__badge {
  position: absolute;
  top: -10px;
  left: 9px;
  background: #da2872;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 0 8px;
  height: 20px;
  width: 55px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.campaign-make-btn--mobile {
  border-radius: 15px;
}

.fill_btn {
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  font-weight: 500;
}

.fill_btn:hover {
  background: #fff;
  color: var(--primary-color);
}

.btn_border {
  display: inline-block;
  border-radius: 5px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background: #fff;
  line-height: 1;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}
.btn_border:hover {
  background: var(--primary-color);
  color: #fff;
}

div.user_feedback {
  top: 35%;
  padding-bottom: 20px;
}

div.user_feedback > div {
  background: #ff6262;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 15px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}

div.user_feedback > div > div {
  display: flex;
  gap: 14px;
}
div.user_feedback img {
  transform: rotate(90deg);
  max-width: 20px;
}

.whiteBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  border: 1px solid var(--color-primary);
  /*        padding: 13px 40px;*/
  cursor: pointer;
}

.border_white_btn {
  border-radius: 8px;
  color: #36b7c5 !important;
  border: 1px solid #36b7c5 !important;
  display: inline-block;
  background: #fff !important;
  padding: 10px 30px;
  cursor: pointer;
}

.border_btn_w {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  color: var(--theme-font-color);
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #e4e8ee;
  cursor: pointer;
}

.border_btn.on {
  border-color: (--primary-color, #36b7c5);
}

.border_btn_p {
  border-radius: var(--border-round-S) !important;
  background: #fff !important;
  color: var(--primary-color) !important;
  display: inline-block;
  border: 1px solid var(--primary-color);
  text-align: center;
  cursor: pointer;
}
/*
.border_btn_p:hover{
background: var(--primary-color, #36B7C5) !important;
color: #fff !important;
}
*/
.fill_primary_btn {
  background-color: var(--primary-color) !important;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 35px;
  line-height: 24px;
  padding: 10px;
  border: none;
  border-radius: var(--border-round-S) !important;
  cursor: pointer;
}
.fill_accent_btn {
  background-color: var(--accent-color) !important;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 35px;
  line-height: 24px;
  padding: 13px;
  border: none;
  border-radius: var(--border-round-S) !important;
}
.fill_gradient_btn {
  background: var(--gradient-color) !important;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 35px;
  line-height: 24px;
  padding: 13px;
  border: none;
  border-radius: var(--border-round-S) !important;
}
.fill_gray_btn {
  background-color: var(--bg-gray);
  color: var(--gray-font-color);
  font-size: 16px;
  font-weight: 500;
  padding: 7px 35px;
  line-height: 24px;
  padding: 13px;
  border-radius: 5px;
}

.gray_btn {
  background: var(--bg-gray) !important;
  color: var(--navy-color) !important;
  border: none;
  border-radius: var(--border-round-S) !important;
}
.gray_btn:hover {
  background: #d2d2d2 !important;
}
.navy_btn {
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #fff;
  border-radius: 5px;
  background-color: var(--navy-color) !important;
  box-sizing: border-box;
  display: inline-block;
  /*    max-width: fit-content;*/
  width: 100%;
  word-break: keep-all;
}

/* 툴팁 CSS */

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  height: 18px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.result:has(.tooltip):hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.tooltiptext {
  visibility: hidden;
  background-color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  position: absolute;
  bottom: 50%;
  left: 20px;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateY(50%);
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  word-break: keep-all;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000 !important;
  text-align: left;
  width: max-content;
  max-width: 450px;
  word-break: keep-all;
}
.tooltiptext.left {
  left: initial;
  right: 30px;
}
.tooltiptext.top {
  left: 0;
  bottom: 25px;
  transform: translateY(0);
}
.tooltiptext .head {
  font-weight: 600;
  font-size: 16px;
}
.tooltiptext .desc {
  font-size: 14px;
}

/* 말풍선 위에 삼각형 추가 */
.tooltiptext::after {
  /*
content: "";
position: absolute;
top: 50%;
left: -28px;
border-width: 14px;
border-style: solid;
border-color: #ddd transparent transparent transparent;
transform: rotate(90deg) translateX(-50%);
z-index: 1;
*/
}

/* 말풍선 위에 삼각형 추가 */
.tooltiptext::before {
  /*
content: "";
position: absolute;
top: 50%;
left: -24px;
border-width: 12px;
border-style: solid;
border-color: #fff transparent transparent transparent;
transform: rotate(90deg) translateX(-50%);
z-index: 2;
*/
}

.tooltiptext.left::after {
  left: initial;
  right: -28px;
  transform: rotate(-90deg) translateX(50%);
}

/* 말풍선 위에 삼각형 추가 */
.tooltiptext.left::before {
  /*
left: initial;
right: -24px;
transform: rotate(-90deg) translateX(50%);
*/
}
.blog_grade .tooltiptext {
  max-width: 450px;
}

.loader {
  width: 38px;
  height: 38px;
  border: 4px solid var(--primary-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  left: calc(50% - 20px);
  top: 50%;
  transform: translate(-50%, -50%);
}

.small_loade {
  width: 25px;
  height: 25px;
  border: 2px solid var(--primary-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
}
.white_loader {
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

header .inner {
  padding: 0 40px;
}
header .login-area {
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ededed;
  font-weight: 500;
}
header .login-area img {
  margin-right: 10px;
}
header .login-area ul li {
  display: inline-block;
  padding-left: 20px;
  background-image: url(../img/icon/dot_g.png);
  background-repeat: no-repeat;
  background-position: left 8px center;
}
header .login-area ul li:first-child {
  background-image: none;
}

header .haeder-wrap {
  display: flex;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ededed;
}
header .haeder-wrap .gnb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* 월간 인플루언서 한도 표시 (PC 헤더, OKPOS) — 개선 #5 */
/* 헤더 셀렉터는 #header .gnb 기준 (header.haeder-wrap 자기 자신이라 'header .haeder-wrap' 후손 셀렉터는 매칭 안 됨) */
#header .gnb .okpos-infl-quota {
    display: flex;
    align-items: center;
    gap: 4px;
    /* margin-right: 24px; */
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}
#header .gnb .okpos-infl-quota__label { color: #666d84; }
#header .gnb .okpos-infl-quota__count { color: #666d84; }
#header .gnb .okpos-infl-quota__count b { font-weight: 500; color: var(--color-content-brand, #1aacbc); }
#header .gnb .okpos-infl-quota__count i { font-style: normal; color: var(--color-content-subtle, #72798a); }
header .haeder-wrap .gnb ul {
  margin-left: 30px;
}
header .haeder-wrap .gnb ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  font-size: 18px;
  line-height: 36px;
}

header .haeder-wrap .gnb a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header .haeder-wrap .gnb a span {
  color: #666;
  font-size: 18px;
  font-weight: 500;
}
header .haeder-wrap .link_btn {
  font-size: 16px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  background-color: #fff;
}
#header .inner {
}
#header a:hover,
#header li.active {
  color: var(--color-primary);
  font-weight: 500;
}

#header .logo {
  margin-left: 15px;
}

#header .tool_area,
#header .catagory_area {
  border-bottom: 1px solid var(--color-border-default);
}
#header .tool_area .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  height: 74px;
}

#header .catagory_area .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
}
#header .catagory_area .menu a {
  display: inline-block;
  line-height: 3;
  /*        width: 70px;*/
  text-align: center;
  padding: 0 8px;
  /*        border-top: 4px solid #fff;*/
  /*        border-bottom: 4px solid #fff;*/
  position: relative;
}

#header .catagory_area .menu a.dot::before {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #ff0202;
}

#header .catagory_area .menu .active a {
  border-bottom-color: var(--color-primary);
}

#header .search_area {
  margin-left: 214px;
}

#header .gnb {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: var(--spacing-24);
}
#header .gnb ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  gap: var(--spacing-24);
}
#header .gnb ul li + li {
  /* margin-left: 16px; */
}
#header .gnb a {
  font-size: 14px;
  font-weight: 500;
}
#header .gnb .notice {
  position: relative;
}
#header .gnb .notice.active:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -7px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ff4848;
}

#header .catagory_area .inner > div {
  height: 100%;
}
#header .menu_all {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  cursor: pointer;
}
#header .menu_all:before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 14px;
  background-image: url(../img/icon/tool/bugger_b.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#header .menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 35px;
}
#header .menu li {
  width: 135px;
  height: 100%;
  text-align: center;
}
#header .menu li.on {
  color: var(--color-primary);
  font-weight: 500;
  border-bottom: 3px solid var(--color-primary);
}
#header .menu li.contents_tab {
  position: absolute;
  right: 0;
}
.menu_all_area {
  display: none;
}
.menu_all_area.active {
  display: block;
}
.menu_all_area .wrap {
  position: absolute;
  left: 0;
  top: 51px;
  /*        height: 255px;*/
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  z-index: 10;
}
.menu_all_area .wrap > article {
  width: 190px;
  height: 100%;
  margin-bottom: 0;
  padding: 30px;
}
.menu_all_area .wrap > article + article {
  border-left: 1px solid #eeeeee;
}
.menu_all_area .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}
.menu_all_area .title img {
  margin-right: 8px;
}
.menu_all_area a {
  color: #888888;
}
.menu_all_area li {
  margin-top: 15px;
}

/* login header */
#header .catagory_area .campBtn_area {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 20px;
}
#header .catagory_area .campBtn_area a {
  padding: 6px 23px;
  padding-bottom: 8px;
  border-radius: 5px;
  color: #044951 !important;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
}
#header .catagory_area .campBtn_area a:hover {
  opacity: 0.8;
}

#header .gnb .use-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-size: 13px;
  color: #888;
  white-space: nowrap;
}
#header .gnb .use-info b {
  font-size: 16px;
  color: #222;
}
#header .gnb .use-info .btn_ {
  margin-left: 10px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 400;
}
#header .gnb .use-info a {
  color: #888;
}
#header .gnb .use-info a:hover {
  color: inherit;
  font-weight: inherit;
}
#header .gnb .use-info .profile .profile_img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background: #efefef;
  border-radius: 50%;
}
#header .gnb .use-info b {
  padding-right: 5px;
  color: #222;
}

/* header bubble */
#header .gnb .overBtn {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .gnb .overBtn:hover .over_layer {
  display: block;
}
/* 프로필 hover 드롭다운(#OVUSE)을 프로필 영역 기준으로 앵커 — 한도 표시 추가로 좌측 이탈 방지 */
#header .gnb .use-info .profile.overBtn {
    position: relative;
}
#header .gnb .overBtn .home{
    border: 1px solid var(--color-border-medium);
    padding: 13px;
    border-radius: var(--radius-6);
}
#header .gnb .over_layer {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e7e7;
  border-radius: 6px;
}
#header .gnb .over_layer ul {
  padding: 15px;
  font-size: 14px;
  flex-flow: column;
  align-items: flex-start;
}
#header .gnb .over_layer ul li {
  width: 100%;
}
#header .gnb .over_layer ul li + li {
  margin-left: 0;
  margin-top: 8px;
}
#header .gnb .over_layer ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 3px 0;
  /*        width: fit-content;*/
}
#header .gnb .over_layer ul li a.dot::before {
  content: "";
  position: absolute;
  right: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #ff0202;
}

#header .gnb .over_layer ul li a .count {
  padding: 3px 5px;
  min-width: 24px;
  border-radius: 20px;
  background-color: #f3fdff;
  color: #16b9cb;
  font-size: 12px;
  text-align: center;
}
#header .gnb .over_layer ul li a p {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#header .gnb .over_layer ul li a.coupon {
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
#header .gnb .over_layer ul li a.coupon .badge {
  background: #efefef;
  border-radius: 50%;
  color: #222;
  padding: 3px 6px;
  font-size: 12px;
}
#header .gnb .over_layer ul li a.coupon .badge.on {
  background: #ff0202;
  color: #fff;
}

#header .gnb .over_layer ul + ul {
  border-top: 1px solid #e7e7e7;
}
#header .gnb .over_layer:before,
#header .gnb .over_layer:after {
  position: absolute;
  content: "";
  top: -15px;
}
#header .gnb .over_layer:before {
  border-top: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #fff;
  z-index: 1;
}
#header .gnb .over_layer:after {
  margin-top: -1px;
  left: -1px;
  border-top: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #e7e7e7;
}

#header .gnb #OVUSE {
  left: -13px;
  width: 164px;
}
#header .gnb #OVUSE:before,
#header .gnb #OVUSE:after {
  left: 17px;
}

#header .gnb #OVMT {
  right: 92px;
  width: 145px;
}

#header .gnb #OVMT:before,
#header .gnb #OVMT:after {
  left: 60px;
}

#header .gnb .admin #OVMT,
#header .gnb .admin #OVMT {
  right: 40px;
}

#header .gnb .admin #OVMT:before,
#header .gnb .admin #OVMT:after {
  left: 60px;
}

#header .gnb #OVNT {
  right: 0;
  width: 280px;
}
#header .gnb #OVNT:before,
#header .gnb #OVNT:after {
  right: 80px;
}
#header .gnb #OVNT:after {
  left: auto;
  right: 80px;
}
#header .gnb #OVNT .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 38px;
  padding: 0 15px;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
}
#header .gnb #OVNT .top b {
  font-weight: 500;
  padding-left: 5px;
  color: #ff4848;
}
#header .gnb #OVNT a {
  display: block;
}
#header .gnb #OVNT a p:first-child {
  color: #888;
}
#header .gnb #OVNT a:hover {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
#header .gnb #OVNT .all {
  width: 100%;
  background-color: #f9f9f9;
  color: #444;
  text-align: center;
  padding: 9px;
  border-radius: 0px 0px 6px 6px;
}

#header .gnb #OVCT {
  right: 0px;
  width: 145px;
}
#header .gnb #OVCT:before,
#header .gnb #OVCT:after {
  left: auto;
  right: 15px;
}

#header .ad_banner.pc {
  display: flex;
  gap: 100px;
}
#header .ad_banner.mo {
  display: none;
}
#header .ad_banner {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .ad_banner > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .ad_banner > div .text {
  font-size: 22px;
  font-weight: 700;
}
#header .ad_banner > div .link_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-left: 1px solid #fff;
  margin: 0 15px;
  display: flex;
  cursor: pointer;
}
#header .ad_banner > div .link_text a {
  padding: 0 15px;
  line-height: 1;
}
#header .ad_banner div a:hover {
  color: #fff;
}

#header .ad_banner .close_text {
  cursor: pointer;
  position: relative;
}
#header .ad_banner .close_text span {
  font-size: 14px;
  font-weight: 500;
}
#header .logo_wrap a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
#header .logo_wrap a span {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
#header .logo_wrap a img {
  max-width: 72px;
}

#header .ad_banner.pc {
  display: flex;
}
#header .ad_banner.mo {
  display: none;
}
#header .ad_banner {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .ad_banner > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#header .ad_banner > div .text {
  font-size: 22px;
  font-weight: 700;
}
#header .ad_banner > div .link_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-left: 1px solid #fff;
  margin: 0 15px;
  display: flex;
  cursor: pointer;
}
#header .ad_banner > div .link_text a {
  padding: 0 15px;
  line-height: 1;
}
#header .ad_banner div a:hover {
  color: #fff;
}

/* // 헤더 */

.fontBold {
  font-weight: 700;
}

.fill_primary_btn {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 35px;
  line-height: 24px;
  padding: 13px;
  border-radius: 5px;
}
.fill_gray_btn {
  background-color: var(--bg-gray);
  color: var(--gray-font-color);
  font-size: 16px;
  font-weight: 500;
  padding: 7px 35px;
  line-height: 24px;
  padding: 13px;
  border-radius: 5px;
}
.customBtn {
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 7px 35px;
  border-radius: 50px;
}
.customBtnDisable {
  background-color: var(--disabled-gray-color);
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 7px 35px;
  border-radius: 50px;
}
.customBtnDisable_black {
  background-color: var(--gray-font-color);
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 7px 35px;
  border-radius: 50px;
}

.project-link {
  display: inline-block;
  vertical-align: top;
  background-color: var(--color-primary);
  color: #fff;
  padding: 0px 20px;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 5px;
}
.reviewer-link {
  display: inline-block;
  vertical-align: top;
  background-color: #707070;
  color: #fff;
  padding: 0px 20px;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 5px;
}

.notice-n {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: "roboto";
  background-color: #ddd;
  color: #fff;
  background-color: #eb6161;
  padding: 0px 7px 0px 6px;
  border-radius: 10px;
}

.search-area {
  position: relative;
}
.search-area input {
  width: 313px;
  height: 48px;
  border: none;
  border-radius: 25px;
  background-color: #f4f5f9;
  font-size: 16px;
  padding: 0px 50px 0 20px;
}
.search-area .btn-search {
  position: absolute;
  top: 0;
  right: 20px;
  width: 25px;
  height: 100%;
  background-image: url(../img/icon/search.png);
  background-repeat: no-repeat;
  background-position: center;
}

/*아이콘 */
i.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-add {
  background-image: url(../img/icon/pen.png);
}
.active .icon-add,
.seleced .icon-add {
  background-image: url(../img/icon/pen_a.png);
}
/* .icon-home-new {
    background-image: url(../img/icon/home_new.png);         
}
.active .icon-home-new, .seleced .icon-home-new {
    background-image: url(../img/icon/home_new_a.png);           
}
.icon-gear {
    background-image: url(../img/icon/gear.png);         
}
.active .icon-gear,.seleced .icon-gear {
    background-image: url(../img/icon/gear_a.png);           
}
 .icon-his {
    background-image: url(../img/icon/note.png);         
}
.active .icon-his, .seleced .icon-his {
    background-image: url(../img/icon/note_a.png);           
}
 .icon-user {
    background-image: url(../img/icon/user.png);         
}
.active .icon-user, .seleced .icon-user {
    background-image: url(../img/icon/user_a.png);           
}
.icon-payment {
    background-image: url(../img/icon/payment.png);
}
.active .icon-payment, .seleced .icon-payment {
    background-image: url(../img/icon/payment_a.png);           
}
.icon-setting {
    background-image: url(../img/icon/gear_icon.svg);
}
.active .icon-setting, .seleced .icon-setting {
    background-image: url(../img/icon/gear_icon_on.svg);
} */

/* 광고주 전용 가입 인덱스 페이지 */
.sign-up-bg {
  width: 1100px;
  height: auto;
  padding: 0;
  background: rgb(196, 239, 236); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(196, 239, 236, 1) 5%,
    rgba(196, 239, 236, 1) 5%,
    rgba(255, 201, 252, 1) 76%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(196, 239, 236, 1) 5%,
    rgba(196, 239, 236, 1) 5%,
    rgba(255, 201, 252, 1) 76%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(196, 239, 236, 1) 5%,
    rgba(196, 239, 236, 1) 5%,
    rgba(255, 201, 252, 1) 76%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4efec', endColorstr='#ffc9fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  border-radius: 50px;
  margin: 50px auto;
  display: flex;
}
.sign-up-left {
  flex-basis: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.sign-up-left h1 {
  font-size: 24px;
  color: var(--color-primary);
  text-align: center;
}
.assaview-phone {
  width: 250px;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgb(133, 133, 133));
}
.sign-up-right {
  height: 800px;
  background-color: #ffffff;
  border-radius: 50px;
  flex-grow: 1;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.sign-up-right h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
.join-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.sign-up-right button {
  width: 400px;
  height: 60px;
  border-radius: 50px;
  font-size: 24px;
}
.sign-up-right .biz-kakao-join {
  background-color: #ffee00;
  color: #2b1718;
}
.sign-up-right .biz-kakao-join:hover {
  background-color: #ffffff;
  border: 2px solid #ffee00;
}
.sign-up-right .biz-naver-join {
  background-color: #50aa34;
  color: #ffffff;
}
.sign-up-right .biz-naver-join:hover {
  background-color: #ffffff;
  border: 2px solid #50aa34;
  color: #2b1718;
}
.sign-up-right .biz-site-join {
  background-color: var(--color-primary);
  color: #ffffff;
}
.sign-up-right .biz-site-join:hover {
  background-color: #ffffff;
  border: 2px solid var(--color-primary);
  color: #2b1718;
}
.sign-up-right .biz-login {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.sign-up-right .biz-login:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}
.sign-to-login {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.biz-login-cs {
  width: 400px;
  display: flex;
  justify-content: space-between;
}
.biz-login-cs a {
  display: inline-block;
  text-decoration: underline;
}
.biz-login-cs a:hover {
  font-weight: 700;
}

/* 광고주 전용 로그인 페이지 */
.sign-up-right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sign-up-right form > input {
  border-radius: 50px;
  padding-left: 50px;
  width: 400px;
  height: 60px;
}
.auto_login {
  display: flex;
  align-items: center;
}
.sign-up-right input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
}
.sign-up-right input[type="checkbox"]:checked {
  content: "\2713";
  font-size: 16px;
  color: #ffffff;

  accent-color: var(--color-primary);
  background-color: #ffffff;
}
.reviewer_chk {
  width: 400px;
  display: flex;
  justify-content: flex-start;
  text-decoration: underline;
}
.reviewer_chk:hover {
  font-weight: 700;
}
.sng_sign {
  max-width: 400px;
}
.sng_sign .tit {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.sng_sign .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #eee;
}
.sng_sign .tit span {
  position: relative;
  font-size: 14px;
  background-color: #fff;
  padding: 0 25px;
  z-index: 1;
}
.sng_sign ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sng_sign ul li + li {
  margin-left: 20px;
}
.sng_sign ul li img {
  width: 100%;
  vertical-align: top;
}
/* 광고주 전용 가입 페이지 */
.join-right {
  padding: 50px 0;
  background-color: #ffffff;
  border-radius: 50px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.join-right h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
.join-right form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.join-right form .field_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.join-right form .field {
  border-radius: 5px;
  border: 1px solid var(--color-primary);
  padding: 0 0 0 20px;
  width: 450px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-right form .field > label {
  flex-shrink: 0;
  width: 100px;
}
.join-right form .field > input {
  flex-grow: 1;
  padding: 0;
  height: 100%;
  background-color: transparent;
  border: none;
}
.join-right .field_alert {
  color: #dc3545;
}
.join-right .field .btn {
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 120px;
  height: 30px;
  font-size: 13px;
  margin-right: 20px;
}
.join-right .field .btn:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}
.join-right .term_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 450px;
}

.term_wrap > ul li + li {
  margin-top: 20px;
}
.term_wrap .term {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.term_wrap .term.allCehck {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
.term_wrap .term .drop_btn {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  width: 90px;
  padding: 2px 13px;
  border-radius: 5px;
  background-image: url(../img/icon/arrow_down_m.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  color: var(--color-primary);
}
.term_wrap .term .drop_btn.active {
  background-color: #f1fcfe;
  background-image: url(../img/icon/arrow_up_m.svg);
}

.term_wrap .term.drop_btn {
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
}
.term_wrap .term.drop_btn.active img {
  transform: rotate(180deg);
}

.term_wrap .dorp_wrap {
  display: none;
  margin-top: 18px;
}
.term_wrap .dorp_wrap .text {
  background-color: #f5f5fa;
  border-radius: 5px;
  padding: 15px 10px;
  max-height: 190px;
  overflow-y: scroll;
  white-space: pre-line;
  font-size: 13px;
  line-height: 1.5em;
}

.term_wrap .dorp_wrap .text::-webkit-scrollbar {
  width: 15px;
  background-color: transparent;
}
.term_wrap .dorp_wrap .text::-webkit-scrollbar-thumb {
  background-color: #9499b4;
  border: 5px solid #f5f5fa;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0;
}
.term_wrap .dorp_wrap .text::-webkit-scrollbar-track {
  background-color: transparent;
  opacity: 0;
}
.join-right .biz-join {
  display: flex;
  justify-content: center;
}
.join-right .biz-join button {
  width: 400px;
  height: 60px;
  border-radius: 50px;
  font-size: 24px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.join-right .biz-join button:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}
/* 사이드 메뉴 */
#side-menu {
  color: #fff;
}
#side-menu > .sticky {
  /* position: sticky; */
  top: 90px;
  max-height: 100%;
  /* overflow: scroll; */
}

#side-menu .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 50px 0 46px 0;
}
#side-menu .gnb {
  padding-left: 8px;
  padding-right: 16px;
  padding-bottom: 40px;
  color: #f6f6f6;
}
#side-menu .gnb li {
  position: relative;
  margin-bottom: 8px;
}
#side-menu .gnb li:last-child {
  margin-bottom: 0;
}
#side-menu .gnb li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 48px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text-strong);
}
#side-menu .gnb li.seleced .icon {
  color: var(--color-primary);
}
#side-menu .gnb li.active .icon {
  color: var(--color-primary);
}

#side-menu .gnb .link {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
}
#side-menu .gnb .active {
  color: #444c67;
}
#side-menu .gnb .link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
  transition: background-color 0.1s;
}

#side-menu .gnb .link .round {
  position: absolute;
  right: 0;
  width: 44px;
  height: 48px;
  background-color: #f8f8fa;
  opacity: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--color-primary);
}
#side-menu .gnb .link .round:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
}
#side-menu .gnb .link .round:first-child {
  top: -44px;
}
#side-menu .gnb .link .round:first-child:before {
  border-radius: 0px;
}
#side-menu .gnb .link .round:last-child {
  top: 100%;
}
#side-menu .gnb .link .round:last-child:before {
  border-radius: 0px;
}

#side-menu .gnb .active .link:before,
#side-menu .gnb .seleced .link:before {
  /* width: 100%; */
  background-color: #fff;
}
#side-menu .gnb .active .link .round,
#side-menu .gnb .seleced .link .round {
  opacity: 0;
}
#side-menu .gnb .active .link .round:first-child:before,
#side-menu .gnb .seleced .link .round:first-child:before {
  border-radius: 0px 0px 44px 0px;
}
#side-menu .gnb .active .link .round:last-child:before,
#side-menu .gnb .seleced .link .round:last-child:before {
  border-radius: 0px 100% 0px 0px;
}

#side-menu .gnb .link:before,
#side-menu .gnb .link .round:first-child:before,
#side-menu .gnb .link .round:last-child:before,
#side-menu .gnb .link:before,
#side-menu .gnb .link .round:first-child:before,
#side-menu .gnb .link .round:last-child:before {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#side-menu .gnb .link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  padding-left: 44px;
  padding-right: 8px;
  font: var(--font-body-m-medium);
  color: var(--color-text-strong);
}
#side-menu .gnb li:not(.active):hover .link:before {
  background-color: rgba(255, 255, 255, 0.2);
}

#side-menu .gnb .active .link a,
#side-menu .gnb .seleced .link a {
  font: var(--font-body-m-semibold);
  color: var(--color-content-brand);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#side-menu .gnb .link a svg {
  width: 11px;
  height: 11px;
  transition: transform 0.2s;
}
#side-menu .gnb .link a svg path {
  fill: var(--color-content-muted);
  transition: fill 0.2s;
}
#side-menu .gnb .active .link a svg path,
#side-menu .gnb .seleced .link a svg path {
  fill: var(--color-content-brand);
}
#side-menu .gnb .link a img {
  max-width: 38px;
}
#side-menu .gnb .active .link a svg {
  transform: rotate(-180deg);
}
/* #side-menu .gnb .active .link a svg path{
    fill:var(--primary-color);
} */
#side-menu .gnb li[data-menu="non-drop"] .link:before {
  border-radius: 12px;
}

#side-menu .gnb li[data-menu="non-drop"] .link a {
  padding: 6px 6px 6px 12px;
  font-size: 16px;
  height: 48px;
  line-height: 1;
  background-color: var(--color-point-weak);
  border-radius: 12px;
  color: var(--color-point);
  font-weight: 500;
}
#side-menu .gnb li[data-menu="non-drop"].active .link a svg {
  transform: rotate(0deg);
}
#side-menu .gnb li[data-menu="non-drop"] .link a svg {
  width: 29px;
  height: 32px;
}
#side-menu .gnb li[data-menu="non-drop"] .link a svg path {
  fill: var(--color-point);
}

#side-menu .gnb .drop-mueu {
  display: none;
  position: relative;
}
#side-menu .gnb .active .drop-mueu {
  display: block;
}
#side-menu .gnb .seleced .drop-mueu {
  display: block;
}
#side-menu .gnb .drop-mueu .box {
  padding: 0 19px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}
#side-menu .gnb .drop-mueu .box a {
  display: block;
  padding: 5px 12px;
  border-radius: 18px;
  font-size: 16px;
  color: #fff;
}
#side-menu .gnb .drop-mueu .box a.active {
  background-color: #fff;
  color: #444;
  font-weight: 500;
}

/* #side-menu .gnb .drop-mueu .drops {
    font-size: 16px;
} */
/* #side-menu .gnb .drop-mueu .drops + .drops {
    margin-top: 15px;
} */
#side-menu .gnb .drop-mueu .drops .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 12px 12px;
  border-radius: 0px;
  font-size: 14px;
  color: #666d84;
  cursor: pointer;
  /* background-image: url(../img/icon/go_link.png);
    background-repeat: no-repeat;
    background-position: right 18px center; */
  border-bottom: 1px solid #f3f3f3;
}
#side-menu .gnb .drop-mueu .drops:last-child .tit {
  border-bottom: none;
}
#side-menu .gnb .drop-mueu .drops .tit .badge {
  background: #f6f6f6;
  color: var(--color-primary);
  border-radius: 10px;
  padding: 0 6px;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 300;
}
#side-menu .gnb .drop-mueu .drops:has(+ .drops .tit.on) .tit {
  border-bottom: 0;
}
#side-menu .gnb .drop-mueu .drops .tit.on {
  background: var(--color-primary-weak);
  color: var(--color-primary);
  /* background-image: url(../img/icon/go_link_on.svg);
background-repeat: no-repeat;
background-position: right 18px center; */
  border-radius: 8px;
  padding: 12px 12px;
  font-weight: 500;
  border-bottom: 0;
}
#side-menu .gnb .drop-mueu .drops .tit.on svg path {
  fill: var(--primary-color);
}
#side-menu .gnb .drop-mueu .drops ul {
  margin-top: 10px;
  display: none;
}
#side-menu .gnb .drop-mueu .drops li {
  font-size: 15px;
  margin-bottom: 0px;
  padding: 0 10px;
}
#side-menu .gnb .drop-mueu .drops li a {
  padding: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0 !important;
}
#side-menu .gnb .drop-mueu .drops li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 3px;
  height: 3px;
  background-color: #f6f6f6;
}

#side-menu .gnb .drop-mueu .drops.active .tit {
  background-color: #fff;
  color: #444;
  font-weight: 500;
  background-image: url(../img/icon/arrow_down.png);
}
#side-menu .gnb .drop-mueu .drops.active ul {
  display: block;
}

/* 레이아웃 */
#container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  /*height: 100%;*/
  /*        background-color: var(--color-primary)*/
  /*        background-color: var(--color-primary)*/
  margin-bottom: 0;
  /* min-width: 1024px; */
  /* padding-top: 74px; */
  background-color: var(--background-gray-weak);
}

#container #side-menu {
  width: 232px;
  height: 100%;
  flex-shrink: 0;
  background-color: #fff;
  /* background-image: url(../img/visual/wave_bg.png); */
  /* background-repeat: no-repeat; */
  /* background-position: left top; */
  /* z-index: 100; */
  min-width: 0;
  position: sticky;
  top: 74px;
  padding-top: 20px;
  overflow-y: auto;
  height: calc(100dvh - 74px);
  border-right: 1px solid var(--color-border-default);
}

#container #side-menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#container #side-menu::-webkit-scrollbar-thumb {
  background-color: #d2d2df;
  border-radius: 10px;
}
#container #side-menu::-webkit-scrollbar-track {
  background-color: #f4f5f9;
  box-shadow: inset 0px 0px 1px white;
}

#container #wrap {
  padding: 30px 40px;
  width: 100%;
  min-height: 100%;
  background-color: #fafafa;
  /* border-radius: 50px 0 0 50px; */
  min-width: 0;
}
#container #wrap.mh700 {
  min-height: 700px;
}

.section-area {
  /* position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(212,212,223,0.2);
    -webkit-box-shadow: 10px 10px 10px rgba(212,212,223,0.2);
    padding: 25px 30px;
    margin-bottom: 25px; */
  position: relative;
  background-color: var(--color-surface-default);
  border-radius: var(--radius-12);
  padding: var(--spacing-16);
  border: 1px solid var(--color-border-default);
  box-shadow: 7.052px 7.052px 7.052px 0 rgb(237 237 244 / 20%);
  margin-bottom: 24px;
}

.section-area:last-child {
  margin-bottom: 0;
}
.section-area.mh650 {
  min-height: 650px;
}

.section-area.projectList .scroll-wrap {
  overflow-y: auto;
  padding-right: 0;
}
.bizProfile .section-area,
.notice_set .section-area,
.coupon .section-area {
  padding: 24px 32px 32px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.section-area.projectAll,
.section-area.projectList {
  /* background: #F8F8FA; */
  padding: 24px 32px 32px;
  max-width: 1128px;
  margin: 0 auto;
  min-height: initial;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.section-area > article {
  position: relative;
  font-size: 16px;
}
.section-area .pagenate {
  display: inline-block;
}

.section-area > article .number {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 23px;
  background-color: var(--color-primary);
  color: #fff;
  font-family: "roboto";
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-area > article > .title,
.section-area > article > .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font: var(--font-title-s);
  color: var(--color-content-default);
  margin: 5px 0;
}
.section-area > article > .title .guideTxt {
  display: inline-block;
  padding-left: 10px;
}
.section-area > article > .title .unlimited_pass_date {
  font-size: 14px;
  border: 1px solid var(--color-border-brand);
  border-radius: 15px;
  padding: 3px 10px;
  color: var(--color-content-brand);
  font-weight: 500;
}
.section-area > article > .title .subscribe_btn {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.section-area.productDetail .detail-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.section-area.productDetail .status_cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.section-area.productDetail .title_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--spacing-16);
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.section-area.productDetail .title_area > div:first-child {
  min-width: 0;
  overflow: hidden;
}
.section-area.productDetail .title_area .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--color-content-default);
}
.section-area.productDetail .title_area > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-area.productDetail .title_area a {
  background-color: var(--color-primary);
  color: #ffffff;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
  min-width: 100px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}
.section-area.productDetail .title_area .right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section-area.productDetail .title_area .right a {
  width: auto;
  margin-top: 0;
}
.section-area.productDetail .cp_info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.section-area.productDetail .cp_info .cp_recruit {
  flex: 0 0 100%;
}
.section-area.productDetail .cp_info .tag_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 310px;
}
.section-area.productDetail .cp_info .tag_area > .cp_media_cont {
  display: flex;
  gap: 10px;
}
.section-area.productDetail .cp_info .tag_area > .cp_media_cont > p {
  display: flex;
  gap: 5px;
}
.section-area.productDetail .cp_info .tag_area .cp_recruit span {
  display: flex;
  gap: 10px;
}

.section-area.productDetail .date {
  padding: 10px 25px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  line-height: 1;
  cursor: pointer;
}
.section-area.productDetail .date span {
  font-weight: 700;
  padding-left: 25px;
}

/* === productDetail 헤더 리뉴얼 (Figma 2465-58936) === */
/* 좌측 콘텐츠 컬럼 | 우측 토글 (무제한 칩 유무와 무관하게 토글은 우측 상단 고정) */
.section-area.productDetail .table-area{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.section-area.productDetail .table-area__main{ flex: 1; min-width: 0; }
.section-area.productDetail .status_cont{ flex-shrink: 0; }
.section-area.productDetail .table-area__main .label_container{ margin-bottom: 12px; }
.section-area.productDetail .title_area{ padding-bottom: 16px; }
/* 모집 화면 바로가기 버튼 */
.section-area.productDetail .img-area a.page-link{
    height: 40px;
    margin-top: 8px;
    padding: 0 12px;
    gap: 0;
    background: #fff;
    border: 1px solid var(--line-color);
    border-radius: 8px;
    color: var(--color-content-default);
    font-size: 14px;
    font-weight: 500;
}
/* 캠페인 유형 + 매체 태그를 한 줄 칩으로 */
.section-area.productDetail .cp_info{ gap: 16px; }
.section-area.productDetail .cp_chip_row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.section-area.productDetail .cp_chip_row .tag_area{
    max-width: none;
    justify-content: flex-start;
}
.section-area.productDetail .cp_chip_row .tag_area > .cp_media_cont{
    gap: 8px;
    flex-wrap: wrap;
}
.section-area.productDetail .cp_info .cp_type,
.section-area.productDetail .cp_chip_row .tag_area > .cp_media_cont > p{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 16px;
    border-radius: 4px;
    background: var(--surface-gray);
    color: var(--color-content-default);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
/* 선정 완료 / 모집 인원 통계 */
.section-area.productDetail .cp_recruit{
    color: var(--color-content-default);
    font-size: 16px;
    font-weight: 500;
}
/* 무제한 이용권 적용 칩 (라운드 풀) */
.section-area.productDetail .label_container .label.submit{
    border-radius: 9999px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
}

form .section-area {
  padding: var(--spacing-24);
}
form .section-area.required {
  border: 1px solid var(--primary-color);
}

form .section-area > article {
  padding: 0 0px;
}
form .section-area > article > .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 15px;
}
form .section-area > article > .number + .title {
  margin-left: 55px;
}

.guideTxt {
  font-size: 14px;
  color: #888;
  display: inline-block;
  padding-top: 10px;
}

.maxContent {
  height: 100% !important;
}

table.sticky th {
  position: sticky;
  top: 0;
  z-index: 1;
}

/* custom scrollbar */
.scroll-wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #d2d2df;
  border-radius: 10px;
}
.scroll-wrap::-webkit-scrollbar-track {
  background-color: #f4f5f9;
  box-shadow: inset 0px 0px 1px white;
}

/* 스텝 */
.step-area {
  position: relative;
  width: 60%;
  margin: 20px auto;
  padding: 9px 0 24px 0 !important;
  padding-top: 9px;
  padding-bottom: 24px;
}
.step-area .line {
  width: 100%;
  height: 2px;
  background-color: #d2d2df;
  margin-bottom: 15px;
}
.step-area .line .step-line {
  width: 50%;
  float: left;
  width: 50%;
  height: 2px;
  background-color: transparent;
}
.step-area .line .step-line.on {
  background-color: #444c67;
}
.step-area .stepBox {
  position: absolute;
  text-align: center;
  top: 0;
  color: #c4c4c4;
  z-index: 1;
}
.step-area .stepBox:before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 7px;
  width: 11px;
  height: 11px;
  border: 4px solid #fff;
  border-radius: 9px;
  background-color: #d2d2df;
}
.step-area .stepBox.on {
  color: #444c67;
}
.step-area .stepBox.on:before {
  background-color: var(--color-primary);
}

.step-area .stepBox:nth-child(1) {
  transform: translateX(-50%);
}
.step-area .stepBox:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}
.step-area .stepBox:nth-child(3) {
  right: 0;
  transform: translateX(50%);
}

.stiky-area {
  position: relative;
  height: 90px;
  overflow: hidden;
}
.stiky-area > article {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.stiky-area.fixed > article {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 90px;
  border-radius: 15px;
  z-index: 100;
  width: 1550px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 10px 10px 10px rgb(212 212 223 / 20%);
  -webkit-box-shadow: 10px 10px 10px rgb(212 212 223 / 20%);
  z-index: 8000;
}

/* 입력 필드 */
.field-group {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.field-group .field {
  width: 50%;
  margin-right: 25px;
}
/*
#cp_opt_list {
    margin-top: 30px;
}
*/
#cp_opt_list .field-group {
  padding-right: 100px;
}
.field {
  position: relative;
  display: flex;
  min-height: 40px;
  justify-content: flex-start;
  align-items: center;
}
/*
.field.subject_area{
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #EDEDED;
}
*/
.field input,
.field select {
  height: 48px;
  width: 100%;
  /*        border:none;*/
}
.field input::placeholder,
.field select::placeholder {
  color: #b7becd;
}
/* .field input[name='cp_opt_name[]']{
flex:1;
} */

.field select#mb_join_path_biz {
  padding-left: 0;
  border: none;
}
.field .field-tit {
  /* width: 170px; */
  flex-shrink: 0;
  font-size: 16px;
}
.field .top {
  align-self: flex-start;
}

.field .field-tit.tit20 {
  padding-top: 12px;
  font-size: 20px;
  font-weight: 500;
  width: 190px;
}

.field + .field,
.field + .field-group,
.field-group + .field {
  margin-top: 30px;
}

.field + .field#div_mb_cp_type_etc {
  margin-top: 10px;
}

.field-group .field + .field {
  margin-top: 0;
  /* padding-left: 20px; */
}

.field .auto-size {
  width: auto;
  margin-right: 38px;
}
.field .col2 {
  width: 200px;
}
.field .col3 {
  width: 250px;
}
.field .col6 {
  width: 100%;
  max-width: 650px;
}

.field .phone-area {
  width: 100%;
}
.field .phone-area select,
.field .phone-area input {
  /* width: 100px; */
}
.field .phone-area span {
  padding: 5px;
}

.btn-add {
  display: inline-block;
  padding-left: 35px;
  line-height: 25px;
  background-image: url(../img/icon/btn-add.png);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  white-space: nowrap;
}
.btn-add + .btn-add {
  margin-left: 40px;
}

.btn-remove {
  position: absolute;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-left: 35px;
  line-height: 25px;
  background-image: url(../img/icon/btn-remove.png);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  white-space: nowrap;
}

.gray {
  color: #888;
}
.field-col-6 {
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}
.field-col-6 .option-tit {
  width: 80px;
  flex-shrink: 0;
  font-size: 16px;
  color: #888;
}
.field-col-6 input {
  flex-grow: 1;
}

.field-col-6 + .field-col-6 {
  margin-left: 20px;
  padding-left: 20px;
}

/*수정 필드*/
.field .verify_ {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-grow: 1;
}
.field .verify_ .field {
  flex-grow: 1;
}
.field .verify_ .btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 115px;
  height: 60px;
  color: var(--color-primary);
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.field .verify_ .btn:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  box-shadow: none;
}
.field .check_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.field .check_wrap .checkbox_ + .checkbox_ {
  margin-left: 100px;
}

.field.cp_add_reward span {
  font-size: 16px;
  font-weight: 500;
  /* padding-left: 10px; */
}
.field.cp_add_reward .btn-group {
  padding-left: 20px;
}

.field.cp_add_reward .btn-group button {
  min-width: initial;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1;
  padding: 13.5px 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
  border-radius: var(--border-round-S);
  box-shadow: none;
}
.field.cp_add_reward .btn-group button[value="reset"] {
  color: #222;
  border: 1px solid var(--line-color);
}

.accordion_section .body .field.cp_add_reward {
  padding-top: 15px;
  /* order: 1; */
}
.accordion_section .body .field.cp_add_reward div.text {
  display: inline-block;
}

/* .field.cp_add_reward .btn-group .btn.btn-white{
    color: var(--primary-color);
} */

.field.thumbnail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.field.thumbnail .field-tit.tit20 {
  width: auto;
}

.field.thumbnail .tip {
  padding-top: 10px;
  padding-bottom: 2px;
  font-size: 16px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  width: fit-content;
  cursor: pointer;
}

.field.sub_opt_price {
  /* padding-bottom: 20px; */
}
.field.sub_opt_price .div_sub_opt_price {
  padding-right: 20px;
}
.field.sub_opt_price .tip {
  position: absolute;
  top: 50px;
  left: 170px;
  font-size: 16px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  width: fit-content;
  cursor: pointer;
}
.field .noti_box {
  padding-top: 10px;
}
.field .noti_box b {
  color: #757575;
}
.field .noti_box > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.field .noti_box > div ~ div {
  padding-left: 24px;
  color: #757575;
}

/*체크*/
.checkBox {
  position: relative;
  display: inline-block;
  line-height: 30px;
  white-space: nowrap;
}
.checkBox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkBox input + label {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(https://assaview.co.kr/img/icon/check_gray.svg);
  background-size: 18px;
  /* width: 22px; */
  /* height: 22px; */
}
.checkBox input.gray + label {
  background-image: url(../img/icon/check_box_gray.svg);
}

.checkBox input:checked + label {
  background-image: url(../img/icon/checked_2px.svg);
}

.checkBox input.gray:checked + label {
  background-image: url(../img/icon/checked_box_gray.svg);
}

.checkBox3 {
  position: relative;
}
.checkBox3 input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
.checkBox3 input + label {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
  color: #999999;
  background-color: #f8f8fa;
  border: 1px solid #ededed;
  border-right: 1px solid #f8f8fa;
  cursor: pointer;
}
.checkBox3 input:checked + label {
  background-color: #fff;
  color: var(--color-primary);
  border-color: var(--color-primary);
  border-right: 1px solid #36b7c5 !important;
  font-weight: 500;
}
.checkBox3 input.readonly:checked + label {
  background-color: #f8f8fa;
}
input.readonly {
  background-color: #f8f8fa;
}

/* input[type="checkbox"].chk{
display: none;
}
input[type="checkbox"].chk + label{
left: 0;
top: 0;
}
input[type="checkbox"].chk + label:before {
content: "";
cursor: pointer;
display: inline-block;
background-image: url('../img/icon/check_2px.svg');
width: 22px; 
height: 22px; 
background-size: cover;
}

input[type="checkbox"].chk:checked + label:before {
background-image: url('../img/icon/checked_2px.svg'); 
} */

/* 미션 선택*/
.check-area {
  display: flex;
  justify-content: flex-start;
}
.check-area li {
  position: relative;
}
.check-area li:first-child .checkBox3 input + label {
  border-radius: 5px 0px 0px 5px;
}
.check-area li:last-child .checkBox3 input + label {
  border-radius: 0px 5px 5px 0px;
  border-right: 1px solid #ededed;
}

.checkBox3 .mission + label {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left 15px center;
}

#cp_media_shop + label {
  background-image: url(../img/icon/shop.png);
}
#cp_media_shop:checked + label {
  background-image: url(../img/icon/shop_a.png);
}
#cp_media_place + label {
  background-image: url(../img/icon/place.png);
}
#cp_media_place:checked + label {
  background-image: url(../img/icon/place_a.png);
}
#cp_media_blog + label {
  background-image: url(../img/icon/blog.png);
}
#cp_media_blog:checked + label {
  background-image: url(../img/icon/blog_a.png);
}
#cp_media_instagram + label {
  background-image: url(../img/icon/instar.png);
}
#cp_media_instagram:checked + label {
  background-image: url(../img/icon/instar_a.png);
}
#cp_media_cafe + label {
  background-image: url(../img/icon/cafe.png);
}
#cp_media_cafe:checked + label {
  background-image: url(../img/icon/cafe_a.png);
}
#cp_media_youtube + label {
  background-image: url(../img/icon/youtube.png);
}
#cp_media_youtube:checked + label {
  background-image: url(../img/icon/youtube_a.png);
}

.mission-price-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 724px;
  /* height: 50px; */
  /*        border: 1px solid #EDEDED;*/
  border-radius: 5px;
}

.mission-price-area .mission-total {
  min-width: 147px;
  /* line-height: 50px; */
  text-align: right;
  padding: 0px 20px;
  border-right: 1px solid #ededed;
}
.mission-price-area .mission-total span {
  /* padding-right: 5px; */
  font-size: 18px;
  font-weight: 500;
}
.mission-price-area .mission-total #per_price_desc {
  font-size: 16px;
  font-weight: 400;
}
.mission-price-area .mission-total.free {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.mission-price-area .mission-total.free #per_price {
  color: #ef5d1a;
  text-decoration-line: line-through;
}
.mission-detail {
  color: #888888;
  padding: 0 15px;
}
.mission-detail span + span:before {
  content: " + ";
}

/* 진행요일 */
.week-area {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.week-area li {
  text-align: center;
  margin-right: 20px;
  font-size: 18px;
}
.week-area li .checkBox input + label {
  padding-left: 18px;
  display: initial;
}

/* 툴팁 */

@keyframes tooltip {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

[data-tootip="noti"] {
  position: absolute;
  padding: 16px 34px 16px 24px;
  background: var(--red-100-color);
  border-radius: 8px;
  top: 74px;
  right: -180px;
  z-index: 1;
  animation: tooltip 0.7s ease-in-out;
  color: #fff;
  font-size: 14px;
  width: max-content;
}

[data-tootip="noti"]::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 18px solid var(--red-100-color);
  z-index: 1;
  top: -12px;
  left: 25px;
}

[data-tootip="noti"] img {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

/* input date */

.dateTime {
  position: relative;
}
.dateTime input[type="date"] {
  position: relative;
  padding-left: 47px;
  background-image: url(../img/icon/calendar_icon_black.svg);
  background-repeat: no-repeat;
  background-position: left 16px top 15px;
}
.dateTime input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: -10px;
  top: 0;
  color: transparent;
  border: none;
  opacity: 0;
  cursor: pointer;
}

.dateTime input[type="text"] {
  position: relative;
  padding-left: 47px;
  background-image: url(../img/icon/calendar_icon_black.svg);
  background-repeat: no-repeat;
  background-position: left 16px top 50%;
}

.field .dateTime {
  max-width: none;
}

.field .campaign {
  width: 600px;
  margin-right: 20px;
}

.temp-bot {
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.btn-group {
  display: flex;
  justify-content: center;
}
.btn-group .btn {
  display: inline-block;
  min-width: 200px;
  height: 60px;
  line-height: 58px;
  border-radius: var(--border-round-L);
  border: 1px solid var(--color-primary);
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
  padding: 0 25px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}
.btn-group .btn-white {
  color: var(--color-primary);
  background-color: #fff;
}
.btn-group .btn-blue {
  color: #fff;
  background-color: var(--color-primary);
  box-shadow: 0px 10px 20px rgba(60, 203, 219, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(60, 203, 219, 0.2);
}
.btn-group .btn-gray {
  color: #fff;
  border-color: #d2d2df;
  background-color: #d2d2df;
}
.floating_btn_cont {
  display: flex;
  gap: 30px;
  max-width: 950px;
  width: 100%;
}
.floating_btn_cont button {
  display: none;
}

.btn-group.floating {
  position: sticky;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 20px;
  margin-top: 50px;
  width: 100%;
  /*    background: var(--gradient-color) !important;*/
  border-radius: 10px;
  margin: 30px auto 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.btn-group.floating.error {
  background: var(--red-100-color) !important;
}
.btn-group.floating input {
  border-radius: var(--border-round-L);
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: var(--gradient-color) !important;
  width: 100%;
}
.btn-group.floating button {
  width: 100%;
  font: var(--font-body-m-medium);
  padding: var(--spacing-12) 0;
  border: 1px solid;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Textcount {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  color: #888888;
  padding: 0 20px;
}

/* upload */
.btn-upload {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.btn-upload input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.btn-upload input + label {
  display: inline-block;
  line-height: 1em;
  width: 100%;
  height: 100%;
}
.promo-img-cont {
  display: flex;
}

.promo-img-area {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.promo-img-area + .promo-img-area {
  margin-left: 20px;
}
.promo-img-area .item {
  width: 100px;
  height: 100px;
  /*        line-height: 100px;*/
  border: 1px solid #ededed;
  background-image: url(../img/icon/upload.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.promo-img-area .item .btn-upload {
  width: 100%;
  height: 100%;
}
.promo-img-area .item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.promo-img-area .item:nth-child(3n) {
  margin-right: 0;
}

.promo-img-area .item .remove_img_thumbnail {
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.3);
  height: 20px;
}

.promo-img-area .item .remove_img_thumbnail img {
  vertical-align: baseline;
}

.promo-img-area .item .remove_img {
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.3);
  height: 20px;
}

.promo-img-area .item .remove_img img {
  vertical-align: baseline;
}

.field-bg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  flex-grow: 1;
  background-color: #f4f5f9;
  border-radius: 5px;
  padding: 0 22px;
}
.field-bg .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 460px;
}
.field-bg .item + .item {
  padding-left: 13px;
}

.photo-inner {
  margin-left: 45px;
}
.photo-inner input {
  width: 100px;
  height: 40px;
  text-align: right;
  margin: 0 9px;
}

/* 미션 가이드 */
.temp-select {
  display: inline-block;
  margin-top: 20px;
}
.temp-select li {
  margin-bottom: 5px;
  font-style: 16px;
  padding: 8px 16px;
  border: 1px solid #ededed;
  background-color: #f8f8fa;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #999;
  cursor: pointer;
}
.temp-select li.active {
  background-color: #fff;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.fxg {
  flex-grow: 1;
}
.borderBox {
  display: flex;
  justify-content: flex-start;
  border-radius: 5px;
}
.borderBox + .borderBox {
  margin-top: 10px;
  background-color: #f8f8fa;
  padding: 20px;
}
.borderBox textarea {
  flex-grow: 1;
  min-height: 154px;
  color: #222;
  resize: none;
}

.borderBox .guideText {
  font-size: 14px;
  /* margin-left: 34px; */
  color: #666666;
}
textarea {
  padding: 5px;
  padding-bottom: 15px;
  color: #222;
}

.paymentInfo img {
  vertical-align: middle;
  margin-right: 5px;
}
.paymentInfo td {
  height: 64px;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  color: #444444;
}
.paymentInfo td:first-child {
  font-weight: 500;
  color: #222222;
}

.paymentInfo .price {
  color: var(--color-primary);
}

.paymentInfo .price.cancel {
  text-decoration: line-through;
  color: #444;
  font-size: 16px;
}
.paymentInfo .price b {
  font-size: 22px;
  font-weight: 700;
}
.paymentInfo .price.cancel b {
  font-size: 16px;
  font-weight: 500;
}
.paymentInfo .newPrice {
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 700;
  padding-left: 8px;
}

.paymentInfo .couponBtn {
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
.paymentInfo .method_list .checkBox {
  margin-right: 10px;
}
.paymentInfo .method_list .checkBox:last-child {
  margin-right: 0;
}
.guide-inner {
  /* margin-left: 45px; */
}
.guide-inner input {
  width: 100px;
  height: 40px;
  text-align: right;
  margin: 0 9px;
}

/* 프로젝트 관리 */
.projectAdd {
  padding: 0;
  height: 90px;
  color: #888888;
  overflow: hidden;
}
.projectAdd > article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.projectAdd .link-area {
  margin-right: 20px;
}
.projectAdd .link-area a {
  display: block;
  width: 350px;
  line-height: 90px;
  padding: 0 30px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #454d56;
  border-radius: 0px 45px 45px 0;
  background-image: url(../img/icon/arrow_right.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.projectAdd .link-area a:hover {
  width: 380px;
}

.section-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.section-group .section-area,
.section-group .section-inner {
  width: 50%;
  flex-grow: 1;
  margin-bottom: 0;
}

.section-group .section-area:last-child,
.section-group .section-area + .section-inner {
  margin-left: 30px;
}

.notice-b {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}
.notice-b:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #eb6161;
  margin-left: 5px;
}

.notice-his-area li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}

.notice-his-area li:last-child {
  border: none;
}
.notice-his-area li a:hover {
  text-decoration: underline;
}
.notice-his-area li .subject {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 15px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.notice-his-area li div:last-child,
.notice-his-area li .date {
  flex-shrink: 0;
  color: #888888;
}
.notice-his-area li .state {
  display: inline-block;
  width: 80px;
  line-height: 35px;
  text-align: center;
  border-radius: 18px;
  margin-right: 10px;
  color: #fff;
  background-color: #d2d2df;
  flex-shrink: 0;
}
.notice-his-area li .state.on {
  background-color: var(--color-primary);
}

.tit-alt {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.tit-alt b {
  font-weight: 700;
  color: var(--color-primary);
}

/* 프로젝트 현황 */
.project-step-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-step-area > img {
  margin: 0 90px;
}

.project-step-area .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.project-step-area .imgBox {
  display: flex;
  flex-shrink: 0;
  width: 122px;
  height: 122px;
  justify-content: center;
  align-items: center;
  border-radius: 66px;
  background-color: #f4f5f9;
  /*        margin-right: 30px;*/
}
.project-step-area .textBox {
  flex-shrink: 0;
}
.project-step-area .imgBox img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.project-status-area {
  display: flex;
  gap: 20px;
  padding-top: 10px;
}
.project-status-area .box {
  flex: 1;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
}
.project-status-area .box:nth-child(1) {
  background: #edf8cf;
}
.project-status-area .box:nth-child(2) {
  background: #d7f4fa;
}
.project-status-area .box:nth-child(3) {
  background: #ffebeb;
}

.project-status-area .box .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-status-area .box .left .count {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
.project-status-area .box .left .text {
  font-weight: 500;
  font-size: 18px;
}
.project-status-area .box .right {
}

.customer_tool {
  background-color: #f9f9f9;
  border-radius: 15px;
  margin-bottom: 20px;
}
.customer_tool .search_ {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  height: 110px;
  margin: 0 auto;
}
.customer_tool .search_ > div:first-child {
  flex-shrink: 0;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 700;
  flex: 1;
}
.customer_tool .search_ input {
  flex-grow: 1;
  /*        border: none;*/
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
}
.customer_tool .search_ .submitBtn {
  flex-shrink: 0;
  box-shadow: none;
  width: 148px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  margin-left: 10px;
}

@media (max-width: 1440px) {
  .project-step-area {
    padding-top: 20px;
    gap: 60px;
  }
  .project-step-area .imgBox {
    width: 80px;
    height: 80px;
    padding: 20px;
  }

  .project-step-area .imgBox img {
    width: 100%;
  }

  .project-step-area > img {
    margin: 0;
  }
}

.project-step-area a:hover .imgBox > img {
  will-change: transform;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.project-step-area .textBox p {
  color: #888888;
  margin-bottom: 5px;
}
.project-step-area .textBox h5 {
  font-style: 24px;
  font-weight: 400;
}
.project-step-area .textBox h5 b {
  font-weight: 700;
  color: var(--color-primary);
}

.project-his-table {
  font-size: 14px;
}
.project-his-table th {
  padding: 15px;
  text-align: center;
}
.project-his-table td {
  text-align: center;
  padding: 22px;
  border-bottom: 1px solid #ededed;
}

.project-his-table .btn-fasDel,
.project-his-table .btn-fasAdd {
  display: inline-block;
  padding: 10px 29px;
  margin-top: 10px;
  border: 1px solid currentColor;
  border-radius: 25px;
}

.project-his-table .btn-fasDel {
  color: #eb6161;
}
.project-his-table .btn-fasAdd {
  color: var(--color-primary);
}

.project-his-table .person-area {
  display: inline-block;
  text-align: left;
}
.project-his-table.fixed {
  table-layout: fixed;
}
.project-his-table .count {
  font-size: 18px;
}

.project-his-table .state,
.project-his-table .link {
  display: inline-block;
  padding: 8px;
  color: var(--color-primary);
  border: 1px solid currentColor;
  border-radius: var(--radius-12);
}

.project-his-table .state.end {
  color: var(--color-content-subtle);
  background-color: #fff;
  border-color: #d2d2df;
  
}
.project-his-table .state.on {
  color: #fff;
  background-color: var(--color-primary);
}
.project-his-table .state.noti {
  color: var(--red-100-color);
  border: 1px solid var(--red-100-color);
}

.project-his-table .date {
  display: inline-block;
  text-align: left;
}

.project-his-table .btn-link {
  padding: 10px 13px;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 8px;
  display: inline-block;
  margin-right: 10px;
  max-width: 110px;
  width: 100%;
  text-align: center;
}
.project-his-table .btn-link:last-child {
  margin-right: 0;
}
.project-his-table .btn-link.edit {
  background-color: var(--red-100-color);
}
.project-his-table .btn-link.red_border {
  background: #fff;
  color: var(--red-100-color);
}

.project-his-table .btn-modify {
  padding: 10px 30px;
  color: #fff;
  background-color: #454d56;
  border-radius: 30px;
}

.project-his-table .btn-date {
  padding: 10px 20px;
  color: #fff;
  background-color: #454d56;
  border-radius: 30px;
}

.project-his-table + .btn-group {
  margin: 40px;
  margin-bottom: 10px;
}
.project-his-table + .btn-group .btn {
  width: 270px;
  font-size: 18px;
  color: #444444;
  border-color: #f4f5f9;
  background-color: #f4f5f9;
}

.project-his-table.list02 td {
  padding-left: 0;
  /* padding-right: 40px; */
  text-align: right;
}
.project-his-table.list02 td:last-child {
  /*        padding-right: 0;*/
}
.project-his-table.list02 {
  width: 100%;
  table-layout: fixed;
}
.project-his-table.list02 td:first-child {
  text-align: center;
  vertical-align: middle;
  padding: 22px 8px;
}
.project-his-table.list02 td:nth-child(2) {
  padding-left: 8px;
}
.project-his-table.list02 td:first-child img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;
  display: block;
  /* margin: 0 auto; */
}
.project-his-table.list02.step-save td:first-child {
  width: 110px;
}
.project-his-table.list02.step-save td:first-child img {
  width: 88px;
  height: 88px;
}
.project-his-table.list02 .state-thumb-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.project-his-table.list02 .state {
  font-size: 14px;
  padding: 6.25px 11.25px;
  width: 120px;
  text-align: center;
  display: inline-block;
  line-height: 1;
}

.prev-data-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.prev-data-area img {
  width: 100px;
  height: 100px;
  max-height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.prev-data-area .info {
  flex-grow: 1;
  /* padding-left: 30px; */
  text-align: left;
}
.prev-data-area .info > p {
  font: var(--font-body-s-regular);
  color: var(--color-content-subtle);
}
.prev-data-area .info > p:nth-child(1) {
  font: var(--font-body-l);
  color: var(--color-content-default);
  margin-bottom: var(--spacing-4);
}
.prev-data-area .info .pay_info p {
  font: var(--font-body-s-regular);
  color: var(--color-content-subtle);
}
.prev-data-area .btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.prev-data-area .info .subscribe_date {
  color: #888;
  font-size: 12px;
}

.prev-data-area .info .pay_info {
  background: #ecf9fb;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  max-width: 50dvw;
}

/* 담당자 */
.section-group .section-inner {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.section-group .section-inner .section-area {
  width: 100%;
  margin-left: 0;
}

.section-group .section-inner .manager-area {
  /*        max-height: 260px;*/
  flex-shrink: 0;
  flex-grow: inherit;
  background-image: url(../img/visual/manager_wave.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #454d56;
  color: #fff;
}

.section-group .section-inner .manager-area article > div {
  display: flex;
  gap: 55px;
}
.section-group .section-inner .manager-area article > div.title {
  margin: 0;
  padding-bottom: 15px;
  color: #fff;
}
.section-group .section-inner .manager-area article > div.title > div {
  min-width: 128px;
}

.manager-area .info-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.manager-area .imgBox {
  width: 128px;
  height: 128px;
  border-radius: 69px;
  background-color: #fff;
  text-align: center;
  line-height: 128px;
  /*        margin-right: 56px;*/
}
.manager-area .imgBox img {
  vertical-align: middle;
}

.manager-area .textBox {
  flex-grow: 1;
}
.manager-area .textBox > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  margin: 10px 0;
}
.manager-area .textBox > div .ctg {
  width: 88px;
  flex-shrink: 1;
  color: #92979c;
}
.manager-area .textBox .btn {
  flex-grow: 1;
  margin-top: 10px;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  font-weight: 400;
  color: #454d56;
  max-width: 235px;
}
.manager-area .textBox .btn + .btn {
  margin-left: 9px;
}

.Qna li .subject a {
  padding: 10px;
  display: block;
}
.Qna li .subject a p:first-child {
  font-size: 18px;
}

.moreView {
    position: absolute;
    right: 30px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 23px;
    background-color: #F4F5F9;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/more.png);
}

/* 알림 내역 */
.scroll-wrap {
  position: relative;
  padding-right: 30px;
  overflow-y: scroll;
  flex-grow: 1;
  flex-shrink: 1;
}
.scroll-wrap.pd0 {
  padding-right: 0;
}

.section-notice .scroll-wrap {
  position: relative;
  /* padding-right: 30px; */
  overflow-y: scroll;
  flex-grow: 1;
  flex-shrink: 1;
}
.section-notice .scroll-wrap.pd0 {
  padding-right: 0;
}

.section-notice {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.section-notice > article {
  width: 100%;
  flex-shrink: 0;
  background: #fff;
}
.section-notice.projectAll > article {
  padding: 0;
  margin: 0;
  border-radius: 12px;
  /* box-shadow: 10px 10px 10px rgba(212,212,223,0.2); */
}
.section-notice.projectAll .status_item .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.section-notice.projectAll > .pagenate {
  border-radius: 0 0 12px 12px;
  padding: 0;
  margin: 0;
}
.section-notice.projectAll > .pagenate nav {
  padding: 40px 20px;
}

.section-notice .btn-group {
  margin-top: 40px;
  margin-bottom: 10px;
}
.section-notice .btn-group .btn {
  width: 270px;
}
.section-notice .notice-his-area li {
  padding: 10px 0;
}
.section-notice .notice-his-area li:last-child {
  border-bottom: 1px solid #ededed;
}
.section-notice .notice-his-area li div {
  margin-right: 30px;
}
.section-notice .notice-his-area li div:last-child {
  margin-right: 0;
}
.section-notice .notice-his-area .btn {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 25px;
  border: 1px solid #454d56;
}

.section-noticeDetail .content {
  flex-grow: 1;
  width: 100%;
  margin-top: 25px;
}

.customer_details .head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  border-top: 1px solid #222;
}

.customer_details .subject {
  flex-grow: 1;
}

.customer_details .subject span {
  flex-shrink: 0;
  font-size: 14px;
  color: #9499b4;
  margin-right: 28px;
}

.customer_details .subject h1 {
  font-size: 24px;
  font-weight: 400;
  max-width: 800px;
}

.customer_details .subject,
.customer_details .tool {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.customer_details .tool {
  flex-shrink: 0;
}

.customer_details .tool .date {
  background-image: url(../img/icon/calendar.svg);
}

.customer_details .tool .views {
  background-image: url(../img/icon/eye.svg);
  margin-left: 30px;
}

.customer_details .tool .date,
.customer_details .tool .views {
  background-repeat: no-repeat;
  background-position: left center;
  color: #999;
  padding-left: 34px;
}

.customer_details .conetent {
  padding: 50px 0;
  color: #666;
  min-height: 420px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.customer_details .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 70px;
}

.customer_details .btn_area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #222;
  color: #222;
}

.customer_details .btn_area .btn img {
  margin-right: 15px;
}

/* 프로젝트 상세 */
.section-area .search-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #454d56;
  color: #fff;
  padding: 30px;
}
.section-area .search-area h3 {
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  padding-right: 60px;
}
.section-area .search-area div {
  position: relative;
  flex-grow: 1;
}
.section-area .search-area input {
  width: 100%;
  background-color: transparent;
  border-bottom: 3px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
}
.section-area .search-area .btn-search {
  right: 0;
  background-image: url(../img/icon/search_w.png);
}

.project-detail-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.project-detail-area .img-area {
  flex-shrink: 0;
  width: 160px;
  /* margin-right: var(--spacing-24); */
}
.project-detail-area .img-area .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  /* margin-right: var(--spacing-24); */
}
.project-detail-area .img-area .imgBox img {
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 5px;
}
.project-detail-area .img-area a {
  display: flex;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  background: var(--bg-gray);
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.project-detail-area .table-area {
  flex-grow: 1;
}
.project-detail-area .table-area table {
  width: 100%;
  border-top: 1px solid #e4e8ee;
}
.project-detail-area .table-area table td {
  height: 50px;
  padding: 0 25px;
  color: #666666;
  border-bottom: 1px solid #e4e8ee;
}
.project-detail-area .table-area table td:first-child {
  text-align: center;
  background-color: #f4f5f9;
  color: #222222;
}

.project-detail-area .table-area .state {
  display: inline-block;
  padding: 10px 30px;
  color: var(--color-primary);
  border: 1px solid currentColor;
  border-radius: 30px;
}
.project-detail-area .table-area .state.end {
  color: #fff;
  background-color: #d2d2df;
  border-color: #d2d2df;
}

/* 리뷰어 현황 */
.reviewer-state-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviewer-state-area .item {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reviewer-state-area .imgBox {
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  border-radius: 66px;
  background-color: #f4f5f9;
  margin-right: 30px;
  min-width: 70px;
}
.reviewer-state-area .imgBox img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.reviewer-state-area a:hover .imgBox > img {
  will-change: transform;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.reviewer-state-area .textBox p {
  color: #444444;
  margin-bottom: 5px;
}
.reviewer-state-area .textBox h5 {
  font-size: 16px;
  font-weight: 400;
}
.reviewer-state-area .textBox h5 b {
  font-weight: 700;
  color: var(--color-primary);
  font-size: 18px;
}

/* 선정 내역 */
.tool-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-direction: column;
}
.tool-area .btn {
  display: inline-block;
  line-height: 40px;
  border-radius: 5px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: left 14px center;
}
.tool-area .btn-back {
  width: 120px;
  background-color: #454d56;
  color: #fff;
  background-image: url(../img/icon/back.png);
  padding-left: 40px;
}
.tool-area .state {
  width: 140px;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid var(--color-primary);
}

.tool-area .state.on {
  background-color: var(--color-primary);
  color: #ffffff;
  font-weight: 500;
}

.tool-area .btn-excel {
  /*        background-color: #1E7145;*/
  background: #fff;
  color: #222;
  /*        background-image: url(../img/icon/excel.png);*/
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  border: 1px solid var(--line-color);
}
.tool-area .btn-blue {
  /*알림 버튼 사용*/
  width: 120px;
  color: #fff;
  background-color: var(--color-primary);
  text-align: center;
}

.tool-area .right_box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.misstin-hist-table {
  table-layout: fixed;
  /*        width: auto;*/
  font-size: 12px;
  margin-bottom: 10px;
}
.misstin-hist-table th {
  height: 60px;
  /*        white-space: nowrap;*/
  word-break: keep-all;
  padding: 0 5px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.misstin-hist-table td {
  height: 80px;
  text-align: center;
  padding: 0px 5px;
  border-bottom: 1px solid #ededed;
  word-break: keep-all;
}
.misstin-hist-table .checkBox {
  line-height: 1;
}
.misstin-hist-table .checkBox input + label {
  padding-left: 20px;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.misstin-hist-table p {
  display: inline-block;
  text-align: left;
  padding: 2px 0;
}

.misstin-hist-table a:hover {
  text-decoration: none;
}
.misstin-hist-table em {
  color: var(--color-primary);
}

.misstin-hist-table .rv_advertiser_memo {
  max-width: 60%;
}
.misstin-hist-table .memo input {
  width: 213px;
  height: 55px;
}
.misstin-hist-table .memo textarea {
  width: auto;
  height: 55px;
  overflow: hidden;
  padding: 5px 10px;
  font-size: 14px;
  max-width: 60%;
  min-width: 100px;
}
.misstin-hist-table .memo button {
  vertical-align: top;
  font-weight: 400;
  width: 55px;
  height: 55px;
  border-radius: 5px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1440px) {
  .misstin-hist-table .memo {
    display: flex;
    align-items: center;
  }
  .misstin-hist-table .memo textarea {
    max-width: none;
    min-width: initial;
    flex: 2;
  }
  .misstin-hist-table .memo button {
    font-size: 12px;
    width: 100%;
    height: 40px;
    max-width: 40px;
    flex: 1;
  }
}

.misstin-hist-table .tag,
.misstin-hist-table .link,
.misstin-hist-table .btn {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 20px;
  color: #454d56;
  border: 1px solid #454d56;
}
.misstin-hist-table .tag + .tag {
  margin-left: 3px;
}
.misstin-hist-table .tag.type01 {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.misstin-hist-table .tag.type02 {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.misstin-hist-table .link {
  padding-left: 26px;
  background-image: url(../img/icon/clip.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
}

.misstin-hist-table .btn-request {
  display: inline-block;
  width: 70px;
  padding: 7px;
  border-radius: 5px;
  background-color: var(--color-primary);
  color: #fff;
  cursor: pointer;
}

.misstin-hist-table .btn-editing {
  display: inline-block;
  width: 70px;
  padding: 7px;
  border-radius: 5px;
  background-color: #aaaaaa;
  color: #fff;
}

.misstin-hist-table .btn-check {
  padding-left: 25px;
  background-image: url(../img/icon/check_b.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
}

.misstin-hist-table.type01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 925px;
  z-index: 1;
  border-right: 1px solid #ededed;
}

.misstin-hist-table.type02 {
  width: 735px;
}

.misstin-hist-table.type03 {
  width: 825px;
}

.misstin-hist-table.type04 {
  width: 925px;
}

.misstin-hist-table.type05 {
  width: 1116px;
}

.scroll-wrap.table-scroll {
  padding-left: 925px;
  max-height: 970px;
  padding-right: 0;
}
.scroll-wrap.table-scroll.store_table {
  padding-left: 0;
  max-height: 970px;
  padding-right: 0;
}
/*  table 하나로 통합하면서 변경하는 CSS  
.scroll-wrap.table-scroll.store_table .misstin-hist-table {
    table-layout: fixed;
    width: 100%;
}

.scroll-wrap.table-scroll.store_table .misstin-hist-table th{
    white-space: initial;
    word-break: keep-all;
}

.scroll-wrap.table-scroll.store_table .misstin-hist-table td{
}

.scroll-wrap.table-scroll.store_table .misstin-hist-table td p{
    display: block;
    text-align: center;
}

.scroll-wrap.table-scroll.store_table .edit{
color: var(--color-primary);
font-weight: 700;
}

.scroll-wrap.table-scroll.store_table .scheduleEditBtn{
    font-weight: 400;
    border-radius: 5px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    max-width: fit-content;
    padding: 4px 6px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
}

.custombtn_p{
    background :var(--color-primary);
    color:#fff;
    border-radius: 5px;
    padding: 8px;
    font-weight: 400;
    line-height: 1.4;
}

/*  // table 하나로 통합하면서 변경하는 CSS  */

.scroll-wrap.table-scroll.store_table .edit {
  color: var(--color-primary);
  font-weight: 700;
}

.scroll-wrap.table-scroll.store_table .time {
  text-align: center;
}

.scroll-wrap.table-scroll.store_table .scheduleEditBtn {
  font-weight: 400;
  border-radius: 5px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  max-width: fit-content;
  padding: 4px 6px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}

input[type="datetime-local"] {
  width: 105px;
  height: 30px;
  font-size: 12px;
  padding: 5px;
}
input[type="datetime-local"] {
  position: relative;
  padding-right: 30px;
  background-image: url(../img/icon/select_down.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
}
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  position: absolute;
  display: block;
  right: -30px;
  top: 0;
  color: red;
  width: 100%;
  height: 100%;
  border: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px;
  opacity: 0;
  cursor: pointer;
}

.post-area {
  white-space: nowrap;
  font-size: 14px;
}
.post-area select,
.post-area input {
  height: 30px;
  padding: 5px;
  font-size: 14px;
}
.post-area select {
  width: 122px;
  background-position: right 10px center;
}
.post-area input {
  width: 172px;
}
.post-area button {
  width: 40px;
  height: 30px;
  border: 1px solid #454d56;
  border-radius: 5px;
  font-weight: 400;
}
.post-area .btn-cancle {
  background-color: #454d56;
  color: #fff;
}

/* model pop */

.modal.on .btn-gorup {
  display: flex;
  gap: 20px;
  padding: 0;
  justify-content: center;
  margin-top: 30px;
}

.modal.on .btn-gorup .close {
  position: static;
  border: 1px solid var(--primary-color, #36b7c5);
  color: var(--primary-color, #36b7c5);
  /*    max-width: 134px;*/
  width: 100%;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}

.modal.on .dim {
  display: block !important;
}
/* 선정 알림 모달 */
.modal.notice {
  display: none;
}

.modal.notice.on {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  font-style: 16px;
}

.modal.notice.on .modal-content {
  display: block;
  max-width: 700px;
  width: 100%;
  border: 2px solid var(--color-primary);
}
.modal.notice.on .btn-gorup {
  gap: 20px;
  padding: 0px 40px;
}

.modal.notice.on .btn-gorup .btn {
  flex: 1;
}

.modal.notice.on .btn-gorup button {
  color: var(--color-primary);
}

.modal.notice.on .title h1 {
  background: red;
  color: #fff;
  text-align: center;
  max-width: fit-content;
  padding: 0 40px;
  margin: 0 auto;
}

.modal.notice.on .notice {
  border-radius: 10px;
  border: 1px solid red;
  padding: 14px;
  margin-bottom: 20px;
}

.modal.notice.on .notice p {
  font-size: 16px;
  font-weight: 400;
  word-break: keep-all;
  line-height: 2;
}
.modal.notice.on .notice .textBold {
  font-weight: 700;
}
.modal.notice.on .notice .textBold .accent_color_red {
  color: red;
}

.modal.notice.on .reviewerList {
  max-height: 240px;
  overflow-y: auto;
  padding-right: 0;
}

.modal.notice.on .reviewerList table {
  text-align: center;
  table-layout: fixed;
}

.modal.notice.on .reviewerList table th,
modal.notice.on .reviewerList table td {
  padding: 14px 0;
}
.modal.notice.on .reviewerList table tbody td {
  background: #fff;
}
.modal.notice.on .reviewerList table thead th {
  background: #f4f5f9;
}

.modal.notice.on .reviewerList thead {
  position: sticky;
  top: 0;
}

.modal.notice.on .reviewerList td {
  padding: 10px;
}

/* // 선정 알림 모달 */

/* 방문 일정 수정 요청 모달 */
.modal.visit {
  display: none;
}

.modal.visit.on {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  font-style: 16px;
}

.modal.visit.on .modal-content {
  display: block;
  max-width: 600px;
  width: 100%;
  border: 2px solid #e4e8ee;
}

.modal.visit.on .btn-gorup .btn {
  /*    max-width: 134px;*/
  cursor: pointer;
  border-radius: 5px;
  min-width: auto;
  width: 100%;
}

.modal.visit.on .campaignInfo {
  font-size: 15px;
  padding-bottom: 30px;
}
.modal.visit.on .campaignInfo div {
  padding-bottom: 15px;
}
.modal.visit.on .campaignInfo div:last-child {
  padding-bottom: 0;
}

.modal.visit.on .campaignInfo div span:first-child {
}
.modal.visit.on form {
}

.modal.visit.on textarea {
  width: 100%;
  min-height: 150px;
  padding: 10px;
}

.modal.visit.on .textAreaCont > div {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 16px;
}

/* // 방문 일정 수정 요청 모달 */

/* 방문 일정 확인 모달 */
.modal.visitConfirm {
  display: none;
}

.modal.visitConfirm.on {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  font-style: 16px;
}

.modal.visitConfirm.on .modal-content {
  display: block;
  max-width: 500px;
  width: 100%;
  border: 2px solid var(--color-primary);
  text-align: center;
}
.modal.visitConfirm.on .btn-gorup {
  padding: 0 50px;
}

.modal.visitConfirm.on .btn-gorup .btn {
  flex: 1;
  cursor: pointer;
}
.modal.visitConfirm.on .btn-gorup input {
  background: #fff;
  color: var(--color-primary);
}

.modal.visitConfirm.on .campaignInfo {
  font-size: 15px;
  padding-bottom: 10px;
  line-height: 2;
  text-align: center;
}
.modal.visitConfirm.on .campaignInfo .accent {
  color: #005e72;
}

.modal.visitConfirm.on .campaignInfo div {
  color: var(--color-primary);
}

.modal.visitConfirm.on .campaignInfo div span:first-child {
  font-weight: 700;
}

.modal.visitConfirm.on .desc {
  text-align: center;
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 700;
  padding: 14px 0;
}

.modal.visitConfirmList {
  display: none;
}

.modal.visitConfirmList.on {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  font-style: 16px;
}

.modal.visitConfirmList.on .modal-content {
  display: block;
  max-width: 500px;
  width: 100%;
  border: 2px solid var(--color-primary);
  text-align: center;
}
.modal.visitConfirmList.on .btn-gorup {
  padding: 0 50px;
}

.modal.visitConfirmList.on .btn-gorup .btn {
  flex: 1;
}
.modal.visitConfirmList.on .btn-gorup input {
  background: #fff;
  color: var(--color-primary);
}

.modal.visitConfirmList.on .campaignInfo {
  font-size: 15px;
  padding-bottom: 10px;
  line-height: 2;
  text-align: center;
}

.modal .visitConfirmList.on .campaignInfo div {
  color: var(--color-primary);
}

/* // 방문 일정 확인 모달 */

/* 썸네일 가이드 모달 */

.modal-content .pop_cont .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e8ee;
  padding-bottom: 15px;
}
.modal-content .pop_cont .head h2 {
  margin: 0;
}
.modal-content .pop_cont .head img {
  max-width: 15px;
  width: 100%;
}

.modal-content .pop_cont .body {
  display: flex;
  gap: 30px;
  padding-top: 20px;
  justify-content: space-evenly;
}

.modal-dialog .modal-content .pop_cont .closer {
  position: static;
}
.modal-content .pop_cont .closer.btn {
  background: var(--primary-color);
  color: #fff;
  position: static;
  width: 100%;
  border-radius: var(--border-round-S);
  margin-top: 15px;
  height: 40px;
  line-height: 38px;
}

.modal-content .pop_cont .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 200px;
}
.modal-content .pop_cont .item:first-of-type .mark {
  color: var(--primary-color);
  font-weight: bold;
}
.modal-content .pop_cont .item:last-of-type .mark {
  color: #f40000;
  font-weight: bold;
}
.modal-content .pop_cont .item .text {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}
.modal-content .pop_cont .item .img_cont {
}
.modal-content .pop_cont .item .img_cont img {
  width: 100%;
}

/* // 썸네일 가이드 모달 */

/* 회원가입 안내 모달 */
.modal-content#modal-join_event .body {
  justify-content: center;
}

.modal-content#modal-join_event .pop_cont .closer.btn {
  margin-top: 25px;
}

/* //회원가입 안내 모달 */

.modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  font-style: 16px;
}
.modal .dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 0;
}
.modal .modal-content {
  display: none;
  position: relative;
  min-width: 340px;
  border-radius: 15px;
  background-color: #fff;
  padding: 30px 30px;
  z-index: 1;
}

.modal .modal-content .closer {
  position: absolute;
  /*        right: -19px;*/
  right: 0;
  top: 0;
  cursor: pointer;
}

.modal .modal-content .btn-group .btn {
  flex-grow: 1;
  margin-right: 6px;
}
.modal .modal-content .btn-group .btn:last-child {
  margin-right: 0;
}

.modal .modal-content .title {
  position: relative;
}
.modal .modal-content h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.modal .modal-content h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.modal .modal-content input {
  width: 100%;
  height: 50px;
}
.modal .modal-content .body {
  position: relative;
}

.modal .btn {
  display: inline-block;
  min-width: 200px;
  height: 50px;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid var(--color-primary);
  text-align: center;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 400;
}

.modal .btn-blue {
  color: #fff;
  background-color: var(--color-primary);
  box-shadow: 0px 10px 20px rgba(60, 203, 219, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(60, 203, 219, 0.2);
}

.modal-dialog {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  font-style: 16px;
}
.modal-dialog .dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 0;
}
.modal-dialog .modal-content {
  display: none;
  position: relative;
  min-width: 582px;
  border-radius: 30px;
  background-color: #fff;
  /*        padding: 30px 40px;*/
  padding: 30px;
  z-index: 1;
  flex-direction: column;
}

.modal-dialog .modal-content .closer {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 9999;
}

.modal-dialog .modal-content .btn-group .btn {
  flex-grow: 1;
  margin-right: 6px;
}
.modal-dialog .modal-content .btn-group .btn:last-child {
  margin-right: 0;
}

.modal-dialog .modal-content .title {
  position: relative;
}
.modal-dialog .modal-content h1 {
  font-size: 24px;
  font-weight: 700;
  /*        margin-bottom: 20px;*/
  text-align: center;
  line-height: 1;
}
.modal-dialog .modal-content h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-dialog .modal-content input {
  width: 100%;
  height: 50px;
}
.modal-dialog .modal-content .body {
  position: relative;
}

.modal-dialog .btn {
  display: inline-block;
  min-width: 200px;
  height: 50px;
  line-height: 48px;
  border-radius: 8px;
  border: 1px solid var(--color-primary);
  text-align: center;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 400;
}

.modal-dialog .btn-blue {
  color: #fff;
  background-color: var(--color-primary);
  box-shadow: 0px 10px 20px rgba(60, 203, 219, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(60, 203, 219, 0.2);
}

.modal-dialog.bottom_sheet {
  align-items: flex-end;
}
.modal-dialog.bottom_sheet .modal-content {
  bottom: 0;
  width: 100%;
  padding: 70px 20px;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  font-weight: 500;
}
.modal-dialog.bottom_sheet .modal-content .closer {
  top: 20px;
  right: 20px;
}

#modal-brand {
  width: 500px;
}

#modal-brand .brandAdd button {
  display: block;
  width: 267px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

#modal-brand .brandList ul {
  background-color: #f8f8fa;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  height: 280px;
  overflow-y: scroll;
}
#modal-brand .brandList ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
#modal-brand .brandList ul li .modal-brandName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}
#modal-brand .brandList ul li + li {
  border-top: 1px solid #ededed;
}

#modal-brand .brandList ul li > div:last-child {
  display: flex;
  gap: 5px;
  align-items: center;
}

#modal-brand .brandList .select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border-radius: 15px;
  overflow-y: hidden;
}
#modal-brand .brandList .select input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
#modal-brand .brandList .select input + label:before {
  display: inline-block;
  vertical-align: middle;
  content: "선택";
  width: 70px;
  line-height: 30px;
  text-align: center;
  background-color: #d2d2df;
}
#modal-brand .brandList .select input:checked + label:before {
  content: "선택 됨";
  background-color: var(--color-primary);
}

#modal-brand .brandList .delete {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border-radius: 15px;
  overflow-y: hidden;
}
#modal-brand .brandList .delete input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
#modal-brand .brandList .delete input + label:before {
  display: inline-block;
  vertical-align: middle;
  content: "삭제";
  width: 70px;
  line-height: 30px;
  text-align: center;
  background-color: #dc3545;
}

#modal-details {
  width: 500px;
}
#modal-details .desc {
  font-size: 14px;
  color: #888888;
}
#modal-details .details {
  margin-top: 15px;
}
#modal-details .details h5 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 10px;
}
#modal-details .details table {
  table-layout: fixed;
}
#modal-details .details table th {
  text-align: center;
  padding: 5px 0;
}
#modal-details .details table td:nth-child(1) {
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#modal-details .details table td {
  text-align: center;
  padding: 10px 0;
}
#modal-details .payments {
  margin-top: 15px;
}
#modal-details .payments h5 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 10px;
}
#modal-details .payments input {
}

#modal-modify {
  width: 500px;
  font-size: 16px;
}
#modal-modify .reviewer-info {
}
#modal-modify .reviewer-info li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
#modal-modify .reviewer-info li div:first-child {
  width: 140px;
  padding-left: 13px;
  background-image: url(STATIC/img/icon/list.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#modal-modify .msgBox {
  width: 100%;
  padding: 15px 20px;
  min-height: 120px;
  background-color: #f8f8fa;
  border-radius: 5px;
  margin-top: 20px;
}

#modal-modify .btn {
  color: var(--color-primary);
}
#modal-modify .btn-blue {
  width: 160px;
  color: #fff;
}

#modal-find {
  width: 500px;
  font-size: 16px;
}

#modal-find .field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  height: auto;
  padding: 0;
}

#modal-find .field label {
  width: 120px;
  font-weight: 500;
  color: #222222;
}

#modal-find .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

#modal-user_feedback {
  max-width: 390px;
  width: 100%;
  padding: 40px;
}

#modal-user_feedback p {
  font-size: 16px;
  padding-bottom: 30px;
}
#modal-user_feedback textarea {
  border-radius: 5px;
  border: 1px solid #ededed;
  background: #fff;
  width: 100%;
  height: 165px;
  padding: 20px 25px;
}

#modal-user_feedback .btn_wrap {
  max-width: 230px;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 40px;
}
#modal-user_feedback .feedback_send {
  padding: 13px 20px;
  border-radius: var(--border-round-S);
  width: 100%;
  display: inline-block;
  text-align: center;
}

#modal-user_feedback.new {
  max-width: 490px;
  min-width: auto;
  width: 100%;
  padding: 40px;
}

#modal-user_feedback.new h1 {
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
#modal-user_feedback.new p {
  font-size: 16px;
  padding-bottom: 10px;
}
#modal-user_feedback.new textarea {
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  background: #fff;
  width: 100%;
  height: 165px;
  padding: 10px;
}

#modal-user_feedback.new .btn_wrap {
  max-width: 230px;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 40px;
}
#modal-user_feedback.new .feedback_send {
  padding: 13px 20px;
  border-radius: var(--border-round-S);
  width: 100%;
  display: inline-block;
  text-align: center;
}

.star_rating {
  display: flex;
  gap: 5px;
  padding: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.star {
  cursor: pointer;
  font-size: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
}

.modal-dialog .btn-gorup {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.modal-dialog .btn-gorup .btn {
  min-width: auto;
  text-align: center;
  padding: 0 10px;
  flex-grow: 1;
  cursor: pointer;
}
.modal-dialog .btn-gorup .btn + .btn {
  margin-left: 10px;
}

.term_wrap {
  width: 580px;
}
.term_wrap > ul li {
}
.term_wrap > ul li + li {
  margin-top: 20px;
}
.term_wrap .term {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 24px;
}
.term_wrap .term:has(.view_content) {
  justify-content: flex-start;
  gap: 20px;
  height: auto;
}
.term_wrap .term:has(.view_content) label {
  font-size: 16px;
}
.term_wrap .term .view_content {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: 16px;
}
.term_wrap .term.allCehck {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
.term_wrap .term .drop_btn {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  width: 90px;
  padding: 2px 13px;
  border-radius: 5px;
  background-image: url(../img/icon/arrow_down_m.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  color: var(--color-primary);
}
.term_wrap .term .drop_btn.active {
  background-color: #f1fcfe;
  background-image: url(../img/icon/arrow_up_m.svg);
}

.term_wrap .dorp_wrap {
  display: none;
  margin-top: 18px;
}
.term_wrap .dorp_wrap .text {
  background-color: #f5f5fa;
  border-radius: 5px;
  padding: 15px 10px;
  max-height: 190px;
  overflow-y: scroll;
  white-space: normal;
  font-size: 13px;
  line-height: 1.5em;
}

.term_wrap .dorp_wrap .text::-webkit-scrollbar {
  width: 15px;
  background-color: transparent;
}
.term_wrap .dorp_wrap .text::-webkit-scrollbar-thumb {
  background-color: #9499b4;
  border: 5px solid #f5f5fa;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0;
}
.term_wrap .dorp_wrap .text::-webkit-scrollbar-track {
  background-color: transparent;
  opacity: 0;
}

.checkbox_ {
  position: relative;
  height: 100%;
}
.checkbox_ input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.checkbox_ input + label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.checkbox_ input + label:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url(/skin/demo/img/icon/tool/checkbox_off.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 9999px;
}
.checkbox_ input:checked + label:before {
  background-image: url(/skin/demo/img/icon/tool/checkbox_on.svg);
}

#new_service_price {
  display: none;
}

.service_price_td.new {
}

.service_price_td.new #service_price {
  text-decoration: line-through;
}

.service_price_td.new #new_service_price {
  display: inline-block;
  color: var(--theme-color);
  font-weight: 700;
  padding-left: 5px;
}

/* 쿠폰 페이지 */

.coupon .section-area {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.coupon .container {
  display: flex;
  gap: 30px;
}

.coupon .container .item {
  /* padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 5px rgba(100, 100, 100, 0.3); */
  padding: var(--spacing-24);
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-16);
  margin: 0 auto;
  /* width: 100%; */
}
.coupon .container .item.banner {
  padding: 0;
}

.coupon .container .item h2 {
  font:var(--font-title-s);
  color:var(--color-content-brand);
  margin-bottom:var(--spacing-16);
}

.coupon .container .item form {
  display: flex;
  gap: 16px;
}

.coupon .container .item input {
  font:var(--font-body-m-regular);
  color:var(--color-content-default);
  height: 48px;
  background-color: var(--color-surface-subtle);
  border-radius: var(--radius-full);
  border:none;
}

.coupon .customBtn.addCouponButton {
  background-color: var(--color-surface-brand);
  height: 48px;
  width: 160px;
}
 
.coupon .filter {
  display: flex;
  justify-content: flex-end;
}

.coupon .filter select {
  border-radius: 15px;
  border-color: #dddddd;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.coupon .list {
  height: 500px;
  max-height: 500px;
  overflow-y: scroll;
}

.coupon .list .item {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon .list .item .status {
  padding-left: 25px;
  padding-right: 25px;
}

.coupon .list .item .coupon_box {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 5px rgba(100, 100, 100, 0.3);
  width: 100%;
  max-width: 370px;
  background: url(../../STATIC/img/visual/coupon.png);
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 20 / 9;
}
.coupon .list .item .leftBox {
  display: flex;
  gap: 60px;
  align-items: center;
  flex: 1;
}

.coupon .list .item .rightBox {
  padding-right: 20px;
}
.coupon .list .item .coupon_box h2 {
  color: var(--accent-color);
  font-weight: bold;
  font-size: 34px;
  padding-bottom: 10px;
}

.coupon .list .item .coupon_box .coupon_name {
  font-weight: bold;
  padding-bottom: 10px;
}

.coupon .list .item .coupon_box .minPrice,
.coupon .list .item .coupon_box .expiration {
  font-size: 12px;
  color: #727272;
}

.coupon .nonCoupon {
  display: flex;
  justify-content: center;
}

#coupon_modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
#coupon_modal.show {
  display: flex;
}

#coupon_modal .dimmed {
  position: absolute;
  left: 0;
  top: 0;
  background: #aeaeae;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  z-index: 9998;
}

#coupon_modal .modal {
  max-width: 557px;
  width: 100%;
  padding: 25px 20px;
  background: #fff;
  border-radius: 30px;
  z-index: 9999;
  position: initial;
  height: auto;
  display: block;
}

#coupon_modal .modal .head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid #e4e8ee;
}

#coupon_modal .modal .th {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-right: 20px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}

#coupon_modal .modal .coupon_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 14px 0;
  max-height: 440px;
  min-height: 150px;
  overflow-x: auto;
  overflow-y: auto;
}
#coupon_modal .modal .coupon_list:has(.empty) {
  justify-content: center;
}
#coupon_modal .modal .coupon_list .empty {
  text-align: center;
}

#coupon_modal .modal .coupon_list .item {
  display: flex;
  gap: 10px;
  width: 100%;
  height: auto;
  flex-direction: column;
  border-radius: 10px;
  padding: 15px 10px;
  border: 1px solid #e4e8ee;
}
#coupon_modal .modal .coupon_list .item:has(input:checked) {
  background-color: #ecf9fb;
  border: 1px solid var(--primary-color);
}
#coupon_modal .modal .coupon_list .item label {
  font-size: 16px;
  font-weight: 500;
}

#coupon_modal .modal .coupon_list .item.nocoupon {
  justify-content: center;
}
#coupon_modal .modal .coupon_list .item .discount {
  color: var(--theme-color);
  font-size: 14px;
}
#coupon_modal .modal .coupon_list .item .discount span {
  font-size: 16px;
  font-weight: 900;
}

#coupon_modal .modal .coupon_list .item .coupon_info {
  border-top: 1px solid #e4e8ee;
  padding-top: 10px;
}
#coupon_modal .modal .coupon_list .item .coupon_info .co_name {
  font-size: 16px;
  font-weight: 500;
}
#coupon_modal .modal .coupon_list .item .coupon_info .d-day {
  color: var(--red-100-color);
  font-weight: 700;
}

#coupon_modal .modal .customBtn {
  border-radius: 10px;
  padding: 10px 15px;
}

#coupon_modal .modal .confirm {
  padding-top: 20px;
  text-align: center;
}
#coupon_modal .modal .confirm button {
  width: 100%;
}

#coupon_modal .close_btn {
  cursor: pointer;
}

/* // 쿠폰 페이지 */

/* 메세지 모달 */
#modal-message {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  overflow: hidden;
  max-height: 80dvh;
  height: 100%;
  background: var(--bg-gray-color);
  color: #666;
}
#modal-message.modal-content .closer {
  position: static;
}
#modal-message .flex_box {
  display: flex;
  height: 100%;
}

#modal-message .flex_box > .left {
  flex: 1;
  border-right: 1px solid #e4e8ee;
  width: 380px;
}
#modal-message .flex_box .left .head {
  background: var(--primary-color);
  padding: 15px 20px 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modal-message .flex_box .left .head > div {
  cursor: pointer;
}
#modal-message .flex_box .left .tab {
}
#modal-message .flex_box .left .tab span {
  padding: 25px 22px;
}
#modal-message .flex_box .left .tab > span.on {
  background: #fff;
}
#modal-message .flex_box .left .selectBox {
  padding: 14px 20px;
  background: #fff;
}

#modal-message .flex_box .left .search_cont {
  padding: 14px 20px;
  background: #fff;
}
#modal-message .flex_box .left .search_cont input {
  padding-left: 50px;
  background-image: url(/skin/demo/img/icon/search_icon_black.svg);
  background-size: 20px 20px;
  background-position: 20px center;
  background-repeat: no-repeat;
}

#modal-message .flex_box .left .selectBox .brand_select .select__ {
  background-image: url(/skin/demo/img/icon/tool/select_down.svg);
  border: 1px solid #ededed;
}
#modal-message .flex_box .left .selectBox .brand_select .list__ {
  width: 100%;
  max-height: 330px;
  overflow: auto;
}

#modal-message .flex_box .left .list {
  padding: 20px;
  border-top: 1px solid #e4e8ee;
  overflow-y: scroll;
  height: calc(100% - 70px - 78px);
  position: relative;
}
#modal-message .flex_box .empty_list {
  height: 100%;
  padding: 0;
}
#modal-message .flex_box .right .empty_list {
  padding-top: 61px;
}
#modal-message .flex_box .empty_list img {
  max-width: 87px;
}

#modal-message .flex_box .left .list .item {
  padding: 20px;
  border-bottom: 1px solid #e4e8ee;
  cursor: pointer;
}
#modal-message .flex_box .left .list .item.on {
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  box-shadow: 0px 5px 8px 0px #20abc61a;
}
#modal-message .flex_box .left .list .item .memo {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 8px;
  font-size: 13px;
}
#modal-message .flex_box .left .list .item .user {
  display: flex;
  gap: 20px;
}
#modal-message .flex_box .left .list .item .user .left {
  max-width: 60px;
  width: 100%;
  height: 60px;
}

#modal-message .flex_box .left .list .item .user img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  object-fit: cover;
}

#modal-message .flex_box .left .list .item .user .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modal-message .flex_box .left .list .item .user .name {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#modal-message .flex_box .left .list .item .user .text {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
#modal-message .flex_box .left .list .item .user .right {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

#modal-message .flex_box .left .list .item .user .right .bottom {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
#modal-message .flex_box .left .list .item .user .right .bottom .noti {
  border-radius: 50px;
  color: #fff;
  background: var(--red-100-color);
  font-size: 12px;
  padding: 0 5px 0 5px;
  align-self: flex-start;
  text-align: center;
}

#modal-message .flex_box > .right {
  flex: 2;
  position: relative;
  background: var(--bg-gray-color);
}
#modal-message .flex_box .right .head {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  min-height: 69px;
}
#modal-message .flex_box .right .title {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
#modal-message .flex_box .right .receiver::before {
  content: "";
  position: absolute;
  border-top: 1px solid #e4e8ee;
  top: 0;
  left: 50%;
  width: calc(100% - 40px);
  transform: translateX(-50%);
}
#modal-message .flex_box .right .sender,
#modal-message .flex_box .right .receiver {
  position: relative;
  background: #fff;
  display: flex;
  gap: 30px;
  padding: 20px;
  align-items: center;
  line-height: 1;
}
#modal-message .flex_box .right .sender h3,
#modal-message .flex_box .right .receiver h3 {
  color: #222;
  font-size: 14px;
  min-width: 70px;
}
#modal-message .flex_box .right .receiver h3 {
  align-self: flex-start;
}
#modal-message .flex_box .right .receiver .item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 5px;
  width: 60px;
}
#modal-message .flex_box .right .receiver .receiver_list {
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 660px;
  display: inline-flex;
  white-space: nowrap;
  overflow-x: auto;
  min-width: 200px;
}
#modal-message .flex_box .right .receiver .item .delete {
  position: absolute;
  right: 0;
  top: 0;
}
#modal-message .flex_box .right .receiver .item span {
  font-size: 14px;
  overflow: hidden;
  max-width: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#modal-message .flex_box .right .receiver .item img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50px;
}
#modal-message .flex_box .right .receiver .item > img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  object-fit: cover;
}
#modal-message .flex_box .right .head .user_info {
  width: 60%;
}
#modal-message .flex_box .right .head .user_info img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  object-fit: cover;
}
#modal-message .flex_box .right .head .user_info .user {
  display: flex;
  align-items: center;
  gap: 15px;
}
#modal-message .flex_box .right .head .user_info .user .right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#modal-message .flex_box .right .head .user_info .user .name {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}

#modal-message .flex_box .right .head .user_info .user .memo_cont {
  display: flex;
  align-items: center;
  gap: 5px;
}
#modal-message .flex_box .right .head .user_info .user .memo_cont span.icon {
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#modal-message .flex_box .right .cp_list_cont {
  background: #fff;
  padding: 0 20px;
  position: relative;
  /*    box-shadow: 2px 9px 10px -8px #20ABC61A;*/
  /*    border-radius: 0 0 10px 10px;*/
  border-bottom: 1px solid #e4e8ee;
}
#modal-message .flex_box .right .cp_list_cont .item {
  padding: 20px 0;
  border-top: 1px solid #e4e8ee;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

#modal-message .flex_box .right .cp_list_cont > .item {
  cursor: pointer;
}
#modal-message .flex_box .right .cp_list_cont .item > span {
  min-width: 80px;
}
#modal-message .flex_box .right .cp_list_cont .item .cp_info {
  display: flex;
  align-items: center;
  gap: 25px;
}
#modal-message .flex_box .right .cp_list_cont .item .cp_info .status {
  display: flex;
  align-items: center;
  gap: 10px;
}
#modal-message .flex_box .right .cp_list_cont .item .cp_info .label {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 0 10px;
  border-radius: 15px;
}
#modal-message .flex_box .right .cp_list_cont .item .cp_info .date {
  color: var(--primary-color);
}
#modal-message .flex_box .right .cp_list_cont .item .cp_info .link {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#modal-message .flex_box .right .cp_list_cont .more_item {
  height: 0;
  max-height: 230px;
  overflow: hidden;
}
#modal-message .flex_box .right .cp_list_cont .more_item .item {
  padding: 0;
  border-top: 0;
}

#modal-message .flex_box .right .cp_list_cont .more_item .item .cp_info {
  padding: 10px 0;
  /*    border-top: 1px solid #E4E8EE;*/
  width: 100%;
  justify-content: flex-end;
}
#modal-message
  .flex_box
  .right
  .cp_list_cont
  .more_item
  .item:first-child
  .cp_info {
  border-top: 0;
  padding-top: 0;
}
#modal-message
  .flex_box
  .right
  .cp_list_cont
  .more_item
  .item
  .cp_info
  .cp_name {
  flex: 1;
}
#modal-message .flex_box .right .cp_list_cont .more_item.on {
  height: 100%;
  overflow: auto;
  /*    border-top: 1px solid #E4E8EE;*/
}
#modal-message .flex_box .right .cp_list_cont .open {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  /*    padding: 10px;*/
}
#modal-message .flex_box .right .cp_list_cont .open img {
  transition: all 0.2s;
}

#modal-message .flex_box .right .cp_list_cont .item.on .open img {
  transform: rotate(-180deg);
}

#modal-message .flex_box .right .message_cont {
  height: calc(100% - 80px - 82px);
  padding: 20px;
  overflow-y: auto;
  background: var(--bg-gray-color);
  position: relative;
}
#modal-message .flex_box .right .message_cont.small {
  height: calc(100% - 61px - 80px - 80px);
}
#modal-message .error_msg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#modal-message .flex_box .right .message_cont .receive_message {
  display: flex;
  gap: 10px;
  padding-bottom: 25px;
}
#modal-message .flex_box .right .message_cont .receive_message:last-child {
  padding-bottom: 0;
}
#modal-message .flex_box .right .message_cont .receive_message img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  object-fit: cover;
}
#modal-message .flex_box .right .message_cont .receive_message .text {
  background: #fff;
  padding: 15px;
  border-radius: 0 10px 10px 10px;
  white-space: pre-wrap;
  word-break: break-all;
}

#modal-message .flex_box .right .message_cont .receive_message .text.file {
  white-space: initial;
  display: flex;
  align-items: center;
  gap: 10px;
  word-break: break-all;
}

#modal-message .flex_box .right .message_cont .receive_message .text.file > a {
  line-height: 1;
  padding: 8px;
  border-radius: 50px;
  background: #f8f8fa;
  width: 41px;
}

#modal-message .flex_box .right .message_cont .receive_message .text svg {
  stroke: #666;
}

#modal-message .flex_box .right .message_cont .time {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #888;
}

#modal-message .flex_box .right .message_cont .send_message.loading {
  height: 35px;
}
#modal-message .flex_box .right .message_cont .send_message.loading .loader {
  width: 25px;
  height: 25px;
  right: 0;
  left: initial;
  top: 0;
}
#modal-message .flex_box .right .message_cont .send_message {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  padding-bottom: 25px;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
}

#modal-message .flex_box .right .message_cont .send_message .brand_name {
  font-weight: bold;
  font-size: 12px;
  color: #888;
}
#modal-message .flex_box .right .message_cont .send_message .bottom_box {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

#modal-message .flex_box .right .message_cont .send_message:last-child {
  padding-bottom: 0;
}
#modal-message .flex_box .right .message_cont .send_message .time {
  text-align: right;
}
#modal-message .flex_box .right .message_cont .send_message .text {
  background: var(--primary-color);
  border-radius: 10px 0 10px 10px;
  padding: 15px;
  color: #fff;
  white-space: pre-wrap;
  word-break: break-all;
}
#modal-message .flex_box .right .message_cont .send_message .text img {
  max-height: 30px;
}
#modal-message .flex_box .right .message_cont .send_message .text.file {
  white-space: initial;
  display: flex;
  align-items: center;
  gap: 10px;
  word-break: break-all;
}

#modal-message .flex_box .right .message_cont .send_message .text.file a {
  line-height: 1;
  padding: 8px;
  border-radius: 50px;
  background: #f8f8fa;
  width: 41px;
}

#modal-message .flex_box .right .message_cont .send_message .text svg {
  stroke: var(--primary-color);
}

#modal-message .flex_box .right .message_cont .date_chip {
  background: #d2d2df;
  max-width: fit-content;
  padding: 6px 20px;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto 30px;
  max-width: fit-content;
}

#modal-message .flex_box .right .typing_cont {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 15px 20px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 99999999;
  max-height: 250px;
}
#modal-message .flex_box .right .typing_cont textarea {
  flex: 1;
  padding: 0;
  line-height: 1.5;
  border: none;
  height: 26px;
  font-size: 15px;
  max-height: 230px;
  overflow-y: auto;
}
#modal-message .flex_box .right .typing_cont .file {
  padding: 15px;
  line-height: 1;
  align-self: flex-start;
}
#modal-message .flex_box .right .typing_cont .send_btn {
  background: var(--primary-color);
  color: #fff;
  border-radius: 4px;
  padding: 16px 20px;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 500;
}

#modal-message.modal-content .memo_cont input {
  height: auto;
  font-size: 14px;
  padding: 5px 10px;
  width: 360px;
}

#modal-message .add_message_btn {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  background: #e4e8ee;
  margin-bottom: 20px;
  cursor: pointer;
}

#modal-message .flex_box .left .list::-webkit-scrollbar,
#modal-message .flex_box .right .receiver .receiver_list::-webkit-scrollbar,
#modal-message .flex_box .message_cont::-webkit-scrollbar,
#modal-message .flex_box .right .cp_list_cont .more_item::-webkit-scrollbar,
#modal-message
  .flex_box
  .left
  .selectBox
  .brand_select
  .list__::-webkit-scrollbar,
#modal-message .flex_box .right .typing_cont textarea::-webkit-scrollbar {
  width: 15px;
  background-color: transparent;
}
#modal-message .flex_box .left .list::-webkit-scrollbar-thumb,
#modal-message
  .flex_box
  .right
  .receiver
  .receiver_list::-webkit-scrollbar-thumb,
#modal-message .flex_box .message_cont::-webkit-scrollbar-thumb,
#modal-message
  .flex_box
  .right
  .cp_list_cont
  .more_item::-webkit-scrollbar-thumb,
#modal-message
  .flex_box
  .left
  .selectBox
  .brand_select
  .list__::-webkit-scrollbar-thumb,
#modal-message .flex_box .right .typing_cont textarea::-webkit-scrollbar-thumb {
  background-color: #d0d2d7;
  border: 5px solid #fff;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0;
}
#modal-message .flex_box .left .list::-webkit-scrollbar-track,
#modal-message
  .flex_box
  .right
  .receiver
  .receiver_list::-webkit-scrollbar-track,
#modal-message .flex_box .message_cont::-webkit-scrollbar-track,
#modal-message
  .flex_box
  .right
  .cp_list_cont
  .more_item::-webkit-scrollbar-track,
#modal-message
  .flex_box
  .left
  .selectBox
  .brand_select
  .list__::-webkit-scrollbar-track,
#modal-message .flex_box .right .typing_cont textarea::-webkit-scrollbar-track {
  background-color: transparent;
  opacity: 0;
}

#modal-message .mobile_head {
  display: none;
}

#modal-message
  .flex_box
  .right
  .message_cont
  .receive_message
  .text.function_text {
  background: #fff;
  color: #222;
  white-space: normal;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
}
#modal-message
  .flex_box
  .right
  .message_cont
  .receive_message
  .text.function_text
  .title {
  font-size: 14px;
}

#modal-message
  .flex_box
  .right
  .message_cont
  .receive_message
  .text.function_text
  .person_type {
  display: flex;
  align-items: center;
  gap: 30px;
}
#modal-message
  .flex_box
  .right
  .message_cont
  .receive_message
  .text.function_text
  .person_type
  .checkbox_ {
}
#modal-message
  .flex_box
  .right
  .message_cont
  .receive_message
  .text.function_text
  .reason_text {
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  padding: 8px;
  min-height: 70px;
}

#modal-message
  .flex_box
  .right
  .message_cont
  .receive_message
  .text.function_text
  .request_datetime {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  padding: 8px 20px;
}

#modal-message
  .flex_box
  .right
  .message_cont
  .receive_message
  .text.function_text
  .noti {
  border-radius: 5px;
  padding: 8px;
  background: #f4f5f9;
  color: #666;
}

#modal-message
  .flex_box
  .right
  .message_cont
  .receive_message
  .text.function_text
  .btn_wrap {
  display: flex;
  gap: 20px;
}
#modal-message
  .flex_box
  .right
  .message_cont
  .receive_message
  .text.function_text
  .btn_wrap
  button {
  flex: 1;
  padding: 10px;
  line-height: 1;
  font-size: 14px;
}

#mission_confirm_modal .modal-layer .content {
  padding: 30px 0;
}

#mission_confirm_modal .modal-layer .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#mission_confirm_modal .modal-layer .btn_wrap button {
  flex: 1;
  padding: 10px;
  border-radius: 5px;
  line-height: 1;
}

#mission_confirm_modal .modal-layer .btn_wrap button.fill_btn {
}

@media (max-width: 800px) {
  #modal-message {
    max-height: none;
    border-radius: 0;
  }
  #modal-message .mo_title {
    display: block;
  }
  #modal-message.on .mo_title {
    display: none;
  }
  #modal-message .back {
    display: none;
  }
  #modal-message.on .back {
    display: block;
  }

  #modal-message .mobile_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    font-size: 18px;
    padding: 22px;
    color: #222;
    font-weight: 500;
    border-bottom: 1px solid #e4e8ee;
  }
  #modal-message .mobile_head .closer img {
    max-height: 18px;
  }
  #modal-message .flex_box {
    height: calc(100dvh - 80px);
  }

  #modal-message .flex_box > .left {
    flex: none;
    width: 100dvw;
    transition: width 0.2s;
  }

  #modal-message .flex_box .left .list .item.on {
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
  }

  #modal-message .flex_box > .right {
    flex: none;
    width: 100dvw;
  }
  #modal-message.on .flex_box > .left {
    width: 0;
    opacity: 0;
  }
  #modal-message.on .flex_box > .right .closer {
    display: none;
  }

  #modal-message .flex_box .right .message_cont {
    height: calc(100% - 61px - 80px - 80px - 72px);
  }
}

/*
#modal-message .flex_box .message_cont::-webkit-scrollbar {
    width: 15px;
    background-color: transparent;
}
#modal-message .flex_box .message_cont::-webkit-scrollbar-thumb {
    background-color: #D0D2D7;
    border: 5px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    opacity: 0;
}
#modal-message .flex_box .message_cont::-webkit-scrollbar-track {
    background-color: transparent;
    opacity: 0;
}




/* 보고서 페이지 */
/* TODO: css 적용시 .manager-area관련 css 제거후 아래 내용 적용하기. - 적용후 충돌나는 부분 없는지 확인하기 */

.report {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.report section[data-section] {
  box-shadow: none;
  background: none;
  margin: 0;
  padding: 0;
}

.report section[data-section] h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #222;
}

/*
.report section[data-section] .swiper-wrapper .item{
max-width: 253px;
}

*/

.report section[data-section] .swiper-button-next,
.report section[data-section] .swiper-button-prev {
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
}
.report section[data-section] .swiper-button-next {
  background: url(../../STATIC/img/icon/swiper_arrow_right.svg);
}
.report section[data-section] .swiper-blur-right {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 120px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.report section[data-section] .swiper-blur-left {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 120px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.report section[data-section] .swiper-button-prev {
  background: url(../../STATIC/img/icon/swiper_arrow_left.svg);
}

.report section[data-section] .swiper-button-next::after,
.report section[data-section] .swiper-button-prev::after {
  display: none;
}

.report section[data-section] .swiper-button-disabled {
  opacity: 0;
}

.report [data-section="1"] .flex_box {
  display: flex;
  gap: 30px;
}

.report [data-section="1"] .table.grid-table {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-auto-rows: minmax(32px, auto);
  font-size: 14px;
  padding-bottom: 0px;
  column-gap: 10px;
  color: #fff;
}

.report [data-section="1"] .header-cell {
  align-items: center;
  color: #fff;
}

.report [data-section="1"] .body-cell {
  flex-direction: column;
  border: none;
  color: #fff;
  padding: 0;
  white-space: normal;
  word-break: break-word;
}

.report [data-section="1"] .body-cell img {
  max-width: 28px;
}

.report [data-section="1"] .body-cell.cp_subject {
  padding-bottom: 9px;
}

.report [data-section="1"] .body-cell .media_cont {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.report [data-section="1"] .body-cell .media {
  display: flex;
  align-items: center;
  gap: 12px;
}
.report [data-section="1"] .body-cell span {
  word-break: keep-all;
}

.report [data-section="1"] .header-cell,
.body-cell {
  display: flex;
  text-align: left;
  font-size: 16px;
}

.report [data-section="1"] .header-cell:nth-child(odd) {
  word-break: keep-all;
  align-items: flex-start;
}

.report section[data-section="1"] .item[data-item="1"] .th span {
  position: relative;
  padding-left: 10px;
  font-weight: 700;
}
.report section[data-section="1"] .item[data-item="1"] .th span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 6px;
  width: 6px;
  height: 6px;
  background: var(--theme-color);
  border-radius: 50%;
}

.report section[data-section="1"] .white {
  color: #fff;
}

.report section[data-section="1"] {
  padding: 0;
  display: flex;
  gap: 30px;
  background: transparent;
  box-shadow: none;
}

.report section[data-section="1"] .item {
  flex: 1;
  padding: 25px 30px 34px;
  border-radius: var(--standard-radius);
  box-shadow: var(--box-shadow);
}

.report section[data-section="1"] .item[data-item="1"] h2 {
  padding-bottom: 24px;
}

.report section[data-section="1"] .item[data-item="1"] {
  background-image: url(../img/visual/Intersect.png);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #454d56;
  color: #fff;
}

.report section[data-section="1"] .item[data-item="1"] .info-area {
  display: flex;
  align-items: center;
  gap: 28px;
}

.report section[data-section="1"] .item[data-item="1"] .imgBox {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 120px;
}

/*
.report section[data-section='1'] .item[data-item='1'] .textBox{
display: flex;
gap:36px;
}

.report section[data-section='1'] .item[data-item='1'] .textBox > .info{
display: flex;
flex-direction: column;
text-align: left;
align-items: flex-start;
gap:6px;
}

.report section[data-section='1'] .item[data-item='1'] .th{
font-weight: 700;
word-break: keep-all;
}
*/
/*
.report section[data-section='1'] .item[data-item='1'] .th::before{
content: "";
display: inline-block;
position: relative;
left: 0;
transform: translateY(-50%);
margin-right: 6px;
width: 6px;
height: 6px;
background: var(--theme-color);
border-radius: 50%;
}
*/
/*
.report section[data-section='1'] .item[data-item='1'] .td{
font-weight: 400;
word-break: keep-all;
}
.report section[data-section='1'] .item[data-item='1'] .td.mission{
display: flex;
gap:20px;
}

.report section[data-section='1'] .item[data-item='1'] .td.mission span{
display: flex;
gap:10px;
}
*/

.report section[data-section="1"] .item[data-item="2"] {
  background: #fff;
}

.report section[data-section="1"] .item[data-item="2"] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.report section[data-section="1"] .item[data-item="2"] .info {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.report section[data-section="1"] .item[data-item="2"] .info .th {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  background: var(--bg-gray);
}
.report section[data-section="1"] .item[data-item="2"] .info .th p {
  flex: 1;
  text-align: center;
  word-break: keep-all;
}

.report section[data-section="1"] .item[data-item="2"] .info .td {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e8ee;
}

.report section[data-section="1"] .item[data-item="2"] .info .td > div {
  flex: 1;
  text-align: center;
}

.report section[data-section="2"] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.report section[data-section="2"] .board {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.report section[data-section="2"] .item {
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: var(--standard-radius);
  display: flex;
  align-items: center;
  /*    flex-shrink:0;*/
  flex: 1;
}

@media (max-width: 1620px) {
  .report section[data-section="2"] .item {
    flex: initial;
    width: calc(50% - 30px);
  }
}

.report section[data-section="2"] .item .graph {
  /*    width: 100%;*/
  /*    height: 100%;*/
}

.report section[data-section="2"] .item .info {
  display: flex;
  flex-direction: column;
  color: #666;
  flex: 1;
  flex-shrink: 0;
  padding-right: 30px;
}

.report section[data-section="2"] .item .info .ctg {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 12px;
  color: #222;
  word-break: keep-all;
}
.report section[data-section="2"] .item .info div span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.report section[data-section="2"] .item .info div .num {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.report section[data-section="2"] .item .info .accent {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.report section[data-section="2"] .item .info .accent_color_01 {
  color: var(--color-primary);
}
.report section[data-section="2"] .item .info .accent_color_02 {
  color: #ff8b8b;
}
.report section[data-section="2"] .item .info .accent_color_03 {
  color: #809dee;
}
.report section[data-section="2"] .item .info .accent_color_04 {
  color: #ffbf40;
}

.report section[data-section="3"] {
  background: #fff;
  padding: 25px 0;
  border-radius: var(--standard-radius);
}

.report section[data-section="3"] .board {
  background: #fff;
  padding: 0 30px;
  border-radius: var(--standard-radius);
}
.report section[data-section="3"] .board h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.report section[data-section="3"] .board .nonKeyword {
  display: flex;
  justify-content: center;
  width: 100%;
}

.report section[data-section="3"] .board h2 .addKeyword {
  border-radius: 5px;
  padding: 8px 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  gap: 8px;
}

.report section[data-section="3"] .swiper {
  padding-bottom: 35px;
}

.report section[data-section="3"] .board .item {
  border: 1px solid #e4e8ee;
  border-radius: var(--standard-radius);
  padding: 30px;
  transform: initial;
  cursor: pointer;
}

.report section[data-section="3"] .board .item.active {
  border: 2px solid var(--primary-color);
  box-shadow: 0px 10px 20px rgba(32, 171, 198, 0.1);
}

.report section[data-section="3"] .board .item .keyword {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.report section[data-section="3"] .board .item .keyword span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report section[data-section="3"] .board .item .keyword .edit {
  display: none;
  padding: 9px;
  background: #e4e8ee;
  border-radius: 5px;
  line-height: 0.8;
}

.report section[data-section="3"] .board .item .keyword .edit.on {
  display: inline-block;
}

.report section[data-section="3"] .board .item .searchCount {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888;
  padding-bottom: 10px;
  display: inline-block;
}

.report section[data-section="3"] .board .item .info {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #222;
}

.report section[data-section="3"] .board .item .info p {
  display: flex;
  justify-content: space-between;
}
.report section[data-section="3"] .board .item .info .ctg {
  display: flex;
  gap: 5px;
  align-items: center;
}

.report section[data-section="3"] .board .item .info .ctg span {
  line-height: 18px;
}

.report section[data-section="3"] .board .item .info p .accent {
  color: var(--primary-color);
}

.report section[data-section="3"] .mission_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: minmax(340px, 1fr);
  gap: 50px;
}

.report section[data-section="3"] .mission_list .item {
  flex: 0 0 calc(20% - 50px);
  padding: 0;
  border: none;
}

.report section[data-section="3"] .mission_list .item .imgBox {
  padding-bottom: 30px;
  border-radius: var(--standard-radius);
  max-height: 252px;
  height: 100%;
}
.report section[data-section="3"] .mission_list .item .imgBox img {
  max-width: 100%;
  border-radius: var(--standard-radius);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report section[data-section="3"] .mission_list .item .tag_area {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #666;
  justify-content: space-between;
}

.report section[data-section="3"] .mission_list .item .appli_area .keyword {
  display: flex;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #222;
}

.report
  section[data-section="3"]
  .mission_list
  .item
  .appli_area
  .keyword
  .highRank {
  min-width: 74px;
  text-align: right;
}

.report section[data-section="3"] .mission_list .item .appli_area .desc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #666;
}

.report
  section[data-section="3"]
  .mission_list
  .item
  .appli_area
  .desc
  .rightBox {
  display: flex;
  gap: 15px;
  align-items: center;
}
.report
  section[data-section="3"]
  .mission_list
  .item
  .appli_area
  .desc
  .rightBox
  span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.report
  section[data-section="3"]
  .mission_list
  .item
  .appli_area
  .desc
  .rightBox
  .bar {
  border-left: 1px solid #e4e8ee;
  height: 15px;
}

/* 고객 피드백 탭 */
.report section[data-section="3"] .feedback_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-auto-rows: minmax(340px, 1fr);
  gap: 50px;
  overflow: hidden;
}

.report section[data-section="3"] .feedback_list .item {
  flex: 0 0 calc(20% - 50px);
  padding: 30px;
  border: 1px solid #e4e8ee;
  position: relative;
}
.report section[data-section="3"] .feedback_list .item .best_label {
  position: absolute;
  left: 20px;
  top: 0;
}

.report section[data-section="3"] .feedback_list .profile_cont {
  text-align: center;
}

.report section[data-section="3"] .feedback_list .avg_cont {
  text-align: left;
  padding: 20px 0 14px;
  border-bottom: 1px solid #e4e8ee;
  margin-bottom: 14px;
}
.report section[data-section="3"] .feedback_list .avg_cont div {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #222;
  font-size: 16px;
}

.report section[data-section="3"] .feedback_list .item .name {
  padding-bottom: 10px;
  font-size: 20px;
  color: #000;
}
.report section[data-section="3"] .feedback_list .item .sns_name {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.report section[data-section="3"] .feedback_list .item .profile_img {
  /*    padding-bottom: 20px;*/
  border-radius: 50%;
  /*    max-height: 252px;*/
  height: 130px;
  max-width: 130px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.report section[data-section="3"] .feedback_list .item .profile_img img {
  max-width: 100%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report section[data-section="3"] .feedback_list .item .profile_img .level_ico {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  border-radius: 0;
  max-width: 38px;
  max-height: 33px;
}

.report section[data-section="3"] .feedback_list .feedback_cont {
  padding-top: 15px;
}

.report section[data-section="3"] .feedback_list .feedback_cont .feedback {
  padding-bottom: 15px;
}

.report section[data-section="3"] .feedback_list .feedback_cont .feedback p {
  font-size: 16px;
  color: #222;
  padding-bottom: 10px;
  line-height: 1.3;
  word-break: keep-all;
}

.report section[data-section="3"] .feedback_list textarea {
  width: 100%;
  padding: 10px;
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 90px;
  border-color: #e4e8ee;
}
.report section[data-section="3"] .feedback_list .feedback_cont .btn_cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.report
  section[data-section="3"]
  .feedback_list
  .feedback_cont
  .btn_cont
  .best_pick {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.report
  section[data-section="3"]
  .feedback_list
  .feedback_cont
  .btn_cont
  div:last-child {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.report
  section[data-section="3"]
  .feedback_list
  .feedback_cont
  .btn_cont
  div:last-child
  button {
  flex: 1;
}
/*

.report section[data-section='3'] .feedback_list .item .tag_area{
display: flex;
gap:10px;
padding-bottom: 10px;
font-weight: 400;
font-size: 15px;
line-height: 22px;
letter-spacing: -0.05em;    
color: #666;
justify-content: space-between;
}

.report section[data-section='3'] .feedback_list .item .appli_area .keyword{
display: flex;
padding-bottom: 10px;
font-weight: 500;
font-size: 16px;
line-height: 27px;
color: #222;
}

.report section[data-section='3'] .feedback_list .item .appli_area .keyword .highRank{
min-width: 74px;
text-align: right;
}



.report section[data-section='3'] .feedback_list .item .appli_area .desc{
display: flex;
justify-content: flex-end;
align-items: center;
font-weight: 400;
font-size: 15px;
line-height: 15px;
color: #666;
}

.report section[data-section='3'] .feedback_list .item .appli_area .desc .rightBox{
display: flex;
gap:15px;
align-items: center;
}
.report section[data-section='3'] .feedback_list .item .appli_area .desc .rightBox span{
display: flex;
gap:10px;
align-items: center;
}

.report section[data-section='3'] .feedback_list .item .appli_area .desc .rightBox .bar{
border-left:1px solid #E4E8EE;
height: 15px;
}
*/

/* 서브 페이지 텝 */
.report .sub_page_tab {
  padding-bottom: 27px;
}
.report .sub_page_tab ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #cbcfe8;
  padding: 0 30px;
}
.report .sub_page_tab ul li.active {
  margin-bottom: -2px;
}
.report .sub_page_tab ul li {
  max-width: 284px;
  width: 100%;
}
.report .sub_page_tab ul li + li {
  margin-left: 5px;
  margin-bottom: 0px;
}
.report .sub_page_tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #f5f5fa;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background-color: #f5f5fa;
  gap: 4px;
}
.report .sub_page_tab .active a {
  font-weight: 500;
  color: var(--color-primary);
  border-color: #cbcfe8;
  border-bottom-color: #fff;
  background-color: #fff;
}

.report .sub_page_tab .setting_status {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(calc(-50% - 20px));
  display: none;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  border: 1px solid #454d56;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 7px 14px;
  cursor: pointer;
}
.report .sub_page_tab .setting_status.on {
  display: flex;
}

.report section[data-section="4"] {
  background: #fff;
  border-radius: var(--standard-radius);
  padding: 30px;
}

.report section[data-section="4"] h2 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  justify-content: space-between;
}

.report section[data-section="4"] h2 .navigate {
  border-radius: 5px;
  padding: 8px 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: stretch;
  gap: 6px;
}

.report section[data-section="4"] .keywordDetail {
  padding-bottom: 27px;
}

.report section[data-section="4"] .keywordDetail .info {
  display: flex;
  gap: 145px;
}

.report section[data-section="4"] .keywordDetail .info p {
  display: flex;
  gap: 60px;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.report section[data-section="4"] .keywordDetail .info p span:first-child {
  color: #999;
  display: flex;
  align-items: center;
  gap: 10px;
}
.report section[data-section="4"] .keywordDetail .info p span:last-child {
  color: #000;
}

.report section[data-section="4"] .proposal {
  border: 1px solid #e4e8ee;
  border-radius: var(--standard-radius);
  padding: 20px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  min-height: 100px;
  max-height: 200px;
  width: 100%;
}

.report section[data-section="4"] .table-container {
  padding-right: 0;
}

.report section[data-section="4"] .optional {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 5px;
  padding: 20px 0 0 0;
  margin-bottom: 10px;
}

.report section[data-section="4"] .optional .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

.report section[data-section="4"] .optional .btn.editMode {
  border: 1px solid var(--primary-color);
}

.report section[data-section] .table {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  text-align: center;
  padding-bottom: 25px;
}

.report section[data-section] input {
  height: auto;
}

.report section[data-section] .row-index {
  display: none;
}
.report section[data-section] .keywordTable.on .row-index {
  display: inline-block;
  opacity: 1;
  position: static;
  max-width: 40px;
  padding: 0;
  width: 100%;
  padding: 0 5px;
  cursor: initial;
}

.report section[data-section] .row {
  display: flex;
  border-bottom: 1px solid #e4e8ee;
  max-height: 50px;
  transition: max-height 0.5s;
}
.report section[data-section] .row.open {
  max-height: unset;
}

.report section[data-section] .header {
  font-weight: bold;
  background: var(--bg-gray);
}
.report section[data-section] .header.editMode .cell:not(.fixed-header) {
  cursor: move;
}

.report section[data-section] .header .th_rank {
  display: flex;
  align-items: center;
}

.report section[data-section] .cell {
  flex: 1;
  padding: 13px 15px;
  display: flex;
  gap: 10px;
  justify-content: center;
  /*    align-items: center;*/
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666;
}

.report section[data-section] .keywordTable .cell.keyword {
  align-items: center;
}

.report section[data-section] .keywordTable .cell .delete_btn {
  display: none;
}
.report section[data-section] .keywordTable.on .cell .delete_btn {
  display: inline-block;
  cursor: pointer;
}

.report
  section[data-section]
  .cell
  .delete_btn
  .report
  section[data-section="4"]
  .table-container {
  overflow-x: auto;
  overflow-y: inherit;
  width: 100%;
  padding-right: 0;
  padding-top: 20px;
}

.report section[data-section="4"] .table {
  display: flex;
  flex-direction: column;
  width: 120%;
  padding-bottom: 0px;
}

.report section[data-section="4"] .cell {
  flex: inherit;
  flex-basis: 120px;
}

.report section[data-section="4"] .cell + .report_nick {
  flex-basis: 170px;
}

/*
.report section[data-section='4'] .cell:nth-child(1) {
flex-basis: 180px;
}
.report section[data-section='4'] .cell:nth-child(2) {
flex-basis: 180px;
}
.report section[data-section='4'] .cell:nth-child(3) {
flex-basis: 180px;
}
.report section[data-section='4'] .cell:nth-child(4) {
flex-basis: 180px;
}
.report section[data-section='4'] .cell:nth-child(5) {
flex-basis: 180px;
}
.report section[data-section='4'] .cell:nth-child(6) {
flex-basis: 180px;
}
*/

.report section[data-section="4"] .cell.date {
  justify-content: flex-start;
}

.report section[data-section="4"] .cell.title {
  flex: 1;
  /*    white-space: nowrap;*/
  text-overflow: ellipsis;
}

.report section[data-section="4"] .cell.title span {
  word-break: keep-all;
  text-align: left;
}

.report section[data-section="3"] .keywordTable .cell:nth-child(1) {
  flex-basis: 50px;
  flex: none;
}

.report section[data-section="3"] .keywordTable.on .cell:nth-child(1) {
  max-width: 114px;
  width: 100%;
}

.report section[data-section="3"] .row {
  display: flex;
}

.report section[data-section] .header .cell {
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222;
  overflow: visible;
}

.report section[data-section] .row .cell .showBtn {
  cursor: pointer;
}

.report section[data-section] .row .cell .showBtn img {
  transform: rotate(0);
}
.report section[data-section] .row.open .cell .showBtn img {
  transform: rotate(-180deg);
}

.report section[data-section] .row .cell.rank {
  display: flex;
  gap: 5px;
}

.report section[data-section] .row .cell.rank .increase {
  position: relative;
  color: #0dbacd;
}

.report section[data-section] .row .cell.rank .decrease {
  position: relative;
  color: #eb6161;
}

.report section[data-section] .row .cell.rank .increase::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../../STATIC/img/icon/increase.png);
  width: 13px;
  height: 10px;
  transform: translateY(-50%);
}

.report section[data-section] .row .cell.rank .decrease::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../../STATIC/img/icon/decrease.png);
  width: 13px;
  height: 10px;
  transform: translateY(-50%);
}

.report section[data-section] .row .cell div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.report section[data-section] .row .cell p {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 18px;
  text-align: right;
}

.report section[data-section] .row .cell p span {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.report section[data-section] .row.open .cell p span {
  /*
overflow: initial;
display: initial;
-webkit-line-clamp: initial;
-webkit-box-orient: initial;
*/
}

.report section[data-section] .row .cell.rank p {
  width: 74px;
}

.report section[data-section] .row .cell.rank p span {
  flex: 1;
}

.report section[data-section] .cell.difficulty {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
}

.report section[data-section] .cell.easy span {
  border: 2px solid #40a436;
  border-radius: 30px;
  color: #40a436;
  padding: 4px 15px;
}
.report section[data-section] .cell.hard span {
  border: 2px solid #eb6161;
  border-radius: 30px;
  color: #eb6161;
  padding: 4px 15px;
}
.report section[data-section] .cell.middle span {
  border: 2px solid #00353e;
  border-radius: 30px;
  color: #00353e;
  padding: 4px 15px;
}

.report section[data-section] .more {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
.report section[data-section] .more span {
  background: var(--bg-gray);
  border-radius: 30px;
  padding: 21px 0;
  max-width: 178px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}
.report section[data-section] .btn_wrap {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  gap: 20px;
}

.report section[data-section] .btn_wrap > span {
  background: var(--primary-color);
  border-radius: var(--border-round-L);
  max-width: 178px;
  padding: 15px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(60, 203, 219, 0.2);
  color: #fff;
  max-width: 300px;
}

.report section[data-section] .btn_wrap .border_primary_btn {
  display: none;
  box-shadow: none;
}

.report section[data-section] .btn_wrap.on .border_primary_btn {
  display: flex;
}

.report section[data-section] .btn_wrap .border_black_btn {
  display: none;
  box-shadow: none;
}

.report section[data-section] .btn_wrap.on .border_black_btn {
  display: inline-block;
}

.border_black_btn {
  background: #fff !important;
  border: 1px solid #454d56 !important;
  color: #454d56 !important;
}
.border_primary_btn {
  background: #fff !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}

/*.report section[data-section] .btn_wrap */

.report .selectBox__ .list__ {
  width: 150%;
  right: 0;
  left: inherit;
}

.report .selectFilter .list__ li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  margin-top: 2px;
}
.report .selectFilter .list__ li.selected {
  font-weight: 400;
  color: #222;
}
.report .selectFilter .list__ li.selected:before {
  background-image: url(../img/icon/checked.svg);
}

.report input[type="checkbox"] {
  display: none;
}

.report input[type="checkbox"]:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  background-image: url("../img/icon/check.svg"); /* 체크되지 않은 이미지 */
  width: 20px; /* 이미지의 너비 */
  height: 20px; /* 이미지의 높이 */
}

.report input[type="checkbox"]:checked:before {
  background-image: url("../img/icon/checked.svg"); /* 체크된 이미지 */
}

.report section[data-section="5"] {
  background: #fff;
  border-radius: var(--standard-radius);
  padding: 30px;
}

.report section[data-section="5"] h2 {
  padding-bottom: 10px;
}

.report section[data-section="5"] p {
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 20px;
}

.report section[data-section="5"] textarea {
  width: 100%;
  padding: 14px;
  border-radius: 15px;
  border: 1px solid var(--line, #e4e8ee);
  background: var(--white, #fff);
  min-height: 100px;
}

.report section[data-section="5"] .btn-primary {
  min-width: 300px;
}

/* 알림 설정 페이지 */

.notice_set {
}
.notice_set .kakao_cont {
  padding: 0 25px;
}
.notice_set .kakao_cont h4 {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 20px;
}
.notice_set .kakao_cont .desc {
  font-size: 16px;
  color: #777;
}
.notice_set .kakao_cont .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--primary-color);
  padding: 20px;
  border-radius: 20px;
}
.notice_set .kakao_cont .item .left {
  line-height: 1;
}
.notice_set .kakao_cont .item_cont {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notice_set .kakao_cont .item .title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.notice_set .kakao_cont .item .desc {
  font-size: 16px;
  color: #777;
}

label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

[role="switch"] {
  appearance: none;
  position: relative;
  border: max(2px, 0.1em) solid var(--primary-color);
  border-radius: 30px;
  width: 53px;
  height: 30px;
  cursor: pointer;
}

[role="switch"]::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: left 250ms linear;
  transform: translate(0, -50%);
}

[role="switch"]:checked {
  background-color: var(--primary-color);
  /*  border-color: tomato;*/
}

[role="switch"]:checked::before {
  background-color: white;
  left: calc(100% - 23px);
}

[role="switch"]:disabled {
  border-color: lightgray;
  opacity: 0.7;
  cursor: not-allowed;
}

[role="switch"]:disabled:before {
  background-color: lightgray;
}

[role="switch"]:disabled + span {
  opacity: 0.7;
  cursor: not-allowed;
}
[role="switch"]:focus {
  /*  border-color: var(--primary-color);*/
}

/*
[role="switch"]:focus-visible {
outline-offset: max(2px, 0.1em);
outline: max(2px, 0.1em) solid var(--primary-color);
}
*/

/*
[role="switch"]:enabled:hover {
box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
}
*/

/* // 보고서 페이지 */

/* 알림 설정 페이지 */

/*footer*/
/*    #footer{background-color:#f0f2f3;padding: 0px 0px 50px 0px;   position:relative; margin-top:40px;}*/
/*    #footer .doc_block{position: relative; height: 70px; margin-bottom: 0px; border-bottom: 1px solid #eaebeb;border-top: 1px solid #eaebeb; z-index: 10; background-color:#eaebeb;}*/
/*    #footer .doc_block .btn{line-height: 70px;padding: 0 2px; margin: 0 10px;  display: inline-block; position: relative; font-size:14px; color: #aaaaaa; cursor: pointer; font-weight:normal; letter-spacing:-1px;}*/
/*    #footer .doc_block .btn strong {color: #000; font-weight:normal;}*/
/*    #footer .doc_block .btn:hover{color:#666;}*/
/*    #footer .doc_block .line {  display: inline-block;width:1px; height:12px; margin-top:3px; background:#ccc; }*/
/*    #footer .doc_wrap{ padding:10px 0px 0px; background-color:#f0f2f3}*/
/*    #footer .doc_wrap .fm{position: relative; width:60%; display:block;  margin-top:15px; line-height:18px;font-size:12px; color:#a0a0a0; ;}*/
/*    #footer .doc_wrap .fm + .fm{width:20%; }*/
/*    #footer .doc_wrap .fm .cpbtn{ background-color:#000; padding:2px 5px; border-radius:3px; font-size:10px; color:#ffffff; margin-left:10px;}*/
/*    #footer .doc_wrap .fm .bar{display:inline-block; margin:0px 10px;font-size:11px;}*/
/*    #footer .doc_wrap .fl_right{position: absolute;  top:35px; right:30px; text-align:right; font-size:12px; color:#a0a0a0;}*/
/*    #footer .doc_wrap .fl_right span{display:block; margin-top:5px;}*/
/*    #footer .doc_wrap .fm .copyright {line-height:24px; font-size:12px; color:#aaaaaa; }*/
/*    #footer .doc_wrap .f2 ul{overflow:hidden;float:right; margin-top:10px; display:none;}*/
/*    #footer .doc_wrap .f2 ul li {position:relative; float:left; text-align:left; width:180px; height:45px; padding-left:10px;  line-height:45px;  border: solid 1px #eaebeb;}*/
/*    #footer .doc_wrap .f2 ul li span{ color:#666; margin:10px 0px; font-size:18px;}*/
/*    #footer .doc_wrap .f2 ul li + li{border-left:solid #000 0px;}*/
/*    #footer .doc_wrap .f2 ul li b{position:absolute; right:10px; top:0px; color:#22ACC7; font-size:20px; font-weight:100px;}*/
/*레이아웃*/
/*    .container_cus { width:100%;min-width:1100px; position:relative; margin:30px auto 50px;  overflow:hidden;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*.layout_inner{position:relative;width:1444px; margin:0px auto; }*/

/*    #footer .doc_wrap .f2{ position: absolute;  top:-30px; right:30px; text-align:right;}*/
/*    #footer .doc_wrap .f2 .f2_1{overflow:hidden;}*/

/*    #footer .doc_wrap .f2 .pat{margin-top:60px;display:block;color:#9b9b9b; overflow:hidden;}*/
/*    #footer .doc_wrap .f2 .pat a{display:inline-block; background-color:#22ACC7; color:#fff; padding:5px 15px; width:200px; height:70px;font-size:18px; border-radius:100px; letter-spacing:-1px; text-align:center; line-height:70px;}*/
/*    #footer .doc_wrap .f2 .pat a:hover{display:inline-block; background-color:#1fcbc7; color:#FFF; }*/
/*    #footer .doc_wrap .f2 .pat .tel{font-size:34px; font-weight:200;}*/
/*    #footer .doc_wrap .f2 .pat .tel_txt{font-size:11px;} */
/*    #footer .doc_wrap .f2 .pat li{float:left; text-align:left; width:250px;}*/
/*    #footer .bottom_sns{position: absolute; bottom:20px; right:30px;}*/
/*    #footer .bottom_sns .sns{display:inline-block; width:30px; height:30px; margin-right:3px;}*/
/*    #footer .bottom_sns .blog{background: url('/skin/demo/img/blog_tr.png') center no-repeat; background-size:50px;}*/
/*    #footer .bottom_sns .facebook{background: url('/skin/demo/img/face_tr.png') center no-repeat; background-size:50px;}*/
/*    #footer .bottom_sns .instagram{background: url('/skin/demo/img/instgram_tr.png') center no-repeat; background-size:50px;}*/
/*    #footer .bottom_sns .youtube{background: url('/skin/demo/img/youtube_tr.png') center no-repeat; background-size:50px;}*/

/*반응형*/

@media (max-width: 1444px) {
  #footer .doc_wrap {
    overflow: hidden;
    width: 1100px;
    margin: 0px auto;
    padding: 30px 0px 0px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .layout_inner {
    width: 1100px;
    min-width: 1100px;
    margin: 0px auto;
    position: relative;
  }
}

@media (min-width: 1444px) {
  #footer .doc_wrap {
    overflow: hidden;
    width: 1444px;
    margin: 0px auto;
    padding: 30px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer .doc_wrap .f2 ul {
    overflow: hidden;
    float: right;
    margin-top: 10px;
  }
  #footer .doc_wrap .f2 ul li {
    position: relative;
    float: left;
    text-align: left;
    width: 180px;
    height: 45px;
    padding-left: 10px;
    line-height: 45px;
    border: solid 1px #454545;
  }
  #footer .doc_wrap .f2 ul li span {
    color: #666;
    margin: 10px 0px;
    font-size: 18px;
  }
  #footer .doc_wrap .f2 ul li + li {
    border-left: solid #000 0px;
  }
  #footer .doc_wrap .f2 ul li b {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #22acc7;
    font-size: 20px;
    font-weight: 100px;
  }

  .layout_inner {
    width: 1444px;
    margin: 0px auto;
    position: relative;
  }
}

td .redDot {
  position: relative;
}
td .redDot:after {
  content: "";
  position: absolute;
  top: 22px;
  left: -5px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background-color: #ff4848;
}

/* footer */
#footer {
  /* margin-top: 70px; */
  border-top: 1px solid var(--color-border-default);
}
#footer a:hover {
  font-weight: 600;
}
#footer .footer_top {
  background-color: #fff;
}
#footer .footer_top .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#footer .gnb_ {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  flex-grow: 1;
  font-size: 14px;
}
#footer .gnb_ .title {
  font: var(--font-body-m-semibold);
  margin-bottom: 14px;
}
#footer .gnb_ .title a {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right bottom 7px;
  background-image: url(../img/icon/tool/arrow_right_b.svg);
}
#footer .gnb_ ul li {
  margin-top: var(--spacing-8);
  font: var(--font-body-s-regular);
  color: var(--color-content-subtle);
}
#footer .gnb_ ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#footer .gnb_ ul li a:before {
  content: "·";
  font-size: 1.4em;
  font-weight: 600;
  margin-right: 8px;
  line-height: 0.6em;
}
#footer .gnb_ > article {
  flex-grow: 1;
  margin-bottom: 0;
}

#footer .ch_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  height: 42px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-bottom: 6px;
  padding: 9px;

  /*        background-image: url(../img/icon/tool/arrow_right_g.svg);*/
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 6px;
}
#footer .ch_link:hover {
  /*        background-image: url(../img/icon/tool/arrow_right_b.svg);*/
}
#footer .ch_link img {
  margin-right: 10px;
}

#footer .socials_ {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#footer .socials_ a {
  text-align: center;
  font: var(--font-body-s-regular);
  color: var(--color-content-subtle);
}
#footer .socials_ a + a {
  margin-left: 30px;
  text-align: center;
}
#footer .socials_ .imgBox {
  width: 80px;
  height: 80px;
  background-color: #f1f2fb;
  border-radius: 50%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .socials_ .about {
  background-image: url(/skin/demo/img/icon/asset/about.svg);
}
#footer .socials_ .blog {
  background-image: url(/skin/demo/img/icon/asset/blog.svg);
}
#footer .socials_ .instar {
  background-image: url(/skin/demo/img/icon/asset/instar.svg);
}
#footer .socials_ a:hover {
  font-weight: 600;
}
#footer .socials_ a:hover .about {
  background-image: url(/skin/demo/img/icon/asset/about_a.svg);
}
#footer .socials_ a:hover .blog {
  background-image: url(/skin/demo/img/icon/asset/blog_a.svg);
}
#footer .socials_ a:hover .instar {
  background-image: url(/skin/demo/img/icon/asset/instar_a.svg);
}
#footer .company_ {
  background-color: #fff;
}
#footer .company_ .inner {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  /*        width: 1200px;*/
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#footer .company_ .info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  max-width: 1130px;
}
#footer .company_ .info h1 {
  font-size: 1em;
}
#footer .company_ .info span {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
  margin-bottom: 15px;
  color: #666666;
}
/* #footer .company_ .info span:nth-child(7) {
    margin-left: 0;
    padding-left: 0;
    border: 0;
} */
#footer .company_ .copy_ {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 500;
}

/* 셀럭터 */
.select__wrap {
  /* flex-grow: 1; */
}
.selectBox__ {
  /* width: 130px; */
}
.selectBox__ .box__ {
  position: relative;
  z-index: 11;
}
.selectBox__ .select__ {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url(/skin/demo/img/icon/tool/select_down.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding-right: 40px;
  white-space: nowrap;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 15px;
}
.selectBox__.selectFilter .select__ {
  padding-right: 20px;
  background-image: none;
}
.selectBox__.option_select .select__ {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  background-color: #fff;
}
.selectBox__ .select__ .text {
}
.selectBox__ .select__ .holder {
  color: #888;
}
.selectBox__ .list__ {
  position: absolute;
  left: 0;
  top: 120%;
  width: 100%;
  background-color: #fff;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 9;
  border: 1px solid var(--primary-color);
}
.selectBox__.selectFilter .list__ {
  width: max-content;
  right: 0;
  left: unset;
  max-width: 600px;
}
.selectBox__ .list__ li {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px;
}
.selectBox__ .list__ li:hover {
  background-color: #ecf9fb;
}
.selectBox__ .list__ li:last-child:hover {
  background-color: #ecf9fb;
  border-radius: 0 0 10px 10px;
}
.selectBox__ .list__ li:first-child:hover {
  background-color: #ecf9fb;
  border-radius: 10px 10px 0 0;
}
.selectBox__ .list__ li.selected {
  background-color: #ecf9fb;
  color: var(--primary-color);
  font-weight: 500;
}

.selectBox__ .select__,
.selectBox__ .list__ li {
  cursor: pointer;
}
.selectBox__.on .list__ {
  display: block;
}
.selectBox__ .list__ li .option {
  border: 1px solid var(--primary-color);
  padding: 8px 5px;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
}

.selectBox__ .list__ li.sold .option {
  border-color: #666;
}
.selectBox__ .list__ li.sold .option span {
  color: #666;
}
.selectBox__ .list__ li .text {
  flex: 1;
}
.selectBox__ .list__ li.sold .text {
  text-decoration: line-through;
}

/* faq */
.faq_tab_area {
  margin: 30px 0;
}
.faq_tab_area ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 50px;
  background-color: #f9f9f9;
}
.faq_tab_area ul li {
  flex: 1;
  cursor: pointer;
}
.faq_tab_area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 50px;
  color: #888;
}
.faq_tab_area ul li.active a {
  color: #fff;
  font-weight: 700;
  background-color: var(--color-primary);
  box-shadow: 0px 3px 10px rgb(60 203 219 / 30%);
  -webkit-box-shadow: 0px 3px 10px rgb(60 203 219 / 30%);
}
.faq_his_area ul {
  border-top: 1px solid #222222;
}
.faq_his_area li {
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.faq_his_area li.non_result {
  padding: 80px 0;
  text-align: center;
  cursor: auto;
}
.faq_his_area .subject_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
}
.faq_his_area .subject_ span:first-child {
  flex-shrink: 0;
  font-size: 14px;
  color: var(--color-primary);
  width: 130px;
  padding: 0 20px;
}
.faq_his_area .subject_ .Q,
.faq_his_area .drop_ .A {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f5f5fa;
  color: #16b9cb;
  margin-right: 20px;
}
.faq_his_area .subject_ .Q:before {
  content: "Q";
  font-weight: 700;
  padding-bottom: 5px;
}
.faq_his_area .drop_ .A {
  background-color: var(--color-primary);
  color: #fff;
}
.faq_his_area .drop_ .A:before {
  content: "A";
  font-weight: 700;
  padding-bottom: 5px;
}
.faq_his_area .subject_ .conetnet {
  flex-grow: 1;
  padding-right: 50px;
  font-size: 18px;
  color: #222;
}
.faq_his_area .subject_ .conetnet > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.faq_his_area .subject_ .dropBtn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon/tool/drop_down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
}
.faq_his_area .active .subject_ .dropBtn {
  background-image: url(../img/icon/tool/drop_up.svg);
}
.faq_his_area .drop_ {
  display: none;
  margin-bottom: 30px;
}
.faq_his_area .drop_ > div {
  background-color: #f9fdff;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  padding-left: 130px;
}
.faq_his_area .drop_ .content {
  font-size: 14px;
  color: #666;
}

.modal_cont {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal_cont.show {
  display: flex;
}

.modal_cont .dimmed {
  position: absolute;
  left: 0;
  top: 0;
  background: #aeaeae;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  z-index: 9998;
}

.modal_cont .modal {
  max-width: 490px;
  min-height: 390px;
  width: 100%;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: static;
  height: auto;
}

.modal_cont .modal .upBox {
  width: 100%;
}
.modal_cont .modal .downBox {
  display: flex;
  justify-content: center;
  width: 100%;
}

.modal_cont .modal .head {
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
  align-items: center;
  position: relative;
  width: 100%;
}
.modal_cont .modal .head h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.modal_cont .modal .head span {
  position: absolute;
  right: 0;
}

.modal_cont .modal input {
  height: auto;
  min-height: 50px;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin-bottom: 10px;
}

.modal_cont .modal .keyword_list {
  min-height: 200px;
  height: 200px;
  overflow-y: auto;
  padding-right: 0;
  padding-bottom: 10px;
}

.modal_cont .modal .add {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.modal_cont .modal .add span {
  display: flex;
  justify-content: center;
  background: var(--gray-font-color);
  border-radius: 50px;
  line-height: 1;
  padding: 15px;
}

.modal_cont .modal .register {
  background: var(--color-primary);
  box-shadow: 0px 3px 20px rgba(60, 203, 219, 0.3);
  border-radius: 25px;
  padding: 13px 0;
  max-width: 260px;
  width: 100%;
  color: #fff;
}

#best_pick_modal.modal_cont .modal {
  min-height: 300px;
}

#best_pick_modal.modal_cont .modal .head {
  padding: 0;
}

#best_pick_modal.modal_cont .modal .body_cont {
  color: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

#best_pick_modal.modal_cont .modal .btn_cont {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

#best_pick_modal.modal_cont .modal .btn_cont button {
  max-width: 134px;
  width: 100%;
}

#best_pick_modal.modal_cont .close_btn {
  cursor: pointer;
}

/*@media (max-width: 1440px){*/
#container #side-menu.productDetail:hover {
  width: 290px;
  background-image: url(../img/visual/wave_bg.png);
}
#container #side-menu.productDetail {
  transition: all 0.3s;
  width: 45px;
  background-image: none;
}

#container #side-menu.productDetail .title {
  visibility: hidden;
  max-height: 125px;
}

#container #side-menu.productDetail .gnb {
  padding-left: 0;
  transition: all 0.3s;
}
#container #side-menu.productDetail .gnb li .icon {
  width: 40px;
}

#container #side-menu.productDetail .gnb .link a {
  visibility: hidden;
  white-space: nowrap;
}

#container #side-menu.productDetail .gnb .link .round {
  width: 24px;
}

#side-menu.productDetail .gnb .link .round:before {
}

#container #side-menu.productDetail:hover .title {
  visibility: initial;
}

#container #side-menu.productDetail:hover .gnb {
  padding-left: 30px;
}

#container #side-menu.productDetail:hover .gnb .link a {
  visibility: initial;
}

#container #side-menu.productDetail .gnb .active .drop-mueu {
  display: none;
}

#container #side-menu.productDetail:hover .gnb .active .drop-mueu {
  display: block;
}
#container #side-menu.productDetail .gnb .drop-mueu .drops .tit {
  visibility: hidden;
  white-space: nowrap;
}

#container #side-menu.productDetail:hover .gnb .drop-mueu .drops .tit {
  visibility: initial;
  white-space: nowrap;
}
/*}*/

.field-group.feedback_div {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.feedback_use_area {
  align-items: flex-start;
}
.feedback_use_area .guideTxt {
  padding-top: 0;
  padding-bottom: 5px;
}
.feedback_use_area .field-tit button {
  color: var(--primary-color);
  border-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.feedback_use_area .select2-container {
  width: 100% !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #fff !important;
  font-size: 14px;
}
.feedback_use_area .feedback_option {
  width: 100%;
}
.select2-search--dropdown .select2-search__field {
  height: 44px;
}
.feedback_use_area
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;
  right: 10px;
}

.feedback_use_area
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -6px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 100%;
  background: url(https://assaview.co.kr/biz/mob/img/select_arrow.svg);
  background-repeat: no-repeat;
  border: none;
}

.feedback_use_area .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  font-size: 14px;
  border: solid 1px #e9e9e9;
}

.feedback_use_area
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 44px;
}

.modal-dialog .modal-content#modal-feedback_example {
  max-width: 860px;
}

.modal-dialog .modal-content#modal-feedback_example .closer {
  position: static;
  border: 1px solid #e4e8ee;
  text-align: center;
  display: block;
  padding: 14px 0;
  line-height: 1;
  font-size: 16px;
  border-radius: 8px;
}

.modal-dialog .modal-content#modal-feedback_example .ex_img {
  max-width: 100%;
}

.modal-dialog .modal-content#modal-feedback_example p:last-of-type {
  padding-bottom: 10px;
}

.modal-dialog .modal-content#modal-feedback_event .close_btn_Cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-dialog .modal-content#modal-feedback_event .close_btn_Cont .closer {
  position: static;
  border: 1px solid #e4e8ee;
  text-align: center;
  display: block;
  padding: 14px 0;
  line-height: 1;
  font-size: 16px;
  border-radius: 8px;
}

.modal-dialog .modal-content#modal-feedback_event {
  padding: 24px 20px;
  max-width: 540px;
}

.modal-dialog .modal-content#modal-feedback_event h1 {
  text-align: left;
  margin-bottom: 10px;
}

.modal-dialog .modal-content#modal-feedback_event p:last-of-type {
  padding-bottom: 10px;
}
.modal-dialog .modal-content#modal-feedback_event .body .desc {
  display: inline-block;
  padding-bottom: 20px;
}
.modal-dialog .modal-content#modal-feedback_event .body .details {
  padding-bottom: 20px;
  font-size: 20px;
}

.modal-dialog .modal-content#modal-feedback_event .body .details span {
  display: inline-block;
  padding-bottom: 10px;
  word-break: keep-all;
}

.modal-dialog .modal-content#modal-feedback_event .checkBox input {
  height: 100%;
}

.modal-dialog .modal-content#modal-feedback_event .checkBox input + label {
  background-size: 20px;
  padding-left: 30px;
}

.modal-dialog .modal-content#modal-sponsor_guide {
  max-width: 371px;
  width: 100%;
}

.modal-dialog .modal-content#modal-sponsor_guide .item {
  max-width: none;
  align-items: flex-start;
  gap: 20px;
}
.modal-dialog .modal-content#modal-sponsor_guide .item .text {
  text-align: left;
  font-size: 14px;
}

.modal-dialog .modal-content#modal-sponsor_guide .item h5 {
  color: var(--primary-color);
  font-size: 14px;
  line-height: inherit;
}

.floating_btn {
  position: fixed;
  right: -57px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 9999;
}

.floating_btn .receipt {
  background: #7a58ff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 15px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}
.floating_btn .receipt div {
  display: flex;
  gap: 14px;
}
.floating_btn .receipt div span {
  letter-spacing: 1.6px !important;
}
.floating_btn .receipt img {
  transform: rotate(90deg);
}

#modal-payments {
  min-width: 600px;
  padding: 40px 35px;
}
#modal-payments .closer {
  right: 0;
}

#modal-payments .expectation_total_price {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 5px;
}
#modal-payments .unit {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
#modal-payments .body .price_noti {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
#modal-payments .body span.price {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

#modal-payments .details {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 0 15px;
}

#modal-payments thead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
#modal-payments thead th {
  padding: 13px 0;
  color: #222;
  font-weight: 400;
}

#modal-payments .details tbody tr {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #e4e8ee;
}
#modal-payments .details tbody tr td {
  padding: 12px 0;
}
#modal-payments .details tbody tr td.expectation_price.free span:first-child {
  color: #ef5d1a;
  text-decoration-line: line-through;
}
#modal-payments .details tbody tr td.expectation_price.free span {
  font-weight: 500;
}

#modal-payments .noti p {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}
#modal-payments .noti p::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #222;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#modal-payments .btn_cont {
  padding-top: 20px;
  text-align: center;
}
#modal-payments .btn_cont button {
  max-width: 134px;
  width: 100%;
  position: static;
}

/* modal */
.modal-dialog #quit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.modal-dialog #quit .dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-dialog #quit .modal-content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-layer {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 900px;
  color: #444;
}
.modal-layer .closer {
  position: absolute;
  right: 0;
  top: 30px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/ico-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  /*        margin-top: -20px;*/
  /*        margin-right: -20px;*/
  cursor: pointer;
}
.modal-layer .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*        border-bottom: 1px solid #E7E7E7;*/
  /*        height: 70px;*/
  /*        padding: 0 30px;*/
}
.modal-layer .head h1 {
  font-size: 24px;
  font-weight: 700;
}
.modal-layer .content {
  /*        padding: 40px 30px;*/
  padding: 20px 0;
  /*        padding-bottom: 30px;*/
  font-size: 16px;
  color: #222;
}
.modal-layer .field {
  background-color: transparent;
  height: auto;
  padding: 0;
}
.modal-layer .field + .field {
  margin-top: 15px;
}
.modal-layer .field label {
  width: 127px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.modal-layer .field input,
.modal-layer .field .selectBox__ .select__ {
  background-color: #f5f5fa;
  height: 60px;
  border-radius: 10px;
  padding: 0 15px;
}

.modal-layer .field .notice {
  background-color: #f5f5fa;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}

.modal-layer .field .selectBox__.on .select__ {
  border-radius: 10px 10px 0px 0px;
}
.modal-layer .check_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.modal-layer .check_wrap .checkbox_ label {
  width: auto;
  font-size: 16px;
  font-weight: 400;
  color: #444;
}
.modal-layer .check_wrap .checkbox_ + .checkbox_ {
  margin-left: 45px;
}

.modal-layer .notice_ {
  background-color: #f5f5fa;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}
.modal-layer .notice_ h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
}
.modal-layer .notice_#edit_wrap h1 {
  gap: 10px;
}
.modal-layer .notice_ i {
  margin-right: 10px;
}
.modal-layer .notice_ p {
  font-size: 14px;
}
.modal-layer .notice_ h1 .biz_tooltip {
  top: -60px;
  left: 0;
  width: 290px;
}

.modal-layer .notice_ h1 .biz_tooltip::before {
  top: 38px;
  left: 40px;
  transform: rotate(180deg);
}

.modal-layer .notice_ h1 .biz_tooltip span.head {
  padding: 0;
  height: auto;
  border-bottom: none;
}
.modal-layer .contact_notice {
  background-color: #f5f5fa;
  border-radius: 10px;
  padding: 20px;
}
.modal-layer .contact_notice h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.modal-layer .contact_notice i {
  margin-right: 10px;
}
.modal-layer .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  /*        margin-top: 20px;*/
  gap: 30px;
}
.modal-layer .btn_area button {
  flex: 1;
  height: auto;
  border-radius: 5px;
  width: auto;
  font-weight: 500;
  /*    max-width: 134px;*/
  padding: 13px 0;
}
.modal-layer .field_area .field .SNS_ li {
  height: 35px;
  font-size: 14px;
}

.cancel_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 9999;
}

.cancel_modal .modal {
  position: fixed;
  left: 50%;
  top: 50%;
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  background: #fff;
  z-index: 999;
  transform: translate(-50%, -50%);
  max-width: 420px;
  width: 100%;
}
.cancel_modal .dimmed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cancel_modal .title {
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 30px;
}

.cancel_modal .btn_wrap {
  display: flex;
  gap: 20px;
  width: 100%;
}

.cancel_modal .btn_wrap button {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
  flex: 1;
}
.modal-dialog #quit.modal-content {
  background-color: transparent;
}
.modal-dialog #quit.modal-content h1 {
  margin-bottom: 0;
}
.modal-dialog #quit.modal-content .closer {
  right: 0;
}

#quit .modal-layer {
  max-width: 600px;
  height: 90vh;
  margin: 0 auto;
}

#quit .modal-layer .content {
  flex-grow: 1;
  overflow-y: scroll;
  height: calc(100% - 70px);
}
#quit .modal-layer .content::-webkit-scrollbar {
  width: 15px;
  background-color: transparent;
}
#quit .modal-layer .content::-webkit-scrollbar-thumb {
  background-color: #9499b4;
  border: 5px solid #fff;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0;
}
#quit .modal-layer .content::-webkit-scrollbar-track {
  background-color: transparent;
  opacity: 0;
}
#quit .field_area .field.top_ {
  margin-top: 30px;
}
#quit .field_area input + .check_wrap {
  margin: 20px 0;
}
#quit .point_ {
  padding-left: 127px;
  margin-top: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#quit .point_ b {
  color: #16b9cb;
  font-family: "Roboto";
  margin-left: 12px;
}
#quit .notice_ {
  margin-top: 20px;
}
#quit .notice_ .desc {
  color: #666;
}

.reviewer_list:has(.empty_list) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  padding: 180px 0;
  gap: 20px;
}
.empty_list img {
  max-height: 150px;
}
.empty_list p {
  color: #b4b4b4;
}

.reviewer_list .selection_item {
  border: 1px solid #e4e8ee;
  border-radius: var(--standard-radius);
  padding: 30px;
  height: 100%;
  flex-basis: calc(25% - 15px);
}

@media (min-width: 1500px) {
  .reviewer_list .selection_item {
    flex-basis: calc(20% - 16px);
    max-width: calc(20% - 16px);
  }
}

.reviewer_list .selection_item:last-child {
  /*    padding-bottom: 0;*/
}
.reviewer_list .selection_item .container {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.reviewer_list .review_photo .sns_review {
  display: inline-block;
  width: 100%;
}
.reviewer_list .review_photo .sns_review .thumbnail {
  border-radius: 10px;
  overflow: hidden;
}
.reviewer_list .review_photo .sns_review .thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.reviewer_list .review_photo .sns_review .sns_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.reviewer_list .review_photo .sns_review .sns_info .btn_go_blog {
  margin: 0;
  width: auto;
  height: auto;
}
.reviewer_list .review_photo .sns_review .sns_info .btn_go_blog img {
  max-width: 22px;
}

.sel_profile_box {
  position: relative;
  /*    padding-bottom: 9px;*/
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sel_profile_box .zzim_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.sel_profile_box .profile {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
}

.sel_profile_box .profile .level {
  position: absolute;
  right: -7px;
  bottom: -4px;
  display: block;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sel_profile_box .desc {
  text-align: center;
}
.sel_profile_box .desc .blog_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.sel_profile_box .desc .blog_area a {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sel_profile_box .desc .blog_area a img {
  max-width: 12px;
}
.sel_profile_box .desc .blog_area span {
  color: #666;
}
.sel_profile_box .desc .img_cont {
  max-width: 22px;
  min-width: 22px;
  max-height: 22px;
}
.sel_profile_box .desc .img_cont img {
  width: 100%;
}
.sel_profile_box .blog_grade {
  width: 100%;
  background: #f4f5f9;
  text-align: center;
  border-radius: var(--border-round-S);
  padding: 15px 0;
  color: #222;
}
.blog_grade .result {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.sel_profile_box .blog_grade .grade {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 700;
  color: #454d56;
}
.sel_profile_box .blog_grade .grade.grade_color_9 {
  color: #888;
}
.sel_profile_box .blog_grade .grade.grade_color_0 {
  color: #df0000;
}
.sel_profile_box .blog_grade .grade.grade_color_1 {
  color: #222;
}
.sel_profile_box .blog_grade .grade.grade_color_2 {
  color: #6f86ff;
}
.sel_profile_box .blog_grade .grade.grade_color_3 {
  color: #00b3d6;
}
.sel_profile_box .blog_grade .grade.grade_color_4 {
  color: #e79e00;
}
.grade_color_9 {
  color: #888;
}
.grade_color_0 {
  color: #df0000;
}
.grade_color_1 {
  color: #222;
}
.grade_color_2 {
  color: #6f86ff;
}
.grade_color_3 {
  color: #00b3d6;
}
.grade_color_4 {
  color: #e79e00;
}

.sel_profile_box h2 {
  padding-top: 8px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 10px 0;
}

.sel_profile_box h2 span {
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: #222;
}
.sel_profile_box h2 span.mb_name {
  font-size: 18px;
  font-weight: 500;
}
.sel_profile_box h2 p.blackconsumer {
  color: #df0000;
  font-size: 12px;
  padding-top: 0;
}

.sel_profile_box p {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #666;
}

.sel_profile_box .today {
  position: static;
  align-items: start;
  width: 100%;
  gap: 5px;
  color: #666;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.sel_profile_box .today div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sel_profile_box .today div span {
  font-size: 16px;
  color: #222;
}
.sel_profile_box .reviewer_info {
  width: 100%;
}
.sel_profile_box .reviewer_info textarea {
  border-radius: 5px;
  border: 1px solid #e4e8ee;
  background: #fff;
  padding: 10px;
  font-size: 15px;
  color: #666;
  display: block;
  margin-bottom: 20px;
  height: 90px;
  box-sizing: border-box;
  width: 100%;
}
.sel_profile_box .reviewer_info button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  /*    padding: 13px 0 ;*/
}
.sel_profile_box .reviewer_info button.mission_detail_btn {
  padding: 13px 0;
  margin-top: 10px;
}
.selection_item button.mission_detail_btn {
  color: var(--primary-color);
  justify-content: center;
}
.selection_item > button {
  padding: 13px 0;
  color: #444c67;
  border: 1px solid var(--primary-color, #36b7c5);
  margin-top: 10px;
  border-radius: var(--border-round-S);
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
}
.selection_item > button.date_edit_btn:first-of-type {
  /*    margin-top: 0;*/
}
.selection_item > button span.btn {
  font-weight: 700;
}
.selection_item > button.date_edit_btn span.btn {
  color: var(--primary-color, #36b7c5);
  min-width: fit-content;
  cursor: pointer;
}
.selection_item > button.scheduleEditBtn {
  padding: 1px 25px;
  /*    margin-top: 0;*/
}
.selection_item > button.scheduleEditBtn .date {
  max-width: 66px;
  text-align: right;
}

/* 매장(방문형) - 방문 확인 / 노쇼 신고 버튼 (Figma 2720:76172) */
.influencer_card .visit_action_btns{
display: flex;
gap: 12px;
width: 100%;
}
.influencer_card .visit_action_btns > button{
flex: 1;
min-width: 0;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 12px;
border-radius: var(--radius-8, 8px);
font-size: 14px;
font-weight: 500;
line-height: 22px;
letter-spacing: -0.5px;
cursor: pointer;
}
/* 방문 확인하기 — 흰 배경 + 회색 테두리 + 본문 텍스트 색 */
.influencer_card .visit_action_btns > button.visit_confirm_btn{
background: var(--color-surface-default, #fff);
border: 1px solid var(--color-border-default, #e4e6ea);
color: var(--color-content-default, #4e5668);
}
/* 노쇼 신고하기 — 에러 채움 + 흰 텍스트 */
.influencer_card .visit_action_btns > button.noshow_report_btn{
background: var(--color-red-500, #ef4444);
border: 1px solid var(--color-red-500, #ef4444);
color: var(--color-content-inverse, #fff);
}

/* 방문확인 / 노쇼 신고 컨펌 모달 (Figma 2720:76300 · 2720:76342) */
.visit-action-modal .modal-content.alert-confirm{
min-width: 0;
width: calc(100vw - 48px);
max-width: 343px;
background: var(--color-surface-default, #fff);
padding: 36px 16px 16px;
border-radius: var(--radius-16, 16px);
box-shadow: 0 4px 26px rgba(0, 0, 0, 0.15);
text-align: center;
}
.visit-action-modal .modal-content .closer{
position: absolute;
top: 8px;
right: 8px;
padding: 8px;
display: flex;
cursor: pointer;
}
.visit-action-modal .modal-content .content{
display: flex;
flex-direction: column;
gap: 24px;
margin-bottom: 24px;
}
.visit-action-modal .modal-content .content .msg{
font-size: 20px;
font-weight: 600;
line-height: 28px;
letter-spacing: -1px;
color: #000;
}
.visit-action-modal .modal-content .content .sub{
font-size: 14px;
font-weight: 500;
line-height: 22px;
letter-spacing: -0.5px;
color: var(--color-content-subtle, #72798a);
}
.visit-action-modal .modal-content .btn_box{
display: flex;
gap: 12px;
}
.visit-action-modal .modal-content .btn_box .btn{
flex: 1;
min-width: 0;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
border-radius: var(--radius-8, 8px);
font-size: 14px;
font-weight: 500;
line-height: 22px;
letter-spacing: -0.5px;
cursor: pointer;
}
/* 취소 — 흰 배경 + 회색 테두리 */
.visit-action-modal .modal-content .btn_box .btn.cancle{
background: var(--color-surface-default, #fff);
border: 1px solid var(--color-border-default, #e4e6ea);
color: var(--color-content-default, #333c4d);
}
/* 확인하기 / 신고하기 — 브랜드 틸 채움 */
.visit-action-modal .modal-content .btn_box .btn.submit{
background: var(--primary-color, #36b7c5);
border: 1px solid var(--primary-color, #36b7c5);
color: #fff;
}

.sel_profile_box .reviewer_info button .checkBox{
line-height: 1;
width: 100%;
}
.sel_profile_box .reviewer_info button label {
  width: 100%;
  display: block;
  padding-left: 35px;
  /*    background-image: none;*/
  border: 1px solid #e4e8ee;
  padding: 13px 0;
  border-radius: var(--border-round-S);
  color: var(--navy-color);
  background-position-x: calc(50% - 35px);
  text-indent: 25px;
}
.sel_profile_box .reviewer_info button input:checked + label {
  background-image: url(../img/icon/checked.svg);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
/*
.sel_profile_box .reviewer_info button input:checked + label{
background: var(--primary-color);
color: #fff;
}
*/
.selection_item .detail_box_wrap .checkBox {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.selection_item .detail_box_wrap label {
  width: 100%;
  display: block;
  padding-left: 35px;
  /*    background-image: none;*/
  border: 1px solid #e4e8ee;
  padding: 13px 0;
  border-radius: var(--border-round-S);
  color: var(--navy-color);
  background-position-x: calc(50% - 35px);
  text-indent: 25px;
}
.selection_item .detail_box_wrap input:checked + label {
  background-image: url(../img/icon/checked.svg);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.sel_profile_box .reviewer_info .btn_cont {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  /*    padding-bottom: 10px;*/
}
.sel_profile_box .reviewer_info .btn_cont button {
  flex: 1;
  display: inline-block;
  text-align: center;
  padding: 13px 0;
  line-height: 1;
}
.sel_profile_box .reviewer_info .btn_cont button.portfolio {
  cursor: no-drop;
}

.reviewer_list .selection_item .sel_profile_box .asignBtn {
  width: 80px;
  height: 80px;
  background-color: transparent;
  margin: 0;
  position: relative;
  right: -5px;
}

.reviewer_list .selection_item .sel_profile_box .confirmBtn {
  width: 80px;
  height: 80px;
  margin: 0;
  position: relative;
  right: -5px;
  position: static;
  background-color: var(--primary-color);
  width: 100%;
  height: auto;
  border-radius: var(--border-round-S);
}

.btn_go_blog,
.btn_go_instar {
  /*    position: absolute;*/
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.56px;
  color: #666;
  border: solid 1px #e4e8ee;
  background-color: #fff;
  padding: 9px 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.selection_item .with_cp_btn {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-weight: 500;
  position: relative;
  height: 44px;
}
.selection_item .with_cp_btn div {
  line-height: 1;
}
.selection_item .with_cp_btn img {
  width: 18px;
  height: auto;
  transform: translateY(2px);
}
.selection_item .with_cp_btn .loader {
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-color);
  border-bottom-color: transparent;
  left: initial;
  top: initial;
}

/*
.btn_go_blog img,
.btn_go_instar img {
display: inline-block;
vertical-align: middle;
margin: -3px 6px 0 0;
}
*/

.btn_go_instar {
  /*    background: url("../img/instar_bg.svg") center no-repeat;*/
}

.btn_go_instar img {
  margin-right: 2px;
}

.btn_green {
  display: block;
  height: 30px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.56px;
  color: #fff;
  background-color: var(--color-primary);
}

.reviewer_list .selection_item .btn_green,
.reviewer_list .selection_item .btn_sky {
  display: block;
  /*    width: 99px;*/
  width: 100%;
  margin: 0 auto 0;
  font-size: 16px;
}

.reviewer_list .selection_item .btn_sky {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
}

.btn_toggle_detail {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.56px;
  color: #fff;
  background-color: var(--navy-color);
  padding: 9px 12px;
  display: flex;
  gap: 8px;
}

.btn_toggle_detail.schedule {
  background: var(--color-primary);
  color: #fff;
  border: none;
}

.detail_box_wrap {
  display: none;
}
.detail_box_wrap {
  display: block;
  /*    padding: 13px 8px;*/
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  margin-top: 10px;
}
.detail_box {
  display: none;
}
.selection_item .btn_wrap.detail {
  padding-top: 25px;
}

.detail_box.on {
  display: block;
  padding-top: 10px;
}
.detail_box_wrap .fill_primary_btn {
  width: 100%;
  /*    margin-top: 10px;*/
  line-height: normal;
  padding: 13px 0;
  text-align: center;
}

.detail_box_wrap .btn_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 8px;
}
.detail_box_wrap .btn_cont .empty_box {
  width: 15px;
}
.detail_box_wrap .btn_cont button {
  color: var(--primary-color);
  width: 100%;
  font-size: 16px;
  line-height: 1;
}
.detail_box_wrap .btn_cont.on img {
  transform: rotate(180deg);
}
.detail_box_wrap .btn_cont img {
  max-width: 15px;
}
.checkBox.fill_primary_btn input + label {
  padding-left: 30px;
}

.reviewer_list .detail_box_wrap > button {
  margin-top: 9px !important;
}

.reviewer_list .selection_item.on {
  /*    padding-bottom: 15px;*/
}

/*
.reviewer_list .selection_item.on .detail_box_wrap {
border-top: 1px solid #E4E8EE;
display: block;
padding-top: 20px;
}
*/
.reviewer_list .selection_item.mission .review_cont {
  display: block;
}
.reviewer_list .review_cont {
  display: none;
}
.reviewer_list .review_cont.on {
  display: block;
}
.reviewer_list .review_cont .btn_wrap #review_edit_btn {
  width: 100%;
  height: auto;
  padding: 13px 0;
  text-align: center;
}

.reviewer_list .detail_box li {
  /*
position: relative;
padding-left: 102px;
*/
  font-size: 14px;
  letter-spacing: -0.56px;

  /*    gap:8px;*/
}
.reviewer_list .detail_box li {
  font-size: 16px;
  color: #666;
  display: flex;
  font-weight: 400;
  line-height: 30px;
  flex-direction: column;
  padding-bottom: 5px;
}
.reviewer_list .detail_box li span {
  display: inline-block;
  width: 100%;
  text-align: left;
  word-break: keep-all;
  font-size: 14px;
  line-height: 1.6;
}

.reviewer_list .detail_box li.list_col {
  flex-direction: column;
}
.reviewer_list .detail_box li.list_col {
  margin-top: 10px;
}
.reviewer_list .detail_box li.list_col textarea {
  border-radius: 5px;
  border: 1px solid #e4e8ee;
  background: #fff;
  padding: 10px;
  font-size: 13px;
  color: #222;
  margin: 0;
}

.reviewer_list .detail_box li + li {
}

.reviewer_list .detail_box li h3 {
  font-size: 14px;
  letter-spacing: -0.56px;
  color: #666;
  max-width: 92px;
  width: 100%;
}
.reviewer_list .detail_box li h3 {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  line-height: 30px;
}

.reviewer_list .detail_box textarea {
  width: 100%;
  height: 64px;
  padding: 8px 10px 5px;
  border-radius: 4px;
  border: solid 1px #e4e8ee;
  -webkit-appearance: none;
  background-color: #fff !important;
  font-size: 10px;
  letter-spacing: -0.4px;
  color: #222;
  box-sizing: border-box;
  opacity: 1;
}

.reviewer_list .memo_box {
  position: relative;
  display: flex;
  gap: 10px;
}
.reviewer_list .memo_box {
  /*    padding-top: 20px;*/
}

.reviewer_list .memo_box textarea {
  width: calc(100% - 64px);
}

.reviewer_list .memo_box button {
  /*
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
*/
  /*    display: block;*/
  width: 60px;
  /*    height: 64px;*/
  border-radius: 5px;
  /*    border: solid 1px #E4E8EE;*/
  background-color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: #222;
  box-sizing: border-box;
}

.reviewer_list .visitScheduledDate > .scheduleInfo {
  display: flex;
  font-size: 12px;
  flex-direction: column;
  height: 60px;
  justify-content: center;
}
.reviewer_list .visitScheduledDate > .scheduleInfo.edit p {
  color: var(--primary-color);
  font-weight: 700;
}

.reviewer_list .visitConfirm {
  /*    padding-top: 15px;*/
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.reviewer_list .visitConfirm span {
  background: var(--color-primary);
  padding: 13px;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 10px;
}

.reviewer_list .review_photo {
  padding: 10px;
  display: flex;
  gap: 5px;
  background: var(--bg-gray);
}

.reviewer_list .review_photo li {
  position: relative;
  text-align: center;
  flex: 1;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviewer_list .review_photo li.visitScheduledDate {
  /*    max-width: 90px;*/
}

.reviewer_list .review_photo .thum {
  max-width: 70px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  border-radius: 5px;
  border: solid 1px #ededed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

.reviewer_list .review_photo .btn_go_blog,
.reviewer_list .review_photo .btn_go_instar {
  position: static;
  margin: 0;
  padding: 0;
  border: none;
  max-width: 70px;
  width: 100%;
  /*    height: 100%;*/
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: transparent;
}

.reviewer_list .review_photo .btn_go_blog img,
.reviewer_list .review_photo .btn_go_instar img {
  max-width: 44px;
  max-height: 44px;
  height: 44px;
  width: 100%;
}

.reviewer_list--renewal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.reviewer_list--renewal-source {
  display: none !important;
}

@media (max-width: 1280px) {
  .reviewer_list--renewal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .reviewer_list--renewal {
    grid-template-columns: 1fr;
  }
}

form .section-area--renewal-list {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
}

.project-detail-selection-sections {
  display: grid;
  gap: 24px;
  padding: 16px 0 24px;
  margin-bottom: 0;
}

.selection-section {
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-12);
  background: #fff;
  overflow: hidden;
}

.selection-section__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 8px 16px 16px;
  text-align: left;
  background: #fff;
  font-size: 16px;
  color: #222;
}

.selection-section__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.selection-section__auto-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid var(--color-border-default);
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #a0a7b4;
}

.selection-section__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #444c67;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.selection-section__title-count {
  color: #36b7c5;
}

.selection-section__toggle-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.selection-section__toggle-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #72798a;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}

.selection-section:not(.is-open) .selection-section__toggle-icon::before {
  transform: rotate(0deg);
}

.selection-section.is-open .selection-section__header {
  border-bottom: 1px solid var(--color-border-default);
}

.selection-section__body.is-collapsed {
  display: none;
}

.selection-section__empty {
  padding: 0 0 32px;
  text-align: center;
}

.selection-section__empty-illust {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.selection-section__empty-title {
  font-size: 18px;
  font-weight: 600;
  color: #1e2534;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.selection-section__empty-desc {
  font:var(--font-body-s-medium);
  color: var(--color-content-subtle);
}

.btn-group.floating .list_btn.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.project-detail-renewal-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  background: #fbfbfc;
  border-radius: 8px;
  box-sizing: border-box;
}

.btn-group.floating:has(.project-detail-renewal-cta) {
  position: fixed;
  bottom: 0;
  left: 232px;
  right: 0;
  width: auto;
  margin: 0;
  z-index: 100;
}

.btn-group.floating:has(.floating_btn_cont) {
  position: fixed;
  bottom: 0;
  left: 232px;
  right: 0;
  width: auto;
  margin: 0;
  z-index: 100;
}
.btn-group.floating:has(.floating_btn_cont) .floating_btn_cont {
  gap: 12px;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 12px 16px;
  background: #fbfbfc;
  border-radius: 8px;
}
.btn-group.floating:has(.floating_btn_cont) .floating_btn_cont .ui-button {
  display: flex;
  height: 56px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  width: auto;
  border-radius: 8px;
  border: 1px solid var(--color-border-brand);
}
.btn-group.floating:has(.floating_btn_cont)
  .floating_btn_cont
  .ui-button
  .text {
  font: var(--font-body-m-medium);
  letter-spacing: var(--body-m-letter);
  color: var(--color-content-brand);
  text-align: center;
}

.project-detail-renewal-cta__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #4e5668;
  white-space: nowrap;
}

.project-detail-renewal-cta__count span {
  color: var(--color-content-brand);
  margin: 0 2px;
}

.project-detail-renewal-cta__button {
  flex: 1;
  min-width: 0;
  height: 56px;
  border: none;
  border-radius: 8px;
  background: #36b7c5;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.project-detail-renewal-cta__button.is-disabled,
.project-detail-renewal-cta__button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.influencer_card--renewal {
  background: #fff;
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
  padding: 12px 16px 16px;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none;
  overflow: hidden;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease;
}

.influencer_card--renewal.is-selected,
.influencer_card--renewal.influencer_card--selection-candidate {
  background: #eef9fa;
  border-color: var(--color-border-brand);
}

.influencer_card--renewal.is-selected .more_section,
.influencer_card--renewal.influencer_card--selection-candidate .more_section,
.influencer_card.influencer_card--renewal
  .card_wrap:has(input:checked)
  .more_section {
  background: #fff;
}

.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .rv_msg,
.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .memo_box,
.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .infl_info,
.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .detail_box_wrap,
.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .scheduleEditBtn,
.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .date_edit_btn,
.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .legal_btn,
.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .influencer_card__detail-message-btn,
.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .selection-section,
.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .with_cp_btn
  .ui-button,
.influencer_card.influencer_card--renewal:is(
    .is-selected,
    .influencer_card--selection-candidate,
    :has(input:checked)
  )
  .receive_review
  .ui-button {
  border-color: transparent;
}

.influencer_card.influencer_card--renewal .card_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.influencer_card--renewal .influencer_card__summary {
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.influencer_card--renewal .influencer_card__identity {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.influencer_card--renewal .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.influencer_card--renewal .top .check_box_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.influencer_card--renewal .top .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.influencer_card--renewal .top .zzim_btn--renewal {
  display: none;
}

.influencer_card--renewal .profile_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding-top: 0;
}

.influencer_card--renewal .profile_cont .left {
  display: flex;
  align-items: center;
  gap: var(--spacing-16);
  min-width: 0;
}

.influencer_card--renewal .profile_cont .profile {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.influencer_card--renewal .profile_cont .name_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.influencer_card--renewal .profile_cont .name {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.influencer_card--renewal .profile_cont .mb_name {
  font-size: var(--body-s-size);
  line-height: var(--body-s-line);
  letter-spacing: var(--body-s-letter);
  font-weight: 600;
  color: var(--color-content-default);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}

.influencer_card--renewal .profile_cont .level {
  display: inline-flex;
  align-items: center;
  height: 20px;
  flex-shrink: 0;
}

.influencer_card--renewal .profile_cont .level img {
  display: block;
  max-width: 23px;
  height: 20px;
}

.influencer_card--renewal .profile_cont .sns {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.influencer_card--renewal .profile_cont .sns_area {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-content-subtle);
  font-size: var(--caption-m-size);
  line-height: var(--caption-m-line);
  letter-spacing: var(--caption-m-letter);
  font-weight: var(--caption-m-weight);
  max-width: 240px;
}

.influencer_card--renewal .profile_cont .sns_area .img_cont {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.influencer_card--renewal .profile_cont .sns_area span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.influencer_card--renewal .profile_cont .sns_area .launch {
  display: none;
}

.influencer_card--renewal .influencer_card__profile_action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.influencer_card--renewal .zzim_btn--renewal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.influencer_card.influencer_card--renewal .rv_msg {
  background: #fff;
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
  box-shadow: none;
  margin: 0;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
}

.influencer_card.influencer_card--renewal .more_section {
  background: var(--color-surface-subtle);
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  margin: 0;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
}

.influencer_card--renewal .rv_msg {
  margin-top: 0;
  overflow: hidden;
}

.influencer_card--renewal .influencer_card__message textarea {
  background: #fff;
  padding: 0;
  width: 100%;
  height: 66px;
  min-height: 66px;
  border: 0;
  outline: 0;
  resize: none;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #666;
  letter-spacing: -0.5px;
  word-break: break-word;
}

.influencer_card.influencer_card--renewal .influencer_card__metrics {
  display: block;
  height: auto;
  max-height: none;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.influencer_card.influencer_card--renewal .more_section .infl_grade {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 13px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.influencer_card.influencer_card--renewal .more_section .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  text-align: center;
}

.influencer_card--renewal .more_section .item .result {
  font: var(--font-caption-m);
  letter-spacing: var(--caption-m-letter);
  color: var(--color-content-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}

.influencer_card--renewal .more_section .item .value {
  font: var(--font-body-s-medium);
  color: var(--color-content-default);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
  min-height: var(--body-s-line);
}

.influencer_card--renewal .more_section .item .value svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.influencer_card--renewal .more_section .item .value .small {
  font-size: 12px;
  line-height: 20px;
  color: var(--color-neutral-400);
  letter-spacing: -0.5px;
}

.influencer_card--renewal .more_section .item .value.grade {
  gap: 6px;
}

.influencer_card--renewal .more_section .item .value.grade img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.influencer_card--renewal .more_section .item .ui.button.ui-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  min-height: 14px;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  vertical-align: middle;
}

.influencer_card--renewal .more_section .item .ui.button.ui-tooltip svg {
  width: 14px;
  height: 14px;
}

.influencer_card--renewal .more_section .tooltiptext,
.influencer_card--renewal .more_section .ui.popup {
  text-align: left;
}

.influencer_card--renewal .receive_review,
.influencer_card--renewal .memo_box,
.influencer_card--renewal .with_cp_btn,
.influencer_card--renewal .infl_info,
.influencer_card--renewal .detail_box_wrap,
.influencer_card--renewal .scheduleEditBtn,
.influencer_card--renewal .date_edit_btn,
.influencer_card--renewal .legal_btn {
  margin-top: 0;
}

.influencer_card--renewal .influencer_card__detail_tail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
}

.influencer_card--renewal .influencer_card__detail_panel {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.influencer_card--renewal
  .influencer_card__detail_tail.is-open
  .influencer_card__detail_panel {
  display: flex;
}

.influencer_card--renewal .with_cp_btn .ui-button,
.influencer_card--renewal .receive_review .ui-button {
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: var(--radius-8);
  background: #fff;
  border: 1px solid var(--color-border-default);
  font: var(--font-body-m-medium);
  justify-content: center;
  align-items: center;
}

.influencer_card--renewal .memo_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
}

.influencer_card--renewal .memo_box textarea {
  width: 100%;
  min-height: 72px;
  border: none;
  resize: none;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: var(--color-neutral-600);
  background: transparent;
}

.influencer_card--renewal .memo_box textarea::placeholder {
  color: var(--color-neutral-400);
}

.influencer_card--renewal .memo_box button {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-8);
  font: var(--font-body-s-regular);
  color: var(--color-content-default);
}

.influencer_card--renewal .infl_info {
  padding: 12px;
  background: #fff;
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
}

.influencer_card--renewal .infl_info .head {
  display: flex;
  align-items: center;
  font: var(--font-body-m-medium);
  color: var(--color-content-default);
  margin-bottom: 8px;
}

.influencer_card--renewal .infl_info .item_cont {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px 6px;
  border-top: 1px solid var(--color-border-default);
  padding-top: 8px;
}

.influencer_card--renewal .infl_info .item {
  display: contents;
  color: var(--color-content-subtle);
  font: var(--font-body-s-medium);
}

.influencer_card--renewal .infl_info .item span:first-child {
  white-space: nowrap;
}

.influencer_card--renewal .infl_info .item span:last-child {
  color: var(--color-content-default);
  font: var(--font-body-s-medium);
  word-break: break-word;
}

.influencer_card--renewal .detail_box_wrap {
  padding: 7px;
  background: #fff;
  border: 1px solid var(--color-border-default);
  border-radius: 12px;
}

.influencer_card--renewal .detail_box_wrap .btn_cont {
  padding: 0;
}

.influencer_card--renewal .detail_box_wrap .btn_cont button {
    font:var(--font-body-m-medium);
    color: var(--color-neutral-600);
}

.influencer_card--renewal .detail_box_wrap .btn_cont img {
  transition: transform 0.2s ease;
}

.influencer_card--renewal .detail_box_wrap .btn_cont.on img,
.influencer_card--renewal .legal_btn .legal_btn_wrap.on img {
  transform: rotate(180deg);
}

.influencer_card--renewal .detail_box_wrap .review_cont,
.influencer_card--renewal .detail_box_wrap .rating_wrap {
  margin-top: 12px;
}

.influencer_card--renewal .scheduleEditBtn,
.influencer_card--renewal .date_edit_btn {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-12);
  font: var(--font-body-m-medium);
  color: var(--color-content-default);
}

.influencer_card--renewal .scheduleEditBtn .btn,
.influencer_card--renewal .date_edit_btn .btn {
  color: var(--color-content-brand);
  font-weight: 600;
  border: 1px solid var(--color-content-brand);
  border-radius: 100px;
  padding: 2px 10px;
  font-size: 12px;
}

.influencer_card--renewal .legal_btn {
  padding: 0;
  background: #fff;
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-8);
  overflow: hidden;
}

.influencer_card--renewal .legal_btn .legal_btn_wrap {
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.influencer_card--renewal .legal_btn .legal_btn_wrap > button {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-12);
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-neutral-600);
  cursor: pointer;
  font: var(--font-body-m-medium);
}
.influencer_card--renewal .legal_btn .legal_btn_wrap img {
  height: auto;
}
.influencer_card--renewal .legal_btn .legal_btn_wrap > button .btn {
  color: var(--color-content-brand);
  font-weight: 600;
  border: 1px solid var(--color-content-brand);
  border-radius: 100px;
  padding: 2px 10px;
  font-size: 12px;
}

.influencer_card--renewal .legal_btn .legal_btn_wrap.on ~ .legal_info {
  padding: 0;
}

.influencer_card--renewal .legal_request_btn {
  height: 40px;
}

.influencer_card--renewal .hidden_toggle_btn {
  order: -1;
  padding-top: 0;
  width: 100%;
}

.influencer_card--renewal .hidden_toggle_btn button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  height: 38px;
  padding: 8px 0;
  background: transparent;
  border: none;
  color: var(--color-neutral-500);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-decoration: underline;
  cursor: pointer;
}

.influencer_card--renewal .hidden_toggle_btn .empty_box {
  display: none;
}

.influencer_card--renewal .hidden_toggle_btn svg {
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.influencer_card--renewal
  .influencer_card__detail_tail.is-open
  .hidden_toggle_btn
  svg {
  transform: rotate(0deg);
}

.influencer_card--renewal .influencer_card__detail-message-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  gap: 8px;
  padding: 0 12px;
  border-radius: var(--radius-8);
  border: 1px solid var(--color-border-default);
  background: #fff;
  color: var(--color-content-default);
  cursor: pointer;
  font: var(--font-body-m-medium);
}

.influencer_card--renewal .select_btn,
.influencer_card--renewal > button {
  display: none;
}

.influencer_card--renewal .influencer_card__selection-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.influencer_card--renewal .influencer_card__selection-toggle input.chk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  z-index: 1;
}

.influencer_card--renewal .influencer_card__selection-toggle label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  line-height: 1;
}

.influencer_card--renewal
  .influencer_card__selection-toggle
  label
  svg:last-child {
  display: none;
}

.influencer_card--renewal
  .influencer_card__selection-toggle
  input.chk:checked
  + label
  svg:first-child {
  display: none;
}

.influencer_card--renewal
  .influencer_card__selection-toggle
  input.chk:checked
  + label
  svg:last-child {
  display: block;
}

.influencer_card--renewal .influencer_card__selection-toggle--disabled label {
  cursor: not-allowed;
  opacity: 0.5;
}

.influencer_card--renewal.influencer_card--selection-candidate
  .influencer_card__detail-message-btn {
  background: var(--primary-color);
  border-color: var(--color-border-brand);
  color: #fff;
}

.project-detail-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  white-space: nowrap;
}

.project-detail-status-chip--candidate {
  background: #fff7fa;
  color: #da2872;
}
.project-detail-status-chip--waiting,
.project-detail-status-chip--cancelled {
  background: #f0f1f3;
  color: #72798a;
}
.project-detail-status-chip--info {
  background: #e4f4fa;
  color: #0c7cd6;
}
.project-detail-status-chip--reviewing {
  background: #dcfce7;
  color: #16a34a;
}
.project-detail-status-chip--editing {
  background: #ffe6dd;
  color: #ff571a;
}
.project-detail-status-chip--hold {
  background: #f2e4ff;
  color: #a257e7;
}
.project-detail-status-chip--approve-pending {
  background: #fffcd8;
  color: #ec8208;
}
.project-detail-status-chip--approved {
  background: #eef9fa;
  color: #1aacbc;
}
.project-detail-status-chip--action {
  background: #ef4444;
  color: #fff;
}
.project-detail-status-chip--legal {
  background: #fee2e2;
  color: #dc2626;
}

.pd-renewal-modal-dialog .ui-modal-content {
  max-width: none;
}

.pd-renewal-modal {
  position: relative;
  width: 557px;
  max-width: calc(100vw - 40px);
  padding: 36px 24px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.modal-dialog .ui-modal-content .pd-renewal-modal {
  padding: 36px 24px 24px;
  gap: 0;
  max-width: calc(100vw - 40px);
  width: 557px;
}

.pd-renewal-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.pd-renewal-modal__header-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.pd-renewal-modal__eyebrow {
  /* font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #1aacbc;
  text-align: center; */
  font:var(--font-body-m-medium);
  color: var(--color-content-brand);
}

.pd-renewal-modal__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #1e2534;
  text-align: center;
}

.pd-renewal-modal__desc {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #72798a;
  text-align: center;
}

.pd-renewal-modal__header-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 411px;
  max-width: 100%;
}
.pd-renewal-modal__header-visual .pd-renewal-modal__visual {
  margin-top: -16px;
}

.pd-renewal-modal__image-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 411px;
  max-width: 100%;
  margin-top: -24px;
}

.pd-renewal-modal__visual {
  width: 100%;
}

.pd-renewal-modal__visual img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.pd-renewal-modal__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.pd-renewal-modal__price-original {
  font:var(--font-body-m-medium);
  color:var(--color-content-subtle); 
  text-decoration:line-through; 
}

.pd-renewal-modal__price-current {
  font:var(--font-title-s);
  color:var(--color-content-default);
}

.pd-renewal-modal__price-current strong {
  font:var(--font-title-s);
  color:var(--color-accent-default);
}

.pd-renewal-modal__actions {
  display: flex;
  gap: 12px;
  width: 100%;
}

.pd-renewal-modal__actions--stack {
  flex-direction: column;
  gap: var(--spacing-12);
}

.pd-renewal-modal__action {
  min-height: 56px;
  border-radius: 8px;
  border: 1px solid var(--color-border-default);
  background: #fff;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #4e5668;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.pd-renewal-modal__action--primary {
  background: #36b7c5;
  border-color: var(--color-border-brand);
  color: #fff;
}

.pd-renewal-modal__action--gradient {
  background: linear-gradient(90deg, #36b7c5 0%, #da2872 100%);
  border-color: transparent;
  color: #fff;
  font:var(--font-body-m-medium);
  margin-top: var(--spacing-16);
}

.pd-renewal-modal__action .loading {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.pd-renewal-modal__action .loading span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.45;
  animation: pdRenewalPulse 1s ease-in-out infinite;
}

.pd-renewal-modal__action .loading span:nth-child(2) {
  animation-delay: 0.15s;
}
.pd-renewal-modal__action .loading span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes pdRenewalPulse {
  0%,
  100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

.pd-renewal-modal__text-action {
  border: none;
  background: transparent;
  color: #a0a7b4;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.5px;
  font-weight: 500;
  text-decoration: underline;
}

.pd-renewal-selection-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.pd-renewal-selection-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: var(--radius-12);
  background: #fbfbfc;
}

.pd-renewal-selection-card__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e9edf3 center/cover no-repeat;
  flex-shrink: 0;
}

.pd-renewal-selection-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.pd-renewal-selection-card__name-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pd-renewal-selection-card__name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #4e5668;
}

.pd-renewal-selection-card__grade {
  height: 20px;
  width: auto;
}

.pd-renewal-selection-card__sns {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #72798a;
}

.pd-renewal-selection-card__sns-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.pd-renewal-selection-card__sns-icon svg {
  width: 16px;
  height: 16px;
}

/* 광고주 센터 리뉴얼 CSS */

.status_label a {
  min-width: fit-content;
  display: inline-block;
  text-align: center;
}

.status_label a + a {
  /*    margin-left: 32px;*/
}

.status_label span {
  display: inline-block;
  color: var(--color-content-subtle);
  box-sizing: border-box;
  padding: 10px 56px 20px;
  font: var(--font-body-m-medium);
}

.status_label span.badge {
  position: relative;
}
.status_label span.badge::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: calc(46px);
  top: 7px;
  width: 5px;
  height: 5px;
  background: #ff6262;
  border-radius: 50%;
}

.status_label span.on {
  color: #222;
  font-weight: 500;
  border-bottom: 3px solid var(--color-primary);
}

.projectAll .item_box {
  margin-top: 20px;
  border-radius: 12px 12px 0 0;
  /*    overflow: hidden;*/
}

.projectAll .chips {
  display: flex;
  padding: 10px 20px;
  gap: 10px;
}
.projectAll .chips ~ .item_box {
  margin-top: 0;
}

.projectAll .chip {
  border: 1px solid #904aac;
  border-radius: 15px;
  padding: 0 10px;
  line-height: 23px;
  cursor: pointer;
  color: #904aac;
}
.projectAll .chip:hover {
  background: #904aac;
  color: #fff;
}

.projectAll .chip.label.ing:hover {
  border: 1px solid #acd92c;
  background: #acd92c;
  color: #fff;
}
.projectAll .chip.label.submit:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}
.projectAll .chip.label.expires:hover {
  border: 1px solid #e79e00;
  background: #e79e00;
  color: #fff;
}

.projectAll .chip.on {
  background: #904aac;
  color: #fff;
}

.projectAll .chip.label.ing.on {
  border: 1px solid #acd92c;
  background: #acd92c;
  color: #fff;
}
.projectAll .chip.label.submit.on {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}
.projectAll .chip.label.expires.on {
  border: 1px solid #e79e00;
  background: #e79e00;
  color: #fff;
}

.status_item {
  /*    padding: 20px 20px 0;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  transition-property: background-color;
  transition-duration: 0.1s;
  cursor: pointer;
}
.status_item:hover {
  background: #e4e8ee;
}
.status_item:hover .container {
  background: #e4e8ee;
}

.status_item:hover .container .status_box.bottom {
  border-top-color: #fff;
}
.status_item:last-child {
  /*    padding-bottom: 20px;*/
}

.status_item .container {
  background-color: #fff;
  display: inline-block;
  width: calc(100% - 40px);
  padding: 20px;
  border-bottom: 1px solid #e4e8ee;
  transition-property: background-color;
  transition-duration: 0.1s;
}

.status_item .arrow_box {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  border-radius: var(--border-round-S);
  cursor: pointer;
}
.status_item .arrow_box:hover {
  background: #f4f5f9;
}

.status_box {
  display: flex;
  gap: 20px;
  padding-bottom: 16px;
}

.status_box .desc {
  display: flex;
  flex-direction: column;
  flex: 1;
  /*    overflow: hidden;*/
}

.status_box .desc .label_container {
  padding-bottom: 10px;
  justify-content: space-between;
}
.status_box .thum {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  /*    min-width: 100px;*/
  aspect-ratio: 1 / 1;
  /*    max-width: 100px;*/
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #e4e8ee;
  width: 150px;
}
.status_box .thum:hover {
  /*    background-size: 110px;*/
}

.status_box .desc .cp_info {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
}
.status_box:not(.bottom) .desc .cp_info span {
  cursor: pointer;
}
.status_box .desc .cp_info span:nth-child(1) {
  color: #666;
  /*    max-width: 54px;*/
  font-size: 16px;
}
.status_box .desc .cp_info span:nth-child(2) {
  color: #222;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}

.status_box .desc .cp_info.cp_id span {
  font-size: 16px;
  font-weight: 300;
  color: #444c67;
  padding-bottom: 10px;
}
.status_box .desc .cp_info.cp_subject span {
  color: #444c67;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 1.2;
}
.status_box .desc .cp_info.contents span {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  color: #666;
}
.status_box .desc .cp_info.contents span img {
  max-width: 18px;
}

.status_box.bottom .desc .cp_info span:nth-child(2) {
  display: inline-block;
  /*    width: 80px;*/
  text-align: left;
}

.status_box.bottom {
  padding-top: 16px;
  gap: 16px;
  padding-bottom: 0;
  border-top: 1px solid #e4e8ee;
}

.status_box.bottom .desc {
  display: flex;
  flex-direction: row;
}

.status_box.bottom .desc .top,
.status_box.bottom .desc .bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.status_box.bottom .desc .cp_info:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.status_box.bottom .desc .cp_info:nth-child(2) {
  grid-column: 2 / 2;
  grid-row: 1 / 2;
}
.status_box.bottom .desc .cp_info:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
}
.status_box.bottom .desc .cp_info:nth-child(4) {
  grid-column: 2 / 4;
  grid-row: 2 / 4;
}
.status_box.bottom .desc .cp_info {
  line-height: 1;
  width: 250px;
}

.status_box.bottom .desc .cp_info b {
  color: var(--color-primary);
  font-weight: 700;
}

.status_box.bottom > div .btn {
  background: #f4f5f9;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  padding: 12.5px 0;
  border-radius: 5px;
  line-height: 24px;
  height: 100%;
  cursor: pointer;
}

.status_box.bottom > div .btn.active {
  background: var(--gradient-color);
  color: #fff;
}
.status_box.bottom > div .btn.active:hover {
  background: var(--gradient-hover-color);
}
.status_box.bottom > div .btn.disabled:hover {
  background: #e7e7e7;
}

.status_box.bottom > div.btn_wrap {
  /*    flex: 3;*/
  /*    flex-direction: row;*/
  width: calc(100% - 526px);
}
.status_box.bottom > div.btn_wrap div {
  text-align: center;
  flex: 1;
  display: block;
  font-size: 18px;
}

.label_container {
  display: flex;
  gap: 5px;
  /*    justify-content: space-between;*/
  align-items: center;
}
.label_container .label:not(.non) {
  border-radius: 9999px;
  padding: 5px 10px;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
}
.label_container .copy_btn {
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  padding: 5px 10px;
}
.status_box .copy_btn {
  height: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 5px;
  border: 1px solid var(--color-primary);
}

.status_box .btn_wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.status_box .btn_wrap > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 12.5px;
  /*    background: #F4F5F9;*/
  color: #222;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid var(--line-color);
}
.status_item:hover .status_box .btn_wrap.top > div {
  background-color: #f4f5f9;
}

.status_box .btn_wrap .cp_status_wrap {
  border: none;
  padding: 0;
  color: #555;
  position: relative;
  min-width: 138px;
}
.status_box .btn_wrap .cp_status_wrap label {
  padding: 10px;
  min-width: 168px;
  text-align: center;
  display: block;
  border: 1px solid #555;
  border-radius: var(--border-round-S);
  padding-left: 70px;
  display: flex;
  align-items: center;
  line-height: 21px;
}
.status_box .btn_wrap .cp_status_wrap .tooltip {
  /*    position: absolute;*/
  /*    right: 20px;*/
}
.status_box .btn_wrap .cp_status_wrap [role="switch"] {
  background: #d1d5db;
  border: 1px solid #d1d5db;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.status_box .btn_wrap .cp_status_wrap [role="switch"]::before {
  border: 1px solid #d1d5db;
  background: #fff;
}

.status_box .btn_wrap .cp_status_wrap:has(input:checked) [role="switch"] {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.status_box
  .btn_wrap
  .cp_status_wrap:has(input:checked)
  [role="switch"]::before {
  border: 1px solid var(--primary-color);
  background: #fff;
}

.status_box .btn_wrap .cp_status_wrap input:checked + label {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.cp_status_wrap {
  border: none;
  padding: 0;
  color: #555;
  position: relative;
  min-width: 138px;
}
.cp_status_wrap label {
  padding: 10px;
  min-width: 168px;
  text-align: right;
  display: block;
  border: 1px solid #555;
  border-radius: var(--border-round-S);
  padding-left: 70px;
  display: flex;
  align-items: center;
  line-height: 21px;
  font-size: 14px;
}
.cp_status_wrap [role="switch"] {
  background: #d1d5db;
  border: 1px solid #555;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.cp_status_wrap [role="switch"]::before {
  border: 1px solid #d1d5db;
  background: #fff;
}

.cp_status_wrap:has(input:checked) [role="switch"] {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.cp_status_wrap:has(input:checked) [role="switch"]::before {
  border: 1px solid var(--primary-color);
  background: #fff;
}

.cp_status_wrap input:checked + label {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn_wrap {
  gap: 16px;
}
.btn_wrap a {
  flex: 1;
}
.btn_wrap .btn_sky {
  box-shadow: 0px 10px 15px 0px rgba(13, 186, 205, 0.2);
}

.status_box .label {
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #fff;
  box-sizing: border-box;
  max-width: fit-content;
  width: 100%;
}

.status_box .label.non {
  display: none;
}

.label.ing {
  border: 1px solid #acd92c;
  background: #fff;
  color: #acd92c;
}

.label.ing2 {
  border: 1px solid #ffa53e;
  background: #fff;
  color: #ffa53e;
}

.label.submit {
  border: 1px solid var(--color-primary);
  background: #fff;
  color: var(--color-primary);
}


.label.end {
  border: 1px solid #999;
  background: #fff;
  color: #999;
}

.cp_status_wrap{
border: none;
padding: 0;
color: #555;
position: relative;
min-width: 138px;
}
.cp_status_wrap label{
padding: 10px;
min-width: 168px;
text-align: right;
display: block;
border: 1px solid var(--line-color);
border-radius: var(--border-round-S);
padding-left: 70px;
display: flex;
align-items: center;
line-height: 21px;
font-size: 14px;
}
.cp_status_wrap [role="switch"]{
background: #d1d5db;
border:1px solid #d1d5db;
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
}
.cp_status_wrap [role="switch"]::before{
border:1px solid #d1d5db;
background: #fff;
}

.label.cancel {
  border: 1px solid #ff5757;
  background: #fff;
  color: #ff5757;
}

.label.influencer_asign {
  border: 1px solid #ff6262;
  background: #fff;
  color: #ff6262;
}
.label.review_asign {
  border: 1px solid #ff6262;
  background: #fff;
  color: #ff6262;
}
.cp_status_wrap input:checked + label{
border-color: var(--line-color);
color: var(--primary-color);
}

.label.expires {
  border: 1px solid #e79e00;
  background: #fff;
  color: #e79e00;
}

.status_box .desc {
  display: flex;
  flex-direction: column;
  /*    justify-content: space-between;*/
}

.status_box li {
  font-size: 14px;
  letter-spacing: -0.56px;
  color: #666;
  text-align: left;
  line-height: 1.5;
  display: flex;
}
.status_box li .subject {
  min-width: 67px;
  display: inline-block;
  color: #666;
}

.status_box li .description {
  color: #222;
  display: inline-block;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.progress {
  width: 100%;
  height: 15px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #f4f5f9;
  box-sizing: border-box;
}

.progress .inner {
  display: block;
  border-radius: 7.5px;
  padding-right: 14px;
  font-size: 10px;
  letter-spacing: -0.4px;
  text-align: right;
  color: #fff;
}

.status_item.ing .progress .inner {
  background-color: #acd92c;
}

.status_item.submit .progress .inner {
  background-color: var(--color-primary);
}

.status_item.end .progress .inner {
  background-color: #bcbcbc;
}

.progress_info {
  padding-bottom: 10px;
}

.progress_info li {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.56px;
  color: #666;
}

.status_item .btn_sky {
  display: block;
  margin: auto;
  width: 90px;
}

.main_quick {
  display: none;
}

.app_bar {
  display: none;
}

.main_user_cont {
  display: none;
}

[data-device="MO"] {
  display: none;
}
[data-device="PC"] {
  display: inherit;
}

#modal-campaign_sheet .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#modal-campaign_sheet .item > div {
  background: #f4f5f9;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 20px;
  border-radius: 8px;
  align-items: center;
}
#modal-campaign_sheet .item > div img {
  max-width: 20px;
  width: 100%;
}

/* 모바일 반응형 CSS */

@media (max-width: 768px) {
  [data-device="MO"] {
    display: inherit;
  }
  [data-device="PC"] {
    display: none !important;
  }

  html,
  body {
    min-width: initial;
  }
  body {
    padding-top: 70px;
    background: #fff !important;
  }
  header {
    min-width: initial;
  }

  #footer {
    display: none;
  }

  .moreBtn {
    margin: 30px auto 110px;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .moreBtn div {
    margin: 0 auto;
    max-width: 184px;
    padding: 8px 9.5px;
    border-radius: 5px;
    background: #fff;
  }

  .app_bar {
    display: block;
  }

  #container {
    min-width: initial;
    margin-bottom: 0;
  }

  #container #side-menu {
    display: none;
  }
  .projectAdd {
    display: none;
  }

  #container #wrap {
    padding: 0px;
  }

  /*     header CSS  */
  #header .logo_wrap > a {
    max-width: 70px;
  }
  #header .logo_wrap a span {
    font-size: 14px;
    font-weight: 400;
  }
  #header .logo_wrap a img {
    width: 100%;
  }

  #header .tool_area .inner {
    height: auto;
    padding: 15px 20px;
  }
  #header .tool_area .inner .use-info {
    display: none;
  }
  #header .tool_area .inner li:not(.marketing) {
    display: none;
  }
  #header .tool_area,
  #header .catagory_area {
    border-bottom: 0;
  }
  #header .ad_banner.pc {
    display: none;
  }
  #header .ad_banner.mo {
    display: flex;
  }
  #header .ad_banner > div .text {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 30px;
  }
  #header .ad_banner.mo > div {
    gap: 30px;
  }
  #header .ad_banner > div .link_text {
    display: none;
  }

  #header .ad_banner .close_text {
    display: none;
  }

  .section-area {
    padding: 0;
    margin-bottom: 0;
    background: #f4f5f9;
    min-width: initial;
  }
  .section-area > article {
    padding: 20px 20px 30px;
    background: #fff;
  }
  .section-area > article.tab {
    padding-bottom: 0;
    padding-top: 0;
  }
  .section-area > article > .title {
    font-size: 20px;
  }

  .section-area .item_box {
    padding: 0 20px;
    background: #f4f5f9;
  }
  .project-status-area {
    gap: 8px;
    padding-top: 20px;
  }

  .project-status-area .box {
    flex-direction: column;
    padding: 20px 7.5px;
    gap: 10px;
  }
  .project-status-area .box .left {
    order: 2;
    align-items: center;
    gap: 10px;
  }
  .project-status-area .box .right {
    order: 1;
  }
  .project-status-area .box .right img {
    max-width: 38px;
  }
  .project-status-area .box .left .count {
    font-size: 40px;
  }
  .project-status-area .box .left .text {
    font-size: 16px;
    font-weight: 400;
    word-break: keep-all;
  }

  .main_quick {
    display: flex;
    gap: 8px;
    padding: 20px 20px;
  }

  .main_quick a {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex: 1;
    justify-content: space-between;
    word-break: keep-all;
    /*    min-height: 124px;*/
    /*    min-width: 124px;*/
    aspect-ratio: 1/1;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
  }
  .main_quick a p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }

  .main_quick a p:last-child {
    align-self: flex-end;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .main_quick a p span {
    font-weight: inherit;
    color: var(--primary-color);
    font-weight: 700;
  }

  .section-group {
    display: none;
  }
  .section-group.manager-area {
    display: block;
  }

  .main_user_cont {
    display: block;
    padding: 32px 20px;
    background: #fff;
  }
  .main_user {
    display: flex;
    padding: 20px 15px;
    background: #454d56;
    margin-top: 10px;
    gap: 20px;
    border-radius: 10px;
  }

  .main_user.more_user {
    background: #fff;
    padding: 25px 20px;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 0;
  }

  .main_user.more_user .profile_info h3 {
    font-size: 14px;
    font-weight: 500;
    min-width: 50px;
  }

  .main_user.more_user .profile_info p {
    color: #222;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .main_user.more_user .borderBtn {
    border: 1px solid #e4e8ee;
    background: #f9f9f9;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1;
  }

  .new .main_user {
    margin-bottom: 0;
    align-items: center;
  }

  .profile {
    position: relative;
    /*    border: solid 1px #707070;*/
    /*    background-color: #e9e9e9;*/
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
  }

  .main_user .profile {
    width: 80px;
    height: 80px;
  }

  .profile .edit {
    position: absolute;
    right: -10px;
    bottom: -2px;
    display: block;
    width: 33px;
    height: 33px;
    cursor: pointer;
    border: solid 1px #707070;
    background-color: #f4f5f9;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
  }

  .profile .modifyBtn {
    position: absolute;
    right: -4px;
    bottom: -7px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 1px #707070;
    background-color: #fff;
    box-shadow: 3px 3px 6px rgba(174, 174, 174, 0.16);
    -webkit-box-shadow: 3px 3px 6px rgba(174, 174, 174, 0.16);
    background-image: url(../img/profile_edit.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .profile .modifyBtn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
  }
  .profile .modifyBtn input + label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
  }

  .profile .edit img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile_info {
    padding-top: 5px;
    width: calc(100% - 80px - 20px);
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .profile_info li {
    position: relative;
    font-size: 18px;
    letter-spacing: -0.72px;
    color: #fff;
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
  }

  .profile_info li + li {
  }

  .profile_info h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: #92979c;
    min-width: 60px;
  }
  .profile_info strong {
    flex: 2;
    font-size: 16px;
    color: #fff;
  }

  .status_item {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .status_item:last-child {
    margin-bottom: 0;
  }
  .status_item .container {
    width: 100%;
    /*        padding:20px 20px; */
    border-bottom: 0;
  }
  .status_item .arrow_box {
    display: none;
  }
  .status_label {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }

  .status_label span {
    padding: 10px 22px;
  }

  .status_label span.badge::before {
    right: 14px;
  }

  .label_container[data-device="MO"] {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .label_container[data-device="MO"] .label {
    line-height: 1;
    margin-right: 3px;
  }
  .label_container[data-device="MO"] .label:last-child {
    margin-right: 0;
  }
  .label_container[data-device="MO"] .dot_menu {
    display: flex;
    align-items: center;
  }
  .status_box .desc {
    gap: 5px;
  }

  .status_box .thum {
    max-width: 80px;
    max-height: 80px;
    min-width: initial;
    width: 100%;
  }

  .status_box .desc .cp_info {
    align-items: flex-start;
  }
  .status_box .desc .cp_info span:nth-child(1) {
    max-width: 60px;
    width: 100%;
  }

  .status_box.bottom {
    flex-direction: column;
  }
  .status_box.bottom .desc {
    padding-right: 0;
    justify-content: normal;
    gap: 10px;
  }

  .status_box.bottom > div.btn_wrap div {
    padding: 8px 0;
  }

  .status_box.bottom .desc .cp_info:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .status_box.bottom .desc .cp_info:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .status_box.bottom .desc .cp_info:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .status_box.bottom .desc .arrow_box {
    display: initial;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    justify-self: flex-end;
    align-self: center;
  }

  /*    navbar */
  .app_bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 95;
    background-color: #fff;
    border-top: 1px solid #e4e6ea;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
    padding: 12px 4px 4px;
    transition: all 0.5s;
  }
  .app_bar.off {
    bottom: -70px;
  }

  .app_bar_menu {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
  }

  .app_bar_menu li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    padding-bottom: 4px;
    width: 20%;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
    color: #72798a;
  }

  .app_bar_menu li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .app_bar_menu li.active {
    color: #1aacbc;
  }

  .app_bar_menu li .app_bar_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app_bar_menu li.active svg path {
    fill: #1aacbc;
  }

  .app_bar_badge {
    position: absolute;
    top: -4px;
    right: -6px;
    background: #ff4d4f;
    color: #fff;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
  }

  .app_bar_message.active svg path {
    fill: #1aacbc;
  }

  .app_bar4 img {
    padding-bottom: 14px;
  }
}

/* 일정 수정 관련 모달 */
.date-modify .modal-content {
  padding: 0;
  min-width: 582px;
}

.date-modify .modal-layer {
  max-width: 580px;
}
.date-modify .modal-layer .notice {
  padding-top: 20px;
}
.date-modify .modal-layer .btn_area {
  display: flex;
  gap: 31px;
  padding-bottom: 0;
  margin-top: 50px;
}
.date-modify .modal-layer .btn_area button {
  width: 100%;
  height: auto;
  padding: 13px 0;
  max-width: 134px;
  border-radius: 5px;
}
.date-modify .modal-layer .head {
  padding: 30px;
  height: auto;
  border-bottom: 0;
  padding-bottom: 0;
}
.date-modify .modal-layer .head h1 {
  margin: 0;
}
.date-modify .modal-layer .content {
  padding: 25px 30px;
}
.date-modify .modal-layer .content .date_cont {
  display: flex;

  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.date-modify .modal-layer .content input {
  width: 180px;
  height: auto;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  background-image: url("../img/icon/date_icon.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
}
.date-modify .modal-layer .notice {
  color: #222;
}
.date-modify .modal-layer .closer {
  background-image: url(https://assaview.co.kr/skin/demo/img/icon/tool/close.svg);
  right: 30px;
  top: 23px;
  margin: 0;
  width: 20px;
  height: 20px;
  transform: translateY(50%);
}

#modal-asign-noti-modal .notice {
  padding-top: 10px;
}
#modal-asign-noti-modal .notice:first-child {
  padding-top: 0;
}

.reviewer_list .selection_item.black .sel_profile_box .profile {
  background: #e4e6ef;
}

.reviewer_list .selection_item.black .sel_profile_box .blog_area {
  background: #e4e6ef;
  border-radius: 5px;
  height: 24px;
}

.reviewer_list .selection_item.black .sel_profile_box .blog_grade {
  background: #e4e6ef;
  border-radius: 5px;
  height: 78px;
}

.reviewer_list
  .selection_item.black
  .sel_profile_box
  .today
  div
  span:last-child {
  background: #e4e6ef;
  border-radius: 5px;
  width: 50px;
}

.reviewer_list .selection_item.black .sel_profile_box textarea {
  background: #e4e6ef;
  border-radius: 5px;
  color: #222;
}

.reviewer_list .selection_item.black .sel_profile_box .reviewer_info button {
  background: #e4e6ef;
  border-radius: 5px;
}

.reviewer_list
  .selection_item.black
  .sel_profile_box
  .reviewer_info
  .btn_cont
  button {
  background: #e4e6ef !important;
  border-radius: 5px;
}
.reviewer_list
  .selection_item.black
  .sel_profile_box
  .reviewer_info
  button
  label {
  background-image: url(../img/icon/check_icon_gray.svg);
}

#mission_guide_check_modal {
  width: 90dvw;
  max-width: 600px;
  padding: 30px;
  box-shadow: none;
  border: 1px solid #e4e8ee;
  border-radius: 30px;
}
#mission_guide_check_modal h1 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}
#mission_guide_check_modal .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #888;
  gap: 10px;
}
#mission_guide_check_modal .head .check_noti {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin-top: 1px;
  cursor: pointer;
}
#mission_guide_check_modal .head .closer {
  cursor: pointer;
}
#mission_guide_check_modal .content {
  padding-top: 30px;
}
#mission_guide_check_modal .content .table_head {
  display: flex;
  border-bottom: 1px solid #888;
}
#mission_guide_check_modal .content .table_head div {
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0;
  flex: 1;
  text-align: center;
}
#mission_guide_check_modal .content .table_head div:first-child {
  border-right: 1px solid #222;
}
#mission_guide_check_modal .content .table_body {
}
#mission_guide_check_modal .content .table_body .item {
  display: flex;
  border-bottom: 1px solid #888;
}
#mission_guide_check_modal .content .table_body .item div:first-child {
  border-right: 1px solid #888;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mission_guide_check_modal .content .table_body .item div:first-child img {
  margin-right: 5px;
}
#mission_guide_check_modal .content .table_body .item div:last-child {
  gap: 5px;
}

#mission_guide_check_modal .content .table_body .item div {
  font-weight: 500;
  padding: 15px 0;
  flex: 1;
  text-align: center;
  font-size: 16px;
}
#mission_guide_check_modal .content .table_body .item .guide,
#mission_guide_check_modal .content .table_body .item .result {
  font-weight: bold;
  padding-left: 3px;
}
#mission_guide_check_modal .content .text_cont {
  padding-bottom: 30px;
}
#mission_guide_check_modal .content .text_cont textarea {
  border-color: var(--color-primary);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  height: 130px;
  outline: none;
}
#mission_guide_check_modal .content .text_cont > div {
  padding-bottom: 10px;
  font-weight: 500;
}

#mission_guide_check_modal .btn_area .closer {
  position: static;
}

.btn_area {
  text-align: center;
  padding-top: 20px;
}
.result_tag {
  border-radius: 5px;
  border: 2px solid;
  font-weight: 500;
  padding: 3px;
  width: fit-content;
  margin: 5px auto 0;
}

.result_tag.error {
  color: #ff8b8b;
}
.result_tag.success {
  color: var(--color-primary);
}

/* 검수 기준 팝업 */
#mission_inspection_standards_modal .modal-layer {
  /*    max-width: 390px;*/
}

#mission_inspection_standards_modal .head .closer {
  cursor: pointer;
  background-image: none;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  margin: 0;
  top: calc(50% + 5px);
  right: 0;
  transform: translateY(-50%);
}

#mission_inspection_standards_modal .head {
  position: relative;
  border-bottom: 1px solid #222;
  padding: 0;
  margin: 0 20px;
  padding: 30px 0 20px;
}

#mission_inspection_standards_modal .head h1 {
  margin: 0;
}

#mission_inspection_standards_modal .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}
#mission_inspection_standards_modal .item {
  font-size: 14px;
}
#mission_inspection_standards_modal .item h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1;
}
#mission_inspection_standards_modal .item .desc {
  display: flex;
  gap: 8px;
  padding-bottom: 5px;
}
#mission_inspection_standards_modal .item .desc:last-child {
  padding-bottom: 0;
}
#mission_inspection_standards_modal .item .depth {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
#mission_inspection_standards_modal .item .depth::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 12px;
}
#mission_inspection_standards_modal .btn_area {
  margin: 0;
  padding: 0;
}
#mission_inspection_standards_modal .btn_area .closer {
  position: static;
  background: none;
  width: 131px;
  height: auto;
  padding: 13px;
  line-height: 1;
  border-radius: 5px;
  margin: 0;
}

.modal-dialog .modal-content#temp_check {
  min-width: 390px;
}
.modal-dialog .modal-content#temp_check .content {
  padding: 0;
}
#temp_check .btn_area {
  padding-top: 0;
  gap: 10px;
}
#temp_check .btn_area button {
  max-width: initial;
  font-size: 16px;
  padding: 10px 0;
}

.cart .head_cont {
  padding: 40px 0 0 20px;
  border-radius: 12px;
  box-shadow: 10px 10px 10px rgba(212, 212, 223, 0.2);
}
.cart .tab {
  padding-top: 20px;
}

.cart .scroll-wrap {
  margin-top: 20px;
  background: none;
  padding: 0;
  overflow: auto;
}

.cart .section-area {
  background: none;
}

.cart .section-area .item_cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart .section-area .item_cont .item {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart .section-area .item_cont .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart .section-area .item_cont .item .top .date_cont .text {
  padding-right: 10px;
  font-weight: 300;
}
.cart .section-area .item_cont .item .top .date_cont .date {
  color: var(--color-content-default);
}
.cart .section-area .item_cont .item .bottom {
}
.cart .section-area .item_cont .item .bottom .red_btn {
  border-radius: 5px;
  padding: 10px;
  font-weight: 300;
  min-width: 110px;
  text-align: center;
}
.cart .section-area .item_cont .item .bottom .cp_id {
  color: var(--color-content-subtle);
}
/*
.cart .section-area .item_cont .item .bottom .subject{
font-size: 16px;
}
*/
.cart .pagenate {
  background: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 40px 0;
  border-radius: 12px;
}

#modal-with-campaign {
  max-width: 800px;
  width: 100%;
}
#modal-with-campaign .modal-layer .content {
  padding: 0 0 20px 0;
}
#modal-with-campaign .cp_list_cont {
  background: #fff;
  /*    padding: 0 20px;*/
  position: relative;
  /*    box-shadow: 2px 9px 10px -8px #20ABC61A;*/
  /*    border-radius: 0 0 10px 10px;*/
  /*    border-bottom: 1px solid #E4E8EE;*/
}
#modal-with-campaign .cp_list_cont .item {
  padding: 20px 0px;
  /*    border-top: 1px solid #E4E8EE;*/
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding-right: 40px;
}
#modal-with-campaign .cp_list_cont > .item {
  cursor: pointer;
}
/*
#modal-with-campaign .cp_list_cont .item > span{
min-width: 82px;
}
*/
#modal-with-campaign .cp_list_cont .item .cp_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
#modal-with-campaign .cp_list_cont .item .cp_info .status {
  display: flex;
  align-items: center;
  gap: 10px;
}
#modal-with-campaign .cp_list_cont .item .cp_info .label {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 0 10px;
  border-radius: 15px;
}
#modal-with-campaign .cp_list_cont .item .cp_info .date {
  color: var(--primary-color);
}
#modal-with-campaign .cp_list_cont .item .cp_info .link {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#modal-with-campaign .cp_list_cont .more_item {
  height: 0;
  max-height: 230px;
  overflow: hidden;
}
#modal-with-campaign .cp_list_cont .more_item .item {
  padding: 0;
  border-top: 0;
}

#modal-with-campaign .cp_list_cont .more_item .item .cp_info {
  padding: 10px 0;
  /*    border-top: 1px solid #E4E8EE;*/
  width: 100%;
  justify-content: flex-end;
}
#modal-with-campaign .cp_list_cont .more_item .item:first-child .cp_info {
  border-top: 0;
}
#modal-with-campaign .cp_list_cont .more_item .item .cp_info .cp_name {
  flex: 1;
}
#modal-with-campaign .cp_list_cont .more_item.on {
  height: 100%;
  overflow: auto;
  /*    border-top: 1px solid #E4E8EE;*/
}
#modal-with-campaign .cp_list_cont .open {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
}
#modal-with-campaign .cp_list_cont .open img {
  transition: all 0.2s;
  padding: 10px;
}

#modal-with-campaign .cp_list_cont .open.on img {
  transform: rotate(-180deg);
}
#modal-with-campaign .btn_wrap {
  text-align: center;
}
#modal-with-campaign .btn_wrap div {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.mb_filter_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  padding: 11px;
  border-radius: var(--border-round-S);
  line-height: 1;
}
.mb_filter_btn img {
  max-width: 18px;
  width: 100%;
}

.duplication_section .selectBox__.duplication_filter .select__ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  height: auto;
  max-width: 540px;
  width: 100%;
  background-image: none;
}

.duplication_section .selectBox__ .list__ li {
  padding: 10px;
  white-space: normal;
}

.duplication_section .selectBox__.on .list__ {
  width: 100%;
  max-height: 330px;
  overflow-y: auto;
}

.duplication_section .selectBox__.duplication_filter .list__ li label {
  line-height: 1.5;
  gap: 0;
}
.duplication_section .selectBox__.duplication_filter .list__ li.allBox label {
  gap: 0;
}

#modal-edit-impossible {
  min-width: initial;
}

#modal-edit-impossible .pop_cont {
  max-width: 400px;
}
#modal-edit-impossible .pop_cont {
  width: 100%;
}
#modal-edit-impossible .pop_cont .item {
  max-width: initial;
}
#modal-edit-impossible .pop_cont .item .text {
  text-align: left;
  font-size: 14px;
}

#modal-edit-impossible .pop_cont .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
#modal-edit-impossible .pop_cont .btn_wrap a {
  padding: 10px 0;
  flex: 1;
  line-height: 1;
  font-size: 14px;
  text-align: center;
}

#modal-edit-impossible .pop_cont .btn_wrap button {
  padding: 10px 0;
  flex: 1;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
}

#modal-edit-impossible {
  min-width: initial;
  max-width: 400px;
  width: 100%;
}
#modal-edit-impossible .body {
  padding-top: 30px;
}

#modal-edit-impossible .item {
  max-width: initial;
}
#modal-edit-impossible .item .text {
  text-align: left;
  font-size: 14px;
}

#modal-edit-impossible .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
#modal-edit-impossible .btn_wrap a {
  padding: 10px 0;
  flex: 1;
  line-height: 1;
  font-size: 14px;
  text-align: center;
}

#modal-edit-impossible .btn_wrap button {
  padding: 10px 0;
  flex: 1;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
}

#modal-edit-info {
  min-width: initial;
}

#modal-edit-info .pop_cont {
  max-width: 400px;
}
#modal-edit-info .pop_cont {
  width: 100%;
}
#modal-edit-info .pop_cont .item {
  max-width: initial;
  align-items: flex-start;
}
#modal-edit-info .pop_cont .item .text {
  text-align: left;
  font-size: 14px;
}

#modal-edit-info .pop_cont .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
#modal-edit-info .pop_cont .btn_wrap a {
  padding: 10px 0;
  flex: 1;
  line-height: 1;
}

#modal-edit-info .pop_cont .btn_wrap button {
  padding: 10px 0;
  flex: 1;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
}

html body iframe[referrerpolicy="no-referrer-when-downgrade"]:first-child {
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity = 100) !important;
  -mz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  top: auto !important;
  right: 30px !important;
  bottom: 110px !important;
  left: auto !important;
  position: fixed !important;
  border: 0 !important;
  min-height: 60px !important;
  min-width: 64px !important;
  max-height: 60px !important;
  max-width: 64px !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  width: 64px !important;
  height: 60px !important;
  display: block !important;
  z-index: 1000001 !important;
  background-color: transparent !important;
  cursor: none !important;
  float: none !important;
  border-radius: unset !important;
  pointer-events: auto !important;
  clip: auto !important;
  color-scheme: light !important;
}

html body iframe[referrerpolicy="no-referrer-when-downgrade"]:nth-child(2) {
  display: none !important;
}

html body iframe[referrerpolicy="no-referrer-when-downgrade"]:nth-child(3) {
  display: none !important;
}

html
  body
  iframe[referrerpolicy="no-referrer-when-downgrade"].open:nth-child(2) {
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity = 100) !important;
  top: auto !important;
  right: 10px !important;
  bottom: 180px !important;
  left: auto !important;
  position: fixed !important;
  border: 0 !important;
  min-height: 500px !important;
  min-width: 350px !important;
  max-height: 650px !important;
  max-width: 450px !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  width: 100% !important;
  height: 700px !important;
  display: block !important;
  z-index: 1000002 !important;
  background-color: transparent !important;
  cursor: none !important;
  float: none !important;
  border-radius: 5px !important;
  pointer-events: auto !important;
  clip: auto !important;
  color-scheme: light !important;
}

html body iframe[referrerpolicy="no-referrer-when-downgrade"]:nth-child(4) {
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity = 100) !important;
  -mz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  top: auto !important;
  right: 45px !important;
  bottom: 95px !important;
  left: auto !important;
  position: fixed !important;
  border: 0 !important;
  min-height: 44px !important;
  min-width: 37px !important;
  max-height: 44px !important;
  max-width: 37px !important;
  padding: 0 !important;
  margin: 0px 0 0 0 !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  transform: rotate(0deg) translateZ(0);
  -webkit-transform: rotate(0deg) translateZ(0);
  -ms-transform: rotate(0deg) translateZ(0);
  width: 37px !important;
  height: 44px !important;
  display: block !important;
  z-index: 1000002 !important;
  background-color: transparent !important;
  cursor: none !important;
  float: none !important;
  border-radius: unset !important;
  pointer-events: auto !important;
  clip: auto !important;
  color-scheme: light !important;
  -moz-transform: rotate(0deg) translateZ(0);
  -o-transform: rotate(0deg) translateZ(0);
  transform-origin: 0;
  -moz-transform-origin: 0;
  -webkit-transform-origin: 0;
  -o-transform-origin: 0;
  -ms-transform-origin: 0;
}

html body iframe[referrerpolicy="no-referrer-when-downgrade"]:nth-child(5) {
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity = 100) !important;
  -mz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  top: auto !important;
  right: 45px !important;
  bottom: 105px !important;
  left: auto !important;
  position: fixed !important;
  border: 0 !important;
  min-height: 44px !important;
  min-width: 37px !important;
  max-height: 44px !important;
  max-width: 37px !important;
  padding: 0 !important;
  margin: 0px 0 0 0 !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  transform: rotate(0deg) translateZ(0);
  -webkit-transform: rotate(0deg) translateZ(0);
  -ms-transform: rotate(0deg) translateZ(0);
  width: 37px !important;
  height: 44px !important;
  display: none !important;
  z-index: 1000002 !important;
  background-color: transparent !important;
  cursor: none !important;
  float: none !important;
  border-radius: unset !important;
  pointer-events: auto !important;
  clip: auto !important;
  color-scheme: light !important;
  -moz-transform: rotate(0deg) translateZ(0);
  -o-transform: rotate(0deg) translateZ(0);
  transform-origin: 0;
  -moz-transform-origin: 0;
  -webkit-transform-origin: 0;
  -o-transform-origin: 0;
  -ms-transform-origin: 0;
}

@media (max-width: 800px) {
  body.tawk-mobile,
  html.tawk-mobile {
    font-size: 18px !important;
  }

  html body iframe[referrerpolicy="no-referrer-when-downgrade"]:first-child {
    right: 6px !important;
    bottom: 80px !important;
    min-width: auto !important;
    min-height: auto !important;
    transform: scale(0.85) !important;
  }

  html body iframe[referrerpolicy="no-referrer-when-downgrade"]:nth-child(2) {
    bottom: 150px !important;
  }

  html body iframe[referrerpolicy="no-referrer-when-downgrade"]:nth-child(4) {
    right: 20px !important;
    bottom: 70px !important;
  }
  html body .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 50px;
    height: 50px;
  }
}

.section_cont {
  background: #fff;
  border-radius: 12px;
  box-shadow: 10px 10px 10px rgba(212, 212, 223, 0.2);
  -webkit-box-shadow: 10px 10px 10px rgba(212, 212, 223, 0.2);
}

.ticket_info {
  background: #ecf9fb;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}

.ticket_info .title {
  border: 2px solid var(--primary-color);
  background: #fff;
  color: var(--primary-color);
  width: fit-content;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1;
}

.ticket_info .ticket_name {
  font-size: 20px;
  font-weight: 500;
}
.ticket_info .ticket_date {
  font-size: 14px;
  border: 1px solid #444c67;
  padding: 5px 20px;
  border-radius: 15px;
}

.ticket_select_cont {
}

.ticket_select_cont .title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}
.ticket_select_cont .info {
  font-size: 16px;
  padding-bottom: 20px;
}

.ticket_select_cont .item_cont {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.ticket_select_cont .item_cont .item {
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  padding: 15px 10px;
  display: flex;
  gap: 10px;
}
.ticket_select_cont .item_cont .item:has(input[type="radio"]:checked) {
  border-color: var(--primary-color);
  background: #ecf9fb;
}
.ticket_select_cont .item_cont .item .sale {
  border: 1px solid var(--red-100-color);
  border-radius: 5px;
  color: var(--red-100-color);
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  width: fit-content;
}
.ticket_select_cont .item_cont .item input {
  width: 100%;
  height: 100%;
}
.ticket_select_cont .item_cont .item.checkBox input + label {
  padding-left: 20px;
}

.ticket_select_cont .item_cont .item > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 24px;
}
.ticket_select_cont .item_cont .item > div .name {
  display: flex;
  gap: 20px;
}
.ticket_select_cont .item_cont .item > div .name strong {
  font-size: 16px;
  font-weight: 500;
}
.ticket_select_cont .item_cont .item > div .price strong {
  font-size: 16px;
}
.ticket_select_cont .item_cont .item_info {
  color: #666;
}

.ex_date {
  background: #ecf9fb;
  padding: 13px;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 5px;
}

.ex_date .date {
  color: var(--primary-color);
}
.ex_date b {
  font-weight: 700;
}

.pay_btn_cont {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.pay_btn_cont button {
  color: #fff;
  border-radius: 5px;
  flex: 1;
  padding: 13px;
  font-size: 18px;
}
.pay_btn_cont button small {
  font-size: 14px;
  font-weight: 500;
}

.pay_btn_cont .smart_store {
  background: #03c75a;
}

.pay_btn_cont .assaview_pay {
  background: var(--primary-color);
}

.provision {
  background: #f4f5f9;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #888;
  font-size: 14px;
  border-radius: 12px;
}
.provision h3 {
  color: #666;
  font-size: 16px;
  padding-bottom: 10px;
}
.provision .item {
}
.provision .item div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 5px;
}

#store_pay .head {
  position: relative;
  padding-bottom: 20px;
}
#store_pay .head h2 {
  margin-bottom: 0;
}
#store_pay .head .closer {
  width: 20px;
  height: 20px;
}

#store_pay .body {
  padding: 30px 0;
}
#store_pay .body .phone {
  padding-left: 20px;
  color: #3969ef;
  font-weight: 700;
}

#store_pay .body .noti {
  background: #ecf9fb;
  padding: 13px;
  margin-top: 15px;
}

#store_pay .btn_area {
  padding: 0;
  margin: 0;
}
#store_pay .btn_area a {
  width: 100%;
  height: auto;
  box-shadow: none;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid var(--primary-color);
}

.section-area.title {
}
.section-area.title h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
}

.section_cont.section_wrap {
  background: none;
  box-shadow: none;
}
.section_wrap {
  display: flex;
  gap: 30px;
}

.section_wrap .left_section {
  flex-grow: 1;
}
.section_wrap .right_section {
  flex-grow: 1;
  position: sticky;
  top: 115px;
  height: 100%;
  max-width: 400px;
  width: 100%;
}

form .section_wrap .section-area > article > .title {
  margin: 0;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
}
.section_wrap .title {
  margin: 0;
}

.payment_info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.payment_info .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.payment_info .item .item_price {
  font-weight: 700;
  font-size: 16px;
}
.payment_info .item.sale {
  color: #3969ef;
  font-size: 14px;
  padding-left: 20px;
}
.payment_info .item.sub {
  font-size: 14px;
  font-weight: 400;
}

.payment_area .btn_cont {
  padding: 10px 0 15px;
  display: flex;
  gap: 10px;

  border-bottom: 1px solid var(--line-color);
  margin-bottom: 15px;
}

.payment_area .btn_cont button {
  padding: 10px;
  max-width: 250px;
  width: 100%;
  border-color: #888;
  font-weight: 400;
}

.final_price {
  background: #ecf9fb;
  padding: 20px 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.final_price .text {
  font-weight: 700;
  font-size: 18px;
}
.final_price .text small {
  font-weight: 400;
  font-size: 14px;
}

.total_price strong {
  font-size: 18px;
  color: var(--primary-color);
}

.field-flex-col-bg {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.field-flex-col-bg .field-bg {
  padding: 15px;
  width: 100%;
}

.field-flex-col-bg .paymentInfo {
}

.field-flex-col-bg .paymentInfo table {
  /*    border-bottom: 1px solid #E4E8EE;*/
}

.field-flex-col-bg .paymentInfo td:first-child {
  max-width: 200px;
  font-weight: 400;
}
.field-flex-col-bg .paymentInfo td,
.field-flex-col-bg .tax_info td {
  border: none;
  height: auto;
  padding: 10px 0;
}
.field-flex-col-bg .paymentInfo #deposit_price {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}
.field-flex-col-bg .paymentInfo td input,
.field-flex-col-bg .tax_info td input {
  /*    max-width: 300px;*/
}

.field-flex-col-bg .paymentInfo label {
  font-weight: 400;
}

.field-flex-col-bg .tax_info td input[name="tax_save"] {
  max-width: none;
}

.field-flex-col-bg .paymentInfo .guideTxt {
  padding-top: 15px;
  border-top: 1px solid #e4e8ee;
  width: 100%;
}

.field-flex-col-bg .first_td {
  font-weight: 700;
}
.field-flex-col-bg .first_td:has(input:checked) {
  border-bottom: 1px solid #e4e8ee;
}

.field-flex-col-bg .tax_info > div {
  display: flex;
  /*    flex-direction: column;*/
  width: 100%;
  align-items: center;
}
.field-flex-col-bg .tax_info > div.first_td {
  padding: 10px 0;
}
.field-flex-col-bg .tax_info .first_td > div:last-child {
  flex: 1;
}
.field-flex-col-bg .tax_info > .tr_cash div:last-child {
  flex: 1;
}
.field-flex-col-bg .tax_info div.tr_tax,
.field-flex-col-bg .tax_info div.tr_cash_personal,
.field-flex-col-bg .tax_info div.tr_cash_business,
.field-flex-col-bg .tax_info div.tr_cash {
  display: flex;
  align-items: center;
  gap: 10px;
}
.field-flex-col-bg .tax_info div.tr_tax div:last-child,
.field-flex-col-bg .tax_info div.tr_cash_personal div:last-child,
.field-flex-col-bg .tax_info div.tr_cash_business div:last-child,
.field-flex-col-bg .tax_info div.tr_cash:last-child {
  flex: 1;
}

.field-flex-col-bg .field-bg .tax_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/*
.field-flex-col-bg .paymentInfo > tbody > tr:not(.first_td){
border-top: 1px solid #E4E8EE;
}
*/
.field-flex-col-bg tbody .first_td + tr {
  /*    border-top: 1px solid #E4E8EE;*/
}

.span_cash.tax_save_area {
  padding: 10px 0;
}

.right_section .term_wrap {
  width: auto;
}
.right_section .term_wrap > div {
  font-size: 14px;
  text-align: center;
}

.right_section .btn_cont {
  padding: 10px 25px;
  background: #ecf9fb;
  border-radius: 15px;
  text-align: center;
}
.right_section .btn_cont button {
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  width: 100%;
  font-size: 18px;
  min-height: 47px;
  position: relative;
}

.right_section .btn_cont button:has(.white_loader) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.account_info {
  width: fit-content;
  text-align: left;
  margin-left: auto;
  line-height: 1.8;
}

.account_info .account {
  display: flex;
  gap: 10px;
  align-items: center;
}
.account_info button {
  padding: 7px 12.5px;
  background: transparent;
  border-color: #888;
  line-height: 1;
}

.essential {
  color: var(--red-100-color);
}

#sale_code_modal .body {
  padding: 10px;
  background: #f4f5f9;
  margin: 20px 0;
  border-radius: 10px;
}

#sale_code_modal .input_cont {
  position: relative;
  margin-bottom: 20px;
}
#sale_code_modal .input_cont input {
  text-align: center;
  padding: 9px 12px;
  height: auto;
}
#sale_code_modal .input_cont button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 7px 12.5px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

#sale_code_modal .text {
}
#sale_code_modal .text h3 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 14px;
}
#sale_code_modal .text p {
  font-size: 14px;
}

#sale_code_modal .btn_area {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
#sale_code_modal .btn_area button {
  flex-grow: 1;
  max-width: none;
  line-height: 1;
}

.sort_area {
  /*    padding-bottom: 12px;*/
  min-width: 120px;
  display: flex;
  justify-content: flex-end;
}

.sort_area .infl_sort {
  max-width: 150px;
  width: 100%;
}

.sort_area .infl_sort .box__ {
  display: flex;
  justify-content: flex-end;
  max-width: 150px;
}

.sort_area .infl_sort .select__ {
  width: fit-content;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-position: right 10px center;
  background-color: #fff;
}

#ticket_info_modal .body {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#ticket_info_modal .btn_area {
  gap: 20px;
}

#ticket_info_modal .btn_area button {
  max-width: none;
  box-shadow: none;
}

.subscribe_banner_cont {
  background: #ecf9fb;
  padding: 20px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.subscribe_banner_cont .subscribe_banner {
  display: flex;
  justify-content: space-between;
}
.subscribe_banner_cont .subscribe_banner .date {
  color: var(--primary-color);
}

.price_article {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}

.price_article h3 {
  font-size: 16px;
  font-weight: 500;
}

.price_article .service_price_info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.price_info {
  cursor: pointer;
}

.price_info div {
  display: flex;
  align-items: center;
}
.price_info div img {
  padding-left: 10px;
}

.price_article .detail {
  background-color: #f4f5f9;
  padding: 15px 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price_article .detail .item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.biz_money_cont {
  padding-bottom: 20px;
}
.biz_money_cont h3 {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}
.biz_money_cont input {
  height: auto;
  flex: 1;
}
.biz_money_cont .input_cont {
  display: flex;
  gap: 10px;
}
.biz_money_cont .input_cont input {
  border-color: #888;
  text-align: right;
}
.biz_money_cont .input_cont input::placeholder {
  text-align: left;
}
.biz_money_cont .input_cont button {
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 400;
  border-color: #888;
  line-height: 1;
}

.feedback_section {
}
.feedback_section h2 {
  font-size: 18px;
  border-bottom: 1px solid #e4e8ee;
  padding-bottom: 10px;
}

.feedback_section .content_box {
  display: flex;
  gap: 10px;
}
.feedback_section .content {
  padding: 10px;
  flex: 1;
}
.feedback_section .content_box .title {
  font-size: 16px;
  padding-bottom: 10px;
}

.feedback_section .star_rating {
  min-height: 195px;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 0;
}

.feedback_section .text_cont {
  min-height: 195px;
}
.feedback_section .text_cont textarea {
  width: 100%;
  height: 100%;
  min-height: 195px;
  border-color: var(--primary-color);
}
.feedback_section .btn_wrap {
  padding-top: 20px;
}
.feedback_section .btn_wrap button {
  width: 100%;
  padding: 20px 0;
  font-weight: 500;
}

.campaign_progress_info {
}
.campaign_progress_info .pay_info {
  background-color: #ecf9fb;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
}
.campaign_progress_info .pay_info h3 {
  font-size: 20px;
}
.campaign_progress_info .pay_info .noti {
  color: var(--red-100-color);
}
.campaign_progress_info .info_text {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0 20px 0;
}

.campaign_info .campaign_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.campaign_info .thumbnail {
  max-width: 100px;
  border-radius: 8px;
}

.campaign_info h3 {
  font-size: 20px;
  padding-bottom: 15px;
}
.campaign_info .info .cp_id {
  font-size: 16px;
  color: #888;
  font-weight: 300;
}

.campaign_info .info .cp_id {
  padding-bottom: 10px;
}
.campaign_info .info .cp_subject {
  font-size: 20px;
}

.campaign_info .btn_wrap {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
.campaign_info .btn_wrap button:only-of-type {
  max-width: 330px;
}
.campaign_info .btn_wrap button {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 0;
}
.campaign_info .sub_text {
  padding-top: 15px;
  font-weight: 300;
}

.ui.popup {
  border: 2px solid var(--primary-color);
}
.ui.popup:has(.gray_box) {
  border: 2px solid #666;
}

.qualified {
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
}

.free {
  color: #ef5d1a;
  font-weight: 500;
  text-decoration-line: line-through;
}

/* 결제 정보 모달 */
#payment_info {
}
#payment_info .pay_id {
  background: var(--bg-gray);
  color: #7d7d7d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6.5px 10px;
  font-size: 14px;
  border-radius: var(--border-round-L);
}

#payment_info .pay_price_info {
  padding-top: 20px;
}

#payment_info .pay_price_info .pay_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #7d7d7d;
}
#payment_info .pay_price_info .pay_list .item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #222;
}

#payment_info .pay_price_info .pay_list .item .text {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1;
  line-height: 1;
}

#payment_info .pay_price_info .pay_list .item .text .hover_info {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  padding: 15px;
  border: 2px solid var(--primary-color);
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  color: #000;
  line-height: 2;
}
#payment_info .pay_price_info .pay_list .item .text svg {
  cursor: pointer;
}
#payment_info .pay_price_info .pay_list .item .text svg:hover ~ .hover_info {
  display: block;
}

#payment_info .pay_price_info .pay_list .item span.price {
  font-weight: 700;
}
#payment_info .pay_price_info .pay_list .sub_item {
  color: #3969ef;
  font-size: 12px;
}

#payment_info .pay_price_info .pay_list .item.sub {
  font-size: 12px;
  padding-left: 20px;
}
#payment_info .pay_price_info .pay_list .item.sub .name {
  display: flex;
  align-items: center;
  gap: 10px;
}
#payment_info .pay_price_info .pay_list .item.sub .name .ui-tooltip {
  height: 12px;
}

#payment_info .pay_price_info .total_pay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-sky);
  border-radius: var(--border-round-L);
  padding: 20px 10px;
  margin-top: 10px;
}
#payment_info .pay_price_info .total_pay .left {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

#payment_info .pay_price_info .total_pay .left small {
  font-size: 16px;
  font-weight: 400;
}

#payment_info .pay_price_info .total_pay .total_pay_price {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
}

#payment_info .pay_method_cont {
  border-top: 1px solid var(--line-color, #e4e8ee);
  padding-top: 20px;
  margin-top: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#payment_info .pay_method_cont .pay_method {
  display: flex;
  justify-content: space-between;
  color: #222;
}

#payment_info .pay_method_cont .pay_method_desc {
  color: #7d7d7d;
  font-weight: 400;
}

.payment_history_cont {
  padding: 20px;
  background-color: var(--bg-gray);
  border-radius: 10px;
  margin-top: 10px;
}
.payment_history_cont h4 {
  font-size: 18px;
  padding-bottom: 20px;
}

.pay_price_info {
}
.pay_price_info .pay_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pay_price_info .pay_list .item {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.pay_price_info .pay_list .item .text {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1;
  line-height: 1;
}
.pay_price_info .pay_list .item .text .hover_info {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  padding: 15px;
  border: 2px solid var(--primary-color);
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  color: #000;
  line-height: 2;
  z-index: 1;
}

.pay_price_info .pay_list .item .text svg {
  cursor: pointer;
}
.pay_price_info .pay_list .item .text svg:hover ~ .hover_info {
  display: block;
}
.pay_price_info .pay_list .sub_item {
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--blue-color);
}

.pay_price_info .total_pay_cont {
  padding: 10px 0;
  margin-top: 10px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.pay_price_info .total_pay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-sky);
  border-radius: var(--border-round-L);
  padding: 20px 10px;

  font-size: 16px;
  font-weight: 700;
}

.pay_price_info .total_pay .total_pay_price {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}

.pay_price_info .total_pay .right {
  font-size: 14px;
  font-weight: 400;
}

.pay_method_cont {
  /*
border-top: 1px solid var(--line-color, #E4E8EE);
padding-top: 20px;
*/
  margin-top: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pay_method_cont .pay_method {
  display: flex;
  justify-content: space-between;
  color: #222;
  font-size: 16px;
}

.pay_method_cont .pay_method_desc {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 16px;
}

._tab {
  /* background-color: #fff;
    padding: 25px 30px 0;
    margin-bottom: 10px;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(212,212,223,0.2); */

  background-color: var(--color-surface-default);
  border-radius: var(--radius-12);
  padding: var(--spacing-16) var(--spacing-16) 0;
  border: 1px solid var(--color-border-default);
  box-shadow: 7.052px 7.052px 7.052px 0 rgb(237 237 244 / 20%);
  margin-bottom: 24px;
}
._tab .status_label {
  display: flex;
  align-items: center;
  gap: 15px;
}
._tab a span {
  font-size: 18px;
  padding: 10px 20px 15px 20px;
}

/* ._tab--renewal */
._tab--renewal {
  background-color: #fff;
  padding: 0;
  margin-bottom: 0;
  border-radius: var(--radius-12) var(--radius-12) 0 0;
  box-shadow: none;
  border-bottom: 1px solid var(--color-border-default);
  overflow: hidden;
}
._tab--renewal .status_label {
  gap: 0;
}
._tab--renewal .status_label .btn.state {
  flex: 1;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: var(--color-content-subtle);
  background: #fff;
}
._tab--renewal .status_label .btn.state span {
  padding: 0;
  font-size: inherit;
  color: var(--color-content-subtle);
}
._tab--renewal .status_label .btn.state.on {
  border-bottom-color: var(--primary-color);
  color: var(--color-content-strong);
}
._tab--renewal .status_label .btn.state span.on {
  border-bottom: none;
  color: var(--color-content-strong);
}

/* .tool-area--renewal */
.tool-area--renewal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #fff;
  margin-bottom: 16px;
  border: 1px solid var(--color-border-default);
  border-top: none;
  border-radius: 0 0 var(--radius-12) var(--radius-12);
}
.tool-area--renewal .left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tool-area--renewal .right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tool-area--renewal .renewal__all_select {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #444c67;
  letter-spacing: -0.5px;
  cursor: pointer;
}
.tool-area--renewal .renewal__checkbox {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tool-area--renewal .renewal__checkbox .chk-on {
  display: none;
}
.tool-area--renewal .renewal__all_select.checked .renewal__checkbox .chk-off {
  display: none;
}
.tool-area--renewal .renewal__all_select.checked .renewal__checkbox .chk-on {
  display: flex;
}
.tool-area--renewal .left .fold_toggle:only-child {
  margin-left: 12px;
}
.tool-area--renewal .fold_toggle .ui-button {
  height: 48px;
  border-radius: var(--radius-8);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-content-default);
  letter-spacing: -0.5px;
  padding: 0 12px;
  margin-left: 12px;
}
.tool-area--renewal .select__wrap .box__ {
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-content-default);
}
.tool-area--renewal .select__wrap .select__ {
  height: 48px;
  padding: 0 12px;
  gap: 8px;
  background-image: none;
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-8);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-content-default);
  letter-spacing: -0.5px;
}
.tool-area--renewal .select__wrap .select__::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #444c67;
  flex-shrink: 0;
  align-self: center;
}
.tool-area--renewal .renewal__excel_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 12px;
  border: 1px solid var(--color-border-default);
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #444c67;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

/* 찜만 보기 토글 */
.tool-area--renewal .zzim_filter_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #444c67;
  letter-spacing: -0.5px;
}
.tool-area--renewal .zzim_toggle_switch {
  position: relative;
  width: 54px;
  height: 30px;
  background: #d1d5db;
  border-radius: 200px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  padding: 0;
}
.tool-area--renewal .zzim_toggle_thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
  display: block;
}
.tool-area--renewal .zzim_filter_wrap.is-active .zzim_toggle_switch {
  background: #36b7c5;
}
.tool-area--renewal .zzim_filter_wrap.is-active .zzim_toggle_thumb {
  transform: translateX(24px);
}

.tool-area {
  gap: 10px;
}
.tool-area .row_1,
.tool-area .row_2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tool-area .row_1 .right,
.tool-area .row_1 .left {
  display: flex;
  gap: 5px;
}

.tool-area .fold_toggle button .text,
.tool-area .filter_btn button .text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.asign_infomation {
  background-color: #fff;
  margin-bottom: 24px;
}
.asign_infomation .btn_wrap {
  padding-top: 12px;
  max-width: 350px;
}
.asign_infomation .btn_wrap button {
  display: flex;
  height: 48px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: var(--radius-8);
  border: none;
  background: #d1d5db;
  font: var(--font-body-m-medium);
  letter-spacing: var(--body-m-letter);
}
.asign_infomation .btn_wrap button:disabled {
  background: #d1d5db !important;
  color: #7d7d7d !important;
  border: none !important;
}

.asign_infomation .information_tooltip {
  color: var(--primary-color);
  padding-top: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.pull_up_condition_info {
  background-color: #ecf9fb;
  padding: 15px;
  margin-top: 12px;
  max-width: 350px;
  border-radius: 10px;
  color: var(--color-content-default);
}

.pull_up_condition_info .head {
  padding-bottom: 10px;
  font: var(--font-body-s-regular);
  letter-spacing: var(--body-s-letter);
}
.pull_up_condition_info .body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font: var(--font-body-s-regular);
  letter-spacing: var(--body-s-letter);
}
.pull_up_condition_info .body .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pull_up_condition_info .body .item .sub_text {
  font: var(--font-body-s-regular);
  letter-spacing: var(--body-s-letter);
}

.legal_process_area {
  border: 1px solid var(--primary-color);
  margin-top: 10px;
  border-radius: var(--border-round-S);
}
.legal_process_area .date_edit_btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 8px;
}
.legal_process_area .date_edit_btn_wrap.on + .legal_process_info {
  display: block;
}
.legal_process_area .date_edit_btn_wrap img {
  max-width: 15px;
  height: auto;
}
.legal_process_area .date_edit_btn_wrap.on img {
  transform: rotate(180deg);
}
.legal_process_area .date_edit_btn_wrap .empty_box {
  width: 15px;
  height: 15px;
}
.legal_process_area .date_edit_btn_wrap .date_edit_btn {
  border: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.legal_process_info {
  display: none;
  padding: 10px;
  border-top: 1px solid var(--line-color);
}
.legal_process_info > .head {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
}
.legal_process_info .process_info {
  padding: 5px;
  background-color: #ecfcff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.legal_process_info .process_desc {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
}
.legal_process_info .step_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.legal_process_info .step_info .item {
}
.legal_process_info .step_info .item .head {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
.legal_process_info .step_info .item .desc {
  font-size: 14px;
  font-weight: 400;
}

.legal_action_btn {
  background-color: #fff;
  border: 1px solid #ff6163;
  color: #ff6163;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 0;
  border-radius: var(--border-round-S);
  line-height: 1;
  width: 100%;
  margin-top: 10px;
}
.legal_action_btn:disabled {
  background-color: #cecece;
  color: #7d7d7d;
  border: 1px solid #cecece;
}

#purpose_modal #mb_purpose {
  margin-top: 10px;
  width: 100%;
  min-height: 150px;
  padding: 10px;
}
#purpose_modal .body div {
  line-height: 1.4;
}

.section-area.campaign_load_area > article .number {
  background-color: #888;
}
.campaign_load_area .load_type_area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.campaign_load_area .load_type_area > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.campaign_load_area .load_type_area div input {
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
}
.campaign_load_area .load_type_area div label {
  gap: 5px;
}

.campaign_load_area .load_type_area div label span {
  font-size: 14px;
}

.select__wrap .selectBox__.cp_load .select__ {
  max-width: 650px;
  width: 100%;
  font-weight: 300;
  height: auto;
  padding: 10px;
}
.select__wrap .selectBox__.cp_load .list__ {
  max-width: 650px;
  width: 100%;
  max-height: 40dvh;
  border-color: #ededed;
  border-radius: 10px;
  overflow-y: auto;
}
.select__wrap .selectBox__.cp_load .list__ li {
  border-bottom: 1px solid #ededed;
}
.select__wrap .selectBox__.cp_load .list__ li:last-child {
  border-bottom: none;
}

.select__wrap .selectBox__.cp_load .list__ li .text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: center;
}
.select__wrap .selectBox__.cp_load .list__ li .text_title {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.select__wrap .selectBox__.cp_load .list__ li .text_desc {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 20px;
}

.select__wrap .selectBox__.cp_load .list__ li .text_desc > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* 비즈머니 */
.bizmoney_info {
  background: #ecf9fb;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}

.bizmoney_info .bg_box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bizmoney_info .title {
  border: 2px solid var(--primary-color);
  background: #fff;
  color: var(--primary-color);
  width: fit-content;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}

.bizmoney_info .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
  color: #222;
}
.bizmoney_info .price .price_num {
  font-size: 24px;
  font-weight: 700;
}

.bizmoney_info .price_info {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 18px;
}
.bizmoney_info .price_info > div {
  border-radius: 9999px;
  border: 1px solid var(--line-color);
  padding: 9px 15px;
  display: block;
}
.bizmoney_info .price_info > div > span,
.bizmoney_info .price_info > div > b {
  color: #222;
}

.bizmoney_info .btn_cont {
  width: 100%;
  display: flex;
  gap: 18px;
  align-items: center;
}
.bizmoney_info .btn_cont button {
  flex: 1;
  min-width: 196px;
  padding: 16px;
  font-size: 16px;
}
.bizmoney_info .btn_cont button .text {
  letter-spacing: 2px;
}

.bizmony_history_cont h1 {
  font-size: 22px;
  padding-bottom: 25px;
}

.bizmony_history_cont .tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}

.bizmony_history_cont .tool .date_tool {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bizmony_history_cont .tool .date_tool .date_filter {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bizmony_history_cont .tool .date_tool .date_filter .item {
  border: 1px solid var(--line-color);
  border-radius: 9999px;
  padding: 12.5px 15px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.bizmony_history_cont .tool .date_tool .date_filter .item.active {
  color: #fff;
  background-color: #666666;
  border-color: #666;
}

.bizmony_history_cont .tool .dateTime input[type="text"] {
  position: relative;
  padding-right: 47px;
  padding-left: 0;
  background-image: url(../img/icon/calendar_icon_black.svg);
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
  height: auto;
  padding: 10px 15px;
}
.bizmony_history ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 90px;
  border-radius: 15px;
  border: 1px solid #e7e7e7;
  letter-spacing: -0.3px;
  padding: 0 40px;
}
.bizmony_history ul li + li {
  margin-top: 10px;
}

.bizmony_history .details_ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #888;
}
.bizmony_history .details_ span {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 30px;
  color: #ddd;
  border: 1px solid currentColor;
  margin-right: 15px;
}
.bizmony_history .details_ div:last-child {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-left: 53px;
}

.bizmony_history .point_ {
  text-align: right;
  font-size: 14px;
}
.bizmony_history .point_ p:first-child {
  font-size: 18px;
  font-weight: 700;
}
.bizmony_history .plus .details_ span,
.bizmony_history .plus .point_ {
  color: var(--color-primary);
}

.bizmony_history .minus .details_ span,
.bizmony_history .minus .point_ {
  color: #ff7474;
}
.bizmony_history + .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px 0;
}
.bizmony_history .empty {
  text-align: center;
  margin-top: 120px;
  color: #aaa;
}

.reviewer_list + .pagenate {
  width: 100%;
}

.section-area.head_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-area.head_cont.sticky {
  position: sticky;
  top: 115px;
  z-index: 99;
}

.section-area.head_cont h2 {
  font-size: 24px;
  font-weight: 700;
}
.section-area.head_cont .ui-button {
  padding: 16px 19px;
  font-size: 16px;
}
.section-area.head_cont .ui-button .text {
  gap: 12px;
}

.accordion_section {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
  overflow: visible;
  max-height: 95px;
  transition: max-height 0.3s ease;
  border: 1px solid var(--primary-color, #36b7c5);
}
.accordion_section.on {
  max-height: 4000px;
  overflow: visible;
}

/* 토글 버튼 애니메이션 */
.accordion_section .header .right svg {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.accordion_section.on .header .right svg {
  transform: rotate(180deg);
}

.accordion_section .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  cursor: pointer;
  min-height: 75px;
}

.accordion_section .header .left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accordion_section .header .left .number {
  background-color: var(--primary-color);
  border-radius: 9999px;
  padding: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "roboto";
  font-size: 16px;
  font-weight: 700;
}
.accordion_section .header .left .section_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
}

.accordion_section .header .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accordion_section .header .right .progress_area {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.accordion_section .header .right .progress_area .progress {
  flex: 1;
}

.accordion_section .body {
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.accordion_section.on .body {
  opacity: 1;
}

.accordion_section .body .field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  margin-top: 0;
}
.accordion_section .body .field input {
  max-width: 650px;
  font-size: 16px;
}
.accordion_section .body .field input[type="radio"] {
  width: 20px;
  height: 20px;
}

.accordion_section .body .field .include_text_input_cont {
  display: flex;
  border: 1px solid var(--line-color);
  border-radius: 5px;
  padding: 11px 15px;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  width: 100%;
  max-width: 250px;
}
.accordion_section .body .field .include_text_input_cont input {
  border: none;
  text-align: right;
  height: auto;
  line-height: 1;
  font-size: 16px;
  padding: 0;
  flex: 1;
  background: none;
  border-radius: 0;
}

.accordion_section .body .field .field_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.accordion_section .body .field .field_title.col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.accordion_section .body .field .field_title.col .field_desc {
  font-size: 14px;
  color: var(--color-text-soft);
  line-height: 20px;
  font-weight: 400;
  /* padding-bottom: 10px; */
}
.accordion_section .body .field .div_cp_blog_link .field_desc {
  color: var(--color-text-soft);
  padding-top: 10px;
}
.accordion_section .body .field #cp_opt_list > .field_title {
  display: flex;
  align-items: center;
  gap: 25px;
}
.accordion_section .body .field .tip {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  cursor: pointer;
  display: inline-block;
  padding: 0;
}
.accordion_section .body .field_title .required {
  color: var(--pink-100-color, #da2872);
}

.accordion_section .body .field #div_total_order {
  flex-direction: row;
  align-items: center;
  background-color: var(--bg-sky);
  padding: 11px 20px;
  border-radius: 10px;
  line-height: 1;
  gap: 0;
}
.accordion_section .body .reporter_type_cont.field #div_total_order {
  order: 2;
}
.accordion_section .body .field #recruit_mb {
  max-width: 170px;
  width: 100%;
}
.accordion_section .body .field #div_total_order .field_value {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.accordion_section .body .field #div_total_order input {
  background: none;
  border: none;
  padding: 0;
  height: auto;
  min-width: auto;
  width: auto;
  max-width: 50px;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 1px;
}

.accordion_section .check-area {
  gap: 10px;
  flex-wrap: wrap;
}
.accordion_section .checkBox3 input + label {
  background-color: #fff;
  color: #7d7d7d;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  padding: 14px 32px;
  line-height: 1;
  font-size: 18px;
  background-image: none !important;
  display: flex;
  gap: 5px;
}
.accordion_section .review_type_cont .checkBox3 input + label {
  padding: 14px 26px;
}
.accordion_section .review_type_cont .checkBox3 input + label img {
  max-width: 20px;
}

.accordion_section .checkBox3 input:checked + label {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
/* 아래 2 css는 적용 후 원본 스타일링 제거 */
.accordion_section .check-area li:first-child .checkBox3 input + label {
  border-radius: 5px;
}
.accordion_section .check-area li:last-child .checkBox3 input + label {
  border-radius: 5px;
}

.accordion_section .body .desc_cont {
  width: 100%;
}

.accordion_section .mission-price-area {
  background-color: var(--bg-sky);
  font-size: 16px;
  padding: 32px 20px;
  gap: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.accordion_section .mission-price-area .mission-total {
  border-right: none;
  padding: 0;
  min-width: auto;
  display: flex;
  font-size: 18px;
}
.accordion_section .mission-price-area .mission-detail {
  font-size: 16px;
  padding: 0;
}
.accordion_section .mission-price-area .unlimit_info_cont {
  position: relative;
  max-width: 327px;
  width: 100%;
  align-self: flex-end;
}
.accordion_section .mission-price-area .unlimit_info_cont .unlimit_info_btn {
  background: var(--cta-gradient);
  font-size: 18px;
  padding: 15px 16px;
  border: none;
}
.unlimit_info_btn:hover {
  background: var(--cta-gradient-hover) !important;
}

.accordion_section .mission-price-area .unlimit_info_cont .tooltip_cont {
  position: absolute;
  top: -45px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 14px);
  font-size: 14px;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.12);
  line-height: 1;
}
.accordion_section .mission-price-area .unlimit_info_cont .tooltip_cont .text {
  font-size: 14px;
  font-weight: 400;
  color: #006f84;
}
.accordion_section
  .mission-price-area
  .unlimit_info_cont
  .tooltip_cont
  .text
  b {
  font-weight: 500;
}
.accordion_section
  .mission-price-area
  .unlimit_info_cont
  .tooltip_cont::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.accordion_section .mission-price-area .price_area_cont {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.accordion_section .mission-price-area .price_area_cont .field_title {
  font-size: 18px;
}

.accordion_section .field .field-tit {
  font-size: 16px;
}
.accordion_section .guideTxt {
  margin-bottom: 10px;
  font-size: 16px;
}
.accordion_section .recommend_info_cont {
  /* display: none; */
  background-color: var(--bg-yellow);
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #7d7d7d;
  margin-bottom: 15px;
}
.accordion_section .recommend_info_cont.on {
  display: block;
}

.accordion_section .select_area {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  font-size: 16px;
}

.accordion_section .select_area .ui-button {
  padding: 14px 20px;
  font-size: 16px;
  max-width: 143px;
}
.accordion_section .select_area select {
  font-size: 16px;
  padding: 11px 15px;
  height: auto;
  max-width: 650px;
  border-radius: 5px;
}
.accordion_section .select_area select #brand_opt_default {
  color: #b7becd;
}

.accordion_section .body .field.zipcode_cont {
  gap: 10px;
  min-height: auto;
  width: 100%;
}
.accordion_section .body .field.zipcode_cont .addr1_cont {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.accordion_section .body .field.zipcode_cont .ui-button {
  max-width: 133px;
  padding: 14px 20px;
  font-size: 16px;
}
.accordion_section .body .field.zipcode_cont .addr1_cont input {
  color: #999;
  font-size: 16px;
  height: auto;
  padding: 9.5px 12px;
  line-height: 1;
  width: 100%;
  max-width: 507px;
  border-color: #e7e7e7;
  background-color: #f5f5f5;
}
.accordion_section #section_place_info {
  padding-top: 17px;
}
.accordion_section #section_place_info article {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#hr_opt {
  margin: 10px 0;
}

.accordion_section #cp_opt_list {
  width: 100%;
}

.accordion_section .opt_cont {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  width: 100%;
}
.accordion_section .opt {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 20px;
  border: 1px solid var(--line-color);
  border-radius: 15px;
  width: 100%;
  box-shadow: var(--box-shadow);
  /* max-width: 690px; */
}

.accordion_section .opt_cont .opt + .field {
  width: auto;
}

.accordion_section .opt_cont .ui-button {
  font-size: 16px;
  padding: 12.5px 23px;
}
.accordion_section .opt_cont .ui-button .text {
  gap: 12px;
}

.accordion_section .point_set_cont {
  display: flex;
  align-items: center;
}

.accordion_section .body .reporter_type_cont.field .opt {
  border: none;
  padding: 0;
  box-shadow: none;
}

.accordion_section .body .reporter_type_cont.field .opt .sub_opt_price,
.accordion_section .body .reporter_type_cont.field .opt .div_opt_price {
  display: none;
}

.accordion_section #div_cp_quick_recruit_use .field-group {
  padding-left: 25px;
}
.accordion_section #div_cp_quick_recruit_use .field-group .field {
  min-height: auto;
}
.accordion_section #div_cp_quick_recruit_use #div_cp_yoil {
  margin-top: 20px;
}

.accordion_section #div_cp_condition {
  padding-left: 25px;
}

.accordion_section .div_detail_set_cont {
  margin-top: 9px;
  margin-left: 25px;
  padding: 15px;
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.accordion_section .body .div_detail_set_cont input {
  background-color: transparent;
  max-width: 255px;
}
.accordion_section .div_detail_set_cont .field {
  flex-direction: row;
  align-items: center;
}

.accordion_section .div_detail_set_cont .field_title {
  max-width: 200px;
  width: 100%;
}

.accordion_section #cp_contents_day {
  width: auto;
  background-color: transparent;
}
.accordion_section
  #div_cp_contents_day
  .rv_cp_contents_edatetime_text
  .field_title {
  width: auto;
}

.accordion_section .body .field .tag_area .input_area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accordion_section .body .field .tag_area {
  width: 100%;
}

.accordion_section .body .field .tag_area .input_area input {
  max-width: 420px;
}
.accordion_section .body .field .tag_area .input_area button {
  padding: 15px 16px;
  font-size: 16px;
}
.accordion_section .body .field .tag_area .input_area button .text {
  letter-spacing: 2px;
}

.accordion_section .body .field .radio_group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 27px;
}

.accordion_section .body .field .guide_area {
  width: 100%;
}
.accordion_section .body .field .guide_area textarea {
  min-height: 280px;
  padding: 15px;
}
.accordion_section .body .field .guide_area textarea::placeholder {
  color: var(--placeholder-color);
}

.accordion_section .body .thumbnail.field .notice {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}

#div_cp_sdate_noti {
  min-height: auto;
  padding-top: 10px;
  gap: 5px;
  font-size: 16px;
}
#div_cp_edate_noti {
  gap: 5px;
  font-size: 14px;
  align-items: flex-start;
  padding-top: 5px;
}
#div_cp_edate_noti svg {
  margin-top: 3px;
}
#div_cp_edate_noti span,
#div_cp_sdate_noti span {
  flex: 1;
}
.accordion_section.detail_setting_area .field .field_title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.duplication_section .selectBox__ .list__ li {
  border-bottom: 1px solid var(--line-color);
}
.duplication_section .selectBox__ .list__ li:last-child {
  border-bottom: none;
}
.duplication_section .selectBox__ .list__ li.search_box {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.duplication_section .selectBox__ .list__ li.search_box svg {
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translateY(-50%);
}

.accordion_section .shop_text_check_area {
  display: flex;
  gap: 25px;
  align-items: center;
  width: 100%;
}

.accordion_section .body.hr {
  gap: 25px;
}
.accordion_section .body.hr .field {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line-color);
}
.accordion_section .body.hr .field:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.accordion_section .body .photo_check_area {
  display: flex;
  align-items: center;
  gap: 25px;
}
.accordion_section .body .photo_check_area .left_box {
  display: flex;
  align-items: center;
}
.accordion_section .body .photo_check_area .left_box .checkBox {
  line-height: 1;
}
.accordion_section .body .photo_check_area #cp_shop_mission_photo_use + label {
  height: 20px;
}
.accordion_section .body .photo_check_area .photo-inner {
  margin-left: 0;
  font-size: 16px;
}

.accordion_section .body .field label {
  font-size: 16px;
}

.accordion_section .body .field.gudie .notice {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.accordion_section .body .field.gudie .notice .title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.accordion_section .body .field .checkBox_area {
  display: flex;
  align-items: center;
  gap: 25px;
}

.accordion_section .body .field .checkBox_area .checkBox {
  line-height: 1.2;
}
.accordion_section .body .field .text_num_area {
  font-size: 18px;
}
.accordion_section .body .field .div_opt_btn_cont {
  flex-direction: row;
  justify-content: flex-end;
}

.accordion_section.campaign_load_area .header .left .number,
.accordion_section.detail_setting_area .header .left .number {
  background-color: #888;
}

.section-area .notice_area {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.section-area .notice_area .top.fxg {
  width: 100%;
}

.section-area .notice_area .field_title {
  font-size: 18px;
  font-weight: 500;
}
.section-area .notice_area .notice_title {
  font-size: 16px;
  padding-bottom: 10px;
}
.section-area .notice_area .borderBox {
  font-size: 14px;
  /* margin-left: 34px; */
  color: var(--color-content-subtle);
  padding: 10px 20px;
  background-color: var(--bg-gray);
  border-radius: 10px;
  width: 100%;
}
.section-area .notice_area .borderBox .guideText {
  width: 100%;
  font-size: 16px;
}
.section-area .notice_area .borderBox .guideText p {
  padding-bottom: 5px;
  line-height: 23px;
}
.section-area .notice_area .borderBox .guideText p:last-child {
  padding-bottom: 0;
}

/* 동그란 Progress Bar 스타일 */
.circular-progress {
  width: 32px;
  height: 32px;
  position: relative;
}

.progress-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(
    #36b7c5 0deg,
    #36b7c5 180deg,
    #e9ecef 180deg,
    #e9ecef 360deg
  );
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.progress-circle::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progress-text-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  font-weight: 600;
  color: var(--color-primary);
  z-index: 1;
}

/* 진행률에 따른 동적 스타일 */
.circular-progress .progress-circle {
  --percentage: 0;
  --progress-color: var(--color-primary);
  --bg-color: #e9ecef;
  background: conic-gradient(
    var(--progress-color) 0deg,
    var(--progress-color) calc(var(--percentage) * 3.6deg),
    var(--bg-color) calc(var(--percentage) * 3.6deg),
    var(--bg-color) 360deg
  );
  transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

/* 진행률에 따른 색상 변화 (선택사항) */
.circular-progress[data-percentage="100"] .progress-circle {
  --progress-color: #28a745; /* 완료시 초록색 */
}

.circular-progress .progress-circle:hover {
  transform: scale(1.02);
  transition:
    transform 0.2s ease,
    background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

#modal-brand .brandAdd input {
  height: auto;
  padding: 11px 10px;
}
#modal-brand .brandAdd button {
  font-size: 16px;
  padding: 14px 0;
}
#modal-brand .brandList h2 {
  text-align: center;
  padding-bottom: 20px;
}

.step_btn_group {
  gap: 20px;
}
.step_btn_group button {
  font-size: 20px;
  padding: 19px 10px;
  max-width: 206px;
  border-radius: var(--border-round-L);
}
.step_btn_group button .text {
  gap: 12px;
}

.tag_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 10px;
  gap: 10px;
}

.tag_list span {
  position: relative;
  height: 27px;
  /* margin-right: 10px; */
  line-height: 27px;
  padding: 0 26px 0 10px;
  font-size: 16px;
  letter-spacing: -0.48px;
  text-align: center;
  color: var(--color-primary);
  border-radius: 5px;
  border: solid 1px var(--color-primary);
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 0;
}

.tag_list span::before {
  content: "#";
  font-size: 12px;
  letter-spacing: -0.48px;
  text-align: center;
  color: var(--color-primary);
}
.tag_list.keyword span::before {
  content: "";
}

.tag_list a {
  position: absolute;
  right: 6px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url("https://assaview.co.kr/biz/mob/img/tag_close.svg") center
    no-repeat;
  cursor: pointer;
}

#modal-guide-example .body h5 {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}
#modal-guide-example #guide_type {
  width: 100%;
  height: auto;
  padding: 15px;
  line-height: 1;
  border-radius: var(--border-round-S);
}
#modal-guide-example .guide_content {
  width: 100%;
}

#modal-guide-example .guide_info {
  padding-top: 20px;
  letter-spacing: -0.5px;
}

#modal-guide-example .guide_area {
  padding-top: 10px;
}
#modal-guide-example .guide_area textarea {
  padding: 15px;
  width: 100%;
  min-height: 350px;
  border-radius: var(--border-round-S);
}

.field #tagWrap {
  gap: 10px;
}
.field #tagWrap .tagBox {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1;
}

.field #tagWrap .tagBox a {
  padding-left: 0;
}

.payment_info .item_cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment_info .item_cont .item {
  line-height: 23px;
}
.payment_info .item.sale .item_price {
  font-size: inherit;
  font-weight: inherit;
}
.payment_info .item:not(.sub):not(.sale) {
  font-weight: 500;
}
.payment_info .item .name {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}
.payment_info .item .name .ui-tooltip {
  height: 14px;
}
.payment_info .item.simple_pay_fee {
  font-size: 14px;
  padding-left: 20px;
}
.payment_info .item.simple_pay_fee .item_price {
  font-size: 14px;
  font-weight: 400;
}
.payment_info .item.simple_pay_fee .ui-tooltip {
  height: 14px;
}

.payment_area .kmong_cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  max-width: 250px;
}

.payment_area #cp_kmong_num {
  height: auto;
  padding: 7px 10px;
  border-radius: var(--border-round-S);
  text-align: center;
}

.opt_condition {
  display: flex;
  gap: 5px;
  align-items: center;
}

.div_cp_blog_link {
  width: 100%;
}

.field-flex-col-bg .paymentInfo .method_list {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  padding-top: 0;
}

.paymentInfo .method_list .checkBox {
  line-height: 1;
}
.method_list .checkBox input + label {
  background-position: left bottom;
  line-height: 20px;
}
.method_list ._card label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  line-height: 1;
  gap: 0;
}

.method_list ._card label .new_label {
  background: var(--pink-100-color);
  border-radius: 9999px;
  padding: 0px 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.payment_area .unlimit_info_cont {
  background-color: #fff;
  background-image: var(--gradient-banner-color);
  padding: 28px 20px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.payment_area .unlimit_info_cont .unlimit_info_cont_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.payment_area .unlimit_info_cont .unlimit_info_cont_inner .text_area {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.payment_area .unlimit_info_cont .unlimit_info_cont_inner .text_area > span {
  color: var(--pink-100-color);
}
.payment_area .unlimit_info_cont .unlimit_info_cont_inner .text_area img {
  position: absolute;
  right: 5px;
  bottom: -6px;
}
.payment_area .unlimit_info_cont .unlimit_info_cont_inner .btn_area {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.payment_area .unlimit_info_cont .unlimit_info_cont_inner .btn_area p {
  font-size: 12px;
  font-weight: 400;
  color: #767676;
}
.payment_area .unlimit_info_cont .unlimit_info_cont_inner .btn_area button {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 19px;
  border-radius: 5px;
  border: none;
}

@media (max-width: 1440px) {
  .payment_area .unlimit_info_cont .unlimit_info_cont_inner {
    justify-content: center;
  }
  .payment_area .unlimit_info_cont .unlimit_info_cont_inner .text_area {
    text-align: center;
  }
  .payment_area .unlimit_info_cont .unlimit_info_cont_inner .btn_area {
    width: 100%;
  }
}

/* ========== 자동 선정 해제 모달 ========== */
/* ========== modal-confirm (공통 confirm 모달 스타일) ========== */
.modal-dialog .ui-modal-layer.modal-confirm {
    position: relative;
    padding: 32px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-28);
}
.modal-dialog .ui-modal-layer.modal-confirm .head {
    justify-content: center;
}
.modal-dialog .ui-modal-layer.modal-confirm .head .closer {
    position: absolute;
    right: 24px;
    top: 24px;
    transform: none;
}
.modal-dialog .ui-modal-layer.modal-confirm .modal-confirm__texts {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-16);
}
.modal-dialog .ui-modal-layer.modal-confirm .head h1 {
    font: var(--font-title-s);
    font-size: 20px;
    color: var(--color-content-default);
}
.modal-dialog .ui-modal-layer.modal-confirm .body {
    font: var(--font-body-s-medium);
    color: var(--color-content-subtle);
}
.modal-dialog .ui-modal-layer.modal-confirm .body strong {
    font: var(--font-body-s-medium);
    color: var(--color-content-brand);
}
.modal-dialog .ui-modal-layer.modal-confirm .btn_wrap {
    gap: var(--spacing-8);
}
.modal-dialog .ui-modal-layer.modal-confirm .btn_wrap .ui-button {
    flex: 1;
    height: 48px;
    padding: 0;
    border-radius: var(--radius-8);
    font-size: 14px;
}
.modal-dialog .ui-modal-layer.modal-confirm button.modal-confirm__btn--reject {
    background: var(--color-surface-default);
    color: var(--color-content-default);
    border: 1px solid var(--color-border-default);
}
.modal-dialog .ui-modal-layer.modal-confirm button.modal-confirm__btn--accept {
    background: var(--color-surface-brand);
    color: var(--color-content-inverse);
    border: none;
}

/* ========== Plan Container ========== */
/* .section-area:has(.price_container){
    display: flex;
    flex-direction: column;
    gap:62px;
} */
.section_container {
  max-width: 1063px;
  margin: 0 auto;
}
.plan_container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
}

.plan_container .plan_item {
  position: relative;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  padding: 32px 24px 24px;
  min-width: 260px;
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  max-width: 334px;
  border: 1px solid var(--color-border-medium);
  border-radius: var(--radius-8);
  gap: 40px;
}
.plan_container .plan_item:last-child {
  max-width: 367px;
  background:
    radial-gradient(
      135.47% 74.25% at -30.58% 83.31%,
      rgba(60, 203, 219, 0.15) 0%,
      rgba(60, 203, 219, 0) 66.3%
    ),
    radial-gradient(
      87.22% 47.51% at 137.22% 8.45%,
      rgba(255, 107, 168, 0.15) 0%,
      rgba(255, 107, 168, 0) 100%
    ),
    radial-gradient(
      55.31% 83.79% at -1.56% 100%,
      rgba(255, 178, 154, 0.05) 0%,
      rgba(255, 178, 154, 0) 100%
    );
  background-color: #fff;
}

.plan_container .plan_item .top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}

.plan_container .plan_item .plan_item_title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan_container .plan_item .plan_title {
  font-weight: 700;
  font-size: 30px;
  color: var(--color-text-strong);
  letter-spacing: -0.6px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.plan_container .plan_item .title {
  font-weight: 700;
  font-size: 30px;
  color: #444c67;
  letter-spacing: -0.6px;
  line-height: 1;
}

.plan_container .plan_item .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text-soft);
  letter-spacing: -0.48px;
}

.plan_container .plan_item .plan_item_content {
  display: flex;
  /* flex-direction: column; */
  gap: 6px;
}
.plan_container .plan_item.unlimited .plan_item_content {
  gap: 20px;
}
.plan_container .plan_item.unlimited .price_row {
  padding: 0;
  flex-direction: column;
  max-width: 147px;
  width: 100%;
}

.plan_container .plan_item .chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  width: fit-content;
}

.plan_container .plan_item .chip.magenta {
  background-color: var(--color-point-weak);
  color: var(--color-point);
}

.plan_container .plan_item .chip.primary {
  background-color: rgba(54, 183, 197, 0.12);
  color: var(--color-primary-dark);
}

.plan_container .plan_item .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  cursor: initial;
}

.plan_container .plan_item .price span {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-text-strong);
  letter-spacing: -0.6px;
  line-height: 1;
}
.plan_container .plan_item .price span.point_price {
  color: var(--color-point);
}
.plan_container .plan_item small {
  font-size: 14px;
  color: var(--color-text-soft);
  line-height: 1;
}

.plan_container .plan_item .price .unit {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-text-soft);
  letter-spacing: -0.32px;
  padding-bottom: 2px;
}

/* Badge (추천, 인기) */
.plan_container .plan_item .badge {
  position: absolute;
  top: -16px;
  right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.5px 15.5px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 1;
}

.plan_container .plan_item .badge.recommend {
  background-color: #ecedf0;
  color: #444c67;
}

.plan_container .plan_item .badge.popular {
  background-color: #fbe9f1;
  color: #da2872;
}

/* Bottom Section */
.plan_container .plan_item .bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  height: 100%;
}

.plan_container .plan_item .review_item_container {
  display: flex;
  flex-direction: column;
  min-height: 138px;
}

.plan_container .plan_item .review_item {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px dashed #e6e6e6;
  line-height: 1;
  height: 46px;
}
.plan_container .plan_item .review_item:has(.review_item_area) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  justify-content: flex-start;
  padding: 12px 0;
}

.plan_container .plan_item .review_item:last-child {
  border-bottom: none;
}

.plan_container .plan_item .review_item .review_item_area {
  display: flex;
  align-items: center;
  gap: 8px;
}
.plan_container .plan_item .review_item .plus {
  font-size: 16px;
  color: var(--color-text-strong);
  padding: 0 4px;
  font-weight: 500;
}
.plan_container .plan_item .review_item .sns_text {
  font-size: 12px;
  color: var(--color-text-soft);
}

.plan_container .plan_item .review_item .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.plan_container .plan_item .review_item .icon_group {
  display: flex;
  align-items: center;
  padding-right: 4px;
}

.plan_container .plan_item .review_item .icon_group .icon {
  margin-right: -4px;
}

.plan_container .plan_item .review_item .icon_group img {
  max-width: 22px;
  height: 22px;
}

.plan_container .plan_item .review_name {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-text-strong);
  letter-spacing: -0.8px;
}

/* Button */
.plan_container .plan_item .button_container {
  margin-top: auto;
}

.plan_container .plan_item .button_item {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -1px;
  cursor: pointer;
}

.plan_container .plan_item .button_item.primary-weak {
  background-color: var(--color-primary-weak);
  color: var(--color-primary);
}

/* .plan_container .plan_item .button_item.primary-weak:hover {
    background-color: var(--color-primary-weak1);
    color: #fff;
} */

.plan_container .plan_item .button_item.primary-gradient {
  background: var(--cta-gradient-blue);
  color: #fff;
  line-height: 1;
}

/* .plan_container .plan_item .button_item.primary-gradient:hover {
    opacity: 0.9;
} */

/* 무제한 이용권 전용 스타일 */
.plan_container .plan_item.unlimited .top {
  height: 100%;
  gap: 32px;
  min-height: initial;
}

/* .plan_container .plan_item.unlimited .bottom {
    height: auto;
} */

.plan_container .plan_item .price_row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  align-items: flex-start;
  padding: 16px 0 0 0;
  border-top: 1px solid transparent;
}

.plan_container .plan_item .price_row:first-child {
  padding-top: 0;
  border-top: none;
}

.plan_container .plan_item .price_row .price_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan_container .plan_item .price_row .price_with_discount {
  display: flex;
  align-items: center;
  gap: 4px;
}

.plan_container .plan_item .price_row .discount_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* padding: 6px 8px; */
  border-radius: 3px;
  /* background-color: var(--color-point-weak); */
  color: var(--color-point);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 1;
}

/* Check list */
.plan_container .plan_item .check_list {
  display: flex;
  flex-direction: column;
  min-height: 138px;
}

.plan_container .plan_item .check_item {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  border-bottom: 1px dashed var(--color-border-medium);
}

.plan_container .plan_item .check_item:last-child {
  border-bottom: none;
}

.plan_container .plan_item .check_item .check_icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan_container .plan_item .check_item .check_icon img {
  width: 100%;
  height: 100%;
}

.plan_container .plan_item .check_item .check_text {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-text-strong);
  letter-spacing: -0.8px;
}

.plan_container .plan_item .check_item .check_text .highlight {
  color: var(--color-point);
}

.refund_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  max-width: 1063px;
  margin: 0 auto;
  width: 100%;
  margin-top: 62px;
  padding-top: 40px;
  border-top: 1px dashed var(--color-border-medium);
  word-break: keep-all;
  color: var(--color-text-medium);
}

.refund_container .refund_item h3 {
  font: var(--font-body-l);
  padding-bottom: 8px;
}
.refund_container .item_container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.refund_container .item_container .item_title {
  font: var(--font-body-m-medium);
}
.refund_container .item_desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font: var(--font-body-m-medium);
}
.refund_container .item_desc > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.refund_container .item_desc > div span {
  font: var(--font-body-m-medium);
}

.refund_container .item_desc .example {
  padding-left: 13px;
  color: var(--color-text-soft);
}

.refund_container .refund_item {
  padding-bottom: 8px;
}
.refund_container .refund_item:last-child {
  border-bottom: none;
}
.refund_container .item_desc > div .svg_cont {
  display: flex;
  align-items: center;
}

#mobile {
  display: none;
}
@media (max-width: 1184px) {
  #desktop {
    display: none;
  }
  #mobile {
    display: block;
  }
  .section-area.non-radius {
    border-radius: 0;
  }
  .plan_container {
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }

  .plan_container .plan_item,
  .plan_container .plan_item:last-child {
    max-width: none;
  }
  .plan_container .plan_item {
    order: 1;
    padding: 24px 16px;
    gap: 24px;
  }
  .plan_container .plan_item .top {
    min-height: initial;
  }
  .plan_container .plan_item:not(.unlimited) .top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
  .plan_container .plan_item .title {
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
  }
  .plan_container .plan_item .description {
    font-size: 14px;
    line-height: 1;
  }
  .plan_container .plan_item .price span {
    font-size: 24px;
    color: var(--color-primary-deep);
  }
  .plan_container .plan_item .price .unit {
    font-size: 14px;
  }
  .plan_container .plan_item .price small {
    font-size: 12px;
  }
  .plan_container .plan_item .chip {
    font-size: 12px;
    padding: 6px 8px;
    line-height: 1;
  }
  .plan_container .plan_item .button_item {
    height: 48px;
  }

  .plan_container .plan_item .badge {
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    position: static;
  }

  .plan_container .plan_item.unlimited {
    order: 0;
  }
  .plan_container .plan_item.unlimited .title {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .plan_container .plan_item.unlimited .badge {
    position: static;
  }
  .plan_container .plan_item.unlimited .plan_item_content {
    flex-direction: row;
    gap: 12px;
  }
  .plan_container .plan_item.unlimited .price_row {
    flex: 1;
    flex-direction: column;
    gap: 7px;
    max-width: none;
  }
  .plan_container .plan_item .price_row .price_info {
    gap: 12px;
  }
  .plan_container .plan_item .price_row .discount_badge {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  .plan_container .plan_item .check_item {
    height: 40px;
  }
  .plan_container .plan_item .check_item .check_text {
    font-size: 14px;
  }

  .plan_container .plan_item #mobile.badge_container {
    display: flex;
    gap: 5px;
  }
  .plan_container .plan_item .badge_container {
    position: absolute;
    top: -12px;
    right: 16px;
  }
  .plan_container .plan_item .badge.primary-weak {
    background-color: var(--color-primary-weak);
    color: var(--color-primary-dark);
  }

  .plan_container .plan_item .review_item_container {
    min-height: auto;
  }
  .plan_container .plan_item .bottom {
    gap: 12px;
  }
  .button_container {
    margin-top: 24px;
  }
  .button_container a {
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    border-radius: var(--radius-8);
    background: var(--color-primary);
    color: var(--color-text-inverse);
    line-height: 1;
    font-weight: 500;
  }
  .plan_container .plan_item .review_item {
    height: 40px;
  }
  .plan_container .plan_item .review_item .icon {
    width: 20px;
    height: 20px;
  }

  .plan_container .plan_item .check_list {
    min-height: auto;
  }

  .plan_container .plan_item .review_name {
    font-size: 14px;
  }
  .plan_container .plan_item .plan_title {
    font-size: 18px;
  }

  .refund_container .item_desc > div {
    align-items: flex-start;
  }
  .refund_container .item_desc > div span {
    flex: 1;
  }
  .refund_container .item_desc > div .svg_cont {
    line-height: 22px;
    display: inline-block;
  }
}

/* 마수동 모달 관련 스타일링 */
.modal-dialog .ui-modal-content#welcome_modal_disagree .ui-modal-layer .body {
  overflow-y: auto;
}

#welcome_modal_agree h1,
#welcome_modal_disagree h1 {
  color: var(--color-text-strong);
  line-height: 1;
  flex-wrap: wrap;
  font-weight: 700;
}

#welcome_modal_agree h1 span,
#welcome_modal_disagree h1 span {
  color: var(--color-primary);
}
#welcome_modal_agree .info_desc,
#welcome_modal_disagree .info_desc {
  color: var(--color-text-medium);
  font: var(--font-body-m-medium);
}
.modal-dialog
  #welcome_modal_agree.ui-modal-content
  .ui-modal-layer
  .btn_wrap
  button {
  background-color: var(--color-primary);
  border: none !important;
  padding: 20px 0;
}
.modal-dialog
  #welcome_modal_agree.ui-modal-content
  .ui-modal-layer
  .btn_wrap
  button
  .text {
  color: #fff;
}

#welcome_modal_disagree .coupon_box_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0 40px;
}

.modal-dialog .coupon_box {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 24px 24px;
  border-radius: 20px;
  box-shadow: 0px 8px 20px 2px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 456px;
  border: 1px solid var(--color-border-default);
  gap: 16px;
}
.modal-dialog .coupon_box img {
  max-width: 157px;
}

.modal-dialog .coupon_box h2 {
  color: var(--color-primary-dark);
  font: var(--font-headline-s-semibold);
  padding-bottom: 16px;
}

.modal-dialog .coupon_box .coupon_name {
  font-weight: bold;
  padding-bottom: 10px;
  color: var(--color-text-strong);
  font: var(--font-title-xs);
  padding-bottom: 16px;
}

.modal-dialog .coupon_box .minPrice,
.modal-dialog .coupon_box p {
  font: var(--font-body-s-medium);
  color: var(--color-text-soft);
  letter-spacing: -0.5px;
}
.modal-dialog
  #welcome_modal_disagree.ui-modal-content
  .ui-modal-layer
  .term_wrap {
  width: auto;
}
.modal-dialog
  #welcome_modal_disagree.ui-modal-content
  .ui-modal-layer
  .drop_btn {
  color: var(--color-primary);
  font-size: 13px;
}
.modal-dialog
  #welcome_modal_disagree.ui-modal-content
  .ui-modal-layer
  .dorp_wrap
  .text {
  white-space: normal;
}
.modal-dialog
  #welcome_modal_disagree.ui-modal-content
  .ui-modal-layer
  .dorp_wrap
  .text
  span {
  font-size: 13px !important;
}
.modal-dialog #welcome_modal_disagree.ui-modal-content .ui-modal-layer,
.modal-dialog #welcome_coupon_modal.ui-modal-content .ui-modal-layer,
.modal-dialog #welcome_coupon_modal_kmong.ui-modal-content .ui-modal-layer {
  padding: 39px 24px 24px 24px;
  min-height: 510px;
  max-height: 90dvh;
}
.modal-dialog #welcome_modal_disagree.ui-modal-content .ui-modal-layer,
.modal-dialog #welcome_modal_agree.ui-modal-content .ui-modal-layer {
  gap: 15px;
}
.modal-dialog #welcome_modal_disagree.ui-modal-content .ui-modal-layer button {
  padding: 19px 0;
}

.modal-dialog #welcome_coupon_modal.ui-modal-content .ui-modal-layer,
.modal-dialog #welcome_coupon_modal_kmong.ui-modal-content .ui-modal-layer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 0;
}
.modal-dialog #welcome_coupon_modal.ui-modal-content .ui-modal-layer .body,
.modal-dialog
  #welcome_coupon_modal_kmong.ui-modal-content
  .ui-modal-layer
  .body {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-dialog #welcome_coupon_modal.ui-modal-content .ui-modal-layer .btn_wrap,
.modal-dialog
  #welcome_coupon_modal_kmong.ui-modal-content
  .ui-modal-layer
  .btn_wrap {
  width: 100%;
}
.modal-dialog
  #welcome_coupon_modal.ui-modal-content
  .ui-modal-layer
  .btn_wrap
  button,
.modal-dialog
  #welcome_coupon_modal_kmong.ui-modal-content
  .ui-modal-layer
  .btn_wrap
  button {
  background-color: var(--color-primary);
  color: #fff !important;
  padding: 19px 0;
}

#welcome_modal_agree .coupon_box_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 35px 0 15px;
}

#welcome_coupon_modal .coupon_box_container,
#welcome_coupon_modal_kmong .coupon_box_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#welcome_coupon_modal .coupon_img_area,
#welcome_coupon_modal_kmong .coupon_img_area {
  text-align: center;
}
#welcome_coupon_modal .coupon_img_area img,
#welcome_coupon_modal_kmong .coupon_img_area img {
  max-width: 174px;
}
#welcome_coupon_modal .coupon_img_area .info_title,
#welcome_coupon_modal_kmong .coupon_img_area .info_title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text-strong);
}
#welcome_coupon_modal .info_desc,
#welcome_coupon_modal_kmong .info_desc {
  color: var(--color-text-medium);
  font: var(--font-body-m-medium);
  text-align: center;
}

#div_mb_cp_type input[type="radio"] {
  display: none;
}
#div_mb_cp_type input[type="radio"] + label {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  color: #222;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  border: 1px solid var(--line-color);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  flex: 1;
  border-right: none;
}
#div_mb_cp_type input[type="radio"][name="mb_cp_type"]:first-of-type + label {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#div_mb_cp_type input[type="radio"][name="mb_cp_type"]:last-of-type + label {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right: 1px solid var(--line-color);
}
#div_mb_cp_type input[type="radio"][name="mb_cp_type"] + label span {
  color: #888;
  font-size: 12px;
  line-height: 13px;
}
#div_mb_cp_type input[type="radio"][name="mb_cp_type"]:checked + label span {
  color: var(--primary-color);
}
#div_mb_cp_type input[type="radio"][name="mb_cp_type"]:checked + label {
  border-color: var(--primary-color);
  color: var(--primary-color);
  border-right: 1px solid var(--primary-color);
}
#div_mb_cp_type
  input[type="radio"][name="mb_cp_type"]:checked
  + label
  + input
  + label {
  border-left: none;
}

@media (max-width: 800px) {
  #welcome_modal_agree h1,
  #welcome_modal_disagree h1 {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 로그인 가입 */
.log_wrap {
  padding-top: 75px;
}
.log_wrap .title_text {
  font: var(--font-headline-s-semibold);
  text-align: center;
  margin-bottom: 36px;
  width: fit-content;
  margin: 0 auto 36px;
}
.log_wrap .desc_text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 26px;
  padding-bottom: 40px;
}
.log_wrap .desc_text span {
  color: var(--color-primary);
}

.log_wrap .form_area {
  background-color: #fff;
  border: 1px solid #f1f2fb;
  border-radius: 20px;
  box-shadow: 0px 10px 20px #f1f2fb;
  margin: 0 auto;
  margin-bottom: 150px;
}
.form_area .btn_area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.form_area .btn_area button,
.form_area .btn_area .btn {
  flex-grow: 1;
  height: 60px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}
.form_area .btn_area .submit {
  background-color: #3ccbdb;
  color: #fff;
}

.signup_area {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 95px;
}
.useType_ h5 {
  font: var(--font-title-xs);
  text-align: center;
  padding-bottom: 30px;
}
.useType_ .check_wrap {
  position: relative;
  /* max-width: 440px; */
  height: 60px;
  /* background-color: #F9F9F9; */
  margin: 0 auto;
  /* border-radius: 30px; */
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.useType_ .check_wrap .check_ {
  /* position: absolute; */
  top: 0;
  /* width: 220px; */
  height: 100%;
  /* border-radius: 40px; */
  /* overflow: hidden; */
  max-width: 220px;
  width: 100%;
}
.useType_ .check_wrap .check_ + .check_ {
  right: 0;
  cursor: pointer;
}
.userTypeCheck_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.userTypeCheck_wrap a {
  padding: 20px;
  text-align: center;
}
.check_ input {
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.check_ input + label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #3ccbdb;
  border-radius: 10px;
  max-width: 220px;
  border: 1px solid #3ccbdb;
  cursor: pointer;
}
.check_ input + label img {
  display: none;
  vertical-align: top;
  margin-right: 10px;
}
.check_ input:checked + label {
  background-color: #3ccbdb;
  color: #fff;
  font-weight: 700;
}
.check_ input:checked + label img {
  display: block;
}

.sng_sign {
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.sng_sign .tit {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.sng_sign .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #eee;
}
.sng_sign .tit span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  padding: 0 25px;
  z-index: 1;
}
.sng_sign ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sng_sign ul li + li {
  margin-left: 20px;
}
.sng_sign ul li img {
  width: 100%;
  vertical-align: top;
}

.term_wrap > ul li {
}
.term_wrap > ul li + li {
  margin-top: 10px;
  margin-left: 28px;
}
.term_wrap .term {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 24px;
}
.term_wrap .term.allCehck {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
.term_wrap .term .drop_btn {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  width: 90px;
  padding: 2px 13px;
  border-radius: 5px;
  background-image: url(../img/icon/arrow_down_m.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  color: #3ccbdb;
}
.term_wrap .term .drop_btn.active {
  background-color: #f1fcfe;
  background-image: url(../img/icon/arrow_up_m.svg);
}

.term_wrap .dorp_wrap {
  display: none;
  margin-top: 18px;
}
.term_wrap .dorp_wrap .text {
  background-color: #f5f5fa;
  border-radius: 5px;
  padding: 25px 17px;
  max-height: 190px;
  overflow-y: scroll;
  /* white-space: pre-line; */
  font-size: 13px;
  line-height: 1.5em;
}
.term_wrap .dorp_wrap span {
  font-size: 13px !important;
}

.term_wrap .dorp_wrap .text::-webkit-scrollbar {
  width: 15px;
  background-color: transparent;
}
.term_wrap .dorp_wrap .text::-webkit-scrollbar-thumb {
  background-color: #9499b4;
  border: 5px solid #f5f5fa;
  border-radius: 15px;
  cursor: pointer;
  opacity: 0;
}
.term_wrap .dorp_wrap .text::-webkit-scrollbar-track {
  background-color: transparent;
  opacity: 0;
}

/* 로그인 */
.signin_area {
  max-width: 650px;
  padding: 70px 60px;
}
.signin_area .btn_area {
  margin-top: 30px;
}
.signin_area .field_wrap {
  padding: 0;
  border: none;
}
.signin_area .field_area .field {
  background-color: #f5f5fa;
  height: 60px;
  border-radius: 10px;
  padding: 0 20px;
}
.signin_area .field_area .field input {
  border: none;
}
.signin_area .field_area .field > label {
  font-size: 16px;
  color: #222;
}
.signin_area .field_area + .field_area {
  margin-top: 10px;
}

.signin_area .auto_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.signin_area .auto_ a {
  font-size: 14px;
  color: #444;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.signin_area .auto_ a:first-child {
  padding-right: 10px;
}
.signin_area .auto_ a:last-child {
  padding-left: 5px;
}
.signin_area .auto_ a:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #e4e8ee;
}

.quick_signup {
  margin-bottom: 50px;
}
.quick_signup li + li {
  margin-top: 8px;
}
.quick_signup li:first-child a {
  background: #40a436;
  color: #fff;
}
.quick_signup li:nth-child(2) a {
  background: #ffdf00;
}
.quick_signup li:nth-child(3) a {
  background: #000000;
  color: #fff;
}
.quick_signup li:last-child a.btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.quick_signup a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 10px;
}

.quick_signup a img {
  margin-right: 20px;
  max-width: 28px;
  object-fit: cover;
}
/* OK포스 제휴 체크박스 */
.okpos_affiliate_check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.okpos_affiliate_check label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  height: 56px;
}
.okpos_affiliate_check input[type="checkbox"] {
  display: none;
}
.okpos_affiliate_check .check_circle {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 999px;
  background: var(--color-surface-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms;
}
.okpos_affiliate_check .check_circle svg path {
  transition: fill 200ms;
}
.okpos_affiliate_check input:checked + .check_circle {
  background: var(--color-surface-brand);
}
.okpos_affiliate_check input:checked + .check_circle svg path {
  fill: #fff;
}
.okpos_affiliate_check span:last-child {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-family-pretendard);
  line-height: 24px;
  letter-spacing: -0.5px;
  color: var(--color-content-default);
}
.quick_signup li.okpos_direct_join_wrap {
  margin-top: 20px;
}
.quick_signup a.okpos_direct_join {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}

.signin_area .induce_ {
  text-align: center;
  margin-top: 50px;
}
.signin_area .induce_ h5 {
  font-size: 16px;
  font-weight: 400;
}
.signin_area .induce_ .btn_area {
  margin-top: 20px;
}
.signin_area .induce_ .btn {
  width: 100%;
  border-radius: 10px;
  color: #3ccbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3ccbdb;
}

.signin_area .naver_help {
  text-align: right;
  padding-top: 60px;
}

.signin_area .naver_help .under_line span {
  cursor: pointer;
  border-bottom: 1px solid #444;
  color: #444;
}

/* 입력 필드 */
.field_wrap {
  padding-top: 45px;
  border-top: 1px solid #e7e7e7;
}
.signup_area .field_wrap {
  border: none;
  padding-top: 0;
}
.field_wrap + .field_wrap {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--line-color);
}

.field_wrap > h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #3ccbdb;
}
.field_wrap:first-of-type > h5 {
  font-size: 20px;
}
.field_area {
}
.field_area + .field_area {
  margin-top: 10px;
}
.field_area + .field_area.interest_area {
  margin-top: 50px;
}
.field_area .field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*        background-color: #F5F5FA;*/
  border-radius: 10px;
  /*        height: 60px;*/
  /*        padding: 0 20px;*/
}
.field_area .field_col {
  display: flex;
  flex-direction: column;
}
.field_area .field.col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.field_area .field.top_ {
  align-items: flex-start;
}
.field_area .field > label {
  width: 130px;
  flex-shrink: 0;
  /* color: #9191AE; */
  color: #222;
  font-size: 14px;
  font-weight: 400;
}
.field_area .field > label .required {
  color: var(--color-point);
}
.field_area .field > input:read-only {
  background-color: #f5f5fa;
}
.field_area .field > input,
.field_area .field > select {
  flex-grow: 1;
  padding: 14px 12px;
  background-color: transparent;
  /*        border: none;*/
  /* padding-left: 15px; */
  /*        color: #9191AE;*/
  border-radius: 8px;
  border-color: var(--line-color);
  height: auto;
}
.field_area .field > input {
  font-size: 14px;
}
#apply .field_area .field > input {
  border: 1px solid var(--line-color);
  border-radius: var(--border-round-S);
  padding: 10px 5px;
}
.field_area .field > input::placeholder {
  color: var(--placeholder-color);
}
.field_area .field > .item {
  flex-grow: 1;
}
.field_area .field > .item > input {
  width: 100%;
  border: none;
}
.field_area .field .checkbox_ input {
  height: 100%;
}
.field_area .field_alert {
  font-size: 13px;
  color: #3ccbdb;
  margin-top: 10px;
}

.field_area .btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 115px;
  color: #3ccbdb;
  background-color: transparent;
  border-color: currentColor;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  padding: 17px 0;
  line-height: 1;
  min-width: auto;
  /* height: 60px; */
}
.field_area .verify_ {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-grow: 1;
}
.field_area .verify_ .field {
  flex-grow: 1;
}
.field_area .verify_ .btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 115px;
  height: 46px;
  color: #3ccbdb;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  line-height: 1;
}
.field_area .verify_ .btn:focus {
  background-color: #3ccbdb;
  border-color: #3ccbdb;
  color: #fff;
  box-shadow: none;
}

.field_area .field .item {
  flex-grow: 1;
}
.field_area .field .verfiy_ {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field_area .field .item input,
.field_area .field .verify_ input {
  flex-grow: 1;
  background-color: #f5f5fa;
  border-radius: 10px;
  border: none;
  padding: 0 20px;
  /*        min-height: 60px;*/
}
.field_area .field .verify_ + input {
  margin-top: 10px;
}
.field_area .field .verify_ button {
  width: 90px;
  height: 60px;
  margin-left: 10px;
  color: #3ccbdb;
  border: 1px solid currentColor;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 500;
}
.field_area .field .verify_ button:active {
  background-color: #3ccbdb;
  color: #fff;
}

.field_area .field .SNS_ li {
  background-color: #f5f5fa;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
}
.field_area .field .SNS_ li + li {
  margin-top: 10px;
}
.field_area .field .SNS_ .icon {
  display: flex;
  width: 60px;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px 0 0 10px;
  margin-right: 20px;
}
.field_area .field .SNS_ input {
  padding: 0;
  border: none;
  background-color: transparent;
}
.field_area .field .SNS_ input::placeholder {
  color: var(--placeholder-color);
}
.field_area .field .SNS_ div:nth-child(3) {
  margin-left: 10px;
}
.field_area .field .SNS_ div:last-child {
  flex: 1;
}
.field_area .field .item .alert {
  padding-left: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #3ccbdb;
  margin-top: 10px;
}
.field_area .field .item .alert img {
  margin: 3px 5px;
  margin-bottom: 0;
}

#join_path_div label,
#join_path_div select {
  width: 100%;
}

/* end 광고주 회원가입 css */

#find .modal-layer {
  max-width: 600px;
}
#find .modal-layer .notice_ {
  margin-top: 20px;
}

/* 네이버 로그인 관련 모달 */
#naver_help .modal-layer {
  max-width: 580px;
}
#naver_help .modal-layer .notice {
  padding-top: 20px;
}
#naver_help .modal-layer .btn_area {
  display: flex;
  gap: 31px;
  padding-bottom: 0;
  margin-top: 50px;
}
#naver_help .modal-layer .btn_area a {
  width: 100%;
  height: auto;
  padding: 13px 0;
  max-width: 134px;
  border-radius: 5px;
}
#naver_help .modal-layer .head {
  padding: 30px;
  height: auto;
  border-bottom: 0;
  padding-bottom: 0;
}
#naver_help .modal-layer .content {
  padding: 25px 30px;
}
#naver_help .modal-layer .closer {
  background-image: url(../img/icon/tool/close.svg);
  right: 30px;
  top: 30px;
  margin: 0;
  width: 20px;
  height: 20px;
  /*    transform: translateY(50%);*/
}
@media (max-width: 800px) {
  #naver_help .modal-layer .closer {
    top: 27px;
    width: 14px;
    height: 14px;
  }
  #naver_help .modal-layer .btn_area {
    margin-top: 30px;
  }
}

i.exmark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: url(/skin/demo/img/icon/fe/exmark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

/* ============================================
   제휴(OKPOS) 가입 / 매장 등록
   ============================================ */
.affiliate_signup .field_wrap > h5,
.affiliate_store_area .field_wrap > h5 {
  font: var(--font-title-m);
  padding-bottom: 30px;
}

.affiliate_badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.affiliate_badge.badge_success {
  background-color: #e8f8f5;
  color: #1abc9c;
}
.affiliate_badge.badge_fail {
  background-color: #fdedec;
  color: #e74c3c;
}
.affiliate_badge .badge_icon::before {
  font-size: 16px;
}
.affiliate_badge.badge_success .badge_icon::before {
  content: "\2713";
}
.affiliate_badge.badge_fail .badge_icon::before {
  content: "\2717";
}

.affiliate_store_area .btn_area .submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* ===== Affiliate Join Flow ===== */
.aff-join-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--color-surface-default);
  max-width: 480px;
  margin: 0 auto;
}
.aff-join-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--color-surface-default);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 0 4px;
}
.aff-join-back {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aff-join-content {
  flex: 1;
  padding: 0 16px;
  overflow-y: auto;
}
.aff-join-terms .aff-join-content {
  padding-bottom: 80px;
}
.aff-join-form .aff-join-content {
  padding-top: 24px;
  padding-bottom: 80px;
}
.aff-join-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  padding: 0 16px 32px;
  background: var(--color-surface-default);
  z-index: 10;
  box-sizing: border-box;
}
.aff-join-cta-btn {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: none;
  font-size: var(--body-m-size);
  line-height: var(--body-m-line);
  font-weight: var(--body-m-weight);
  letter-spacing: var(--body-m-letter);
  cursor: pointer;
  transition:
    background 200ms,
    opacity 200ms;
}
.aff-join-cta-btn:disabled {
  background: var(--color-surface-subtle);
  color: var(--color-content-disabled);
  cursor: not-allowed;
}
.aff-join-cta-btn:not(:disabled) {
  background: var(--color-surface-brand);
  color: var(--color-content-inverse);
}
.aff-join-entry {
  max-width: none;
  background: var(--gradient-bg-subtle);
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(100dvh - 74px);
  position: absolute;
  top: 0;
  width: 100%;
}
.aff-join-entry .aff-join-content {
  background: #fff;
  width: 570px;
  border-radius: 24px;
  box-shadow: 0px 4px 52px 0px #eceef0;
  padding: 80px 32px 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  flex: 0 0 auto;
  overflow-y: visible;
}
.aff-join-text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.aff-join-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.aff-join-logo__assaview {
  height: 32px;
  width: auto;
}
.aff-join-logo__divider {
  display: flex;
  align-items: center;
}
.aff-join-logo__okpos {
  height: 20px;
  width: auto;
}
.aff-join-title {
  font: var(--font-title-s);
  margin-top: var(--spacing-24);
}

.aff-join-title .aff-join-title__accent {
  color: var(--color-content-brand);
}
.aff-join-illustration {
  width: 416px;
  margin-top: var(--spacing-48);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aff-join-illustration img {
  width: 100%;
  height: auto;
}
/* .aff-join-illustration::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
} */
.aff-join-entry .aff-join-buttons {
  width: 343px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-12);
  margin: -16px;
  z-index: 1;
}
.aff-join-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 56px;
  border-radius: 999px;
  font-size: var(--body-l-size);
  font-weight: var(--body-l-weight);
  cursor: pointer;
  border: none;
}
.aff-join-btn svg {
  width: 16px;
  height: 16px;
}
.aff-join-btn-naver {
  background: radial-gradient(
    152.91% 732.09% at 110.06% 655.36%,
    #008327 0%,
    #01c73c 100%
  );
  color: var(--color-content-inverse);
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.07);
  color: #fff;
}
.aff-join-btn-kakao {
  background: linear-gradient(103.58deg, #ffe812 40.87%, #de9d33 258.76%);
  color: #423d3b;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.07);
}

.aff-join-entry .aff-join-link-direct {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 14px;
  color: #7d7d7d;
  text-decoration: underline;
}
.aff-join-terms-title {
  font-size: var(--title-m-size);
  font-weight: var(--title-m-weight);
  line-height: var(--title-m-line);
  letter-spacing: var(--title-m-letter);
  color: var(--color-content-default);
  margin-bottom: 32px;
  padding-top: 8px;
}
.aff-join-terms-list {
  display: flex;
  flex-direction: column;
}
.aff-join-checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  cursor: pointer;
}
.aff-join-checkbox-row:not(.all-check) {
  align-items: flex-start;
}
.aff-join-checkbox-row.all-check {
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--color-border-default);
}
.aff-join-checkbox {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 999px;
  background: var(--color-surface-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms;
}
.aff-join-checkbox.checked {
  background: var(--color-surface-brand);
}
.aff-join-checkbox-label {
  flex: 1;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: var(--body-s-size);
  line-height: var(--body-s-line);
  font-weight: 500;
  letter-spacing: var(--body-s-letter);
  color: var(--color-content-default);
}
.aff-join-checkbox-row.all-check .aff-join-checkbox-label {
  display: inline;
  font-size: var(--body-m-size);
  line-height: var(--body-m-line);
  font-weight: var(--body-m-weight);
  letter-spacing: var(--body-m-letter);
}
.aff-join-agreement-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.aff-join-agreement-desc-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.aff-join-checkbox-label .sub-text {
  display: block;
  font-size: var(--caption-m-size);
  line-height: var(--caption-m-line);
  color: var(--color-text-soft);
}
.aff-join-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  background: var(--color-surface-default);
  border: 1px solid var(--color-border-default);
  border-radius: 4px;
  font-size: var(--caption-m-size);
  font-weight: var(--caption-m-weight);
  line-height: 12px;
  letter-spacing: -0.5px;
  color: var(--color-content-muted);
}
.aff-join-terms-view {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--color-content-brand);
  font-size: var(--caption-m-size);
  line-height: var(--caption-m-line);
  cursor: pointer;
  white-space: nowrap;
}
.aff-join-terms-view svg {
  transform: rotate(90deg);
}
.aff-join-terms-content {
  display: none;
  padding: 16px;
  background: var(--color-surface-subtle);
  border-radius: 8px;
  margin: 8px 0 12px;
  font-size: 14px;
  line-height: 22px;
  color: var(--theme-font-color, #444c67);
  max-height: 200px;
  overflow-y: auto;
}
.aff-join-terms-content * {
  font-size: 14px !important;
  line-height: 22px;
  color: var(--theme-font-color, #444c67) !important;
}
.aff-join-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-surface-inverse);
  color: var(--color-content-inverse);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: var(--caption-m-size);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 300ms,
    visibility 300ms;
  pointer-events: none;
}
.aff-join-tooltip.visible {
  opacity: 1;
  visibility: visible;
}
.aff-join-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--color-surface-inverse);
}
.aff-join-progress {
  display: flex;
  gap: 6px;
  width: 135px;
}
.aff-join-progress-bar {
  flex: 1;
  height: 2px;
  border-radius: 4px;
  background: #d1d5db;
  transition: background 300ms;
}
.aff-join-progress-bar.active {
  background: var(--color-surface-brand);
}
.aff-join-form-title {
  font-size: var(--title-m-size);
  font-weight: var(--title-m-weight);
  line-height: var(--title-m-line);
  letter-spacing: var(--title-m-letter);
  color: var(--color-content-default);
  margin-bottom: 29px;
  padding-top: 8px;
}
.aff-join-field {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 300ms ease-out,
    opacity 300ms ease-out,
    margin 300ms ease-out;
  margin-bottom: 0;
}
.aff-join-field.visible {
  max-height: 200px;
  opacity: 1;
  margin-bottom: 16px;
  overflow: visible;
}
.aff-join-field label {
  display: block;
  font-size: var(--body-s-size);
  line-height: var(--body-s-line);
  font-weight: var(--body-m-weight);
  letter-spacing: var(--body-s-letter);
  color: var(--color-content-default);
  margin-bottom: 12px;
}
.aff-join-field input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--color-border-default);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: var(--body-m-size);
  line-height: var(--body-m-line);
  font-weight: var(--body-m-weight);
  letter-spacing: var(--body-m-letter);
  color: var(--color-content-strong);
  outline: none;
  transition: border-color 200ms;
  box-sizing: border-box;
}
.aff-join-field input::placeholder {
  color: var(--color-text-disabled);
}
.aff-join-field input:focus {
  border-color: var(--color-border-focus);
}
.aff-join-field input.error {
  border-color: var(--color-status-error-default);
}
.aff-join-field input[readonly] {
  background: var(--color-surface-subtle);
  color: var(--color-text-soft);
}
.aff-join-field-error {
  font-size: var(--caption-m-size);
  color: var(--color-status-error-default);
  margin-top: 6px;
  display: none;
}
.aff-join-field-row {
  display: flex;
  gap: 12px;
}
.aff-join-field-row input {
  flex: 1;
  min-width: 0;
}
.aff-join-field-row .aff-join-inline-btn {
  height: 48px;
  width: 128px;
  border-radius: 8px;
  border: 1px solid var(--color-border-brand);
  background: var(--color-surface-default);
  color: var(--color-surface-brand);
  font-size: var(--body-s-size);
  font-weight: var(--body-m-weight);
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 200ms,
    color 200ms;
}
.aff-join-field-row .aff-join-inline-btn:disabled {
  border-color: var(--color-border-disabled);
  color: var(--color-content-disabled);
  cursor: not-allowed;
}
.aff-join-timer {
  display: none;
  font-size: var(--caption-m-size);
  color: var(--color-status-error-default);
  margin-top: 6px;
}
.aff-join-complete {
  background: linear-gradient(
    180deg,
    var(--color-surface-default) 0%,
    #f6faff 100%
  );
}
.aff-join-complete .aff-join-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aff-join-celebration {
  width: 124px;
  height: 124px;
  opacity: 0;
  transform: scale(0.5);
}
.aff-join-celebration.animate {
  animation: aff-bounce-in 600ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.aff-join-complete-title {
  font-size: var(--title-s-size);
  font-weight: var(--title-s-weight);
  line-height: var(--title-s-line);
  letter-spacing: var(--title-s-letter);
  color: var(--color-content-brand);
  margin-top: 24px;
  opacity: 0;
  transform: translateY(18px);
}
.aff-join-complete-title.animate {
  animation: aff-fade-slide-up 400ms ease-out forwards;
}
.aff-join-complete-msg {
  font-size: var(--title-m-size);
  font-weight: var(--title-m-weight);
  line-height: var(--title-m-line);
  letter-spacing: var(--title-m-letter);
  color: var(--color-content-default);
  margin-top: 12px;
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
}
.aff-join-complete-msg.animate {
  animation: aff-fade-slide-up 400ms ease-out forwards;
}
.aff-join-complete-msg .highlight {
  color: var(--color-content-brand);
}
.aff-join-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.aff-join-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-content-inverse);
  animation: aff-dot-pulse 1.2s ease-in-out infinite;
}
.aff-join-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.aff-join-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes aff-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes aff-fade-slide-up {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes aff-dot-pulse {
  0%,
  80%,
  100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===== Affiliate Join Card Layout (PC) ===== */
.aff-join-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px 80px;
  min-height: calc(100vh - 142px);
  background: var(--gradient-bg-subtle);
}
.aff-join-card-title {
  font-family: "Jalnan", var(--font-family-base);
  font-size: 30px;
  color: #00353e;
  text-align: center;
  margin-bottom: 32px;
}
.aff-join-card {
  width: 100%;
  max-width: 700px;
  background: #fff;
  border: 1px solid #f1f2fb;
  border-radius: 20px;
  box-shadow: 0px 4px 52px 0px #eceef0;
  padding: 50px 120px;
  box-sizing: border-box;
}
.aff-join-card-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #3ccbdb;
  margin-bottom: 24px;
}
.aff-join-card-divider {
  height: 1px;
  background: #e4e8ee;
  margin: 32px 0;
}

/* 카드 내 폼 필드 가로 레이아웃 */
.aff-join-card .field_area {
  margin-bottom: 16px;
}
.aff-join-card .field_area .field {
  display: flex;
  align-items: center;
  gap: 16px;
}
.aff-join-card .field_area .field > label {
  width: 100px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-content-default);
}
.aff-join-card .field_area .field > input {
  flex: 1;
  height: 50px;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: var(--color-content-strong);
  outline: none;
  transition: border-color 200ms;
  box-sizing: border-box;
}
.aff-join-card .field_area .field > input::placeholder {
  color: var(--color-text-disabled);
}
.aff-join-card .field_area .field > input:focus {
  border-color: var(--color-border-focus);
}
.aff-join-card .field_area .field > input[readonly] {
  background: var(--color-surface-subtle);
  color: var(--color-text-soft);
}
.aff-join-card .field_alert {
  display: none;
  margin-left: 116px;
  font-size: var(--caption-m-size);
  margin-top: 6px;
}
.aff-join-card .field_alert.error {
  color: var(--color-status-error-default);
}
.aff-join-card .field_alert.success {
  color: var(--color-content-brand);
}

/* 카드 내 휴대전화 인증 영역 */
.aff-join-card .field_area .verify_ {
  display: flex;
  align-items: center;
  gap: 12px;
}
.aff-join-card .field_area .verify_ .field {
  flex: 1;
}
.aff-join-card .field_area .verify_ .btn {
  height: 50px;
  width: 100px;
  border-radius: 8px;
  border: 1px solid #3ccbdb;
  background: #fff;
  color: #3ccbdb;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 200ms,
    color 200ms;
  white-space: nowrap;
}
.aff-join-card .field_area .verify_ .btn:hover {
  background: #3ccbdb;
  color: #fff;
}

/* 카드 내 약관 스타일 */
.aff-join-card .term_wrap {
  margin-top: 0;
}
.aff-join-card .term_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aff-join-card .term_wrap li + li {
  margin-top: 8px;
}
.aff-join-card .term {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aff-join-card .term .checkbox_ {
  display: flex;
  align-items: center;
  gap: 8px;
}
.aff-join-card .term .checkbox_ input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #3ccbdb;
  cursor: pointer;
}
.aff-join-card .term .checkbox_ label {
  font-size: 14px;
  color: var(--color-content-default);
  cursor: pointer;
}
.aff-join-card .term.allCheck {
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e4e8ee;
}
.aff-join-card .term.allCheck .checkbox_ input[type="checkbox"] {
  width: 24px;
  height: 24px;
}
.aff-join-card .term.allCheck .checkbox_ label {
  font-size: 16px;
  font-weight: 600;
}
.aff-join-card .term .drop_btn {
  font-size: 13px;
  color: #3ccbdb;
  cursor: pointer;
  white-space: nowrap;
}
.aff-join-card .dorp_wrap {
  display: none;
  padding: 16px;
  background: var(--color-surface-subtle);
  border-radius: 8px;
  margin: 8px 0 12px;
  font-size: var(--caption-m-size);
  line-height: var(--caption-m-line);
  color: var(--color-content-default);
  max-height: 200px;
  overflow-y: auto;
}

/* CTA 버튼 */
.aff-join-card-submit {
  width: 100%;
  height: 56px;
  margin-top: 32px;
  border-radius: 8px;
  border: none;
  background: #3ccbdb;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 200ms;
}
.aff-join-card-submit:hover {
  background: #2fb8c8;
}
.aff-join-card .aff-join-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.aff-join-card .aff-join-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: aff-dot-pulse 1.2s ease-in-out infinite;
}
.aff-join-card .aff-join-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.aff-join-card .aff-join-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

/* 마케팅 프로모션 안내 텍스트 */
.term-promo-text {
  display: block;
  font-size: var(--caption-m-size);
  color: var(--color-text-soft);
  margin-top: 4px;
  padding-left: 28px;
}

.btn-edit-complete {
  background: var(--color-surface-brand, #36b7c5);
  border: 1px solid var(--color-surface-brand, #36b7c5);
  color: #fff;
  height: 48px;
  min-width: 200px;
  padding: 10px 50px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  cursor: pointer;
}
