@charset "UTF-8";

/*sub_common*/
.sub_container {
  min-height: 70vh;
  background-color: #f5f5f5;
  padding-top: 0.9375rem;
  padding-bottom: clamp(1.875rem, 7vw, 3.125rem);
  /* padding-bottom: clamp(30px, 7vw, 100px); */
}

.sub_container.no_pb {
  padding-bottom: 0;
}

.sub_container.view {
  background-color: #f5f5f5;
  padding-top: 0;
}

.sub_title {
  margin-bottom: clamp(1.875rem, 7vw, 3.125rem);
}

.sub_title span.depth1 {
  color: #0057a3;
  font-size: clamp(1rem, 2vw, 1.625rem);
  font-weight: 800;
}

.sub_title .flex_wrap {
  margin-top: clamp(0.3125rem, 2vw, 0.9375rem);
  justify-content: space-between;
}

.sub_title h2.depth2 {
  font-size: clamp(1.625rem, 2vw, 60px);
  font-weight: 800;
}

.sub_title .lnb {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 0.9375rem);
  font-weight: 600;
}

.sub_title .lnb a.home {
  display: flex;
  gap: 0.625rem;
}

.sub_title .lnb > div {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}

.font_sub_title {
  font-size: clamp(1.25rem, 2vw, 1.375rem);
  font-weight: 700;
}

.font_sub_title2 {
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  font-weight: 700;
}

.font_sub_title3{
	display: inline-block;
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 600;
}

/* .sub_container section:nth-of-type(2) {
  min-height: 800px;
} */

/*filter*/
section.filter_section {
  display: flex;
  gap: 2.5rem;
  padding-bottom: 3.125rem;
}

section.filter_section .section_left {
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5625rem;
  display: flex;
  flex-direction: column;
}

