* {
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
}

body {
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
}

.container-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.header .header-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  border-bottom: 1px solid #f7f7f7;
}
@media screen and (max-width: 768px) {
  .container-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .header .header-top-section {
    height: 56px;
    padding: 0 16px;
  }
}
.header-main-logo {
  font-size: 28px;
  font-weight: 700;
}
.header-main-logo .header-info {
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
}
@media screen and (max-width: 768px) {
  .header-main-logo img {
    width: 130px;
  }

  .header-main-logo .header-info {
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    visibility: hidden;
  }
  .header-main-logo a{
      font-size: 28px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      visibility: hidden;
  }
}
.header-right-box {
  display: flex;
  align-items: center;
}
.header-search input {
  width: 240px;
  height: 40px;
  border: none;
  outline: none;
  padding: 10px 16px 10px 16px;
  gap: 8px;
  border-radius: 8px 0px 0px 0px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .header-search {
    display: none;
  }
}
.header-button_wrapper {
  margin-left: 66px;
}
.header-button_wrapper button {
  font-family: Noto Sans KR;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  height: 20px;
  line-height: 20px;
  padding: 0 20px;
}
.header-button_wrapper .secondary {
  color: #808080;
}
.header-button_wrapper .primary {
  color: #4cc627;
}
.header-button_wrapper button + button {
  border-left: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  .header-button_wrapper {
    display: none;
  }
}
.header .nav-list {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header .nav-list > hr {
  background-color: #eaeaea;
  border: none;
  height: 24px;
  width: 1px;
}
.header .nav-list > div {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #444444;
  padding: 20px 0;
}
.header .nav-list .menu-dot {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #444444;
  padding: 20px 0;
}
.header .nav-list .dot {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .header .nav-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    gap: 16px;
    padding: 0 16px;
  }
  .header .nav-list > hr {
    border-right: 1px solid #eaeaea;
  }
  .header .nav-list > div {
    font-size: 14px;
    padding: 16.5px 0;
  }
  .header .nav-list .menu-dot {
    font-size: 14px;
  }
}

/*--------------게시판 안내 슬라이드토글---------------*/
.info-container {
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
}

.toggle-btn {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #f4f4f4;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  text-align: left;
}

.toggle-btn:hover {
  background-color: #daf5e3;
  color: #5e865e;
}

.prod-info-content {
  display: none;
  padding: 10px;
}

.prod-info-content h1 {
  margin-top: 0;
}

.prod-info-content p {
  margin: 10px 0;
}
/*------------------끝----------------------*/

.ecommerce-main {
  width: 100%;
  margin: 0 auto;
}
.container-info {
  font-size: 16px;    
}
.container-info h2 {
  font-size: 24px;
}
.container-info h1 {
  font-size: 18px;
}
.container-info button {
  font-size: 14px;
  padding: 10px;
  margin: 10px 0px 40px 0px;
  border-radius: 8px;
  background-color: #4cc627;
  color: white;
}

@media screen and (max-width: 768px) {
  .container-info {
    font-size: 14px;    
  }
  .container-info h2 {
    font-size: 24px;
  }
  .container-info h1 {
    font-size: 18px;
  }
  .container-info button {
    font-size: 14px;
    padding: 10px;
    margin: 10px 0px 40px 0px;
    border-radius: 8px;
    background-color: #4cc627;
    color: white;
  }
}
.banner-section {
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .banner-section {
    padding: 20px 16px 0px;
  }
}
.banner-section .banner-inner {
  height: 100%;
  background-size: cover;
  height: 456px;
  background-position: center;
  border-radius: 20px;
  background-color: #fff0da;
  background-image: url("/public/img/main-top-banner-ssm.png");
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .banner-section .banner-inner {
    background-image: url("/public/img/main-top-banner-ssm-mobile.png");
    background-repeat: no-repeat;
    padding: 40px 20px;
  }
}
.banner-section .banner-inner > p {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 20px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .banner-section .banner-inner > p {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 12px;
  }
}
.banner-section .banner-inner > h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .banner-section .banner-inner > h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
  }
}

.section-main-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .section-main-heading {
    font-size: 24px;
    line-height: 24px;
    padding-left: 16px;
  }
}

.section-main-subheading {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #808080;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .section-main-subheading {
    font-size: 14px;
    line-height: 14px;
    padding-left: 16px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}

.collaboration-section {
  background-color: #f7f7f7;
}

.sosing-section {
  background-color: #fff;
}

.vendor-item-section,
.eco-item-section {
  padding-top: 50px;
  padding-bottom: 60px;
}

