@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_meeting .com_search .btn_search::before {
  display: none;
}

.p_meeting .sec_visual {
  position: relative;
  padding: 0;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 20px;
}
.p_meeting .sec_visual .swiper-slide {
  overflow: hidden;
}
.p_meeting .com_cont_tit__wrap {
  margin-top: 20px;
}

.p_meeting_my .com_cont_tit__wrap:not(:first-of-type) {
  margin-top: 20px;
}
.p_meeting_my .join_request_sec .member {
  padding: 15px 8px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.p_meeting_my .join_request_sec .member .inner {
  max-height: 152px;
  overflow-x: visible;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #999; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 12px;
  padding-inline: 7px 15px;
}
.p_meeting_my .join_request_sec .member .inner::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.p_meeting_my .join_request_sec .member .inner::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.p_meeting_my .join_request_sec .member .inner::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 5px;
}
.p_meeting_my .join_request_sec .member .inner::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: #f8f8f8;
}
.p_meeting_my .join_request_sec .member .inner::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #f8f8f8;
}
.p_meeting_my .join_request_sec .member .inner::-webkit-scrollbar-corner {
  background: #f8f8f8;
}
.p_meeting_my .join_request_sec .member label + input[type=checkbox] + label, .p_meeting_my .join_request_sec .member label + input[type=radio] + label {
  margin-left: 0;
}
.p_meeting_my .join_request_sec .member .com_chk + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.p_meeting_my .join_request_sec .member .com_chk + label .tit {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p_meeting_my .join_request_sec .member .com_chk + label .date {
  margin-left: auto;
}
.p_meeting_my .join_request_sec .member .com_chk + label .date, .p_meeting_my .join_request_sec .member .com_chk + label .name {
  position: relative;
}
.p_meeting_my .join_request_sec .member .com_chk + label .date::before, .p_meeting_my .join_request_sec .member .com_chk + label .name::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 6px;
  background: #DEE3E8;
  cursor: default;
}
.p_meeting_my .join_request_sec .btn_wrap {
  margin-top: 20px;
  border-radius: 15px;
  background: #E0E6EB;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.p_meeting_my .com_post_list {
  margin-top: 20px;
}
.p_meeting_my .com_search_date {
  margin-top: 0;
}
.p_meeting_my .com_search_date__wrap {
  margin-top: 20px;
}

.p_make .com_input_sec {
  padding-top: 20px;
}

