/* 협업플랫폼 메인 css */
.platform {
  padding: 0 !important;
}

.platform .platform_main {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 30px;
}

.platform .platform_main .top_title {
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 20px;
}

.platform .platform_main .top_title .title {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.platform .platform_main .top_title .title > h3 {
  font-size: 2.375rem;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.05rem;
}

.platform .platform_main .top_title .title > span {
  font-size: 0.875rem;
  font-weight: 300;
  color: #bbbbbb;
  padding-left: 20px;
  line-height: 30px;
}

.platform .platform_main .top_title .platform_add {
  width: auto;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.platform .platform_main .top_title .platform_add > button {
  width: 200px;
  height: 45px;
  background: #3b2ac7;
  color: #fff;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform .platform_main .top_title .platform_add > button:hover {
  background: #211872;
}

.platform .platform_main .top_title .platform_add > button > img {
  margin-right: 10px;
}

/* slide */
.slider {
  margin: 0 auto;
  max-width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  height: 100%;
  width: 100%;
  position: relative;
}

.slider .slick-dots {
  width: 100px;
  height: 25px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
}

.slider .slick-dots > li {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
}

.slider .slick-dots > li > button {
  width: 10px;
  height: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 5rem;
}

.slider .slick-dots li button:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5rem;
  transform: translate(-50%, -50%);
}

.slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.5);
}

.slider .slick-dots li.slick-active button::before {
  background: #fff;
  opacity: 0.3;
  content: '';
  width: 20px;
  height: 20px;
}

/* .slider .slick-arrow {
  z-index: -999999999;
  width: 40px;
  height: 72px;
  position: absolute;
  top: 50%;
  display: none !important;
}

.slider .slick-prev {
  display: none !important;
}

.slider .slick-next {
  display: none !important;
} */

.platform .platform_main .slider .main_img {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  background: no-repeat url(/assets/main_bg.png);
  background-size: cover;
  display: flex;
}

.platform .platform_main .slider .main_img0 {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  background: no-repeat url(/assets/main_img0.png);
  background-size: cover;
  display: flex;
}

.platform .platform_main .slider .main_img .img_con {
  width: 45%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform .platform_main .slider .main_img .txt_con {
  width: 55%;
  height: auto;
}

.platform .platform_main .slider .main_img .txt_con .txt {
  width: 100%;
  height: auto;
  padding: 70px 30px 30px 0;
}

.platform .platform_main .slider .main_img .txt_con .txt > h4 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  color: #322362;
  line-height: 56px;
  padding-bottom: 25px;
}

.platform .platform_main .slider .main_img .txt_con .txt > p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #615894;
  word-break: keep-all;
  line-height: 28px;
}

.platform .platform_main .slider .main_img .txt_con .txt > p > span {
  font-weight: 600;
  color: #4c408b;
}

/* 추천페이지 */
.platform .recommend {
  width: 100%;
  height: auto;
  background: #f3f3f3;
  padding: 40px 30px 50px;
}

.platform .recommend .title {
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 60px;
  justify-content: space-between;
}

.platform .recommend .title .recommend-left {
  display: flex;
}

.platform .recommend .title .recommend-right > button {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  position: relative;
}

.platform .recommend .title .recommend-right > button.active {
  font-weight: 600;
  color: #8286dd;
}

.platform .recommend .title .recommend-right > button.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #8286dd;
}

.platform .recommend .title .recommend-right > button:hover {
  font-weight: 600;
  color: #8286dd;
}

.platform .recommend .title > h3 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  color: #333;
}

.platform .recommend .title .recommend_tab {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding-left: 20px;
}

.platform .recommend .title .recommend_tab > button {
  font-size: 1.25rem;
  font-weight: 400;
  color: #999;
  position: relative;
}

.platform .recommend .title .recommend_tab > button.active {
  font-weight: 600;
  color: #8286dd;
}

.platform .recommend .title .recommend_tab > button.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #8286dd;
}

.platform .recommend .title .recommend_tab > button:hover {
  font-weight: 600;
  color: #8286dd;
}

.platform .recommend .title .recommend_tab > button:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #8286dd;
}

.platform .recommend .gallery-table {
  border: none;
}

.platform .recommend .gallery-table thead {
  display: none;
}

.platform .recommend .gallery-table tbody {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 55px 15px;
}

.platform .recommend .gallery-table tbody tr {
  height: 250px;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.platform .recommend .gallery-table tbody tr:hover {
  box-shadow: 0px 0px 10px #bbb;
}

.platform .recommend .gallery-table tbody tr > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 40px 15px 15px;
  box-sizing: border-box;
}

.platform .recommend .gallery-table tbody tr .txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80%;
  padding: 0 5px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}

