@charset "utf-8";

/* 로그인 */
.login_wrap .bd-bottom-222 {
  border-bottom: 2px solid #222;
}

.login_wrap .bd-bottom-319a39 {
  border-bottom: 2px solid #319a39;
}

.login_input_box {
  border: 1px solid #d7d7d7;
  /*border-radius: 10px;*/
  padding: 15px 12px;
  transition: border-color 0.2s ease;
}

.login_input {
  border: none;
  outline: none;
}

.login_input::placeholder {
  color: #959595;
}

.login_input:focus {
  outline: none;
}

.login_input_box:focus-within {
  border: 1px solid #000;
}

.login_btn {
  background: #319a39;
  border-radius: 30px;
  color: #fff;
  height: 58px;
  border: 1px solid #319a39;
  transition: 0.2s all ease;
}

.login_btn2 {
  background: #fff;
  border-radius: 30px;
  color: #319a39;
  border: 1px solid #d7d7d7;
  height: 58px;
}

.login_btn3{
     background: #d7d7d7;
      border-radius: 30px;
      color: #222;
      border: 1px solid #d7d7d7;
      height: 58px;
}

.login_btn:hover {
  background: #fff;
  color: #319a39;

  border: 1px solid #319a39;
}

.login .order_menu_1 {
  width: 50%;
}

.find_id_wrap,
.find_pw_wrap {
  display: none;
}

.find_id_wrap.active,
.find_pw_wrap.active {
  display: block;
}

/* cart페이지 */
.cartPage {
  width: 880px;
  margin: auto;
}

.order_menu {
  height: 50px;
  border-bottom: 1px solid #a7a7a7;
  position: relative;
  width: 100%;
}

.order_menu_1 {
  width: calc(100% / 3);
  color: #a7a7a7;
  text-align: center;
  height: 50px;
  transition: color 0.3s ease;
  position: relative;
}

.order_menu_1.on {
  color: #319a39;
}

.order_menu_1.on::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #319a39;
}

/* 팝업 스타일 */
.popup_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.popup_content {
  background: white;
  padding: 55px 40px;
  width: 90%;
  max-width: 555px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.popup_close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}

.popup_close:hover {
  color: #000;
}

.popup_title {
  border-bottom: 2px solid #d7d7d7;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.popup_title span {
  border-bottom: 2px solid #319a39;
  padding: 0 105px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.popup_message {
  text-align: center;
  margin: 50px 0;
  line-height: 1.6;
}

/*회원가입 */
.join_btn {
  border: 1px solid black;
  height: 55px;
  margin-top: 0.3vw;
  transition: all 0.3s ease;
}

.join_sect {
  height: fit-content;
  width: 100%;
  margin: auto;
  padding-top: 15vw;
  padding-bottom: 11vw;
}

.join_wrap {
  height: fit-content;
}

.join_input_box {
  width: 100%;
  height: 55px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #222;
}

.join_input_wrap input::placeholder {
  color: #959595;
}

.join_input_wrap {
  margin-bottom: 15px;
}

.join_input_wrap p {
  margin-bottom: 10px;
}

.join_input_wrap select {
  width: 33%;
  height: 50px;
  padding: 0 40px 0 15px;
  background-color: white;
  color: #333;
  cursor: pointer;
  border: 1px solid #d7d7d7;

  /* 기본 화살표 제거 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* 커스텀 화살표 추가 */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="none" stroke="%23666" stroke-width="1.5" d="M2 2l4 4 4-4"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 8px;
  outline: none;
}

.delivery_info_input textarea::placeholder {
  font-family: 'Pretendard';
}

input {
  outline: none;
}

select:focus:not(.search_1, .search_2, .search_3, .search_13 ), input:focus:not(.login_input, .search_12 input, .quantity_btn) {
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}

.dupl_btn {
  background-color: #319a39;
  color: white;
  /* background: #fff; */
}

/* 주문내역 */

table.order_history_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.order_history_table th {
  padding: 15px 0;
}

.order_history_table .cart_item {
  border: none;
}

.order_history_table tbody tr {
  border-bottom: 1px solid #d7d7d7;
  transition: 0.1s all ease;
}

.order_history_table tbody tr:hover {
  background-color: #f5f5f5;
}
.order_history_table tbody tr td{

  min-height:125px;
}
.order_history tbody tr td {
  padding: 12px 0;
}
.vertical-mid{
  vertical-align: middle;
}

.order_history_table .cart_item .item_image {
  width: 105px;
  height: 85px;
}

.order_history_d_container .item_image {
  margin-right: 20px;
  margin-bottom: 0 !important;
}

.order_history_d_container .item_info {
  margin-right: 20px;
  margin-bottom: 0 !important;
}

.quantity_selector {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.quantity_btn {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #fff;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity_btn:hover {
  background-color: #e9ecef;
  color: #333;
}

.quantity_btn:active {
  background-color: #dee2e6;
  transform: scale(0.95);
}

.quantity_btn:disabled {
  background-color: #f8f9fa;
  color: #ccc;
  cursor: not-allowed;
}

.quantity_input {
  width: 45px;
  height: 40px;
  border: none;
  text-align: center;
  background-color: white;
  outline: none;
}

.quantity_input::-webkit-outer-spin-button,
.quantity_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity_input[type='number'] {
  -moz-appearance: textfield;
}

.total_price {
  border-bottom: 3px solid #000;
}

.cart_btn {
  border-radius: 30px;
  width: 48%;
  background: #959595;
  color: #fff;
  height: 58px;
}

.order_btn {
  background: #319a39;
  border-radius: 30px;
  width: 48%;
  color: #fff;
  height: 58px;
}

.product_info_section {
  margin: 0 auto;
  background-color: white;
  padding: 40px;
  border-radius: 10px;
}

.product_info_title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 2px solid #cacaca;
  margin-bottom: 30px;
  position: relative;
}

.product_info_title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #333;
}