.p_meeting_detail .slide_wrap {
  background-color: #fff;
}
.p_meeting_detail .meeting_slide {
  margin-bottom: 19px;
  position: relative;
}
.p_meeting_detail .meeting_slide .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-width: auto;
  aspect-ratio: 1.5;
}
.p_meeting_detail .meeting_slide .swiper-slide img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_meeting_detail .meeting_slide .btn_area {
  position: absolute;
  top: 19px;
  right: 10px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.p_meeting_detail .meeting_slide_thumb {
  margin-inline: 20px;
}
.p_meeting_detail .meeting_slide_thumb .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-width: auto;
  aspect-ratio: 1;
}
.p_meeting_detail .meeting_slide_thumb .swiper-slide img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_meeting_detail .meeting_info_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  padding: 25px 20px;
  gap: 10px;
  background: #fff;
}
.p_meeting_detail .meeting_info_sec .tit {
  font-size: 18px;
  font-weight: 700;
}
.p_meeting_detail .meeting_info_sec .txt {
  margin-top: 10px;
  font-size: 13px;
  color: #7A7F83;
  line-height: 1.3;
}
.p_meeting_detail .meeting_info_sec .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 4px;
  font-size: 13px;
}
.p_meeting_detail .meeting_info_sec .info__wrap {
  border-top: 1px solid #DEE3E8;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.p_meeting_detail .meeting_info_sec .info.manager {
  margin-left: auto;
}
.p_meeting_detail .list {
  padding-block: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_meeting_detail .list .post .img_area {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
}
.p_meeting_detail .list .post .img_area img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_meeting_detail .list .box {
  padding: 18px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 15px 15px;
}
.p_meeting_detail .list .thumb_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 6px;
  width: 100%;
}
.p_meeting_detail .list .thumb_area > * {
  width: calc((100% - 6px * 4) / 5);
  min-width: calc((100% - 6px * 4) / 5);
}
.p_meeting_detail .list .thumb_area .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: "";
  height: "";
  min-width: "";
  aspect-ratio: 1;
  border-radius: 5px;
}
.p_meeting_detail .list .thumb_area .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_meeting_detail .list .summery_area {
  margin-top: 10px;
  position: relative;
}
.p_meeting_detail .list .summery_area .com_btn_option {
  position: absolute;
  right: 0;
  top: -3px;
}
.p_meeting_detail .list .summery_area .tit {
  font-size: 15px;
  font-weight: 700;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p_meeting_detail .list .summery_area .txt {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  font-size: 13px;
  color: #7A7F83;
  margin-top: 5px;
  line-height: 1.38;
}
.p_meeting_detail .list .summery_area .btn_more {
  font-size: 13px;
  margin-top: 10px;
}
.p_meeting_detail .list .post_info {
  font-size: 13px;
  color: #7A7F83;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  border-top: 1px solid #DEE3E8;
  padding-top: 10px;
  margin-top: 10px;
}
.p_meeting_detail .list .post_info .date {
  margin-right: auto;
}
.p_meeting_detail .list .post_info .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.p_meeting_detail .list .com_btn_option .layer {
  top: 25px;
}

.p_meeting_post .post_head {
  padding: 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
  border-bottom: 5px solid #E0E6EB;
}
.p_meeting_post .post_head .tit {
  font-size: 17px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
}
.p_meeting_post .post_head .post_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #7A7F83;
}
.p_meeting_post .post_head .post_info .date {
  margin-right: auto;
}
.p_meeting_post .post_head .post_info .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.p_meeting_post .post_contents {
  padding: 20px 20px;
  line-height: 1.7;
}
.p_meeting_post .btn_like {
  gap: 5px;
}
.p_meeting_post .btn_like .com_like + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
}
.p_meeting_post .btn_like .com_like + label:before {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.p_meeting_post .btn_like .num {
  font-size: 17px;
  font-weight: 700;
}
.p_meeting_post .comment_sec {
  background-color: #fff;
  border-top: 1px solid #DEE3E8;
  margin-top: 40px;
}
.p_meeting_post .comment_sec .comment {
  padding: 20px 20px;
  border-bottom: 1px solid #DEE3E8;
}
.p_meeting_post .comment_sec .comment .comment_write {
  height: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  padding: 0 20px;
  overflow: hidden;
  visibility: hidden;
  border-top: 1px solid #DEE3E8;
  width: calc(100% + 40px);
  min-width: calc(100% + 40px);
  margin-left: -20px;
  border-bottom: none;
}
.p_meeting_post .comment_sec .comment .comment_write.active {
  height: auto;
  overflow: visible;
  visibility: visible;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  padding-top: 20px;
  margin-top: 20px;
}
.p_meeting_post .comment_sec .comment_like {
  margin-top: 20px;
}
.p_meeting_post .comment_sec .comment_like .num {
  color: #7A7F83;
  font-size: 13px;
}
.p_meeting_post .comment_sec .com_like .num {
  color: #7A7F83;
  font-size: 13px;
}
.p_meeting_post .comment_sec .comment_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-size: 13px;
  margin-bottom: 8px;
}
.p_meeting_post .comment_sec .comment_head .icon_re {
  margin-right: 8px;
}
.p_meeting_post .comment_sec .comment_head .writer, .p_meeting_post .comment_sec .comment_head .date {
  color: #7A7F83;
  font-size: 13px;
}
.p_meeting_post .comment_sec .comment_head .date {
  margin-right: auto;
  margin-left: 10px;
}
.p_meeting_post .comment_sec .comment_head .btn {
  margin-left: 0;
}
.p_meeting_post .comment_sec .comment_head .btn img {
  width: 16px;
}
.p_meeting_post .comment_sec .comment_head .btn:not(.txt) {
  padding-left: 10px;
}
.p_meeting_post .comment_sec .comment_head .btn.txt {
  margin-left: 0;
}
.p_meeting_post .comment_sec .comment_head .btn.txt:not(:first-of-type) {
  position: relative;
}
.p_meeting_post .comment_sec .comment_head .btn.txt:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 5px;
  background: #DEE3E8;
  cursor: default;
}
.p_meeting_post .comment_sec .comment_head .btn_like {
  margin-left: 10px;
  margin-top: 2px;
}
.p_meeting_post .comment_sec .comment_head .btn_like .com_like + label {
  flex-direction: row;
  gap: 2px;
  line-height: 14px;
}
.p_meeting_post .comment_sec .comment_head .btn_like .com_like + label:before {
  width: 14px;
  min-width: 14px;
  height: 14px;
  background-image: url(../img/icon_like.svg);
  background-size: 14px 14px;
}
.p_meeting_post .comment_sec .comment_head .btn_like .com_like:checked + label:before {
  background-image: url(../img/btn_like_on.png);
}
.p_meeting_post .comment_sec .comment_head .btn_like .num {
  font-size: 13px;
  font-weight: 400;
  color: #7A7F83;
}
.p_meeting_post .comment_sec .comment_write {
  padding: 20px 20px;
  border-bottom: 1px solid #DEE3E8;
}
.p_meeting_post .comment_sec .comment_write .btn_wrap {
  text-align: center;
  margin-top: 10px;
}
.p_meeting_post .comment_sec .comment_write .btn_wrap .com_btn {
  min-width: 100px;
}
.p_meeting_post .btn_wrap_bottom {
  margin-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 8px;
}
.p_meeting_post .btn_wrap_bottom .com_btn:first-child {
  min-width: 80px;
}