@charset "UTF-8";

/*mypage*/
.sub_container.mypage {
  padding-bottom: 50px;
}

section.mypage_profile .content_left {
  width: calc((100% - 80px) / 2);
  position: relative;
}
section.mypage_profile > .box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  gap: 80px;
}

section.mypage_profile .profile {
  display: flex;
  gap: 50px;
  align-items: center;
}

section.mypage_profile .profile > .flex_wrap:first-of-type {
  position: relative;
}

section.mypage_profile .profile .img_wrap:first-of-type {
  border-radius: 50%;
  overflow: hidden;
  width: 160px;
  height: 160px;
  position: relative;
}

section.mypage_profile .profile .img_wrap:first-of-type img {
/*   min-width: 100%;
  min-height: 100%; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.mypage_profile .profile .img_wrap:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 10px;
}

section.mypage_profile .profile .text_wrap{
	width: calc(100% - 50px - 160px);
}

@media screen and (max-width: 767px){
	section.mypage_profile .profile .text_wrap{
	width: 100%;
	}
}

section.mypage_profile .profile .text_wrap .top {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

section.mypage_profile .profile .text_wrap .top .btn_wrap{
	display: flex;
  gap: 10px;
}

section.mypage_profile .profile .text_wrap .top .btn_wrap button {
/*   position: absolute; */
  top: 20px;
  right: 0;
  padding: 10px 15px;
  background-color: #000;
  border-radius: 5px;
}

section.mypage_profile .profile .text_wrap .top .btn_wrap button {
  color: #fff;
}

section.mypage_profile .profile .top .top_text {
  display: flex;
  gap: 5px;
}

section.mypage_profile .profile .text_wrap .top > .flex_wrap:first-of-type {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
  justify-content: space-between;
  align-items: flex-start;
}

section.mypage_profile .profile .text_wrap .top .tier_img {
  display: flex;
  align-items: center;
}

section.mypage_profile .profile .text_wrap .top h2 {
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 700;
}

section.mypage_profile .profile .text_wrap .top .flex_wrap:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(16px, 2vw, 18px);
}

section.mypage_profile .info_wrap {
  margin-top: 60px;
}

section.mypage_profile .info_wrap dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* justify-content: space-between; */
  gap: 30px;
}

section.mypage_profile .info_wrap .info_row {
  display: flex;
  /* width: calc((100% - 30px) / 2); */
}

section.mypage_profile .info_wrap .info_row dt {
  width: 40%;
  font-size: 18px;
  font-weight: 700;
}

section.mypage_profile .info_wrap .info_row dd {
  width: 60%;
}

section.mypage_profile .content_right {
  border: 1px solid #ddd;
  border-radius: 10px;
  width: calc((100% - 80px) / 2);
  min-height: 300px;
  max-height: 400px;
}

section.mypage_profile .platform_box {
  display: flex;
  gap: 30px;
  padding: 30px;
  height: 100%;
}

@media screen and (max-width: 500px){
	section.mypage_profile .platform_box{
	padding: 20px;}
}

section.mypage_profile .platform_box .platform_left {
  width: 40%;
/*   height: 300px; */
}

@media screen and (max-width: 1440px){
	section.mypage_profile .platform_box .platform_left{
	height: 300px;}
	
	section.mypage_profile .content_right{
	max-height: none;
	height: auto;}
}

section.mypage_profile .platform_box .platform_left ul.platform_list {
  overflow-y: auto;
  height: calc(100% - 50px);
}

section.mypage_profile .platform_box .platform_right {
  width: calc(60% - 30px);
}

section.mypage_profile .platform_box .platform_list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  cursor: pointer;
}

section.mypage_profile .platform_box .platform_list li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}

section.mypage_profile .platform_box .platform_list li:last-of-type {
  padding-bottom: 0;
}

section.mypage_profile .platform_box .platform_list .img_wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

section.mypage_profile .platform_box .platform_list li .text_wrap h3 {
  font-size: 16px;
  font-weight: 600;
}

section.mypage_profile .platform_box .platform_list li .text_wrap span {
  font-size: 14px;
  font-weight: 700;
  color: #777;
}

section.mypage_profile .platform_box .platform_right h2 {
  margin-bottom: 20px;
}

section.mypage_profile .platform_box .platform_right h3 {
  font-size: 15px;
  color: #777;
}

section.mypage_profile .platform_box .platform_right .process {
  margin-top: 40px;
  position: relative;
}

section.mypage_profile .platform_box .platform_right .process .process_bar_bg {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background-color: #ddd;
  margin-bottom: 5px;
}

section.mypage_profile .platform_box .platform_right .process .process_bar {
  width: 0;
  height: 8px;
  border-radius: 999px;
  background-color: var(--main-color);
  margin-bottom: 5px;
}

section.mypage_profile
  .platform_box
  .platform_right
  .process
  span:nth-of-type(1) {
  position: absolute;
  top: -25px;
  right: 0;
  font-weight: 700;
}

section.mypage_profile .platform_box .platform_right .process span {
  font-size: 15px;
  font-weight: 600;
  color: var(--main-color);
}

/*platform modal*/
.modal_wrap.platform_list_modal .modal {
  height: auto;
}

.modal_wrap.platform_list_modal .modal > .flex_wrap {
  justify-content: space-between;
}

/* mypage_campaign_board */
section.mypage_campaign_board{
	margin-top: 40px;
}

section.mypage_campaign_board .top{
	margin-bottom: 10px;
	justify-content: space-between;
	align-items: center;
}

section.mypage_campaign_board .top button{
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #000;
	border-radius: 10px;
}

section.mypage_campaign_board .top a{
	display: flex;
	align-items: center;
}

section.mypage_campaign_board .top a:hover span{
	text-decoration: underline;
}

section.mypage_campaign_board > .box{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}

/*mypage_campaign_board - item*/
section.mypage_campaign_board .item_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

section.mypage_campaign_board .item_wrap .item{
	width: calc((100% - 120px) / 5);
	display: flex;
	flex-direction: column;
	padding: 5px;
}

section.mypage_campaign_board .item_wrap .item:not(:last-of-type){
	border-right: 1px solid #ddd;
}

section.mypage_campaign_board .item_wrap .item .top{
	background-color: #ebf2fd;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.mypage_campaign_board .item_wrap .item .top .img_wrap{
	width: 28px;
	height: 28px;
}

section.mypage_campaign_board .item_wrap .item .top .img_wrap img{
	width: 100%;
	height: 100%;
}

section.mypage_campaign_board .item_wrap .item .text_wrap{
	display: flex;
	flex-direction: column;
/* 	margin-top: 20px; */
}

section.mypage_campaign_board .item_wrap .item .text_wrap .title{
	font-size: 1.2rem;
	font-weight: 500;
	color: #777;
}

section.mypage_campaign_board .item_wrap .item .text_wrap .text{
	font-size: 2rem;
	font-weight: 800;
}

