@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
  font-family: "Noto Sans KR", "san-serif" !important;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 280px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

body.modal {
  overflow-y: hidden;
}

body .modal__layout {
  display: none;
}

body .modal__layout .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 21;
}

body .modal__layout .area {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body .modal__layout .content {
  position: relative;
  width: 415px;
  border-radius: 10px;
  background-color: #fff !important;
  z-index: 22;
}

.campaign_modal .content {
  width: 452px !important;
  min-height: 452px;
}

.campaign_modal .content .btn__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 54px;
  height: 54px;
  cursor: pointer;
}

.campaign_modal .content input[type="radio"]:checked+label:before {
  width: 18px;
  height: 18px;
  background: url(../images/mm_ico_campaign_checked.svg) no-repeat 0 0;
  background-size: 18px;
}

.campaign_modal .content input[type="radio"]+label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: 0;
  background: none;
  background-size: 18px;
}

.campaign_modal .campaign_title {
  padding-top: 55px !important;
  text-align: center;
  font-weight: 700 !important;
  font-size: 28px !important;
  letter-spacing: -1px !important;
  color: #000;
}

.campaign_modal .campaign_category {
  display: block;
  padding-top: 35px;
  text-align: center;
  font-weight: normal;
  font-family: 'Noto Sans R', 'dotum', sans-serif;
  font-size: 16px;
  letter-spacing: -1px;
  color: #000;
}

.campaign_modal ul {
  margin: 15px 30px 0;
}

.campaign_modal ul li section {
  display: flex;
  align-items: center;
  padding: 20px 0;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}

.campaign_modal ul li:first-child {
  padding-top: 0
}

.campaign_modal ul li {
  padding-top: 28px;
}

.campaign_modal ul li .left strong {
  display: block;
  margin-left: 30px;
  letter-spacing: -0.7px;
  color: #000;
}

.campaign_modal ul li .right {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: 35px;
}

.campaign_modal ul li .right .radio-area {
  width: 115px;
  height: 40px;
}

.campaign_modal .content input[type="radio"]:checked+label {
  background: #E94869;
  color: #fff;
}

.campaign_modal ul li .right .radio-area label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #E94869;
  line-height: 34px;
  text-align: center;
  border: 1px solid #E94869;
  color: #E94869;
  box-sizing: border-box;
  border-radius: 5px;
}

.campaign_modal ul li .right .radio-area label span {
  display: block;
  margin-left: 5px;
}

.campaign_modal .info-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 4px;
}

.campaign_modal .info-area img {
  width: 13px;
  margin: 2px 3px 0 0;
}

.campaign_modal .info-area span {
  font-size: 10px;
  color: #777;
}

.btn-campaign__confirm {
  display: block;
  width: 180px;
  height: 40px;
  margin: 53px auto 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.7px;
  background: #000;
  border-radius: 5px;
}

/*영상 컨펌하기*/
.video-confirm_modal {
  display: none;
}

.video-confirm_modal .content {
  position: relative;
  max-width: 76.25rem;
  width: 90% !important;
  border-radius: 0;
}

.video-confirm_modal .content form {
  overflow-y: auto;
  width: 100%;
  height: fit-content;
}

.video-confirm_modal .detailPlaybox .playBox {
  position: fixed;
  top: 0;
  max-width: 76.25rem;
  width: 100%;
  height: 200px;
  background-color: #000000;
  z-index: 999;
  padding-top: 25px;
}
.video-confirm_modal .video-btn__close {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 1.398rem;
  height: 1.398rem;
  z-index: 1000;
  cursor: pointer;
}

.video-confirm_modal .playInformation {
  position: relative;
  margin-top: 600px;
}

.video-confirm_modal .shallwe__media {
  margin: 0 auto !important;
}

.video-confirm_modal .bggray {
  background-color: #fff;
}

.video-confirm_modal .playWrite .write .txt {
  background-color: #F6F6F7;
  border-color: #E4E4E4;
}

body .modal__layout.video-confirm_modal .area {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: flex-start;
  top: 99px;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-confirm-area {
  width: 100%;
  padding-bottom: 6.438rem;
  border-top: 1px solid #e1e1e1;
}

.video-confirm-area .inner {
  max-width: 886px;
  width: 90%;
  margin: 0 auto;
}

.video-confirm-area>strong {
  display: block;
  padding: 2.688rem 0;
  text-align: center;
  font-size: 1.363rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: #060606;
}

.video-confirm-upload,
.video-confirm-info,
.video-confirm-comm,
.video-confirm-point,
.video-confirm-add {
  padding: 1.563rem 3.293rem;
  background: #f8f8f8;
  border-radius: 10px;
}

.video-confirm-info {
  background: #fff;
  border: solid 1px #e4e4e4;
  box-sizing: border-box;
}

.video-confirm-area section {
  margin-top: 2rem;
}

.video-confirm-area section:nth-child(1) {
  margin-top: 0;
}

.video-confirm-upload .top strong,
.video-confirm-upload .top span,
.video-confirm-comm .top strong,
.video-confirm-comm .top span,
.video-confirm-point .top strong,
.video-confirm-point .top span,
.video-confirm-add .top strong,
.video-confirm-add .top span {
  display: block;
}

.video-confirm-upload .top strong,
.video-confirm-comm .top strong,
.video-confirm-point .top strong,
.video-confirm-add .top strong {
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: -0.7px;
  color: #000;
}

.video-confirm-upload .top span,
.video-confirm-comm .top span,
.video-confirm-point .top span,
.video-confirm-add .top span {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.7px;
  color: #000;

}

.video-confirm-info ul li:nth-child(1) {
  margin-top: 0
}

.video-confirm-info ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 1.125rem;
}

.video-confirm-info ul li .left {
  min-width: 8rem;
}

.video-confirm-info ul li .left strong {
  font-size: 0.938rem;
  font-weight: bold;
  letter-spacing: -0.7px;
  color: #090909;
}

.video-confirm-info ul li .right {
  display: flex;
}

.video-confirm-info ul li .right em {
  display: block;
  height: 1.325rem;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
  line-height: 1.225rem;
  font-size: 0.688rem;
  letter-spacing: -0.7px;
  color: #999;
  border-radius: 15px;
  border: solid 1px #999;
  background-color: #fff;
  box-sizing: border-box;
}

.video-confirm-info ul li .right span {
  font-size: 0.938rem;
  font-weight: normal;
  letter-spacing: -0.7px;
  color: #424242;
}

.video-confirm-upload .bottom ul {
  margin-top: 0.875rem;
}

.video-confirm-upload .bottom ul li,
.video-confirm-comm .bottom ul li,
.video-confirm-point .bottom ul li,
.video-confirm-add .bottom ul li {
  display: flex;
  align-items: center;
  margin-top: 0.688rem;
  gap: 0 0.946rem;
}

.video-confirm-upload .bottom ul li:nth-child(1) {
  margin-top: 0;
}

.video-confirm-upload .bottom ul li .left .checkbox-wrap,
.video-confirm-comm .bottom ul li .left .checkbox-wrap,
.video-confirm-point .bottom ul li .left .checkbox-wrap,
.video-confirm-add .bottom ul li .left .checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 0 0.346rem;
}

.video-confirm-upload .bottom ul li .right,
.video-confirm-comm .bottom ul li .right,
.video-confirm-point .bottom ul li .right,
.video-confirm-add .bottom ul li .right {
  display: flex;
  align-items: flex-start;
}

.video-confirm-upload .bottom ul li .right strong,
.video-confirm-comm .bottom ul li .right strong,
.video-confirm-point .bottom ul li .right strong,
.video-confirm-add .bottom ul li .right strong {
  width: 8.182rem;
}

.video-confirm-upload .bottom ul li .right span,
.video-confirm-comm .bottom ul li .right span,
.video-confirm-point .bottom ul li .right span,
.video-confirm-add .bottom ul li .right span {
  width: calc(100% - 8.182rem);
}

.video-confirm-point .bottom ul li {
  align-items: flex-start;
}

.video-confirm-point .bottom ul li:nth-child(1) {
  margin-top: 1.625rem;
}

.video-confirm-point .bottom ul li {
  margin-top: 2.375rem;
}

.video-confirm-point .bottom ul li .right strong {
  margin-top: 0.55rem;
}

.video-confirm-point .bottom ul li .right span {
  font-size: 0.963rem;
  letter-spacing: -0.7px;
  color: #e94869;
}

.video-confirm-point .bottom ul li .right span i {
  margin-top: 0.3rem;
  display: block;
  font-style: normal;
  font-size: 0.688rem;
  letter-spacing: -0.7px;
  color: #333;
}

.status__rating-all {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.938rem;
  margin-bottom: 4.625rem;
}

.status__rating-all input[type="checkbox"].ico-status__rating+label {
  width: 100%;
  height: 1.875rem;
}

.status__rating-all input[type="checkbox"].ico-good-all+label:before {
  content: 'good';
  display: inline-block;
  vertical-align: middle;
  width: 4.563rem;
  height: 1.875rem;
  margin: -2px 6px 0 0;
  text-indent: -9999px;
  background: url(../images/oo_ico-good-all.svg) no-repeat 0 0;
}

.status__rating-all input[type="checkbox"].ico-good-all:checked+label:before {
  background: url(../images/oo_ico-good-all-active.svg) no-repeat 0 0 !important;
}

input[type="checkbox"].ico-status__rating+label {
  width: 2.625rem;
  height: 2.813rem;
}

input[type="checkbox"].ico-good+label:before {
  content: 'good';
  display: inline-block;
  vertical-align: middle;
  width: 2.625rem;
  height: 2.813rem;
  margin: -2px 6px 0 0;
  text-indent: -9999px;
  background: url(../images/oo_ico-good.svg) no-repeat 0 0;
}

input[type="checkbox"].ico-good:checked+label:before {
  background: url(../images/oo_ico-good-active.svg) no-repeat 0 0 !important;
}

input[type="checkbox"].ico-bad+label:before {
  content: 'bad';
  display: inline-block;
  vertical-align: middle;
  width: 2.625rem;
  height: 2.813rem;
  margin: -2px 6px 0 0;
  text-indent: -9999px;
  background: url(../images/oo_ico-bad.svg) no-repeat 0 0;
}

input[type="checkbox"].ico-bad:checked+label:before {
  background: url(../images/oo_ico-bad-active.svg) no-repeat 0 0 !important;
}

input[type="checkbox"].ico-good:disabled+label:before {
  opacity: 0.5;
}

input[type="checkbox"].ico-bad:disabled+label:before {
  opacity: 0.5;
}

.video-confirm-btn-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-confirm-btn-area p {
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: -0.9px;
  text-align: center;
  color: #555;
}

.video-confirm-btn-area .button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.813rem;
}

.video-confirm-btn-area .button-area .btn-comm {
  width: 11.25rem;
  height: 3.125rem;
  border-radius: 4px;
  font-size: 0.875rem;
  letter-spacing: -0.7px;
  text-align: center;
  color: #fff;
}

.video-confirm-btn-area .button-area .btn-point {
  background: #ff4c4e;
}

.video-confirm-btn-area .button-area .btn-gray {
  background: #c2c2c2;
}

.video-confirm-review-write {
  max-width: 55.375rem;
  width: 90%;
  margin: 0 auto;
}

.video-confirm-review-write .textarea-area {
  margin-top: 1.063rem;
  margin-bottom: 4.063rem;
}

.video-confirm-review-write textarea {
  width: 100%;
  height: 8.563rem;
  resize: none;
  padding: 1rem 1.25rem;
  box-sizing: border-box;
  border-radius: 3px;
  border: solid 1px #e4e4e4;
}

.video-confirm-review-area {
  max-width: 55.375rem;
  width: 90%;
  margin: 3.25rem auto 0;
}

.video-confirm-review-area .top {
  text-align: center;
}

.video-confirm-review-area .top strong {
  display: block;
  margin-top: 3.188rem;
  font-size: 1.463rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
}

.video-confirm-review-area .top p {
  margin-top: 1.188rem;
  font-size: 1.1rem;
  letter-spacing: -0.9px;
  color: #3f3f3f;
}

.video-confirm-review-area .top span {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  letter-spacing: -0.7px;
  color: #000;
}

.video-confirm-review-area ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 0.813rem;
  margin: 1.385rem 0 4.5rem;
}

.video-confirm-review-area ul>li:nth-child(1) {
  width: 16.063rem;
}

.video-confirm-review-area ul>li:nth-child(2) {
  width: 20.063rem;
}

.video-confirm-review-area ul>li:nth-child(3) {
  width: 17.563rem;
}

.video-confirm-review-area ul>li>div {
  margin-bottom: 0.938rem;
  font-size: 1.125rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #ff4c4e;
}

.video-confirm-review-area ul>li>ol li {
  position: relative;
  width: 100%;
  height: 3.063rem;
  line-height: 3.063rem;
  margin-top: 0.688rem;
  padding: 0 0.875rem;
  border-radius: 5px;
  border: solid 1px #ff4c4e;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.video-confirm-review-area ul>li>ol li.selected {
  border: solid 1px #c32027;
  background-color: #ff4c4e;
}

.video-confirm-review-area ul>li>ol li.selected em,
.video-confirm-review-area ul>li>ol li.selected span {
  color: #fff;
}

.video-confirm-review-area ul>li>ol li.selected img {
  display: block;
}

.video-confirm-review-area ul>li>ol li em {
  font-size: 1.125rem;
  font-weight: bold;
  color: #ff4c4e;
}

.video-confirm-review-area ul>li>ol li span {
  margin-left: 0.275rem;
  font-size: 0.95rem;
  letter-spacing: -0.9px;
  color: #414141;
}

.video-confirm-review-area ul>li>ol li img {
  display: none;
  position: absolute;
  top: 0.875rem;
  right: 0.938rem;
}

.video-confirm-review-evaluate {
  max-width: 55.375rem;
  width: 90%;
  margin: 3.25rem auto 0;
}

.video-confirm-review-evaluate{
  text-align: center;
}

.video-confirm-review-evaluate .top {
  text-align: center;
}

.video-confirm-review-evaluate .top strong {
  display: block;
  margin-top: 3.188rem;
  font-size: 1.463rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
}

.video-confirm-review-evaluate .top p {
  margin-top: 1.188rem;
  font-size: 1.1rem;
  letter-spacing: -0.9px;
  color: #3f3f3f;
}

.video-confirm-review-evaluate .top p,
.video-confirm-review-evaluate .top label {
  margin-top: 1.188rem;
  margin-right: 10px;
  font-size: 1.1rem;
  letter-spacing: -0.9px;
  color: #3f3f3f;
}

.video-confirm-review-evaluate .review-statement {
  margin-top: 1.188rem;
  font-size: 1.1rem;
  letter-spacing: -0.9px;
  color: #3f3f3f;
}

.video-confirm-review-evaluate .review-options label {
  font-size: 1.1rem;
  color: #3f3f3f;
}

.video-confirm-review-evaluate input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/radio-off-rd.png) no-repeat 0 0;
  background-size: 18px;
  margin-right: 5px;
}

.video-confirm-review-evaluate input[type="radio"]:checked + label:before {
  background: url(../images/radio-on.png) no-repeat 0 0;
  background-size: 18px;
}

.video-confirm-review-evaluate input[type="radio"]:disabled + label:before {
  background: url(../images/radio-off-rd.png) no-repeat 0 0;
  background-size: 18px;
}

.video-confirm-review-evaluate input[type="radio"]:disabled:checked + label:before {
  background: url(../images/radio-on.png) no-repeat 0 0;
  background-size: 18px;
}
.video-confirm-review-write .top strong {
  display: block;
  margin-top: 3.188rem;
  font-size: 1.463rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
}

.video-confirm-review-write .checkbox-area {
  text-align: center;
}
/*실패사유*/
.campaign-fail_modal .content {
  max-width: 36.438rem;
  width: 90% !important;
}

.campaign-fail_modal .video-btn__close {
  position: absolute;
  top: 1.813rem;
  right: 2.25rem;
  cursor: pointer;
}

.campaign-fail_modal .campaign-fail-title p {
  margin-top: 0.625rem;
  font-size: 0.938rem;
  letter-spacing: -0.9px;
  text-align: center;
  color: #3f3f3f;
}

.campaign-fail_modal .campaign-fail-title strong {
  display: block;
  margin-top: 2.813rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.9px;
  text-align: center;
  color: #000;
}

.campaign-fail_modal .campaign-fail-list {
  margin: 1.75rem 3.813rem 3.5rem;
  overflow: auto;
  max-height: 49.375rem;
  min-height: 12rem;
}

.campaign-fail_modal .campaign-fail-content>li {
  padding: 1.188rem 1.125rem;
  margin-top: 0.938rem;
  background: #F8F8F8;
  border-radius: 5px;
}

.campaign-fail_modal .campaign-fail-content>li:nth-child(1) {
  margin-top: 0;
}

.campaign-fail_modal .campaign-fail-content .top,
.campaign-fail_modal .campaign-fail-content .top .left,
.campaign-fail_modal .campaign-fail-content .top .right {
  display: flex;
  align-items: center;
}

.campaign-fail_modal .campaign-fail-content .top {
  justify-content: space-between;
}

.campaign-fail_modal .campaign-fail-content .top .left i {
  position: relative;
  width: 3.375rem;
  height: 3.188rem;
  border-radius: 100%;
}

.campaign-fail_modal .campaign-fail-content .top .left i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.campaign-fail_modal .campaign-fail-content .top .left>div {
  margin-left: 0.625rem;
}

.campaign-fail_modal .campaign-fail-content .top .left>div span,
.campaign-fail_modal .campaign-fail-content .top .left>div em {
  display: block;
}

.campaign-fail_modal .campaign-fail-content .top .left>div span {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.7px;
  color: #000;
}

.campaign-fail_modal .campaign-fail-content .top .left>div em {
  font-weight: 500;
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  color: #333;
}

.campaign-fail_modal .campaign-fail-content .middle p {
  margin: 0.938rem 0 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.7px;
  color: #333
}

.campaign-fail_modal .campaign-fail-content .top .right {
  margin-right: 1.5rem;
  gap: 0.5rem;
}

.campaign-fail_modal .campaign-fail-content .bottom>div {
  display: flex;
  align-items: center;
}

.campaign-fail_modal .campaign-fail-content .bottom em {
  display: block;
  padding: 0 9px;
  margin-right: 0.438rem;
  height: 21px;
  background: #FFF;
  border: 1px solid #E94869;
  border-radius: 15px;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #E94869;
}

.campaign-fail_modal .campaign-fail-content .bottom span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #E94869;

}

/*결과리뷰*/
.campaign-result_modal {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.campaign-result_modal .content {
  max-width: 36.438rem;
  width: 90% !important;
}

.campaign-result_modal .video-btn__close {
  position: absolute;
  top: 1.813rem;
  right: 2.25rem;
  cursor: pointer;
}

.campaign-result_modal .campaign-result-title p {
  margin-top: 0.625rem;
  font-size: 0.938rem;
  letter-spacing: -0.9px;
  text-align: center;
  color: #3f3f3f;
}

.campaign-result_modal .campaign-result-title strong {
  display: block;
  margin-top: 2.813rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.9px;
  text-align: center;
  color: #000;
}

.campaign-result_modal .campaign-result-list {
  margin: 1.75rem 3.813rem 3.5rem;
  background: #F8F8F8;
  border-radius: 5px;
}

.campaign-result_modal .campaign-result-content>li {
  padding: 1.188rem 1.125rem;
}

.campaign-result_modal .campaign-result-content .top,
.campaign-result_modal .campaign-result-content .top .left,
.campaign-result_modal .campaign-result-content .top .right {
  display: flex;
  align-items: center;
}

.campaign-result_modal .campaign-result-content .top {
  justify-content: space-between;
}

.campaign-result_modal .campaign-result-content .top .left i {
  position: relative;
  width: 3.375rem;
  height: 3.188rem;
  border-radius: 100%;
}

.campaign-result_modal .campaign-result-content .top .left i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.campaign-result_modal .campaign-result-content .top .left>div {
  margin-left: 0.625rem;
}

.campaign-result_modal .campaign-result-content .top .left>div span,
.campaign-result_modal .campaign-result-content .top .left>div em {
  display: block;
}

.campaign-result_modal .campaign-result-content .top .left>div span {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.7px;
  color: #000;
}

.campaign-result_modal .campaign-result-content .top .left>div em {
  font-weight: 500;
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  color: #333;
}

.campaign-result_modal .campaign-result-content .top .right {
  margin-right: 1.5rem;
  gap: 0.5rem;
}

.campaign-result_modal .campaign-result-content .middle p {
  margin: 0.938rem 0 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.7px;
  color: #333
}

.campaign-result_modal .campaign-result-content .bottom ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.campaign-result_modal .campaign-result-content .bottom ul li {
  padding: 0.505rem 0.838rem;
  background: #ED262F;
  border: 1px solid #ED262F;
  border-radius: 5px;
  font-weight: 400;
  font-size: 0.813rem;
  letter-spacing: -0.9px;
  color: #FFFFFF;
}

.btn-result-comm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 34px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.7px;
  color: #000;
  background: #FFFFFF;
}

.btn-result-comm img {
  margin-right: 3px;
}

.btn-result-fail {
  border: 1px solid #E61339;
}

.btn-result-success {
  border: 1px solid #0DB432;
}

/*지급현황 팝업*/
body .campaign-payments_modal .area {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.campaign-payments_modal .content {
  max-width: 36.438rem;
  width: 90% !important;
}

.campaign-payments_modal .video-btn__close {
  position: absolute;
  top: 1.813rem;
  right: 2.25rem;
  cursor: pointer;
}

.campaign-payments_modal .campaign-payments-title p {
  margin-top: 0.625rem;
  font-size: 0.938rem;
  letter-spacing: -0.9px;
  text-align: center;
  color: #3f3f3f;
}

.campaign-payments_modal .campaign-payments-title strong {
  display: block;
  margin-top: 2.813rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.9px;
  text-align: center;
  color: #000;
}

.campaign-payments_modal .campaign-payments-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.688rem 0 1.875rem;
}

.campaign-payments_modal .campaign-payments-btn button {
  width: 163px;
  height: 45px;
  background: #FF4C4E;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #FFF;
}

.campaign-payments_modal .campaign-payments-list {
  margin: 1.75rem 3.813rem 0;
}

.campaign-payments_modal .campaign-payments-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.campaign-payments_modal .campaign-payments-content li {
  width: calc(50% - 0.625rem);
  height: 7.05rem;
  padding: 0.813rem 0.875rem;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  box-sizing: border-box;
}

.campaign-payments_modal .campaign-payments-content li>span {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.7px;
  color: #333
}

.campaign-payments_modal .campaign-payments-content li>strong {
  display: block;
  margin-top: 0.875rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.7px;
  color: #FF4C4E;
  text-align: center;
}

.campaign-payments_modal .campaign-payments-content li>em {
  display: block;
  font-weight: 400;
  font-size: 0.688rem;
  letter-spacing: -0.7px;
  color: #555;
  text-align: center;
}

.campaign-payments_modal .campaign-payments-content li>a {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 0.625rem;
  letter-spacing: -0.7px;
  color: #498AE7;
  text-decoration: underline;
  text-underline-position: under;
}

.campaign-payments_modal .campaign-payments-content .info {
  display: flex;
  align-items: flex-start;
  margin-top: 0.375rem;
}

.campaign-payments_modal .campaign-payments-content .info span {
  margin-left: 0.188rem;
  font-weight: 400;
  font-size: 0.688rem;
  letter-spacing: -0.5px;
  color: #999;
  word-break: break-all;
}

.campaign-payments_modal .campaign-payments-notice {
  margin-top: 0.75rem
}

.campaign-payments_modal .campaign-payments-notice li:nth-child(1) {
  margin-top: 0;
}

.campaign-payments_modal .campaign-payments-notice li {
  margin-top: 0.375rem;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: -0.5px;
  color: #999;
}

/*캠페인 지원 팝업*/
.campaign-apply_modal {
  text-align: initial;
}

.campaign-apply_modal .volunteer-review-title strong {
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: -0.9px;
  text-align: center;
  color: #000;
}

.campaign-apply_modal .volunteer-review-title p {
  margin-top: 1.063rem;
  font-size: 0.875rem;
  letter-spacing: -0.9px;
  text-align: center;
  color: #3f3f3f;
}

.campaign-apply_modal .volunteer-review-product {
  display: flex;
  align-items: flex-start;
  margin: 1.438rem 0 0;
  padding: 1.5rem 0.5rem 1.5rem 1.313rem;
  background: #F8F8F8;
  border-radius: 5px;
}

.campaign-apply_modal .volunteer-review-product .left {
  width: 5.563rem;
  font-weight: 700;
  font-size: 0.813rem;
  letter-spacing: -0.9px;
  color: #000;
}

.campaign-apply_modal .volunteer-review-product .right {
  width: calc(100% - 5.563rem);
  max-height: 5rem;
  overflow-y: scroll;
}

.campaign-apply_modal .volunteer-review-product .right::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.campaign-apply_modal .volunteer-review-product .right::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 30px;
  background-clip: padding-box;
  border: 0;
}

.campaign-apply_modal .volunteer-review-product .right::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 30px;
}

.campaign-apply_modal .volunteer-review-product .right ul li:nth-child(1) {
  margin-top: 0;
}

.campaign-apply_modal .volunteer-review-product .right ul li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0.625rem;
}

.campaign-apply_modal .volunteer-review-product .right ul li::before {
  display: block;
  width: 2.938rem;
  height: 17px;
  background: #E94869;
  border-radius: 3px;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.9px;
  color: #FFF;
  content: '⭐필수';
}

.campaign-apply_modal .volunteer-review-product .right ul li span {
  display: block;
  margin-left: 5px;
  width: 100%;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: -0.9px;
  color: #333;
}

.campaign-apply_modal .volunteer-review-pay {
  display: flex;
  align-items: center;
  margin: 0.375rem 0 0;
  padding: 1.5rem 1.313rem;
  background: #F8F8F8;
  border-radius: 5px;
}

.campaign-apply_modal .volunteer-review-pay .left {
  width: 5.563rem;
  font-weight: 700;
  font-size: 0.813rem;
  letter-spacing: -0.9px;
  color: #000;
}

.campaign-apply_modal .volunteer-review-pay .right {
  display: flex;
  align-items: center;
}

.campaign-apply_modal .volunteer-review-pay .right strong {
  font-weight: 700;
  font-size: 1.063rem;
  letter-spacing: -0.9px;
  color: #000;
}

.campaign-apply_modal .volunteer-review-pay .right em {
  margin-left: 2px;
  font-weight: 700;
  font-size: 0.813rem;
  letter-spacing: -0.9px;
  color: #000;
}

.campaign-apply_modal .volunteer-review-check {
  margin: 1.875rem 0 0;
}

.campaign-apply_modal .volunteer-review-check>strong {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: -0.9px;
  color: #000;
}

.campaign-apply_modal .volunteer-review-check>ul {
  margin-top: 1.063rem;
  margin-left: 1.688rem;
}

.campaign-apply_modal .volunteer-review-check>ul label {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: #333;
  text-indent: -1.688rem;
}

.campaign-apply_modal .volunteer-review-check>ul li:nth-child(1) {
  margin-top: 0;
}

.campaign-apply_modal .volunteer-review-check>ul li {
  margin-top: 0.563rem;
}

.campaign-apply_modal .volunteer-review-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.688rem 0 0;
}

.campaign-apply_modal .volunteer-review-btn button {
  width: 163px;
  height: 45px;
  background: #FF4C4E;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #FFF
}

.campaign-apply_modal .volunteer-review-btn button:disabled {
  background: #999;
}

/*리뷰 팝업*/
.volunteer_modal .content {
  max-width: 69.063rem;
  width: 90% !important;
}

.volunteer_modal .video-btn__close {
  position: absolute;
  top: 1.813rem;
  right: 2.25rem;
  cursor: pointer;
}

.volunteer_modal .volunteer-review-title strong {
  display: block;
  margin-top: 2.813rem;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -0.9px;
  text-align: center;
  color: #000;
}

.volunteer_modal .volunteer-review-title p {
  margin-top: 1.063rem;
  font-size: 1.125rem;
  letter-spacing: -0.9px;
  text-align: center;
  color: #3f3f3f;
}

.video-confirm-review-area {
  max-width: 62.75rem;
  width: 90%;
  margin: 0 auto 0;
}

/*요청취소 팝업*/
.campaign-cancel_modal .content {
  max-width: 28.25rem;
  width: 90% !important;
}

.campaign-cancel_modal .campaign-cancel-title strong {
  display: block;
  margin-top: 2.813rem;
  font-size: 1.095rem;
  font-weight: bold;
  letter-spacing: -0.9px;
  text-align: center;
  color: #000;
}

.campaign-cancel_modal .campaign-cancel-title p {
  margin-top: 1.063rem;
  font-size: 0.875rem;
  letter-spacing: -0.9px;
  text-align: center;
  color: #3f3f3f;
}

.campaign-cancel_modal .textarea-wrap {
  height: 11.563rem;
  margin: 1.875rem 3.188rem 0;
  padding: 0.25rem;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.campaign-cancel_modal .textarea-wrap .cancel-reason {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 2.25rem;
  line-height: 2.25rem;
  background-color: #fff;
}

.campaign-cancel_modal .textarea-wrap .cancel-reason strong {
  margin-left: 0.563rem;
  font-size: 0.688rem;
  letter-spacing: -0.6px;
  color: #000;
}

.campaign-cancel_modal .textarea-wrap .cancel-reason span {
  font-size: 0.688rem;
  letter-spacing: -0.6px;
  color: #6f6f6f;
}

.campaign-cancel_modal .textarea-wrap textarea {
  height: 9rem;
  border: 0;
  resize: none;
  background-color: #f8f8f8;
  font-size: 0.813rem;
  letter-spacing: -0.6px;
}

.campaign-cancel_modal .textarea-wrap textarea::placeholder {
  color: #a9a9a9;
}

.campaign-cancel_modal .button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.688rem;
}

.campaign-cancel_modal .button-area button {
  width: 8.875rem;
  height: 2.813rem;
  margin: 2.125rem 0 2.375rem;
  border-radius: 5px;
  border: solid 1px #4f4f4f;
  background-color: #fff;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  color: #696969;
}

/* 2021-04-27 추가 */
.form_modify li div.cont {
  height: 38px;
  line-height: 38px;
}

.reportArea .reportHead.media .txtCont dl dt {
  width: 45%;
}

.reportArea .reportHead.media .txtCont dl dd {
  width: 50%;
}

.foruPlaybox .playInfo .tit b.fsA {
  height: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-word;
}

.foruPlaybox .playInfo .type {
  margin-top: 5%;
}

/* 210512수정 */
.stateInfo span .red {
  margin-top: 10px;
}

.reportArea .reportHead .txtCont dl dt {
  float: unset;
  display: inline-block;
}

.reportArea .reportHead .txtCont dl dd {
  float: unset;
  display: inline-block;
}

/*쉘위 리뉴얼*/
/*결과리포트*/
.shallwe__report div,
.shallwe__report p,
.shallwe__report span,
.shallwe__report i,
.shallwe__report strong {
  letter-spacing: 0;
}

.shallwe__report .subTopbar .subBar {
  position: relative;
  max-width: 96%;
}

.shallwe__report .shallwe__main .area {
  width: 1128px;
  margin: 47px auto 33px;
}

.shallwe__report .shallwe__main .area {
  display: flex;
}

.shallwe__report .shallwe__main aside {
  width: 218px;
  height: 248px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #e94869;
  box-shadow: 0 2px 3px 0 rgba(149, 149, 149, 0.5);
}

.shallwe__report .shallwe__main .comment {
  width: 898px;
  min-height: 112px;
  margin-bottom: 21px;
  border-radius: 10px;
  background-color: #d7d7d7;
}

.shallwe__report .box-grid-area {
  width: 908px;
  margin: 0 auto;
}

.shallwe__report .box-grid-area {
  display: flex;
}

.shallwe__report .grid-col {
  flex: 1;
  padding-right: 10px;
  width: 444px;
}

.shallwe__report .box-grid-area .grid-item {
  margin-bottom: 10px;
  border-radius: 15px;
  background-color: #fff;
}

.shallwe__report .box-grid-area .grid-item-pink {
  border: solid 2px #e94869;
}

.shallwe__report .box-grid-area .grid-item-purple {
  border: solid 2px #5e3bf5;
}

.shallwe__report i {
  font-style: normal;
}


/*item-01*/
.shallwe__report .grid-item-01 .top,
.shallwe__report .grid-item-01 .middle,
.shallwe__report .grid-item-01 .bottom .bottom-flex,
.shallwe__report .grid-item-02 .top,
.shallwe__report .grid-item-03 .top,
.shallwe__report .grid-item-04 .top,
.shallwe__report .grid-item-05 .top {
  display: flex;
  justify-content: space-between;
}

.shallwe__report .grid-item-02 .inner,
.shallwe__report .grid-item-03 .inner,
.shallwe__report .grid-item-04 .inner,
.shallwe__report .grid-item-05 .inner {
  padding: 0 22px;
}

.shallwe__report .grid-item-02 .inner .top li,
.shallwe__report .grid-item-03 .inner .top li,
.shallwe__report .grid-item-04 .inner .top li,
.shallwe__report .grid-item-05 .inner .top li {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  color: #e94869;
}

.shallwe__report .grid-item-01 .bottom ul {
  align-items: flex-end;
}

.shallwe__report .grid-item-01 .inner {
  padding: 0 22px 0 15px;
}

.shallwe__report .grid-item-01 .top li {
  font-size: 30px;
  font-weight: bold;
  color: #E94869;
  text-align: left;
  font-family: roboto;
}

.shallwe__report .grid-item-01 .middle li span,
.shallwe__report .grid-item-01 .middle li i {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 0;
}

.shallwe__report .grid-item-01 .top {
  margin: 18px 0 10px;
}