.platform .recommend .gallery-table tbody tr .txt > h4 {
  flex: 0 0 auto;
  /* max-width: 200px; */
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  padding-bottom: 10px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.platform .recommend .gallery-table tbody tr > a.community_con::after {
  content: '';
  position: absolute;
  top: -25px;
  left: 25px;
  width: 50px;
  height: 50px;
  background: url(/assets/community_icon.png);
}

.platform .recommend .gallery-table tbody tr > a.project_con::after {
  content: '';
  position: absolute;
  top: -25px;
  left: 25px;
  width: 50px;
  height: 50px;
  background: url(/assets/project_icon.png);
}

.platform .recommend .gallery-table tbody tr > a.personal_con::after {
  content: '';
  position: absolute;
  top: -25px;
  left: 25px;
  width: 50px;
  height: 50px;
  background: url(/assets/individual_icon.png);
}

/* 기관 아이콘 입니다! 기관 클래스명 넣어주시고 주석 풀어주시면 돼욤 히히 */
.platform .recommend .gallery-table tbody tr > a.agency_con::after {
  content: '';
  position: absolute;
  top: -25px;
  left: 25px;
  width: 50px;
  height: 50px;
  background: url(/assets/company_icon.png);
}

.platform .recommend .gallery-table tbody tr .txt > p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  word-break: break-all;
  color: #444;
  letter-spacing: -0.05rem;
}

.platform .recommend .gallery-table tbody tr .info {
  width: 100%;
  height: auto;
  padding: 15px 5px 0;
  display: flex;
}

.platform .recommend .gallery-table tbody tr .info > div {
  height: auto;
  display: flex;
  align-items: center;
}

.platform .recommend .gallery-table tbody tr .info > div.manager {
  width: 60%;
}

.platform .recommend .gallery-table tbody tr .info > div.member {
  width: 40%;
}

