@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.p_push .push_list {
  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_push .push_list__item {
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
  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: 10px 5px;
  padding: 15px 20px;
  line-height: inherit;
}
.p_push .push_list__item .txt {
  width: 100%;
}
.p_push .push_list__item .com_badge {
  margin-right: auto;
}
.p_push .push_list__item .icon_new {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #6c34f9;
  display: inline-block;
}
.p_push .push_list__item .date {
  color: #8f8f8f;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
  line-height: initial;
}
.p_push .push_list__item .txt {
  font-size: 14px;
  font-weight: 600;
}

.p_main {
  padding-bottom: 50px !important;
}
.p_main .sec_tit_wrap {
  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;
  align-items: center;
  margin-bottom: 20px;
}
.p_main .sec_tit_wrap .sec_tit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.24px;
}
.p_main .sec_tit_wrap .sec_tit.wh {
  color: #fff;
}
.p_main .sec_tit_wrap .icon_more {
  transition: 0.2s ease-out;
}
.p_main .sec_tit_wrap .icon_more:hover {
  transform: rotate(90deg);
}
.p_main .banner_sec {
  position: relative;
}
.p_main .banner_sec .swiper-button-prev,
.p_main .banner_sec .swiper-button-next {
  color: #333;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  z-index: 10;
  cursor: pointer;
}
.p_main .banner_sec .swiper-button-prev:after,
.p_main .banner_sec .swiper-button-next:after {
  display: none;
}
.p_main .banner_sec .swiper-button-prev {
  background-image: url("../img/svg/icon_slider_prev.svg");
  left: 0;
}
.p_main .banner_sec .swiper-button-next {
  background-image: url("../img/svg/icon_slider_next.svg");
  right: 0;
}
.p_main .banner_sec .admin_item {
  width: 100%;
}
.p_main .banner_sec .thumb {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.8611111111;
}
.p_main .banner_sec .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p_main .banner_sec .thumb > img, .p_main .banner_sec .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_main .community_sec {
  padding-top: 18px;
}
.p_main .community_sec .sec_tit_wrap {
  padding-inline: 30px;
}
.p_main .community_sec .btn_location {
  height: 34px;
  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: 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 100px;
  border: 1px solid #e9e9e9;
  background: #fff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 18px;
}
.p_main .community_sec .sec_bg {
  color: #fff;
  border-radius: 15px 60px;
  background: linear-gradient(155deg, #0e8ef9 2.02%, #6c34f9 38.85%);
  box-shadow: 5px 5px 15px 0px rgba(108, 52, 249, 0.3);
  padding-block: 26px;
}
.p_main .community_sec .news_slide_wrap {
  margin-inline: -22.5px;
}
.p_main .community_sec .news_slide .swiper-slide {
  transform: scale(0.9);
  margin-top: 20px;
  position: relative;
  border-radius: 15px;
  background: #fff;
  padding: 8px 8px 20px;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.p_main .community_sec .news_slide .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.p_main .community_sec .news_slide .swiper-slide .float_tit {
  border-radius: 100px;
  background: linear-gradient(92deg, #3da7fb 5.15%, #a880e1 98.96%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  width: 130px;
  padding: 7px 18px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  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;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.16px;
  color: #fff;
}
.p_main .community_sec .news_slide .swiper-slide .admin_item {
  width: 100%;
}
.p_main .community_sec .news_slide .swiper-slide .img_box {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.1315789474;
}
.p_main .community_sec .news_slide .swiper-slide .img_box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p_main .community_sec .news_slide .swiper-slide .img_box > img, .p_main .community_sec .news_slide .swiper-slide .img_box > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_main .community_sec .news_slide .swiper-slide .info_area {
  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-inline: 10px;
  gap: 15px;
}
.p_main .community_sec .news_slide .swiper-slide .info_area .desc {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.p_main .community_sec .news_slide .swiper-slide .info_area .bot_row {
  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;
  align-items: center;
}
.p_main .community_sec .news_slide .swiper-slide .info_area .bot_row .comment {
  border-radius: 100px;
  background: rgba(61, 167, 251, 0.2);
  height: 23px;
  gap: 4px;
  padding-inline: 9px;
  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;
  color: #3da7fb;
  font-size: 11px;
  font-weight: 700;
}
.p_main .community_sec .news_slide .swiper-pagination {
  position: static;
  margin-top: 25px;
}
.p_main .community_sec .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  opacity: 1;
  transition: 0.2s linear;
  margin-inline: 8px;
}
.p_main .community_sec .swiper-pagination-bullet-active {
  background-color: #3da7fb;
  width: 50px;
}
.p_main .part_time_sec {
  padding-block: 45px 56px;
}
.p_main .store_sale_sec {
  background-color: #2f313d;
  padding-block: 40px 56px;
}
.p_main .store_sale_sec .sale_list {
  padding: 20px 15px;
  background: #fff;
  border-radius: 15px;
}
.p_main .store_sale_sec .sale_list .item {
  padding-block: 20px;
  border-top: 1px solid #f2f4f7;
}
.p_main .store_sale_sec .sale_list .item:first-child {
  padding-top: 0;
  border-top: none;
}
.p_main .store_sale_sec .sale_list .item:last-child {
  padding-bottom: 0;
}
.p_main .store_sale_sec .sale_list .item .item_link {
  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: 15px;
}
.p_main .store_sale_sec .sale_list .item .img_box {
  border-radius: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
}
.p_main .store_sale_sec .sale_list .item .img_box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p_main .store_sale_sec .sale_list .item .img_box > img, .p_main .store_sale_sec .sale_list .item .img_box > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_main .store_sale_sec .sale_list .item .info {
  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_main .store_sale_sec .sale_list .item .info .tit {
  font-weight: 700;
  font-size: 16px;
}
.p_main .store_sale_sec .sale_list .item .info .desc {
  color: #6a6c70;
}
.p_main .store_sale_sec .sale_list .item .info .price {
  color: #6c34f9;
  font-size: 18px;
  font-weight: 700;
}
.p_main .store_sale_sec .sale_list .item .info .price .unit {
  font-size: 11px;
  color: #353638;
  font-weight: 500;
}