.shallwe__report .grid-item-01 .middle {
  margin-bottom: 25px;
}

.shallwe__report .grid-item-01 .middle li span {
  color: #e94869;
}

.shallwe__report .grid-item-01 .middle li span:nth-child(1) {
  display: block;
}

.shallwe__report .grid-item-01 .middle li i {
  color: #3375b4;
}

.shallwe__report .grid-item-01 .middle li:nth-child(2) {
  text-align: right;
}

.shallwe__report .grid-item-01 .bottom .bottom-flex li:nth-child(1) span {
  display: block;
  font-weight: bold;
}

.shallwe__report .grid-item-01 .bottom .bottom-flex li:nth-child(2) {
  text-align: right;
}

.shallwe__report .grid-item-01 .bottom .bottom-flex li span {
  font-size: 12px;
  color: #e94869;
}

.shallwe__report .grid-item-01 .bottom .graph-area {
  margin-bottom: 16px;
}

.shallwe__report .grid-item-01 .bottom .graph-area ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.shallwe__report .grid-item-01 .bottom .graph-area ul li {
  width: 20%;
  text-align: left;
  font-size: 10px;
  color: #e94869;
}

.shallwe__report .grid-item-01 .bottom .graph-area ul li:last-child {
  width: 6%;
}

.shallwe__report .grid-item-01 .bottom .graph {
  width: 100%;
  height: 18px;
  margin-top: 7px;
  border-radius: 30px;
  border: solid 2px #e94869;
  box-sizing: border-box;
}

.shallwe__report .grid-item-01 .bottom .graph .inner01 {
  margin: 2px;
}

.shallwe__report .grid-item-01 .bottom .graph span {
  display: block;
  height: 10px;
  line-height: 9px;
  border-radius: 30px;
  background-color: #e94869;
}

.shallwe__report .grid-item-01 .bottom .graph span i {
  display: block;
  margin-right: 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
}

.shallwe__report .grid-item .inner-bottom {
  margin: 0 12px;
}

.shallwe__report .grid-item .inner-bottom article {
  width: 100%;
  border-top: 1px solid #e94869;
}

/*item-02*/
.shallwe__report .grid-item-02 .inner .top {
  align-items: center;
  height: 70px;
}

.shallwe__report .grid-item-02 .inner .top li:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  font-family: roboto;
}

.shallwe__report .grid-item-02 .inner-bottom article .image-area {
  width: 270px;
  height: 156px;
  margin: 18px 14px 30px;
  display: flex;
  flex-wrap: wrap;
}

.shallwe__report .grid-item-02 .inner-bottom article .image-area li {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 2px 2px 0;
  border-radius: 100%;
}

.shallwe__report .grid-item-02 .inner-bottom article .image-area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.shallwe__report .grid-item-02 .inner-bottom article .text-area {
  display: flex;
  justify-content: space-between;
  margin: 0 14px 27px;
}

.shallwe__report .grid-item-02 .inner-bottom article .text-area strong {
  display: block;
  margin-bottom: 9px;
  color: #e94869;
  font-size: 35px;
  line-height: 30px;
  font-family: roboto;
}

.shallwe__report .grid-item-02 .inner-bottom article .text-area span {
  display: block;
  color: #e94869;
  font-size: 12px;
  font-weight: bold;
}

.shallwe__report .grid-item-02 .inner-bottom article .text-area li:nth-child(2) {
  text-align: right;
}

/*item-03*/
.shallwe__report .grid-item-03 .inner .top {
  align-items: center;
  height: 124px;
}

.shallwe__report .grid-item-03 .inner .top li:nth-child(2) span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  text-align: right;
  font-family: roboto;
  letter-spacing: -1.5px;
}

.shallwe__report .grid-item-03 .graph-top {
  position: relative;
  margin: 0 14px 28px;
}

.shallwe__report .grid-item-03 .graph-top ul {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.shallwe__report .grid-item-03 .graph-top ul li {
  position: relative;
  width: 180px;
}

.shallwe__report .grid-item-03 .graph-top ol li {
  position: relative;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
}

.shallwe__report .grid-item-03 .graph-top ol li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.shallwe__report .grid-item-03 .graph-top ol {
  margin-top: 14px;
}

.shallwe__report .grid-item-03 .graph-top ol li:nth-child(1) {
  margin-bottom: 4px;
  color: #ec8349;
}

.shallwe__report .grid-item-03 .graph-top ul li:nth-child(1) ol li:nth-child(1) {
  transform: translateX(-11px);
}

.shallwe__report .grid-item-03 .graph-top ol li:nth-child(1)::before {
  background-color: #ec8349;
}

.shallwe__report .grid-item-03 .graph-top ol li:nth-child(2)::before {
  background-color: #65b5ad;
}

.shallwe__report .grid-item-03 .graph-top ul li:nth-child(1) li:nth-child(1)::before {
  right: 67px;
}

.shallwe__report .grid-item-03 .graph-top ul li:nth-child(1) li:nth-child(2)::before {
  right: 78px;
}

.shallwe__report .grid-item-03 .graph-top ul li:nth-child(2) li:nth-child(1)::before {
  right: 38px;
}

.shallwe__report .grid-item-03 .graph-top ul li:nth-child(2) li:nth-child(2)::before {
  right: 38px;
}

.shallwe__report .grid-item-03 .graph-top ol li:nth-child(2) {
  color: #65b5ad;
}

.shallwe__report .grid-item-03 .graph-top ul li:nth-child(1) {
  margin-right: 29px;
}

.shallwe__report .grid-item-03 .circle-graph {
  position: relative;
}

.shallwe__report .grid-item-03 .circle-graph P {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-size: 35px;
  color: #ec8349;
  font-weight: bold;
}

.shallwe__report .grid-item-03 .circle-graph i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 30px;
}

.shallwe__report .grid-item-03 .circle-graph span {
  font-size: 15px;
  color: #ec8349;
  font-weight: bold;
}

.shallwe__report .grid-item-03 .bar-graph-area {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #e94869;
  border-top: 1px solid #e94869;
}