.product_details {
  padding-top: 20px;
  min-height: 500px;
}

.product_name_and_type {
  gap: 10px 30px;
}

/* 모두 선택  */
.cart_select_all {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

/* 체크박스 커스텀 */
.custom_checkbox {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.custom_checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.checkbox_mark {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  background-color: white;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom_checkbox input[type='checkbox']:checked + .checkbox_mark {
  background-color: #125814;
  border-color: #125814;
}

.custom_checkbox input[type='checkbox']:checked + .checkbox_mark::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 장바구니 아이템 */
.cart_items {
  margin-bottom: 30px;
}

.cart_item {
  display: flex;
  /* align-items: center; */
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.item_checkbox {
  /*margin-right: 20px;*/
}

.item_image {
  width: 150px;
  height: 120px;
  background-color: #ccc;
  margin-right: 20px;
  border-radius: 5px;
}

.item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_info {
  flex: 1;
  margin-right: 20px;
}

.item_name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}

.item_price {
  font-size: 16px;
  color: #333;
}

.item_actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 수량 조절 */
.quantity_selector {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}

.quantity_btn {
  width: 35px;
  height: 45px;
  border: none;
  background-color: #fff;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.quantity_btn:hover {
  background-color: #e9ecef;
  color: #333;
}

.quantity_input {
  /*width: 35px;*/
  height: 45px;
  border: none;
  text-align: center;
  font-size: 14px;
  color: #333;
  background-color: white;
  outline: none;
}

.delete_btn {
  background: none;
  color: #666;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.delete_btn:hover {
  color: #000;
}

.item_actions .delete_btn {
  text-decoration: underline;
}

/* 결제 정보 */
.cart_summary {
  border-radius: 10px;
}

.summary_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.summary_row:last-child {
  border-bottom: none;
  padding-top: 20px;
  border-top: 2px solid #333;
}

.delivery_info_input label {
  width: 123px;
}

.delivery_info_input input {
  height: 50px;
}

.delivery_info_input input:not([type='button'], .addr2, .addr3) {
  width: 430px;

  border: 1px solid #d7d7d7;
}

.delivery_info_input textarea {
  height: 140px;
}

.delivery_info_input textarea,
.delivery_info_input .address_wrap input:not([type='button'], .addr1) {
  width: 560px;
  border: 1px solid #d7d7d7;
}

.address_search_btn {
  width: 122px;
  height: 50px;
  border: 1px solid #222;
  background-color: #fff;
}

.cart_select_all span:first-child {
  width: 123px;
}

.order_success_box {
  border: 2px solid #125814;
  padding: 60px 0;
}

.order_success_btns input {
  height: 60px;
}

.gotoOrderList {
  background-color: #319a39;
  color: #fff;
  transition: 0.2s all ease;
  border: 1px solid #319a39;
}

.gotoHome {
  background-color: #fff;
  border: 1px solid #319a39;
  color: #319a39;
  transition: 0.2s all ease;
}

.gotoOrderList:hover {
  background-color: #fff;
  border: 1px solid #319a39;
  color: #319a39;
}

.gotoHome:hover {
  background-color: #319a39;
  color: #fff;
}

.my3_tab {
  padding: 20px 0;
  border: 1px solid #d7d7d7;
  color: #222;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.my3_tab.on {
  background-color: #319a39;
  color: #fff;
}

.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
}

.sub1_nav {
  min-width: 235px;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
  overflow: hidden;
}

.sub1_nav_title {
  padding: 30px 20px;
}

.sub1_nav_inner {
  border-top: 1px solid #d7d7d7;
  background-color: #fff;
  padding: 19px;
  border-radius: 16px;
  overflow: hidden;
}

.sub1_nav_inner a:not(:last-child) {
  border-bottom: 1px dotted #d7d7d7;
}

.sub1_nav_inner a {
  padding: 10px 15px;
  color: #666;
}

.sub1_nav_inner a.on {
  color: #319a39;
  font-weight: bold !important
}

.sub1_nav_inner a:hover {
  color: #319a39;
  font-weight: bold;
}

.s_content {
  width: calc(100% - 270px);
  min-height: 650px;
}
.s_content_title {
  border-bottom: 5px solid #319a39;
  padding: 10px 0;
}

/*인사말 s1_2 */
.s1_1_box1 {
  border-radius: 10px;
}

.s1_1_box1_title {
  background-color: #0b6812;
  padding: 20px;
}

.s1_1_box1 .txts {
  top: 25%;
  left: 5%;
}

.fc-403f3f {
  color: #403f3f;
}

.viewmore {
  background-color: #319a39;
  border-radius: 30px;
  padding: 5px 10px;
}

.s1_1_box2_left {
  width: 46%;
  padding: 50px 40px;
  min-height: 100px;
  max-width: 510px;
  background-color: #d8eab4;
  border-radius: 20px;
}

.s1_1_box2_left .txts {
  bottom: -9%;
  right: 2%;
  color: #ffffffb6;
}

.s1_1_box2_right {
  width: 45%;
  padding: 50px 40px;
  min-height: 100px;
  background-color: #dcf6fd;
  border-radius: 20px;
}

.s1_1_box2_right .txts {
  bottom: -9%;
  right: 2%;
  color: #ffffffb6;
}

/*회사소개 s1_2 */
.s1_2_box2 {
  border-radius: 20px;
  height: 200px;
  padding: 0 50px;
  border: 1px solid #d7d7d7;
}

.green_underline {
  border-bottom: 4px solid #319a39;
}

.s1_2_box2_right {
  width: 120px;
  height: 120px;
}

.s1_2_box2_right img {
  width: fit-content;
  height: fit-content;
}

.blue_underline {
  border-bottom: 4px solid #31599a;
}

.yellow_underline {
  border-bottom: 4px solid #efc500;
}

.s1_2_subtitle2 {
  border: 1px solid #319a39;
  padding: 20px 30px;
  width: fit-content;
}

.s1_2_box3 {
  background-color: #014a07;
  padding: 45px 30px;
  border-radius: 25px;
  min-height: 515px;
}

.s1_2_box3_nums {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}

.s1_2_box3_right {
  padding: 32px 27px;
  border-radius: 20px;
}

/* 오시는길 s1_3 */
.s1_3_box1 {
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  overflow: hidden;
}

.root_daum_roughmap {
  width: 100% !important;
  height: 500px !important;
}

.root_daum_roughmap .cont {
  display: none;
}

.s1_3_box2 {
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  padding: 20px 25px;
  min-height: 75px;
}

.s1_3_box2_icon {
  width: 60px;
  height: 60px;
}

/* 상품페이지 s2_1, s3_1 */
.filtering.on .dot {
  color: #319a39;
}

.filtering.on .txt {
  color: #222;
}

.filtering .dot {
  color: #959595;
}

.filtering .txt {
  color: #959595;
}

.sub2_1 .prt_box {
  width: 220px;
  height: fit-content;
  transition: 0.3s all ease-in;
  margin-bottom: 30px;
}

.sub2_1 .prt_box .prt_img {
  border: 1px solid #d7d7d7;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.03);
}

.product_wrap {
  min-height: 750px
}

/* 페이지네이션 */
.page {
  gap: 5px !important;
}

.page > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;

}

.page i {
  background-color: transparent;
  color: #222;
}

.page i:hover {
  color: #333;
}

.page .num {
  background-color: transparent;
  color: #222;
}

.page .num:hover {
  background-color: #319a39;
  color: #fff;
}

.page .num.on {
  background-color: #319a39;
  color: #fff;
}

.page i.disabled {
  color: #e1e1e1;
  cursor: not-allowed;
}

/* 상품상세페이지 product_d */
.detail_left {
  position: relative;
  height: 578px;
}

.detail_left .product-slider {
  border: 1px solid #ddd;
  background: #fff;
  height: 100% !important;
}

.detail_left .slick-slider .slick-track,
.detail_left .slick-slider .slick-list {
  height: 100% !important;
}

.detail_left .slide-item {
  position: relative;
  /*padding: 20px;*/
  text-align: center;
  background: #fff;
}

.detail_left .slide-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  gap:0 !important;
}
.detail_left .slick-prev,
.detail_left .slick-next {
  width: 40px !important;
  height: 40px !important;
  background: white !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  z-index: 10 !important;
  border: none !important;
}