.vendor-item-section .eco-item
{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 16px;
  overflow: hidden;
}
.eco-item-section .eco-item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 16px;
  overflow: hidden;
}
.vendor-item-section .eco-item-price-num,
.eco-item-section .eco-item-price-num {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 8px 10px;
  border-radius: 100px;
  background-color: #ffffff;
}
.vendor-item-section .eco-item-price-num strong,
.eco-item-section .eco-item-price-num strong {
  color: #4cc627;
}
.vendor-item-section .eco-item-img,
.eco-item-section .eco-item-img {
  height: 300px;
}
.vendor-item-section .eco-item-img img,
.eco-item-section .eco-item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vendor-item-section .eco-item-content,
.eco-item-section .eco-item-content {
  padding: 20px 20px 32px 20px;
}
.vendor-item-section .eco-item-tag-wrapper,
.eco-item-section .eco-item-tag-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 20px;
}
.vendor-item-section .eco-item-tag,
.eco-item-section .eco-item-tag {
  font-size: 12px;
  padding: 6px 8px 6px 8px;
  background-color: #f0f0f0;
  font-weight: 400;
  line-height: 12px;
  color: #808080;
}
.vendor-item-section .eco-item-name,
.eco-item-section .eco-item-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap; /* 텍스트를 한 줄로 유지 */
  overflow: hidden; /* 넘치는 부분을 숨김 */
  text-overflow: ellipsis; /* 넘치는 부분을 ...로 표시 */
  color: #444444;
}
.vendor-item-section .eco-item-price,
.eco-item-section .eco-item-price {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 12px;
}
.vendor-item-section ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.vendor-item-section .swiper-slide {
  width: 370px;
  margin: 0px 0px 15px 15px;
}

@media screen and (max-width: 768px) {
  .vendor-item-section,
  .eco-item-section {
    padding-top: 30px;
  }
  .vendor-item-section .eco-item-img, .eco-item-section .eco-item-img{
    width: 100%;
    height: 100%;
  }
  .vendor-item-section .eco-item-img .main-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
      object-fit: cover;
    border-bottom: 1px solid #ddd;
  }
  .vendor-item-section .swiper-slide {
    margin: 0px 0px 15px 15px;
    width: calc(100% - 30px);
  }
  .eco-item-section .swiper-slide {
    width: calc(100vw - 65px);
  }
  .vendor-item-section .swiper-slide .eco-item {
    width: 100%;    
  }
  .eco-item-section .swiper-slide .eco-item {
    width: 100%;
  }
}

.slider-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .slider-wrapper {
    max-width: 100vw;
    overflow: hidden;
  }
}

.swiper-wrapper {
  padding: 20px;
  left: -20px;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: url("/public/img/main-arrow-active.png");
  width: 60px !important;
  height: 60px !important;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
  background-image: url("/public/img/main-arrow-disabled.png");
  background-size: contain;
}
.swiper-button-prev.swiper-button-disabled::after,
.swiper-button-next.swiper-button-disabled::after {
  display: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: none;
}

.swiper-button-prev {
  transform: rotate(180deg);
  left: -30px !important;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 15px !important;
  }
}

.swiper-button-next {
  right: -30px !important;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 15px !important;
  }
}

.more-button {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #444444;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  margin: 40px auto 0;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .more-button {
    margin-top: 20px;
    font-size: 14px;
    line-height: 14px;
  }
}

.present-section {
  background-image: url("/public/img/main-present-bg.png");
  background-size: cover;
  background-position: center;
  height: 628px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .present-section {
    height: auto;
    background-image: url("/public/img/main-present-bg-mobile.png");
    padding: 40px 16px 62px;
  }
}
.present-section h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .present-section h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.present-section .present-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .present-section .present-content {
    grid-template-columns: 1fr;
  }
}
.present-section .present-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .present-section .present-img {
    width: 100%;
  }
}
.present-section .present-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  color: #ffffff;
  padding-right: 27px;
  gap: 0 41px;
}
.present-section .present-info > li {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present-section .present-info > li {
    padding: 24px 0;
  }
}
.present-section .present-info > li:nth-child(2n)::before {
  height: 118px;
  width: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-color: #ffffff;
  opacity: 0.12;
}
.present-section .present-info > li:nth-child(n+3)::after {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.12;
}
.present-section .present-info .present-num {
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}
@media screen and (max-width: 768px) {
  .present-section .present-info .present-num {
    font-size: 32px;
    line-height: 32px;
  }
}
.present-section .present-info .present-desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .present-section .present-info .present-desc {
    font-size: 12px;
    line-height: 15.6px;
  }
}