.shallwe__report .grid-item-03 .bar-graph-area>ul {
  display: flex;
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li {
  width: 66px;
  border-right: 1px solid rgba(44, 92, 171, 0.3);
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li:nth-child(1) {
  width: 88px;
  min-width: 88px;
  border-right: 1px solid #e94869;
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li ol {
  padding: 31px 0 13px;
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li:nth-child(1) ol li {
  position: relative;
  padding-right: 17px;
  margin-bottom: 8px;
  font-family: 'Roboto';
  font-size: 11px;
  color: #888;
  text-align: right;
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li:nth-child(1) ol li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  transform: translateY(-50%);
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(1)::before {
  background: #eeb43b;
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(2)::before {
  background: #e94869
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(3)::before {
  background: #eb5b55
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(4)::before {
  background: #8cdb82
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(5)::before {
  background: #65b5ad
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(6)::before {
  background: #3375b4
}

.shallwe__report .grid-item-03 .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(7)::before {
  background: #330099
}

.shallwe__report .grid-item-03 .bar-graph {
  position: absolute;
  top: 0;
  left: 89px;
  /* width: calc( 100% - 89px ); */
  width: calc(100% - 137px);
}

.shallwe__report .grid-item-03 .bar-graph-area span {
  position: absolute;
  left: 0;
  height: 18px;
}

.shallwe__report .grid-item-03 .bar-graph-area span i {
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 16px;
  font-weight: bold;
  transform: translateY(-50%);
  margin-left: 7px;
}

.shallwe__report .grid-item-03 .bar-graph-area span:nth-child(1) {
  top: 30px;
  background: #eeb43b;
}

.shallwe__report .grid-item-03 .bar-graph-area span:nth-child(2) {
  top: 54px;
  background: #e94869
}

.shallwe__report .grid-item-03 .bar-graph-area span:nth-child(3) {
  top: 78px;
  background: #eb5b55
}

.shallwe__report .grid-item-03 .bar-graph-area span:nth-child(4) {
  top: 102px;
  background: #8cdb82
}

.shallwe__report .grid-item-03 .bar-graph-area span:nth-child(5) {
  top: 126px;
  background: #65b5ad
}

.bar-graph-area span:nth-child(6) {
  top: 150px;
  background: #3375b4
}

.bar-graph-area span:nth-child(7) {
  top: 175px;
  background: #330099
}

.bar-graph-area span:nth-child(1) i {
  color: #eeb43b;
}

.bar-graph-area span:nth-child(2) i {
  color: #e94869
}

.bar-graph-area span:nth-child(3) i {
  color: #eb5b55
}

.bar-graph-area span:nth-child(4) i {
  color: #8cdb82
}

.bar-graph-area span:nth-child(5) i {
  color: #65b5ad
}

.bar-graph-area span:nth-child(6) i {
  color: #3375b4
}

.bar-graph-area span:nth-child(7) i {
  color: #330099
}

/*item-04*/
.shallwe__report .grid-item-04 .inner .top {
  align-items: center;
  height: 70px;
}

.shallwe__report .grid-item-04 .inner-bottom article ul {
  display: flex;
  justify-content: space-between;
  padding: 16px 14px 34px;
}

.shallwe__report .grid-item-04 .inner-bottom article ul li p {
  font-size: 35px;
  font-weight: bold;
  color: #e94869;
  text-align: center;
  font-family: roboto;
}

.shallwe__report .grid-item-04 .inner-bottom article ul li:nth-child(1) {
  transform: translateX(-12px);
}

.shallwe__report .grid-item-04 .inner-bottom article ul li span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #e94869;
}

/*item-05*/
.shallwe__report .grid-item-05 .inner .top {
  align-items: center;
  height: 116px;
}

.shallwe__report .grid-item-05 .inner .top li:nth-child(2) span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  text-align: right;
  font-family: roboto;
}

.shallwe__report .grid-item-05 .inner-bottom article ul li {
  display: flex;
  margin-bottom: 7px;
  margin-right: 7px;
}

.shallwe__report .grid-item-05 .inner-bottom article ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 12px 0 18px;
  width: 79%;
}

.shallwe__report .grid-item-05 .inner-bottom article ul span {
  display: block;
  height: 30px;
  line-height: 26px;
  padding: 0 10px;
  border: solid 2px #e94869;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #e94869;
}

.shallwe__report .grid-item-05 .inner-bottom article ul i {
  display: block;
  min-width: 20px;
  padding: 0 5px;
  margin-left: 6px;
  height: 30px;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  background-color: #e94869;
}

/*item06*/
.shallwe__report .grid-item-purple .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 26px 9px 15px;
}

.shallwe__report .grid-item-purple .top .left {
  display: flex;
  align-items: center;
}

.shallwe__report .grid-item-purple .top .left span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 2px 2px 0;
  border-radius: 100%;
}

.shallwe__report .grid-item-purple .top .left strong {
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #5e3bf5;
}

.shallwe__report .grid-item-purple .top .right span {
  display: block;
  min-width: 65px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  background-color: #5e3bf5;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 15px;
  letter-spacing: 0.5px;
}

.shallwe__report .grid-item-purple .top .left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.shallwe__report .grid-item-purple .middle {
  width: 100%;
}

.shallwe__report .grid-item-purple .middle .inner {
  margin: 0 16px;
  border-top: 1px solid #5e3bf5;
}

.shallwe__report .grid-item-purple .middle .inner .image-area {
  position: relative;
  margin: 0 19px;
}

.shallwe__report .grid-item-purple .middle .inner .image-area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shallwe__report .grid-item-purple .middle .inner .image-area span {
  position: absolute;
  bottom: 10px;
  right: -14px;
  display: block;
  height: 30px;
  line-height: 26px;
  padding: 0 10px;
  border: solid 2px #5E3BF5;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #5E3BF5;
}

.shallwe__report .grid-item-purple .middle .inner .video-info,
.shallwe__report .grid-item-purple .middle .inner .social-info,
.shallwe__report .grid-item-purple .middle .inner .audience-info {
  border-top: 1px solid #5E3BF5;
}

.shallwe__report .grid-item-purple .middle .inner .video-info ul {
  padding: 21px 0;
  margin: 0 19px;
}

.shallwe__report .grid-item-purple .middle .inner .social-info ul,
.shallwe__report .grid-item-purple .middle .inner .audience-info ul,
.shallwe__report .grid-item-purple .middle .inner .social-info h3,
.shallwe__report .grid-item-purple .middle .inner .audience-info h3 {
  margin: 0 17px;
}

.shallwe__report .grid-item-purple .middle .inner .video-info ul li,
.shallwe__report .grid-item-purple .middle .inner .social-info ul li,
.shallwe__report .grid-item-purple .middle .inner .audience-info ul li {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

.shallwe__report .grid-item-purple .middle .inner .video-info ul li:nth-child(1) {
  padding-top: 0;
}

.shallwe__report .grid-item-purple .middle .inner .video-info ul li i,
.shallwe__report .grid-item-purple .middle .inner .social-info ul li i,
.shallwe__report .grid-item-purple .middle .inner .audience-info ul li i {
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #5E3BF5;
  margin-top: 10px;
}

.shallwe__report .grid-item-purple .middle .inner .social-info,
.shallwe__report .grid-item-purple .middle .inner .audience-info {
  margin: 0 0 21px
}

.shallwe__report .grid-item-purple .middle .inner .social-info h3,
.shallwe__report .grid-item-purple .middle .inner .audience-info h3 {
  margin-top: 24px;
  color: #5E3BF5;
  font-weight: bold;
  font-size: 15px;
}

.shallwe__report .grid-item-purple .middle .inner .video-info ul li strong,
.shallwe__report .grid-item-purple .middle .inner .social-info ul li strong,
.shallwe__report .grid-item-purple .middle .inner .audience-info ul li strong {
  position: relative;
  display: block;
  white-space: pre;
  margin-right: 10px;
  color: #5E3BF5;
  font-weight: normal;
  font-size: 15px;
  font-family: "Noto Sans KR";
  letter-spacing: -0.5px;
}

.shallwe__report .grid-item-purple .middle .inner .video-info ul li span,
.shallwe__report .grid-item-purple .middle .inner .social-info ul li span,
.shallwe__report .grid-item-purple .middle .inner .audience-info ul li span {
  display: block;
  white-space: pre;
  margin-left: 20px;
  color: #5E3BF5;
  font-weight: bold;
  font-size: 15px;
  font-family: roboto;
}

.shallwe__report .grid-item-purple .bar-graph-area {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #5E3BF5;
  border-top: 1px solid #5E3BF5;
}

.shallwe__report .grid-item-purple .bar-graph-area>ul {
  display: flex;
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li {
  width: 66px;
  border-right: 1px solid rgba(44, 92, 171, 0.3);
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li:nth-child(1) {
  width: 88px;
  min-width: 88px;
  border-right: 1px solid #5E3BF5;
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li ol {
  padding: 31px 0 13px;
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li:nth-child(1) ol li {
  position: relative;
  padding-right: 17px;
  margin-bottom: 8px;
  font-family: 'Roboto';
  font-size: 11px;
  color: #888;
  text-align: right;
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li:nth-child(1) ol li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  transform: translateY(-50%);
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(1)::before {
  background: #eeb43b;
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(2)::before {
  background: #e94869
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(3)::before {
  background: #eb5b55
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(4)::before {
  background: #8cdb82
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(5)::before {
  background: #65b5ad
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(6)::before {
  background: #3375b4
}

.shallwe__report .grid-item-purple .bar-graph-area>ul>li:nth-child(1) ol li:nth-child(7)::before {
  background: #330099
}

.shallwe__report .grid-item-purple .bar-graph {
  position: absolute;
  top: 0;
  left: 89px;
  /* width: calc( 100% - 89px ); */
  width: calc(100% - 137px);
}

.shallwe__report .grid-item-purple .bar-graph-area span {
  position: absolute;
  left: 0;
  height: 18px;
  margin-bottom: 8px;
}

.shallwe__report .grid-item-purple .bar-graph-area span i {
  position: absolute;
  top: 50%;
  right: -50px;
  font-size: 15px;
  font-weight: bold;
  transform: translateY(-50%);
}

.shallwe__report .grid-item-purple .bar-graph-area span:nth-child(1) {
  top: 30px;
  background: #eeb43b;
}

.shallwe__report .grid-item-purple .bar-graph-area span:nth-child(2) {
  top: 54px;
  background: #e94869
}

.shallwe__report .grid-item-purple .bar-graph-area span:nth-child(3) {
  top: 78px;
  background: #eb5b55
}

.shallwe__report .grid-item-purple .bar-graph-area span:nth-child(4) {
  top: 102px;
  background: #8cdb82
}

.shallwe__report .grid-item-purple .bar-graph-area span:nth-child(5) {
  top: 126px;
  background: #65b5ad
}

.shallwe__report .shallwe__main .comment p {
  padding: 24px 30px;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.2px;
}

.shallwe__report .img__area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.shallwe__report .img__area span {
  width: 50%;
  height: 113px !important;
}

aside .left .image-area {
  position: relative;
  top: 0;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -40px;
  border-radius: 100%;
  border: solid 2px #e94869;
  transform: translateX(-50%);
}

aside .left .image-area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

aside .left .text-area {
  margin: 0 18px;
}

aside .left .text-area strong {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

aside .left .text-area span {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  text-align: left;
}

aside .left ul {
  width: 182px;
  margin: 9px 18px 0;
}

aside .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  border-radius: 10px;
  background-color: #f6f7fb;
  padding: 6px 0;
}

.aside .left ul li:nth-child(2) {
  margin-bottom: 0;
}

aside .left ul li>div,
aside .left ul li p {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.2px;
  text-align: left;
  color: #e94869;
  line-height: 14px;
}

aside .left ul li p {
  font-size: 10px;
}

aside .left ul li span {
  margin-left: 7px;
  margin-right: 9px;
}

button {
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

main .button-area {
  width: 90px;
  margin: 23px auto 0;
}

main .button-area span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #5e3bf5;
}

.grid-item-bg {
  width: 444px;
  margin-top: 22px;
  border-radius: 15px;
  border: solid 2px #5e3bf5;
  background-color: #5e3bf5 !important;
}

.grid-item-bg .inner {
  margin: 0 16px;
}

.grid-item-bg .inner .top {
  padding: 30px 0 22px;
  border-bottom: 1px solid #fff;
}

.grid-item-bg .inner .top strong {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  line-height: 1.3;
}

.grid-item-bg .inner .middle {
  position: relative;
  margin-top: 19px;
}

.grid-item-bg .inner .middle span {
  display: block;
  height: 226px;
}

.grid-item-bg .inner .middle span img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-item-bg .image-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 138px;
  height: 138px;
  border-radius: 100%;
  border: solid 9px #5e3bf5;
  transform: translate(-50%, -50%);
}

.grid-item-bg .image-area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.grid-item-bg .text-area {
  margin-top: 18px;
}

.grid-item-bg .text-area strong {
  display: block;
  color: #fff;
  font-family: roboto;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -1px;
}

.grid-item-bg .text-area span {
  display: block;
  margin: 15px 0 32px;
  color: #fff;
  font-family: roboto;
  font-size: 15px;
  color: #fff;
}

.grid-item-bg button.contact {
  display: block;
  width: 286px;
  height: 50px;
  margin: 0 auto 27px;
  line-height: 50px;
  text-align: center;
  color: #5e3bf5;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  border-radius: 25px;
}



/*재생페이지*/
.shallwe__media {
  margin: 34px auto 0 !important;
}

.shallwe__Information {
  max-width: 1440px !important;
}

.shallwe__Information .infoTop .tit b {
  display: block;
  font-size: 18px;
  min-height: 24px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -0.7px;
  color: #333;
}

.purple {
  margin-right: 8px;
  color: #5e3bf5 !important;
}

.shallwe__Information .infoTop .btn .company {
  display: inline-block;
  width: 175px;
  font-family: Roboto;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -0.1px;
  color: #222;
}

.shallwe__Information .infoTop .btnFw {
  padding: 4px 20px;
  color: #fff;
  border: 1px solid #6675f0;
  background: #6675f0;
  border-radius: 50px;
  font-family: "Noto Sans KR";
  font-size: 15px;
  letter-spacing: -1px;
}

.shallwe__Information .btnReport {
  display: inline-block;
  font-size: 14px;
  padding-left: 22px;
  background: url(../images/icn-warning-off.png) 0 center no-repeat;
  background-size: 20px;
  vertical-align: middle;
  letter-spacing: -0.75px;
  text-align: left;
  color: #8b8b8b;
}

.shallwe__Information .infoTop {
  padding: 20px 0 48px;
  border-bottom: 1px solid #eee;
}

.shallwe__Information .infoIcon li {
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}

.shallwe__Information .infoIcon li span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.8px;
  text-align: center;
  color: #000;
  font-family: "Noto Sans KR";
}

.shallwe__Information .infoIcon li:nth-child(odd) {
  background-color: #f7f5ff;
}

.shallwe__Information .infoIcon li:nth-child(even) {
  background-color: #ede9ff;
}

.detailPlaybox .playList .scroll {
  box-sizing: border-box;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #eee;
}

.shallwe__Information .infoIcon li {
  display: inline-block;
  margin-right: 10px;
}

.shallwe__bggray .playWrite {
  max-width: 1440px;
}

.shallwe__bggray .playWrite .icoBox_new li {
  float: none;
}

.shallwe__bggray .playWrite .icoBox_new li:nth-child(1),
.playWrite .icoBox_new li:nth-child(4) {
  width: auto;
}

.shallwe__bggray .playWrite .icoBox_new li .dot {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.45px;
  color: #000;
  font-family: "Noto Sans KR";
}

.shallwe__bggray .playWrite .icoBox_new li:nth-child(2) ul {
  display: flex;
  width: 1440px;
}

.shallwe__bggray .playWrite .icoBox_new li:nth-child(2) ul li {
  width: auto;
  margin-right: 30px;
}

.shallwe__bggray .playWrite .icoBox_new li:nth-child(3) b {
  float: left;
  width: 140px;
  box-sizing: border-box;
}

.shallwe__bggray .playWrite .icoBox_new li ul li {
  padding-bottom: 0;
  min-height: auto;
}

.shallwe__bggray .playWrite .icoBox_new li .txt {
  display: inline-block;
  font-family: "Noto Sans KR";
  vertical-align: middle;
  color: #999;
  margin-left: 8px;
  letter-spacing: -0.45px;
}

.shallwe__bggray .playWrite .icoBox_new>li {
  margin-bottom: 13px;
}

.shallwe__bggray .playWrite .icoBox_new li .dot.dot4 {
  background-image: url(../images/icn-type-gr.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 2px 5px;
}

.playInformation .icoFr {
  position: absolute;
  top: 26px;
  right: 2px;
}

.playWrite .write p b {
  font-size: 13px;
  font-weight: bold;
  font-family: "Noto Sans KR";
  letter-spacing: -0.45px;
  color: #777;
}

.info-comment {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.info-comment img {
  margin-right: 5px;
  vertical-align: middle;
}

.info-comment span {
  font-family: Roboto;
  font-size: 10px;
  letter-spacing: -0.33px;
  color: #9a9a9a;
}

.shallwe__bggray .playWrite .icoBox_new>li:nth-child(3),
.shallwe__bggray .playWrite .icoBox_new>li:nth-child(4) {
  display: flex;
  align-items: center;
}

.shallwe__bggray .playWrite .icoBox_new>li:nth-child(4) span {
  display: block;
  width: 400px;
}

.shallwe__bggray .playWrite .icoBox_new>li .que {
  margin-left: 10px;
}

.shallwe__bggray .playWrite .icoBox_new>li .que {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0 9px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -999em;
  background: url(../images/ico_que.png) 0 center no-repeat;
  background-size: 12px;
}

.shallwe__bggray .playWrite .icoBox_new li:nth-child(4) b {
  float: left;
  width: 130px;
  box-sizing: border-box;
}

.shallwe__bggray .playWrite .icoBox_new>li:nth-child(3) b {
  width: 130px;
}

.playWrite .btnAr {
  margin: 32px auto 48px;
  text-align: center;
}


/*리포트 다운로드*/
.shallwe__report-print {
  width: 100%;
  height: 100vh;
  background-color: #f6f7fb;
  display: flex;
  align-items: center;
}

.shallwe__report-print #content {
  width: 842px;
  margin: 0 auto;
}

.shallwe__report-print .report-print {
  background: #fff;
}

.shallwe__report-print div,
.shallwe__report-print p,
.shallwe__report-print span,
.shallwe__report-print i,
.shallwe__report-print strong {
  letter-spacing: 0;
}

.shallwe__report-print .subTopbar .subBar {
  position: relative;
  max-width: 96%;
}

.shallwe__report-print .report-print {
  padding: 40px 42px;
}

.shallwe__report .shallwe__main .area {
  display: flex;
}

.shallwe__report-print .report-summary {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #000;
  border-bottom: 2px solid #000;
}

.shallwe__report-print .shallwe__main .comment {
  margin: 12px 17px 17px;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
}

.shallwe__report-print .box-grid-area,
.shallwe__report-print .box-grid-area02 {
  width: 766px;
  margin: 0 auto;
}

.shallwe__report-print .box-grid-area,
.shallwe__report-print .box-grid-area02 {
  display: flex;
}

.shallwe__report-print .grid-col {
  flex: 1;
  padding-right: 7px;
  width: 250px;
}

.shallwe__report-print .box-grid-area .grid-item,
.shallwe__report-print .box-grid-area02 .grid-item {
  margin-bottom: 10px;
  border-radius: 15px;
  background-color: #fff;
  box-sizing: border-box;
}

.shallwe__report-print .box-grid-area .grid-item-black {
  border: solid 2px #000;
}

.shallwe__report-print .box-grid-area02 .grid-item-black {
  width: 250px;
  border: solid 2px #000;
}

.shallwe__report-print i {
  font-style: normal;
}

.shallwe__report-print .report-print2 .box-grid-area02 {
  margin-top: 18px;
}


/*item-01*/
.shallwe__report-print .grid-item-01 .top,
.shallwe__report-print .grid-item-01 .middle,
.shallwe__report-print .grid-item-01 .bottom .bottom-flex,
.shallwe__report-print .grid-item-02 .top,
.shallwe__report-print .grid-item-03 .top,
.shallwe__report-print .grid-item-04 .top,
.shallwe__report-print .grid-item-05 .top {
  display: flex;
  justify-content: space-between;
}

.shallwe__report-print .grid-item-02 .inner,
.shallwe__report-print .grid-item-03 .inner,
.shallwe__report-print .grid-item-04 .inner,
.shallwe__report-print .grid-item-05 .inner {
  padding: 0 12px;
}

.shallwe__report-print .grid-item-02 .inner .top li,
.shallwe__report-print .grid-item-03 .inner .top li,
.shallwe__report-print .grid-item-04 .inner .top li,
.shallwe__report-print .grid-item-05 .inner .top li {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  color: #000;
}

.shallwe__report-print .grid-item-01 .bottom ul {
  align-items: flex-end;
}

.shallwe__report-print .grid-item-01 .inner {
  padding: 0 12px;
}

.shallwe__report-print .grid-item-01 .top li {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-align: left;
  font-family: roboto;
}

.shallwe__report-print .grid-item-01 .middle li span,
.shallwe__report-print.grid-item-01 .middle li i {
  font-size: 9px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}

.shallwe__report-print.grid-item-01 .top {
  margin: 18px 0 10px;
}

.shallwe__report-print .grid-item-01 .middle {
  margin-bottom: 25px;
}

.shallwe__report-print .grid-item-01 .middle li span {
  color: #000;
  margin-top: 10px;
}

.shallwe__report-print .grid-item-01 .middle li span:nth-child(1) {
  display: block;
  text-transform: uppercase;
}

.shallwe__report-print .grid-item-01 .middle li span:nth-child(2) {
  display: block;
  margin-top: 0
}

.shallwe__report-print .grid-item-01 .middle li i {
  font-size: 9px;
  color: #000;
}

.shallwe__report-print .grid-item-01 .middle li:nth-child(2) {
  text-align: right;
}

.shallwe__report-print .grid-item-01 .bottom .bottom-flex li:nth-child(1) span {
  display: block;
  font-weight: bold;
}

.shallwe__report-print .grid-item-01 .bottom .bottom-flex li:nth-child(2) {
  text-align: right;
}

.shallwe__report-print .grid-item-01 .bottom .bottom-flex li span {
  font-size: 12px;
  color: #000;
}

.shallwe__report-print .grid-item-01 .bottom .graph-area {
  margin-bottom: 16px;
}

.shallwe__report-print .grid-item-01 .bottom .graph-area ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.shallwe__report-print .grid-item-01 .bottom .graph-area ul li {
  width: 20%;
  text-align: left;
  font-size: 10px;
  color: #000;
}

.shallwe__report-print .grid-item-01 .top {
  margin-top: 13px;
}

.shallwe__report-print .grid-item-01 .bottom .graph-area ul li:last-child {
  width: 11%;
}

.shallwe__report-print .grid-item-01 .bottom .graph {
  width: 100%;
  height: 18px;
  margin-top: 7px;
  border-radius: 30px;
  border: solid 2px #000;
  box-sizing: border-box;
}

.shallwe__report-print .grid-item-01 .bottom .graph .inner01 {
  margin: 2px;
}

.shallwe__report-print .grid-item-01 .bottom .graph span {
  display: block;
  height: 10px;
  line-height: 9px;
  border-radius: 30px;
  background-color: #000
}

.shallwe__report-print .grid-item-01 .bottom .graph span i {
  display: block;
  margin-right: 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
}

.shallwe__report-print.grid-item .inner-bottom {
  margin: 0 12px;
}

.shallwe__report-print .grid-item .inner-bottom article {
  width: 100%;
  border-top: 1px solid #000;
}

/*item-02*/
.shallwe__report-print .grid-item-02 .inner .top {
  align-items: center;
  height: 44px;
}

.shallwe__report-print .grid-item-02 .inner .top li:nth-child(2) {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  font-family: roboto;
}

.shallwe__report-print .grid-item-02 .inner-bottom article .image-area {
  width: 190px;
  margin: 18px 14px 7px;
  display: flex;
  flex-wrap: wrap;
}

.shallwe__report-print .grid-item-02 .inner-bottom article .image-area li {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 2px 2px 0;
  border-radius: 100%;
}

.shallwe__report-print .grid-item-02 .inner-bottom article .image-area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.shallwe__report-print .grid-item-02 .inner-bottom article .text-area {
  display: flex;
  justify-content: space-between;
  margin: 0 14px 13px;
}

.shallwe__report-print .grid-item-02 .inner-bottom article .text-area strong {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  font-family: roboto;
}

.shallwe__report-print .grid-item-02 .inner-bottom article .text-area span {
  display: block;
  color: #000;
  font-size: 10px;
  font-weight: bold;
}

.shallwe__report-print .grid-item-02 .inner-bottom article .text-area li:nth-child(2) {
  text-align: right;
}

/*item-03*/
.shallwe__report-print .grid-item-03 .inner .top {
  align-items: center;
  height: 52px;
}

.shallwe__report-print .grid-item-03 .inner .top li:nth-child(2) span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: right;
  font-family: roboto;
  letter-spacing: 0;
}

.shallwe__report-print .grid-item-03 .graph-top {
  position: relative;
  margin: 0 14px 28px;
}

.shallwe__report-print .grid-item-03 .graph-top ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.shallwe__report-print .grid-item-03 .graph-top ul li {
  position: relative;
  width: 101px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shallwe__report-print .grid-item-03 .graph-top ol li {
  position: relative;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: normal;
}

.shallwe__report-print .grid-item-03 .graph-top ol li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  box-sizing: border-box;
  transform: translateY(-50%);
}

.shallwe__report-print .grid-item-03 .graph-top ol {
  margin-top: 14px;
}

.shallwe__report-print .grid-item-03 .graph-top ol li:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  color: #000;
}

.shallwe__report-print .grid-item-03 .graph-top ol li:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shallwe__report-print .grid-item-03 .graph-top ul li:nth-child(1) ol li:nth-child(1) {
  transform: translateX(-3px);
}

.shallwe__report-print .grid-item-03 .graph-top ol li:nth-child(1)::before {
  background-color: #000;
}

.shallwe__report-print .grid-item-03 .graph-top ol li:nth-child(2)::before {
  border: 1px solid #000;
  border-radius: 100%;
}

.shallwe__report-print .grid-item-03 .graph-top ul li:nth-child(1) li:nth-child(1)::before {
  right: 76px;
}

.shallwe__report-print .grid-item-03 .graph-top ul li:nth-child(1) li:nth-child(2)::before {
  right: 79px;
}

.shallwe__report-print .grid-item-03 .graph-top ul li:nth-child(2) li:nth-child(1)::before {
  left: 28px;
}

.shallwe__report-print .grid-item-03 .graph-top ul li:nth-child(2) li:nth-child(2)::before {
  left: 28px;
}

.shallwe__report-print .grid-item-03 .graph-top ol li:nth-child(2) {
  color: #000;
}

.shallwe__report-print .grid-item-03 .graph-top ul li:nth-child(1) {
  margin-right: 16px;
}

.shallwe__report-print .grid-item-03 .circle-graph {
  position: relative;
}

.shallwe__report-print .grid-item-03 .circle-graph P {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.shallwe__report-print .grid-item-03 .circle-graph i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 18px;
}

.shallwe__report-print .grid-item-03 .circle-graph span {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.shallwe__report-print .grid-item-03 .bar-graph-area {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.shallwe__report-print .grid-item-03 .bar-graph-area>ul {
  display: flex;
}

.shallwe__report-print .grid-item-03 .bar-graph-area>ul>li {
  width: 66px;
  border-right: 1px solid rgba(44, 92, 171, 0.3);
}

.shallwe__report-print .grid-item-03 .bar-graph-area>ul>li:nth-child(1) {
  width: 72x;
  min-width: 72px;
  border-right: 1px solid #000;
}

.shallwe__report-print .grid-item-03 .bar-graph-area>ul>li ol {
  padding: 7px 0 6px;
}

.shallwe__report-print .grid-item-03 .bar-graph-area>ul>li:nth-child(1) ol li {
  position: relative;
  padding-right: 5px;
  margin-bottom: 3px;
  font-family: 'Roboto';
  font-size: 10px;
  color: #000;
  text-align: right;
}

.shallwe__report-print .grid-item-03 .bar-graph {
  position: absolute;
  top: 0;
  left: 72px;
  /* width: calc( 100% - 89px ); */
  width: calc(100% - 137px);
}

.shallwe__report-print .grid-item-03 .bar-graph-area span {
  position: absolute;
  left: 0;
  height: 10px;
}

.shallwe__report-print .grid-item-03 .bar-graph-area span i {
  position: absolute;
  top: 50%;
  right: -43px;
  font-size: 13px;
  font-weight: bold;
  transform: translateY(-50%);
}

.shallwe__report-print .bar-graph-area span:nth-child(1) i {
  color: #000;
}

.shallwe__report-print .bar-graph-area span:nth-child(2) i {
  color: #000
}

.shallwe__report-print .bar-graph-area span:nth-child(3) i {
  color: #000
}

.shallwe__report-print .bar-graph-area span:nth-child(4) i {
  color: #000
}

.shallwe__report-print .bar-graph-area span:nth-child(5) i {
  color: #000
}

.shallwe__report-print .bar-graph-area span:nth-child(6) i {
  color: #000
}

.shallwe__report-print .bar-graph-area span:nth-child(7) i {
  color: #000
}


.shallwe__report-print .grid-item-03 .bar-graph-area span:nth-child(1) {
  top: 8px;
  background: #000;
}

.shallwe__report-print .grid-item-03 .bar-graph-area span:nth-child(2) {
  top: 21px;
  background: #000;
}

.shallwe__report-print .grid-item-03 .bar-graph-area span:nth-child(3) {
  top: 34px;
  background: #000;
}

.shallwe__report-print .grid-item-03 .bar-graph-area span:nth-child(4) {
  top: 47px;
  background: #000;
}

.shallwe__report-print .grid-item-03 .bar-graph-area span:nth-child(5) {
  top: 60px;
  background: #000;
}

.shallwe__report-print .grid-item-03 .bar-graph-area span:nth-child(6) {
  top: 73px;
  background: #000;
}

.shallwe__report-print .grid-item-03 .bar-graph-area span:nth-child(7) {
  top: 86px;
  background: #000;
}


/*item-04*/
.shallwe__report-print .grid-item-04 .inner .top {
  align-items: center;
  height: 52px;
}

.shallwe__report-print .grid-item-04 .inner-bottom article ul {
  display: flex;
  justify-content: space-between;
  padding: 16px 14px 34px;
}

.shallwe__report-print .grid-item-04 .inner-bottom article ul li p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-family: roboto;
  padding-bottom: 10px
}

.shallwe__report-print .grid-item-04 .inner-bottom article ul li:nth-child(1) {
  transform: translateX(-5px);
}

.shallwe__report-print .grid-item-04 .inner-bottom article ul li span {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #000;
}

/*item-05*/
.shallwe__report-print .grid-item-05 .inner .top {
  align-items: center;
  height: 61px;
}

.shallwe__report-print .grid-item-05 .inner .top li:nth-child(2) span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: right;
  font-family: roboto;
}

.shallwe__report-print .grid-item-05 .inner-bottom article ul li {
  display: flex;
  margin-bottom: 7px;
  margin-right: 7px;
}

.shallwe__report-print .grid-item-05 .inner-bottom article ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 11px 9px 14px;
  width: 100%;
}

.shallwe__report-print .grid-item-05 .inner-bottom article ul span {
  display: block;
  height: 30px;
  line-height: 26px;
  padding: 0 10px;
  border: solid 2px #000;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.shallwe__report-print .grid-item-05 .inner-bottom article ul i {
  display: block;
  min-width: 20px;
  padding: 0 5px;
  margin-left: 2px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  background-color: #000;
}


.report-print2 {
  margin-top: 20px !important;
}

.shallwe__report-print .report-print2 .grid-item-black .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px 7px 9px;
}

.shallwe__report-print .report-print2 .grid-item-black .top .left {
  display: flex;
  align-items: center;
}

.shallwe__report-print .report-print2 .grid-item-black .top .left span {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 2px 2px 0;
  border-radius: 100%;
}

.shallwe__report-print .report-print2 .grid-item-black .top .left strong {
  margin-left: 6px;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  color: #000;
}

.shallwe__report-print .report-print2 .grid-item-black .top .right span {
  display: block;
  min-width: 56px;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  background-color: #000;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 15px;
  letter-spacing: 0.5px;
}

.shallwe__report-print .report-print2 .grid-item-black .top .left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.shallwe__report-print .report-print2 .grid-item-black .middle {
  width: 100%;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner {
  margin: 0 8px;
  border-top: 1px solid #000;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .image-area {
  position: relative;
  margin: 0 10px;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .image-area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .image-area span {
  position: absolute;
  bottom: 4px;
  right: -8px;
  display: block;
  height: 22px;
  line-height: 17px;
  padding: 0 10px;
  border: solid 2px #000;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: #000;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .video-info,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .social-info,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .audience-info {
  border-top: 1px solid #000;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .video-info ul {
  padding: 7px 0;
  margin: 0 10px;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .social-info ul,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .audience-info ul,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .social-info h3,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .audience-info h3 {
  margin: 0 10px;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .video-info ul li,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .social-info ul li,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .audience-info ul li {
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .video-info ul li:nth-child(1) {
  padding-top: 0;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .video-info ul li i,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .social-info ul li i,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .audience-info ul li i {
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #000;
  margin-top: 6px;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .social-info,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .audience-info {
  margin: 0 0 8px
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .social-info h3,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .audience-info h3 {
  margin-top: 7px;
  color: #000;
  font-weight: bold;
  font-size: 10px;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .video-info ul li strong,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .social-info ul li strong,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .audience-info ul li strong {
  position: relative;
  display: block;
  white-space: pre;
  margin-right: 10px;
  color: #000;
  font-weight: normal;
  font-size: 10px;
  font-family: "Noto Sans KR";
  letter-spacing: -0.5px;
}

.shallwe__report-print .report-print2 .grid-item-black .middle .inner .video-info ul li span,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .social-info ul li span,
.shallwe__report-print .report-print2 .grid-item-black .middle .inner .audience-info ul li span {
  display: block;
  white-space: pre;
  margin-left: 10px;
  color: #000;
  font-weight: bold;
  font-size: 10px;
  font-family: roboto;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area>ul {
  display: flex;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area>ul>li {
  width: 66px;
  border-right: 1px solid rgba(44, 92, 171, 0.3);
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area>ul>li:nth-child(1) {
  width: 72px;
  min-width: 72px;
  border-right: 1px solid #000;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area>ul>li ol {
  padding: 7px 0 0;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area>ul>li:nth-child(1) ol li {
  position: relative;
  padding-right: 7px;
  margin-bottom: 3px;
  font-family: 'Roboto';
  font-size: 10px;
  color: #888;
  text-align: right;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph {
  position: absolute;
  top: 0;
  left: 72px;
  /* width: calc( 100% - 89px ); */
  width: calc(100% - 137px);
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area span {
  position: absolute;
  left: 0;
  height: 10px;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area span i {
  position: absolute;
  top: 50%;
  right: -40px;
  font-size: 13px;
  font-weight: bold;
  transform: translateY(-50%);
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area span:nth-child(1) {
  top: 8px;
  background: #000;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area span:nth-child(2) {
  top: 21px;
  background: #000;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area span:nth-child(3) {
  top: 34px;
  background: #000;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area span:nth-child(4) {
  top: 47px;
  background: #000;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area span:nth-child(5) {
  top: 60px;
  background: #000;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area span:nth-child(6) {
  top: 73px;
  background: #000;
}

.shallwe__report-print .report-print2 .grid-item-black .bar-graph-area span:nth-child(7) {
  top: 86px;
  background: #000;
}

/*영상업로드*/
.content__header {
  /* position: sticky; */
  width: 100%;
  padding: 70px 0 60px;
  background-color: #fff;
  z-index: 2;
  /* top: 58px; */
  border-bottom: 1px solid #e4e4e4;
}

.content__header h2 {
  text-align: center;
  font-size: 50px !important;
  font-weight: bold;
  letter-spacing: -0.9px !important;
  line-height: 62px !important;
  color: #000;
}

.content__header .text-area {
  margin-top: 15px;
  text-align: center;
}

.content__header .text-area span {
  display: block;
  width: 671px;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  font-size: 15px;
  letter-spacing: -0.7px;
  color: #000;
}

.content__header .text-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content__header .text-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.content__header .text-info-v2 p:first-child {
  padding-top: 10px;
}

.content__header .text-info ul strong,
.content__header .text-info-v2 p strong {
  font-size: 20px;
  color: #e94869;
}

.content__header .text-info ul em {
  font-style: italic;
  text-transform: lowercase;
}

.content__header .text-info ul li:first-child {
  padding-left: 0;
}

.content__header .text-info ul li {
  padding-left: 10px;
}

.content__header .submission {
  width: 134px;
  height: 39px;
  line-height: 39px;
  margin-left: 13px;
  margin-top: 6px;
  color: #fff;
  font-style: normal;
  opacity: 0.8;
  border-radius: 3px;
  background-color: #e94869;
}

.content__header .submission i,
.content__header .submission em {
  font-style: normal;
}

.content__main {
  width: 100%;
  padding: 40px 0 115px;
  background: #f5f5f5;
}

.content__main .content__area {
  position: relative;
  max-width: 1125px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 10px;
}

.video__wrap {
  width: 671px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
}

.video__wrap {
  margin-top: 40px;
}

.video__wrap:nth-child(1) {
  margin-top: 0
}

.video__wrap .video__inner {
  margin: 0 31px;
}

.video__wrap .top {
  display: flex;
  margin: 40px 0 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

.video__wrap .top .left {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  border: solid 1px #b7b7b7;
  border-radius: 100%;
  flex-shrink: 0;
}

.video__wrap .top .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.video__wrap .top .right li {
  display: flex;
  align-items: flex-start;
}

.video__wrap .top .right em,
.video__wrap .top .right span {
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 1.58;
}

.video__wrap .top .right em {
  display: block;
  width: 95px;
  color: #555;
  font-weight: normal;
  flex-shrink: 0;
}

.video__wrap .top .right span {
  display: block;
  color: #000;
}

.video__wrap .middle {
  margin: 0 0 31px;
}

.video__wrap .middle .middle__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0;
}

.middle__inner>img {
  margin-right: 0.625rem;
}

.video__wrap .middle .middle__inner strong {
  margin-right: 25px;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.video__wrap .video__time {
  display: flex;
  align-items: center;
  margin: 22px 0 0 70px;
}

.video__wrap .video__time .time-control {
  position: relative;
  font-size: 12px;
  color: #737373;
  letter-spacing: -0.5px;
  padding-left: 15px;
}

.video__wrap .video__time .time-control em {
  color: #000;
}

.video__wrap .video__time .time-control .text__essential {
  color: #000;
}

.video__time-error .text__essential {
  color: #cb0b0b !important;
}

.video__wrap .video__time .time-control::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 11px;
  background: url('../images/mm_ico_videoTime.svg') no-repeat top center;
}

.video__wrap .video__time .time-info {
  display: block;
  position: relative;
  margin-left: 18px;
  padding-left: 17px;
  color: #cb0b0b;
  letter-spacing: -0.5px;
  font-size: 12px;
}

.video__wrap .video__time .time-info::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url('../images/mm_ico_videoInfo.svg') no-repeat top center;
}

.video__wrap .video__section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-top: 12px;
  margin-bottom: 30px;
}

.video__wrap .video__section .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70px;
  font-size: 12px;
  letter-spacing: -0.6px;
  color: #111;
  white-space: nowrap;
}

.video__wrap .video__section .input-area {
  position: relative;
  width: 166px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #424242;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2px;

  font-size: 12px;

  padding-left: 10px;
  padding-right: 5px;
}

.video__wrap .video__section .input-area input {
  display: block;
  height: 38px;
  padding: 0;
  border: 0;
  letter-spacing: -0.8px;
  color: #999;
  font-size: inherit;
}

.video__wrap .video__section .input-area input.valid {
  color: #000;
}

.video__wrap .video__section .input-area button.btn__currentTime {
  white-space: nowrap;
  font-size: inherit;
}

.video__wrap .video__section .input-area button.btn__currentTime:hover {
  color: #000;
}

.video__wrap .video__section .input-area>div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: space-between;
}

.video__wrap .video__section .input-area button.btn__arrowUp,
.video__wrap .video__section .input-area button.btn__arrowDown {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
}

.video__wrap .video__section .input-area button:active {
  opacity: 0.7;
}

.video__wrap .video__section .input-area button.btn__arrowUp {
  background: url('../images/mm_ico_videoArrowUp.svg') no-repeat bottom center
}

.video__wrap .video__section .input-area button.btn__arrowDown {
  background: url('../images/mm_ico_videoArrowDown.svg') no-repeat top center
}

.video__wrap .video__section i {
  margin: 0 10px;
}

.video__wrap .video__section .time-error {
  position: absolute;
  bottom: -20px;
  left: 70px;
  letter-spacing: -0.5px;
  font-size: 11px;
  color: #cb0b0b;
}

.video__wrap .video__section-add {
  position: absolute;
  top: 11px;
  right: 0;
  padding-left: 20px;
  font-size: 13px;
  letter-spacing: -0.6px;
  color: #555;
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
}

.video__wrap .video__section-add::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url('../images/mm_ico_video_add_w.svg');
}

.video__wrap .video__section-add:hover {
  color: #000;
}

.video__wrap .video__section-add:hover::before {
  background-image: url('../images/mm_ico_video_add_g.svg');
}

.video__wrap .video__section-add>div {
  color: inherit;
}

.playWrite .icoBox_new>li {
  float: left;
  margin-right: 1rem;
  min-height: 30px;
  margin-bottom: 5px;
  min-width: 21.5%;
  width: auto !important;
}

.btn__clear {
  background: #5E3BF5;
}

.btn__Active {
  background: #E94869;
}

.btn__InActive {
  background: #999;
}

.area__checkbox {
  margin-top: 19px;
}

.video__wrap .youtube__frame {
  width: 326px;
  height: 183px;
  margin-top: 20px;
  margin-left: 70px;
  padding-top: 20px;
}

.video__wrap .youtube__frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video__wrap .bottom {
  margin-bottom: 20px;
}

.video__wrap .bottom button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 35px;
  border-radius: 5px;
  background-color: #171717;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #fff;
}

.video__wrap .bottom button:disabled,
.video__wrap .bottom button[disabled] {
  background-color: #a9a9a9;
  cursor: not-allowed;
  pointer-events: none;
}

.video__component .btndel,
.video__section .btndel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.video__section .btndel {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.video__component .btndel img,
.video__section .btndel img {
  content: url(/resources/static/images/oo_ico-list-minus.svg);
}

.video__component .btndel[disabled],
.video__section .btndel[disabled] {
  cursor: default !important;
  pointer-events: none;
}

.video__component .btndel[disabled] img,
.video__section .btndel[disabled] img {
  content: url(/resources/static/images/oo_ico-list-minus-gray.svg);
}

.video__component {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 671px;
  height: 90px;
  margin: 5px auto 0;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  box-sizing: border-box;
}

.middle__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 30px 16px 35px;
}

.middle__inner .input-area {
  position: relative;
  width: 100%
}

.middle__inner .input-area input {
  font-size: 13px;
  color: #000;
  letter-spacing: -0.5px;
  border: 1px solid #000;
  font-style: normal;
}

.middle__inner .input-area input.input__complet {
  border: 1px solid #e4e4e4;
  color: #aaa;
  font-style: italic;
}

.middle__inner .input-area input::placeholder {
  font-size: 13px;
  color: #000;
  letter-spacing: -0.5px;
}

.middle__inner .input-area .video_name {
  position: absolute;
  bottom: 40px;
  left: -10px;
  font-size: 11px;
  padding-left: 12px;
  color: #999;
  display: inline;
  font-style: italic;
}

.middle__inner .input-area .video_name.invisible {
  display: none;
}

.middle__inner .input-area .invisible {
  display: none;
}

.middle__inner .input-area .pub_date {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 11px;
  padding-left: 12px;
  color: #999;
  display: inline;
  font-style: italic;
}

.middle__inner .input-area .pub_date::before {
  content: "YouTube 업로드 날짜 : ";
  font-style: normal;
}

.middle__inner .input-area .pub_date.invisible {
  display: none;
}

.middle__inner .input__url:disabled,
.middle__inner .input__url:read-only {
  color: #999;
  background-color: white;
  border: 1px solid #999;
  cursor: default !important;
}

.middle__inner strong {
  margin-right: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.middle__inner button img {
  margin-right: 5px;
}

.middle__inner button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 98px;
  height: 40px;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: center;
}

.middle__inner [data-video-reg-btn] {
  background: #E94869;
}

.middle__inner [data-video-reg-btn]>span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.middle__inner [data-video-reg-btn]>span::before {
  width: 16px;
  height: 16px;
  content: url(/resources/static/images/mm_ico_btnActive.svg);
}

.middle__inner [data-video-reg-btn]>span:after {
  content: "등록";
}

.middle__inner [data-video-reg-btn] .btn__Loader {
  display: none;
  position: absolute;
  left: -2px;
  top: 0;
  height: 16px;
  width: 16px;
  border: 2px solid transparent;
  /* box-sizing: border-box; */
  border-right-color: #c91c41;
  border-top-color: #c91c41;
  border-radius: 100%;
  -webkit-animation: loaderSpin 1s infinite linear;
  animation: loaderSpin 1s infinite linear;

}

@-webkit-keyframes loaderSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes loaderSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.middle__inner [data-video-reg-btn].active {
  background: #E94869;
  cursor: wait !important;
  pointer-events: none;
}

.middle__inner [data-video-reg-btn].active .btn__Loader {
  display: inline;
}

.middle__inner [data-video-reg-btn].active>span::before {
  content: url(/resources/static/images/oo_ico_btnIng.svg);
}

.middle__inner [data-video-reg-btn].active>span:after {
  content: "등록중";
}

.middle__inner [data-video-reg-btn].completed {
  background: #5E3BF5;
}

.middle__inner [data-video-reg-btn].registered {
  background: #5E3BF5;
  cursor: default !important;
  pointer-events: none;
}

.middle__inner [data-video-reg-btn].completed>span::before,
[data-video-reg-btn].registered>span::before {
  content: url(/resources/static/images/mm_ico_btnComplet.svg);
}

.middle__inner [data-video-reg-btn].completed>span:after,
[data-video-reg-btn].registered>span::after {
  content: "등록 완료";
}

.middle__inner [data-video-reg-btn].completed:hover {
  background: #999;
}

.middle__inner [data-video-reg-btn].completed:hover>span::before {
  content: url(/resources/static/images/oo_ico_btnCancel.svg);
}

.middle__inner [data-video-reg-btn].completed:hover>span:after {
  content: "등록 취소";
}

.middle__inner [data-video-reg-btn]:disabled {
  background: #999;
  cursor: default !important;
}

.middle__inner [data-video-reg-btn]:disabled>span::before {
  content: url(/resources/static/images/mm_ico_btnInActive.svg);
}

.middle__inner [data-video-reg-btn]:disabled>span:after {
  content: "등록";
}


/*시리즈 업로드*/
.series__component {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #ED262F;
}

.btn-video__component {
  width: 671px;
  height: 47px;
  margin: 0 auto;
  border-radius: 10px;
}

.btn-video__component button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 47px;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
}

.btn-video__component button:hover {
  background: #f2f2f2;
}

.btn-video__component button:active {
  background: #f8f8f8;
}

.btn-video__component button span {
  margin-left: 4px;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #747474;
}

.btn-video__component button img {
  width: 17px;
}

.title__component {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
}

.title__component span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.9px;
  color: #000;
}

.title__component img {
  margin-right: 3px;
}

.series-format__component ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 670px;
  margin: 0 auto;
  gap: 5px
}

.series-format__component ul li:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.series-format__component ul li.active {
  background: #5E3BF5;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.series-format__component ul li .img__btnRegist {
  display: none;
}

.series-format__component ul li.active .img__btnRegist {
  display: block;
  margin-right: 3px;
}

.series-format__component ul li.active span {
  border-right: 0
}

.series-format__component ul ._detail.active .img__btnRegist {
  margin-right: -8px;
  margin-left: 7px;
}

.series-format__component ul li {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 37px;
  background: #fff;
  border: 1px solid #777777;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #333;
  cursor: pointer;
  transition: all 0.1s ease-in;

  padding: 0 10px;
  position: relative;
}

.series-format__component ul li.etc {
  width: initial;
  padding-right: 0;
  justify-content: space-between;
  min-width: 150px;
}

.series-format__component ul li.etc span {
  display: flex;
  align-items: center;
  width: 90px;
  justify-content: flex-start;
  height: 35px;
  border-right: 1px solid #777
}

.series-format__component ul li.etc input {
  width: 100%;
  border: 0;
  height: 35px;
  font-size: 13px;
  padding-left: 9px;
  border-radius: 0 4px 4px 0;
}

.series-format__component input::placeholder {
  font-size: 13px;
  color: #a0a0a0;
}

.product-category__component ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 670px;
  margin: 0 auto;
  gap: 5px
}

.product-category__component ul li {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 37px;
  background: #fff;
  border: 1px solid #777777;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #333;
  cursor: pointer;
  position: relative;
}

.product-category__component .category-01:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-02:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-03:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-04:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-05:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-06:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-07:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-08:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-09:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-010:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-011:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-012:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-013:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-014:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.product-category__component .category-01.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component .category-02.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component .category-03.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component .category-04.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component .category-05.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component ul .category-06.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component ul .category-07.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component ul .category-08.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component ul .category-09.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component ul .category-010.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component ul .category-011.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component ul .category-012.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component ul .category-013.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.product-category__component ul .category-014.active {
  border: 1px solid #5E3BF5;
  background: #5E3BF5;
  color: #fff;
}

.category__product {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  background: #fff;
  border: 1px solid #777777;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #333;
  cursor: pointer;
}

.product-category__component ul li.inActive {
  opacity: 0.5;
}

.category-01:hover {
  border: 1px solid #EC8349;
  color: #EC8349;
  box-sizing: border-box;
}

.category-02:hover {
  border: 1px solid #EB5B55;
  color: #EB5B55;
  box-sizing: border-box;
}

.category-03:hover {
  border: 1px solid #6DD95F;
  color: #6DD95F;
  box-sizing: border-box;
}

.category-04:hover {
  border: 1px solid #46A097;
  color: #46A097;
  box-sizing: border-box;
}

.category-05:hover {
  border: 1px solid #330099;
  color: #330099;
  box-sizing: border-box;
}

.category-06:hover {
  border: 1px solid #135EA6;
  color: #135EA6;
  box-sizing: border-box;
}

.category-07:hover {
  border: 1px solid #8B25F5;
  color: #8B25F5;
  box-sizing: border-box;
}

.category-08:hover {
  border: 1px solid #EEB43B;
  color: #EEB43B;
  box-sizing: border-box;
}

.category-09:hover {
  border: 1px solid #EC8349;
  color: #EC8349;
  box-sizing: border-box;
}

.category-010:hover {
  border: 1px solid #EB5B55;
  color: #EB5B55;
  box-sizing: border-box;
}

.category-011:hover {
  border: 1px solid #6DD95F;
  color: #6DD95F;
  box-sizing: border-box;
}

.category-012:hover {
  border: 1px solid #46A097;
  color: #46A097;
  box-sizing: border-box;
}

.category-013:hover {
  border: 1px solid #330099;
  color: #330099;
  box-sizing: border-box;
}

.category-01.active {
  border: 1px solid #EC8349;
  background: #EC8349;
  color: #fff;
}

.category-02.active {
  border: 1px solid #EB5B55;
  background: #EB5B55;
  color: #fff;
}

.category-03.active {
  border: 1px solid #6DD95F;
  background: #6DD95F;
  color: #fff;
}

.category-04.active {
  border: 1px solid #46A097;
  background: #46A097;
  color: #fff;
}

.category-05.active {
  border: 1px solid #330099;
  background: #330099;
  color: #fff;
}

.category-06.active {
  border: 1px solid #135EA6;
  background: #135EA6;
  color: #fff;
}

.category-07.active {
  border: 1px solid #8B25F5;
  background: #8B25F5;
  color: #fff;
}

.category-08.active {
  border: 1px solid #EEB43B;
  ;
  background: #EEB43B;
  color: #fff;
}

/*hhj 추가 09-13 */

.category-09.active {
  border: 1px solid #EC8349;
  background: #EC8349;
  color: #fff;
}

.category-010.active {
  border: 1px solid #EB5B55;
  background: #EB5B55;
  color: #fff;
}

.category-011.active {
  border: 1px solid #6DD95F;
  background: #6DD95F;
  color: #fff;
}

.category-012.active {
  border: 1px solid #46A097;
  background: #46A097;
  color: #fff;
}

.category-013.active {
  border: 1px solid #330099;
  background: #330099;
  color: #fff;
}


.series-title__component {
  width: 670px;
  height: 40px;
  margin: 0 auto;
}

.series-title__component .input-area {
  width: 670px;
  height: 40px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  box-sizing: border-box;
}

.series-title__component .input-area input {
  height: 38px;
  border: 0;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #000;
}

.series-title__component .input-area input::placeholder {
  color: #a0a0a0
}

.series-title__component:hover .series-name-tooltip.active  {
  display: block;
}

.series-title__component .input-area input:focus+.series-name-tooltip {
  display: none;
}

.series-title__component .series-name-tooltip {
  display: none;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  transform: translate(0, 100%);
  max-width: 100%;
  min-height: 2rem;
  padding: 1.143rem 0.938rem;
  background-color: rgba(255, 255, 255, 0.99);
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 100;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  word-wrap: break-word;
}


.brand-promotion__component {
  width: 670px;
  margin: 0 auto;
}

.brand-promotion_list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}

.brand-promotion_list>li {
  flex-basis: 200px;
  flex-shrink: 0;
}

.brand-promotion_list .title {
  display: flex;
  justify-content: center;
}

.brand-promotion_list .title em {
  margin-right: 2px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #888;
}

.brand-promotion_list .title span {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #555;
}

.brand-promotion_list .list li {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 37px;
  margin-top: 5px;
  border: 1px solid #777777;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #333;
  cursor: pointer;
}

.brand-promotion_list li ol li:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.brand-promotion_list li ol li.active {
  background: #5E3BF5;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.collaboration__component {
  width: 670px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
}

.collaboration__component ul>li {
  display: flex;
  align-items: center;
  position: relative;
}

.collaboration__component ul>li .checkbox-area,
.collaboration__component ul>li .checkbox-area label {
  display: flex;
  align-items: center;
}

.collaboration__component ul>li .checkbox-area label img,
.collaboration__component ul>li .left>span {
  margin-left: 12px;
}

.collaboration__component ul>li:nth-child(1) {
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
}

.collaboration__component ul>li:nth-child(1) .right {
  display: flex;
  align-items: center;
}

.collaboration__component ul>li:nth-child(1) .right span {
  font-size: 13px;
  color: #999
}

.collaboration__component ul>li:nth-child(1) .right img {
  margin-right: 7px;
}

.collaboration__component ul>li:nth-child(1) .checkbox-area,
.collaboration__component ul>li:nth-child(2) .checkbox-area,
.collaboration__component ul>li:nth-child(3) .checkbox-area,
.collaboration__component ul>li:nth-child(4) .left span {
  margin-left: 28px;
}

.collaboration__component ul>li:nth-child(2) {
  padding: 14px 0;
  border-bottom: 1px solid #e4e4e4;
}

.collaboration__component ul>li:nth-child(2) .right ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0
}

.collaboration__component ul>li:nth-child(2) .right ul li .area {
  display: flex;
  align-items: center;
}

.collaboration__component ul>li:nth-child(2) .right ul li .area span {
  width: 135px;
}

.collaboration__component ul>li:nth-child(2) .right ul li .area em {
  margin-left: 9px;
}

.collaboration__component ul>li:nth-child(2) .right ul li .area span,
.collaboration__component ul>li:nth-child(2) .right ul li .area em,
.collaboration__component ul>li:nth-child(3) .right .price-area span,
.collaboration__component ul>li:nth-child(3) .right .price-area em {
  font-weight: 400;
  font-size: 13px;
  color: #000;
}

.collaboration__component .input-area {
  width: 100px;
  height: 40px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 3px;
}

.collaboration__component .input-area input {
  height: 38px;
  border: 0;
}

.collaboration__component .input-area input:read-only {
  background-color: rgba(0, 0, 0, 0.05);
}

.collaboration__component .radio-wrap input[type="radio"]:disabled+label {
  opacity: 0.7;
  cursor: default;
}

.collaboration__component .radio-wrap input[type="radio"]:disabled+label:before {
  background-image: url(../images/radio-off.png);
}

.collaboration__component ul>li .info {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.collaboration__component ul>li .info img {
  margin-right: 7px;
}

.collaboration__component ul>li .info span {
  font-size: 12px;
  color: #999;
  line-height: 14px;
}

.collaboration__component ul>li:nth-child(3) {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;

}

.collaboration__component ul>li:nth-child(3) .right .radio-wrap,
.collaboration__component ul>li:nth-child(3) .right .price-area {
  display: flex;
  align-items: center;
}

.collaboration__component ul>li:nth-child(3) .right .radio-area {
  width: 150px;
}

.collaboration__component ul>li:nth-child(3) .right .price-area span {
  width: 135px;
}

.collaboration__component ul>li:nth-child(3) .right .price-area {
  margin-top: 20px;
}

.collaboration__component ul>li:nth-child(3) .right .price-area em {
  margin-left: 9px;
}

.collaboration__component ul>li:nth-child(3) .right .price-area em i {
  margin-left: 5px;
  font-style: normal;
  color: #999
}

.collaboration__component ul>li:nth-child(4) {
  padding: 25px 0;
  background: #F6F7FB;
}

.collaboration__component ul>li .left {
  width: 180px;
}

.collaboration__component ul>li:nth-child(3) .info {
  margin-top: 15px;
  margin-left: 0
}

.collaboration__component ul>li:nth-child(3) .info span {
  width: 427px;
}

.collaboration__component ul>li:nth-child(4) .left span {
  font-weight: 400;
  font-size: 12px;
  color: #777;
  letter-spacing: -0.7px;
}

.collaboration__component ul>li:nth-child(4) .radio-wrap {
  display: flex;
  align-items: center;
}

.collaboration__component ul>li:nth-child(4) .radio-wrap .radio-area:first-child {
  width: 70px;
}

.collaboration__component ul>li:nth-child(4) .radio-wrap .radio-area label {
  font-weight: 400;
  font-size: 13px;
  color: #777
}

.collaboration__component ul>li:nth-child(4) .radio-wrap .radio-area label i {
  font-size: 11px;
  font-style: normal;
}

.performance__component {
  width: 670px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}

.performance__component>p {
  padding: 20px 0;
  background: #F6F7FB;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.45px;
  color: #000;
}

.performance-info {
  display: flex;
  align-items: center;
  margin: 0 30px;
  padding: 25px 0;
}

.performance__component .graph-area img {
  width: 28px;
}

.performance__component .graph-area {
  display: flex;
  align-items: center;
  /*width: 220px;*/
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.performance__component .graph-area em {
  margin: 0 20px 0 3px;
}

.performance__component .graph-area span {
  display: flex;
  align-items: center;
  height: 38px;
  border-right: 1px solid #e4e4e4;
}

.performance__component .graph-area strong {
  margin: 0 9px;
}

.performance__component .graph-area em {
  font-size: 14px;
}

.performance__component .graph-area strong,
.performance__component .graph-area em {
  color: #999
}

.performance__component .graph-area img {
  margin-left: 6px
}

.performance__component .graph-area strong {
  display: block;
  font-weight: normal;
  font-family: 'Noto Sans R';
}

.performance__component .text-area {
  width: 377px;
  margin-left: 12px;
}

.performance__component .text-area strong {
  font-weight: normal;
  font-family: 'Noto Sans R';
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  letter-spacing: -1px;
  word-break: break-all;
}

.performance__component .text-area p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 16px;
  color: #aaa;
  letter-spacing: -0.5px;
}

.performance__component .text-area a {
  margin-top: 8px;
  font-size: 12px;
  color: #E94869;
  letter-spacing: -0.05px;
}

.performance__component .text-area a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.options-input__component {
  width: 670px;
  margin: 0 auto;
}

.options-input__component input {
  font-size: 13px;
  letter-spacing: -0.5px;
  border: 0;
}

.options-input__component .input-area {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.options-input__component .checkbox-wrap {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 5px;
}

.options-input__component .checkbox-area {
  margin-left: 16px;
}

.options-input__component input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.options-input__component label {
  cursor: pointer;
  text-indent: -9999px;
  width: 35px;
  height: 20px;
  background: #e4e4e4;
  display: block;
  border-radius: 100px;
  position: relative;
}

.options-input__component label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s;
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.options-input__component input:checked+label {
  background: #E94869;
}

.options-input__component input:checked+label:after {
  left: calc(100% - 17px);
  transform: translateX(-100%);
}

.options-input__component label:active:after {
  width: 20px;
}

.options-input__component .checkbox-wrap span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 13px;
}

.options-input__component .checkbox-wrap span.active {
  color: #000
}

.options-input__component .checkbox-wrap span.in-active {
  display: none;
  color: #999
}

.options-input__component .switch-info-area {
  display: none;
}

.options-input__component .info {
  display: flex;
  align-items: center;
}

.options-input__component .info span {
  margin-left: 3px;
  font-size: 12px;
  color: #999
}

.section-btn-wrap,
.btn-save-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.section-btn-wrap .btn {
  width: 131px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -1px;
  border-radius: 5px;
}

.section-btn-wrap .btn__upload {
  background: #FF4C4E;
  color: #fff
}

.section-btn-wrap .btn__preSave,
.section-btn-wrap .btn__cancel {
  border: 1px solid #e4e4e4;
  color: #FF4C4E;
  box-sizing: border-box;
}


/*단독캠페인*/
.campaign__main .category-area input[type="radio"]:checked+label:before {
  width: 18px;
  height: 18px;
  background: url(../images/mm_ico_campaign_checked.svg) no-repeat 0 0;
  background-size: 18px;
}

.campaign__main .category-area input[type="radio"]+label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: 0;
  background: none;
  background-size: 18px;
}

.campaign__main .category-area .radio-area {
  width: 115px;
  height: 40px;
}

.campaign__main .category-area input[type="radio"]:checked+label {
  background: #E94869;
  color: #fff;
}

.campaign__main .category-area .radio-area label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.188rem;
  height: 2.5rem;
  line-height: 1.125rem;
  font-size: 13px;
  color: #E94869;
  text-align: center;
  border: 1px solid #E94869;
  color: #E94869;
  box-sizing: border-box;
  border-radius: 5px;
}

.campaign__main .radio-area label span {
  display: block;
  margin-left: 5px;
}

.campaign-category__component {
  width: 900px;
  margin: 0 auto;
  background: #FAFBFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}

.campaign-category__component .category-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 62px;
}

.campaign-category__component .category-area .left {
  margin-right: 47px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.6px;
  color: #000
}

.campaign-category__component .category-area .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
}

.campaign-category__component .category-area .right .detail-link {
  font-size: 14px;
  color: #3cabff;
  text-decoration: underline;
  margin-left: 8px;
  cursor: pointer;
}


.campaign-select__component {
  width: 910px;
  margin: 0 auto;
}

.campaign-select__component .selectric {
  border: 1px solid #606060;
}

.campaign-select__component>ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.campaign-select__component>ul>li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 444px;
  height: 120px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.campaign-select__component>ul>li .left {
  /*width: 85px;*/
  /*margin-left: 60px;*/
  width: 30%;
  margin: 0px 20px 0px 20px;
  text-align: center;
}

.campaign-select__component>ul>li .left span {
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #000;
}

.campaign-select__component>ul>li .right {
  /*margin-left: 40px;*/
  width: 70%;
}

.campaign-select__component>ul>li .right .select-area {
  /*width: 200px;*/
  /*width: 210px;*/
  width: 90%;
  margin-bottom: 6px;
}

.campaign__main .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.campaign__main .info img {
  margin-right: 5px;
}

.campaign__main .info span {
  display: block;
  margin-top: 0;
  font-size: 11px;
  color: #999;
}

.campaign-select__component ul>li:nth-child(2) .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.campaign-select__component ul>li:nth-child(1) .info img,
.campaign-select__component ul>li:nth-child(2) .info img {
  margin-right: 5px;
}

.campaign-select__component ul>li:nth-child(2) .info span {
  display: block;
  /*margin-top: 5px;*/
  margin-bottom: 5px;
  font-size: 10px;
  color: #EB5B55
}

.price__component {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 900px;
  height: 60px;
  background: #FAFBFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}

.price__component span,
.price__component strong {
  font-size: 13px;
  color: #000;
  letter-spacing: -0.7px;
}

.price__component strong {
  margin-left: 25px;
}

.campaign-info__component {
  width: 900px;
  margin: 0 auto;
}

.campaign-info__component .campaign-info__text {
  padding: 30px 0;
  background: #FAFBFF;
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  border-radius: 5px 5px 0 0;
}

.campaign-info__component .campaign-info__text p {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.45px;
  color: #000
}

.campaign-info__component .campaign-info__text .info {
  justify-content: center;
  margin-top: 8px;
}

.campaign-info__component .campaign-info__select {
  border: 1px solid #E4E4E4;
  border-radius: 0 0 5px 5px;
}

.info-title__type {
  display: flex;
  justify-content: center !important;
  margin-top: 5px;
}

.hope-target__component {
  margin-top: 30px;
}

.hope-target__component .hope-target-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hope-target__component .hope-target-area .left {
  margin-right: 50px;
}

.hope-target__component .hope-target-area .left .checkbox-flex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hope-target__component .hope-target-area .left span,
.hope-target__component .hope-target-area .right span {
  display: block;
  margin-bottom: 13px;
}

.hope-target__component .hope-target-area .right .checkbox-flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 320px;
  gap: 5px 20px;
}

.campaign__main .series-format__component ul li.active {
  background: #EC385D;
  border: 1px solid #EC385D;
  color: #fff;
}

.campaign__main .series-format__component ul li:hover {
  background: #ff849d;
  border: 1px solid #EC385D;
  color: #fff;
}

.campaign__main .brand-promotion_list li ol li:hover {
  background: #ff849d;
  border: 1px solid #EC385D;
  color: #fff;
}

.campaign__main .brand-promotion_list li ol li.active {
  background: #EC385D;
  border: 1px solid #EC385D;
  color: #fff;
}

.campaign__main input[type="checkbox"]+label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: -2px 6px 0 0;
  background: url(../images/mm_ico_checkbox-off-rd.svg) no-repeat 0 0 !important;
  background-size: 18px;
}

.campaign__main input[type="checkbox"]:checked+label:before {
  background: url(../images/mm_ico_checkbox-on-rd.svg) no-repeat 0 0 !important;
  background-size: 18px;
}

.campaign__main .section-btn-wrap .btn__upload,
.campaign__main .btn__next,
.campaign__main .btn__submit {
  background: #EC385D;
  color: #fff;
}

.campaign__main .btn__submit:disabled {
  background: #999;
  cursor: default !important;
  pointer-events: none;
}

.campaign__main .section-btn-wrap .btn__preSave,
.campaign__main .section-btn-wrap .btn__cancel,
.campaign__main .btn__prev,
.campaign__main .btn__preview {
  border: 1px solid #e4e4e4;
  color: #EC385D;
  box-sizing: border-box;
}

.campaign__header .tab-list {
  width: 435px;
  height: 50px;
  margin: 20px auto 0;
  border: 1px solid #818181;
  border-radius: 50px;
}

.campaign__header .tab-list ul {
  display: flex;
  align-items: center;
  height: 50px;
}

.campaign__header .tab-list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
}

.campaign__header .tab-list ul li a {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #4F4F4F;
}

.campaign__header .tab-list ul li.active {
  height: 50px;
  background: #000;
  border-radius: 50px;
}

.campaign__header .tab-list ul li.active a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.7px;
  color: #fff;
}

.campaign__main .selectric .label {
  color: #303030
}

.campaign-category__type {
  border-radius: 10px 10px 0 0;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 0;
}

.campaign-selectV2__component {
  width: 900px;
  margin: 0 auto;
  background: #FAFBFF;
  border: 1px solid #E4E4E4;
  border-radius: 0 0 10px 10px;
}

.campaign-selectV2-area {
  display: flex;
  align-items: center;
  padding: 28px 62px;
}

.campaign-selectV2-area .left {
  margin-right: 47px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.6px;
  color: #000
}

.campaign-selectV2-area .right>ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 10px;
  width: 410px;
}

.campaign-selectV2-area .right strong {
  display: block;
  margin-bottom: 2px;
  font-weight: normal;
  font-family: 'Noto Sans R', 'dotum', sans-serif;
  font-size: 11px;
  color: #999;
}

.campaign-selectV2-area .right .selectric {
  width: 200px !important;
  height: 40px;
  border: 1px solid #606060;
}

.campaign__main .campaign-radio input[type="radio"]:checked+label {
  background: none;
  color: #333;
}

.checkbox-area label {
  color: #333;
}

.campaign__main .campaign-radio input[type="radio"]+label {
  display: inline-block;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.campaign__main .campaign-radio input[type="radio"]+label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: -2px 6px 0 0;
  background: url(../images/mm_ico_checkbox-off-rd.svg) no-repeat 0 0 !important;
  background-size: 18px;
}

.campaign__main .campaign-radio input[type="radio"]:checked+label:before {
  background: url(../images/mm_ico_checkbox-on-rd.svg) no-repeat 0 0 !important;
  background-size: 18px;
}

/*제공제품*/
.campaign-wrap__border {
  width: 900px;
  margin: 0 auto;
  padding: 35px 0;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  box-sizing: border-box;
}

.product-offer__component {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}

.product-offer-inner {
  padding: 0 114px;
}

.procut__form {
  display: flex;
  align-items: center;
}

.product-offer-inner .left {
  width: 144px;
}

.product-offer-inner .info {
  padding-left: 144px;
  margin-top: 20px;
}

.procut__form .form-inner,
.form-inner {
  display: flex;
  align-items: center;
}

.procut__form .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 22px;
}

.procut__form {
  margin-top: 5px;
}

.procut__form .left img {
  margin-right: 3px;
}

.procut__form .right {
  width: 526px;
}

.procut__form .left span {
  font-size: 14px;
}

.procut__form input {
  font-size: 13px;
}

.procut__form input::placeholder {
  font-size: 13px;
}

.campaign__main input[type="text"]:focus,
.campaign__main input[type="email"]:focus,
.campaign__main input[type="password"]:focus,
.campaign__main input[type="tel"]:focus {
  border-color: #E94869
}

/*input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled {background:#f6f6f7;} */

.procut-name__form .input-area,
.procut-company__form .input-area,
.procut-weight__form .input-area,
.procut-price__form .input-area {
  width: 100%
}

/*브랜드명*/
.procut-brand__form .right .input-area {
  width: 50%;
}

.procut-brand__form .right .input-area:nth-child(2) {
  margin-left: 5px;
}

/*브랜드로고파일*/
/* #upload-input {
  display: none;
} */
.procut-logo__form .upload-button,
.procut-file__form .upload-button {
  width: 123px;
  height: 40px;
  background: #444;
  border-radius: 0 5px 5px 0;
  font-size: 13px;
  letter-spacing: -0.7px;
  color: #fff;
}

.procut-logo__form .form-inner .input-area:nth-child(1),
.procut-file__form .form-inner .input-area:nth-child(1) {
  width: 100% !important;
}

.procut-logo__form input,
.procut-file__form input {
  border-radius: 3px 0 0 3px;
}

/*제품옵션*/
.procut-option__form .campaign-checkbox {
  width: 30%
}

.campaign__main input[type="checkbox"]+label {
  color: #333
}

/*옵션입력*/
.procut-input__form {
  display: flex;
  align-items: flex-start;
}

.procut-input__form .left span {
  margin-top: 68px;
}

.procut-input__form .info-option {
  display: flex;
  align-items: center;
}

.procut-input__form .info-option em {
  margin-right: 3px;
  font-size: 13px;
  color: #333;
}

.product-offer-inner .procut-input__form .info {
  padding-left: 0;
  margin-top: 0;
}

.procut-input__form .form-inner {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.procut-input__form .form-inner .input-area {
  margin-top: 7px;
  width: 100%
}

.procut-input__form .btn-campaign__option {
  display: block;
  width: 150px;
  height: 40px;
  margin-top: 5px;
  background: #E94869;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  letter-spacing: -0.5px;
  font-size: 13px;
}

.procut-input__form input[type="checkbox"]+label {
  width: 18px;
}

.procut-input__form .campaign-checkbox {
  margin-top: -4px;
}

.procut-input__form .campaign__main input[type="checkbox"]+label:before {
  width: 18px;
  height: 18px;
  margin: 0 0 0 0 !important
}

.procut-input__form .campaign-table {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}

.procut-input__form .campaign-table table th:nth-child(1),
.procut-input__form .campaign-table table tr td:nth-child(1) {
  width: 44px;
  text-align: center;
}

.procut-input__form .campaign-table table th:nth-child(2),
.procut-input__form .campaign-table table th:nth-child(3),
.procut-input__form .campaign-table table th:nth-child(4),
.procut-input__form .campaign-table table th:nth-child(5),
.procut-input__form .campaign-table table th:nth-child(6) {
  width: 98px;
}

.procut-input__form .campaign-table table tr td:nth-child(2),
.procut-input__form .campaign-table table tr td:nth-child(3),
.procut-input__form .campaign-table table tr td:nth-child(4),
.procut-input__form .campaign-table table tr td:nth-child(5),
.procut-input__form .campaign-table table tr td:nth-child(6) {
  width: 98px;
  text-align: center;
}

.procut-input__form .campaign-table table th:nth-child(1) {
  border-left: 0;
}

.procut-input__form .campaign-table table th {
  height: 40px;
  background: #F6F7FB;
  border-left: 1px solid #e4e4e4;
}

.procut-input__form .campaign-table table tr td:nth-child(1) {
  border-left: 0;
}

.procut-input__form .campaign-table table tr td {
  height: 40px;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.procut-input__form .campaign-table table th span {
  font-size: 13px;
  color: #333;
  letter-spacing: -0.5px;
}

.procut-input__form .option-count {
  display: flex;
  align-items: center;
  justify-content: center;
}

.procut-input__form .option-count span {
  margin: 0 5px;
}

.procut-input__form .option-count button {
  display: block;
  font-size: 22px;
  color: #E94869
}

.procut-input__form .campaign-table table tr td span {
  font-size: 13px;
  color: #555;
  letter-spacing: -0.5px;
}

.procut-input__form .campaign-table table tr td .input-area {
  margin-top: 0;
}

.procut-input__form .campaign-table table tr td .upload-button {
  display: block;
  width: 72px;
  height: 20px;
  margin: 0 auto;
  line-height: 20px;
  background: #999;
  color: #fff;
  text-align: center;
  font-size: 11px;
  border-radius: 3px;
}

.procut-input__form .table-button-area {
  display: flex;
  align-items: center;
  margin: 14px 0 5px;
}

.procut-input__form .table-button-area button:nth-child(1) {
  margin-right: 5px;
}

.procut-input__form .table-button-area button {
  display: block;
  width: 50px;
  height: 25px;
  border: 1px solid #777;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
}

.campaign-option-text {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.campaign-option-text span {
  font-size: 13px;
  letter-spacing: -0.7px;
  color: #000;
}

.campaign-option-text .selectric {
  display: block;
  width: 115px !important;
  height: 39px;
  border: 1px solid #777;
  border-radius: 3px;
  box-sizing: border-box;
}

.campaign-option-text .select-area {
  margin: 0 10px;
}

.campaign-option-text .option-count {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 115px !important;
  height: 39px;
  margin: 0 10px;
  border: 1px solid #777;
  border-radius: 3px;
  box-sizing: border-box;
}

/*반납옵션*/
.procut-return__form {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.procut-return__form .right span {
  font-size: 14px;
  color: #333
}

.procut-return__form .form-inner {
  margin-top: 15px;
}

.procut-return__form .form-inner .campaign-checkbox {
  width: 33%;
}

/*추가제공제품*/
.add-product__component {
  width: 900px;
  margin: 0 auto;
}

.add-product__component button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.add-product__component button img {
  display: block;
  margin-right: 5px;
  width: 17px;
}

/*배송정보*/
.delivery__component {
  width: 900px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}

.delivery__component .delivery-area {
  padding: 0 114px;
}

.delivery__component .delivery-area .left {
  width: 145px;
  font-size: 14px;
  color: #333
}

.delivery__component .delivery-content {
  display: flex;
  align-items: center;
}

.delivery__component .info i {
  font-style: normal;
  color: #E94869
}

.delivery-date-text {
  display: flex;
  align-items: center;
}

.delivery-date-text input,
.delivery-date-text .selectric-wrapper {
  width: 120px;
  margin: 0 8px;
  color: #000;
  letter-spacing: -0.5px;
  font-size: 13px;
}

.delivery-date-text input::placeholder {
  color: #000;
  letter-spacing: -0.5px;
  font-size: 13px;
}

.delivery-address .right {
  width: 320px;
}

.delivery-content span {
  font-size: 13px;
  color: #000;
}

.delivery-content label em,
.delivery-content label span {
  font-size: 13px;
}

.delivery-content label em {
  color: #E94869;
}

.delivery-count .info {
  margin-top: 8px;
  margin-left: 87px;
}

.delivery-date .info {
  margin-bottom: 9px;
  margin-left: 67px;
}

.detail-page__content {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.detail-page__content .info {
  margin: 0 0 5px;
}

.form-inner .upload-button {
  width: 123px;
  height: 40px;
  background: #444;
  border-radius: 0 5px 5px 0;
  font-size: 13px;
  letter-spacing: -0.7px;
  color: #fff;
}

.form-inner .input-area:nth-child(1) {
  width: 100% !important;
}

.form-inner input {
  border-radius: 3px 0 0 3px;
  font-size: 13px;
  color: #333
}

.form-inner input::placeholder {
  font-size: 13px;
  color: #999
}

.detail-page__inner {
  padding: 25px 114px;
}

.detail-page__inner .left {
  display: flex;
  align-items: center;
  width: 144px;
}

.detail-page__inner .left img {
  margin-right: 3px;
}

.detail-page__inner .right {
  width: 526px;
}

.detail__maincut .left {
  margin-top: 20px;
}

.detail-page__component,
.campaign-purpose__component,
.video-guide__component {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.campaign-purpose__inner {
  width: 500px;
  margin: 0 auto;
  padding: 25px 0;
}

.detail-page__inner .left span {
  font-size: 14px;
}

.campaign__main .radio-area {
  width: 115px;
  height: 40px;
}

.campaign__main .category-area .radio-area label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.188rem;
  height: 2.5rem;
  line-height: 1.125rem;
  font-size: 13px;
  color: #E94869;
  text-align: center;
  border: 1px solid #E94869;
  color: #E94869;
  box-sizing: border-box;
  border-radius: 5px;
}

.campaign__main .radio-area label span {
  display: block;
  margin-left: 5px;
}

.campaign-purpose__inner ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 28px 0;
}

.campaign-purpose__inner ul li {
  width: 33.33%
}

.campaign-purpose__inner ul li:last-child label {
  display: flex;
  align-items: center;
}

.campaign-purpose__inner ul li:last-child label input {
  width: 140px;
  height: 36px;
  padding-left: 5px;
  font-size: 13px;
}

.campaign-purpose__inner ul li:last-child label input::placeholder {
  font-size: 13px;
}

.video-guide__inner {
  padding: 30px 114px;
}

.btn__guarantee {
  display: block;
  width: 89px;
}

.video-guide__content .left {
  width: 144px;
}

.video-guide__content .left .left-inner {
  display: flex;
  align-items: center;
  width: 144px;
}

.video-guide__content .left img {
  margin-right: 3px;
}

.video-guide__content .left span {
  width: 144px;
  font-size: 14px;
}

.video-guide__content .left span em {
  color: #999
}

.video-guide__content .right {
  width: 526px;
}

.campaign__main input[type="radio"]:checked+label {
  color: #000;
}

.campaign__main input[type="radio"]+label {
  color: #000;
  font-size: 13px;
  letter-spacing: -0.5px;
}

.campaign__main input[type="radio"]:checked+label:before {
  width: 18px;
  height: 18px;
  background: url(../images/mm_ico_radio_checkOn.svg) no-repeat 0 0;
  background-size: 18px;
}

.campaign__main input[type="radio"]+label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  background: url(../images/mm_ico_radio_checkOff.svg) no-repeat 0 0;
  background-size: 18px;
}

.pay__content .right {
  display: flex;
  align-items: center;
}

.video-guide__content {
  display: flex;
  align-items: center;
}

.common__content,
.essential__content {
  align-items: flex-start;
}

.pay__content .radio-area-v2 label {
  display: flex;
  align-items: center;
}

.pay__content .radio-area-v2 label input {
  width: 356px;
  height: 39px;
  padding-left: 5px;
  font-size: 13px;
}

.pay__content .radio-area-v2:nth-child(1) {
  margin-right: 30px;
}

.pay__content,
.visible-image__content {
  padding-bottom: 25px;
  border-bottom: 2px dotted #e4e4e4;
}

.essential__content {
  margin-top: 25px;
}

.textarea__content {
  position: relative;
}

.textarea__content textarea {
  width: 100%;
  height: 80px;
  resize: none;
  border-radius: 5px;
}

.textarea__content textarea::placeholder {
  color: #999;
  font-size: 13px;
  letter-spacing: -0.5px;
}

#textarea-count {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #999;
  font-size: 12px;
}

.notice__content {
  width: 100%;
  margin-top: 5px;
  padding: 15px 0;
  background: #F6F7FB;
  border-radius: 5px;
}

.notice__content strong {
  margin: 0 15px;
  font-size: 12px;
  color: #000;
}

.notice__content p {
  margin: 6px 15px 0;
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #555;
}

.notice__content .checkbox-area {
  margin: 10px 15px 0;
}

.notice__content .checkbox-area label {
  font-size: 12px;
}

.no-mention__content {
  align-items: flex-start;
  margin-top: 15px;
}

.reference__content {
  align-items: flex-start;
  margin-top: 10px;
}

.references__content,
.visible-image__content {
  margin-top: 10px;
}

.add__content {
  align-items: flex-start;
  margin-top: 25px;
}

.add__content .left {
  margin-top: 10px;
}

.add__content .right ul li {
  display: flex;
  align-items: center;
  height: 39px;
  margin-top: 6px;
}

.add__content .right ul li:nth-child(1) {
  margin-top: 0
}

.add__content .right ul li:nth-child(3) input {
  width: 386px;
}

.add__content li:nth-child(4) .form-inner {
  width: 386px;
}

.add__content .right ul li strong {
  display: block;
  width: 140px;
  font-family: 'Noto Sans R';
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: normal;
}

.campaign-method__component {
  width: 900px;
  margin: 0 auto;
}

.campaign-method__component ul li {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 15px 0;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}

.campaign-method__component ul li:nth-child(1) {
  margin-top: 0;
}

.campaign-method__component ul li .left {
  width: 200px;
  margin-left: 114px;
  font-size: 14px;
  letter-spacing: -0.5px;
}

.campaign-method__component ul li .right {
  width: 480px;
}

.campaign-method__component ul li .right p {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #4F4F4F;
}

.campaign-method__component ul li .right>div {
  display: flex;
  align-items: center;
}

.campaign-method__component ul li .right .checkbox-area {
  width: 50%;
}



.visit__component {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}

.visit__inner {
  padding: 0 114px 30px;
}

.visit__component .procut__form {
  display: flex;
  align-items: center;
}

.visit__inner .left {
  width: 144px;
}

.visit__inner .info {
  padding-left: 144px;
  margin-top: 20px;
}

.visit__inner .info_first {
  margin-bottom: 25px;
}

.visit__component .procut__form .form-inner,
.visit__component .form-inner {
  display: flex;
  align-items: center;
}

.visit__component .procut__form .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 22px;
}

.visit__component .procut__form {
  margin-top: 5px;
}

.visit__component .procut__form .left img {
  margin-right: 3px;
}

.visit__component .procut__form .right {
  width: 526px;
}

.visit__component .procut__form .left span {
  font-size: 14px;
}

.visit__component .procut__form input {
  font-size: 13px;
}

.visit__component .procut__form input::placeholder {
  font-size: 13px;
}

/*브랜드명*/
.procut-brand__form .right .input-area {
  width: 50% !important;
}

.procut-brand__form input {
  border-radius: 3px !important;
}

.procut-brand__form .right .input-area:nth-child(2) {
  margin-left: 5px;
}

/*브랜드로고파일*/
#upload-input {
  display: none;
}

.procut-logo__form .upload-button,
.procut-file__form .upload-button {
  width: 123px;
  height: 40px;
  background: #444;
  border-radius: 0 5px 5px 0;
  font-size: 13px;
  letter-spacing: -0.7px;
  color: #fff;
}

.procut-logo__form .form-inner .input-area:nth-child(1),
.procut-file__form .form-inner .input-area:nth-child(1) {
  width: 100% !important;
}

.procut-logo__form input,
.procut-file__form input {
  border-radius: 3px 0 0 3px;
}

.visit__inner .procut-brand__form .right .input-area {
  width: 50% !important;
}

.visit__inner .adress-search ul li:nth-child(1) {
  display: flex;
  align-items: center;
  width: 98px;
}

.visit__inner .adress-search ul li:nth-child(1) button {
  width: 98px;
  height: 40px;
  text-align: center;
  background: #F3F3F3;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 13px;
}

.visit__inner .adress-search ul li:nth-child(1) input {
  width: 232px;
  margin-left: 5px;
  border-radius: 3px !important;
}

.visit__inner .adress-search ul li:nth-child(2) input {
  width: 335px;
  margin-top: 5px;
  border-radius: 3px !important;
}

.visit__inner .adress-search ul li:nth-child(3) {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.visit__inner .adress-search ul li:nth-child(3) input {
  width: 73px;
  border-radius: 3px !important;
}

.visit__inner .adress-search ul li:nth-child(3) span {
  margin: 0 5px;
}

.adress-search__form {
  align-items: flex-start !important;
}

.adress-search__form>.left {
  padding-top: 8px;
}

.period-form {
  display: flex;
  align-items: center;
}

.period-form input {
  width: 137px;
  border-radius: 3px !important;
}

.period-form input::placeholder {
  color: #000;
  letter-spacing: -0.3px;
}

.period-form span {
  margin: 0 5px;
  font-size: 13px;
  color: #000
}

.note__form {
  align-items: flex-start !important;
}

.note__form .left {
  margin-top: 5px;
}

.offer-product__component {
  display: flex;
  align-items: flex-start;
  width: 900px;
  margin: 30px auto 0;
}

.offer-product__component .left {
  margin-left: 117px;
  width: 144px;
  font-size: 14px;
}

.offer-product__component .right span {
  font-size: 14px;
}

.offer-product__component .checkbox__inner {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.offer-product__component .checkbox__inner .checkbox-area {
  width: 100px;
}

.project-tab-list {
  width: 284px !important;
}

ul.project-campaign-list__select {
  width: 625px !important;
}

.content__header h2 {
  font-size: 50px !important;
  padding: 0 !important
}

.recruit-comment,
.campaign-detail-comment {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.7px;
  color: #000;
}

.brand-count {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  width: 900px;
  margin-bottom: 10px;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}

.brand-count .left {
  width: 120px;
  margin-left: 60px;
  font-size: 13px;
}

.brand-count .right>ul {
  display: flex;
  align-items: center;
  height: 120px;
}

.brand-count .right>ul>li {
  display: flex;
  align-items: center;
  width: 230px;
}

.brand-count .right>ul>li span {
  margin-right: 10px;
  font-size: 13px;
}

.brand-count .right>ul>li .selectric {
  width: 165px;
}

.brand-count-info {
  margin-bottom: 10px;
}

.brand-count-info>ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-count-info>ul>li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 444px;
  height: 120px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;

}

.brand-count-info>ul>li .left {
  width: 121px;
  margin-left: 60px;
}

.brand-count-info>ul>li .left span {
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #000;
}

.brand-count-info>ul>li .right ul,
.brand-count-info>ul>li .right ul li {
  display: flex;
  align-items: center;
}

.brand-count-info>ul>li .right ul li {
  margin-left: 18px;
}

.brand-count-info>ul>li .right ul li:first-child {
  margin-left: 0;
}

.brand-count-info>ul>li .right ul li span {
  margin-right: 10px;
  font-size: 13px;
}

.brand-count-info>ul>li .right ul li .selectric-wrapper {
  width: 65px;
}

.brand-count-info>ul>li:nth-child(2) .right span {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  background: #FBFCFF;
  border: 1px solid #000000;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  padding-right: 10px;
  color: #000;
}

.recruit-text__component {
  display: flex;
  align-items: center;
  width: 72%;
  margin: 0 auto;
}

.recruit-text__component .left {
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.9px;
  color: #000;
}

.recruit-text__component .input-area {
  width: 505px;
  margin-left: 20px;
}

.recruit-text__component input {
  font-size: 13px;
}

.recruit-text__component input::placeholder {
  color: #999;
  font-size: 13px;
}

.project-campaign-product-title {
  display: block;
  margin-top: 6px;
  text-align: center;
}

.participate-comment {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
  color: #000;
}

.participate-comment em {
  color: #5E3BF5
}

.campaign-participate__inner {
  margin: 0 40px;
}

.img-table-wrap {
  display: flex;
  align-items: center;
}

.img-table-wrap .img-table {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  flex-shrink: 0;
}

.img-table-wrap .img-table img {
  width: 100%;
  object-fit: cover;
}

.img-table-wrap .img-table img.circle {
  border-radius: 100px
}

.campaign-participate__inner table.dataTable thead th:nth-child(1) {
  border-radius: 10px 0 0 0;
}

.campaign-participate__inner table.dataTable thead th:last-child {
  border-radius: 0 10px 0 0;
}

.campaign-participate__inner table.dataTable thead th {
  height: 45px;
  background: #000;
  color: #EBEBEB;
  font-size: 13px;
  letter-spacing: -0.7px;
  font-weight: normal;
  text-align: center;
}

.campaign-participate__inner table.dataTable td {
  height: 50px;
  font-size: 13px;
  letter-spacing: -0.7px;
  font-weight: normal;
  text-align: center;
  color: #333;
}

.campaign-participate__inner .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.campaign-participate__inner table.dataTable.display tbody td {
  border-top: 0
}

.campaign-participate__inner table.dataTable.display tbody td:nth-child(1) {
  color: #777
}

.campaign-participate__inner table.dataTable.display tbody td:nth-child(3) {
  color: #777
}

.campaign-participate__inner table.dataTable.display tbody td:nth-child(8) {
  color: #777
}

.campaign-participate__inner table.dataTable.display tbody td:nth-child(7) button {
  width: 80px;
  height: 30px;
  background: #E94869;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: -0.9px;
  color: #fff;
}

.dataTables_scrollBody::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 30px;
  background-clip: padding-box;
  border: 0;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 30px;
}

.campaign-participate__inner strong {
  display: block;
  margin-bottom: 30px;
  font-size: 25px;
  letter-spacing: -0.9px;
  color: #000;
  text-align: center;
}

.tab-list-v2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 17px 0;
  gap: 0 43px;
  border-top: 1px solid #e4e4e4;
}

.tab-list-v2 ul li a {
  display: block;
  font-size: 14px;
  color: #333;
}

.tab-list-v2 ul li.active a {
  color: #FF4C4E
}

.campaign-detail__main {
  background: #fff;
}

.campaign-detail__header {
  width: 900px;
  margin: 0 auto 0;
}

.campaign-detail__header h3 {
  display: flex;
  align-items: center;
  font-size: 36px;
}

.campaign-detail__header h3 span {
  display: block;
  color: #333;
  margin-right: 10px;
}

.campaign-detail__header h3 strong {
  display: block;
  color: #FF4C4E
}

.brand-campaign-name {
  display: flex;
  align-items: center;
}

.brand-campaign-name em,
.brand-campaign-name span {
  display: block;
  font-size: 13px;
  color: #999
}

.brand-campaign-name em {
  margin-right: 5px;
}

.brand-campaign-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}

.brand-campaign-info .left span {
  font-weight: bold;
  margin-right: 5px;
  font-size: 18px;
  color: #333
}

.brand-campaign-info .left em {
  font-size: 18px;
}

.brand-campaign-info .left,
.brand-campaign-info .right {
  display: flex;
  align-items: center;
}

.brand-campaign-info .right {
  height: 30px;
}

.brand-campaign-info .right span {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 30px;
  font-size: 13px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  color: #aaa
}

.brand-campaign-info .right span em {
  color: #000
}

.brand-campaign-info .right span img {
  width: 22px;
  margin-right: 5px;
}

.btn__manage {
  display: block;
  width: 436px;
  height: 60px;
  margin: 40px auto 0;
  background: #FF4C4E;
  font-size: 17px;
  box-shadow: 0px 3px 1px rgba(255, 76, 78, 0.2);
  border-radius: 5px;
  color: #fff;
}

.campaign-caution {
  display: block;
  margin-top: 15px;
  font-size: 11px;
  color: #2790FF !important;
  text-align: center;
}

.project-campaign-images {
  padding: 4rem 0;
}

.project-campaign-images .image-grid ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.project-campaign-images .image-grid ul li {
  position: relative;
  flex-basis: calc((100% - 20px)/3);
}

.project-campaign-images .image-grid ul li.c4 {
  position: relative;
  flex-basis: calc((100% - 18px)/3);
}

.project-campaign-images .image-grid ul li .thumbnail {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.project-campaign-images .image-grid ul li .thumbnail .centered {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.project-campaign-images .image-grid ul li .thumbnail .centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.project-campaign-images .image-grid ul li button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  line-height: 1em;
  width: 250px;
  height: 40px;
  border: 1px solid #E94869;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  color: #E94869;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.5em;
}

.project-campaign-images.fixed {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 0 0 1rem;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
}

.project-campaign-images.fixed .image-grid {
  width: 95%;
  margin: 0 auto;
}

.project-campaign-images.fixed .image-grid ul {
  position: relative;
  margin: 0 auto;
}

.project-campaign-images.fixed .image-grid ul.c5 {
  max-width: 800px;
}


.project-campaign-images.fixed .image-grid ul li {
  flex-basis: content;
}

.project-campaign-images.fixed .image-grid ul li button {
  position: relative;
  bottom: 0;
  left: 0;
  transform: initial;
}

.project-campaign-images:not(.fixed) .image-grid ul li button {
  max-width: 95%;
}

.project-campaign-images.fixed .image-grid ul li .thumbnail {
  visibility: hidden;
  padding-top: 0;
  height: 0;
  width: 0;
}

.project-campaign-images.fixed .image-grid ul li .thumbnail .centered,
.project-campaign-images.fixed .image-grid ul li .thumbnail .centered img {
  position: relative;
  width: 0;
}

.campaign-detail__images .image-top {
  width: 670px;
  margin: 0 auto;
}

.campaign-detail__images .image-top>img {
  width: 100%;
  object-fit: cover;
}

.campaign-detail__images {
  width: 900px;
  margin: 80px auto 0;
}

.campaign-detail__images .image-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin: 1.5rem auto;
}

.campaign-detail__images .image-middle img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.campaign-detail__images .product-explanation {
  display: flex;
  justify-content: center;
}

.campaign-detail__images>i {
  display: block;
  margin: 30px auto 0;
  width: 1px;
  height: 80px;
  background: #000;
}

.series-introduce {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.series-introduce em,
.series-introduce span {
  font-weight: bold;
  font-size: 20px;
}

.product-guide-wrap {
  display: flex;
  justify-content: center;
  margin: 55px auto 0;
}

.product-guide-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.product-guide-wrap ul li {
  width: 216px;
}

.product-guide-wrap ul li .top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: 328px;
  font-size: 12px;
}

.product-guide-wrap ul li .top span {
  margin: 0.8em auto auto 0.8em;
  font-size: inherit;
  line-height: 1.47em;
  border-radius: 2em;
  padding: 0 0.7em;
  height: 1.5em;
}

.product-guide-wrap ul li .top .image-area {
  width: 90%;
  max-height: calc(100% - 4em);
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
}

.product-guide-wrap ul li .top .image-area img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.product-guide-wrap ul li:nth-child(1) .top span {
  color: #E94869;
  border: 1px solid #E94869;
}

.product-guide-wrap ul li:not(:nth-child(1)) .top span {
  color: #999;
  border: 1px solid #999;
}

.product-guide-wrap ul li:nth-child(1) .top,
.product-guide-wrap ul li:nth-child(1) .bottom {
  border: 2px solid #E94869;
  border-radius: 10px;
}

.product-guide-wrap ul li:not(:nth-child(1)) .top,
.product-guide-wrap ul li:not(:nth-child(1)) .bottom {
  border: 2px solid #999;
  border-radius: 10px;
}

.product-guide-wrap ul li .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 180px;
  margin-top: 7px;
  padding: 2px 5px;
}

.product-guide-wrap ul li .bottom .brand-languge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.product-guide-wrap ul li .bottom .brand-languge i {
  margin: 0 5px 0 2px;
}

.product-guide-wrap ul li .bottom .product-name {
  text-align: center;
  word-break: normal;
}

.campaign-guide-bottom {
  margin-top: 70px;
}

.campaign-guide-wrap {
  width: 674px;
  margin: 55px auto 0;
}

.campaign-guide-wrap h4 {
  text-align: center;
  font-size: 30px !important;
  font-family: 'Playfair Display', serif;
}

.campaign-guide-wrap ul {
  margin-top: 30px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.campaign-guide-wrap ul>li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #999;
}

.campaign-guide-wrap ul>li .left {
  display: flex;
  align-items: center;
  width: 220px;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}

.campaign-guide-wrap ul>li .left span {
  display: block;
  width: 32px;
  height: 18px;
  line-height: 17px;
  border: 1px solid #E94869;
  border-radius: 23px;
  color: #E94869;
  font-size: 10px;
  text-align: center;
  margin-right: 7px;
}

.campaign-guide-wrap ul>li.req-more .right ol li:nth-child(1) {
  padding-top: 0;
}

.campaign-guide-wrap ul>li.req-more .right ol li {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.campaign-guide-wrap ul>li.req-more .right ol li em {
  width: 80px;
  color: #999;
  flex-shrink: 0;
}

.campaign-guide-wrap ul>li.req-more .right ol li span {
  flex-grow: 0;
  word-break: break-all;
}

.campaign-guide-wrap ul>li.brand-y .right,
.campaign-guide-wrap ul>li.brand-category .right {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 5px;
}

.campaign-guide-wrap ul>li.brand-y .right span {
  height: 40px;
  line-height: 40px;
  border: 2px solid #E94869;
  border-radius: 5px;
  text-align: center;
  color: #E94869;
  font-size: 13px;
  font-weight: 600;

  padding: 0 0.5rem;
}

.campaign-guide-wrap ul>li.brand-category .right span {
  display: block;
  height: 40px;
  line-height: 40px;
  border: 2px solid #999;
  border-radius: 5px;
  text-align: center;
  color: #999;
  font-size: 13px;
  font-weight: 600;

  flex-basis: calc((100% - 15px) / 2);
}

.campaign-guide-bottom .image-area {
  width: 670px;
  margin: 0 auto;
}

.campaign-guide-bottom .image-area img {
  width: 100%;
  object-fit: cover;
}

.campaign-nav__wrap {
  display: none;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}

.campaign-nav__fixed {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 58px;
  width: 100%;
  background: #fff;
  z-index: 20;
}

#tabNavi a {
  margin: 0 -3px 0 0 !important;
}

.campaign-nav__fixed .msf-step-active,
.campaign-nav__wrap .msf-step-active {
  background: #000 !important;
  color: #fff !important;
}

.campaign-nav__wrap #tabNavi a:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 1px;
  height: 33px;
  background: #e4e4e4;
}

.campaign-nav__wrap #tabNavi a.msf-step-active::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 1px;
  height: 33px;
  background: transparent;
}

.campaign-nav__wrap #tabNavi a:last-child::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 0;
  height: 0;
  background: #e4e4e4;
}

.campaign-nav__wrap #tabNavi a {
  width: 150px;
}

.selectric-scroll ul {
  display: block !important;
}

.selectric-scroll ul li {
  text-align: center !important;
}

.campaign-list-view__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f6f7fb;
}

.campaign-list-view__header a {
  display: flex;
  align-items: center;
}

.campaign-list-view__header #tabNavi a {
  background-color: transparent;
}