.detail_left .slick-prev {
  left: 15px !important;
}

.detail_left .slick-next {
  right: 15px !important;
}

.detail_left .slick-prev:before,
.detail_left .slick-next:before {
  display: none !important;
}

.detail_left .slick-prev i,
.detail_left .slick-next i {
  color: #666;
  font-size: 18px;
  line-height: 40px;
}

.detail_left .slick-prev:hover,
.detail_left .slick-next:hover {
  background: white !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.detail_left .slick-prev:hover i,
.detail_left .slick-next:hover i {
  color: #333;
}

.detail_left .slick-dots {
  bottom: 19px !important;
  text-align: center;
}

.detail_left .slick-dots li {
  display: inline-block !important;
  margin: 0 3px;
}

.detail_left .slick-dots li button {
  width: 12px !important;
  height: 12px !important;
  background: #d7d7d7 !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.detail_left .slick-dots li button:before {
  display: none !important;
}

.detail_left .slick-dots .slick-active button {
  background: #319a39 !important;
}

.detail_left .slick-dots li:hover button {
  opacity: 0.8;
}

.detail_left .slick-dots li.slick-active {
  width: unset !important;
}

.green_btns a {
  height: 70px;
  border: 1px solid #319a39;
  transition: all 0.3s ease !important;
}

.green_btns_green {
  border: 1px solid #319a39;
  background-color: #fff;
  color: #222;
}
.green_btns_grey {
     border: 1px solid #d7d7d7 !important;
  background-color: #d7d7d7;
  color: #222;
}

.green_btns_white {
  background-color: #319a39;
  color: #fff;
}

.green_btns_green:hover {
  background-color: #319a39;
  color: #fff;
}

/*.green_btns_white:hover {*/
/*  background-color: #319a39;*/
/*  color: #fff;*/
/*}*/
.sub2_1 .detail_content {
  padding: 0;
}
.detail_content img{
  /*width: 100%;*/
  }

  .tab-menu {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
  }

  .tab-link {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid #d7d7d7;
    text-decoration: none;
    color: #959595;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
  }

  .tab-link:hover {
    background: #efefef;
    color: #333;
  }

  .tab-link.active {
    background: #fff;
    border: 1px solid #222;
    border-bottom: 3px solid #fff !important;
    color: #222;
  }

  .content_section {
    width: 100%;
    min-height: 30vh;
    padding: 20px 0;
  }

  .content_section img {
    max-width: 100%;
  }

  .review_sect {
    border-top: 2px solid #319a39;
  }

  .write_review_btn {
    background-color: #014a07;
    padding: 15px 30px;
  }

  .review {
    padding: 20px 25px;
  }

  .review_img {
    border-radius: 10px;
    background: #b7b7b7;
    width: 150px;
    height: 150px;
  }

  .review-text {
    transition: all 0.3s ease;
  }

  .review-text.collapsed {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .review_delete_btn {
    width: fit-content;
    padding: 8.7px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
  }

  .popup_container .slick-prev {
    left: -5% !important;
  }

  .popup_container .slick-next {
    right: -5% !important;
  }

  .popup_container .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    bottom: 2px;
  }

  .popup_container .slick-prev:before, .popup_container .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Suit', sans-serif;
    font-weight: 400;
  }

  .popup_container .slick-slide img {
    /*width:fit-content !important;*/
  /*  height:fit-content !important;*/
  display: block;
  object-fit: contain;
  text-align: center;
  margin: 0 auto;
}