.prod-section {
  padding-top: 0px;
  padding-bottom: 100px;
}
.new-section {
  padding-top: 52px;
  padding-bottom: 100px;
}
/*pc버전*/
.new-section .bbs-content-title {
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
  font-weight: 700;
  color: #888888;
}
.new-section .bbs-content {
  display: flex;
  justify-content: center;
}
.new-section .bbs-content-title .bbs-sec {
  text-align: center;
  width: 100px;
  font-size: 14px;
}
.new-section .bbs-content .bbs-sec {
  width: 100px;
  text-align: center;
}
.new-section .bbs-content .bbs-sec button {
  background-color: #f4f4f4;
  padding: 3px 5px;
  border-radius: 8px;
  font-size: 12px;
}
.new-section .bbs-content .bbs-subject span {
  color: #4cc627;
  padding-left: 5px;
}
.new-section .bbs-content-title,
.new-section .bbs-content {
  border-bottom: 1px solid #ddd;
  padding: 20px 0px;
}
.new-section .bbs-content-title .bbs-subject {
  display: flex;
  flex: 1;
  font-size: 14px;
  padding-left: 10px;
}
.new-section .bbs-content .bbs-subject {
  display: flex;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}
.new-section .bbs-content-title .bbs-readcount,
.new-section .bbs-content .bbs-readcount {
  color:#808080;
  font-size: 14px;
  padding: 0px 20px;
}
.new-section .bbs-content .bbs-readcount span,
.new-section .bbs-content .bbs-write-name span,
.new-section .bbs-content .bbs-time span {
  display: none;
}
.new-section .bbs-content-title .bbs-write-name,
.new-section .bbs-content-title .bbs-time,
.new-section .bbs-content .bbs-write-name,
.new-section .bbs-content .bbs-time {
  color:#808080;
  width: 150px;
  font-size: 14px;
  text-align: center;
  padding: 0px 10px;
}
.new-section .bbs-empty {
  width: 100%;
  line-height: 100px;
  text-align: center;
}

.new-section .share-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 50px;
}
.new-section .share-info button {
  background-color: #4cc627;
  color: white;
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
}
/*모바일버전*/
@media screen and (max-width: 768px) {
  .new-section .bbs-content-title {
    display: none;
  }
  .new-section .bbs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
  }
  .new-section .bbs-content-title .bbs-sec {
    text-align: center;
    width: 100px;
    font-size: 14px;
  }
  .new-section .bbs-content .bbs-sec {
    width: 100px;
    text-align: center;
  }
  .new-section .bbs-content .bbs-sec button {
    background-color: #f4f4f4;
    padding: 3px 5px;
    border-radius: 8px;
    font-size: 12px;
  }
  .new-section .bbs-content .bbs-subject {
    display: flex;
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 10px 30px 10px 10px;
    white-space: nowrap; /* 텍스트를 한 줄로 유지 */
    overflow: hidden; /* 넘치는 부분을 숨김 */
    text-overflow: ellipsis; /* 넘치는 부분을 ...로 표시 */
    box-sizing: border-box; /* 패딩과 테두리를 포함한 박스 크기 */
  }
  .new-section .bbs-content .bbs-subject span {
    color: #4cc627;
    padding-left: 5px;
  }
  .new-section .bbs-content .bbs-readcount {
    display: flex;
    flex-direction: row;
    color:#808080;
    padding-left : 10px;
    font-size: 14px;
  }
  .new-section .bbs-content-title .bbs-write-name,
  .new-section .bbs-content-title .bbs-time,
  .new-section .bbs-content .bbs-write-name,
  .new-section .bbs-content .bbs-time {
    display: flex;
    flex-direction: row;
    color:#808080;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 0px 10px;
  }
  .new-section .bbs-content .bbs-readcount span,
  .new-section .bbs-content .bbs-write-name span,
  .new-section .bbs-content .bbs-time span {
    display: flex;
    color: #808080;
    padding: 3px 5px;
    border-right: 1px solid #eaeaea;
    margin-right: 5px;
  }
  .prod-section {
    padding-top: 0px;
    padding-bottom: 60px;
    padding: 0px 16px 60px;
  }
  .new-section {
    padding-top: 40px;
    padding-bottom: 60px;
    padding: 40px 16px 60px;
  }
}