.campaign-list-view__header .left img {
  margin-right: 10px;
}

.campaign-list-view__header .right img {
  margin-right: 5px;
}

/*제품배송정보*/
@media (max-width: 1530px) {
  .shallwe__bggray {
    width: 100%;
  }

  .shallwe__bggray .playWrite {
    max-width: 100%;
    width: auto;
  }

  .shallwe__Information {
    max-width: 100%;
  }

  .playInformation {
    padding: 0 36px;
  }

  .playWrite {
    padding: 30px 37px;
  }
}

@media (max-width: 1500px) {
  .shallwe__bggray .playWrite .icoBox_new li:nth-child(2) ul {
    width: 900px;
  }
}

@media (max-width: 1440px) {
  .shallwe__media {
    margin: 0 auto 0 !important;
  }
}

@media (max-width: 1230px) {
  .shallwe__Information .infoTop .btn .company {
    display: inline-block;
    width: auto;
  }

  .shallwe__Information .infoTop {
    padding: 20px 0;
  }

  .playInformation .infoTop .tit b {
    font-size: 18px;
    line-height: 23px;
    overflow: visible;
    white-space: normal;
  }

}


@media screen and (max-width: 1175px) {
  .shallwe__report .shallwe__main {
    width: 100%;
  }

  .grid-col--2 {
    display: none;
  }

  .shallwe__report .grid-col {
    width: 100%;
  }

  .shallwe__report .shallwe__main .comment {
    width: 100%;
  }

  .shallwe__report .box-grid-area {
    width: 100%;
  }

  .shallwe__report .shallwe__main .area {
    width: 100%;
  }

  .shallwe__report .grid-item-03 .bar-graph-area>ul>li {
    width: 16%;
  }

  .shallwe__report .grid-item-purple .bar-graph-area>ul>li {
    width: 16%;
  }

  .shallwe__report .shallwe__main aside {
    margin-left: 20px;
  }

  .shallwe__report .shallwe__main main {
    margin-right: 20px;
  }

  .shallwe__report .grid-col {
    padding-right: 0;
  }

  .shallwe__report .grid-item-03 .graph-top ul {
    justify-content: center;
  }

  .grid-item-bg {
    width: 100%;
  }

}