.slick-dots {
  bottom: -45px !important;
}

.toggle-btn {
  cursor: pointer;
  color: #666;
  text-decoration: underline;
  margin-top: 8px;
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
}

.toggle-btn:hover {
  color: #333;
}

.fade-gradient {
  position: relative;
}

.fade-gradient.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(transparent, white);
  pointer-events: none;
}

.review:last-child {
  /*border-bottom: 1px solid #fff;*/
}

/* 리뷰이마지 팝업 슬라이드 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.271);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup_container {
  top: 20%;
  margin: auto;
  position: relative;
  max-width: 60vw;
}

.close_btn:not(header .close_btn) {
  position: absolute;
  top: -40px;
  right: 20px;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  font-size: 35px;
}

.review_wrap.slider_container {
  position: relative;
  height: auto;
}

.review_wrap.slider_wrapper {
  height: 100%;
}

.review_wrap.slider_wrapper .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.review_wrap.slider_wrapper .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.review_wrap.slick-dots {
  bottom: -30px;
  display: block !important;
}

.review_wrap.slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
}

.review_wrap.slick-dots .slick-active button:before {
  color: #fff;
  opacity: 1;
}

.review_wrap.slick-prev,
.review_wrap.slick-next {
  width: 50px !important;
  height: 50px !important;
  z-index: 10;
}

.review_wrap.slick-prev:before,
.review_wrap.slick-next:before {
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #fff !important;
  opacity: 1;
}

.review_wrap.slick-prev {
  left: -70px;
}

.review_wrap.slick-next {
  right: -70px;
}

.review_wrap.slick-dots ul {
  display: flex !important;
  align-items: center;
}

.review_wrap.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #e1e1e1;
  border-radius: 50%;
  top: 34px;
}

.review_wrap.slick-dots li.slick-active {
  width: 15px !important;
  height: 15px !important;
  background-color: #e1e1e1 !important;
  bottom: 2px !important;
  top: 30px !important;
}

.review_wrap.slider_wrapper .slick-slide {
  height: auto !important;
  min-height: 50vh !important;
  max-height: 75vh !important;
  display: flex !important;
  align-items: center;
}

.review_wrap .slick-slider .slick-track,
.slick-slider .slick-list {
  height: 60vh !important;
}

.review_wrap img {
  object-fit: cover;
}

.review_wrap .slick-dots {
  bottom: -25px !important;
}

.review_wrap .slick-dots {
  align-items: center;
}

.review_wrap .slick-dots li.slick-active {
  /* width: 30px; */
  /* height: 10px; */
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #ccc !important;
}