ul.filter {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

ul.filter .filter_title span {
  cursor: pointer;
}

ul.filter .filter_title span {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 700;
}

ul.filter .filter_title span i {
  color: #aaa;
}

ul.filter .filter_list {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-top: 1.25rem;
  margin-left: 0.9375rem;
}

ul.filter .filter_list li {
  cursor: pointer;
  color: #000;
  font-weight: 500;
  transition: none;
}

section.filter_section.creator ul.filter .filter_list li.active {
  color: var(--main-color);
}

section.filter_section.campaign ul.filter .filter_list li.active {
  color: var(--main-color2);
}

section.filter_section.brand ul.filter .filter_list li.active {
  color: var(--main-color);
}

ul.filter .filter_title.follower .filter_list,
ul.filter .filter_title.keyword_filter .filter_list {
  gap: 5px;
}

ul.filter .filter_title .filter_list li button:not(.tier_btn) {
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: none;
}

ul.filter .filter_title.follower .filter_list li button.active {
  background-color: #000;
  color: #fff;
}

.filter_list li button.search_btn {
  background-color: #000;
  color: #fff;
}

ul.filter .filter_list li.active input,
ul.filter .filter_list li.active span {
  color: initial;
}

.filter_input {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.filter_input input {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter_input span {
  cursor: default;
}

/*tier*/

li.filter_title.tier ul.filter_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
  margin-left: 0;
}

li.filter_title.tier ul.filter_list li {
  width: calc((100% - 1.25rem) / 2);
}
.tier_text {
  font-size: 0.75rem;
}

button.tier_btn {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0.3125rem 0;
  width: 100%;
  transition: none;
}

.tier_btn.active {
  background-color: #eee;
}

.filter_reset {
  align-self: flex-end;
  margin-top: 0.625rem;
}

.filter_reset span {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

/*filter_section section_right*/
section.filter_section .section_left {
  width: 300px;
  height: fit-content;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5625rem;
  display: flex;
  flex-direction: column;
}

section.filter_section .section_right {
  width: calc(100% - 300px - 2.5rem); /*section_left + gap*/
}

section.filter_section .section_right .filter_top > .flex_wrap {
  justify-content: space-between;
}

section.filter_section .filter_top .btn_wrap button.campaign_add_btn {
  background-color: var(--main-color2);
  color: #fff;
}

@media screen and (max-width: 768px) {
  section.filter_section .section_right .filter_top > .flex_wrap {
    flex-direction: column-reverse;
    gap: 0.625rem;
  }

  /* section.filter_section
    .section_right
    .filter_top
    .flex_wrap
    .btn_wrap:nth-of-type(2) {
    justify-content: flex-end;
  } */
}

section.filter_section .section_right .filter_top span {
  font-size: 0.875rem;
  color: #aaa;
}

.filter_top .btn_wrap {
  justify-content: flex-start;
  margin-top: 0.625rem;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.filter_top .btn_wrap .btn {
  font-weight: 500;
}

.filter_top.creator .btn_wrap .btn.active {
  background-color: var(--main-color);
  color: #fff;
}

.filter_top.campaign .btn_wrap .btn.active {
  background-color: var(--main-color2);
  color: #fff;
}

.filter_top.brand .btn_wrap .btn.active {
  background-color: var(--main-color);
  color: #fff;
}

/*creator*/
.content_wrap.creator .tag_wrap,
.content_wrap.campaign .tag_wrap {
  display: flex;
  flex-wrap: nowrap;
/*   overflow: auto; */
  white-space: nowrap;
  gap: 0.625rem;
  width: 100%;
  margin: 0.3125rem 0;
  min-width: 0;
}

.content_wrap.creator .tag_wrap .tag,
.content_wrap.campaign .tag_wrap .tag {
  flex-shrink: 0;
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem;
  border-radius: 5px;
  white-space: nowrap;
}
/*award*/
.content_wrap.campaign .box.swiper-slide span.award {
  display: flex;
  align-items: center;
  margin-bottom: 0.3125rem;
  background-color: #fbf6e4;
}

.content_wrap.campaign .box.swiper-slide span.award .flex_wrap {
  align-items: center;
  gap: 0.3125rem;
}

.content_wrap.campaign .box.swiper-slide span.award .img_wrap {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}

.content_wrap.campaign .box.swiper-slide span.award .img_wrap img {
  width: 100%;
  height: 100%;
}

.content_wrap.creator .tag_wrap::-webkit-scrollbar,
.content_wrap.campaign .tag_wrap::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

section.filter_section .section_right .content_wrap.creator,
section.filter_section .section_right .content_wrap.campaign {
  margin-top: 1.25rem;
}

section.filter_section .section_right .swiper_creator {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

section.filter_section .section_right .content_wrap.creator .box,
section.filter_section .section_right .content_wrap.campaign .box {
  width: calc((100% - 3.75rem) / 4);
  position: relative;
  margin-bottom: 2.5rem;
}

section.filter_section .section_right .content_wrap.creator .box > .img_wrap,
section.filter_section .section_right .content_wrap.campaign .box > .img_wrap{
	overflow: hidden;
	  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(44, 62, 80, 0.13);
  transform: scale(1);
  transition: 0.3s ease;
  background-color: #fff;
  width: 100%;
  aspect-ratio: 3 / 2;
/*   height: 200px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_wrap.creator .box .img_wrap img,
.content_wrap.campaign .box .img_wrap img {
width: 100%;
/* height: auto; */
height: 100%;
object-fit: cover;
}

@media screen and (max-width: 500px) {
  .content_wrap.creator .box > img,
  .content_wrap.campaign .box > img {
    height: 250px;
  }
}

.content_wrap.creator .box h3,
.content_wrap.campaign .box h3 {
  font-size: 1.125rem;
  font-weight: 600;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.content_wrap.campaign ul.campaign_list .box h3 {
  height: auto;
}

.content_wrap.creator .box span,
.content_wrap.campaign .box span {
  font-size: 0.875rem;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content_wrap.creator .box span > span,
.content_wrap.campaign .box span > span{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content_wrap.creator .box span .tier_img,
.content_wrap.campaign .box span .tier_img {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.content_wrap.creator .box span .tier_img img,
.content_wrap.campaign .box span .tier_img img {
  width: 100%;
  height: 100%;
}

.content_wrap.creator .box > img,
.content_wrap.campaign .box > img {
  width: 100%;
  height: 200px;
}

.content_wrap.creator .box:hover > img,
.content_wrap.campaign .box:hover > img {
  transform: scale(1.05);
  transition: 0.3s ease;
}

.content_wrap.creator .heart,
.content_wrap.campaign .heart,
.content_wrap.brand_list .heart {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 500;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.0001);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  cursor: pointer;
}

.content_wrap.creator .heart img,
.content_wrap.campaign .heart img {
  width: 100%;
  height: 100%;
}

/*ai_creator*/
section.ai_creator {
  background-color: #ebf2fd;
  padding-bottom: 3.125rem;
  position: relative;
}

section.ai_campaign {
  background-color: #eefbf8;
  padding-bottom: 50px;
  position: relative;
}

section.ai_creator h2,
section.ai_campaign h2 {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 800;
  padding-top: clamp(1.875rem, 5vw, 3.125rem);
  margin-bottom: 1.25rem;
}

section.ai_creator h2 span.accent {
  color: var(--main-color);
}

section.ai_campaign h2 span.accent {
  color: var(--main-color2);
}
.swiper_ai_creator,
.swiepr_ai_campaign {
  display: flex;
  /* gap: 20px; */
}
.swiper_ai_creator .swiper-slide,
.swiepr_ai_campaign .swiepr-slide {
  height: auto; /* 기본적으로 auto지만 명시 */
}

section.ai_creator .content_wrap a.box,
section.ai_campaign .content_wrap a.box {
  width: calc((100% - 3.75rem) / 4);
  padding: 0.9375rem;
  /* position: relative; */
  background-color: #fff;
  border-radius: 10px;
  transform: scale(1);
  transition: transform 0.3s ease;
}

section.ai_creator .content_wrap a.box:hover,
section.ai_campaign .content_wrap a.box:hover {
  transform: scale(1.03);
}

section.ai_creator .content_wrap a.box > img,
section.ai_campaign .content_wrap a.box > img {
  width: 100%;
  height: 100%;
}

.content_wrap.ai_creator .heart,
.content_wrap.ai_campaign .heart {
  position: absolute;
  top: 8px;
  right: 7px;
  z-index: 10000;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.0001);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  cursor: pointer;
}

.content_wrap.ai_creator span.name,
.content_wrap.ai_campaign span.name {
  margin-top: 2.5rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  display: flex;
  gap: 0.125rem;
  justify-content: center;
  align-items: center;
}

.content_wrap.ai_creator span.name > span,
.content_wrap.ai_campaign span.name > span{
	display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.content_wrap.ai_creator span.name .tier_img,
.content_wrap.ai_campaign span.name .tier_img {
  display: flex;
  align-items: center;
  width: 25px;
}

.content_wrap.ai_creator span.info,
.content_wrap.ai_campaign span.info {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.content_wrap.ai_creator .tag_wrap,
.content_wrap.ai_campaign .tag_wrap {
  margin-top: 0.625rem;
  justify-content: center;
}

.content_wrap.ai_creator .img_wrap,
.content_wrap.ai_campaign .img_wrap {
  position: relative;
  height: 230px;
}

.content_wrap.ai_creator .img_wrap img,
.content_wrap.ai_campaign .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.content_wrap.ai_creator a.box .photo,
.content_wrap.ai_campaign a.box .photo {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -20px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
/*   border: 2px solid #fff; */
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.content_wrap.ai_creator a.box .photo::before,
.content_wrap.ai_campaign a.box .photo::before{
		content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 2;
}

/*swiper - ai_creator*/
.swiper_outer_wrap {
  position: relative;
}
/* .content_wrap.ai_creator .swiper-button-next {
  position: absolute;
  top: 50%;
  left: -50px !important;
}

.content_wrap.ai_creator .swiper-button-prev {
  position: absolute;
  top: 50%;
} */

/*mobile_filter*/
section.filter_section .btn_wrap.filter .btn {
  display: flex;
  gap: 0.3125rem;
}

@media screen and (max-width: 1440px) {
  section.filter_section .section_left {
    width: 250px;
  }

  section.filter_section .section_right {
    width: calc(100% - 290px);
  }
}

@media screen and (max-width: 1200px) {
  section.filter_section .section_right .content_wrap.creator .box,
  section.filter_section .section_right .content_wrap.campaign .box {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 1025px) {
  .mobile_filter .filter_wrap,
  .mobile_filter .btn_wrap {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  section.filter_section .section_left {
    display: none;
  }

  section.filter_section .section_right {
    width: 100%;
  }

  section.filter_section .mobile_filter .btn_wrap {
    display: block;
    width: fit-content;
  }

  .mobile_filter .filter_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    padding: 3.125rem;
    border-radius: 10px;
    z-index: 999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none; /* 숨기기 */
    opacity: 0;
    visibility: hidden;

    /* 스크롤바 숨기기 */
    scrollbar-width: none; /* Firefox */
  }

  .mobile_filter .filter_wrap::-webkit-scrollbar {
    display: none;
  }

  .mobile_filter .filter_wrap.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .mobile_filter .close_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.625rem;
  }

  .mobile_filter .close_wrap span {
    font-size: 1.125rem !important;
    color: #000 !important;
    font-weight: 700 !important;
  }

  .mobile_filter .filter_close {
    display: flex;
    justify-content: flex-end;
    background: transparent;
    border: none;
    font-size: 1.125rem;
    cursor: pointer;
    z-index: 1000;
  }

  .mobile_filter ul.filter li.filter_title span {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
  }

  .mobile_filter .filter_reset span {
    color: #000 !important;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .sub_container section.sub_title > .flex_wrap {
    flex-direction: column;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 500px) {
  section.filter_section .section_right .content_wrap.creator .box,
  section.filter_section .section_right .content_wrap.campaign .box {
    width: 100%;
  }

  .sub_container section.sub_title .lnb .depth1,
  .sub_container section.sub_title .lnb .depth2 {
    font-size: 0.875rem;
  }

  .content_wrap.creator .box h3,
  .content_wrap.campaign .box h3 {
    height: auto;
  }
}

/*creator_view*/
.sub_container.view .sub_title.view {
  padding-top: clamp(1.875rem, 7vw, 3.125rem);
  display: flex;
  justify-content: flex-end;
}

.sub_view_bg {
  position: absolute;
  width: 100%;
  padding-top: clamp(1.875rem, 7vw, 3.125rem);
  background: url(../../image/creator_view_bg.png);
  height: 400px;
}

.sub_view_bg.campaign {
  position: absolute;
  width: 100%;
  padding-top: clamp(1.875rem, 7vw, 3.125rem);
  background: url(../../image/campaign/campaign_view_bg.png);
  height: 400px;
}

.sub_container.view .lnb,
.sub_container.view .lnb a {
  color: #fff;
}

section.view {
  display: flex;
  gap: 6.25rem;
}

section.view .section_left {
  /* width: calc(100% - 650px); */
  width: calc(60% - 6.25rem);
}

section.view .section_right {
  /* width: 550px; */
  width: 40%;
}

section.view .section_right .profile_box {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 10px;
  margin-bottom: 1.25rem;
}

section.view h2.title {
  font-size: clamp(1.25rem, 2vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25rem;
}

section.view .section_left .mo_title h2.title {
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  margin-bottom: 0.625rem;
  display: none;
}

@media screen and (max-width: 1440px) {
  section.view .section_left .mo_title h2.title {
    display: block;
  }
}

section.view article.review .review_box {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-bottom: 1px solid #ddd;
}

section.view article.review .review_box .img_wrap {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

section.view article.review .review_box .img_wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.view article.review .text_wrap {
  width: calc(100% - 5rem);
}

section.view article.review .text_wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}

section.view article.review .text_wrap .top .flex_wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

section.view article.review .text_wrap .top h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

section.view article.review .text_wrap .top span {
  font-size: 0.875rem;
  color: #888;
}

section.view article.review .review_wrap .pagination {
  margin-top: 1.25rem;
}

/* 초기 접힌 상태 */
.review_box .text p.hide {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3줄까지만 표시 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 버튼 스타일 */
.more_btn {
  background: none;
  border: none;
  color: #777;
  cursor: pointer;
  padding: 0;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

section.view .banner_img {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 300px;
  max-height: 600px;
  /* background-image: url(../../image/creator/creator1.png); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  position: relative;
}

section.view .banner_img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

section.view .banner_img .heart {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 60px;
  height: 60px;
}

.view_wrap section.view .banner_img .heart {
  position: absolute;
  top: 15px;
  right: 15px;
}

section.view .view_navigation {
  margin-top: 3.75rem;
  display: flex;
  gap: 1.875rem;
}

section.view .view_navigation span {
  cursor: pointer;
}

section.view .view_navigation span:hover {
  text-decoration: underline;
}

section.view .view_navigation span {
  font-size: 1.25rem;
  font-weight: 700;
}

section.view .content_wrap {
  margin-top: 6.25rem;
}

section.view .content_wrap article > .title {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

section.view .content_wrap .title .blue_bar {
  width: 4px;
  height: 22px;
  background-color: var(--main-color);
}

section.view .content_wrap .title .mint_bar {
  width: 4px;
  height: 22px;
  background-color: var(--main-color2);
}

section.view .content_wrap .title h2 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
}

section.view .content_wrap article > .content {
  margin-bottom: 2.5rem;
}

section.view .content_wrap .content h3.title {
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  margin-bottom: 10px;
}

section.view .content_wrap .content .box {
  background-color: #fff;
  border-radius: 5px;
  padding: 1.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

section.view .content_wrap .content .box span:first-of-type {
  font-size: 1rem;
}

section.view .content_wrap .content .box h4 {
  font-size: 1.25rem;
  font-weight: 700;
}

section.view .content_wrap .content .box span:nth-of-type(2) {
  color: #888;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}

section.view .content_wrap .content .box_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

section.view .content_wrap .content .box_wrap .box {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

section.view .content_wrap .content .box_wrap .box .img_wrap {
  width: 70px;
  height: 70px;
}

section.view .content_wrap .content .box_wrap .box .img_wrap img {
  width: 100%;
  height: 100%;
}

section.view .content_wrap .content .box_wrap .box .text_wrap {
  text-align: center;
  margin-top: 0.9375rem;
}

section.view .content_wrap .content .box_wrap .box .text_wrap h4 {
  font-size: 18px;
}

section.view .content_wrap .content .box_wrap .box .text_wrap span {
  font-size: 0.875rem;
  color: #888;
}

.swiper.port_video .swiper-slide {
  cursor: pointer;
}

.swiper.port_video .swiper-slide .video_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper.port_video .swiper-slide .video_wrap img {
  width: 100%;
}

.swiper.port_video .swiper-slide .video_wrap span {
  padding-bottom: 2.5rem;
}

.swiper.port_video .swiper-slide .video_wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

/*section_right*/
section.view .section_right .profile_box {
  position: sticky;
  top: 20px;
}

section.view .profile_box .heart {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  cursor: pointer;
}

section.view .profile_box .heart img {
  width: 100%;
}

section.view .profile_box > .flex_wrap {
  flex-direction: column;
}

section.view .profile_box > .flex_wrap .first_wrap {
  display: flex;
  align-items: flex-start;
  gap: 2.1875rem;
}
section.view .profile_box .flex_wrap .img_wrap {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}

section.view .profile_box .flex_wrap .text_wrap h2.name {
  font-size: clamp(1.625rem, 2vw, 2.125rem);
  font-weight: 700;
}

section.view .profile_box .flex_wrap .text_wrap .flex_wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.3125rem;
/*   width: calc(100% - 30px); */
}

section.view .profile_box .info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.875rem;
}

section.view .profile_box .flex_wrap .info .text_wrap {
  display: flex;
  gap: 0.625rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
}

section.view .profile_box .flex_wrap .info .text_wrap span.title {
  font-weight: 700;
}

section.view .profile_box .btn_wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.25rem;
}

section.view .profile_box .btn_wrap button {
  background-color: #000;
  color: #fff;
  padding: 0.625rem 1.25rem;
  border-radius: 5px;
  font-weight: 800;
  font-size: 1.125rem;
}

@media screen and (min-width: 1441px) {
  .mo_profile_box {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .view_wrap section.view .section_right {
    display: none;
  }

  .view_wrap section.view .section_left {
    width: 100%;
  }

  /*mo_profile_box*/
  section.view .mo_profile_box {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 1.25rem;
    margin-top: 1.25rem;
  }

  section.view .mo_profile_box .heart {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
  }

  section.view .mo_profile_box .heart img {
    width: 100%;
  }

  section.view .mo_profile_box > .flex_wrap {
    flex-direction: column;
  }

  section.view .mo_profile_box > .flex_wrap .first_wrap {
    display: flex;
    align-items: flex-start;
    gap: 2.1875rem;
  }
  
  section.view .mo_profile_box .flex_wrap .img_wrap {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
  }

  section.view .mo_profile_box .flex_wrap .img_wrap img {
    width: 100%;
    height: 100%;
  }

  section.view .mo_profile_box .flex_wrap .text_wrap h2.name {
    font-size: clamp(1.625rem, 2vw, 2.125rem);
    font-weight: 700;
  }

  section.view .mo_profile_box .flex_wrap .text_wrap .flex_wrap {
    display: flex;
    align-items: flex-end;
    gap: 0.3125rem;
    width: calc(100% - 50px);
  }

  section.view .mo_profile_box .info {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.875rem;
    flex-wrap: wrap;
  }

  section.view .mo_profile_box .flex_wrap .info .text_wrap {
    display: flex;
    gap: 10px;
    font-size: clamp(1rem, 2vw, 1.125rem);
  }

  section.view .mo_profile_box .flex_wrap .info .text_wrap span.title {
    font-weight: 700;
  }

  section.view .mo_profile_box .btn_wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.25rem;
  }

  section.view .mo_profile_box .btn_wrap button {
    background-color: #000;
    color: #fff;
    padding: 0.625rem 1.25rem;
    border-radius: 5px;
    font-weight: 800;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  section.view .content_wrap {
    margin-top: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  section.view .content_wrap .content .box_wrap {
    flex-wrap: wrap;
  }

  section.view .content_wrap .content .box_wrap .box {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 500px) {
  section.view .content_wrap .content .box_wrap .box {
    width: 100%;
  }

  section.view .mo_profile_box > .flex_wrap .first_wrap {
    flex-direction: column;
    gap: 1.5625rem;
  }

  section.view .mo_profile_box .info {
    justify-content: center;
    margin-top: 1.25rem;
  }

  section.view .mo_profile_box .btn_wrap {
    display: flex;
    justify-content: center;
  }

  section.view .mo_profile_box .tag_wrap {
    justify-content: center;
  }

  section.view .mo_profile_box .flex_wrap .text_wrap .flex_wrap {
    justify-content: center;
  }

  section.view .mo_profile_box .tier_img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.view .mo_profile_box .heart {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
  }
}

/*campaign_view*/
section.view .btn_wrap.campaign_view {
  gap: 0.625rem;
}

section.view .btn_wrap.campaign_view button:nth-of-type(1) {
  background-color: var(--main-color2);
}

section.view .btn_wrap.campaign_view button:nth-of-type(2) {
  background-color: #fff;
  border: 1px solid var(--main-color2);
  color: var(--main-color2);
}

section.view .content_wrap .content .box dl {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

section.view .content_wrap .content .box .info_row {
  display: flex;
  align-items: center;
}

section.view .content_wrap .content .box .info_row dt {
  width: 30%;
}

section.view .content_wrap article.info .content .box {
  cursor: default;
}

/*** 크리에이터 뷰페이지 모달 상세보기 ***/
.modal_wrap.portfolio_modal .content_wrap{
	margin-top: 0;
}

.modal_wrap.portfolio_modal .content_wrap .content{
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.modal_wrap.portfolio_modal .content_wrap .content .item{
	display: flex;
	gap: 10px;
}

.modal_wrap.portfolio_modal .content_wrap .content .item.column{
	flex-direction: column;
	gap: 10px;
}

.modal_wrap.portfolio_modal .content .item h4{
	font-size: 1rem;
	font-weight: 600;
}

.modal_wrap.portfolio_modal .content .item.column{
	border-top: 1px solid #eee;
	padding-top: 1rem;
}

.modal_wrap.portfolio_modal .content .item.column p{
	max-height: 200px;
	overflow-y: auto;
}

.modal_wrap.portfolio_modal .content .item.file .img_wrap{
	width: 12px;
	height: 12px;
}

.modal_wrap.portfolio_modal .content .item.file .img_wrap img{
	width: 100%;
	height: 100%;
}

section.view .content_wrap .content.download .flex_wrap {
  align-items: center;
  gap: 0.625rem;
}

section.view .content_wrap .content.download .img_wrap {
  display: flex;
  align-items: center;
}

section.view .content_wrap .content.download img {
  width: 100%;
  height: 100%;
}

section.view .content_wrap article.info .content.download .box {
  cursor: pointer;
}

section.view .content_wrap .content > .text_wrap.title {
  margin-bottom: 0.625rem;
}

section.view .content_wrap .content > .text_wrap.title h3.title {
  margin-bottom: 0;
}

section.view .content_wrap .content > .text_wrap.title span {
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  color: #777;
}

section.view .content_wrap .content dl {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

section.view .content_wrap .content dl .flex_wrap {
  flex-direction: column;
  gap: 0.3125rem;
}

section.view .content_wrap .content dl .flex_wrap dt {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  font-weight: 700;
  display: flex;
  align-items: center;
}

section.view .content_wrap .content dl .flex_wrap dt::before {
  content: "◆";
  color: #000;
  margin-right: 0.3125rem;
  font-size: 12px;
}

section.view .profile_box .flex_wrap .img_wrap img {
  width: 100%;
  height: 100%;
}

section.view .content.request_content {
  display: flex;
  flex-direction: column;
}

section.view .content label[for="request"] {
  width: 100%;
}

section.view .content label[for="request"] textarea:focus {
  border: 1px solid #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  outline: none;
}

section.view .content button.request_submit_btn {
  background-color: #000;
  color: #fff;
  width: fit-content;
  padding: 0.625rem 1.875rem;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}

section.view .content.request_content span {
  color: #777;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  margin-top: 0.3125rem;
}

section.add_campaign {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

section.add_campaign .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

section.add_campaign .box h3 span {
  color: #e63946;
}

section.add_campaign .box .date_wrap {
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
}

section.add_campaign .box .date_wrap input {
  max-width: 250px;
  display: flex;
  align-items: center;
}

section.add_campaign .age_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

section.add_campaign .age_wrap li button {
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.add_campaign .age_wrap li button.active {
  background-color: #000;
  color: #fff;
}

section.add_campaign .keyword_wrap > div {
  cursor: pointer;
}

section.add_campaign .content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

section.add_campaign .keyword.flex_wrap {
  align-items: center;
}

section.add_campaign .keyword.flex_wrap .img_wrap {
  display: flex;
  align-items: center;
  margin-left: 0.3125rem;
}

section.add_campaign .content .text_wrap span {
  color: #777;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
}

section.add_campaign .content .check_wrap span.accent {
  font-weight: 700;
}

section.add_campaign .content ul.detail_require {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

section.add_campaign .content ul.detail_require > li {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

section.add_campaign .content ul.detail_require > li > span {
  display: flex;
  align-items: center;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  font-weight: 600;
}

section.add_campaign .content ul.detail_require > li > span::before {
  content: "◆";
  color: #000;
  margin-right: 0.3125rem;
  font-size: 0.625rem;
}

section.add_campaign .content ul.detail_require ul.button_wrap {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}

section.add_campaign .content ul.detail_require button {
  background-color: #fff;
  border-radius: 5px;
  outline: 1px solid #ddd;
  width: 100px;
  padding: 0.625rem 0;
}

section.add_campaign .content ul.detail_require button.active {
  background-color: #000;
  color: #fff;
  outline: none;
}

section.add_campaign .box.profile.flex_wrap {
  flex-direction: row;
  gap: 3.125rem;
}

section.add_campaign .box.profile.flex_wrap .left_content .img_wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

section.add_campaign .box.profile.flex_wrap .left_content .img_wrap img {
  width: 100%;
  height: 100%;
}

section.add_campaign .box.profile.flex_wrap .right_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

label[for="add_file"] {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0.625rem;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

label[for="add_file"] span {
  color: #777;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*25.09.12 added_file 첨부파일 완료디자인*/
.added_file {
  margin-top: 1.25rem;
}

.added_file .box {
  border-radius: 0 !important;
  height: 45px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  flex-direction: row !important;
  gap: 1.25rem !important;
}

.added_file .title {
  width: calc(100% - 1.25rem - 80px);
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  height: 45px;
  /* font-size: 1.125rem; */
}

.added_file .title span {
  width: 100%;
}

.added_file .btn_wrap {
  margin-bottom: 0 !important;
}

.added_file .btn_wrap button {
  background-color: #fff !important;
  outline: 1px solid #000 !important;
  color: #000 !important;
  border-radius: 5px !important;
  height: 40px !important;
  width: 80px;
  font-size: 1rem !important;
  font-weight: 400 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.added_file .btn_wrap button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

@media screen and (max-width: 500px) {
  .added_file .box {
    flex-direction: column !important;
    height: auto;
  }

  .added_file .title {
    width: 100%;
  }

  .added_file .btn_wrap {
    width: 100%;
  }

  .added_file .btn_wrap button {
    width: calc((100% - 20px) / 2) !important;
  }
  
  section.view .mo_profile_box > .flex_wrap .first_wrap{
	align-items: center;
  }
  
    section.view .mo_profile_box > .flex_wrap .first_wrap .text_wrap{
    flex: initial;
  }
  
      section.view .mo_profile_box .flex_wrap .text_wrap .flex_wrap {
      width: 100%;
      align-items: center;
      }
}

section.add_campaign span.lock_input {
  width: 100%;
  height: 45px;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0 0.625rem;
  line-height: 160%;
  display: flex;
  align-items: center;
}

section.add_campaign p.lock_input {
  width: 100%;
  height: 150px;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0.625rem;
  line-height: 160%;
  display: flex;
  overflow-y: auto;
}

section.add_campaign .flex_wrap.title_wrap {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 700px){
	section.add_campaign .flex_wrap.title_wrap{
	align-items: flex-start;
	}
}

section.add_campaign .content_wrap.detail {
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
  margin-top: 1.25rem;
}

section.add_campaign .input_wrap.detail_require {
  display: flex;
  flex-direction: row;
  align-items: center;
}

section.add_campaign .content .flex_wrap.detail_require {
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

section.add_campaign .content_wrap.detail button.delete,
section.add_campaign .content .flex_wrap button.add {
  background-color: #fff;
  outline: 1px solid #000;
  border-radius: 5px;
  width: 80px;
  font-size: 1rem;
}

section.add_campaign .content_wrap.detail button.delete:hover,
section.add_campaign .content .flex_wrap button.add:hover {
  background-color: #000;
  color: #fff;
}

section.add_campaign .content .flex_wrap button.add {
  height: 40px;
}

section.add_campaign .detail_require_wrap {
  width: calc(100% - 100px);
}

section.add_campaign .detail_require_wrap > .flex_wrap {
  gap: 1.875rem;
}

section.add_campaign
  .detail_require_wrap
  .flex_wrap
  .input_wrap.detail_require:nth-of-type(1) {
  width: 40%;
}

section.add_campaign
  .detail_require_wrap
  .flex_wrap
  .input_wrap.detail_require:nth-of-type(2) {
  width: 60%;
}

@media screen and (min-width: 501px){
section.add_campaign
  .detail_require_wrap
  .flex_wrap
  .input_wrap.detail_require input{
  flex: 1;}
  }

/* section.add_campaign .btn_wrap {
  margin-top: 1.875rem;
} */

section.add_campaign > .btn_wrap button {
  width: 100%;
  max-width: 300px;
  height: 60px;
  font-size: 1.25rem;
}

@media screen and (max-width: 500px) {
  section.add_campaign > .btn_wrap button {
    height: 50px;
  }
}

label.thumbnail_upload {
  width: 100%;
  padding: 1.875rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.thumbnail_upload .flex_wrap {
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}

.thumbnail_upload .flex_wrap .img_wrap {
  max-width: 80%;
  max-height: 80%;
}

.thumbnail_upload .flex_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumbnail_upload .flex_wrap .text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thumbnail_upload .flex_wrap .text_wrap span {
  color: #000 !important;
}

.thumbnail_upload .flex_wrap .text_wrap span.accent {
  color: var(--main-color) !important;
  font-weight: 600;
}

.thumbnail_upload .flex_wrap .text_wrap .btn_wrap {
  margin-bottom: 0 !important;
}

.thumbnail_upload .flex_wrap .text_wrap .btn_wrap button {
  background-color: #fff !important;
  outline: 1px solid #000 !important;
  color: #000 !important;
  border-radius: 5px;
  height: 30px !important;
  width: 80px;
  font-size: 0.9rem;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.625rem;
}

.thumbnail_upload .flex_wrap .text_wrap .btn_wrap button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

input#thumbnail {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

@media screen and (max-width: 1024px) {
  section.add_campaign .box.profile.flex_wrap {
    flex-direction: column;
    padding: 2.5rem;
  }

  section.add_campaign .box {
    padding: 2.5rem;
  }

  section.add_campaign .left_content {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 769px) {
  .keyword_wrap_mo .dropdown_wrap .tag_wrap {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .keyword_wrap_mo .dropdown_wrap .tag_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3125rem;
    margin-top: 0.625rem;
  }

  .keyword_wrap_mo .dropdown_wrap .tag_wrap .tag {
    background-color: #000;
    color: #fff;
    display: flex;
    gap: 0.3125rem;
    align-items: center;
    cursor: pointer;
  }

  .keyword_wrap_mo .dropdown_wrap .tag_wrap .tag i {
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  section.add_campaign .detail_require_wrap > .flex_wrap {
    flex-direction: column;
  }

  section.add_campaign .content_wrap.detail {
    margin-top: 1.875rem;
  }

  section.add_campaign .content_wrap.detail button.delete,
  section.add_campaign .content .flex_wrap button.add {
    height: 40px;
  }

  section.add_campaign
    .detail_require_wrap
    .flex_wrap
    .input_wrap.detail_require {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  section.add_campaign .box.profile.flex_wrap {
    padding: 1.875rem;
  }

  section.add_campaign .box {
    padding: 1.875rem;
  }

  section.add_campaign .detail_require_wrap {
    width: 100%;
  }

  section.add_campaign .content_wrap.detail {
    flex-direction: column;
    gap: 0.625rem;
  }

  section.add_campaign .content_wrap.detail button.delete {
    width: 100%;
  }

  section.add_campaign
    .detail_require_wrap
    .flex_wrap
    .input_wrap.detail_require {
    flex-direction: column;
    align-items: flex-start;
  }

  section.add_campaign .content .flex_wrap.detail_require {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }

  section.add_campaign .flex_wrap.title_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*brand_list*/
.content_wrap.brand_list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.content_wrap.brand_list .box {
  width: 100%;
  padding: 1.875rem;
  background-color: #fff;
  border-radius: 10px;
  height: 200px;
  gap: 1.875rem;
  position: relative;
}

.content_wrap.brand_list .box .content_left {
/*   min-width: 230px; */
width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_wrap.brand_list .box .content_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  max-width: calc(100% - 260px);
}

.content_wrap.brand_list .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_wrap.brand_list .content_left > .img_wrap:first-of-type {
/*   width: 180px; */
width: 100%;
height: 100%;
overflow: hidden;
}

.content_wrap.brand_list .img_wrap img {
/*   width: 100%;
  height: 100%; */
  height: auto;
  object-fit: cover;
}

.content_wrap.brand_list .content_right .text_wrap {
  display: flex;
  align-items: center;
  gap: 3px;
  width: calc(100% - 40px);
}

.content_wrap.brand_list .content_right .text_wrap h3{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 30px);
}

.content_wrap.brand_list .content_right p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-width: 0;
}

.content_wrap.brand_list .content_right .tag_wrap {
  margin-top: 0.5rem;
}

.content_wrap.brand_list .flex_wrap.pagination {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .content_wrap.brand_list .box .content_left {
    min-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .content_wrap.brand_list .box {
    flex-direction: column;
    height: auto;
  }

  .content_wrap.brand_list .box .content_left {
/*     padding: 1rem; */
    width: 100%;
  }
  
  .content_wrap.brand_list .box .content_right{
  max-width: 100%;
  }
  
  .content_wrap.brand_list .content_right .text_wrap{
  	width: 100%;
  }

  .content_wrap.brand_list .box {
    gap: 1rem;
    padding: 20px;
  }

  .content_wrap.brand_list .content_left .img_wrap {
    width: 100% !important;
    height: 200px !important;
  }
  
  .content_wrap.brand_list .heart{
  top: 20px;
  right: 20px;
  }
}

/*brand_view*/
section.brand_view {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-bottom: 3.125rem;
}
section.brand_view .content.flex_wrap {
  gap: 3rem;
}

section.brand_view .content.flex_wrap .left_content {
  width: 600px;
}

section.brand_view .content.flex_wrap .right_content {
  width: calc(100% - 600px - 3rem);
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

section.brand_view .content.flex_wrap .left_content .img_wrap{
	width: 100%;
	height: 400px;
}

section.brand_view .content.flex_wrap .left_content .img_wrap img{
	width: 100%;
	height: 100%;
}

section.brand_view .content.flex_wrap .left_content .img_wrap img {
  border-radius: 5px;
}

section.brand_view .content.flex_wrap .right_content .info_top {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

section.brand_view .content.flex_wrap .right_content .info_top .heart {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

section.brand_view .content.flex_wrap .right_content .info_top .heart img {
  width: 100%;
  height: 100%;
}

section.brand_view .content.flex_wrap .right_content .info_top .text_wrap {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

section.brand_view .content.flex_wrap .right_content .info_top .text_wrap h2 {
  font-size: clamp(1.625rem, 2vw, 1.75rem);
  font-weight: 600;
}

section.brand_view
  .content.flex_wrap
  .right_content
  .info_top
  .text_wrap
  .img_wrap {
  display: flex;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
}

section.brand_view .info_wrap dl {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

section.brand_view .info_wrap dl .info_row {
  display: flex;
}

section.brand_view .info_wrap dl .info_row dt {
  width: 40%;
  min-width: 150px;
}

section.brand_view .info_wrap dl .info_row dd{
	width: 60%;
}

section.brand_view .btn_wrap {
  width: 100%;
  display: flex;
  gap: 1.875rem;
}

section.brand_view .btn_wrap > button {
  width: calc((100% - 1.875rem) / 2);
  height: 50px;
}

section.brand_view .btn_wrap > button:hover {
  text-decoration: underline;
}

section.brand_view .btn_wrap button:nth-of-type(1) {
  background-color: #000;
  color: #fff;
}

section.brand_view .btn_wrap button:nth-of-type(2) {
  outline: 1px solid #000;
  background: transparent;
}

section.brand_view .content .title {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

section.brand_view .content .title .blue_bar {
  width: 4px;
  height: 22px;
  background-color: var(--main-color);
}

section.brand_view .content .flex_wrap.brand_info {
  width: 100%;
  gap: 2.5rem;
}

section.brand_view .content .flex_wrap.brand_info .info_wrap {
  width: calc((100% - 2.5rem) / 2);
}

section.brand_view .flex_wrap.brand_info .info_wrap dl {
  gap: 1.5625rem;
}

section.brand_view .flex_wrap.brand_info .info_wrap button {
  background-color: #000;
  color: #fff;
  padding: 0.625rem;
}

section.brand_view .content .download {
  margin-top: 2.5rem;
}

section.brand_view .content .download h4 {
  margin-bottom: 0.625rem;
}

section.brand_view .content .download .box {
  background-color: #fff;
  border-radius: 5px;
  padding: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
/*   cursor: pointer; */
}

section.brand_view .content .download .box .flex_wrap {
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  width: fit-content;
}

section.brand_view .content .download .box .flex_wrap .img_wrap {
  display: flex;
  align-items: center;
}

section.brand_view .content .swiper_brand_campaign{
	display: flex;
   flex-wrap: wrap;
   gap: 30px;
}

section.brand_view .content .brand_campaign a.box {
  width: calc((100% - 5.625rem) / 4);
}

section.brand_view .content .brand_campaign a.box > img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}

section.brand_view .content .brand_campaign span.award {
  display: flex;
  align-items: center;
  margin-bottom: 0.3125rem;
  background-color: #fbf6e4;
  gap: 0.3125rem;
}

section.brand_view .content .brand_campaign span.award .img_wrap {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}

section.brand_view .content .brand_campaign .heart {
  position: absolute;
  top: 10px;
  right: 10px;
}

section.brand_view .content .brand_campaign a.box h3 {
  font-size: 1.125rem;
  font-weight: 600;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

section.brand_view .content .brand_campaign a.box span {
  font-size: 0.875rem;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.brand_view .content .brand_campaign a.box span .tier_img {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

section.brand_view .content .brand_campaign a.box span .tier_img img {
  width: 100%;
  height: 100%;
}

section.brand_view .modal_wrap .modal {
  height: auto !important;
  max-height: 80% !important;
}

section.brand_view .modal_wrap .modal > .flex_wrap {
  justify-content: space-between;
}

@media screen and (max-width: 1300px) {
  section.brand_view .content.flex_wrap {
    flex-direction: column;
  }

  section.brand_view .content.flex_wrap .left_content {
    width: 100%;
  }

  section.brand_view .content.flex_wrap .left_content img {
    width: 100%;
    max-height: 400px;
  }

  section.brand_view .content.flex_wrap .right_content {
    width: 100%;
  }

  section.brand_view .content.flex_wrap {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  section.brand_view .content .brand_campaign a.box {
    width: calc((100% - 3.75rem) / 3);
  }

  section.brand_view .content .flex_wrap.brand_info {
    gap: clamp(1.5rem, 2vw, 2rem);
  }
}

@media screen and (max-width: 1024px) {
  section.brand_view .content .flex_wrap.brand_info {
    flex-direction: column;
  }

  section.brand_view .content .flex_wrap.brand_info .info_wrap {
    width: 100%;
  }
  
    section.brand_view .content .brand_campaign a.box {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 768px) {
  section.brand_view .btn_wrap {
    gap: 0.9375rem;
  }
}

@media screen and (max-width: 500px) {
  section.brand_view .content .brand_campaign a.box > img {
    height: 250px;
  }
  section.brand_view .content .brand_campaign a.box {
    width: 100%;
  }

  section.brand_view .content.flex_wrap {
    gap: 1rem;
  }
}

/*** board_page ***/
section.board_page {
  padding-bottom: 2.5rem;
}

section .top.search_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

section .top.search_top .input_wrap.search_wrap {
  position: relative;
}

section .top.search_top .input_wrap.search_wrap input[type="text"] {
  height: 50px;
  font-size: 18px;
  padding-left: 0.8rem;
  padding-right: 2.7rem;
  max-width: 300px;
}

section .top.search_top button.search_btn {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 1rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

section .top.search_top button.search_btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* bbs 컨텐츠 영역 */
section.board_page .content_wrap ul.content {
  border-top: 1px solid #000;
  width: 100%;
}

section.board_page .content_wrap ul.content li {
  display: flex;
}

section.board_page .content_wrap ul.content li.content_title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ddd;
}

section.board_page .content_wrap ul.content li.content_item {
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  width: 100%;
}

section.board_page .content_wrap ul.content li.content_item a {
  display: flex;
  width: 100%;
  padding: 1.2rem 0;
}

section.board_page .content_wrap ul.content li div:nth-of-type(1) {
  width: 10%;
  text-align: center;
}

section.board_page .content_wrap ul.content li div:nth-of-type(2) {
  width: 60%;
}

section.board_page .content_wrap ul.content li div:nth-of-type(3) {
  width: 15%;
  text-align: center;
}

section.board_page .content_wrap ul.content li div:nth-of-type(4) {
  width: 15%;
  text-align: center;
}

section.board_page .content_wrap .flex_wrap.pagination {
  margin-top: 2.5rem;
}

section.board_page .content_wrap .btn_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 500px) {
  section.board_page .content_wrap ul.content li div:nth-of-type(3) {
    display: none; /* 작성자 숨김처리 */
  }

  section.board_page .content_wrap ul.content li div:nth-of-type(1) {
    width: 15%;
  }

  section.board_page .content_wrap ul.content li div:nth-of-type(2) {
    width: 60%;
  }

  section.board_page .content_wrap ul.content li div:nth-of-type(4) {
    width: 25%;
  }

  section.board_page .content_wrap .btn_wrap {
    bottom: -50px;
  }

  section.board_page .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125rem;
  }

  section.board_page .input_wrap.search_wrap {
    width: 100%;
  }

  section.board_page .input_wrap.search_wrap input[type="text"] {
    width: 100%;
    max-width: 100% !important;
    min-width: 0;
  }
}

/*** board_view ***/
section.board_view .top {
  border-top: 1px solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

section.board_view .top .title h2 {
	word-break: break-all;
  font-size: 1.25rem;
  font-weight: 600;
}

section.board_view .top .text_wrap ul {
  display: flex;
  gap: 20px;
}

section.board_view .top .text_wrap ul li {
  position: relative;
}

section.board_view .top .text_wrap ul li:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #000;
}

section.board_view .file_wrap {
  background-color: #eee;
  padding: 0.6rem 1rem;
}

section.board_view .file_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

section.board_view .file_wrap ul li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  cursor: pointer;
  width: fit-content;
}

section.board_view .file_wrap ul li:hover {
  text-decoration: underline;
}

section.board_view .file_wrap .img_wrap {
  display: flex;
  align-items: center;
}

section.board_view .file_wrap .img_wrap img {
  width: 16px;
}

section.board_view .content_wrap {
  padding: 2rem 0.5rem;
  min-height: 300px;
  border-bottom: 1px solid #000;
}

section.board_view > .flex_wrap {
  justify-content: space-between;
}

section.board_view .btn_wrap {
  margin-top: 1rem;
  justify-content: flex-end;
}

/*** board_add ***/
section.board_add > .content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
section.board_add .content > .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

section.board_add .content > .box form{
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

section.board_add > .btn_wrap {
  margin-top: 1.875rem;
}

section.board_add > .btn_wrap button {
  width: 100%;
  max-width: 300px;
  height: 60px;
  font-size: 1.25rem;
}

@media screen and (max-width: 500px) {
  section.board_add > .btn_wrap button {
    height: 50px;
  }
}

/*** card_page ***/
section.card_page .content_wrap > ul {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

section.card_page .content_wrap > ul > li {
  width: calc((100% - 2.5rem) / 3);
  margin-bottom: 0.625rem;
}

section.card_page .content_wrap > ul > li > .flex_wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.625rem;
}

@media screen and (max-width: 768px) {
  section.card_page .content_wrap > ul > li > .flex_wrap {
    justify-content: flex-start;
    gap: 0.5rem;
  }
}

section.card_page .content_wrap > ul > li > .flex_wrap .more {
  padding: 0.3125rem;
  padding-top: 10px;
  height: fit-content;
  position: relative;
}

section.card_page .content_wrap > ul > li > .flex_wrap .more img {
  rotate: 90deg;
}

section.card_page .content_wrap > ul > li > button,
section.card_page .content_wrap > ul > li > a > .img_wrap {
  width: 100%;
  height: 250px;
}

section.card_page .content_wrap > ul > li .img_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

section.card_page .content_wrap > ul > li .img_wrap .download_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

section.card_page .content_wrap > ul > li .img_wrap .download_img.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
}

section.card_page .content_wrap > ul > li .img_wrap .download_img img {
  width: 50px;
  height: 50px;
}

section.card_page .content_wrap > ul > li .img_wrap .download_img span {
  font-weight: 600;
  font-size: 1.1rem;
}

section.card_page .content_wrap > ul > li .img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* transform: scale(1);
  transition: 0.3s ease; */
}

/* section.card_page .content_wrap > ul > li:hover .img_wrap img {
  transform: scale(1.05);
} */

section.card_page .content_wrap > ul > li .text_wrap {
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
  width: calc(100% - 30px);
}

section.card_page .content_wrap > ul > li h3 {
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  margin-bottom: 0.3125rem;
}

section.card_page .content_wrap > ul > li span.date {
  color: #777;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  section.card_page .content_wrap > ul > li {
    width: calc((100% - 1.25rem) / 2);
  }
}

@media screen and (max-width: 500px) {
  section.card_page .content_wrap > ul > li {
    width: 100%;
  }
}

/*** review_list ***/
section.review .review_bg {
  width: 100%;
  height: 300px;
  position: relative;
}

section.review .review_bg .img_wrap {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

section.review .review_bg .img_wrap img {
  width: 100%;
  height: 100%;
}

section.review .review_bg .img_wrap::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.review .review_bg .text_wrap {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.9375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}

section.review .review_bg .text_wrap h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
}

.square_rotate {
  width: 8px;
  height: 8px;
  background-color: #fff;
  rotate: 45deg;
}

section.review .review_bg .text_wrap span {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
}

section.review .review_bg .text_wrap a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 0.625rem;
}

section.review .tab_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  height: 60px;
  margin-top: 2.5rem;
}

section.review .tab_btn_wrap li.tab_btn {
  width: calc((100% - 0.625rem) / 2);
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
}

section.review .tab_btn_wrap li.tab_btn.creator.active {
  background-color: var(--main-color);
  color: #fff;
}

section.review .tab_btn_wrap li.tab_btn.campaign.active {
  background-color: var(--main-color2);
  color: #fff;
}

section.review .tab_btn_wrap li.tab_btn.my.active {
  background-color: var(--purple);
  color: #fff;
}

/* @media screen and (max-width: 500px) {
  section.review .review_bg {
    height: 200px;
  }
} */

section.review .tab_content {
  margin-top: 1.875rem;
}

section.review .tab_content .tab .box {
  background-color: #fff;
  padding: 1.875rem;
  border-radius: 10px;
}

section.review .tab_content .tab .box .review_content {
  padding: 1.5625rem 0;
  width: 100%;
  min-height: 300px;
  display: flex;
  gap: 0.9375rem;
}

section.review .tab_content .tab .box .review_content:first-of-type {
  padding-top: 0;
}

section.review .tab_content .tab .box .review_content:last-of-type {
  padding-bottom: 0;
}

section.review .review_content .left_content {
  width: calc(100% - 300px - 0.9375rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.review .review_content .left_content .title {
  display: flex;
  margin-bottom: 0.9375rem;
  flex-direction: column;
}

section.review .review_content .left_content .title h2 {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
/* 
section.review .review_content .left_content .title h2::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #bbb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
} */

section.review .review_content .left_content .title span {
  font-weight: 500;
  font-size: 1.1rem;
}

section.review .review_content .left_content .title .flex_wrap {
  align-items: center;
  gap: 0.3125rem;
}

section.review .review_content .left_content .title .tier_img {
  display: flex;
  align-items: center;
}

section.review .review_content .left_content .campaign_title {
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

section.review .review_content .left_content .campaign_title .blue_bar {
  width: 4px;
  height: 20px;
  background-color: var(--main-color);
}

section.review .review_content .left_content .text_wrap p{
	overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  display: block;
}

section.review .review_content .right_content {
  background-color: #eee;
  border-radius: 10px;
  width: 400px;
  height: 300px;
}

section.review .review_content .right_content img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

section.review .tab_content .tab .box .review_content:not(:last-of-type) {
  border-bottom: 1px dashed #ddd;
}

section.review .review_content .text_wrap p {
  word-break: break-all;
  line-height: 160%;
}

section.review .review_content .tag_wrap {
  margin-top: 0.625rem;
  flex-wrap: wrap;
}

section.review .review_content .info {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

section.review .review_content .info .flex_wrap {
  align-items: center;
}

section.review .review_content .info .flex_wrap h3 {
  font-size: 1.1rem;
  font-weight: 500;
}

section.review .review_content .info span.date {
  color: #777;
  font-weight: 500;
}

section.review .review_content .info .flex_wrap .tier_wrap {
  display: flex;
  align-items: center;
}

section.review .review_content .content {
  margin-top: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}

/* section.review .review_content .content .text_wrap {
  margin-top: 0.625rem;
} */

section.review .review_content .bottom > .flex_wrap {
  justify-content: space-between;
}

section.review .review_content .bottom > .flex_wrap .more,
section.review .review_content .bottom .info .more {
  position: relative;
}

section.review .review_content .bottom > .flex_wrap .more img {
  rotate: 90deg;
}

section.review .review_content:has(.more:hover) {
  z-index: 10;
  position: relative;
}

section.review .review_content .bottom .more ul.more_list {
  left: auto;
  right: 0;
  transform: none;
}

.thumb {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.thumb .btn_wrap button {
  outline: 1px solid #ddd;
  border-radius: 999px;
  min-width: 80px;
  display: flex;
  gap: 0.625rem;
}

.thumb .btn_wrap button i {
  color: #ddd;
  font-size: 1.2rem;
}

.thumb .btn_wrap button.on i {
  color: #fff;
}

.thumb.creator .btn_wrap button.on {
  outline: none;
  background-color: var(--main-color);
  color: #fff;
}

.thumb.campaign .btn_wrap button.on {
  outline: none;
  background-color: var(--main-color2);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  section.review .tab_content .tab .box .review_content {
    flex-direction: column-reverse;
  }

  section.review .review_content .right_content {
    width: 100%;
  }

  section.review .review_content .left_content {
    width: 100%;
  }
}

@media screen and (max-width: 768px){
	section.review .review_bg{
		height: 250px;
	}
	
	section.review .review_bg .text_wrap h2{
		font-size: 1.7rem;
	}
	
	section.review .review_bg .text_wrap span{
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 500px) {
  section.review .tab_content .tab .box {
    padding: 0.9375rem;
  }
  
  section.review .rivew_bg .text_wrap h2{
  	font-size: 1.5rem;
  }
}

/*** review_add ***/
section.review_add .tab_content {
  margin-top: 0;
}

section.review_add .title_box {
  flex-wrap: nowrap;
  gap: 20px;
}

section.review_add .title_box input {
  max-width: 85%;
}

section.review_add .title_box button {
  width: 15%;
  min-width: 120px;
}

section.review_add ul.star_wrap {
  gap: 0.3125rem;
  flex-wrap: wrap;
}

section.review_add ul.star_wrap li {
  width: 30px;
  height: 30px;
}

section.review_add ul.star_wrap li button {
  width: 100%;
  height: 100%;
}

section.review_add ul.star_wrap li button img {
  width: 100%;
  height: 100%;
}

section.review_add ul.tag_btn_wrap {
  gap: 0.9375rem;
  flex-wrap: wrap;
}

section.review_add ul.tag_btn_wrap button {
  font-weight: 500;
  color: #777;
  background-color: #f5f5f5;
}

section.review_add ul.tag_btn_wrap.creator button.active {
  color: var(--main-color);
  background-color: #ebf2fd;
}

section.review_add ul.tag_btn_wrap.campaign button.active {
  color: var(--main-color2);
  background-color: #e9f9f6;
}

/*** review_add : modal ***/
section.review_add .modal_wrap .modal .content_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

section.review_add .modal_wrap .modal .content_wrap ul li {
  width: calc((100% - 3rem) / 3);
  padding: 0;
  gap: 0.3125rem;
  cursor: pointer;
}

section.review_add .modal_wrap .modal .content_wrap ul li h3 {
  font-size: 1.125rem;
  font-weight: 600;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

section.review_add .modal_wrap .modal .content_wrap ul li span {
  display: flex;
  align-items: center;
}

section.review_add .modal_wrap .modal .content_wrap ul li span .tier_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.review_add .modal_wrap .modal .content_wrap ul li span.award {
  display: flex;
  align-items: center;
  margin-bottom: 0.3125rem;
  background-color: #fbf6e4;
}

section.review_add .modal_wrap .modal .content_wrap ul li span.award .img_wrap {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}

section.review_add
  .modal_wrap
  .modal
  .content_wrap
  ul
  li
  span.award
  .img_wrap
  img {
  width: 100%;
  height: 100%;
}

section.review_add
  .modal_wrap
  .modal
  .content_wrap
  ul
  li
  span.award
  .flex_wrap {
  align-items: center;
  gap: 0.3125rem;
}

@media screen and (max-width: 768px) {
  section.review_add .modal_wrap .modal .content_wrap ul li {
    width: calc((100% - 1.5rem) / 2);
  }
}

@media screen and (max-width: 500px) {
  section.review_add .title_box {
    flex-wrap: wrap;
    gap: 0.3125rem;
  }

  section.review_add .title_box input {
    max-width: 100%;
  }

  section.review_add .title_box button {
    height: 45px;
  }

  section.review_add .modal_wrap .modal .content_wrap ul li {
    width: 100%;
  }
}

/*** qna ***/
section.qna .content_wrap {
  margin-top: 2rem;
}
section.qna .content_item .content {
  display: none;
}

section.qna .content_item.active .content {
  display: flex;
}

section.qna span.question {
  font-size: 2rem;
  font-weight: 700;
}

section.qna .title span.flex_wrap {
  align-items: center;
  gap: 1.25rem;
}

section.qna .content_item .title {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1rem;
  transition: none;
  border-bottom: 1px solid #ddd;
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  align-items: center;
}

section.qna .content_item .title i {
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  transition: rotate 0.3s ease;
}

section.qna .content_item.active .title i {
  rotate: 180deg;
}

section.qna .content_item .content {
  padding: 1.25rem;
  padding-left: 4.2rem;
  position: relative;
  background-color: #ebf2fd;
}

section.qna .content_item .content .flex_wrap {
  align-items: flex-start;
}

section.qna .content_item .content p {
  line-height: 160%;
  font-size: 1rem;
}

section.qna span.answer {
  font-size: 2rem;
  font-weight: 700;
  color: var(--main-color);
  position: absolute;
  top: 0.5rem;
  left: 1.25rem;
}

section.qna .cs_banner {
  margin-top: 3rem;
  border-radius: 10px;
  background: url(../../image/cs_center/cs_banner.png);
  background-repeat: no-repeat;
  padding: 1.25rem;
  position: relative;
}

section.qna .cs_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  border-radius: 10px;
}

section.qna .cs_banner .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  position: relative;
  z-index: 50;
}

section.qna .cs_banner .text_wrap span.title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

section.qna .cs_banner .text_wrap a {
  display: flex;
  align-items: center;
  color: #fff;
  width: fit-content;
}

section.qna .cs_banner .text_wrap a span {
  text-decoration: underline;
  font-weight: 700;
}

section.qna .cs_banner .text_wrap a i {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 500px) {
  section .top.search_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }

  section .top.search_top .input_wrap.search_wrap {
    width: 100%;
  }
  
  section .top.search_top .input_wrap.search_wrap form{
  width: 100%;
  }

  section .top.search_top .input_wrap.search_wrap input[type="text"] {
    width: 100%;
    max-width: 100%;
  }
}

/*** cs_center ***/

section.cs_center .cs_center_bg {
  width: 100%;
  height: 300px;
  position: relative;
}

section.cs_center .cs_center_bg .img_wrap {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

section.cs_center .cs_center_bg .img_wrap img {
  width: 100%;
  height: 100%;
}

section.cs_center .cs_center_bg .img_wrap::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.cs_center .cs_center_bg .text_wrap {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.9375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  color: #fff;
}

section.cs_center .cs_center_bg .text_wrap h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

section.cs_center .cs_center_bg .text_wrap span {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0.625rem;
  gap: 0.3125rem;
}

section.cs_center span.scroll_form i.material-icons {
  transition: transform 0.3s ease-in-out;
}

section.cs_center span.scroll_form:hover i.material-icons {
  animation: bounceArrow 1s ease infinite;
}

@keyframes bounceArrow {
  0%,
  100% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px); /* 아래로 5px */
  }
}

section.cs_center .content_wrap {
  margin-top: 3.125rem;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

section.cs_center .content_wrap .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}

section.cs_center .content_wrap .title .blue_bar {
  width: 4px;
  height: 26px;
  background-color: var(--main-color);
}

section.cs_center .content_wrap .title h2 {
  font-size: 1.5rem;
  margin-left: 0.625rem;
  font-weight: 700;
}

section.cs_center .content_wrap .cs_step .content {
  gap: 1.875rem;
}

section.cs_center .content_wrap .cs_step .content .box {
  width: calc((100% - 3.75rem) / 3);
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
  background-color: #fff;
  box-shadow: 0 0 10px rgba(44, 62, 80, 0.1);
  border-radius: 10px;
  padding: 0.9375rem;
}

section.cs_center .content_wrap .cs_step .content .box > .flex_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
}

section.cs_center .content_wrap .cs_step .content .box .img_wrap {
  width: 80px;
  height: 80px;
}

section.cs_center .content_wrap .cs_step .content .box .img_wrap img {
  width: 100%;
  height: 100%;
}

section.cs_center .content_wrap .cs_step .content .box span {
  text-align: center;
}

section.cs_center .content_wrap .cs_step .content .box span.step_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}

section.cs_center .content_wrap .cs_form .content {
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

section.cs_center .content_wrap .cs_form .content:first-of-type {
  border-bottom: 1px dashed #ddd;
}

section.cs_center .content_wrap .cs_form .content:first-of-type .checkbox_wrap {
  margin-top: 0.625rem;
}

section.cs_center
  .content_wrap
  .cs_form
  .content:nth-of-type(2)
  .checkbox_wrap
  > .flex_wrap {
  gap: 1.25rem;
  flex-wrap: wrap;
}

section.cs_center .content_wrap .cs_form .submit_wrap button {
  width: 400px;
  height: 50px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  section.cs_center .content_wrap {
    padding: 2.5rem;
  }

  section.cs_center .content_wrap .cs_step .content {
    flex-direction: column;
  }

  section.cs_center .content_wrap .cs_step .content .box {
    width: 100%;
  }

  section.cs_center .cs_center_bg .text_wrap h2 {
    font-size: 1.7rem;
  }

  section.cs_center .cs_center_bg {
    height: 250px;
  }
}

@media screen and (max-width: 500px) {
  section.cs_center .content_wrap {
    padding: 1.875rem;
  }

  section.cs_center .cs_center_bg .text_wrap h2 {
    font-size: 1.5rem;
  }
}

/*** information ***/
section.information .information_bg {
  width: 100%;
  height: 300px;
  position: relative;
}

section.information .information_bg .img_wrap {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

section.information .information_bg .img_wrap::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.information .information_bg .img_wrap img {
  width: 100%;
  height: 100%;
}

section.information .information_bg .text_wrap {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.9375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  color: #fff;
}

section.information .information_bg .text_wrap h2 {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
}

section.information .information_bg .text_wrap span {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0.625rem;
  gap: 0.3125rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section.information .information_bg .text_wrap h2 {
    font-size: 1.7rem;
  }

  section.information .information_bg {
    height: 250px;
  }

  section.information .information_bg .text_wrap span {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 500px) {
  section.information .information_bg .text_wrap h2 {
    font-size: 1.5rem;
  }
}

section.information .content_wrap {
  margin-top: 3.125rem;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

section.information .content_wrap .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}

section.information .content_wrap .title .blue_bar {
  width: 4px;
  height: 26px;
  background-color: var(--main-color);
}

section.information .content_wrap .title h2 {
  font-size: 1.5rem;
  margin-left: 0.625rem;
  font-weight: 700;
}

section.information .info_step .content {
  gap: 1.875rem;
}

section.information .info_step .content .box {
  width: calc((100% - 3.75rem) / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(44, 62, 80, 0.1);
  border-radius: 10px;
  padding: 0.9375rem;
}

section.information .info_step .content .box > span {
  text-align: center;
}

section.information .info_step .content .box span.step_title span.accent {
  font-weight: 700;
}

section.information .info_role .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

section.information .info_role .content li {
  padding: 1.25rem;
  background-color: #eee;
  min-height: 120px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

section.information .info_role .content li .after_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 1.25rem;
  color: #fff;
  background-color: var(--main-color);

  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}

section.information .info_role .content li:hover .after_hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

section.information .info_effect .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
}

section.information .info_effect .content li {
  flex-direction: column;
  width: calc((100% - 3.75rem) / 4);
  height: 335px;
}

section.information .info_effect .content li > div {
  height: 100%;
  position: relative;
}

section.information .info_effect .content li > div > .img_wrap {
  width: 100%;
  height: 100%;
}

section.information .info_effect .content li > div > .img_wrap img {
  width: 100%;
  height: 100%;
}

section.information .info_effect .content li .top .flex_wrap.item {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
}

section.information .info_effect .content li .top .flex_wrap.item .img_wrap {
  height: 50px;
}

section.information .info_effect .content li .top .text_wrap span {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.625rem;
}

section.information .info_effect .content li .bottom .flex_wrap.item {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
}

section.information .info_effect .content li .bottom .flex_wrap.item .img_wrap {
  width: 30px;
}

section.information .info_effect .content li .bottom .text_wrap span {
  color: var(--main-color);
  font-weight: 800;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
}

section.information .info_effect .content li .flex_wrap.item .img_wrap img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  section.information .info_role .content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  section.information .info_effect .content ul {
    gap: 2.5rem 1.25rem;
  }

  section.information .info_effect .content li {
    width: calc((100% - 1.25rem) / 2);
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  section.information .content_wrap {
    padding: 2.5rem;
  }

  section.information .info_step .content {
    flex-direction: column;
  }

  section.information .info_step .content .box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  section.information .info_effect .content li {
    width: 100%;
    height: 300px;
  }
  section.information .info_effect .content li > div {
    height: 50%;
  }
}

@media screen and (max-width: 500px) {
  section.information .content_wrap {
    padding: 1.875rem;
  }

  section.information .info_role .content {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*** report ***/

section.report .report_title {
  font-size: 1.6rem;
  font-weight: 700;
}

section.report .report_bg {
  width: 100%;
  height: 300px;
  position: relative;
}

section.report .report_bg .img_wrap {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

section.report .report_bg .img_wrap::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.report .report_bg .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.report .report_bg .text_wrap {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.9375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  color: #fff;
}

section.report .report_bg .text_wrap h2 {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
}

section.report .report_bg .text_wrap span {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0.625rem;
  gap: 0.3125rem;
  text-align: center;
}

section.report .content_wrap {
  margin-top: 3.125rem;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}

section.report .filter ul.filter_list {
  display: flex;
  position: relative;
  z-index: 1;
}

section.report .filter ul.filter_list li {
  width: calc(100% / 2);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 0.625rem;
  transition: none;
  cursor: pointer;
}

section.report .filter ul.filter_list li.active {
  border-bottom: 2px solid var(--main-color);
  color: var(--main-color);
}

/* section.report .type_filter {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1.25rem;
} */

section.report .top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #ddd;
}

section.report .type_filter .checkbox_wrap {
  gap: 1.875rem;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

section.report .filter_wrap {
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

section.report .date_filter .date_wrap {
  align-items: center;
  gap: 0.9375rem;
}

section.report .date_filter .date_wrap input {
  width: auto;
}

section.report .date_filter .date_wrap .flex_wrap {
  align-items: center;
  gap: 0.625rem;
}

/* section.report .date_filter {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1.25rem;
} */

section.report .search_wrap {
  position: relative;
  display: flex;
  flex-direction: row !important;
  gap: 0.625rem;
}

/* section.report .search_filter {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1.25rem;
} */

section.report .search_wrap input {
  height: 50px;
  font-size: 18px;
  padding-left: 0.8rem;
  padding-right: 2.7rem;
  width: 100%;
  max-width: 100%;
}

section.report .search_wrap button {
  height: 50px;
  width: 120px;
}

section.report .search_wrap button i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*** report:content ***/
section.report .row {
  flex-direction: row;
}

section.report .column {
  flex-direction: column;
}

section.report .tab_content .tab > #pdfArea > .content {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #ddd;
  position: relative;
}

/* section.report .tab_content .tab > #pdfArea > .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 */
section.report .tab_content .content .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.625rem;
}

section.report .tab_content .content .title .blue_bar {
  width: 4px;
  height: 20px;
  background-color: var(--main-color);
}

section.report .tab_content .content .title .mint_bar {
  width: 4px;
  height: 20px;
  background: var(--main-color2);
}

section.report .tab_content .content .title .black_bar {
  width: 4px;
  height: 20px;
  background: #000;
}

section.report .tab_content .content > .box_wrap {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

section.report .tab_content .content > .box_wrap.one {
  width: 100%;
}

section.report .tab_content .content > .box_wrap.two .box {
  width: calc((100% - 1.25rem) / 2);
}

section.report .tab_content .content > .box_wrap .box .text_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

section.report .tab_content .content > .box_wrap .box .text_wrap ul li {
  display: flex;
  flex-direction: column;
}

section.report .tab_content .content > .box_wrap .box .text_wrap {
  display: flex;
  align-items: center;
}

section.report .tab_content .content > .box_wrap .box .text_wrap ul.row {
  flex-direction: row;
  gap: 2.5rem;
}

section.report
  .tab_content
  .content
  > .box_wrap
  .box
  .text_wrap
  ul
  li
  span:first-of-type {
  font-size: 1.1rem;
  font-weight: 700;
}
section.report
  .tab_content
  .content
  > .box_wrap
  .box
  .text_wrap
  ul
  li
  span.flex_wrap {
  align-items: center;
}
section.report
  .tab_content
  .content
  > .box_wrap
  .box
  .text_wrap
  ul
  li
  span.flex_wrap
  .tier_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.report .process {
  margin-top: 20px;
  position: relative;
  width: 100%;
}

section.report .process .process_bar_bg {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background-color: #ddd;
  margin-bottom: 5px;
}

section.report .process .process_bar {
  width: 0;
  height: 8px;
  border-radius: 999px;
  background-color: var(--main-color);
  margin-bottom: 5px;
}

section.report .process span {
  font-size: 0.9rem;
  color: var(--main-color);
  font-weight: 600;
}

section.report .process span:nth-of-type(1) {
  position: absolute;
  top: -25px;
  right: 0;
  font-weight: 700;
}

section.report table.gb_table td:not(:nth-of-type(2)) {
  text-align: center;
}

section.report .review .bottom .flex_wrap {
  align-items: center;
  margin-top: 0.9375rem;
}

section.report .review .bottom .flex_wrap h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

section.report .review .bottom .tier_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.report .tab_content .btn_wrap {
  justify-content: flex-end;
}

section.report .summary .img_wrap {
  width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

section.report .summary .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*** report: total ***/
section.report .total_bg {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to bottom, #ffffff 50%, #d6eaff 95%);
}

section.report .total {
  position: relative;
  z-index: 1;
  height: 500px;
}

section.report .total .title h2 {
  font-size: 1.5rem;
  text-align: center;
}

section.report .total .title h2 span.accent {
  font-weight: 700;
}

section.report .total .title span.caption {
  display: block;
  text-align: center;
  color: #777;
}

section.report .total .btn_wrap {
  justify-content: center;
  margin-top: 1.875rem;
}

section.report span.example {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  display: block;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 1440px) {
  section.report .tab_content .content > .box_wrap {
    flex-direction: column;
  }

  section.report .tab_content .content > .box_wrap.two .box {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  section.report .content_wrap {
    padding: 1.875rem;
  }

  section.report .filter_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  section.report .search_wrap {
    width: 100%;
  }

  section.report .search_filter input {
    width: calc(100% - 10px - 120px);
  }

  section.report span.example {
    top: 260px;
  }
}

@media screen and (max-width: 768px) {
  section.report .report_bg .text_wrap h2 {
    font-size: 1.7rem;
  }

  section.report .report_bg {
    height: 250px;
  }

  section.report .report_bg .text_wrap span {
    font-size: 1.1rem;
  }

  section.report .summary {
    flex-direction: column;
    gap: 10px;
  }

  section.report .summary > div {
    width: 100%;
  }

  section.report .summary .img_wrap img {
    width: 100%;
    height: 300px;
  }

  section.report .summary .text_wrap {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  section.information .information_bg .text_wrap h2 {
    font-size: 1.5rem;
  }

  section.report .content_wrap {
    padding: 1.25rem;
  }

  section.report .date_filter .date_wrap {
    flex-direction: column;
  }

  section.report span.example {
    top: 300px;
  }
}

/*** contract ***/
@page{
	size: A3;
	margint: 0;
}

@media print{
	article.fifteen{
	display: none;}

	section.contract{
		width: 100% !important;
	}
}

section.contract .signature_table{
	max-width: 700px;
	width: 100%;
	min-width: 0;
	height: 200px;
}

section.contract .signature_table td span{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.contract .guide > ul > li > span{
	font-weight: 600;
}

section.contract .guide .accent{
	color: var(--main-color);
	font-weight: 700;
}

section.contract .save_btn{
	position: relative;
}

section.contract .save_btn .save_info{
	position: absolute;
	top: -58px;
	left: 50%;
	transform: translateX(-50%) translateY(10px); /* 살짝 아래에서 시작 */
	width: max-content;
	background-color: #eee;
	padding: 10px 15px;
	border-radius: 5px;
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

section.contract .save_btn button:hover ~ .save_info{
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

section.contract .save_btn .save_info::before{
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #eee;
}

section.contract .save_btn .save_info span{
	word-break: keep-all;
	font-size: 0.9rem;
/* 	color: #3f80ea; */
	color: #777;
	font-weight: 700;
}

@media screen and (max-width: 768px){
	section.contract .btn_wrap{
		padding-bottom: 15px;
	}
	
	section.contract .save_btn .save_info{
		opacity: 1;
		top: auto;
		bottom: -20px;
		padding: 0;
		border-radius: 0;
		background-color: transparent;
	}
	
	section.contract .save_btn button:hover ~ .save_info{
		transform: translateX(-50%) translateY(10px);
	}
	
	section.contract .save_btn .save_info::before{
		display: none;
	}
	
	section.contract .save_btn .save_info span{
		font-size: 0.8rem;
	}
}

section.contract input:focus[type="text"],
section.contract textarea:focus {
  border: 1px solid #000 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

section.contract .table {
  overflow-x: auto;
  display: block;
}

section.contract .table table {
min-width: 1000px;
  width: 100%;
  border-collapse: collapse;
}

section.contract .box {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 1.875rem;
  box-shadow: 0 0 10px rgba(44, 62, 80, 0.05);
}

section.contract .title {
  border-bottom: 1px solid #eee;
  padding-bottom: 1.25rem;
}

section.contract .title h2 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  text-align: center;
  font-weight: 700;
}

section.contract .title .intro {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0.3125rem;
}

section.contract article {
  margin-top: 2.5rem;
}

section.contract article .article_title {
  position: relative;
  padding-left: 0.625rem;
}

section.contract article .article_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background-color: var(--main-color);
}

section.contract article .article_content {
  margin-top: 0.625rem;
}

section.contract article table {
  overflow-x: auto;
  min-width: 600px;
}

section.contract .input_center {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  word-break: keep-all;
}

/* section.contract article .gb_table tbody tr td.center{
    text-align: center;
  } */

section.contract article .article_content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

section.contract article .content > .flex_wrap {
  flex-direction: column;
  gap: 0.9375rem;
}

section.contract article .content .input_long {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

section.contract article .content .input_long span {
  width: 130px;
}

section.contract article .content .input_long input {
  /* flex: 1;
    min-width: 0; */
  width: calc(100% - 130px - 0.3125rem);
}

section.contract article .content .input_medium {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

section.contract article .content .input_medium input[type="text"] {
  width: 30%;
}

section.contract article .content .input_medium span {
  width: 130px;
}

section.contract .radio_wrap {
  display: flex;
  align-items: center;
}

section.contract .radio_wrap label {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 130px;
}

section.contract .main_list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 0.625rem;
}

section.contract .sub_list {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  margin-left: 0.3125rem;
}

section.contract .sub_list li {
  display: flex;
  align-items: center;
}

/*** contract - signature ***/
section.contract article.signature_article .content:first-of-type {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 2rem 0;
}
section.contract .signature-date {
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  margin-bottom: 2.5rem;
}

section.contract .signature-boxes {
  display: flex;
  gap: 2.5rem;
}

section.contract .signature-boxes > div {
  width: calc((100% - 2.5rem) / 2);
}

section.contract .signature-boxes .signature-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

section.contract .signature-boxes .signature-item span:not(.signature_check) {
  display: inline-block;
  width: 120px;
}

section.contract .signature-boxes .signature-item input {
  flex: 1;
  min-width: 0;
}

section.contract
  .article_content.five
  > .content
  > .flex_wrap
  > .radio_wrap:last-of-type
  label {
  min-width: 0;
}

section.contract .content.sign{
	border-top: 1px solid #777;
	padding-top: 1.5rem;
}

section.contract .content.sign > span{
	display: block;
	margin-bottom: 20px;
}

section.contract .content.sign > .flex_wrap{
	flex-direction: row;
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
}

section.contract .content.sign .sign_box{
	width: calc((100% - 40px) / 2);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* section.contract .content.sign .sign_box .text{
	height: 50px;
} */

section.contract .btn_wrap {
  gap: 0.9375rem;
}

section.contract .btn_wrap button {
  max-height: 60px;
}

@media screen and (max-width: 1024px) {
  section.contract .col_wrap2 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px){
	section.contract .content.sign > .flex_wrap{
	flex-direction: column;}
	
	section.contract .content.sign .sign_box{
	width: 100%;}
}

@media screen and (max-width: 767px) {
  section.contract .content > .flex_wrap > .input_medium {
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract article .content .input_medium input[type="text"] {
    width: 70%;
  }

  section.contract .content > .flex_wrap > .input_medium input[type="text"] {
    width: 100%;
  }

  section.contract
    .article_content.five
    > .content
    > .flex_wrap
    > .radio_wrap:last-of-type {
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract
    .article_content.five
    > .content
    > .flex_wrap
    > .bullet.input_center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract .stake_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract .article_content.six .content ul.sub_list li.flex_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract
    .article_content.six
    .content
    ul.sub_list
    li.flex_wrap
    input {
    width: 130px;
  }

  section.contract
    .article_content.nine
    > .content
    > .flex_wrap
    > .input_center {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  section.contract
    .article_content.nine
    > .content
    > .flex_wrap
    > .input_center
    input {
    width: 100%;
  }

  section.contract
    .article_content.nine
    > .content
    > .flex_wrap
    > .input_center.bullet
    .input_center {
    width: 100%;
  }

  section.contract
    .article_content.ten
    > .content
    > .flex_wrap
    li:last-of-type
    input {
    flex: 1;
  }

  section.contract
    .article_content.eleven
    > .content
    .sub_list:last-of-type
    > .input_center {
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract
    .article_content.eleven
    > .content
    .sub_list:last-of-type
    > .input_center
    input {
    width: 100% !important;
  }

  section.contract .article_content.twelve .court_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract .article_content.twelve .court_wrap input {
    width: 100%;
  }

  section.contract
    .article_content.thirteen
    > .content
    .sub_list:first-of-type
    > .input_center
    input {
    flex: 1;
  }

  section.contract .signature-boxes {
    flex-direction: column;
  }

  section.contract .signature-boxes > div {
    width: 100%;
  }

  section.contract
    article.signature_article
    .content:last-of-type
    ul.flex_wrap
    > li:last-of-type
    input[type="text"] {
    width: 100%;
  }

  section.contract .mcn_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract .col_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract .col_wrap.width_max {
    width: 100%;
  }

  section.contract .col_wrap.width_max input {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  section.contract
    .article_content.thirteen
    .main_list
    li:nth-of-type(2)
    li:last-of-type {
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract
    .article_content.thirteen
    .main_list
    li:nth-of-type(3)
    ul
    li:first-of-type {
    flex-direction: column;
    align-items: flex-start;
  }

  section.contract .signature-date {
    flex-direction: column;
    gap: 0.625rem;
  }

  section.contract .signature-date input {
    flex: 1;
  }
}

/*** privacy ***/
section.privacy .hero {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.875rem;
  margin-bottom: 3.125rem;
}

section.privacy .hero p {
  font-size: 18px;
}

section.privacy article:not(:first-of-type) {
  margin-top: 3.125rem;
}

section.privacy .article_title {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 2px solid #bbb;
}

/* section.privacy .article_content > span{
    color: #777;
  } */

section.privacy .article_content ul.list {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.privacy .article_content span.list_title {
  position: relative;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

section.privacy .article_content span.list_title::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px){
	section.privacy .hero p{
		font-size: 16px;
	}
}

@media screen and (max-width: 500px){
	section.privacy .hero p{
		font-size: 15px;
	}
}

/*** terms ***/
section.terms .article_title {
  position: relative !important;
  padding-left: 10px !important;
}

section.terms .article_title::before {
  content: "";
  background-color: #000;
  width: 4px;
  height: 20px;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  transform: translateY(-50%);
}

section.terms ul.list{
	margin-top: 10px !important;
	gap: 10px !important;
}

section.terms ul.list ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.9375rem !important;
}

section.privacy .table_wrap{
	margin-top: 20px;
}
section.privacy table th{
	background-color: #eee;
}