@media (max-width: 1085px) {
  .playInformation {
    padding: 0 30px;
  }

  .playWrite {
    padding: 30px 30px;
  }
}

@media (max-width: 995px) {
  .playInformation {
    padding: 0 20px;
  }

  .playWrite {
    padding: 30px 20px;
  }
}

@media (max-width: 955px) {
  .shallwe__bggray .playWrite .icoBox_new li:nth-child(2) ul {
    display: block;
  }

  .shallwe__bggray .playWrite .icoBox_new li ul li {
    padding-bottom: 13px;
    min-height: 30px;
  }

  .shallwe__bggray .playWrite .icoBox_new li ul li:nth-child(3) {
    padding-bottom: 0;
  }

  .shallwe__bggray .playWrite .icoBox_new li:nth-child(2) ul {
    width: auto;
  }
}

@media (max-width: 875px) {
  .playInformation .infoIcon {
    width: 85%;
  }

  .playInformation .infoIcon {
    padding: 20px 0 10px;
  }

  .shallwe__Information .infoIcon li {
    margin-bottom: 10px;
  }
}

@media (max-width: 770px) {

  .shallwe__bggray .playWrite .icoBox_new>li:nth-child(3),
  .shallwe__bggray .playWrite .icoBox_new>li:nth-child(4) {
    display: block;
    align-items: center;
  }

  .info-comment span {
    margin-top: 3px;
  }
}

@media screen and (max-width: 768px) {
  .shallwe__report .shallwe__main .area {
    display: flex;
    flex-direction: column !important;
  }

  .shallwe__report .shallwe__main aside .left {
    position: relative;
  }

  aside .left .image-area {
    position: absolute;
    top: -82px;
    margin-top: 0;
  }

  .shallwe__report .shallwe__main .area {
    margin: 60px auto 33px;
  }

  .shallwe__report .shallwe__main .area {
    display: block;
  }

  .shallwe__report .shallwe__main aside {
    width: auto;
    height: 220px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
    padding-bottom: 7px;
    height: auto;
  }

  .shallwe__report .shallwe__main aside .left {
    margin-top: 10px;
  }

  .shallwe__report aside .left ul {
    width: auto;
    margin: 9px 18px 0;
  }

  .shallwe__report .shallwe__main main {
    margin-right: 15px;
    margin-left: 15px;
  }

  .shallwe__report .shallwe__main .comment {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .shallwe__report aside .left .text-area strong,
  .shallwe__report aside .left .text-area span {
    text-align: center;
  }

  .shallwe__report aside .left .text-area span {
    margin-top: 4px;
    font-size: 12px;
  }

  .shallwe__report .shallwe__main .comment p {
    padding: 24px 30px;
  }

  .shallwe__report aside .left ul li:nth-child(2) {
    position: relative;
  }

  .shallwe__report aside .left ul li:nth-child(2)>div strong {
    position: absolute;
    right: 14px;
    top: 14px;
  }

}

@media screen and (max-width: 640px) {
  .shallwe__report .grid-item-05 .inner-bottom article ul {
    width: 100%;
  }

  .subTopbar .subBar .down {
    display: block;
    margin: 6px 0 0;
  }

  .shallwe__report .shallwe__main .comment p {
    padding: 16px 20px;
    line-height: 19px;
    font-size: 12px;
  }

  .shallwe__report .grid-item-01 .top li {
    font-size: 15px;
  }

  .shallwe__report .grid-item-01 .middle li span {
    font-size: 10px;
  }

  .shallwe__report .grid-item-01 .bottom .bottom-flex li span {
    font-size: 10px;
  }

  .shallwe__report .grid-item-02 .inner .top li:nth-child(2) {
    font-size: 15px;
  }

  .shallwe__report .grid-item-02 .inner .top li,
  .shallwe__report .grid-item-03 .inner .top li,
  .shallwe__report .grid-item-04 .inner .top li,
  .shallwe__report .grid-item-05 .inner .top li {
    font-size: 10px;
  }

  .shallwe__report .grid-item-02 .inner-bottom article .image-area li {
    width: 35px;
    height: 35px;
  }

  .shallwe__report .grid-item-02 .inner-bottom article .image-area {
    width: 270px;
    margin: 18px 14px 10px;
    height: auto;
  }

  .shallwe__report .grid-item-02 .inner-bottom article .text-area strong {
    font-size: 15px;
  }

  .shallwe__report .grid-item-02 .inner-bottom article .text-area span {
    font-size: 10px;
  }

  .shallwe__report .grid-item-02 .inner-bottom article .text-area strong {
    margin-bottom: 2px;
  }

  .shallwe__report .grid-item-02 .inner-bottom article .text-area {
    margin: 0 14px 20px;
  }

  .shallwe__report .grid-item-03 .inner .top li:nth-child(2) span {
    font-size: 15px;
    line-height: 23px;
  }

  .shallwe__report .grid-item-03 .inner .top {
    align-items: center;
    height: 90px;
  }

  .shallwe__report .grid-item-03 .circle-graph i {
    font-size: 20px;
  }

  .shallwe__report .grid-item-03 .circle-graph P {
    font-size: 22px;
  }

  .shallwe__report .grid-item-04 .inner-bottom article ul li p {
    font-size: 22px;
  }

  .shallwe__report .grid-item-04 .inner-bottom article ul li span {
    font-size: 10px;
  }

  .shallwe__report .grid-item-05 .inner .top li:nth-child(2) span {
    font-size: 15px;
    line-height: 23px;
  }

  .shallwe__report .grid-item-05 .inner .top {
    height: 88px;
  }

  .shallwe__report .grid-item-03 .graph-top ol li {
    font-size: 12px;
  }

  .shallwe__report .grid-item-03 .graph-top ul li:nth-child(1) ol li:nth-child(1) {
    transform: translateX(-8px);
  }

  .shallwe__report .grid-item-03 .graph-top ul li:nth-child(1) li:nth-child(2)::before {
    right: 61px;
  }

  .shallwe__report .grid-item-purple .middle .inner .video-info ul li strong,
  .shallwe__report .grid-item-purple .middle .inner .social-info ul li strong,
  .shallwe__report .grid-item-purple .middle .inner .audience-info ul li strong {
    font-size: 13px;
  }

  .shallwe__report .grid-item-purple .middle .inner .video-info ul li span,
  .shallwe__report .grid-item-purple .middle .inner .social-info ul li span,
  .shallwe__report .grid-item-purple .middle .inner .audience-info ul li span {
    font-size: 13px
  }

  .shallwe__report .grid-item-03 .graph-top ul li:nth-child(1) li:nth-child(1)::before {
    right: 54px;
  }

  .shallwe__report .grid-item-03 .graph-top ul li:nth-child(2) li:nth-child(1)::before {
    right: 29px;
  }

  .shallwe__report .grid-item-03 .graph-top ul li:nth-child(2) li:nth-child(2)::before {
    right: 29px;
  }

  .shallwe__report .grid-item-purple .middle .inner .image-area {
    position: relative;
    margin: 0 14px;
  }

  .shallwe__report .grid-item-purple .middle .inner .video-info ul {
    margin: 0;
  }

  .shallwe__report .grid-item-purple .middle .inner .social-info ul,
  .shallwe__report .grid-item-purple .middle .inner .audience-info ul,
  .shallwe__report .grid-item-purple .middle .inner .social-info h3,
  .shallwe__report .grid-item-purple .middle .inner .audience-info h3 {
    margin: 0;
  }

  .shallwe__report .social-info h3,
  .shallwe__report .audience-info h3 {
    margin: 20px 0 0 !important;
  }

  .shallwe__report .grid-item-purple .middle .inner .social-info ul {
    margin: 0;
  }

  .grid-item-bg .text-area strong {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.2px;
  }

  .shallwe__report .grid-item-04 .inner-bottom article ul {
    padding: 16px 14px 24px;
  }
}

@media (max-width:550px) {
  .shallwe__bggray .playWrite .icoBox_new li ul li {
    padding-bottom: 12px;
  }

  .playInformation {
    padding: 0 15px;
  }

  .playWrite {
    padding: 25px 15px;
  }

  .shallwe__Information .infoIcon li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .shallwe__Information .infoIcon li {
    height: 36px;
    line-height: 36px;
  }

  .shallwe__Information .infoIcon li span {
    font-size: 12px;
  }
}

@media screen and (max-width: 461px) {
  .shallwe__report .grid-item-03 .graph-top ul li {
    position: relative;
    width: 117px;
  }
}

@media (max-width: 414px) {

  .shallwe__report .social-info h3,
  .shallwe__report .audience-info h3 {
    font-size: 15px !important;
    margin: 20px 0x 0 !important;
  }
}

@media (max-width:375px) {
  .playInformation .infoIcon {
    width: 78%;
  }
}

@media (max-width: 361px) {
  .shallwe__report .grid-item-03 .graph-top ul li:nth-child(1) {
    margin-right: 14px;
  }
}

@media (max-width: 340px) {
  .shallwe__report aside .left ul li:nth-child(2)>div strong {
    position: static;
  }
}

@media (max-width: 320px) {
  .shallwe__main {
    min-width: 320px;
  }

}

/*mywork*/
html {
  scroll-behavior: smooth;
}

.my-campaign__renewal span,
.my-campaign__renewal strong,
.my-campaign__renewal em,
.my-campaign__renewal i,

.my-campaign__renewal button {
  display: block;
}

.my-campaign__renewal i {
  font-style: normal;
}

.my-campaign__renewal {
  width: 100%;
  background-color: #f6f7fb;
}

.my-campaign__renewal>.inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 13px;
  max-width: 71.875rem;
  padding: 3.125rem 0 10.625rem;
  margin: 0 auto;
}

.my-campaign__renewal .my-campaign__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 15.625rem;
  min-height: 50.813rem;
  background: #fff;
  border-radius: 0.625rem;
  border: solid 1px #e4e4e4;
}

.my-campaign__renewal .my-campaign__header .profile-area strong {
  margin-top: 0.562rem;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.031rem;
  color: #000;
}

.my-campaign__renewal .my-campaign__header .profile-area span {
  margin-top: 0.125rem;
  font-size: 0.813rem;
  letter-spacing: -0.031rem;
  color: #999;
}

.my-campaign__renewal .my-campaign__header .profile-area span,
.my-campaign__renewal .my-campaign__header .profile-area strong,
.my-campaign__renewal .cooperation-count-area strong {
  text-align: center;
}

.my-campaign__renewal .cooperation-count-area {
  margin-top: 1rem;
}

.my-campaign__renewal .cooperation-count-area .cooperation-count {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.my-campaign__renewal .cooperation-count-area .cooperation-count em {
  margin-right: 0.288rem;
  font-size: 2rem;
  letter-spacing: -0.188rem;
  color: #e94869;
  line-height: 1.938rem;
}

.my-campaign__renewal .cooperation-count-area .cooperation-count i {
  font-size: 0.938rem;
  font-weight: 300;
  letter-spacing: 0.45px;
  color: #999;
}

.my-campaign__renewal .cooperation-count-area>em {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.22;
  letter-spacing: -0.5px;
  color: #555;
  text-align: center;
}

.my-campaign__renewal .my-campaign__header .profile-area em {
  position: relative;
  width: 5.188rem;
  height: 5.188rem;
}

.my-campaign__renewal .my-campaign__header .profile-area em img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-campaign__renewal .my-campaign__header .top {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding-top: 2.25rem;
}

.my-campaign__renewal .my-campaign__header .top .cooperation-count-area strong {
  display: flex;
  align-items: center;
  justify-content: center
}

.my-campaign__renewal .my-campaign__header .top .user-button-area {
  display: flex;
  flex-direction: column;
  gap: 0.313rem;
  margin-top: 1.813rem;
}

.my-campaign__renewal .my-campaign__header .top .user-button-area button.active {
  color: #fff;
  background-color: #e94869;
}

.my-campaign__renewal .my-campaign__header .top .user-button-area button {
  width: 11.313rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  border: solid 1px #e94869;
  font-size: 0.875rem;
  font-weight: bold;
  color: #e94869;
}

.my-campaign__renewal .my-campaign__header .bottom {
  width: 100%;
}

.my-campaign__renewal .my-campaign__header .bottom .profile-fix-area button:nth-child(1) {
  margin: 1.6rem auto 0;
}

.my-campaign__renewal .my-campaign__header .bottom .profile-fix-area button {
  display: block;
  width: 11.313rem;
  height: 2.5rem;
  margin: 0.313rem auto 0;
  border-radius: 5px;
  border: solid 1px #999;
  font-size: 0.813rem;
  color: #000;
}

.my-campaign__renewal .my-campaign__header .bottom .profile-detail-info {
  margin-top: 1.188rem;
  padding: 0.325rem 0 1.437rem;

}

.my-campaign__renewal .my-campaign__header .bottom .profile-detail-info li {
  margin-top: 0.75rem;
  border-top: 1px solid #e1e1e1;
}

.my-campaign__renewal .my-campaign__header .bottom .profile-detail-info li:nth-child(1) {
  margin-top: 0;
}

.my-campaign__renewal .my-campaign__header .bottom .profile-detail-info li .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.688rem;
  padding: 0 1.152rem;
}

.my-campaign__renewal .my-campaign__header .bottom .profile-detail-info li .area div {
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  color: #333;
}

.weight__bold {
  font-weight: bold;
}

.color__point-pink {
  color: #e94869 !important;
}

.color__point-purple {
  color: #5E3BF5 !important;
}

/*콘텐츠*/
.my-campaign__renewal .my-campaign__content {
  position: relative;
  width: calc(100% - 15.625rem);
  flex-shrink: 0;
}

.my-campaign-list ul>li.active .my-campaign-tooltip {
  display: block;
}

.my-campaign-list>ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.313rem;
}

.my-campaign-list ul>li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 19.75rem;
  height: 15.25rem;
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
  cursor: pointer;
}

.my-campaign-tooltip {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 19.75rem;
  min-height: 6.813rem;
  margin-top: 6.8px;
  padding: 1.143rem 0.938rem;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 100;
}

.my-campaign-tooltip ol li:nth-child(1) {
  margin-top: 0;
}

.my-campaign-tooltip ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

.my-campaign-tooltip ol li .left {
  font-size: 0.813rem;
  font-weight: normal;
  color: #333;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.my-campaign-tooltip ol li .right {
  font-size: 0.813rem;
  font-weight: normal;
  color: #ed262f;
}

.my-campaign-tooltip::after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0 6px 8px 6.5px;
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -7px;
  width: 0;
  z-index: 1;
}

.my-campaign-tooltip::before {
  border-color: #000 transparent;
  border-style: solid;
  border-width: 0 6px 8px 6.5px;
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 0;
}

.my-campaign-list ul li:nth-child(1):hover .circle-result {
  background: #e94869;
}

.my-campaign-list ul li:nth-child(2):hover .circle-result {
  background: #eeb43b;
}

.my-campaign-list ul li:nth-child(3):hover .circle-result {
  background: #5e3bf5;
}

.my-campaign-list ul li:nth-child(1):hover .circle-result span {
  color: #fff;
}

.my-campaign-list ul li:nth-child(2):hover .circle-result span {
  color: #fff;
}

.my-campaign-list ul li:nth-child(3):hover .circle-result span {
  color: #fff;
}


.my-campaign-list ul>li>.inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.my-campaign-list ul>li>.inner>span {
  display: flex;
  align-items: center;
  font-size: 1.063rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 0.903rem;
}

.my-campaign-list ul li>.inner>span i {
  color: #000;
}

.my-campaign-list ul li>.inner>span em {
  color: #555;
}

.my-campaign-list ul li .circle-result {
  width: 9.188rem;
  border-radius: 100%;
  position: relative;
}

.my-campaign-list ul li .inner .circle-result em {
  font-size: 1.675rem;
  font-weight: bold;
  letter-spacing: -0.57px;
  color: #5e3bf5;
  text-align: center;
}

.my-campaign-list ul li .inner .circle-result span {
  font-size: 2.85rem;
  font-weight: 300;
  letter-spacing: 0.45px;
  text-align: center;
  line-height: 2.563rem;
}

.my-campaign-list ul li .circle-result::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.my-campaign-list ul li .circle-result .circle-result-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 1.563rem;
}

.my-campaign-list ul li:nth-child(1) .circle-result {
  border: 1px solid #e94869
}

.my-campaign-list ul li:nth-child(2) .circle-result {
  border: 1px solid #eeb43b
}

.my-campaign-list ul li:nth-child(3) .circle-result {
  border: 1px solid #5e3bf5
}

.my-campaign-list ul li:nth-child(1) .circle-result span {
  color: #e94869;
}

.my-campaign-list ul li:nth-child(2) .circle-result span {
  color: #eeb43b;
}

.my-campaign-list ul li:nth-child(3) .circle-result span {
  color: #5e3bf5;
}


.my-campaign-category {
  margin-top: 1.875rem;
}

.my-campaign-category ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.my-campaign-category ul li {
  width: 8.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 40px;
  border: solid 1px #999;
  background-color: #fff;
  text-align: center;
}

.my-campaign-category ul li a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #999;
}

.my-campaign-category ul li.active {
  border: solid 1px #e94869;
}

.my-campaign-category ul li.active a {
  color: #e94869;
}

.tab-content.show {
  display: block;
}

.tab-content {
  display: none;
}

.my-list-tab {
  position: sticky;
  top: 58px;
  width: 100%;
  height: 3.5rem;
  margin-top: 1rem;
  border-radius: 30px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 9;
}

.my-list-tab .swiper {
  margin: 0 1.7rem;
}

.my-list-tab .swiper-wrapper {
  /* display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.438rem; */
}

.my-list-tab .swiper-wrapper .swiper-slide {
  text-align: center;
  /* width: fit-content !important; */
  width: 100%;
  height: 3.5rem;
  line-height: 3.4rem;
}

.my-list-tab .swiper-wrapper .my-list {
  position: relative;
}

.my-list-tab .swiper-wrapper .my-list.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.594rem;
  height: 0.125rem;
  background: #ed262f;
  transform: translateX(-50%);
}

.my-list-tab .swiper-wrapper .swiper-slide a {
  display: block;
  font-size: 0.938rem;
  letter-spacing: -0.5px;
  color: #555;
}

.my-list-tab .swiper-wrapper .my-list.active a {
  color: #000;
  font-weight: 500;
}

.my-lists-content {
  margin-top: 1.938rem;
}

.my-lists-content>ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.my-lists-content>ul>li {
  width: calc(50% - 0.55rem);
  height: 9.375rem;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  box-sizing: border-box;
}

.my-lists-content>ul>li:nth-child(1) .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 9.375rem;
}

.my-lists-content>ul>li .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 9.375rem;
}

.my-lists-content>ul>li:nth-child(1) .inner span {
  margin-top: 0.5rem;
  font-size: 0.938rem;
  letter-spacing: -0.5px;
  color: #999;
}

.my-lists-content>ul>li .inner .img-area {
  position: relative;
}

.my-lists-content>ul>li .inner .img-area em {
  position: relative;
  width: 8.563rem;
  height: 9.375rem;
}

.my-lists-content>ul>li .inner .img-area em img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.my-lists-content>ul>li .inner .img-area .campaign-status {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
}

.status__recruitment {
  background: #eb5b55;
}

.status__cooperation {
  background: #eb5b55;
}

.status__ready {
  background: #999;
}

.status__expect {
  background: #eeb43b;
}

.status__final {
  background: #000;
}

.status__clear {
  background: #000;
}

.status__confirm {
  background: #5e3bf5;
}

.status__selection {
  background: #eb5b55;
}

.status__wait {
  background: #999;
}

.my-lists-content>ul>li .inner .text-area {
  margin-left: 1.188rem;
  margin-right: 1.188rem;
}

.my-lists-content>ul>li .inner .text-area ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.313rem;
}

.my-lists-content>ul>li .inner .text-area ul li {
  position: relative;
  margin-left: 1.5rem;
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  color: #5e3bf5;
}

.my-lists-content>ul>li .inner .text-area ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -11px;
  width: 1px;
  height: 10px;
  background: #5e3bf5;
}

.my-lists-content>ul>li .inner .text-area ul li:nth-child(1)::before {
  width: 0;
  height: 0;
  background: transparent;
}

.my-lists-content>ul>li .inner .text-area ul li:nth-child(1) {
  margin-left: 0;
}

.my-lists-content>ul>li .inner .text-area>strong {
  font-size: 1.1rem;
  font-weight: 800;
  color: #000;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.my-lists-content>ul>li .inner .text-area>span {
  margin-top: 0.313rem;
  font-size: 0.875rem;
  color: #555;
}


/*나의 캠페인 크리에이터*/
.my-campaign-creator .my-lists-content>ul>li .inner .text-area a>strong {
  font-size: 1.1rem;
  font-weight: 800;
  color: #000;
}

.my-campaign-creator .my-lists-content>ul>li .inner .text-area a>span {
  margin-top: 0.313rem;
  font-size: 0.875rem;
  color: #555;
}

.my-campaign-creator .cooperation-count-area .cooperation-count em {
  color: #5e3bf5;
}

.my-campaign-creator .my-campaign__header .top .user-button-area button.active {
  background-color: #5e3bf5;
}

.my-campaign-creator .my-campaign__header .top .user-button-area button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #5e3bf5;
  color: #5e3bf5;
}

.my-campaign-creator .my-campaign__header .top .user-button-area button svg {
  margin-right: 0.3rem;
}

.my-campaign-creator .my-campaign__header .top .user-button-area button.active svg path:nth-child(1) {
  fill: #fff
}

.my-campaign-creator .my-campaign__header .top .user-button-area button.active svg path:nth-child(2) {
  fill: #fff
}

.my-campaign-creator .my-campaign__header .top .user-button-area button.active svg path:nth-child(3) {
  fill: #5e3bf5;
}

.my-campaign-creator .my-campaign__header {
  min-height: 58.5rem;
}

.status__next-chance {
  background: #999;
}

.status__cooperation {
  background: #eeb43b;
}

.status__end-notice {
  background: #eb5b55;
}

.status__success {
  background: #000;
}

.status__fail {
  background: #999;
}

.status__confirm {
  background: #5e3bf5;
}

.status__partial-success {
  background: #000;
}

.status__wait {
  background: #000;
}

.my-campaign-creator .my-lists-content>ul>li:nth-child(1) {
  width: 100% !important;
}

.my-campaign-creator .my-lists-content>ul>li .inner .bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.727rem;
}

.my-campaign-creator .my-lists-content>ul>li .inner .bottom-info ol {
  display: flex;
  align-items: center;
  gap: 10px;
}

.my-campaign-creator .my-lists-content>ul>li .inner .bottom-info ol li {
  height: 1.563rem;
  padding: 0 0.5rem;
  line-height: 1.563rem;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.688rem;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.my-lists-content>ul>li .text-area {
  width: calc(100% - 10.9rem);
}

.my-campaign-creator .my-lists-content>ul>li .inner .bottom-info ol li.box-gray {
  color: #999;
  border: 1px solid #999;
}

.my-campaign-creator .my-lists-content>ul>li .inner .bottom-info ol li.box-purple {
  color: #5e3bf5;
  border: 1px solid #5e3bf5;
}

.my-others__content .my-list-tab {
  margin-top: 0;
}

.my-list-tab-area {
  position: relative;
}

.others-video-content {
  margin: 1.25rem auto 0;
}

.others-video-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
}

.others-video-content ul li {
  position: relative;
  width: calc((100% - (0.78rem * 2))/ 3);
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
  box-sizing: border-box;
}

.others-video-content>ul>li:hover {
  background-color: #f5f5f5;
  border: solid 1px #694bea;
  box-shadow: 0 0 20px 0 rgba(81, 80, 80, 0.25);
}

.my-video__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 32, 69, 0.7);
  border-radius: 10px;
  z-index: 1;
}

.my-video__bg .area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.my-video__bg .area em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.188rem;
  height: 3.438rem;
  border-radius: 27.5px;
  border: solid 2px #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.my-series__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 32, 69, 0.7);
  border-radius: 10px;
  z-index: 1;
  cursor: pointer;
}

.my-series__bg .area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.my-series__bg .area em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.188rem;
  height: 3.438rem;
  border-radius: 27.5px;
  border: solid 2px #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.new-make-campaign-series {
  width: 100% !important;
}

.new-make-campaign-series .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 8rem;
}

.new-make-campaign-series .inner span {
  margin-top: 0.5rem;
  font-size: 0.938rem;
  letter-spacing: -0.5px;
  color: #999;
}



.others-series-content {
  margin-top: 1.25rem;
}

.others-series-content>ul>li {
  position: relative;
  width: 100%;
  padding: 0.688rem 0 1.175rem;
  margin-top: 1.5rem;
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
  box-sizing: border-box;
}

.others-series-content>ul>li:hover {
  background-color: #f5f5f5;
  border: solid 1px #694bea;
  box-shadow: 0 0 20px 0 rgba(81, 80, 80, 0.25);
}

.others-series-content ul li>.inner {
  padding: 0 1.25rem;
}

.others-series-content ul li>.inner>.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  height: 3.313rem;
  border-radius: 10px;
  background-color: #694bea;
}

.others-series-content ul li>.inner>.top .series-title {
  margin-left: 1.25rem;
  display: flex;
  flex-direction: column;
  min-width: 6rem;
  flex: 1 1 0;
  position: relative;
}