.platform .recommend .gallery-table tbody tr .info > div.manager::before {
  content: url(/assets/manager_icon.png);
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.platform .recommend .gallery-table tbody tr .info > div.member::before {
  content: url(/assets/member_icon.png);
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.platform .recommend .gallery-table tbody tr .info > div.member > p::after {
  content: '명';
}

.platform .recommend .gallery-table tbody tr .info > div > img {
  margin-right: 5px;
}

.platform .recommend .gallery-table tbody tr .info > div > p {
  color: #444;
  font-size: 0.875rem;
  font-weight: 600;
}

/* 로그인 유저 메인화면 추가 */
.login_user_info {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}

.login_user_info > ul {
  width: 100%;
  height: auto;
  display: flex;
  padding: 20px;
}

.login_user_info > ul > li {
  border-right: 1px solid #ddd;
}

.login_user_info > ul > li:last-child {
  border: 0;
}

.login_user_info > ul > li.user_info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.login_user_info > ul > li .nickname {
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 6px;
}

.login_user_info > ul > li .nickname > p {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  padding-right: 30px;
}

.login_user_info > ul > li .nickname > button {
  width: auto;
  height: auto;
  padding: 2px 10px;
  font-size: 0.75rem;
  font-weight: 500;
  background: #dfdfdf;
  color: #666666;
  border-radius: 25px;
  line-height: 20px;
}

.login_user_info > ul > li .nickname > button:hover {
  background: #bbb;
}

.login_user_info > ul > li .address {
  width: 100%;
  height: auto;
  display: flex;
  gap: 30px;
}

.login_user_info > ul > li .address > div {
  display: flex;
  align-items: center;
}

.login_user_info > ul > li .address > div > img {
  margin-right: 10px;
}

.login_user_info > ul > li .address > div > p {
  font-size: 0.875rem;
  color: #888888;
}

.login_user_info > ul > li.link {
  flex: 1;
  display: flex;
}

.login_user_info > ul > li.link .link_con {
  flex: 1;
  height: auto;
}

.login_user_info > ul > li.link .link_con {
  border-right: 1px solid #ddd;
}

.login_user_info > ul > li.link .link_con:last-child {
  border: 0;
}

.login_user_info > ul > li.link .link_con > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 100%;
}

.login_user_info > ul > li.link .link_con > a > p {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.login_user_info > ul > li.link .link_con > a > button {
  margin-left: 30px;
}

.login_user_list {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}

.login_user_list .board_list_tab {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.login_user_list .board_list_tab > ul {
  width: 100%;
  height: auto;
  display: flex;
  border-bottom: 1px solid #dddddd;
}

.login_user_list .board_list_tab > ul > li {
  display: flex;
  cursor: pointer;
  color: #999999;
  position: relative;
}

.login_user_list .board_list_tab > ul > li.active {
  font-weight: 600;
  color: #8286dd;
}

.login_user_list .board_list_tab > ul > li.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #8286dd;
}

.login_user_list .board_list_tab > ul > li:hover {
  color: #8286dd;
}

.login_user_list .board_list_tab > ul > li:hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #8286dd;
}

.login_user_list .board_list_tab > ul > li > a {
  padding: 15px 20px;
}

/* media query */
@media all and (max-width: 1281px) {
  .platform .platform_main .top_title {
    padding-bottom: 15px;
  }

  .platform .platform_main .top_title .title > h3 {
    font-size: 2rem;
  }

  .platform .platform_main .slider .main_img .txt_con .txt > h4 {
    font-size: 2.5rem;
    line-height: 50px;
    padding-bottom: 20px;
  }

  .platform .recommend {
    padding: 40px 30px 30px;
  }
}

@media all and (max-width: 1231px) {
  .login_user_info > ul > li.user_info {
    padding-right: 5px;
  }

  .login_user_info > ul > li .address {
    gap: 15px;
  }

  .login_user_info > ul > li.link .link_con > a {
    gap: 10px;
    padding: 0 5px;
  }

  .login_user_info > ul > li.link .link_con > a > p {
    letter-spacing: -0.02rem;
  }

  .login_user_info > ul > li.link .link_con > a > button {
    margin-left: 10px;
  }
}

@media all and (max-width: 1025px) {
  .platform .platform_main .top_title {
    padding-bottom: 10px;
  }

  .platform .platform_main .top_title .title > h3 {
    font-size: 1.75rem;
  }

  .platform .platform_main .top_title .title > span {
    padding-left: 15px;
  }

  .platform .platform_main .top_title .platform_add > button {
    width: auto;
    padding: 0 20px;
    font-size: 0.938rem;
  }

  .slider {
    height: 290px;
  }

  .platform .platform_main .slider .main_img {
    height: 290px;
  }

  .platform .platform_main .slider .main_img {
    flex-direction: column;
  }

  .platform .platform_main .slider .main_img .img_con {
    display: none;
  }

  .platform .platform_main .slider .main_img .txt_con {
    width: 100%;
    text-align: center;
  }

  .platform .platform_main .slider .main_img .txt_con .txt {
    padding: 60px 30px 30px;
  }

  .platform .platform_main .slider .main_img .txt_con .txt > h4 {
    font-size: 1.875rem;
    line-height: 36px;
  }

  .platform .platform_main .slider .main_img .txt_con .txt > p {
    font-size: 1rem;
    line-height: 24px;
  }

  .platform .recommend {
    padding: 30px;
  }

  .platform .recommend .title > h3 {
    font-size: 1.375rem;
  }

  .platform .recommend .title .recommend_tab > button {
    font-size: 1.125rem;
  }

  .login_user_info > ul {
    flex-direction: column;
  }

  .login_user_info > ul > li {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .login_user_info > ul > li.user_info {
    padding-bottom: 15px;
  }

  .login_user_info > ul > li.link {
    padding: 20px 0 5px;
  }

  .login_user_info > ul > li.link .link_con > a > button {
    margin-left: 50px;
  }
}

@media all and (max-width: 801px) {
  #side_menu .gnb_tit {
    padding: 0px 20px 5px;
  }

  #side_menu .side_page ul > li {
    height: 45px;
    padding: 0 25px;
  }

  #side_menu .side_interest ul > li {
    height: 45px;
    padding: 0 25px;
  }

  #side_menu ul > li::after {
    right: 20px;
  }

  .platform .platform_main .top_title .title > h3 {
    font-size: 1.5rem;
  }

  .platform .platform_main .top_title .platform_add > button {
    height: 36px;
  }

  .platform .platform_main {
    padding: 20px;
  }

  .platform .platform_main .top_title .title > span {
    display: none;
  }

  .platform .platform_main .top_title .platform_add > button {
    height: 40px;
  }

  .slider {
    height: 220px;
  }

  .platform .platform_main .slider .main_img {
    height: 220px;
  }

  .platform .platform_main .slider .main_img .txt_con .txt {
    padding: 35px;
  }

  .platform .platform_main .slider .main_img .txt_con .txt > h4 {
    font-size: 1.5rem;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .platform .platform_main .slider .main_img .txt_con .txt > p {
    font-size: 0.875rem;
    line-height: 20px;
  }

  .platform .recommend {
    padding: 20px;
  }

  .platform .recommend .title {
    padding-bottom: 50px;
  }

  .platform .recommend .title > h3 {
    font-size: 1.25rem;
  }

  .platform .recommend .title .recommend_tab {
    gap: 0 10px;
  }

  .platform .recommend .title .recommend_tab > button {
    font-size: 1rem;
  }

  .platform .recommend .gallery-table tbody tr .txt > h4 {
    font-size: 1.063rem;
  }

  .platform .recommend .gallery-table tbody tr .txt > p {
    font-size: 0.875rem;
    line-height: 18px;
  }

  .login_user_info {
    margin-bottom: 20px;
  }

  .login_user_info > ul {
    padding: 15px;
  }

  .login_user_info > ul > li.user_info {
    padding-bottom: 10px;
  }

  .login_user_info > ul > li .nickname {
    padding-bottom: 4px;
  }

  .login_user_info > ul > li .nickname > p {
    font-size: 0.938rem;
    padding-right: 15px;
  }

  .login_user_info > ul > li .nickname > button {
    padding: 0px 5px;
  }

  .login_user_info > ul > li.link {
    padding: 10px 0 0px;
  }

  .login_user_info > ul > li.link .link_con > a > p {
    font-size: 0.875rem;
    font-weight: 600;
  }

  .login_user_list .board_list_tab {
    padding-bottom: 10px;
  }

  .login_user_list .board_list_tab > ul > li > a {
    padding: 10px 20px;
    font-size: 0.875rem;
  }

  .login_user_list {
    padding: 10px 20px 20px 20px !important;
  }
}