.review_wrap .slick-dots li:not(.slick-active) {
  top: 2px;
}

.review_wrap .slick-prev:before,
.review_wrap .slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'SUIT', sans-serif;
  font-weight: 800;
}

/* 상품문의 s4_1 */

.board_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.board_table th {
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid #b7b7b7;
  border-bottom: 1px solid #cccccc;
}

.board_table td {
  padding: 25px 15px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}

.board_table tbody tr:hover {
  background-color: #f5f5f5;
}

.board_table td.subject {
  text-align: left;
}

.write_btn {
  width: 80px;
  height: 80px;
}

/* 상품문의 상세 s4_1_d */

.detail_content {
  padding: 30px;
  min-height: 500px;
}

.detail_content img {
  max-width: 100%;
}

.detail_title {
  padding: 0 20px;
}

.detail_common_btn {
  border: 1px solid #222;
  background: #222;
  border-radius: 5px;
  padding: 10px 18px;
  transition: all 0.3s ease;
  max-height: fit-content;
  color: #fff;
}

.detail_common_btn:hover {
  background-color: white;
  color: #222;
}

.deleteBoard {
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  max-height: fit-content;
}

.deleteBoard:hover {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.nt_file {
  border-top: 1px solid #d7d7d7;
}

/* 문의작성 contact_w */
.write_input {
  border: 1px solid #e1e1e1;
  padding: 14px 20px;
}

.file_input {
  /*border: 1px solid #e1e1e1;*/
  /*padding: 15px;*/
}

.file_input div {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}

.write_input::placeholder, .write_textarea::placeholder {
  color: #e1e1e1;
}

.write_textarea {
  min-height: 500px;
  border: 1px solid #e1e1e1;
  padding: 14px 20px;
}

.btn_type2 {
  width: 100px;
  height: 40px;
  border: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}

.btn_type3 {
  width: 100px;
  height: 40px;
  background-color: #125814;
  border: 1px solid #125814;
  color: #fff;
  transition: all 0.3s ease;
}

.btn_type2:hover {
  font-weight: bolder;
}

.btn_type3:hover {
  font-weight: bolder;
}

.write_select {
  position: relative;
  width: 36%;
  border: 1px solid #e1e1e1;
  /* border-radius: 5px; */
  height: 48px;
}

.write_select .xi-angle-down-min {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom_select {
  height: 40px;
  position: relative;
}

.sub2_2 select {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  outline: 0;
  padding-left: 10px;
  box-sizing: border-box;
  appearance: none;
  /* background: url(../images/select_arrow.png) no-repeat right 15px center; */
  background-color: transparent;
  cursor: pointer;
  color: #333;
}

.gotoback {
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 5px;
  padding: 10px 18px;
  transition: all 0.3s ease;
  max-height: fit-content;
}


.rep_box {
  border: 1px solid #d7d7d7;
  min-height: 125px;
  margin-bottom: 20px !important;
}

.comment_container {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.comment_row:not(:last-child) {
  display: flex;
  border-bottom: 1px solid #d7d7d7;
}

.comment_row {
  background-color: #f9f9f9;
  padding: 15px 20px;
}

.comment_info {
  margin-bottom: 5px;
}

.deleteComment {
  transition: all 0.2s ease;
}

.deleteComment:hover {
  color: #898989;
}

.comment_action {
  max-width: 10%;
}

.comment_content {
  max-width: 90%;
}

.comment_text {
  padding-top: 10px;
  line-height: 1.4;
}

.secret_btn {
  position: relative;
}

.secret_toggle {
  background: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 21px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #888;
}

.secret_toggle:hover {
  border-color: #319a39;
  color: #319a39;
}

.secret_toggle.active {
  /* background-color: #319a39; */
  border-color: #319a39;
  color: #319a39;
}

.secret_toggle.active:hover {
  /* background-color: #319a39; */
  /* border-color: #319a39; */
  color: #888;
  border-color: #888;
}

/* 후기게시판 s6_1 */
.s6_1_banner .txts {
  top: 50px;
  left: 50px;
  width: 100%;
}

.s6_1_banner img:not(.mobile_img2) {
  max-width: 100%;
}


.s6_1_banner .prt_info_badge {
  width: 55px;
}

.sub6_1 .review_sect {
  border-top: 0;
}

.bd-bottom2-b7 {
  border-bottom: 2px solid #b7b7b7;
}

.review_top_div {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #319a39;
  padding: 16px 0;
}


/* 자주하는질문 s6_2 */
.s4_1_con {
  border-top: 2px solid #b7b7b7;
  box-sizing: border-box;
}

.s4_1_con li > p {
  color: #222;
  padding: 13px 15px;
  border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
}

.a {
  padding: 13px 15px;
  background-color: #f6f6f6;
}

.s4_1_con li.on > p {
  color: #014a07;
}

.s4_1_con li.on i {
  transform: rotate(180deg);
}

.s4_1_con li div {
  padding: 20px 64px;
  border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
  display: none;
  line-height: 1.5;
}

.q {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0b6812;
}

.m-w-change .prt-medium.fs-18.fc-95{
width:20% !important;
}
.m-w-change .prt-medium.fs-18.fc-black2{
  width:80% !important;
}

/* mobile */
@media screen and (max-width: 855px) {
  .sub1_nav {
    display: none;
  }

  .s_content {
    width: 100%;
  }

  .s1_1_box1_wrap {
    background-color: #000;
    height: 674px;
    border-radius: 15px;
    overflow: hidden
  }

  .s1_1_box1 {
    background-image: url(../img/s1_1_img1.png);
    background-position: center;
    height: 428px;
    background-position-x: 85%;
    background-repeat: no-repeat;
  }

  .s1_1_box1 img {
    display: none;
  }

  .s1_1_box1 .txts {
    top: 82%;
    left: 3%;
    width: 90%;
  }

  .s1_1_box2_left {
    width: 82%;
    padding: 23px 26px;
    margin-bottom: 24px;
    max-width: 93%;
  }

  .s1_1_box2_right {
    width: 82%;
    padding: 23px 26px;
    max-width: 93%;
  }

  .s1_1_box2_left .txts {
    bottom: -5%;
    right: 11%;
  }

  .s1_1_box2_right .txts {
    bottom: -6%;
    right: 9%;
  }

  .s1_2_box2 {
    border-radius: 20px;
    height: 170px;
    padding: 0 14px;
    border: 1px solid #d7d7d7;
  }

  .s1_2_box2_left {
    width: 72%;
  }

  .s1_2_box2_right {
    width: 60px;
    height: 60px;
  }

  .s1_2_box2_right img {
    width: 45px;
  }

  .s1_2_box3 {
    background-color: #014a07;
    padding: 25px 17px;
    border-radius: 25px;
    min-height: 515px;
  }

  .s1_2_box3 .left {
    margin-bottom: 20px;
  }

  .s1_2_box3_right {
    padding: 23px 10px;
    border-radius: 20px;
  }

  .s1_2_box3_nums {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .s1_3_box2 {
    width: 92% !important;
    padding: 23px 14px;
  }

  .s1_3_box2_icon img {
    width: 20px;
  }

  .s1_3_box2_icon {
    width: 49px;
    height: 49px;
  }

  .sub2_1 .prt_box {
    width: 45%;
  }

  .green_btns a {
    height: 43px;
    border: 1px solid #319a39;
    transition: all 0.3s ease !important;
  }

  .review {
    padding: 16px 16px;
  }

  .delivery_info_input input:not([type='button'], .addr2, .addr3) {
    width: 80%
  }

  .delivery_info_input label {
    width: 20%
  }

  .delivery_info_input textarea, .delivery_info_input .address_wrap input:not([type='button'], .addr1) {
    width: 80%
  }

  .cart_select_all span:first-child {
    width: 20%
  }

  .order_menu {
    height: 29px;
  }

  .order_menu_1 {
    height: 30px;
  }

  .order_success_btns input {
    height: 44px;
  }


  .order_history_table th:first-child {
    width: 25% !important;
  }

  .order_history_table th:nth-child(2) {
    width: 30% !important;
  }

  .order_history_table th:nth-child(3) {
    width: 5% !important;
  }

  .order_history_table th:last-child {
    width: 10% !important;
  }

  .order_history_table .item_image {
    width: 50px !important;
    height: 50px !important;
  }

  .order_btn {
    height: 41px;
  }

  .gap-10-20 {
    gap: 10px 20px !important;
  }

  .s6_1_banner {
    background: linear-gradient(135deg, #90EE90, #87CEEB);
    padding: 20px;
    border-radius: 15px;
    height: 319px;
  }

  .s6_1_banner img.mobile_img2 {
    width: 200px;

  }

  .s6_1_banner .txts {
    top: 214px;
    left: 35px;
    width: 100%;
  }

  .review_img {
    border-radius: 10px;
    background: #b7b7b7;
    width: 30%;
    max-height: 17vh;
    min-height: 7vh;
  }

  .close_btn:not(header .close_btn) {

    right: -59px;
  }
  .delivery_info_input{
    justify-content: space-between;
  }
  .delivery_info_input input:not([type='button'], .addr2, .addr3) {
    width:77% !important;
  }
  .address_wrap{
    width:77% !important;
  }
  .delivery_info_input textarea, .delivery_info_input .address_wrap input:not([type='button'], .addr1) {
    width:77% !important;
  }
  .q {
    width: 40px;
    height: 33px;
    border-radius: 50%;
    background-color: #0b6812;
  }
  .detail_title {
    padding: 0 0px;
  }

}

/* tablet 세로기준 */
@media screen and (min-width: 768px) and (max-width: 856px) {
  .s1_1_box1 {
    background-image: url(../img/s1_1_img1.png);
    background-position: center;
    height: 418px;
    background-position-x: -394px;
    background-repeat: no-repeat;
  }
}

/* tablet 세로기준 */
@media screen and (min-width: 856px) and (max-width: 1024px) {
  .sub1_nav {
    display: none;
  }

  .s_content {
    width: 100%;
  }

  .s1_1_box1_wrap {
    background-color: #000;
    height: 800px;
    border-radius: 15px;
    overflow: hidden
  }

  .s1_1_box1 {
    background-image: url(../img/s1_1_img1.png);
    background-position: center;
    height: 386px;
    background-position-x: -280px;
    background-repeat: no-repeat;
  }

  .s1_1_box1 img {
    display: none;
  }

  .s1_1_box1 .txts {
    top: 82%;
    left: 3%;
    width: 90%;
  }

  .s1_1_box2_left {
    width: 94%;
    padding: 23px 26px;
    max-width: unset;
    margin-bottom: 20px;
    margin-top: 10px;

  }

  .s1_1_box2_right {
    width: 94%;
    padding: 23px 26px;
    max-width: unset;
    margin-bottom: 20px;
  }

  .s1_1_box2_left .txts {
    bottom: -5%;
    right: 11%;
  }

  .s1_1_box2_right .txts {
    bottom: -6%;
    right: 9%;
  }

  .s1_2_box2 {
    border-radius: 20px;
    height: 170px;
    padding: 0 14px;
    border: 1px solid #d7d7d7;
  }

  .s1_2_box2_left {
    width: 72%;
  }

  .s1_2_box2_right {
    width: 60px;
    height: 60px;
  }

  .s1_2_box2_right img {
    width: 45px;
  }

  .s1_2_box3 {
    background-color: #014a07;
    padding: 25px 17px;
    border-radius: 25px;
    min-height: 515px;
  }

  .s1_2_box3_right {
    padding: 23px 10px;
    border-radius: 20px;
  }

  .s1_2_box3_nums {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .s1_3_box2 {
    width: 92% !important;
    padding: 23px 14px;
  }

  .s1_3_box2_icon img {
    width: 20px;
  }

  .s1_3_box2_icon {
    width: 49px;
    height: 49px;
  }

  .sub2_1 .prt_box {
    width: 45%;
  }

  .green_btns a {
    height: 43px;
    border: 1px solid #319a39;
    transition: all 0.3s ease !important;
  }

  .review {
    padding: 16px 16px;
  }

  .delivery_info_input input:not([type='button'], .addr2, .addr3) {
    width: 80%
  }

  .delivery_info_input label {
    width: 20%
  }

  .delivery_info_input textarea, .delivery_info_input .address_wrap input:not([type='button'], .addr1) {
    width: 80%
  }

  .cart_select_all span:first-child {
    width: 20%
  }

  .order_menu {
    height: 29px;
  }

  .order_menu_1 {
    height: 30px;
  }

  .order_success_btns input {
    height: 44px;
  }


  .order_history_table th:first-child {
    width: 25% !important;
  }

  .order_history_table th:nth-child(2) {
    width: 25% !important;
  }

  .order_history_table th:nth-child(3) {
    width: 20% !important;
  }

  .order_history_table th:last-child {
    width: 20% !important;
  }

  .order_history_table .item_image {
    width: 50px !important;
    height: 50px !important;
  }

  .order_btn {
    height: 41px;
  }

  .gap-10-20 {
    gap: 10px 20px !important;
  }

  .s6_1_banner {
    background: linear-gradient(135deg, #90EE90, #87CEEB);
    padding: 20px;
    border-radius: 15px;
    height: 319px;
  }

  .s6_1_banner img.mobile_img2 {
    width: 200px;

  }

  .s6_1_banner .txts {
    top: 214px;
    left: 35px;
    width: 100%;
  }

  .review_img {
    border-radius: 10px;
    background: #b7b7b7;
    width: 30%;
    height: 173px;
  }

}

/* 태블릿 아이패드미니 가로부터 ~ , 노트북 : 11인치  ~ 15인치 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
.s1_2_box3_flex_wrap{
  flex-direction: column !important;
}
  .s1_2_box3_flex_wrap .left {
    width: 100% !important;
    text-align: center;
    margin-bottom: 28px;
  }
  .s1_2_box3_flex_wrap .right{
    width:100% !important;
  }

  .s1_1_box1 .txts {
    top: 25%;
    left: 5%;
    width: 88%;
  }

  .s1_1_box1 {
    background-image: url(../img/s1_1_img1.png);
    background-position: center;
    height: 428px;
    background-position-x: 90vw;
  }

  .s1_1_box2_left .txts {
    bottom: -5%;
    right: 11%;
    z-index: 0;
  }

}