.others-series-content ul li>.inner>.top .series-title strong {
  font-size: 0.938rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #fff;

  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.others-series-content ul li>.inner>.top .series-title span {
  white-space: nowrap;
  font-size: 0.625rem;
  letter-spacing: -0.5px;
  color: #e0dcf2;

  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.others-series-content ul li>.inner>.top ol {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.577rem;
  margin: auto 1.25rem;
  flex: 4 1 0;
}

.others-series-content ul li>.inner>.top ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 12.111rem;
  height: 2.141rem;
  border-radius: 40px;
  background-color: #f6f6f6;
  flex: 1 1 0;
}

.others-series-content ul li>.inner>.top ol li .left {
  display: flex;
  align-items: center;
  margin-left: 0.812rem;
}

.others-series-content ul li>.inner>.top ol li .left strong {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #5e3bf5;
  margin-left: 0.5em;
  white-space: nowrap;
}

.others-series-content ul li>.inner>.top ol li .right {
  margin-right: 0.812rem;
  font-size: 0.813rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #000;
  white-space: nowrap;
}

.others-series-content ul li .inner>.bottom .no-video {
  margin-top: 1.125rem;
  min-height: 17.688rem;
  background-color: rgba(39, 32, 69, 0.7);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper {
  margin-top: 1.125rem;
  min-height: 17.688rem;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner {
  height: 17.688rem;
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
  box-sizing: border-box;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .swiper-slide {
  position: relative;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .img-area em,
.others-video-content>ul>li .img-area em {
  display: block;
  position: relative;
  width: 100%;
  height: 7.625rem;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .img-area img,
.others-video-content>ul>li .img-area img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .text-area,
.others-video-content>ul>li .text-area {
  display: flex;
  flex-direction: column;
  height: 10.125rem;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .text-area .top,
.others-video-content>ul>li .text-area .top {
  flex: 1 !important;
  margin: 0 1rem;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .text-area .top em,
.others-video-content>ul>li .text-area .top em {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  color: #999;

  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .text-area .top span,
.others-video-content>ul>li .text-area .top span {
  display: block;
  margin-top: 0.375rem;
  font-size: 1rem;
  font-weight: 500 !important;
  letter-spacing: -0.5px;
  color: #000;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.others-series-content .series-category-area {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.others-series-content .series-category-area .series-category {
  display: flex;
  flex-direction: row;
  gap: 5px;
  overflow-x: scroll;
  height: 100%;
  margin-top: 0.938rem;
  padding-bottom: 0.2rem;
}

.others-series-content .series-category-area .series-category::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.others-series-content .series-category-area .series-category::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 30px;
  background-clip: padding-box;
  border: 0;
}

.others-series-content .series-category-area .series-category::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 30px;
}

.others-series-content .series-category-area .series-category .category__product {
  height: 2.063rem;
  line-height: 2.063rem;
  box-sizing: border-box;
}

.others-series-content .series-category-area .series-category .category__product span {
  white-space: nowrap;
}

.others-series-content .series-category-area .series-modify-button-area a {
  display: block;
  width: 3.813rem;
  height: 2.063rem;
  margin-right: 1em;
  border-radius: 5px;
  border: solid 1px #999;
  font-size: 0.813rem;
  color: #000;
  text-align: center;
  line-height: 2.063rem;
  box-sizing: border-box;
}

.others-series-content .slide-button-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.938rem 0 0 0.938rem;
}

.others-series-content .slide-button-area .swiper-button-prev {
  width: 3.813rem;
  height: 2.063rem;
  border: solid 1px #e4e4e4;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
}

.others-series-content .slide-button-area .swiper-button-prev.swiper-button-lock,
.others-series-content .slide-button-area .swiper-button-next.swiper-button-lock {
  display: flex;
}

.others-series-content .slide-button-area .swiper-button-next {
  width: 3.813rem;
  height: 2.063rem;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 0px 10px 10px 0px;
  box-sizing: border-box;
}

.others-series-content .swiper-button-next,
.others-series-content .swiper-button-prev {
  position: static !important;
  margin-top: 0 !important;
  color: #000 !important;
  font-size: 0.75rem;
  letter-spacing: -0.5px;
}

.others-series-content .swiper-button-next span,
.others-series-content .swiper-button-prev span {
  display: flex;
  align-items: center;
}

.others-series-content .swiper-button-next span img {
  margin-left: 7px;
}

.others-series-content .swiper-button-prev span img {
  margin-right: 4px;
}

.others-series-content .swiper-button-next span img,
.others-series-content .swiper-button-prev span img {
  display: block;
  margin-top: 1px;
}

.others-series-content .swiper-button-prev:after,
.others-series-content .swiper-rtl .swiper-button-next:after,
.others-series-content .swiper-button-next:after,
.others-series-content .swiper-rtl .swiper-button-prev:after {
  content: '' !important;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .text-area .bottom,
.others-video-content>ul>li .text-area .bottom {
  margin: 0 1rem;
  padding: 0.813rem 0;
  border-top: 1px solid #ededed;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .text-area .bottom .area,
.others-video-content>ul>li .text-area .bottom .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .text-area .bottom .area span,
.others-video-content>ul>li .text-area .bottom .area span {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #333;
  margin-right: 0.5em;

  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .text-area .bottom .area strong,
.others-video-content>ul>li .text-area .bottom .area strong {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #000;
}

.others-series-content ul li .inner>.bottom .swiper-wrapper .inner .text-area .bottom .area strong img,
.others-video-content>ul>li .text-area .bottom .area strong img {
  margin-left: 0.25rem;
  width: 1.063rem;
  height: 1.063rem;
}

.myProfile .sideCont {
  position: relative;
}

.myProfile .sideCont .others-series-content.tabCont,
.myProfile .sideCont .others-video-content.tabCont {
  margin: 1.25rem;
}

.my-confirm__table {
  border-radius: 10px;
  background: #Fff;
  border: solid 1px #e4e4e4;
  overflow: hidden;
}

.my-confirm__table table tbody td:first-child span {
  display: block;
  width: 5.125rem;
  padding: 0.221rem 0;
  border-radius: 3px;
  border: solid 1px #5e3bf5;
  background-color: #fff;
  font-size: 0.688rem;
  color: #5e3bf5;
  text-align: center;
  margin-left: 1.563rem;
}

.my-confirm__table table tbody .table-clear td:not(:nth-child(1)) {
  color: #999;
  font-style: italic;
}

.my-confirm__table table tbody td:nth-child(2) {
  text-align: left;
  padding-left: 1.25rem;
}

.my-confirm__table table tbody td:nth-child(3) {
  text-align: right;
  padding-right: 1.25rem;
}

.my-confirm__table table tbody tr:nth-child(even) {
  background: #F9F9F9;
}

.my-confirm__table table tbody tr:nth-child(odd) {
  background: #fff;
}

.my-confirm__table table thead th {
  height: 3.75rem;
  background: #F4F4F4;
  color: #000;
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: -0.7px;
  font-weight: normal;
  text-align: center;
}

.my-confirm__table table td {
  height: 3.75rem;
  font-size: 0.938rem;
  letter-spacing: -0.5px;
  font-weight: normal;
  text-align: center;
  color: #333;
}

.my-confirm__table .table-pagenation-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.813rem 1.688rem 0;
  padding-bottom: 1.813rem;
}

.btn__excel-down {
  display: block;
  position: absolute;
  right: 0;
}

.btn__excel-down>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.813rem;
  height: 2.5rem;
  border-radius: 3px;
  border: solid 1px #3c3c3c;
  background-color: #fff;
}

.btn__excel-down>div span {
  font-size: 0.75rem;
  letter-spacing: -0.5px;
  color: #000;
}

.btn__excel-down {
  margin-top: 1rem;
}

.my-confirm__table .table-pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.my-confirm__table .table-pagenation ul li a {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #666;
}

.my-confirm__table .table-pagenation ul li.active a {
  color: #000;
  font-weight: bold;
}

.my-confirm__table .table-pagenation ul>a {
  font-size: 0.875rem;
  line-height: 1.2;
}

.my-confirm__table colgroup col:nth-child(1) {
  width: 12%
}

.my-confirm__table colgroup col:nth-child(2) {
  width: 43%
}

.my-confirm__table colgroup col:nth-child(3) {
  width: 10%
}

.my-confirm__table colgroup col:nth-child(4) {
  width: 15%
}

.my-confirm__table colgroup col:nth-child(5) {
  width: 15%
}

.my-list-edit-tab {
  margin-top: 0 !important;
}

.my-list-tab.fixed {
  border-radius: 0;
}

.edit__box {
  width: 100%;
  padding: 3.313rem 4.25rem 3.125rem 4.625rem;
  margin-top: 0.875rem;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
}

.edit__box .edit-title {
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #333;
}

#brand-edit-01 .edit__box-inner:nth-child(1) {
  margin-top: 0;
}

.edit__box-inner {
  margin-top: 1.25rem;
}

.edit__box input {
  font-size: 0.813rem;
  letter-spacing: 0;
}

.edit__box input::placeholder {
  color: #999;
}

.edit__box input:read-only {
  background-color: #f6f6f7;
}

.edit__box input:read-only:focus {
  border: solid 1px #e4e4e4;
}

.edit__box .input-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.edit__box .input-wrap .input-area {
  width: 26.438rem;
}

.edit__box .input-wrap .input-area input {
  width: 100%;
}

.edit__box .btn-edit-normal {
  display: block;
  width: 9.095rem;
  height: 2.5rem;
  border-radius: 5px;
  background-color: #111;
  font-size: 0.75rem;
  letter-spacing: -0.5px;
  color: #fff;
}

.edit__box .info {
  display: flex;
  align-items: flex-start;
  gap: 0.313rem;
  margin-top: 0.25rem;
}

.edit__box .info>span {
  font-size: 0.625rem;
  text-align: left;
  color: #999;
}

.edit__box .select-wrap {
  display: flex;
  align-items: center;
  gap: 0.688rem;
}

.edit__box .select-wrap .select-area {
  width: 6.25rem;
}

.edit__box .select-input-wrap,
.edit__box .flex-area {
  display: flex;
  align-items: center;
  gap: 0.688rem;
}

.edit__box .select-input-wrap .select-area,
.edit__box .select-input-wrap .input-area {
  width: 6.25rem;
}

#brand-edit-01 .edit__box-inner:nth-child(8) .input-area {
  width: 27rem;
}

.edit__box .btn-edit-save {
  display: block;
  width: 8.064rem;
  height: 2.5rem;
  margin: 1.875rem auto 0;
  border-radius: 4px;
  background-color: #ff4c4e;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: -0.7px;
  color: #fff;
}

#brand-edit-02 .edit-title {
  margin-bottom: 0.875rem;
  text-align: center
}

#brand-edit-02 .product-category__component,
#brand-edit-02 .brand-promotion__component {
  margin-top: 2rem;
}

#brand-edit-02 .info {
  justify-content: center;
  margin: 0.875rem auto 0;
}

#brand-edit-02 .series-format__component ul li,
#brand-edit-02 .product-category__component ul li,
#brand-edit-02 .brand-promotion_list .list li {
  border: 1px solid #e4e4e4;
}

#brand-edit-02 .series-format__component ul li span {
  border-right: 1px solid #e4e4e4;
}

#brand-edit-02 .series-format__component ul li.active,
#brand-edit-02 .brand-promotion_list .list li .active {
  border: 1px solid #5E3BF5;
}

.series-format__component ul li.active {
  background: #5E3BF5;
  border: 1px solid #5E3BF5;
  color: #fff;
}

#brand-edit-03 .edit__box-inner>.input-area {
  width: 26.875rem;
  margin-top: 0.625rem;
}

#brand-edit-03 .edit__box-inner>.flex-area {
  margin-top: 0.625rem;
}

#brand-edit-03 .edit__box-inner>.flex-area>.input-area {
  width: 20rem;
}

#brand-edit-03 .edit__box-inner>.flex-area>button {
  width: 6.125rem;
  height: 2.5rem;
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  background-color: #f3f3f3;
  box-sizing: border-box;
  font-size: 0.75rem;
  letter-spacing: -0.5px;
  color: #3d3d3d;
}

#brand-edit-03.apply-campaign.edit__box .input-area,
#brand-edit-03.apply-campaign.edit__box .flex-area {
  width: 100%;
  max-width: 26.875rem;
}

#brand-edit-03.apply-campaign.edit__box .select-input-wrap>div {
  flex: 1 1 0;
  width: initial;
  max-width: 6.25rem;
}

#brand-edit-04 .input-area {
  width: calc(100% - 9.095rem);
}

#brand-edit-05 .edit__box-inner:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#brand-edit-05 .edit__box-inner:nth-child(2) .profile-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.938rem;
}

#brand-edit-05 .edit__box-inner:nth-child(2) .profile-area em {
  width: 6.5rem;
  height: 6.5rem;
}

#brand-edit-05 .edit__box-inner:nth-child(2) .profile-area span {
  font-weight: 500;
  font-size: 0.938rem;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000;
}

#brand-edit-06 .edit__box-inner:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

#brand-edit-06 .edit__box-inner:nth-child(1) .input-area {
  width: 23.188rem;
}

#brand-edit-06 .edit__box-inner:nth-child(2) .input-area {
  width: 23.188rem;
}

#brand-edit-07 textarea {
  width: 100%;
  height: 7.875rem;
  resize: none;
}

#brand-edit-07 .edit__box-inner:nth-child(1) p {
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  color: #ff4c4e;
}

#brand-edit-07 .edit__box-inner:nth-child(2) .radio-area:nth-child(1) {
  margin-top: 0;
}

#brand-edit-07 .edit__box-inner:nth-child(2) .radio-area {
  margin-top: 0.963rem;
}

#brand-edit-07 .edit__box-inner:nth-child(2) .radio-area label {
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  color: #555;
}

.my-edit__creator #brand-edit-01 .edit__box-inner:nth-child(5) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.875rem;
}

.my-edit__creator #brand-edit-01 .edit__box-inner:nth-child(5) .left {
  width: 21.563rem;
}

.my-edit__creator #brand-edit-01 .edit__box-inner:nth-child(5) .right .radio-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.938rem;
}

.my-edit__creator input[type="radio"]:checked+label:before {
  background: url(../images/nn_purple-radio-on.svg) no-repeat 0 0;
  background-size: 18px;
}

.my-edit__brand input[type="radio"]:checked+label:before {
  background: url(../images/nn_pink-radio-on.svg) no-repeat 0 0;
  background-size: 18px;
}

#brand-edit-01 .edit__box-inner .flex-area {
  position: relative;
}

#brand-edit-01 .edit__box-inner .authentication {
  margin-top: 0.4rem;
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  color: #482eba;
}

.my-edit__brand #brand-edit-01 .edit__box-inner .authentication {
  color: #e94869;
}

.my-edit__brand #brand-edit-01 .edit__box-inner .authentication.complete {
  color: #4381ea;
}

.my-edit__creator #brand-edit-01 textarea {
  height: 7.875rem;
}

.my-edit__creator #brand-edit-01 .edit__box-inner:nth-child(9) .radio-wrap {
  display: flex;
  align-items: center;
  gap: 1.438rem;
}

.my-edit__creator #brand-edit-01 .edit__box-inner:nth-child(9) .input-area {
  position: relative;
  margin-top: 1.125rem;
}

.my-edit__creator #brand-edit-01 .btn-url__minus {
  position: absolute;
  top: 0.75rem;
  right: 1.125rem;
}

.btn-url__plus-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.my-edit__creator #brand-edit-01 .btn-url__plus {
  display: flex;
  align-items: center;
  margin-top: 0.938rem;
}

.my-edit__creator #brand-edit-01 .btn-url__plus span {
  margin-left: 0.3rem;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  color: #000;
}

.my-edit__creator #brand-edit-05 .profile-area em {
  width: 4.188rem;
  height: 4.188rem;
}

.my-edit__creator #brand-edit-05 .edit__box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.727rem;
}

.my-edit__creator #brand-edit-05 .edit__box-inner .top span {
  font-size: 1rem;
  letter-spacing: -0.5px;
  color: #333;
}

.my-edit__creator #brand-edit-05 .edit__box-inner .top em {
  font-size: 0.688rem;
  letter-spacing: -0.5px;
  color: #999;
}

.my-edit__creator #brand-edit-05 .edit__box-inner .bottom {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.my-edit__creator #brand-edit-05 .edit__box-inner .bottom span {
  margin-top: 0.257rem;
  padding-top: 0.371rem;
  border-top: 1px solid #e1e1e1;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  color: #333;
}

.edit__box-inner:nth-child(1) {
  margin-top: 0;
}

.brand-edit-wrap.fixed {
  margin-top: 7.875rem;
}

#brand-edit-01-a {
  position: relative;
  top: -100px;
}

#brand-edit-02-a {
  position: relative;
  top: -80px;
}

#brand-edit-03-a {
  position: relative;
  top: -80px;
}

#brand-edit-04-a {
  position: relative;
  top: -80px;
}

#brand-edit-05-a {
  position: relative;
  top: -80px;
}

#brand-edit-06-a {
  position: relative;
  top: -80px;
}

#brand-edit-07-a {
  position: relative;
  top: -80px;
}

.my-campaign-creator .my-lists-content>ul>li .bottom-info-mobile {
  display: none;
  border-top: 1px solid #e4e4e4;
}

.my-campaign-creator .my-lists-content>ul>li .bottom-info-mobile .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.727rem;
  margin-left: 1.188rem;
  margin-right: 1.188rem;
}

.my-campaign-creator .my-lists-content>ul>li .bottom-info-mobile ol {
  display: flex;
  align-items: center;
  gap: 10px;
}

.my-campaign-creator .my-lists-content>ul>li .bottom-info-mobile ol li {
  height: 1.563rem;
  padding: 0 0.5rem;
  line-height: 1.563rem;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.688rem;
  color: #000;
  text-align: center;
}

.my-campaign-creator .my-lists-content>ul>li .bottom-info-mobile ol li.box-gray {
  color: #999;
  border: 1px solid #999;
}

.my-campaign-creator .my-lists-content>ul>li .bottom-info-mobile ol li.box-purple {
  color: #5e3bf5;
  border: 1px solid #5e3bf5;
}

.my-campaign-creator .my-lists-content>ul>li .bottom-info-mobile ol li .comment img {
  /* width: 22px; */
}

.my-others__content .my-list-tab .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.my-others__content .my-list-tab .swiper-wrapper .swiper-slide {
  width: fit-content !important;
}

.campaignView .cpviewHead .campaignInfoNew {
  position: absolute;
  top: 35px;
  right: 0;
  width: 405px;
  padding: 30px 10px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.campaignView .cpviewHead.fix .campaignInfoNew.fix {
  position: fixed;
  top: 150px;
  right: 50%;
  margin-right: -675px;
}

.campaignView .cpviewHead .campaignInfoNew .dday {
  display: block;
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 10px;
}

.campaignView .cpviewHead .campaignInfoNew .dday.soon {
  font-size: 46px;
}

.campaignView .cpviewHead .campaignInfoNew .brandtit {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  font-size: 40px;
  line-height: 50px;
  margin: 0 10px 15px;
  overflow: hidden;
}

.campaignView .cpviewHead .campaignInfoNew .brandtit b {
  word-break: normal;
}

.campaignView .cpviewHead .campaignInfoNew .txt {
  color: #999;
  padding: 0 1px;
}

.campaignView .cpviewHead .campaignInfoNew .prdInfo {
  display: flex;
  flex-direction: column;
  margin: 30px 0 35px;
  font-size: 22px;
}

.campaignView .cpviewHead .campaignInfoNew .prdInfo .prdtit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.campaignView .cpviewHead .campaignInfoNew .prdInfo .prdtit em {
  font-size: 0.88em;
  font-weight: normal;
  margin-left: 0.1em;
}

.campaignView .cpviewHead .campaignInfoNew .supportAmountInfo {
  font-size: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.campaignView .cpviewHead .campaignInfoNew .btnAc {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.campaignView .cpviewHead .campaignInfoNew .btnAc a {
  padding: 18px 0;
  width: initial;
  flex: 0 1 calc(50% - 8px);
  margin: 0;
}

.campaignView .cpviewHead .campaignInfoNew .blue {
  display: block;
  font-size: 11px;
}


/*mywork 반응형 */
@media screen and (max-width: 1529px) {
  .my-campaign-tooltip {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }

  .my-campaign-tooltip::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .my-campaign-tooltip::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1400px) {

  .campaignView .cpviewHead .campaignInfoNew {
    position: relative;
    top: initial;
    right: initial;
    width: initial;
    padding: 0 5px;
    text-align: initial;
    box-shadow: initial;
    box-sizing: initial;
    margin-top: 30px;
  }

  .campaignView .cpviewHead .campaignInfoNew .dday {
    display: initial;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: initial;
  }

  .campaignView .cpviewHead .campaignInfoNew .dday.soon {
    font-size: 24px;
  }

  .campaignView .cpviewHead .campaignInfoNew .brandtit {
    flex-direction: row;
    align-items: flex-end;
    font-size: 37px;
    line-height: initial;
    margin: initial;
    gap: 15px;
  }

  .campaignView .cpviewHead .campaignInfoNew .center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 10px;
  }

  .campaignView .cpviewHead .campaignInfoNew .prdInfo {
    flex-direction: row;
    padding: 0;
    margin: 0;
    font-size: 19px;
  }

  .campaignView .cpviewHead .campaignInfoNew .supportAmountInfo {
    font-size: 19px;
    margin: 10px 0;
    flex-direction: row;
  }

  .campaignView .cpviewHead .campaignInfoNew .joinrnd {
    padding: 0;
  }

  .campaignView .cpviewHead .campaignInfoNew .btnAc {
    padding: 20px 0 10px;
  }

  .campaignView .cpviewHead .campaignInfoNew .btnAc a {
    font-size: 18px;
  }

  .campaignView .cpviewHead .campaignInfoNew .blue {
    font-size: 11px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1217px) {
  .my-campaign__renewal>.inner {
    max-width: 95%;
  }

  .my-campaign-tooltip ol li {
    flex-direction: column;
  }

  .my-campaign-tooltip ol li .left {
    font-size: 0.813rem;
    font-weight: normal;
    color: #333;
    width: 100%;
  }

  .my-campaign-tooltip {
    width: 100%;
    height: auto;
    bottom: 0;
  }

  .my-lists-content>ul>li .inner .text-area>strong,
  .my-campaign-creator .my-lists-content>ul>li .inner .text-area a>strong {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1148px) {
  .my-lists-content>ul>li {
    width: 100%;
  }

  .others-series-content ul li>.inner>.top ol li {
    width: 12.111rem;
  }

  .myProfile .others-series-content ul li>.inner>.top {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 0.8rem;
    box-sizing: border-box;
  }

  .myProfile .others-series-content ul li>.inner>.top ol {
    margin: 0.9rem 0 0;
  }

  .myProfile .others-series-content ul li>.inner>.top .series-title span,
  .myProfile .others-series-content ul li>.inner>.top .series-title strong {
    text-align: center;
  }

  .myProfile .others-series-content ul li>.inner>.top .series-title {
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    max-width: initial;
  }

  .edit__box:not(.apply-campaign) {
    padding: 3.313rem 1.25rem 3.125rem 1.625rem;
  }
}

@media screen and (max-width: 1090px) {
  .others-series-content ul li>.inner>.top {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 0.8rem;
    box-sizing: border-box;
  }

  .others-series-content ul li>.inner>.top ol {
    margin: 0.9rem 0 0;
  }

  .others-series-content ul li>.inner>.top .series-title span,
  .others-series-content ul li>.inner>.top .series-title strong {
    text-align: center;
  }

  .others-series-content ul li>.inner>.top .series-title {
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    max-width: initial;
  }

}

@media screen and (max-width: 1070px) {

  .my-campaign-list ul li .circle-result {
    width: 7.188rem;
  }

  .my-campaign-list ul li .inner .circle-result span {
    font-size: 2.05rem;
    line-height: 2.063rem;
  }

  .my-campaign-list ul li .inner .circle-result em {
    font-size: 1.275rem;
  }

  .my-campaign-list ul>li {
    height: 13.25rem;
  }

  .my-campaign-list ul>li>.inner>span {
    font-size: 1rem;
  }

  .others-series-content ul li>.inner>.top ol {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
  }

  .others-series-content ul li>.inner>.top ol li {
    max-width: initial;
    width: 100%;
    flex: 0 0 auto;
  }

  .myProfile .others-series-content .swiper {
    margin: 0 !important;
  }

  .myProfile .others-video-content ul li {
    width: calc((100% - 0.78rem) / 2);
  }
}

@media screen and (max-width: 959px) {
  .my-campaign__renewal>.inner {
    flex-direction: column;
    max-width: 100%;
    margin: 0.938rem;
    padding: 0 0 3.625rem;
  }

  .my-campaign__renewal .my-campaign__header {
    width: 100%;
    min-height: 24.413rem;
  }

  .my-campaign__renewal .my-campaign__header .top .profile-area {
    display: flex;
    align-items: center;
    gap: 0.83rem;
  }

  .my-campaign__renewal .my-campaign__header .profile-area strong,
  .my-campaign__renewal .my-campaign__header .profile-area span {
    text-align: left;
  }

  .my-campaign__renewal .my-campaign__header .profile-area em {
    width: 4.188rem;
    height: 4.188rem;
  }

  .my-campaign__renewal .my-campaign__header .profile-area strong {
    font-size: 1.025rem;
  }

  .my-campaign__renewal .cooperation-count-area .cooperation-count em {
    font-size: 1.8rem;
    line-height: 1.738rem;
  }

  .my-campaign__renewal .cooperation-count-area .cooperation-count i {
    font-size: 0.838rem;
  }

  .my-campaign__renewal .cooperation-count-area>em {
    margin-top: 0.425rem;
    font-size: 0.855rem;
  }

  .my-campaign__renewal .my-campaign__header .top .user-button-area button {
    width: 8.313rem;
    height: 2.3rem;
    font-size: 0.805rem;
  }

  .my-campaign__renewal .my-campaign__header .top .user-button-area {
    flex-direction: initial;
    gap: 0.613rem;
    margin: 1.513rem 2rem 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .my-campaign__renewal .my-campaign__header .bottom .profile-fix-area {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }

  .my-campaign__renewal .my-campaign__header .bottom .profile-fix-area button:nth-child(1) {
    margin: 0 auto 0;
  }

  .my-campaign__renewal .my-campaign__header .bottom .profile-fix-area button {
    width: auto;
    height: 2rem;
    font-size: 0.753rem;
    color: #565656;
    border: solid 1px #bcbcbc;
    padding: 0 0.5rem;
  }

  .my-campaign__renewal .my-campaign__header .bottom .profile-detail-info li .area div {
    font-size: 0.805rem;
  }

  .my-campaign__renewal .my-campaign__header .bottom .profile-detail-info li .area {
    margin-top: 0.588rem;
  }

  .my-campaign__renewal .my-campaign__header .bottom .profile-detail-info {
    margin-top: 1.188rem;
    padding: 0.225rem 0 1.037rem;
  }

  .my-campaign__renewal .my-campaign__content {
    width: 100%;
  }

  .my-campaign-list ul>li {
    height: 10.25rem;
  }

  .my-campaign-list ul>li>.inner>span {
    font-size: 0.9rem;
    margin-bottom: 0.503rem;
  }

  .my-campaign-list ul li .circle-result {
    width: 6.188rem;
  }

  .my-campaign-list ul li .circle-result .circle-result-inner {
    margin-top: 0.963rem;
  }

  .my-list-tab .swiper-wrapper {
    gap: 2.538rem;
  }

  .my-lists-content>ul>li .inner .text-area>strong,
  .my-campaign-creator .my-lists-content>ul>li .inner .text-area a>strong {
    font-size: 0.9rem;
  }

  .my-lists-content {
    margin-top: 1.138rem;
  }

  .my-lists-content>ul {
    gap: 0.85rem;
  }

  .my-campaign-category ul li a {
    font-size: 0.805rem;
  }

  .my-campaign-category ul li {
    width: 7.875rem;
  }

  .my-list-tab .swiper-wrapper .swiper-slide a {
    font-size: 0.898rem;
  }

  .my-list-tab .swiper-wrapper {
    justify-content: flex-start;
    gap: 0;
  }

  .my-campaign__renewal .my-campaign__header .bottom .profile-fix-area {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .my-campaign__renewal .my-campaign__header .bottom .profile-fix-area button {
    margin: 0 auto 0;
  }

  .my-campaign__renewal .my-campaign__header .top {
    padding-top: 3.25rem;
  }

  .my-lists-content {
    margin-top: 1.138rem;
    min-height: 29rem;
  }
}

@media screen and (max-width: 852px) {
  .my-lists-content>ul>li {
    width: 100%;
  }

  .my-lists-content>ul>li .inner .img-area em {
    width: 7.963rem;
  }

  #brand-edit-06 .left,
  #brand-edit-06 .right {
    width: 100%;
  }

  #brand-edit-06 .edit__box-inner:nth-child(2) .input-area {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .campaignView .cpviewHead .campaignInfoNew .brandtit {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .campaignView .cpviewHead .campaignInfoNew .btnAc a {
    padding: 12px;
    font-size: 15px;
  }

  .campaignView .cpviewHead .campaignInfoNew .center {
    display: block;
    margin: 15px 0 0;
  }

  .campaignView .cpviewHead .campaignInfoNew .joinrnd {
    text-align: center;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .others-video-content ul li {
    width: calc((100% - 0.78rem) / 2);
  }
}

@media screen and (max-width: 680px) {
  .others-series-content ul li>.inner>.top ol {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
  }

  .others-series-content ul li>.inner>.top ol li {
    max-width: initial;
    width: 100%;
    flex: 0 0 auto;
  }

  .others-series-content .swiper {
    margin: 0 !important;
  }

  #brand-edit-01 .edit__box-inner:nth-child(6) .flex-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .edit__box .select-input-wrap .select-area,
  .edit__box .select-input-wrap .input-area {
    width: 100%
  }

  #brand-edit-03 .edit__box-inner>.input-area {
    width: 100%;
  }

  #brand-edit-03 .edit__box-inner>.flex-area>.input-area {
    width: 100%;
  }

  .edit__box .select-input-wrap .select-area,
  .edit__box .select-input-wrap .input-area {
    width: 100%;
  }

  #brand-edit-01 .edit__box-inner:nth-child(7) .input-area {
    width: 100%;
  }

  #brand-edit-06 .edit__box-inner:nth-child(1) .input-area {
    width: 100%;
  }

  #brand-edit-01 .edit__box-inner:nth-child(6) .flex-area button {
    width: 100%;
  }

  #brand-edit-04 .input-area {
    width: 100%;
  }
}

@media screen and (max-width: 620px) {

  .campaignView .cpviewHead .campaignInfoNew .prdInfo,
  .campaignView .cpviewHead .campaignInfoNew .supportAmountInfo {
    font-size: 18px;
  }

  .campaignView .cpviewHead .campaignInfoNew .joinrnd span {
    font-size: 13px;
  }
}

@media screen and (max-width: 595px) {
  .my-edit__creator #brand-edit-01 .edit__box-inner:nth-child(5) {
    flex-direction: column;
    align-items: flex-start;
  }

  .my-edit__creator #brand-edit-01 .edit__box-inner:nth-child(5) .left {
    width: 100%;
  }

  .my-confirm__table table td,
  .my-confirm__table table thead th {
    font-size: 0.838rem;
  }

  .my-confirm__table .table-area {
    overflow: auto;
    width: 100%;
  }

  .my-confirm__table .table-area #confirm-table {
    width: 580px !important;
  }

  .my-campaign-tooltip {
    width: 100%;
  }

  .my-campaign-tooltip ol li .left,
  .my-campaign-tooltip ol li .right {
    font-size: 0.713rem;
  }

  .my-lists-content>ul>li:nth-child(1) .inner span {
    font-size: 0.838rem;
  }

  .my-campaign__renewal .my-campaign__header .top .user-button-area button {
    width: 8.313rem;
    height: 2rem;
    font-size: 0.705rem;
  }

  .swiper {
    margin: 0 1.7rem !important;
  }
}

@media screen and (max-width: 535px) {
  .my-campaign__renewal .my-campaign__header .top .user-button-area button {
    width: 7.613rem
  }

  .my-campaign__renewal .my-campaign__header .bottom .profile-fix-area button {
    height: 1.6rem;
    font-size: 0.653rem;
  }

  .my-campaign-list ul>li>.inner>span {
    font-size: 0.85rem;
    margin-bottom: 0.503rem;
  }

  .edit__box .btn-edit-save {
    width: 100%;
  }

  #brand-edit-06 .edit__box-inner:nth-child(2) {
    align-items: flex-start;
  }


  .others-series-content .series-category-area {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .others-series-content .slide-button-area {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 500px) {
  .others-video-content ul li {
    width: 100%;
  }

  .others-video-content ul {
    gap: 15px 0;
  }

  .campaignView .cpviewHead .campaignInfoNew {
    margin-top: 15px;
  }
}

@media screen and (max-width: 450px) {
  .my-campaign-creator .my-lists-content>ul>li {
    /*height: 11.8775rem;*/
  }

  .my-campaign-creator .my-lists-content>ul>li .bottom-info-mobile {
    display: block;
  }

  .my-campaign-creator .my-lists-content>ul>li .inner .bottom-info {
    /*display: none;*/
  }

  .my-campaign-creator .my-lists-content>ul>li .inner {
    padding-top: 8px;
  }

  .my-campaign-creator .my-lists-content>ul>li .inner .img-area em,
  .my-campaign-creator .my-lists-content>ul>li .inner,
  .my-campaign-creator .my-lists-content>ul>li .inner {
    height: 8.375rem;
  }

  .my-campaign-list ul>li>.inner>span {
    flex-direction: column;
  }

  .my-campaign-list ul li .circle-result {
    width: 5.188rem;
  }

  .my-campaign-list ul li .circle-result .circle-result-inner {
    margin-top: 0.463rem;
  }

  .my-campaign-list ul li .inner .circle-result span {
    font-size: 1.7rem;
    line-height: 1.563rem;
  }

  .new-make-campaign-series .inner span {
    margin-top: 0.5rem;
    font-size: 0.838rem;
    letter-spacing: -0.5px;
    color: #999;
    margin: 0.5rem 1rem;
    text-align: center;
  }

  .edit__box input::placeholder {
    font-size: 0.713rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 380px) {

  .my-campaign-creator .my-lists-content>ul>li .inner {
    padding-top: 16px;
  }

  .my-campaign-creator .my-lists-content>ul>li .inner .img-area em,
  .my-campaign-creator .my-lists-content>ul>li .inner,
  .my-campaign-creator .my-lists-content>ul>li .inner {
    height: 7.375rem;
  }

  .my-lists-content>ul>li .inner .img-area em {
    width: 6.963rem;
  }

  .my-campaign-creator .my-lists-content>ul>li {
    /*height: 10.8775rem;*/
  }

  .my-campaign-creator .my-lists-content>ul>li .bottom-info-mobile .area {
    margin-left: 0.888rem;
    margin-right: 0.888rem;
  }

  .my-video__bg .area em {
    width: 10.188rem;
    height: 2.738rem;
    border-radius: 50px;
    font-size: 1rem;
  }

  .my-series__bg .area em {
    width: 10.188rem;
    height: 2.738rem;
    border-radius: 50px;
    font-size: 1rem;
  }

  .my-confirm__table .table-pagenation ul {
    gap: 26px;
  }

  .my-confirm__table .table-pagenation-area {
    margin: 1.813rem 0.688rem 0;
  }

  .my-confirm__table .table-pagenation ul {
    gap: 21px;
  }

  .my-confirm__table .table-pagenation ul>a {
    font-size: 0.775rem;
  }

  .my-confirm__table .table-pagenation ul li a {
    font-size: 0.775rem;
  }

  .edit__box .select-input-wrap,
  .edit__box .flex-area {
    display: flex;
    align-items: center;
    gap: 0.288rem;
  }

  .edit__box .select-wrap {
    gap: 0.288rem;
  }
}

@media screen and (max-width: 359px) {
  .my-campaign-list ul li .circle-result {
    width: 4.188rem;
  }

  .my-campaign-list ul li .circle-result .circle-result-inner {
    margin-top: 0.3rem;
  }

  .my-campaign-list ul li .inner .circle-result span {
    font-size: 1.3rem;
    line-height: 1.363rem;
  }

  .my-campaign__renewal .my-campaign__header .top .user-button-area button {
    width: 5.613rem;
  }
}

@media screen and (max-width: 320px) {
  .edit__box-inner .radio-area input[type="radio"]+label {
    font-size: 12px;
  }
}

@media screen and (max-width: 300px) {
  .my-campaign__renewal .my-campaign__header .top .user-button-area button {
    width: 100%;
  }
}

.campaign-slide-wrap {
  /*height: 32.563rem;*/
}

.campaign-slide-wrap .campaignSlideSwiper {
  /*height: 32.563rem;*/
  width: 100%;
  height: 37vw;
  min-height: 8vw;
}

.campaign-slide-wrap .swiper-slide {
  position: relative;
}

.campaign-slide-wrap .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.24);
  z-index: 2;
}