@media screen and (max-width: 1024px){
	section.mypage_campaign_board > .box{
		padding: 30px;
	}
	
	section.mypage_campaign_board .item_wrap{
		gap: 20px;
	}
	
	section.mypage_campaign_board .item_wrap .item{
		width: calc((100% - 80px) / 5);
	}
	
	section.mypage_campaign_board .item_wrap .item .top{
		width: 36px;
		height: 36px;
	}
	
	section.mypage_campaign_board .item_wrap .item .top .img_wrap{
		width: 20px;
		height: 20px;
	}
	
	section.mypage_campaign_board .item_wrap .item .text_wrap .title{
		font-size: 1rem;
	}
	
	section.mypage_campaign_board .item_wrap .item .text_wrap .text{
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 767px){
	section.mypage_campaign_board > .box{
		padding: 20px;
	}
	
	section.mypage_campaign_board .item_wrap{
		flex-direction: column;
		gap: 10px;
	}
	
	section.mypage_campaign_board .item_wrap .item:not(:last-of-type){
		border-right: none;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
	}
	
	section.mypage_campaign_board .item_wrap .item{
		width: 100%;
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}
	
	section.mypage_campaign_board .item_wrap .item .top{
		margin-bottom: 0;
	}
	
	section.mypage_campaign_board .item_wrap .item .text_wrap{
		flex-direction: row;
		align-items: center;
		width: calc(100% - 36px - 20px);
		justify-content: space-between;
	}
	
	section.mypage_campaign_board .item_wrap .item .text_wrap .title{
		width: 100px;
	}
	
/* 	section.mypage_campaign_board .item_wrap .item .text_wrap .text{
		width: calc(100% - 130px);
	} */
}

/*mypage_port*/
section.mypage_port {
  margin-top: 40px;
}

section.mypage_port .flex_wrap.top {
  justify-content: space-between;
  margin-bottom: 10px;
}

section.mypage_port .mode_wrap {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

section.mypage_port .box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

section.mypage_port .box.list {
  display: flex;
  gap: 40px;
}

section.mypage_port .box.list ul {
  width: calc((100% - 40px) / 2);
}

section.mypage_port .box.list ul li {
  padding: 15px 0;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}

section.mypage_port .box.list ul li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

section.mypage_port .box.list ul li.btn_on {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.mypage_port .box.pic .swiper-slide {
  cursor: pointer;
}

section.mypage_port .box.pic .swiper-slide .img_wrap {
  width: 100%;
}

section.mypage_port .box.pic .swiper-slide .img_wrap img {
  width: 100%;
  height: 200px;
}

section.mypage_port .box.pic .swiper-slide .text_wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

section.mypage_port .box {
  display: none !important;
}

section.mypage_port .box.pic.active {
  display: block !important;
}

section.mypage_port .box.list.active {
  display: flex !important; /* 필요하다면 flex로 유지 */
}

/*mypage_brand*/
section.mypage_brand {
  margin-top: 40px;
}

section.mypage_brand .flex_wrap.top {
  justify-content: space-between;
  margin-bottom: 10px;
}

section.mypage_brand .mode_wrap {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

section.mypage_brand .box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

section.mypage_brand .box.list {
  display: flex;
  gap: 40px;
}

section.mypage_brand .box.list ul {
  width: calc((100% - 40px) / 2);
}

section.mypage_brand .box.list ul li {
  padding: 15px 0;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}

section.mypage_brand .box.list ul li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

section.mypage_brand .box.list ul li.btn_on {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.mypage_brand .box.pic .swiper-slide {
  cursor: pointer;
}

section.mypage_brand .box.pic .swiper-slide .img_wrap {
  width: 100%;
}

section.mypage_brand .box.pic .swiper-slide .img_wrap img {
  width: 100%;
  height: 200px;
}

section.mypage_brand .box.pic .swiper-slide .text_wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

section.mypage_brand .box {
  display: none !important;
}

section.mypage_brand .box.pic.active {
  display: block !important;
}

section.mypage_brand .box.list.active {
  display: flex !important; /* 필요하다면 flex로 유지 */
}

/*mypage_stat*/
section.mypage_stat {
  margin-top: 40px;
}

section.mypage_stat .font_sub_title {
  margin-bottom: 10px;
}

section.mypage_stat .box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

section.mypage_stat .box .stat_top {
  width: 100%;
/*   background-color: #f5f5f5; */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
}

section.mypage_stat .box .stat_top .btn_wrap{
	gap: 10px;
}

section.mypage_stat .box .stat_top button {
  border-radius: 5px;
  padding: 15px 30px;
/*   font-size: 18px; */
  font-weight: 600;
  background-color: #f5f5f5;
}

section.mypage_stat .box .stat_top button.active {
  background-color: #ebf2fd;
  outline: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: 700;
}

section.mypage_stat .box .stat_top .text_wrap span{
	font-size: 14px;
	font-weight: 500;
}

/* @media screen and (max-width: 1024px){
	section.mypage_stat .box .stat_top{
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
} */

section.mypage_stat .box .table_content table td {
  text-align: center;
}

section.mypage_stat .box .stat_content > div {
  display: flex; /*영향력 지표 컨텐츠 좌우flexbox*/
  gap: 40px;
  margin-top: 40px;
}

section.mypage_stat .box .stat_content > div > div {
  width: calc((100% - 40px) / 2);
}

section.mypage_stat .box .stat_content > div .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

section.mypage_stat .box .stat_content > div .top .mode_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

section.mypage_stat .box .stat_content > div .top .mode_wrap > div {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.stat_content .chart_content {
  display: none;
  min-height: 300px;
}

.stat_content .chart_content img {
  height: 100%;
  min-height: 300px;
}

.mode_wrap div span.active {
  color: #000;
}
.mode_wrap div span {
  color: #ddd; /* 비활성 색상 */
}

@media screen and (max-width: 1440px) {
  section.mypage_profile .box {
    flex-direction: column;
  }

  section.mypage_profile .content_left {
    width: 100%;
  }

  section.mypage_profile .content_right {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  section.mypage_stat .box .stat_content > div {
    flex-direction: column;
  }

  section.mypage_stat .box .stat_content > div > div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  section.mypage_profile > .box {
    padding: 20px;
  }

  section.mypage_port .box {
    padding: 20px;
  }

  section.mypage_stat .box {
    padding: 20px;
  }
  section.mypage_stat .box .stat_top {
    flex-wrap: wrap;
  }

/*   section.mypage_stat .box .stat_top button {
    width: 50%;
  } */

  section.mypage_profile .profile {
    flex-direction: column;
    justify-content: center;
  }

  section.mypage_profile .profile .text_wrap .top .btn_wrap {
    position: static;
  }

  section.mypage_profile .info_wrap .info_row {
    align-items: center;
  }

  section.mypage_profile .info_wrap .info_row dt {
    text-align: center;
  }

  section.mypage_profile .info_wrap .info_row dd {
    text-align: center;
    justify-content: center;
  }

  section.mypage_profile .platform_box {
    flex-direction: column;
  }

  section.mypage_profile .platform_box .platform_left {
    width: 100%;
  }

  section.mypage_profile .platform_box .platform_right {
    width: 100%;
  }

  section.mypage_port .box.list.active {
    flex-direction: column;
    gap: 0;
    max-height: 400px;
    overflow-y: auto;
  }

  section.mypage_port .box.list ul {
    width: 100%;
  }

  section.mypage_port .box.list ul:first-of-type li {
    border-bottom: 1px solid #ddd;
  }

  section.mypage_port .box.list ul li {
    font-size: 16px;
  }
  
    section.mypage_profile .profile .text_wrap .top > .flex_wrap:first-of-type {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  
    section.mypage_profile .profile .text_wrap .top .flex_wrap:nth-of-type(2) {
    justify-content: center;
  }

  section.mypage_profile .profile .text_wrap .top .btn_wrap {
    margin-left: 0;
    margin-bottom: 10px;
  }
  
    section.mypage_profile .box .content_left .profile .text_wrap .top .tag_wrap {
    justify-content: center;
  }
  
}

@media screen and (max-width: 500px) {
  section.mypage_profile .profile {
    gap: 10px;
  }

  section.mypage_profile > .box {
    gap: 30px;
  }

  section.mypage_profile .info_wrap dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  section.mypage_profile .info_wrap .info_row {
    gap: 30px;
  }

  section.mypage_profile .info_wrap .info_row dt {
    text-align: left;
    width: 40%;
  }

  section.mypage_profile .info_wrap .info_row dd {
    text-align: left;
    justify-content: flex-start;
    width: auto;
  }

  section.mypage_profile .info_wrap {
    margin-top: 30px;
  }

  section.mypage_profile .platform_box {
    gap: 50px;
  }
  
  section.mypage_stat .box .stat_top button{
  	width: calc((100% - 10px) / 2) !important;
  	padding-left: 0;
  	padding-right: 0;
  }
}

/*edit_mypage_creator*/
.edit_mypage_wrap .font_sub_title:not(:first-of-type) {
  margin-top: 60px;
}
.edit_mypage_wrap .flex_wrap.title {
  gap: clamp(12px, 2vw, 20px);
  align-items: center;
}
.edit_mypage_wrap .flex_wrap.title .blue_bar {
  width: 6px;
  height: clamp(25px, 2vw, 40px);
  background-color: var(--main-color);
}

.edit_mypage_wrap .flex_wrap.title h2 {
  font-size: clamp(28px, 2vw, 42px);
  font-weight: 800;
}

section.edit_mypage {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

section.edit_mypage .left_section {
  width: 300px;
}

section.edit_mypage .left_section .box {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
  position: sticky;
  top: 40px;
}

section.edit_mypage .flex_wrap.step_wrapper {
  display: flex;
  flex-direction: column;
  gap: 45px;
  position: relative;
  z-index: 100;
}

section.edit_mypage .flex_wrap.step_wrapper::before {
  content: "";
  border-left: 3px dashed rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  top: 0;
  left: 29px;
  z-index: -10;
}

section.edit_mypage .flex_wrap.step_wrapper .step_wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}

section.edit_mypage .flex_wrap.step_wrapper .step_wrap .step_number {
  background-color: #eee;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 24px;
  font-weight: 800;
}

section.edit_mypage .flex_wrap.step_wrapper .step_wrap .step_number.on {
  color: #fff;
  background-color: #000;
}

section.edit_mypage .flex_wrap.step_wrapper .step_wrap .step_text {
  font-size: 20px;
  font-weight: 700;
}

section.edit_mypage .right_section {
  width: calc(100% - 340px);
}

section.edit_mypage .right_section .box {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
  display: flex;
  gap: 80px;
}

section.edit_mypage .right_section .edit_wrap .flex_wrap .box .img_wrap {
  width: 50px;
  height: 50px;
}

section.edit_mypage .right_section > h3 {
  margin-bottom: 10px;
}
section.edit_mypage .right_section .box.profile .left_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 160px;
}

section.edit_mypage .right_section .box.profile .left_content .img_wrap {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}

section.edit_mypage .right_section .box.profile .left_content .img_wrap img {
  width: 100%;
}

section.edit_mypage .right_section .box.profile .left_content button {
  background-color: #eee;
  border-radius: 5px;
}

section.edit_mypage .right_section .box.profile .right_content {
  width: calc(100% - 240px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

section.edit_mypage .right_section .box.profile .right_content textarea {
  height: 180px;
  line-height: 160%;
}

section.edit_mypage .right_section .box.profile span.platform_caption {
  font-size: clamp(12px, 2vw, 14px);
  color: #777;
}

section.edit_mypage .right_section .edit_wrap .flex_wrap {
  gap: 20px;
  flex-wrap: wrap;
}

section.edit_mypage .right_section .edit_wrap .flex_wrap .box {
  width: calc((100% - 40px) / 3);
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/*check_channel*/
.check_channel {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

/* .check_channel h5 {
  font-size: clamp(15px, 2vw, 17px);
  font-weight: 600;
} */

.check_channel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.check_channel ul li {
  font-size: 17px;
  cursor: pointer;
  position: relative;
  padding: 5px;
}

.check_channel ul li::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--main-color);
  transition: width 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

.check_channel ul li:hover::before {
  width: 100%;
}

.check_channel ul li.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.check_channel .tab_content .tab {
  padding: 20px;
}

.tab_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.tab_table,
.tab_table th,
.tab_table td {
  border: 1px solid #ddd;
}

.tab_table th,
.tab_table td {
  padding: 10px;
  text-align: left;
  word-break: break-word;
}

.tab_table th {
  background-color: #f5f5f5;
  font-weight: 600;
  text-align: center;
}

.tab_table td {
  height: 45px;
}

.tab_table td:nth-of-type(2):hover a {
  text-decoration: underline;
}

section.edit_mypage .right_section .edit_wrap .flex_wrap .box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}

section.edit_mypage .right_section .edit_wrap .flex_wrap .box ul li {
  border-bottom: 1px solid #ddd;
}

section.edit_mypage .right_section .edit_wrap .flex_wrap .box:hover button {
  color: #fff;
  background-color: #000;
}

section.edit_mypage .right_section .edit_wrap .flex_wrap .box span {
  font-size: 18px;
  font-weight: 600;
}

section.edit_mypage .right_section .edit_wrap .flex_wrap .box button {
  width: fit-content;
}

section.edit_mypage .right_content .input_wrap .with_btn_wrap {
  display: flex;
  gap: 10px;
}

section.edit_mypage .right_content .input_wrap .with_btn_wrap input {
  width: calc(100% - 130px);
}

section.edit_mypage .right_content .input_wrap .with_btn_wrap button {
  width: 120px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  height: 45px;
}

@media screen and (max-width: 500px) {
  section.edit_mypage .right_content .input_wrap .with_btn_wrap {
    flex-direction: column;
  }

  section.edit_mypage .right_content .input_wrap .with_btn_wrap input {
    width: 100%;
  }


}

section.edit_mypage .right_content .flex_wrap.url_wrap {
  gap: 20px;
}

section.edit_mypage .right_content .flex_wrap.url_wrap input {
  max-width: 80%;
}

section.edit_mypage .right_content .flex_wrap.id_wrap,
section.edit_mypage .right_content .flex_wrap.pw_wrap {
  flex-wrap: nowrap;
}

section.edit_mypage .right_content .flex_wrap.id_wrap input,
section.edit_mypage .right_content .flex_wrap.pw_wrap input {
  max-width: 80%;
}

section.edit_mypage .right_content .flex_wrap.url_wrap button {
  width: 20%;
  min-width: 80px;
}

section.edit_mypage .right_content .flex_wrap.id_wrap button,
section.edit_mypage .right_content .flex_wrap.pw_wrap button {
  width: 20%;
  min-width: 100px;
}

section.edit_mypage .right_content ul.url_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}

section.edit_mypage .right_content ul.url_list li > div {
  display: flex;
  align-items: center;
}

section.edit_mypage .right_content ul.url_list li > div:first-of-type {
  gap: 10px;
  font-size: 18px;
}

section.edit_mypage .right_content ul.url_list li > div:last-of-type {
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 500;
}

/*career*/
section.edit_mypage .box.career .content {
  width: 100%;
}

section.edit_mypage .box.career .content .flex_wrap {
  align-items: center;
  justify-content: space-between;
}

section.edit_mypage .box.career .content .input_wrap.etc_wrap {
  width: calc(100% - 200px);
}

@media screen and (max-width: 768px) {
  section.edit_mypage .box.career .content .input_wrap.etc_wrap {
    width: 100%;
  }

  section.edit_mypage .box.career .content .flex_wrap.flex_start {
    flex-wrap: wrap;
  }
}

section.edit_mypage .portfolio_box,
section.edit_mypage .career_box{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

section.edit_mypage .box.career .content .box {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

section.edit_mypage .box.career .content .box span:first-of-type {
  font-size: 16px;
}

section.edit_mypage .box.career .content .box h4 {
  font-size: 20px;
  font-weight: 700;
}

section.edit_mypage .box.career .content .box span:nth-of-type(2) {
  color: #888;
  font-size: 14px;
  margin-bottom: 5px;
}

section.edit_mypage .box.career .content .box .icon_wrap {
  position: absolute;
  display: flex;
  gap: 15px;
  align-items: center;
  top: 15px;
  right: 15px;
  z-index: 500;
}

section.edit_mypage .box.career .content .box .icon_wrap .star {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
}

section.edit_mypage .box.career .content .box .icon_wrap .star img {
  width: 100%;
}

section.edit_mypage .box.career .content .box .icon_wrap .more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20px;
  height: 20px;
}

section.edit_mypage .right_section .box.career {
  flex-direction: column;
  gap: 40px;
}

section.edit_mypage .right_section .box.career .edit_wrap .dropdown_wrap {
  width: 180px;
}

section.edit_mypage .right_section .box.career .edit_wrap .dropdown.flex_wrap {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.edit_mypage .right_section .edit_wrap .flex_wrap .check_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.edit_mypage .right_section .edit_wrap.time > .flex_wrap {
  align-items: center;
}

section.edit_mypage .right_section .edti_wrap.time .dropdown_wrap {
  width: 180px;
}

section.edit_mypage .right_section .box.keyword {
  flex-direction: column;
  gap: 40px;
  cursor: default;
}

section.edit_mypage .right_section .box.keyword .keyword {
  cursor: pointer;
}

section.edit_mypage .right_section .box.keyword .edit_wrap {
  width: 100%;
}

section.edit_mypage .right_section .box.keyword .text_wrap h4 {
  margin-bottom: 5px;
}

section.edit_mypage .right_section .box.keyword .text_wrap p {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  width: 100%;
}

.btn_wrap button.edit_done {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  min-width: 500px;
  margin: 50px 0;
}

/*edit_mypage modal*/
.file_upload_wrap {
  border-radius: 5px;
  border: 2px dashed #dadfe5;
}

label.file_upload {
  width: 100%;
  padding: 30px;
}

.file_upload_wrap .flex_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px !important;
}

input#work_date {
  line-height: 100%;
  display: flex;
  align-items: center;
}

.file_upload_wrap .flex_wrap .text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.file_upload_wrap .flex_wrap .text_wrap .accent {
  color: var(--main-color);
  font-weight: 600;
}

@media screen and (max-width: 1440px) {
  section.edit_mypage .left_section {
    display: none;
  }

  section.edit_mypage .right_section {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  section.edit_mypage .right_section .box {
    padding: 30px;
  }

  section.edit_mypage .right_section .edit_wrap .flex_wrap.box_wrap {
    flex-wrap: wrap;
  }

  section.edit_mypage .right_section .edit_wrap .flex_wrap .box {
    width: calc((100% - 20px) / 2);
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  section.edit_mypage .right_section .box {
    flex-direction: column;
    gap: 30px;
  }

  section.edit_mypage .right_section .box.profile .left_content {
    width: 100%;
  }

  section.edit_mypage .right_section .box.profile .right_content {
    width: 100%;
  }

  section.edit_mypage .right_section .box.profile .left_content .img_wrap {
    margin: 0 auto;
  }

  section.edit_mypage .right_section .box.profile .left_content button {
    margin: 0 auto;
  }

  .btn_wrap button.edit_done {
    min-width: 0;
    width: 100%;
  }

  .btn_wrap button.edit_done {
    margin: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  section.edit_mypage .right_section .edit_wrap .flex_wrap .box {
    width: 100%;
  }

  section.edit_mypage .right_content ul.url_list li {
    flex-wrap: wrap;
  }

  section.edit_mypage .right_content ul.url_list li > div:last-of-type {
    position: relative;
    transform: translateX(0);
    width: 100%;
    margin-top: 10px;
  }

  section.edit_mypage .right_section .edit_wrap.time > .flex_wrap {
    flex-direction: column;
  }

  section.edit_mypage .right_section .box.career .edit_wrap .dropdown_wrap {
    width: 100%;
  }

  section.edit_mypage .input_wrap.etc_wrap {
    width: 100%;
  }

  section.edit_mypage .right_content .flex_wrap.url_wrap {
    gap: 10px;
  }

  section.edit_mypage .right_content .flex_wrap.id_wrap,
  section.edit_mypage .right_content .flex_wrap.pw_wrap {
    gap: 10px;
  }

  /*font size*/
  section.edit_mypage .box.career .content .box h4 {
    font-size: 18px;
  }

  section.edit_mypage .box.career .content .box p {
    font-size: 14px;
  }
}

/*기업 마이페이지*/
.mypage_company h2.font_sub_title {
  margin-bottom: 10px;
}
.mypage_company section.mypage_profile .content_right {
  border: none;
  border-radius: 0;
  display: flex;
  gap: 20px;
  min-height: 0;
}

.mypage_company section.mypage_profile .content_right > .box {
  width: calc((100% - 20px) / 3);
  border-radius: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.mypage_company section.mypage_profile .content_right > .box > .text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mypage_company section.mypage_profile .content_right .box h3 {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 600;
}

.mypage_company section.mypage_profile .content_right .box span {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  color: #777;
}

.mypage_company section.mypage_info,
.mypage_company section.section_like {
  margin-top: 40px;
  width: calc((100% - 40px) / 2);
}

.mypage_company section.mypage_info .box,
.mypage_company section.section_like .box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  height: 460px;
}

.mypage_company .wFix > .flex_wrap {
  gap: 40px;
}

section.mypage_profile .modal .content_wrap.campaign {
  display: flex;
  /* flex-direction: row; 25.09.23 수정 */
  flex-wrap: wrap;
  /* gap: 1.25rem; */
}

section.mypage_profile .modal .content_wrap.campaign > .box {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  padding: 1.25rem 0;
/*   height: 250px; */
}

section.mypage_profile .modal .content_wrap.campaign > .box:not(:last-of-type) {
  border-bottom: 1px dashed #ddd;
}

section.mypage_profile .modal .content_wrap.campaign .box .left_content {
  width: 250px;
}

section.mypage_profile .modal .content_wrap.campaign .box .right_content {
  width: calc(100% - 1.25rem - 250px - 25px);
  height: 100%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.mypage_profile .modal .content_wrap.campaign .box .left_content img {
  width: 100%;
  height: 100%;
}

section.mypage_profile
  .modal
  .content_wrap.campaign
  .box
  .right_content
  > .flex_wrap {
  flex-direction: column;
  width: calc(100% - 30px);
}

section.mypage_profile .modal .content_wrap.campaign .box .right_content h3 {
  height: auto;
}

section.mypage_profile .modal .content_wrap.campaign .box .more {
  position: absolute;
  z-index: 100;
  padding: 0.625rem;
  padding-top: 1.25rem;
  top: 0;
  right: 0;
}

section.mypage_profile .modal .content_wrap.campaign .box .btn_wrap {
	flex-direction: row;
	justify-content: flex-end;
	}

@media screen and (max-width: 900px){
	section.mypage_profile .modal .content_wrap.campaign .box .btn_wrap {
	flex-direction: column;
	align-items: flex-start;
}
}

section.mypage_profile .modal .content_wrap.campaign .box .more img {
  rotate: 90deg;
}

section.mypage_profile .modal .content_wrap.campaign .box .right_content td a {
  color: #777;
  text-decoration: underline;
  margin-left: 0.4rem;
}

section.mypage_profile
  .modal
  .content_wrap.campaign
  .box
  .right_content
  table.gb_table
  td.name {
  font-size: 1rem;
}

table.gb_table td.button_td .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0;
}

table.gb_table td.review_td .btn_wrap {
  justify-content: center;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  section.mypage_profile .modal .content_wrap.campaign > .box {
    flex-direction: column;
  }

  section.mypage_profile .modal .content_wrap.campaign .box .left_content {
    width: 100%;
    height: 250px;
  }

  section.mypage_profile .modal .content_wrap.campaign .box .right_content {
    width: 100%;
    margin-right: 0;
  }

  section.mypage_profile .modal .content_wrap.campaign .box .more {
    top: 267px;
  }
  
   section.mypage_profile .modal .content_wrap.campaign > .box {
    height: auto;
  }
}

/* @media screen and (max-width: 1440) {
  section.mypage_profile
    .box
    .content_right.content
    .modal_wrap
    .modal
    .content_wrap.campaign
    > .box {
    flex-direction: row !important;
  }
} */

@media screen and (max-width: 500px) {
  section.mypage_profile
    .modal
    .content_wrap.campaign
    .box
    .right_content
    table.gb_table
    td.name
    a {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
}

section.mypage_profile .modal .content_wrap.alarm {
  padding: 0;
  border: none;
  gap: 0.9375rem;
}

section.mypage_profile .modal .content_wrap.alarm > a.box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1.25rem;
}

section.mypage_profile .modal .content_wrap.alarm > a.box:hover {
  box-shadow: 0 0 15px rgba(44, 62, 80, 0.13);
}

section.mypage_profile .modal .content_wrap.alarm > a.box .top {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

section.mypage_profile .modal .content_wrap.alarm > a.box .top .img_wrap {
  display: flex;
  align-items: center;
}

section.mypage_profile .modal .content_wrap.alarm > a.box span {
  font-size: 1.125rem;
  color: #000;
}

section.mypage_profile .modal .content_wrap.alarm > a.box p {
  margin-top: 0.3125rem;
  color: #777;
}

section.mypage_profile .modal_wrap .modal .content_wrap.co_work {
  padding: 0;
  border: none;
}

section.mypage_profile .modal_wrap .modal .content_wrap.co_work .box {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 1.25rem;
}

section.mypage_profile .modal_wrap .modal .content_wrap.co_work .box:hover {
  box-shadow: 0 0 0.9375rem rgba(44, 62, 80, 0.13);
}

section.mypage_profile
  .modal_wrap
  .modal
  .content_wrap.co_work
  .box
  > .flex_wrap {
  align-items: center;
  gap: 1.25rem;
}

section.mypage_profile
  .modal_wrap
  .modal
  .content_wrap.co_work
  .box
  > .flex_wrap
  .btn_wrap {
  margin-top: 0;
}

section.mypage_profile
  .modal_wrap
  .modal
  .content_wrap.co_work
  .box
  > .flex_wrap:not(:last-of-type) {
  border-bottom: 1px dashed #eee;
  padding-bottom: 0.9375rem;
}

section.mypage_profile .modal_wrap .modal .content_wrap.co_work .box span {
  font-size: 1.1rem;
  color: #777;
  position: relative;
}

section.mypage_profile .modal_wrap .modal .content_wrap.co_work .box h4 {
  color: #000;
  font-weight: 500;
}

section.mypage_profile
  .modal_wrap
  .modal
  .content_wrap.co_work
  .box
  span::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

@media screen and (max-width: 768px) {
  section.mypage_profile .modal .content_wrap.campaign > a.box {
    width: calc((100% - 1.25rem) / 2);
    padding: 0;
  }

  section.mypage_profile
    .modal_wrap
    .modal
    .content_wrap.co_work
    .box
    span::before {
    display: none;
  }

  section.mypage_profile
    .modal_wrap
    .modal
    .content_wrap.co_work
    .box
    > .flex_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125rem;
  }
}

@media screen and (max-width: 500px) {
  section.mypage_profile .modal .content_wrap.campaign > a.box {
    width: 100%;
  }
}

.mypage_company dl > .info_row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.mypage_company dl > .info_row:not(:last-of-type) {
  margin-bottom: 30px;
}

.mypage_company dl dt {
  width: 30%;
}

.mypage_company dl dd {
  width: 70%;
}

/*관심크리에이터 section_like*/
section.section_like > .flex_wrap {
  justify-content: space-between;
}

section.section_like .mode_wrap {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

section.section_like .box {
  height: 400px;
  overflow-y: auto;
}

section.section_like .box.list .creator_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

section.section_like .creator_box {
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
}

section.section_like .creator_box > .flex_wrap {
  justify-content: space-between;
}

section.section_like .creator_box .text_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.section_like .creator_box .text_wrap .tier_img {
  padding-right: 10px;
  position: relative;
}

section.section_like .creator_box .text_wrap .tier_img::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
}

section.section_like .creator_box .text_wrap h3 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
}

section.section_like .creator_box .text_wrap .tier_img {
  display: flex;
  align-items: center;
}

section.section_like .creator_box .text_wrap span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

section.section_like .creator_box .img_wrap {
  width: 24px;
  height: 24px;
}

section.section_like .creator_box .img_wrap img {
  width: 100%;
  height: 100%;
}

section.section_like .creator_box .tag_wrap {
  margin-top: 10px;
}

section.section_like .creator_box .icon_wrap {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}

section.section_like .creator_box .icon_wrap .more {
  position: relative;
}

section.section_like .creator_box .icon_wrap .more img {
  rotate: 90deg;
  padding: 0.3125rem;
}

section.section_like .creator_box .icon_wrap .more:hover ul.more_list {
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

section.section_like .creator_box .icon_wrap .more {
  display: flex;
  align-items: center;
}

/*recommend_creator*/
section.section_recommend {
  padding-bottom: 50px;
  position: relative;
}

section.section_recommend h2 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  padding-top: clamp(30px, 5vw, 50px);
  margin-bottom: 20px;
}

section.section_recommend h2 span.accent {
  color: var(--main-color);
}

.swiper_recommend_creator {
  display: flex;
  /* gap: 20px; */
}
.swiper_recommend_creator .swiper-slide {
  height: auto; /* 기본적으로 auto지만 명시 */
}

section.section_recommend .content_wrap a.box {
  width: calc((100% - 60px) / 4);
  padding: 15px;
  /* position: relative; */
  background-color: #fff;
  border-radius: 10px;
  transform: scale(1);
  transition: transform 0.3s ease;
}

section.recommend_creator .content_wrap a.box:hover {
  transform: scale(1.03);
}

section.recommend_creator .content_wrap a.box > img {
  width: 100%;
  height: 100%;
}

.content_wrap.recommend_creator .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.recommend_creator span.name {
  margin-top: 40px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
}

.content_wrap.recommend_creator span.name span{
	white-space: nowrap;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}

.content_wrap.recommend_creator span.name .tier_img {
  display: flex;
  align-items: center;
  width: 25px;
}

.content_wrap.recommend_creator span.info {
  margin-top: 10px;
  font-size: 14px;
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.content_wrap.recommend_creator .tag_wrap {
  margin-top: 10px;
  justify-content: center;
}

.content_wrap.recommend_creator .img_wrap {
  position: relative;
}

.content_wrap.recommend_creator .img_wrap img {
  width: 100%;
}

.content_wrap.recommend_creator .img_wrap img.swiper_img {
  height: 230px;
  border-radius: 10px;
}

.content_wrap.recommend_creator 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;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1200px) {
  .mypage_company .wFix > .flex_wrap {
    flex-direction: column;
  }

  .mypage_company section.mypage_info,
  .mypage_company section.section_like {
    width: 100%;
  }

  .mypage_company .wFix > .flex_wrap {
    gap: 0;
  }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 500px) {
  section.mypage_profile .content_right {
    flex-direction: column;
  }

  .mypage_company section.mypage_profile .content_right > .box {
    width: 100%;
    padding: 20px;
  }

  .mypage_company section.mypage_info .box,
  .mypage_company section.section_like .box {
    padding: 30px;
  }

  section.section_like .creator_box .tag_wrap {
    display: none;
  }

  section.section_like .box.list .creator_box_wrap {
    gap: 20px;
  }

  .mypage_company section.mypage_info .box {
    height: auto;
  }

/*   .swiper_img {
    height: 230px !important;
  } */
}

/*edit_mypage_corp*/
section.edit_mypage .profile .img_wrap img {
  min-width: 100%;
  min-height: 100%;
}

.edit_mypage_wrap.corp .flex_wrap.url_wrap input {
  width: 100%;
  max-width: 100% !important;
}

label[for="add_file"] {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px;
  height: 45px;
}

label[for="add_file"] span {
  color: #777;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

label[for="add_file"] input {
  height: 0;
}

.edit_mypage_wrap.corp .edit_wrap.keywords .text_wrap h4 {
  margin-bottom: 5px;
}

.edit_mypage_wrap.corp .edit_wrap.keywords .text_wrap p {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  width: 100%;
}

/*security_btn*/
.security_btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px;
  margin-top: 30px;
}

.security_btn .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.security_btn .img_wrap img {
  width: 100%;
  height: 100%;
}

.security_btn .text_wrap span {
  font-size: 16px;
  font-weight: 600;
}

/*** mypage_creator_campaign ***/
section.creator_mypage_campaign {
  padding-bottom: 3.125rem;
}

ul.tab_menu li {
  display: flex;
}

.tab_count {
  font-weight: 700;
  color: var(--main-color);
}

section.creator_mypage_campaign ul.tab_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
}

section.creator_mypage_campaign ul.tab_menu li {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 600;
  cursor: pointer;
  transition: none;
}

section.creator_mypage_campaign ul.tab_menu li:hover {
  border-bottom: 2px solid #000;
}

section.creator_mypage_campaign ul.tab_menu li.active {
  border-bottom: 2px solid #000;
}

section.creator_mypage_campaign .dropdown_wrap.tab_menu_mo {
  display: none;
}

section.creator_mypage_campaign .tab_content {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.875rem;
  margin-top: 1.25rem;
}

section.creator_mypage_campaign .tab_content .input_wrap.tab_search {
  margin-bottom: 1.875rem;
}

section.creator_mypage_campaign .gb_table {
  table-layout: fixed;
  width: 100%;
}

section.creator_mypage_campaign .gb_table {
  cursor: pointer;
}

section.creator_mypage_campaign .modal .gb_table {
  cursor: default;
}

section.creator_mypage_campaign .gb_table tr td:not(:nth-of-type(2)) {
  text-align: center;
}

section.creator_mypage_campaign .gb_table tr td:nth-of-type(3) {
  min-width: 70px;
  width: auto;
}

.input_wrap.tab_search {
  position: relative;
}

.input_wrap.tab_search button {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 1.25rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input_wrap.tab_search button i {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.creator_mypage_campaign .modal > .flex_wrap {
  justify-content: space-between;
}

section.creator_mypage_campaign .modal {
  height: auto !important;
}

section.creator_mypage_campaign .modal .icon_wrap {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

section.creator_mypage_campaign .modal .icon_wrap .more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

section.creator_mypage_campaign .modal .icon_wrap .more ul.more_list {
  width: 120px;
}

section.creator_mypage_campaign .modal .gb_table tr td {
  text-align: left;
}

/*** 관심 캠페인 ***/
section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box {
  width: calc((100% - 3.75rem) / 4);
  position: relative;
  margin-bottom: 2.5rem;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box
  > img {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(44, 62, 80, 0.13);
  transform: scale(1);
  transition: 0.3s ease;
  width: 100%;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box
  .heart {
  position: absolute;
  top: 10px;
  right: 10px;
  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;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box
  .heart
  img {
  width: 100%;
  height: 100%;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box
  span.award {
  display: flex;
  align-items: center;
  margin-bottom: 0.3125rem;
  background-color: #fbf6e4;
  gap: 0.3125rem;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box
  span.award
  .img_wrap {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box
  span.award
  .img_wrap
  img {
  width: 100%;
  height: 100%;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box
  h3 {
  font-size: 1.125rem;
  font-weight: 600;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box
  span {
  font-size: 0.875rem;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box
  .tier_img {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

section.creator_mypage_campaign
  .tab[data-tab="interested"]
  .flex_wrap.content_wrap
  .box
  .tier_img
  img {
  width: 100%;
  height: 100%;
}

section.creator_mypage_campaign .tab_menu_mo {
  display: none;
}

@media screen and (max-width: 1024px) {
  section.creator_mypage_campaign
    .tab[data-tab="interested"]
    .flex_wrap.content_wrap
    .box {
    width: calc((100% - 1.875rem) / 2);
  }
}

@media screen and (max-width: 900px) {
  section.creator_mypage_campaign .tab_menu {
    display: none !important;
  }
  section.creator_mypage_campaign .tab_menu_mo {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  section.creator_mypage_campaign .gb_table tr th:nth-of-type(3),
  section.creator_mypage_campaign .gb_table tr td:nth-of-type(3) {
    width: 80px;
  }
}

@media screen and (max-width: 500px) {
  section.creator_mypage_campaign
    .tab[data-tab="interested"]
    .flex_wrap.content_wrap
    .box {
    width: 100%;
  }

  section.creator_mypage_campaign
    .tab[data-tab="interested"]
    .flex_wrap.content_wrap
    .box
    > img {
    height: 250px;
  }
}

/*** 문의하기 ***/
section.mypage_chat ul.tab_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

section.mypage_chat .tab_wrap > .flex_wrap {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.chat_mode {
  position: absolute;
  top: calc(100% + 10px);
  background-color: #fff;
  border-radius: 5px;
  padding: 0.625rem;
  width: 150px;
  z-index: 51000;
  display: none;
  box-shadow: 0 0 15px rgba(44, 62, 80, 0.13);
}

.chat_mode.active {
  display: block;
}

.chat_mode ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.chat_mode ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}

.chat_mode ul li:hover {
  text-decoration: underline;
}

.chat_mode ul li.active {
  text-decoration: underline;
}

.chat_mode ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.chat_mode ul li.online::before {
  background-color: var(--main-color);
}

.chat_mode ul li.offline::before {
  background-color: #777;
}

.chat_mode ul li.away::before {
  background-color: #ffbf00;
}

.chat_mode ul li.dnd::before {
  background-color: #e63946;
}

section.mypage_chat ul.tab_menu li {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 600;
  cursor: pointer;
  transition: none;
}

section.mypage_chat ul.tab_menu li.active {
  border-bottom: 2px solid #000;
}

section.mypage_chat .tab_content {
  margin-top: 0.9375rem;
  min-height: 800px;
  position: relative;
}

section.mypage_chat .tab[data-tab="chat"] {
  height: 800px;
}

section.mypage_chat .tab[data-tab="chat"] {
  display: flex;
  gap: 2.5rem;
}

section.mypage_chat .tab[data-tab="chat"] .left_content {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

section.mypage_chat .tab[data-tab="chat"] .right_content .chat_wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.875rem;
  flex-direction: column;
  height: 100%;
}

section.mypage_chat .left_content {
  width: 450px;
}

section.mypage_chat .right_content {
  width: calc(100% - 2.5rem - 450px);
}

section.mypage_chat .left_content .input_wrap input {
  background-color: #eee;
  border: none;
  border-radius: 999px;
  padding: 0 1.25rem;
}

section.mypage_chat .cs_center {
  background-color: var(--main-color);
  border-radius: 10px;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.9375rem;
  flex-shrink: 0;
  cursor: pointer;
}

section.mypage_chat .cs_center .flex_wrap {
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
}

section.mypage_chat .cs_center span {
  color: #fff;
  font-weight: 600;
}

section.mypage_chat ul.chat_preview {
  margin-top: 0.9375rem;
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 145px);
}

section.mypage_chat ul.chat_preview > li {
  position: relative;
  padding: 0.625rem 0.9375rem;
  height: 110px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  cursor: pointer;
}

section.mypage_chat ul.chat_preview li.on {
  background-color: #f6f9fe;
}

section.mypage_chat ul.chat_preview li > .flex_wrap {
  gap: 0.9375rem;
  align-items: flex-start;
  width: 100%;
}

section.mypage_chat ul.chat_preview .img_wrap {
  width: 65px;
  height: 65px;
  position: relative;
}

/* section.mypage_chat ul.chat_preview .img_wrap::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 3px;
  z-index: 10;
} */

section.mypage_chat ul.chat_preview .img_wrap.online::before {
  background-color: var(--main-color);
}

section.mypage_chat ul.chat_preview .img_wrap.offline::before {
  background-color: #777;
}

section.mypage_chat ul.chat_preview .img_wrap.away::before {
  background-color: #ffbf00;
}

section.mypage_chat ul.chat_preview .img_wrap.dnd::before {
  background-color: #e63946;
}

section.mypage_chat ul.chat_preview .img_wrap img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  border: 1px solid #ddd;
  background-color: #fff;
  object-fit: cover;
}

section.mypage_chat ul.chat_preview .text_wrap {
  width: calc(100% - 0.9375rem - 65px);
}

section.mypage_chat ul.chat_preview .text_wrap h3 {
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 40px);
}

section.mypage_chat ul.chat_preview .text_wrap .flex_wrap {
  align-items: center;
}

section.mypage_chat ul.chat_preview .text_wrap .flex_wrap > div {
  display: flex;
  align-items: center;
}

section.mypage_chat ul.chat_preview .text_wrap .flex_wrap > div.tier_wrap {
  width: 24px;
  height: 24px;
}

section.mypage_chat ul.chat_preview .text_wrap .flex_wrap .more {
  margin-left: 0.3125rem;
  position: relative;
}

section.mypage_chat ul.chat_preview .text_wrap .flex_wrap .more img {
  transform: rotate(90deg);
  padding: 0.3125rem;
}

section.mypage_chat ul.chat_preview .text_wrap p {
  font-size: 0.9375rem;
  width: calc(100% - 30px); /*임시값 조정가능*/
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #777;
}

section.mypage_chat .time {
  font-size: 0.875rem;
  font-weight: 700;
  color: #777;
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
}

section.mypage_chat .number {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  background-color: #e63946;
  padding: 0.3125rem;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0.9375rem;
  bottom: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: keep-all;
}

/* section.mypage_chat .tab[data-tab="chat"] .right_content {
  display: none;
}

section.mypage_chat .tab[data-tab="chat"] .right_content.active {
  display: block;
} */

section.mypage_chat .right_content .top {
/*   height: 125px; */
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-between;
  position: relative;
}

section.mypage_chat .right_content .top .profile .btn_wrap {
  position: absolute;
  bottom: 10px;
  right: 0;
  align-items: flex-end;
}

section.mypage_chat .right_content .top .profile {
	width: 100%;
  display: flex;
  gap: 0.9375rem;
  /* align-items: center; */
  /* position: relative; */
}

section.mypage_chat .right_content .top .profile .text_wrap {
  width: calc(100% - 80px - 0.9375rem);
}

@media screen and (max-width: 500px){
	section.mypage_chat .right_content .top .profile .text_wrap{
		flex: 1;
	}
}

section.mypage_chat .right_content .top .profile .img_wrap {
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
}

section.mypage_chat .right_content .top .profile .img_wrap::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

section.mypage_chat .right_content .top .profile .img_wrap.no_stat::before {
  display: none;
}

section.mypage_chat .right_content .top .profile .img_wrap.online::before {
  background-color: var(--main-color);
}

section.mypage_chat .right_content .top .profile .img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

section.mypage_chat .right_content .profile .text_wrap .flex_wrap {
  align-items: center;
    width: calc(100% - 40px);
}

section.mypage_chat .right_content .profile .text_wrap .flex_wrap .tier_wrap {
  display: flex;
  align-items: center;
}

section.mypage_chat .right_content .profile .text_wrap h3 {
  font-size: 1.3rem;
  font-weight: 700;
}

section.mypage_chat .right_content .profile .text_wrap span {
  color: #777;
}

section.mypage_chat .right_content .icon_wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: absolute;
  right: 0;
}

section.mypage_chat .right_content .icon_wrap button {
  display: flex;
  align-items: center;
}

section.mypage_chat .right_content .icon_wrap .chat_back_btn{
	display: none;
}

@media screen and (max-width: 1200px){
	section.mypage_chat .right_content .icon_wrap .chat_back_btn{
		display: flex;
	}
	
	section.mypage_chat .right_content .profile .text_wrap .flex_wrap {
    width: calc(100% - 80px);
}
}

section.mypage_chat .right_content .icon_wrap .star {
  display: flex;
  align-items: center;
}

section.mypage_chat .right_content .icon_wrap img {
  width: 28px;
  height: 28px;
}

section.mypage_chat .right_content .icon_wrap .more {
  display: flex;
  align-items: center;
  position: relative;
}

section.mypage_chat .right_content .icon_wrap .more:hover ul.more_list {
  display: flex;
  flex-direction: column;
  z-index: 1000;
  width: 120px;
}

section.mypage_chat .right_content .icon_wrap .more img {
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
}

section.mypage_chat .right_content .chat_content,
section.corp_mypage_chat .right_content .chat_content {
  height: calc(100% - 100px - 60px - 10px);
  padding-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.chat_content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  overflow-y: auto;
  width: 100%;
}

section.mypage_chat .right_content .top::before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
  position: absolute;
  bottom: -101px;
  left: 0;
  width: calc(100% - 7px);
  height: 100px;
  z-index: 500;
  pointer-events: none;
}

/*** 계약서 모달 ***/
.contract_modal .content_wrap .title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.625rem;
}
.contract_modal .content_wrap .title h4 {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.contract_modal .content_wrap .title span {
  font-size: 0.9rem;
  text-align: center;
  display: inline-block;
  color: #333;
}

.contract_modal .content_wrap .content .sub_title {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.contract_modal .content_wrap .content .sub_title .blue_bar {
  width: 3px;
  height: 15px;
  background-color: var(--main-color);
}
/*** 계약서 모달 끝 ***/

.chat_wrap {
  height: 100%;
  display: none;
}

.chat_wrap.active {
  display: flex;
}

.empty_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #888;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .empty_box {
    display: none !important;
  }
}

.chat_content .img_wrap.profile {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.chat_content .img_wrap.profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.chat_content .chat .flex_wrap {
  gap: 0.9375rem;
}

.chat_content .partner_chat .flex_wrap {
  flex-direction: row;
}

.chat_content .my_chat .flex_wrap {
  flex-direction: row-reverse;
}

.chat_content .chat .text_wrap {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.chat_content .chat.my_chat .text_wrap {
  align-items: flex-end;
}

.chat_content .chat .text_wrap .chat_text {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: fit-content;
}

.chat_content .chat .text_wrap .chat_text .btn_wrap {
  justify-content: flex-end;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  flex-wrap: wrap;
}

.chat_content .my_chat .text_wrap .chat_text {
  align-items: flex-end;
  width: 100%;
}

.chat_content .chat .text_wrap .chat_text {
  padding: 0.9375rem;
  border-radius: 10px;
  width: fit-content;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: break-word;
  position: relative;
}

.chat_content .chat .text_wrap .chat_text div {
  line-height: 160%;
}

.chat_content .partner_chat .text_wrap .chat_text {
  background-color: #f6f9fe;
}

.chat_content .my_chat .text_wrap .chat_text {
  background-color: var(--main-color);
  color: #fff;
  line-height: 160%;
}

.chat_content .chat .text_wrap span.time_caption {
  position: absolute;
  bottom: 5px;
  right: -70px;
  font-size: 0.875rem;
  color: #000;
  width: max-content;
  word-break: keep-all;
}

.chat_content .my_chat .text_wrap span.time_caption {
  left: -70px;
}

.chat_date {
  background-color: #d3e2fa;
  padding: 0.625rem 1.25rem;
  font-weight: 700;
  border-radius: 999px;
  width: fit-content;
  margin: 1.25rem auto;
}

.send_content {
  width: 100%;
  border-radius: 5px;
  background-color: #f6f9fe;
  padding: 0 1.25rem;
  position: relative;
  height: 60px;
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.send_content .flex_wrap {
  gap: 1.25rem;
  align-items: center;
  flex-grow: 1;
  min-width: 0;
}

.send_content .flex_wrap button {
  display: flex;
  align-items: center;
  min-width: 18px;
  min-height: 18px;
}

.send_content input {
  background: transparent;
  border: none;
  outline: none;
  flex-grow: 1;
  min-width: 0;
  width: 100%;
}

.send_content button.send_btn {
  display: flex;
  align-items: center;
  padding: 0 0.3125rem;
}

/* tab="favorites" */
section.mypage_chat .tab_content .tab[data-tab="favorites"] > .content_wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.tab[data-tab="favorites"] ul.sub_tab_menu {
  display: flex;
  gap: 1.875rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.tab[data-tab="favorites"] ul.sub_tab_menu li {
  transition: none;
  cursor: pointer;
}

.tab[data-tab="favorites"] ul.sub_tab_menu li.active {
  border-bottom: 2px solid #000;
}

.tab[data-sub_tab="creator"] .content_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.tab[data-sub_tab="creator"] .content_wrap a.box {
  width: calc((100% - 3.75rem) / 4);
  position: relative;
  margin-bottom: 2.5rem;
}

.tab[data-sub_tab="creator"] .content_wrap a.box > img {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(44, 62, 80, 0.13);
  transform: scale(1);
  transition: 0.3s ease;
  width: 100%;
  height: 240px;
}

.tab[data-sub_tab="creator"] .content_wrap a.box .more {
  position: absolute;
  z-index: 52000;
  padding: 0.625rem;
  bottom: 0;
  right: 0;
}

.tab[data-sub_tab="corp"] .content_wrap a.box .more {
  position: absolute;
  top: 25px;
  right: 25px;
}

.tab[data-sub_tab="creator"] .content_wrap a.box .more img,
.tab[data-sub_tab="corp"] .content_wrap a.box .more img {
  rotate: 90deg;
}

.tab[data-sub_tab="creator"] .heart {
  position: absolute;
  top: 10px;
  right: 10px;
  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;
}

.tab[data-sub_tab="creator"] .heart img {
  width: 100%;
  height: 100%;
}

.tab[data-sub_tab="creator"] .content_wrap .tag_wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  white-space: nowrap;
  gap: 0.625rem;
  width: 100%;
  margin: 0.3125rem 0;
}

.tab[data-sub_tab="creator"] .box h3 {
  font-size: 1.125rem;
  font-weight: 600;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.tab[data-sub_tab="creator"] .box span {
  font-size: 1rem;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab[data-sub_tab="creator"] .box span .tier_img {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.tab[data-sub_tab="creator"] .box span .tier_img img {
  width: 100%;
  height: 100%;
}

.tab[data-sub_tab="corp"] .box {
  border: 1px solid #ddd;
}

/* tab="blocked" */
section.mypage_chat .tab_content .tab[data-tab="blocked"] > .content_wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.tab[data-tab="blocked"] ul.sub_tab_menu {
  display: flex;
  gap: 1.875rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.tab[data-tab="blocked"] ul.sub_tab_menu li {
  transition: none;
  cursor: pointer;
}

.tab[data-tab="blocked"] ul.sub_tab_menu li.active {
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 1440px) {
  section.mypage_chat .right_content .icon_wrap {
    top: 0;
  }
}

@media screen and (max-width: 1200px) {
  section.mypage_chat .tab[data-tab="chat"] {
    gap: 0;
  }

  section.mypage_chat .tab[data-tab="chat"] .left_content {
    width: 100%;
  }

  section.mypage_chat .tab[data-tab="chat"] .right_content {
    width: 0;
  }

  section.mypage_chat
    .tab_content
    .tab[data-tab="chat"]
    .right_content
    .chat_wrap {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .tab[data-sub_tab="creator"] .content_wrap a.box {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 769px) {
  section.mypage_chat ul.tab_menu {
    display: flex;
  }

  section.mypage_chat .dropdown_wrap.tab_menu_mo {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  section.mypage_chat .dropdown_wrap.tab_menu_mo {
    display: block;
  }

/*   section.mypage_chat ul.tab_menu {
    display: none;
  } */

  section.mypage_chat .tab_wrap > .flex_wrap {
    margin-top: 0.625rem;
  }

  section.mypage_chat .tab[data-tab="chat"] .left_content {
    padding: 1.25rem;
  }

  section.mypage_chat .right_content .top {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 1rem;
    padding-bottom: 1rem;
  }

  section.mypage_chat .right_content .icon_wrap {
/*     width: 100%; */
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  /* section.mypage_chat .right_content .icon_wrap {
    bottom: -75px;
  }

  section.mypage_chat .right_content .top {
    padding-bottom: 4rem;
  } */
}

@media screen and (max-width: 500px) {
  section.mypage_chat .right_content .top .profile .img_wrap {
    width: 50px;
    height: 50px;
  }

  section.mypage_chat .right_content .profile .text_wrap h3 {
    font-size: 1.2rem;
  }

  section.mypage_chat .right_content .icon_wrap img {
    width: 24px;
    height: 24px;
  }

  .chat_content .img_wrap.profile {
    width: 40px;
    height: 40px;
  }

  .chat_content .partner_chat .text_wrap span.time_caption {
    left: 0;
    bottom: -25px;
  }

  .chat_content .my_chat .text_wrap span.time_caption {
    left: auto;
    right: 0;
    bottom: -25px;
  }

  section.mypage_chat .right_content .chat_content,
  section.corp_mypage_chat .right_content .chat_content {
    gap: 3.125rem;
  }

  /* .chat_content .chat .text_wrap .chat_text {
    margin-bottom: 30px !important;
  } */

  .chat_content .chat .text_wrap {
    max-width: none;
    width: calc(100% - 40px);
  }

  .tab[data-sub_tab="creator"] .content_wrap a.box {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  section.mypage_chat .tab[data-tab="chat"] .right_content .chat_wrap {
    padding: 1.25rem;
  }

  section.mypage_chat ul.chat_preview .text_wrap h3 {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


/* 파일 업로드 */
.file-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: .4rem;
    border-radius: .5rem;
	background-color: #fff;
}

.file-wrapper input[type="file"] {
	width: 0%;
	height: 0%;
}

.file-label {
  padding: .3rem;
  background: #404040;
  color: white;
  border-radius: .3rem;
  cursor: pointer;
  font-size: .95rem;
}

.file-label:hover {
  background: #303030;
}

.file-name {
  font-size: 14px;
  color: #555;
  font-style: italic;
}

/* thumbnail_text */
.chat_content .chat .thumbnail_text {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 20px !important;
}
.chat_content .chat .thumbnail_text .left_text {
  /* width: 100px;
  height: 100px; */
  width: clamp(80px, 5vw, 120px);
  height: clamp(80px, 5vw, 120px);
  aspect-ratio: 1 / 1;
}

.chat_content .chat .thumbnail_text .left_text .img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.chat_content .chat .thumbnail_text .left_text .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat_content .chat .thumbnail_text .right_text {
  width: calc(100% - clamp(80px, 5vw, 120px) - 20px) !important;
}

.chat_content .chat .thumbnail_text .right_text .flex_wrap {
  flex-direction: column;
}

.chat_content .chat .thumbnail_text .right_text span.title {
  font-weight: 600;
  word-break: break-all;
}