.prod-section > h2,
.new-section > h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #1a1a1a;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .prod-section > h2 {
    margin-bottom: 10px;
  }
  .new-section > h2 {
    margin-bottom: 30px;
  }
}
.prod-section .new-content,
.new-section .new-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.prod-section .new-content {
  display: flex;
}
.prod-section .new-content > div,
.new-section .new-content > div {
  width: calc(25% - 16px);
}
.new-section .new_sourcing_btn {
  float: right;
  background-color: #4cc627;
  color: white;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .prod-section .new-conent,
  .new-section .new-content {
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
    padding-bottom: 20px;
    overflow: hidden;
    width: calc(100vw - 32px);
  }
  .prod-section .new-content > div,
  .new-section .new-content > div {
    width: calc(50% - 10px);
    overflow: hidden;
  }
}
.prod-section .new-img,
.new-section .new-img {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.new-section .new-img {
  position: relative;
}
.new-section .new-img .soldOut {
  background-color: #e74c3c;
  position: absolute;
  color: white;
  font-size: 12px;
  padding: 3px 5px;
  top: 10px;
  left: 10px;
  z-index: 999;
}
.prod-section .new-img img,
.new-section .new-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod-section .new-tags,
.new-section .new-tags {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  width: -moz-fit-content;
  width: fit-content;
  overflow-x: auto;
}
.new-content .content-stats {
  font-size: 12px;
  margin-bottom: 5px;
  color: #aaaaaa;
}
.new-content .likeIcon {
  cursor: pointer;
}
.new-content .liked {
  color: #e74c3c; /* 좋아요 상태에서의 색상 */
}
@media screen and (max-width: 768px) {
  .prod-section .new-tags,
  .new-section .new-tags {
    font-size: 10px;
    line-height: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.prod-section .new-tags > div,
.new-section .new-tags > div {
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  border-radius: 6px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.prod-section .new-tags .blue,
.new-section .new-tags .blue {
  background: rgba(69, 117, 245, 0.0784313725);
  color: #4575f5;
}
.prod-section .new-tags .gray,
.new-section .new-tags .gray {
  color: #808080;
  background-color: #f0f0f0;
}
.new-section .new-date {
  color: #888888;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  margin: 5px 0px;
  max-width: 95%;
}
.new-section .new-writenm {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  margin: 5px 0px;
  max-width: 95%;
}
.new-section .new-subject {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  margin: 5px 0px;
  max-width: 95%;
}
.prod-section .new-name,
.new-section .new-name {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  max-width: 95%;
}
@media screen and (max-width: 768px) {
  .prod-section .new-name,
  .new-section .new-name {
    font-size: 14px;
    line-height: 14px;
  }
}
.prod-section .new-price,
.new-section .new-price {
  margin-top: 12px;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #1a1a1a;
}
.new-section .new-title {
  font-size: 12px;
  line-height: 5px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .prod-section .new-price,
  .new-section .new-price {
    font-size: 18px;
    line-height: 18px;
    margin-top: 8px;
  }
}
.prod-section .new-buttons,
.new-section .new-buttons {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .prod-section .new-buttons,
  .new-section .new-buttons {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
}
/*--------------덧글작성----------------*/
.new-section .section-view {
  display: flex;
}
.new-section .contents-view {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}
.new-section .contents-view .subject {
  font-size : 18px;
  font-weight : 700;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}
.new-section .contents-view .category {
  font-size: 14px;
  color: #aaaaaa;
}
.new-section .contents-view .write-info .view-name {
  font-size: 14px;
  padding-right: 10px;
  line-height: 50px;
  color: #888888;
}
.new-section .contents-view .write-info .view-time {
  font-size: 14px;
  color: #888888;
}
.new-section .contents-view .write-info button {
  color: white;
  background-color: #8cd276;
  padding: 2px 3px;
  margin-right: 5px;
  font-size: 12px;
}
.new-section .contents-view .prod-info button {
  background: rgba(69, 117, 245, 0.0784313725);
  color: #4575f5;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 12px;
}
.new-section .contents-view .prod-info .utong-channel {
  color: #888888;
  font-size: 12px;
}
.new-section .contents-view .bbs-contents {
  min-height: 300px;
  padding: 10px 0px 50px 0px;
}
.new-section .contents-view .bbs-contents img {
  width: 100%;
}
.new-section .reply-view {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f4f4f4;
  border-top: 1px solid #ddd;
}
.new-section .reply-view .reply-contents {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px;
}
.new-section .reply-view .reply-contents textarea {
  display: flex;
  flex: 1;
  margin: 3px;
  height: 60px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.new-section .reply-view .reply-contents button {
  width: 100px;
  height: 60px;
  margin: 3px;
  border-radius: 8px;
  background-color: #444444;
  color: white;
}
.new-section .reply-view .reply-title {
  line-height: 50px;
  font-weight: bold;
  padding-left: 10px;
}
.new-section .reply-view .reply-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 20px;
  padding: 20px 0px;
  border-top: 1px solid #ddd;
}
.new-section .reply-view .reply-info .reply-name {
  font-size: 12px;
  color: #444444;
}
.new-section .reply-view .reply-info button {
  font-size: 10px;
  margin: 0px 2px;
  padding: 2px 3px;
  background-color: #444444;
  color: white;
  border-radius: 5px;
}
.new-section .reply-view .reply-info .deleteReply {
  color: #4cc627;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #4cc627;
}
.new-section .reply-view .reply-info .reply-comment {
  line-height: 20px;
  font-size: 14px;
  margin: 10px;
  white-space: pre-line; /* 줄바꿈을 유지하도록 설정 */
}
@media screen and (max-width: 768px) {
  .new-section .section-view {
    display: flex;
    flex-direction: column;
  }
  .new-section .contents-view {
    width: 100%;
  }
  .new-section .reply-view {
    width: 100%;
  }
  .new-section .reply-view .reply-contents {
    padding: 10px;
  }
}
/*-------------덧글작성 끝------------------*/
.prod-section .new-buttons button,
.new-section .new-buttons button {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  border-radius: 8px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
}
.prod-section .new-buttons .secondary,
.new-section .new-buttons .secondary {
  color: #444444;
  border: 1px solid #d6d6d6;
}
.prod-section .new-buttons .primary,
.new-section .new-buttons .primary {
  position: relative;
  color: #4cc627;
  border: 1px solid #4cc627;
}
.prod-section .new-buttons .primary::after,
.new-section .new-buttons .primary::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 3L11 8L6 13" stroke="%234cc627" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 16px;
  height: 16px;
  display: block;
}

.footer-logo {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin-bottom: 14px;
  }
}

.persona-info-box > a:first-of-type::after {
  top: -5px;
  right: -15px;
}

.persona-info-box > a:first-of-type {
  margin-right: 20px;
}

.footer-copy-call {
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 0 12px;
  height: 44px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.footer-copy-call svg {
  position: relative;
  top: 3px;
}
.footer-copy-call > p {
  position: relative;
  top: 2px;
}


/*페이징 시작*/
.pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pagination-wrapper .pagination li {
  font-size: 16px;
  font-weight: 400;
  width: 36px;
  border-radius: 8px;
  height: 36px;
  margin: 0px 2px;
  display: flex;
  align-items: center;
  color: var(--GRAY-SCALE-GRAY3, #bebebe);
  justify-content: center;
}
.pagination-wrapper .pagination li.active {
  color: #4cc627;
  background-color: rgba(248, 101, 33, 0.1215686275);
}
.pagination-wrapper .pagination .arrow {
  border: 1px solid #d1d1d1;
}
.pagination-wrapper .pagination .arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}
.pagination-wrapper .arrow {
  margin-right: 10px;
}
.pagination-wrapper .arrow:last-child {
  margin-right: 0;
}
@media (max-width: 757px) {
  .pagination-wrapper .arrow-prev-2,
  .pagination-wrapper .arrow-next-2 {
      display: none;
  }
}
.pagination-wrapper .arrow-prev-2::before {
  background-image: url('data:image/svg+xml, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 13L2 8L7 3" stroke="%231A1A1A" stroke-linecap="round" stroke-linejoin="round" /><path d="M13 13L8 8L13 3" stroke="%231A1A1A" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}
.pagination-wrapper .arrow-prev-2.disabled::before {
  background-image: url('data:image/svg+xml, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 13L2 8L7 3" stroke="%23BEBEBE" stroke-linecap="round" stroke-linejoin="round" /><path d="M13 13L8 8L13 3" stroke="%23BEBEBE" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}
.pagination-wrapper .arrow-prev::before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 13L5 8L10 3" stroke="%231A1A1A" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}
.pagination-wrapper .arrow-prev.disabled::before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 13L5 8L10 3" stroke="%23BEBEBE" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}
.pagination-wrapper .arrow-next::before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 3L11 8L6 13" stroke="%231A1A1A" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}
.pagination-wrapper .arrow-next.disabled::before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 3L11 8L6 13" stroke="%23BEBEBE" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}
.pagination-wrapper .arrow-next-2::before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 3L13 8L8 13" stroke="%231A1A1A" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 3L8 8L3 13" stroke="%231A1A1A" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.pagination-wrapper .arrow-next-2.disabled::before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 3L13 8L8 13" stroke="%23BEBEBE" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 3L8 8L3 13" stroke="%23BEBEBE" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}