.campaign-slide-wrap .swiper-slide .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.campaign-slide-wrap .swiper-slide .inner .campaign-slide-title {
  margin: 0 1rem;
  font-size: 2rem;
  font-weight: normal !important;
  letter-spacing: -1.4px;
  text-align: center;
  color: #fff;
}

.campaign-slide-wrap .swiper-slide .inner button {
  display: block;
  width: 14.875rem;
  height: 3.682rem;
  margin-top: 7rem;
  border-radius: 78px;
  background: #fff;
}

.campaign-slide-wrap .swiper-slide .inner button div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.campaign-slide-wrap .swiper-slide .inner button div span {
  display: block;
  margin-right: 0.75rem;
  font-size: 1.088rem;
  font-weight: bold;
  letter-spacing: -1.2px;
  color: #000;
}

.campaign-slide-wrap .swiper-slide .campaign-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.campaign-slide-wrap .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.campaign-slide-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 2.688rem;
  height: 0.125rem;
  border-radius: 0;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
}

.campaign-slide-wrap .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .49);
}

.campaign-slide-wrap .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #fff;
}

.campaign-slide-wrap .swiper-horizontal>.swiper-pagination-bullets,
.campaign-slide-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.campaign-slide-wrap .swiper-pagination-custom,
.campaign-slide-wrap .swiper-pagination-fraction {
  bottom: 2.199rem;
}

.campaign-slide-wrap .swiper-button-next,
.campaign-slide-wrap .swiper-rtl .swiper-button-prev {
  right: 2.375rem;
}

.campaign-slide-wrap .swiper-button-prev,
.campaign-slide-wrap .swiper-rtl .swiper-button-next {
  left: 2.375rem;
}

.campaign-slide-wrap .swiper-button-next,
.campaign-slide-wrap .swiper-button-prev {
  color: #fff;
}

.category-wrap {
  padding: 2rem 0;
  background: #fff;
}

.category-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 70rem;
  width: 95%;
  margin: 0 auto;
}

.category-wrap .inner .left {
  display: flex;
  align-items: center;
  gap: 0.938rem;
}

.category-wrap .inner .left .selectric {
  border-radius: 5px;
  width: 12.125rem;
  height: 3.125rem;
}

.category-wrap .inner .left .selectric .label {
  margin: 0 1.813rem 0 1.313rem;
  font-size: 0.938rem;
  line-height: 3.125rem;
  color: #000;
  letter-spacing: -0.9px;
}

.category-wrap .inner .left .selectric .button {
  width: 3.125rem;
  height: 3.125rem;

}

.category-wrap .inner .right .input-area {
  position: relative;
}

.category-wrap .inner .right .input-area button {
  position: absolute;
  top: 50%;
  right: 1.188rem;
  transform: translateY(-50%);
}

.category-wrap .inner .right .input-area input[type="text"] {
  width: 100%;
  padding: 0 2.9rem 0 1.375rem;
  height: 3.125rem;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 25px;
  color: #000;
}

.campaign-list-wrap {
  width: 100%;
  padding: 3.375rem 0 7.125rem;
  background: #f6f7fb;
}

.campaign-list-wrap i {
  font-style: normal;
}

.campaign-list-wrap .inner {
  max-width: 70.5rem;
  width: 95%;
  margin: 0 auto;
}

.campaign-list-wrap .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.campaign-list-wrap .inner ul li {
  width: 31%;
  height: 29.688rem;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(195, 195, 195, 0.25);
}

.campaign-list-wrap .inner ul li a {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.campaign-list-wrap .text-area em,
.campaign-list-wrap .text-area span,
.campaign-list-wrap .text-area i {
  display: block;
}

.campaign-list-wrap .text-area {
  position: relative;
  padding: 1.063rem 1.688rem;

  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.campaign-list-wrap .campaign-status {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.25rem;
  right: 1.75rem;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 100%;
}

.campaign-list-wrap .campaign-status span {
  display: block;
  font-size: 0.775rem;
  font-weight: bold;
  letter-spacing: -0.7px;
  color: #fff;
  text-align: center;
}

.campaign-list-wrap .campaign__company {
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  color: #333;
  flex: 1 0 0;

  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.campaign-list-wrap .campaign__name-truncated {
  min-width: 0;
  flex: 3 0 0;
}

.campaign-list-wrap .campaign__name {
  font-size: 1.338rem;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: #000;

  line-height: 1.25em;

  display: inline;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.campaign-list-wrap .campaign__product {
  font-size: 0.938rem;
  letter-spacing: -0.5px;
  color: #505050;
  flex: 1 0 0;

  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.campaign-list-wrap .campaign__remainder {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 1 0 0;

  font-size: 0.963rem;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: #6675f0;

  margin-top: 1rem;
}

.campaign-list-wrap .campaign__remainder span,
.campaign-list-wrap .campaign__remainder i {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.campaign-list-wrap .campaign__remainder span {
  margin-right: 0.3em;
}

.campaign-list-wrap .campaign__image {
  display: block;
  position: relative;
  width: 100%;
  height: 60%;
}

.campaign-list-wrap .campaign__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign__tab-area {
  margin-bottom: 3.125rem;
}

.campaign__tab-area .tab-list {
  width: 435px;
  height: 50px;
  margin: 0 auto 0;
  border: 1px solid #818181;
  border-radius: 50px;
}

.campaign__tab-area .tab-list ul {
  display: flex;
  align-items: center;
  height: 50px;
}

.campaign__tab-area .tab-list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
}

.campaign__tab-area .tab-list ul li a {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #4F4F4F;
}

.campaign__tab-area .tab-list ul li.active {
  height: 50px;
  background: #000;
  border-radius: 50px;
}

.campaign__tab-area .tab-list ul li.active a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.7px;
  color: #fff;
}

.campaign__header .campaign__process>span {
  display: block;
  margin-top: 1.25rem;
  font-weight: 300;
  font-size: 1.813rem;
  line-height: 2.438rem;
  text-align: center;
  letter-spacing: -0.9px;
  color: #676767;
}

.campaign__header .campaign__process ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 2rem;
  margin-top: 2.188rem;
}

.campaign__header .campaign__process ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.campaign__header .campaign__process ul li {
  position: relative;
}

.campaign__header .campaign__process ul li span,
.campaign__header .campaign__process ul li em {
  display: block;

}

.campaign__header .campaign__process ul li span {
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2.125rem;
  border-radius: 5px;
  border: solid 1px #ffa3b6;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.813rem;
  font-weight: bold;
  letter-spacing: -0.7px;
  color: #f47791;
}

.campaign__header .campaign__process ul li em {
  margin-top: 0.438rem;
  font-size: 0.75rem;
  letter-spacing: -0.7px;
  color: #f47791;
  text-align: center;
}

.campaign__header .campaign__process ul li.active span {
  border: 0;
  background-color: #e94869;
  color: #fff
}

.campaign__header .campaign__process ul li.active em {
  color: #e94869;
}

.campaign__info {
  max-width: 1080px;
  width: 92%;
  margin: 0 auto 2.313rem;
}

.campaign__info .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 4.813rem;
  flex-wrap: wrap;
}

.campaign__info .inner .right {
  display: flex;
  gap: 0.688rem;
  flex-wrap: wrap;
  justify-content: center;
}

.campaign__info .inner .right .info__btn {
  width: 8.875rem;
  height: 2.813rem;
  line-height: 2.813rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
}

.campaign__info .inner .right .info__btn-border {
  border: solid 1px #ccc;
  background-color: #fff;
  color: #696969;
}

.campaign__info .inner .right .info__btn-background {
  background-color: #e94869;
  color: #fff;
}

.basic-info-title {
  text-align: center;
  font-size: 1.675rem;
  letter-spacing: -0.7px;
  color: #4f4f4f;
}

.campaign__info .info span {
  display: inline;
}

.campaign__header .campaign__process ul li .recruit-deadline i {
  font-style: normal;
}

.campaign__header .campaign__process ul li .recruit-deadline {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -2.25rem;
  width: 5.5rem;
  text-align: center;
}

.recruit-deadline {
  padding: 0.25rem 0.938rem;
  border-radius: 5px;
  background-color: #f86a87;
  z-index: 9;
}

.recruit-deadline i {
  font-size: 0.75rem;
  letter-spacing: -0.9px;
  color: #fff;
}

.recruit-deadline i:nth-child(1) {
  margin-right: 4px;
}

.recruit-deadline::after {
  border-color: #f86a87 transparent;
  border-style: solid;
  border-width: 0 6px 8px 6.5px;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: -7px;
  width: 0;
  z-index: 1;
  transform: translateX(-50%);
}

.recruit-deadline::before {
  border-color: #f86a87 transparent;
  border-style: solid;
  border-width: 0 6px 8px 6.5px;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 0;
  transform: translateX(-50%);
}

.campaign__tab-area02 .tab-list {
  width: 26.25rem;
}

.campaign__tab-area02 .tab-list ul li {
  width: 11.563rem;
  padding: 0 0.875rem;
}

.campaign__tab-area03 .tab-list {
  width: 35.25rem;
}

.campaign__tab-area03 .tab-list ul li {
  width: 11.563rem;
  padding: 0 0.875rem;
}

.campaign-nav__wrap #tabNavi.tab-project-fixed a {
  width: 174px;
}

.campaign__title-type2 {
  font-weight: 700;
  font-size: 2.813rem;
  line-height: 3.813rem;
  text-align: center;
  letter-spacing: -0.9px;
  color: #000;
}

.campaign__header .campaign__process-type2 ul li.active span {
  background-color: #ff4c4e;
}

.campaign__header .campaign__process-type2 ul li.active em {
  color: #ff4c4e;
}

.campaign__header .campaign__process-type2 ul li span {
  border: solid 1px #fbaaab;
  color: #f87a7c;
}

.campaign__header .campaign__process-type2 ul li em {
  color: #ff9596;
  text-align: center;
}

.individual-video-wrap {
  max-width: 1345px;
  width: 90%;
  margin: 0 auto;
}

.individual-video-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1%;
}

.individual-video-wrap ul li {
  position: relative;
  width: 19%;
  height: 17.688rem;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(149, 149, 149, 0.5);
  background-color: #fff;
}

.individual-video-wrap ul li .image-area {
  display: block;
  position: relative;
  /* width: 100%; */
  height: 7.625rem;
}

.individual-video-wrap ul li .image-area img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.individual-video-wrap ul li .image-area span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.8rem;
  height: 1.25rem;
  line-height: 1.25rem;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}

.individual-video-wrap ul li a>div {
  display: flex;
  flex-direction: column;
  height: 10.063rem;

}

.individual-video-wrap ul li a>div .top-area {
  flex: 1;
  margin: 0 0.9rem;
}

.individual-video-wrap ul li a>div .top-area span,
.individual-video-wrap ul li a>div .top-area strong {
  display: block;
}

.individual-video-wrap ul li a>div .top-area span {
  margin-top: 0.6rem;
  font-size: 0.788rem;
  color: #999;
}

.individual-video-wrap ul li a>div .top-area strong {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  font-size: 0.938rem;
  color: #000;
}

.individual-video-wrap ul li a>div .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e4e4e4;
  height: 2.813rem;
  padding: 0 0.9rem;
}

.individual-video-wrap ul li a>div .bottom-area .left {
  display: flex;
  align-items: center;
}

.individual-video-wrap ul li a>div .bottom-area .left em {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.375rem;
}

.individual-video-wrap ul li a>div .bottom-area .left em img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.individual-video-wrap ul li a>div .bottom-area .left span {
  font-size: 0.825rem;
  letter-spacing: -0.7px;
  color: #333;
}

.individual-video-wrap ul li a>div .bottom-area .right button {
  font-size: 0.748rem;
  letter-spacing: -0.8px;
  color: #999;
}

.btn__video {
  height: 1.675rem;
  padding: 0 10px;
}

.btn-color-border {
  color: #eb5b55 !important;
  border: 1px solid #ef8985;
  border-radius: 5px;
}

.btn-gray-border {
  color: #999 !important;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.individual-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.688rem;
  margin-top: 4.688rem;
}

.individual-video-btn button {
  width: 11.25rem;
  height: 3.125rem;
  border-radius: 4px;
}

.individual-video-btn .btn__contact {
  background: #ff4c4e;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
}

.individual-video-btn .btn__excel {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ff4c4e;
  background-color: #fff;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  color: #ff4c4e;
}

.individual-video-btn .btn__excel img {
  margin-right: 5px;
}

.campaign-volunteer {
  padding: 6.542rem 0 0 0;
  background-color: #f5f5f5 !important;
  border: 0;
}

.campaign-volunteer .participate-comment {
  font-size: 1.563rem;
  line-height: 1.4;
  letter-spacing: -0.7px;
  color: #474747;
}

.campaign-volunteer__area {
  max-width: 67.5rem;
  width: 90%;
  margin: 0 auto;
}

.campaign-volunteer-info strong {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: #000;
}

.campaign-volunteer-info>div {
  display: flex;
  gap: 1.063rem;
  margin-top: 1.5rem;
  align-items: stretch;
  height: 17.313rem;
}

.campaign-volunteer-info>div>.left {
  min-width: 23.188rem;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #f8f8f8;
}

.campaign-volunteer-info>div .left ul li {
  padding: 1rem 1.125rem;
}

.campaign-volunteer-info>div .left ul li:nth-child(2) {
  margin-top: 1.5rem;
}

.campaign-volunteer-info .volunteer-title {
  height: 1.688rem;
  line-height: 1.688rem;
  padding: 0 0.9rem;
  border-radius: 16.5px;
  border: solid 1px #b8b8b8;
  background-color: #fff;
  font-size: 0.85rem;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000;
}

.campaign-volunteer-info .guarantee-area {
  display: flex;
  align-items: center;
  height: 1.988rem;
  margin-top: 1.363rem;
}

.campaign-volunteer-info .guarantee-area p {
  margin-left: 1.7rem;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: -0.5px;
  color: #555;
}

.campaign-volunteer-info .guarantee-area strong {
  margin-left: 0.5em;
  margin-right: 1.5em;
  font-size: 2.813rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #000;
}

.campaign-volunteer-info .guarantee-area strong.selection_watch_time::after {
  font-size: 0.45em;
  font-style: normal;
  content: '(H)';
}

.campaign-volunteer-info>div>.right {
  width: calc(100% - 23.188rem);
}

.campaign-volunteer-info>div .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.938rem;
  align-items: stretch;
  align-content: space-between;
  height: 100%;
}

.campaign-volunteer-info>div>.right>ul>li {
  flex: 1 1 40%;
  height: calc((17.313rem - 0.938rem) / 2);
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #fff;
  box-sizing: border-box;
}

.campaign-volunteer-info>div>.right>ul>li>div {
  margin: 0.938rem 0 0 1rem;
}

.campaign-volunteer-info>div .right>ul>li p {
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: -0.5px;
  color: #555;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(2) ol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  margin-top: 0.2rem;
  flex-wrap: wrap;
  overflow-y: scroll;
  max-height: 5rem;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(2) ol::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(2) ol::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 30px;
  background-clip: padding-box;
  border: 0;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(2) ol::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 30px;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(2) ol li {
  position: relative;
  margin-right: 4px;
  display: none;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(2) ol li span {
  display: block;
  height: 2.0rem;
  line-height: 2.0rem;
  border-radius: 5px;
  background-color: #5e3bf5;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 0 0.4em;
  margin-top: 4px;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(2) ol li em {
  display: block;
  position: absolute;
  top: 0;
  right: -4px;
  height: 15px;
  line-height: 14px;
  padding: 0 6px;
  margin-top: 0;
  background: #000;
  font-size: 0.6rem;
  color: #fff;
  border-radius: 7px;

}

.campaign-volunteer-info>div .right>ul>li:nth-child(4) ol {
  margin-top: 0.313rem;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(4) ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0.25rem;
  max-width: 70%;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(4) ol li .left {
  text-align: left;
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  color: #000;
  flex-grow: 1;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(4) ol li .right {
  text-align: right;
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  color: #000;
}

.campaign-volunteer-info>div .right>ul>li:nth-child(4) ol li .right::after {
  font-size: 0.8em;
  content: '%';
  margin-left: 0.1em;
}

.campaign-volunteer-info>div>.right div em {
  display: block;
  margin-top: 0.7rem;
  text-align: center;
  font-size: 1.888rem;
  letter-spacing: -0.5px;
  color: #000;
}

.campaign-volunteer-table-area {
  margin-top: 3.938rem;
}

.campaign-volunteer-table-area>.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.campaign-volunteer-table-area>.right span,
.campaign-volunteer-table-area>.right em {
  font-size: 1rem;
  letter-spacing: -0.5px;
  text-align: right;
  color: #000;
  margin-right: 0.5em;
}

#campaign-volunteer-table_wrapper {
  margin-top: 1.313rem;
}

#campaign-volunteer-table_wrapper thead th {
  background-color: #000;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #ebebeb;
}

#campaign-volunteer-table_wrapper thead th:first-child {
  border-radius: 5px 0 0 0;
}

#campaign-volunteer-table_wrapper thead th:last-child {
  border-radius: 0 5px 0 0;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr.checked {
  background: #e4e4e4 !important;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr.dtrg-group th {
  background: rgba(0, 0, 0, 0.1);
  /* color: #ffe7e7; */
  font-size: 0.8rem;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr.dtrg-group th::before {
  content: '포인트 ';
}

#campaign-volunteer-table_wrapper table.dataTable thead>tr>th.sorting_disabled {
  cursor: default;
}

#campaign-volunteer-table_wrapper table.dataTable thead>tr>th.sorting_disabled:before,
#campaign-volunteer-table_wrapper table.dataTable thead>tr>th.sorting_disabled:after {
  content: '';
  cursor: default;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr.creator-selected {
    background: #ffe7e7 !important;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr.recommended {
    background: rgba(94, 59, 245, 0.1) !important;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr .img-table-wrap .img-table {
    border: 2px solid transparent;
    border-radius:50%;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr.recommended .img-table-wrap .img-table {
    border-color: #FFED00;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td {
  padding: 1.2rem 0.5rem 1.2rem 0.2rem;
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  text-align: left;
  color: #1e1e1e;
}

#campaign-volunteer-table_wrapper table.dataTable tbody td.right {
  text-align: right;
  padding-right: 2em;
}

#campaign-volunteer-table_wrapper table.dataTable tbody td.center {
  text-align: center;
}

#campaign-volunteer-table_wrapper table.dataTable tbody td.transparent {
  color: transparent;
}

#campaign-volunteer-table_wrapper table.dataTable tbody td.option ul {
  display: flex;
  flex-direction: column;
}

#campaign-volunteer-table_wrapper table.dataTable tbody td.option ul li {
  word-break: keep-all;
}

#campaign-volunteer-table_wrapper table.dataTable tbody td.option>div {
  display: block;
  position: relative;
  cursor: default;
}

#campaign-volunteer-table_wrapper table.dataTable tbody td.option>div.tooltip {
  color: #2790ff;
  cursor: pointer;
  font-weight: 500;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.num {
  color: #67758d;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.creator:first-child .img-table-wrap {
  margin-left: 1em;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.creator span,
#campaign-volunteer-table_wrapper table.dataTable tbody tr td.review-count a>span {
  color: #2790ff;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.series-type {
  color: #67758d;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.target_view_time::after {
  content: "시간";
  font-size: 0.9em;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.subscriber_count::after {
  content: "명";
  font-size: 0.9em;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.target_rate::after,
#campaign-volunteer-table_wrapper table.dataTable tbody tr td.success_rate::after {
  content: "%";
  font-size: 0.9em;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.color-blue {
  color: #4947e5;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.setting-topic-t ul,
#campaign-volunteer-table_wrapper table.dataTable tbody tr td.setting-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.154rem;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.setting-topic-t ul li,
#campaign-volunteer-table_wrapper table.dataTable tbody tr td.setting-category ul li {
  position: relative;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.setting-topic-t ul li img,
#campaign-volunteer-table_wrapper table.dataTable tbody tr td.setting-category ul li img {
  position: absolute;
  top: -4px;
  right: -3px;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.setting-topic-t ul li span,
#campaign-volunteer-table_wrapper table.dataTable tbody tr td.setting-category ul li span {
  display: block;
  height: 1.183rem;
  line-height: 1.063rem;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 0.688rem;
  font-weight: 500;
  letter-spacing: -0.06px;
  box-sizing: border-box;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.setting-topic-t ul li span {
  width: 1.183rem;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.setting-category ul li span {
  padding: 0 0.4em;
  background-color: #6a6a6a;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.review-count>div {
  display: flex;
  align-items: center;
}

#campaign-volunteer-table_wrapper table.dataTable tbody tr td.review-count>div img {
  margin-right: 0.271rem;
}

#campaign-volunteer-table_wrapper table.dataTable.row-border tbody th,
#campaign-volunteer-table_wrapper table.dataTable.row-border tbody td,
#campaign-volunteer-table_wrapper table.dataTable.display tbody th,
#campaign-volunteer-table_wrapper table.dataTable.display tbody td {
  border-top: 0
}

#campaign-volunteer-table_wrapper .dataTables_scrollBody {
  border-bottom: 0 !important;
  padding-bottom: 1rem;
}

.campaign-volunteer-table-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.campaign-volunteer-table-info .right ul li:nth-child(1) {
  margin-bottom: 0.23rem;
}

.campaign-volunteer-table-info .right ul li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.campaign-volunteer-table-info .right ul li em {
  margin-left: 0.3em;
}

.campaign__main .campaign-volunteer-table-info input[type="checkbox"]:checked+label:before,
.campaign__main #campaign-volunteer-table input[type="checkbox"]:checked+label:before {
  background: url(../images/oo_ico_checkbox-on-rd.svg) no-repeat 0 0 !important;
}

.campaign__main .campaign-volunteer-table-info input[type="checkbox"]+label:before,
.campaign__main #campaign-volunteer-table input[type="checkbox"]+label:before {
  background: url(../images/oo_ico_checkbox-off-rd.svg) no-repeat 0 0 !important;
}

.campaign__main .campaign-volunteer-table-info input[type="checkbox"]:checked:disabled+label:before,
.campaign__main #campaign-volunteer-table input[type="checkbox"]:checked:disabled+label:before,
.campaign__main .creator-guide-contents input[type="checkbox"]:checked:disabled+label:before {
  background: url(../images/oo_ico_checkbox-on-gr.svg) no-repeat 0 0 !important;
  cursor: default;
}

.campaign__main #campaign-volunteer-table input[type="checkbox"]+label:before {
  margin: 0 auto;
}

.campaign-volunteer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3.25rem;
}

.campaign-volunteer-bottom p {
  text-align: center;
  font-size: 1.025rem;
  letter-spacing: -0.9px;
  color: #555;
}

.campaign-volunteer-table-area>p {
  margin-left: 1rem;
  margin-top: 0.813rem;
  font-size: 0.938rem;
  line-height: 1em;
  letter-spacing: -0.9px;
  text-align: left;
  color: #555;
  position: relative;
}

.campaign-volunteer-table-area>p.prefix-dot::before {
  content: '\00B7';
  position: absolute;
  left: -0.5em;
}

.form-inner .preview-area {
  height: 39px;
  border-radius: 3px 0 0 3px;
}

.preview-area {
  overflow: auto;
  width: 100%;
  padding: 8px 13px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.preview-area::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

.preview-area::-webkit-scrollbar-thumb {
  background-color: #979797;
  border-radius: 30px;
  background-clip: padding-box;
  border: 0;
}

.preview-area::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 30px;
}

.preview-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 12px;
}

.preview-area ul li:first-child {
  margin-top: 0;
}

.preview-area ul li a {
  display: block;
  font-size: 13px;
  color: #333;
}

.preview-area ul li:hover {
  background: #f3f3f3;
  padding: 0 6px;
}

.preview-area ul li:hover a {
  color: #2d8bd3;
}

.preview-area .file-remove {
  width: 14px;
  height: 14px;
  overflow: hidden;
  text-indent: -999em;
  background: url(../images/icn-cancel-gray.png) 0 2px no-repeat;
  background-size: 100%;
}

.creator-content__area {
  width: 70.313rem !important;
}

.creator-content__area .inner {
  max-width: 56.125rem;
  margin: 0 auto;
}

.creator-campaign-comment {
  font-size: 0.938rem;
  font-weight: normal;
  letter-spacing: -0.5px;
  text-align: left;
  color: #333;
}

.creator-campaign-comment strong {
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.5px;
  color: #333;
}

.creator-campaign-comment span {
  display: block;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.5px;
  color: #999;
}

.creator-campaign-comment i {
  margin-right: 0.2rem;
  font-style: normal;
  color: #ed262f;
}

.creator-cooperation-info {
  max-width: 56.125rem;
  margin: 1.063rem auto 0;
  background: #FAFBFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2.375rem 3.879rem;
}

.creator-cooperation-info ul li {
  display: flex;
  align-items: center;
  gap: 0 2.313rem;
  margin-top: 1.875rem
}

.creator-cooperation-info ul li:nth-child(1) {
  margin-top: 0;
}

.creator-cooperation-info ul li:nth-child(2) .right {
  color: #e94869;
}

.creator-cooperation-info ul li:nth-child(3) {
  color: #000;
}

.creator-cooperation-info ul li .left {
  width: 6.563rem;
  height: 1.188rem;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
}

.creator-cooperation-info .category-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.841rem;
  padding: 0
}

.creator-cooperation-info .category-area span,
.creator-cooperation-format .category-area span {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 1rem;
  height: 2.5rem;
  line-height: 1.125rem;
  font-size: 13px;
  color: #E94869;
  text-align: center;
  border: 1px solid #E94869;
  color: #E94869;
  box-sizing: border-box;
  border-radius: 5px;
}

.creator-cooperation-brand {
  max-width: 56.125rem;
  margin: 0.625rem auto 0;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1.875rem 3.879rem;
}

.creator-cooperation-brand>ul {
  position: relative;
}

.creator-cooperation-brand>ul>li .left {
  width: 6.563rem;
  height: 1.188rem;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
  flex-shrink: 0;
}

.creator-cooperation-brand>ul>li {
  display: flex;
  align-items: flex-start;
  gap: 0 2.313rem;
  margin-top: 1.875rem
}

.creator-cooperation-brand>ul.brand>li {
  margin-top: 0;
}

.creator-cooperation-brand>ul>li.product:first-child .right {
  display: flex;
  align-items: center;
}

.creator-cooperation-brand ul>li.visit:first-child .left::before {
  content: '방문 주소';
}

.creator-cooperation-brand ul>li.visit:not(:first-child) .left::before {
  content: '추가 방문 주소';
}

.creator-cooperation-brand ul>li.product.V:first-child .left::before {
  content: '현장 제공품';
}

.creator-cooperation-brand ul>li.product.P:first-child .right::before {
  display: block;
  height: 1.325rem;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
  line-height: 1.225rem;
  font-size: 0.688rem;
  letter-spacing: -0.7px;
  color: #999;
  border-radius: 15px;
  border: solid 1px #999;
  background-color: #fff;
  box-sizing: border-box;
  content: '필수노출';
}

.creator-cooperation-brand ul>li.product.P:first-child .left::before {
  content: '제공 제품';
}

.creator-cooperation-brand ul>li.product:not(:first-child) .left::before {
  content: '추가 제공품';
}

.creator-cooperation-brand>ul>li.select-option {
  position: relative;
}

.creator-cooperation-brand>ul>li.select-option .selectric-scroll ul li {
  text-align: left !important;
}

.creator-cooperation-brand>ul>li.select-option .right>p {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
  font-size: 0.938rem;
  letter-spacing: -0.5px;
}

.creator-cooperation-brand>ul>li.select-option .right>p span {
  color: #333;
}

.creator-cooperation-brand>ul>li.select-option .right>p em {
  color: #e94869;
}

.creator-cooperation-brand>ul>li.select-option .right>ol {
  margin-top: 1.063rem;
}

.creator-cooperation-brand>ul>li.select-option .right>ol li {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.creator-cooperation-brand>ul>li.select-option .right>ol li a {
  display: flex;
  align-items: center;
}

.creator-cooperation-brand>ul>li.select-option .right>ol li img {
  margin-right: 0.708rem;
}

.creator-cooperation-brand>ul>li.select-option .right>.selector-area>em {
  font-size: 0.938rem;
  color: #e94869;
}

.creator-cooperation-brand>ul>li.select-option .right>.select-area {
  margin-top: 1.375rem;
  width: 16.25rem;
}

.creator-cooperation-brand>ul>li .right {
  position: relative;
  font-size: 0.938rem;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
  width: 100%;
}

.creator-cooperation-format {
  max-width: 56.125rem;
  margin: 0.625rem auto 0;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1.875rem 3.879rem;
}

.creator-cooperation-format>ul>li:nth-child(1) {
  margin-top: 0;
}

.creator-cooperation-format>ul>li {
  display: flex;
  align-items: flex-start;
  gap: 0 2.313rem;
  margin-top: 1.875rem
}

.creator-cooperation-format>ul>li .left {
  width: 6.563rem;
  height: 1.188rem;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
}

.creator-cooperation-format>ul>li .right .category-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.841rem;
}

.creator-cooperation-format>ul>li .right .info {
  margin-top: 0.688rem;
}

.apply-campaign.edit__box {
  margin: 0.625rem auto 0;
}

.apply-campaign.edit__box .edit__box-inner {
  position: relative;
}

.apply-series__component {
  max-width: 56.125rem;
  margin: 0.625rem auto 0;
  padding-bottom: 4.188rem;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  box-sizing: border-box;
}

.apply-series__component .campaign-info__text {
  padding: 30px 0;
  background: #FAFBFF;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 10px 10px 0 0;
}

.apply-series__component .campaign-info__text p {

  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.45px;
  color: #000
}

.apply-series__component .campaign-info__text a {
  display: block;
  margin-top: 0.687rem;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: center;
  color: #3cabff;
  text-decoration: underline;
  text-underline-position: under;
}

.apply-series__component .brand-promotion__component {
  width: 100%;
}

.apply-series__component .apply-series__select .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.apply-series__component .performance__component,
.apply-series__component .apply-series__select {
  position: relative;
  width: 100%;
  border: 0;
  margin: 0 auto;
  padding: 0 3.879rem;
  box-sizing: border-box;
}

.apply-series__component .apply-series__select .title__component {
  position: relative;
}

.apply-series__component .performance__component .performance-info-v2 {
  display: flex;
  align-items: center;
  gap: 0 0.563rem;
}

.apply-series__component .performance__component .performance-info-v2 .graph-area:nth-child(2) {
  /*width: 11.25rem;*/
}

.campaign__main .apply-series__component .performance__component .series-format__component ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto;
  gap: 5px
}

.campaign__main .apply-series__component .performance__component .series-format__component ul li:hover {
  background: #ae9dfc;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.campaign__main .apply-series__component .performance__component .series-format__component ul li.active {
  background: #5E3BF5;
  border: 1px solid #5E3BF5;
  color: #fff;
}

.campaign__main .apply-series__component .performance__component .series-format__component ul li .img__btnRegist {
  display: none;
}

.campaign__main .apply-series__component .performance__component .series-format__component ul li.active .img__btnRegist {
  display: block;
  margin-right: 3px;
}

.campaign__main .apply-series__component .performance__component .series-format__component ul li.active span {
  border-right: 0
}

.campaign__main .apply-series__component .performance__component .series-format__component ul ._detail.active .img__btnRegist {
  margin-right: -8px;
  margin-left: 7px;
}

.campaign__main .apply-series__component .performance__component .series-format__component ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 37px;
  background: #fff;
  border: 1px solid #777777;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #333;
  cursor: default;
  transition: all 0.1s ease-in;
}

.campaign__main .apply-series__component .performance__component .series-format__component ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 35px;
  border-right: 1px solid #777
}

.campaign__main .apply-series__component .performance__component .series-format__component ul li:first-child {
  width: initial;
}

.campaign__main .apply-series__component .performance__component .series-format__component ul li:last-child input {
  width: 70px;
  border: 0;
  height: 35px;
  border-radius: 5px;
  font-size: 13px;
  padding-left: 9px;
}

.campaign__main .apply-series__component .performance__component .series-format__component input::placeholder {
  font-size: 13px;
  color: #a0a0a0;
}

.campaign__main .apply-series__component .performance__component .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.625rem;
}

.campaign__main .apply-series__component .campaign-info__text {
  border-bottom: 1px solid #e4e4e4;
}

.campaign__main .apply-series__component .performance__component .top {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1.813rem;
  gap: 0.5rem;
}

.campaign__main .apply-series__component .performance__component .top .input-area {
  flex-grow: 1;
}

.campaign__main .apply-series__component .performance__component .top .input-area input {
  width: 100%;
}

.campaign__main .apply-series__component .performance__component .top button {
  width: 7.688rem;
  height: 2.5rem;
  border-radius: 5px;
  background-color: #252525;
  font-size: 0.75rem;
  letter-spacing: -0.7px;
  color: #fff;
}

.creator-guide-comment ul {
  display: flex;
  align-items: stretch;
  justify-content: center;

  gap: 0.563rem;
}

.creator-guide-comment ul li {
  width: calc(33.33% - 0.563rem);
  min-height: 22.813rem;
  padding: 1.25rem 1.563rem;
  background: #F8F8F8;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  box-sizing: border-box;
}

.creator-guide-comment ul li img,
.creator-guide-comment ul li strong,
.creator-guide-comment ul li span {
  display: block;
}

.creator-guide-comment ul li img {
  width: 1.938rem;
  height: 1.938rem;
}

.creator-guide-comment ul li strong {
  margin: 1.063rem 0 0.375rem;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 23px;
  letter-spacing: -0.9px;
  color: #000;
}

.creator-guide-comment ul li p {
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 1.375rem;
  letter-spacing: -0.9px;
  color: #555555;
}

.creator-guide-comment ul li span {
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.375rem;
  letter-spacing: -0.9px;
  color: #111;
}

.creator-guide-contents .creator-guide-title {
  display: block;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 1.375rem;
  letter-spacing: -0.5px;
  color: #000;
}

.creator-guide-contents .creator-guide-detail,
.creator-guide-contents .creator-guide-detail-campaign {
  overflow-y: hidden;
  width: 100%;
  height: 9.875rem;
  margin-top: 0.813rem;
  padding: 0.363rem 0.488rem 0 0;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  box-sizing: border-box;
}

.creator-guide-contents .creator-guide-detail .inner,
.creator-guide-contents .creator-guide-detail-campaign .inner {
  overflow-y: auto;
  width: 100%;
  height: 9.875rem;
  padding: 1.563rem 0.688rem 1.563rem 1.563rem;
  box-sizing: border-box;
}

.creator-guide-contents .creator-guide-detail .inner::-webkit-scrollbar,
.creator-guide-contents .creator-guide-detail-campaign .inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.creator-guide-contents .creator-guide-detail .inner::-webkit-scrollbar-thumb,
.creator-guide-contents .creator-guide-detail-campaign .inner::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 30px;
  background-clip: padding-box;
  border: 0;
}

.creator-guide-contents .creator-guide-detail .inner::-webkit-scrollbar-track,
.creator-guide-contents .creator-guide-detail-campaign .inner::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 30px;
}

.creator-guide-contents .creator-guide-detail ul {
  padding: 0.5rem;
  background: #f8f8f8;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 5px;
}

.creator-guide-contents .creator-guide-detail ul li:nth-child(1) {
  margin-top: 0;
}

.creator-guide-contents .creator-guide-detail ul li {
  padding: 0.7rem;
  margin-top: 0.3rem;
  background: #fff;
}

.creator-guide-contents .creator-guide-detail ul li p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.813rem;
  line-height: 1.25rem;
  letter-spacing: -0.5px;
  color: #777;
}

.creator-guide-contents .creator-guide-detail ul li em {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 0.813rem;
  line-height: 1.25rem;
  letter-spacing: -0.5px;
  color: #333;
}

.creator-guide-contents .creator-guide-detail ol li:nth-child(1) {
  margin-top: 0;
}

.creator-guide-contents .creator-guide-detail ol li {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.813rem;
  line-height: 1.25rem;
  letter-spacing: -0.5px;
  color: #555;
}

.creator-guide-contents .creator-guide-detail span {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 0.813rem;
  line-height: 1.25rem;
  letter-spacing: -0.5px;
  color: #333;
}

.creator-guide-contents .creator-guide-detail strong {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.813rem;
  line-height: 1.25rem;
  letter-spacing: -0.5px;
  color: #424242;
}

.creator-guide-contents .creator-guide-detail p {
  margin-bottom: 0.875rem;
  font-weight: 400;
  font-size: 0.813rem;
  line-height: 1.25rem;
  letter-spacing: -0.5px;
  color: #424242;
}

.creator-guide-contents .creator-guide-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.creator-guide-contents .checkbox-all-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.basic-info-area {
  position: relative;
  max-width: 56.125rem;
  width: 90%;
  margin: 0 auto;
}

.campaign-code-number {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.25rem 1.875rem 0 0
}

.campaign-code-number span {
  font-weight: 400;
  font-size: 0.813rem;
  letter-spacing: -0.5px;
  color: #555;
}

.campaign-accordion-wrap {
  width: 100%;
}

.campaign-accordion-wrap .accordion>ul>li {
  width: 100%;
  position: relative;
}

.campaign-accordion-wrap .accordion>ul>li .tit {
  position: relative;
  padding: 20px 0;
  font-size: 17px;
  color: #000;
  letter-spacing: -0.8px;
  cursor: pointer;
}

.campaign-accordion-wrap .accordion>ul>li .tit::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 29px;
  width: 25px;
  height: 20px;
  background: url("../images/oo_ico-accordian-arrow-down.svg") no-repeat top center/12px;
}

.campaign-accordion-wrap .accordion>ul>li .tit strong,
.campaign-accordion-wrap .accordion>ul>li .tit span {
  margin-left: 20px;
}

.campaign-accordion-wrap .accordion>ul>li .item {
  display: none;
}

.campaign-accordion-wrap .accordion>ul>li .item li {
  padding: 20px 0;
}

.campaign-accordion-wrap .accordion>ul>li .item li a {
  font-size: 17px;
  color: #6B6B6B;
  letter-spacing: -0.8px;
  line-height: 1.8;
}

.campaign-accordion-wrap .accordion>ul>li.on .tit {
  position: relative;
}

.campaign-accordion-wrap .accordion>ul>li.on .tit::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 29px;
  width: 25px;
  height: 20px;
  background: url("../images/oo_ico-accordian-arrow-up.svg") no-repeat top center/12px;
}

.campaign-accordion-wrap .accordion>ul>li a {
  display: block;
}

.campaign-accordion-wrap .accordion:first-child {
  margin-top: 0;
}

.campaign-accordion-wrap .accordion.noEvent>ul>li .tit::after {
  content: unset;
}

.campaign-accordion-wrap {
  margin: 55px auto 150px;
}

.campaign-accordion-wrap ul>li {
  margin-bottom: 5px;
}

.campaign-accordion-wrap ul li .tit {
  width: 100%;
  padding: 20px;
  background: #F9F9F9;
  border-radius: 10px;
}

.campaign-accordion-wrap ul li .tit strong {
  font-size: 1.125rem;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.9px;
}

.campaign-accordion-wrap ul li .tit span {
  margin-top: 5px;
  font-size: 15px;
  color: #828282;
}

.campaign-accordion-wrap ul li .item {
  position: relative;
  top: -5px;
  padding-bottom: 4px;
  background: #F9F9F9;
  border-radius: 0 0 10px 10px;
}

.campaign-accordion-wrap ul li .item .inner {
  margin: 0 0.75rem 0.75rem 0.75rem;
  background: #Fff;
  border-radius: 10px;
}

.campaign-accordion-wrap ul li .item ol {
  /*margin: 0 1.563rem;*/
  padding: 1.563rem 0;
}

.campaign-accordion-wrap ul>li .item ol>li:first-child {
  margin-top: 0;
}

.campaign-accordion-wrap ul>li .item ol>li:last-child {
  /*padding-bottom: 1.875rem;*/
}

.campaign-accordion-wrap ul>li .item ol>li {
  /*display: flex;
  align-items: center;
  width: 100%;
  min-height: 5.625rem;
  margin-top: 0.625rem;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  box-sizing: border-box;*/
}

.campaign-accordion-wrap ul>li .item ol>li.border-active {
  border: 1px solid #F99394;
}

.campaign-accordion-wrap ul>li .item ol>li .left {
  min-width: 10rem;
  margin-left: 2.125rem;
}

.campaign-accordion-wrap ul>li .item ol>li .left strong {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #000;
}

.campaign-accordion-wrap ul>li .item ol>li .right {
  width: calc(100% - 10rem);
  margin-right: 2.125rem;
}

.campaign-accordion-wrap ul>li .item ol>li .right {
  display: flex;
  align-items: center;
}

.campaign-accordion-wrap ul>li .item ol>li .right div {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: -0.7px;
  color: #333;
}

.campaign-accordion-wrap ul>li .item ol>li .right div strong {
  margin-left: 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: -0.7px;
  color: #000000;
}

.campaign-accordion-wrap ul>li .item ol>li>div>div:nth-child(1) {
  /*margin-top: 0;*/
}

.campaign-accordion-wrap ul>li .item ol>li>.layout02>div {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.campaign-accordion-wrap ul>li .item ol>li>div>div>strong {
  display: block;
  min-width: 10rem;
  margin-left: 2.125rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #000;
}

.campaign-accordion-wrap ul>li .item ol>li>div>div>span {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: -0.7px;
  color: #333;
}

.campaign-accordion-wrap ul>li .item ol>li>div>div>span em {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.5px;
  color: #999;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 1px 7px;
  margin-right: 5px;
}

.campaign-accordion-wrap ul>li .item ol>li:nth-child(1) .right {
  gap: 1.875rem;
}

.campaign-accordion-wrap .series-format__component ul {
  width: 100%;
}

.component-shipping-info {
  width: 100%;
  padding: 3.313rem 4.25rem 3.125rem 4.625rem;
  margin-top: 0.875rem;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
}

.component-shipping-info li {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.component-shipping-info li i {
  font-style: normal;
}

.component-shipping-info li:nth-child(1) {
  margin-top: 0
}

.component-shipping-info li .left {
  min-width: 5rem;
}

.component-shipping-info li .right * {
  display: block;
  font-size: 0.913rem;
}

.component-shipping-info li .right>div {
  display: flex;
  align-items: center;
}

.component-shipping-info li .right>div i {
  margin-right: 0.3rem;
}

/*캠페인*/
@media screen and (max-width: 1450px) {
  .individual-video-wrap ul li {
    width: 24%;
  }
}

@media screen and (max-width: 1190px) {
  .creator-content__area {
    width: 90% !important;
  }
}

@media screen and (max-width: 1145px) {
  .component-shipping-info {
    padding: 3.313rem 2.05rem 3.125rem;
  }
}

@media screen and (max-width: 1100px) {

  .creator-cooperation-info,
  .creator-cooperation-brand,
  .creator-cooperation-format,
  .component-edit__box,
  .creator-campaign-comment,
  .creator-guide-comment,
  .creator-guide-contents,
  .apply-series__component,
  .apply-campaign.edit__box {
    width: 90%;
  }

  .component-edit__box,
  .creator-campaign-comment,
  .creator-guide-comment,
  .creator-guide-contents {
    margin: 0 auto;
  }

  .campaign__title-type2 {
    font-size: 2.513rem;
    line-height: 1.3;
  }

  .individual-video-wrap ul li {
    width: 32%;
  }
}

@media screen and (max-width: 1000px) {
  .campaign-list-wrap .inner ul li {
    width: 49%;
  }

  .campaign-list-wrap .inner ul {
    gap: 15px 2%;
  }

  .video-confirm-review-area {
    overflow-x: auto;
    white-space: nowrap;
  }

  .video-confirm-review-area ul>li>ol li span {
    font-size: 0.85rem;
  }

  .video-confirm-review-area ul>li>ol li em {
    font-size: 0.925rem;
  }

  .video-confirm-review-area ul {
    width: 827px;
    margin: 1.385rem 2rem 1.5rem;
  }

  .video-confirm-review-write {
    margin-top: 2rem
  }
}

@media screen and (max-width: 960px) {
  .video-confirm-review-area ul>li>ol li em {
    font-size: 0.95rem;
  }

  .video-confirm-review-area ul>li>ol li span {
    font-size: 0.87rem;
  }

  .campaign-volunteer-info>div {
    flex-direction: column;
    gap: 0.5rem;
    height: initial;
  }

  .campaign-volunteer-info>div>.left {
    height: auto;
    padding: 1.5rem 0;
    min-width: initial;
  }

  .campaign-volunteer-info>div>.left ul {
    display: flex;
    align-items: flex-start;
  }

  .campaign-volunteer-info>div .left ul li:nth-child(2) {
    margin-top: 0;
  }

  .campaign-volunteer-info>div>.right {
    width: 100%;
  }

  .campaign-volunteer-info>div .right ul {
    gap: 0.5rem;
    width: 100%;
  }
}

@media screen and (max-width: 890px) {
  .video-confirm-point .bottom ul li .right span {
    font-size: 0.823rem;
  }

  .video-confirm-upload .top strong,
  .video-confirm-comm .top strong,
  .video-confirm-point .top strong,
  .video-confirm-add .top strong {
    font-size: 1.05rem;
  }

  .campaign__main .apply-series__component .performance__component .bottom {
    display: block;
  }

  .campaign__main .apply-series__component .performance__component .performance-info-v2 {
    margin-top: 0.9rem;
  }
}

@media screen and (max-width: 850px) {
  .creator-guide-comment ul li strong br {
    display: none;
  }

  .campaign-accordion-wrap ul>li .item ol>li:nth-child(1) .right {
    gap: 0;
  }
}

@media screen and (max-width: 835px) {
  .apply-series__component .campaign-info__text p {
    text-align: center !important;
    margin: 0 1rem;
  }

  .apply-series__component .campaign-info__text p br {
    display: none;
  }

  .campaign__title-type2 {
    font-size: 2.013rem;
    line-height: 1.3;
  }

  .individual-video-wrap ul li {
    width: 49%;
  }

  .campaign-volunteer-info .guarantee-area strong {
    font-size: min(2.813rem, calc(100vw * 0.05));
  }

  .campaign-volunteer-info>div>.right div em {
    font-size: min(1.888rem, calc(100vw * 0.05));
  }
}

@media screen and (max-width: 800px) {
  .campaign__info .inner .right .info__btn {
    width: 8.875rem;
    height: 2.513rem;
    line-height: 2.513rem;
  }

  .creator-cooperation-info,
  .creator-cooperation-brand,
  .creator-cooperation-format,
  .apply-series__component .performance__component,
  .apply-series__component .apply-series__select,
  .apply-campaign.edit__box {
    padding-left: 1.879rem;
    padding-right: 1.879rem;
  }
}

@media screen and (max-width: 743px) {
  .category-wrap .inner .right {
    width: 100%;
  }

  .category-wrap .inner .left {
    gap: 0.438rem;
  }

  .campaign-list-wrap .inner ul li {
    height: 24.688rem;
  }

  .campaign-list-wrap .campaign__image {
    height: 55%;
  }

  .campaign-list-wrap .campaign__image img {
    object-fit: fill;
  }
}

@media screen and (max-width: 725px) {
  .campaign-volunteer-info .guarantee-area {
    margin-top: 0.363rem;
  }


  .campaign-volunteer-info>div>.right>ul>li {
    flex-basis: 100%;
  }

  .campaign-volunteer-table-info .right ul li>* {
    font-size: 0.87rem;
  }
}

@media screen and (max-width: 725px) {
  .creator-content__area .section-btn-wrap .btn-save-area .btn {
    width: 100%;
  }

  .video-confirm-upload .bottom ul li,
  .video-confirm-comm .bottom ul li,
  .video-confirm-point .bottom ul li,
  .video-confirm-add .bottom ul li {
    display: block;
  }

  .video-confirm-upload .bottom ul li .right,
  .video-confirm-comm .bottom ul li .right,
  .video-confirm-point .bottom ul li .right,
  .video-confirm-add .bottom ul li .right {
    display: block;
    margin-top: 0.5rem;
  }

  .video-confirm-point .bottom ul li .right strong {
    display: block;
  }

  .video-confirm-upload .bottom ul li .right strong,
  .video-confirm-comm .bottom ul li .right strong,
  .video-confirm-point .bottom ul li .right strong,
  .video-confirm-add .bottom ul li .right strong {
    display: block;
  }

  .video-confirm-upload .bottom ul li,
  .video-confirm-comm .bottom ul li,
  .video-confirm-point .bottom ul li,
  .video-confirm-add .bottom ul li {
    margin-top: 1.3rem;
  }

  .video-confirm-upload .top span,
  .video-confirm-comm .top span,
  .video-confirm-point .top span,
  .video-confirm-add .top span {
    margin-top: 0.1rem;
    font-size: 0.89rem;
  }

  .video-confirm-btn-area p {
    margin-bottom: 1.75rem;
    font-size: 1.025rem;
    line-height: 1.37;
  }

  .status__rating-all {
    margin-top: 1.538rem;
    margin-bottom: 2.625rem;
  }

  .video-confirm-btn-area .button-area {
    flex-wrap: wrap;
  }

  .video-confirm-btn-area .button-area .btn-comm {
    width: 100%;
    min-width: 11rem;
    height: 2.525rem;
  }

  .video-confirm-add .bottom ul li .right span {
    font-size: 0.87rem;
  }
}

@media screen and (max-width: 681px) {
  .creator-guide-comment ul {
    display: block;
  }

  .creator-guide-comment ul li:nth-child(1) {
    margin-top: 0;
  }

  .creator-guide-comment ul li {
    width: 100%;
    min-height: auto;
    margin-top: 0.3rem;
  }

  .creator-guide-comment ul li strong {
    margin: 0.9rem 0 0.375rem;
    font-weight: 700;
    font-size: 0.9rem;
  }

  .creator-guide-comment ul li p,
  .creator-guide-comment ul li span {
    font-size: 0.838rem;
    line-height: 1.275rem;
  }

  .creator-cooperation-info ul li {
    display: block;
  }

  .creator-cooperation-info ul li .left {
    margin-bottom: 0.5rem;
  }

  .creator-cooperation-info .category-area {
    flex-direction: row !important;
    flex-wrap: wrap;
    padding: 0 !important
  }

  .creator-cooperation-brand>ul>li.select-option .right>.select-area {
    margin-top: 1.375rem;
    width: 100%;
  }

  .campaign-accordion-wrap ul>li .item ol>li {
    display: block;
  }

  .campaign-accordion-wrap ul>li .item ol>li .right {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .campaign-accordion-wrap ul>li .item ol>li .right>div {
    padding: 0 2.125rem;
  }

  .campaign-accordion-wrap ul>li .item ol>li:nth-child(1) .right>div:nth-child(1) {
    padding: 0 0 0 2.125rem;
  }

  .campaign-accordion-wrap ul>li .item ol>li:nth-child(1) .right>div:nth-child(2) {
    padding: 0;
  }

  .campaign-accordion-wrap ul>li .item ol>li>.layout02>div {
    display: block;
  }

  .campaign-accordion-wrap ul>li .item ol>li>div>div>span {
    display: block;
    margin: 0.5rem 2.125rem 0;
  }

  .creator-cooperation-brand>ul>li {
    display: block;
  }

  .creator-cooperation-brand>ul>li .right {
    margin-top: 0.5rem
  }

  .creator-cooperation-format>ul>li {
    display: block;
  }

  .creator-cooperation-format>ul>li .right .category-area {
    gap: 0 0.541rem;
    margin-top: 0.5rem;
  }

  .content__header h2 {
    line-height: 1.3 !important;
  }

  .video-confirm-info ul li {
    display: block;
  }

  .video-confirm-info ul li .right {
    margin-top: 0.5rem
  }
}

@media screen and (max-width: 640px) {
  .campaign-volunteer .participate-comment {
    font-size: 1.263rem;
  }

  .campaign-volunteer-info>div>.left ul {
    display: block;
  }

  .campaign-volunteer-info .guarantee-area strong,
  .campaign-volunteer-info>div>.right div em {
    font-size: max(1.813rem, calc(100vw * 0.05));
  }

  .campaign-volunteer-info>div .right>ul>li:nth-child(2) ol,
  .campaign-volunteer-info>div .right>ul>li:nth-child(4) ol li {
    margin-left: 0.2rem;
  }

  .campaign-volunteer-info>div>.right div em {
    margin-left: 0.2rem;
    text-align: left;
  }

  .campaign__tab-area02 .tab-list {
    width: 90%;
  }

  .campaign__tab-area02 .tab-list ul li {
    width: 45%;
  }

  .campaign__tab-area03 .tab-list {
    width: 90%;
  }

  .campaign__tab-area03 .tab-list ul li {
    width: 31%;
  }

  .campaign__tab-area .tab-list ul li a {
    text-align: center;
  }

  .campaign__header .campaign__process ul {
    margin-top: 1.288rem;
  }

  .campaign__process {
    margin-bottom: 1rem;
  }

  .campaign-list-wrap .inner ul li {
    height: 23.488rem;
  }

  .campaign-list-wrap .campaign__company {
    font-size: 0.775rem;
  }

  .campaign-list-wrap .campaign__name {
    font-size: 1.238rem;
  }

  .campaign-list-wrap .campaign__product,
  .campaign-list-wrap .campaign__remainder {
    font-size: 0.838rem;
  }

  .campaign-slide-wrap .swiper-slide .inner .campaign-slide-title {
    font-size: 1.7rem;
    line-height: 1.35;
  }

  .campaign__title-type2 {
    font-size: 1.713rem;
    line-height: 1.3;
  }

  .video-confirm-upload .top strong,
  .video-confirm-comm .top strong,
  .video-confirm-point .top strong,
  .video-confirm-add .top strong {
    font-size: 0.9rem;
  }

  .video-confirm-upload,
  .video-confirm-info,
  .video-confirm-comm,
  .video-confirm-point,
  .video-confirm-add {
    padding: 1.563rem 2.293rem;
  }

  .video-confirm-upload .bottom ul li .right span,
  .video-confirm-comm .bottom ul li .right span,
  .video-confirm-point .bottom ul li .right span,
  .video-confirm-add .bottom ul li .right span {
    width: 100%;
    font-size: 0.87rem;
  }

  .video-confirm-review-area .top p {
    margin-top: 0.588rem;
    font-size: 0.95rem;
  }

  .video-confirm-review-area .top span {
    font-size: 0.925rem;
  }

  .video-confirm-review-area .top strong {
    font-size: 1.363rem;
  }

  .mt__blank {
    margin-top: 2rem !important
  }

  .video-confirm-btn-area .button-area {
    width: 90%;
  }
}

@media screen and (max-width: 615px) {
  .creator-guide-contents .creator-guide-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem
  }

  .creator-guide-contents .checkbox-all-area {
    margin-bottom: 6px !important;
  }

  .campaign__header .campaign__process>span {
    margin-top: 0;
    font-size: 1.213rem;
  }

  .creator-content__area {
    width: 100% !important;
  }

  .edit__box {
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 595px) {
  .apply-series__component .performance__component .performance-info-v2 {
    display: block;
  }

  .campaignSlideSwiper {
    width: 100% !important;
    margin: 0 !important;
  }

  .campaign-slide-wrap .swiper-button-next,
  .campaign-slide-wrap .swiper-rtl .swiper-button-prev {
    right: 1.375rem;
  }

  .campaign-slide-wrap .swiper-button-prev,
  .campaign-slide-wrap .swiper-rtl .swiper-button-next {
    left: 1.375rem;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2.313rem !important;
  }

  .campaign-slide-wrap .swiper-slide .inner button {
    width: 13.875rem;
    height: 3.282rem;
    margin-top: 2rem;
  }

  .campaign-slide-wrap .swiper-slide .bg {
    background-color: rgba(1, 1, 1, 0.34);
  }

  .campaign-list-wrap .campaign-status {
    right: 1.05rem;
    width: 3.875rem;
    height: 3.875rem;
  }

  .campaign-list-wrap .campaign-status span {
    font-size: 0.705rem;
  }

  .campaign-fail_modal .campaign-fail-content .middle p {
    margin: 0.938rem 0 1.25rem;
    font-weight: 400;
    font-size: 0.9rem;
  }

  .campaign-fail_modal .campaign-fail-content .middle p br {
    display: none;
  }

  .campaign-fail_modal .campaign-fail-content .top .left>div span {
    font-size: 0.9rem;
  }

  .campaign-result_modal .campaign-result-list {
    margin: 1.75rem 1.813rem 3.5rem;
  }

  .campaign-fail_modal .campaign-fail-list {
    margin: 1.75rem 1.813rem 3.5rem;
  }
}

@media screen and (max-width: 550px) {

  .individual-video-wrap ul li {
    width: 100%;
  }

  .individual-video-wrap ul li .image-area {
    height: 9.625rem;
  }

  .individual-video-wrap ul li {
    height: auto;
  }

  .campaign__title-type2 {
    font-size: 1.513rem;
  }

  .video-confirm-upload,
  .video-confirm-info,
  .video-confirm-comm,
  .video-confirm-point,
  .video-confirm-add {
    padding: 1.563rem 1.43rem;
  }

  .video-confirm-info ul li .right span {
    font-size: 0.87rem;
  }

  .video-confirm-area>strong {
    padding: 1.688rem 0;
  }

  .campaign-volunteer-table-area>p {
    font-size: 0.838rem;
    line-height: 1.37;
  }

  .campaign-volunteer-bottom p {
    font-size: 0.925rem;
  }

  .campaign-volunteer .participate-comment {
    font-size: 1.163rem;
  }

  .campaign-volunteer-info strong {
    font-size: 1.075rem;
  }

  .campaign-volunteer-info>div {
    margin-top: 1rem;
  }

  .campaign-volunteer-info>div>.right>ul>li {
    width: 100%;
    height: 7.188rem;
  }

  .campaign-volunteer-info>div>.right div em {
    margin-top: 0;
  }

  .campaign-volunteer-info>div>.right>ul>li:last-child {
    height: 8.188rem;
  }

  .campaign-fail_modal .campaign-fail-list {
    margin: 1.75rem 1.813rem 3.5rem;
  }

  .component-shipping-info li .right>div {
    display: block;
  }
}

@media screen and (max-width: 500px) {

  .campaign__tab-area,
  .campaign__tab-area .tab-list {
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
  }

  .creator-cooperation-info,
  .creator-cooperation-brand,
  .creator-cooperation-format,
  .component-edit__box,
  .creator-campaign-comment,
  .creator-guide-comment,
  .creator-guide-contents {
    width: 92%;
  }

  .basic-info-area {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .campaign__header .campaign__process ul {
    gap: 0
  }

  .campaign__header .campaign__process ul li {
    width: 54px;
  }

  .campaign__info .inner .right .info__btn {
    font-size: 0.775rem;
  }

  .campaign__header .campaign__process ul li .recruit-deadline {
    bottom: -2.75rem;
  }

  .campaign-apply_modal .volunteer-review-product .left,
  .campaign-apply_modal .volunteer-review-pay .left {
    width: 4.5rem;
  }

  .campaign-apply_modal .volunteer-review-product .right,
  .campaign-apply_modal .volunteer-review-pay .right {
    width: calc(100% - 4.5rem);
  }

  .campaign-volunteer-info>div>.right>ul>li {
    height: auto;
    padding-bottom: 1.5rem;
  }

  .campaign-volunteer-table-info {
    display: block;
  }

  .campaign-volunteer-table-info .right ul {
    margin-top: 0.5rem;
  }

  .campaign-volunteer-table-info .right ul li {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 416px) {
  .volunteer_modal .volunteer-review-title p {
    font-size: 0.925rem;
  }

  .video-confirm-btn-area p {
    margin: 0 1rem 1.75rem;
    font-size: 0.925rem;
  }

  .basic-info-title {
    font-size: 1.275rem;
  }

  .creator-cooperation-format>ul>li .right .category-area {
    gap: 0.541rem;
    flex-wrap: wrap;
  }

  .campaign-category__component .category-area {
    gap: 0.541rem;
    flex-wrap: wrap;
  }

  .campaign-accordion-wrap ul li .item ol {
    margin: 0;
  }

  .campaign-accordion-wrap ul>li .item ol>li .right {
    gap: 0.541rem;
    flex-wrap: wrap;
  }

  .campaign-accordion-wrap ul>li .item ol>li:nth-child(1) .right>div:nth-child(2) {
    padding: 0 0 0 2.125rem;
  }

  .video-confirm-area>strong {
    font-size: 1.063rem;
  }
}

@media screen and (max-width: 405px) {
  .individual-video-btn {
    width: 90%;
    margin: 1.688rem auto 0;
  }

  .individual-video-btn button {
    width: calc(50% - 0.688rem);
  }

  .campaign-volunteer .participate-comment {
    font-size: 1.063rem;
  }

  .campaign-volunteer-info strong {
    font-size: 0.95rem;
  }

  .campaign-volunteer-info .guarantee-area strong,
  .campaign-volunteer-info>div>.right div em {
    font-size: 1.513rem;
  }
}

.swiper-slide.banner.hideButton {
  cursor: pointer;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;

  /*border-bottom: 1px dotted black; !* If you want dots under the hoverable text *!*/
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 10px 10px;
  border-radius: 6px;
  border-color: #000;
  border-width: 2px;
  border-style: solid;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -120px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;

  /*margin-bottom: 12px;*/
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  /*top: 100%;*/
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;

  margin-top: 5.5px;
  width: 46px;
  height: 46px;
  background: url("../images/arrow_down_line.png");
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* 크리에이터 협업 히스토리 20240220 khj */
.creator-support-history-area {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    min-height: 40vh;
}

.creator-support-history-area >div {
    flex: 1 0 0;
    max-width: 50%;
}

.creator-support-history-area strong {
    color: #ff4c4e;
}

.creator-support-history-area ul {
    max-height: 40vh;
    overflow-y: auto;
    margin: 1rem;
}

.creator-support-history-area ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.creator-support-history-area ul::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border-radius: 30px;
    background-clip: padding-box;
    border: 0;
}

.creator-support-history-area ul::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 30px;
}

.creator-support-history-area ul li {
    margin: 0 0.5rem;
    font-size: 0.9rem;
}

.creator-support-history-area ul li a:hover {
    font-weight: bolder;
}

.creator-support-history-area ul li span {
    flex: 1 0 0;
    color: #2790ff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.creator-support-history-area ul li em {
    color: #3f3f3f;
    word-break: keep-all;
}

.creator-support-history-area .current-join-campaign {
    border-right: 3px inset rgba(0, 0, 0, 0.01);
}

.creator-support-history-area .current-join-campaign ul li a {
    height: 1.8em;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap : 0.5em;
}

.creator-support-history-area .same-brand-campaign ul li {
    display: flex;
    flex-direction: column;
    gap : 0.3em;
    margin-bottom: 1.4em;
}

.creator-support-history-area .same-brand-campaign ul li span {
    white-space: initial;
}
.creator-support-history-area .same-brand-campaign ul li em {
    word-break: normal;
}

.creator-support-history-area .same-brand-campaign ul li >div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap : 0.3em;
    line-height: 1.2em;
    margin: 0 0.5em;
}

.creator-support-history-area .same-brand-campaign ul li >div a {
    height: 22px;
    width: 22px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-width: 0;
    flex-shrink: 0;
}

.creator-support-history-area .same-brand-campaign ul li >div img {
    content: url(../images/ico_play_black.svg);
    border-radius: 50%;
    object-fit: contain;
    width: 20px;
    height: 20px;
}

.creator-support-history-area .same-brand-campaign ul li >div img:hover {
    width: 21px;
    height: 21px;
    content: url(../images/ico_play_red.svg);
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.creator-support-history-area ul li.empty {
    color: #747474;
}

@media (max-width: 768px) {
    .creator-support-history-area ul {
        max-height: 73vh;
    }
}

/* 지급 현황 상세 보기 팝업 */
.payment-status-details_modal {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-60%);
  z-index: 1000;
}
.payment-status-details_modal .status-btn__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

.payment-status-details_modal .content {
  max-width: 22rem;
  width: 90% !important;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 55px;
  box-shadow: 0 4px 10px rgba(0, 0.1, 0.1, 0.1);
  position: relative;
}

.payment-status-details_modal .payment-status-result-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
}

.payment-status-details_modal .payment-status-result-title strong {
  display: inline-block;
}

.payment-status-details_modal .payment-status-result-list {
  max-height: 400px;
  margin-top: 10px;
}

/* 내용 영역 */
.payment-status-details_modal .payment-status-result-content {
  border: 3px solid #e5e5e5;
  border-radius: 5px;
  padding: 15px;
  min-height: 150px;
  /*margin-top: 20px;*/
}

/* 금액 행 공통 스타일 */
.payment-status-details_modal .amount-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* 금액 우측 정렬 */
.payment-status-details_modal .cost,
.payment-status-details_modal .variable_amount,
.payment-status-details_modal .final_amount {
  text-align: right;
  min-width: 100px;
}

/* 변동 사유 스타일 */
.payment-status-details_modal .variable_reason-container {
  color: #666;
  text-align: right;
  line-height: 1.3;
  height: 6.5em;
  overflow-y: auto;
  word-break: normal;
  white-space: pre-line;
  max-width: 17em;
  padding: 0;
  margin-left: auto;
  font-size: 0.875rem;
}

/* 합계 행 스타일 */
.payment-status-details_modal .total-row {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-status-details_modal .total-row .label,
.payment-status-details_modal .total-row .final_amount {
  font-weight: 700;
}

