/*포인트 내역*/
.mypoint_top {
  padding: 10px 17px 20px;
}
.point_numbox {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 20px;
  text-align: center;
}
.point_numbox span {
  display: block;
  color: #666;
  font-weight: 600;
  font-size: 14px;
}
.point_numbox strong {
  font-size: 21px;
  color: #206041;
  display: block;
  padding: 4px 0 0;
}
.exist_num {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}
.exist_num span {
  width: 100px;
  font-size: 13.5px;
  color: #777;
  font-weight: 500;
}
.exist_num b {
  color: #555;
  font-size: 13.5px;
  width: calc(100% - 110px);
  text-align: right;
  font-weight: 500;
}
.mypoint_list {
  padding: 0 17px 17px;
}
.mypoint_list h3 {
  font-size: 16px;
  color: #206041;
}
.mypoint_list li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mypoint_list ul li:last-child {
  border-bottom: 0;
}
.mypoint_list li .point_left {
  width: calc(100% - 120px);
  min-height: 53px;
  align-content: center;
}
.mypoint_list li .point_left .point_date {
  color: #888;
  font-size: 12px;
}
.mypoint_list li .point_left .point_title {
  font-size: 15px;
  color: #222;
  font-weight: 600;
  margin: 3px 0;
}
.mypoint_list li .point_left .point_content {
  color: #777;
  font-size: 13px;
}
.mypoint_list li .point_left .point_content span {
  padding: 0 3px;
}
.mypoint_list li strong {
  width: 120px;
  text-align: right;
  font-size: 16.5px;
  color: #206041;
  align-content: center;
}
.mypoint_list li strong.minus {
  color: #999;
}

/*쿠폰*/
.coupon_wrap {
  padding: 0 17px 10px;
}
.coupon_tab {
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 58px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
}
.coupon_tab li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  color: #999;
  font-size: 15px;
}
.coupon_tab li.on {
  color: #206041;
  border-bottom: 2px solid #206041;
}
.coupon_tab:after {
  clear: both;
  content: "";
  display: block;
}
.coupon_wrap .tabcont {
  display: none;
  padding: 5px 0;
}
.coupon_wrap .tabcont.on {
  display: block;
}
.coupon_sort {
  padding: 11px 0 15px;
}
.coupon_sort button {
  border: 1px solid #ccc;
  color: #888;
  padding: 4px 11px;
  border-radius: 20px;
  background: #fff;
  margin-right: 4px;
  font-weight: 500;
  font-size: 13.5px;
}
.coupon_sort button.active {
  color: #206041;
  border: 1px solid #206041;
}
.coupon_num {
  padding-bottom: 10px;
  font-size: 12.5px;
  color: #888;
  font-weight: 500;
}
.coupon_one {
  padding: 15px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  margin-bottom: 15px;
}
.coupon_one strong {
  color: #206041;
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 4px;
  display: block;
}
.coupon_one .coupon_title {
  font-size: 15px;
  color: #222;
  font-weight: 600;
  line-height: 1.4;
}
.coupon_content_bottom {
  padding: 2px 5px 0 20px;
  color: #999;
  position: relative;
  font-size: 12.5px;
}
.coupon_content_bottom:before {
  content: "└";
  color: #999;
  position: absolute;
  top: 3px;
  left: 0;
}
.coupon_content_bottom span {
  display: block;
  padding-top: 3px;
  line-height: 1.3;
}
.coupon_wrap .tabcont.coupon_down .coupon_one {
  position: relative;
}
.coupon_wrap .tabcont.coupon_down .coupon_one > * {
  width: calc(100% - 80px);
}
.coupon_wrap .tabcont.coupon_down .coupon_one .cp_cown {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  background: url(../img/download.png) #fff no-repeat center center;
  background-size: 100% auto;
  text-indent: -99999px;
  border: 0;
}

/*스크랩*/
.scrap {
  padding: 0 17px;
}
.scrap_tab {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 58px;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 2;
}
.scrap_tab li {
  width: 25%;
  text-align: center;
  padding: 13px 0;
  font-weight: 600;
  font-size: 14.5px;
  color: #999;
}
.scrap_tab li.on {
  color: #206041;
  border-bottom: 2px solid #206041;
}
.scrapcont,
.cm_cont {
  display: none;
}
.scrapcont.on,
.cm_cont.on {
  display: block;
}
.scrap_sch,
.cm_sch {
  margin: 15px 0;
  border: 1px solid #90b0a0;
  border-radius: 7px;
  height: 43px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.scrap_sch input,
.cm_sch input {
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  width: calc(100% - 46px);
  padding: 0 13px;
  color: #333;
  font-size: 13.5px;
  line-height: 41px;
  vertical-align: top;
}
.scrap_sch input::placeholder,
.cm_sch input::placeholder {
  color: #90b0a0;
}
.scrap_sch button,
.cm_sch button {
  text-indent: -99999px;
  background: url(../img/search_i.svg) no-repeat center right 12px;
  background-size: 18px auto;
  width: 46px;
  height: 41px;
  border: 0;
  vertical-align: top;
}
.scrap_list_wrap {
  padding: 10px 0;
}
.scrap_top_line,
.cm_top_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 13px;
  align-items: center;
}
.scrap_top_line span,
.cm_top_line span {
  color: #666;
  font-size: 13px;
}
.scrap_top_line select,
.cm_top_line select {
  margin-left: 7px;
  outline: 0;
  padding: 5px 0 5px 5px;
  font-size: 13px;
  padding-right: 15px;
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url(../img/sel2.png) no-repeat center right;
  border: 0;
  background-size: 10px auto;
  color: #777;
}
.scrap_board {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5%;
}
.scrap_board li {
  width: 48.25%;
  position: relative;
}
.scrap_board li.no-data {
  color: #999;
  font-size: 13px;
}

/*댓글*/
.cm_wrap {
  padding: 0 17px 10px;
}
.cm_tab {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.cm_tab li {
  padding: 13px 0;
  width: 25%;
  text-align: center;
  color: #999;
  font-weight: 600;
  font-size: 14.5px;
}
.cm_tab li.on {
  border-bottom: 2px solid #206041;
  color: #206041;
}
.check_line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.check_line label {
  font-size: 14.5px;
  color: #555;
  font-weight: 500;
}
.check_line label input {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 5px;
  vertical-align: -4px;
}
.check_line label input:checked {
  background: url(../img/check_i.png) no-repeat #206041 center center;
  background-size: 13px auto;
  border: 0;
}
.check_line button {
  border: 0;
  background: transparent;
  color: #777;
  font-weight: 600;
  font-size: 14px;
}
.cm_list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.cm_list li input {
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.cm_list li input:checked {
  background: url(../img/check_i.png) no-repeat #206041 center center;
  background-size: 12px auto;
  border: 0;
}
.cm_list li .cm_item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px;
}
.cm_list li .cm_item a {
  display: flex;
  flex-wrap: wrap;
}
.cm_list li .cm_item img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 5px;
}
.cm_list li .cm_item .cm_content {
  width: calc(100% - 96px);
  padding: 5px 2px 0 12px;
}
.cm_list li .cm_item .cm_title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}
.cm_list li .cm_item .cm_text {
  display: block;
  font-size: 13.5px;
  line-height: 1.3;
  color: #888;
  padding: 8px 0 0 20px;
  position: relative;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cm_list li .cm_item .cm_text:before {
  position: absolute;
  content: "└";
  top: 6px;
  left: 0;
  font-size: 13px;
  color: #999;
  opacity: 0.6;
}
.cm_date {
  text-align: right;
  display: block;
  color: #afafaf;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 11px;
}

/*내정보관리*/
.myinfo_wrap .profile-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  position: relative;
}
.myinfo_wrap .profile-img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #f3f3f3;
  object-fit: cover;
  border: none;
  display: block;
}
.myinfo_wrap .profile-edit {
  position: absolute;
  right: calc(50% - 46px);
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  border: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.myinfo_wrap .profile-edit img {
  width: 100%;
  height: auto;
}
.myinfo_wrap .info-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  padding: 0;
  margin: 0 17px 26px 17px;
}
.myinfo_wrap .info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.myinfo_wrap .info-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 20px;
  height: 52px;
  font-size: 14px;
  color: #222;
  background: #fff;
  position: relative;
  border-radius: 50px;
}
.myinfo_wrap .info-list li:last-child {
  border-bottom: none;
}
.myinfo_wrap .info-label {
  flex: 0 0 80px;
  color: #888;
  font-size: 14px;
  font-weight: 500;
}
.myinfo_wrap .info-value {
  flex: 1;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  padding-right: 8px;
}
.myinfo_wrap .info-value.pass {
  font-size: 9px;
  letter-spacing: 2px;
  color: #555;
}
.myinfo_wrap .info-list li .info-edit {
  margin-left: auto;
  color: #bdbdbd;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  background: url(../img/app_arrow.svg) no-repeat center right;
  background-size: 7px auto;
  width: 20px;
  height: 20px;
  text-indent: -999999px;
  filter: grayscale(3);
  opacity: 0.6;
}
.myinfo_wrap .info-list li .info-edit.no-arrow:after {
  content: "";
  margin: 0;
}
.myinfo_wrap .info-list li .info-value.password {
  letter-spacing: 3px;
  font-size: 18px;
}
.myinfo_wrap .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}
.myinfo_wrap .delete-question,
.myinfo_wrap .leave-btn {
  color: #bdbdbd;
  font-size: 13.5px;
}
.myinfo_wrap .leave-btn {
  text-decoration: none;
}
.myinfo_wrap .logout-wrap {
  text-align: center;
  width: 100%;
  margin-top: 33%;
  padding-bottom: 35px;
}
.myinfo_wrap .logout-btn {
  background: none;
  border: none;
  color: #757575;
  font-size: 14px;
  margin-bottom: 35px;
  cursor: pointer;
}
.myinfo_wrap .bottom-info {
  color: #bdbdbd;
  font-size: 13.5px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
.myinfo_wrap .bottom-info span {
  font-size: 12px;
  display: block;
  padding-top: 2px;
}
.myinfo_wrap .bottom-info-right {
  color: #aaaaaa;
  font-size: 21px;
  text-align: center;
  font-weight: 400;
}
.myinfo_wrap .bottom-wrap {
  margin: 0 16px 32px 16px;
}

/*닉네임 변경*/
.my_container {
  padding: 10px 17px;
}
.nick-change-guide {
  background: #fff;
  border: 1px solid #90b0a0;
  border-radius: 8px;
  font-size: 12px;
  color: #206041;
  padding: 12px;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.nick-change-guide li {
  margin: 2px 0;
}
.nick-change-form-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.nick-change-input {
  width: calc(100% - 108px);
  height: 46px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 14px;
  font-size: 14px !important;
  outline: none;
  background: #fff;
  transition: border 0.2s;
}
.nick-change-input:focus {
  border-color: #206041;
}
.nick-change-input.wrong {
  border-color: #e53935;
}
.nick-change-check-btn {
  margin-left: 8px;
  height: 46px;
  width: 100px;
  background: #206041;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}
.nick-change-check-btn:active {
  background: #206041;
}
.nick-change-save-btn,
.hp-cert-check-btn,
.password-change .submit_btn,
.account-change .submit_btn {
  position: fixed;
  bottom: 18px;
  left: 0;
  right: 0;
  max-width: 466px;
  width: calc(100% - 34px);
  margin: 0 auto;
  height: 50px;
  background: #206041;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.3em;
  font-weight: 600;
  cursor: pointer;
}
.add_submit_box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 17px;
  background: #fff;
}
.add_submit_box button {
  background: #206041;
  height: 50px;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.3em;
  font-weight: 600;
  cursor: pointer;
}
.wrong_text {
  display: none;
  color: #e53935;
}

/*휴대폰번호 변경*/
.num_change .hp-box {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
}
.num_change .hp-box-label {
  color: #999;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}
.num_change .hp-box-number {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}
/* 제목 스타일 */
.num_change .hp-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}
/* 폼 행 레이아웃 */
.num_change .hp-form-row,
.num_change .hp-form-row2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  align-items: flex-start;
}
/* 입력 필드 공통 스타일 */
.num_change .frm_input {
  height: 46px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  padding: 0 12px;
  background: #fff;
  box-sizing: border-box;
  color: #333;
}
.num_change .frm_input.select {
  width: 80px;
  font-size: 13px;
  appearance: none;
  background: url(../img/sel2.png) no-repeat center right 11px;
  background-size: 12px auto;
}
.num_change .frm_input.phone_num {
  width: calc(100% - 108px);
}
.num_change .hp-form-row button,
.num_change .hp-form-row2 button {
  width: 100px;
  font-size: 13px;
  height: 46px;
  background: #206041;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
}
.num_change .hp-form-row2 .frm_input {
  width: calc(100% - 108px);
}
.num_change .hp-form-row2 button {
  background: #adadad;
  color: #fff;
}
.num_change .hp-form-row2 button.active {
  background: #206041;
}
.num_change .frm_input:focus {
  border-color: #206041;
  outline: none;
}
/* 에러 상태 스타일 */
.num_change .phone_box.wrong .frm_input,
.num_change .cert_number.wrong .frm_input {
  border-color: #e53935;
}

/* 인증 관련 스타일 */
.num_change .cert_bottom {
  margin-top: 4px;
  font-size: 13px;
  color: #e53935;
  line-height: 1.4;
  display: none;
}
.num_change .num_time {
  color: #e53935;
  padding-left: 2px;
}
/* 에러 메시지 */
.num_change .phone_error,
.num_change .cert_error {
  display: none;
  margin-top: 4px;
  font-size: 13px;
  color: #e53935;
  padding-left: 2px;
}

/*비밀번호 변경*/
.password-change .form-group {
  position: relative;
  margin-bottom: 12px;
}
.password-change .form-group.wrong {
  border-color: #e53935;
}
.password-change .error-text {
  font-size: 12px;
  color: #e53935;
  margin-top: 6px;
  margin-left: 2px;
  display: none;
}
.password-change .frm_input {
  width: 100%;
  height: 46px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 44px 0 15px;
  background: #fff;
  box-sizing: border-box;
}
.password-change .frm_input:focus {
  border-color: #22643a;
  outline: none;
}
.password-change .wrong .frm_input {
  border-color: #e53935;
}
.password-change .pass-eye {
  text-indent: -9999px;
  background: url(../img/pass_i.png) no-repeat center center;
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  top: 13px;
  right: 10px;
}
.password-change .pass-eye.active {
  background: url(../img/pass_i_no.png) no-repeat center center;
  background-size: cover;
}

/*환불계좌 변경*/
.account-change .form-group {
  position: relative;
  margin-bottom: 20px;
}
.account-change .frm_input {
  width: 100%;
  height: 46px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 44px 0 16px;
  background: #fff;
  box-sizing: border-box;
}
.account-change .frm_input:focus {
  border-color: #22643a;
  outline: none;
}
.account-change .frm_input.wrong {
  border-color: #e53935;
}
.account-change .error-text {
  font-size: 13px;
  color: #e53935;
  margin-top: 6px;
  margin-left: 2px;
  display: none;
}

/*주소 배송지 관리*/
.addr_box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 15px;
}
.addr_box .addr_title {
  font-size: 16.5px;
  color: #333;
  padding-bottom: 7px;
}
.addr_box .addr_title .default {
  border: 1px solid #63907a;
  color: #206041;
  font-size: 12px;
  padding: 3px 9px;
  border-radius: 15px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  vertical-align: 1px;
}
.addr_box .addr_text {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
}
.addr_box .addr_tel {
  font-size: 14.5px;
  color: #333;
  margin-top: 4px;
}
.addr_box .delivery_text {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 14px;
  margin: 10px 0 15px;
  color: #555;
  line-height: 1.3;
}
.addr_box .addr_button {
  font-size: 0;
}
.addr_box .addr_button button {
  display: inline-block;
  margin-right: 7px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 13px;
  height: 30px;
  line-height: 28px;
  font-size: 13.5px;
  color: #777;
  background: #fff;
}
.add_addr_btn {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 23px auto;
  text-indent: -99999px;
  background: url(../img/addr_add.png) no-repeat center center;
  background-size: cover;
  border: 0;
}

/*주소배송지 추가*/
.addr_addbox h3 {
  font-size: 16.5px;
  font-weight: 600;
  color: #206041;
  margin: 5px 0 13px;
}
.addr_addbox ul li {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14.5px;
}
.addr_addbox ul li label {
  width: 80px;
  font-size: 14.5px;
  color: #555;
  line-height: 38px;
}
.addr_addbox ul li > input {
  width: calc(100% - 80px);
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 12px;
  outline: 0;
}
.addr_addbox ul li .addr_right {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
}

.addr_addbox ul li .addr_right select {
  outline: 0;
  width: 72px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 5px;
  color: #333;
  padding: 0 10px;
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url(../img/sel2.png) no-repeat center right 10px;
  background-size: 12px auto;
  font-size: 14px;
}
.addr_addbox ul li .addr_right.call_right input {
  width: calc(100% - 79px);
  margin-left: 7px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
  outline: 0;
}
.addr_addbox ul li .addr_right input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 38px;
  outline: 0;
  padding: 0 12px;
  font-size: 14px;
}
.addr_addbox ul li .addr_right input.addr_small {
  width: calc(100% - 87px);
  margin-right: 7px;
  font-size: 14px;
}
.addr_addbox ul li .addr_right button {
  width: 80px;
  font-size: 14px;
  background: #206041;
  color: #fff;
  height: 38px;
  border-radius: 5px;
  border: 0;
  margin-bottom: 8px;
}
.addr_addbox ul li.addr_last {
  position: relative;
}
.addr_addbox ul li.addr_last .addr_right input {
  margin-bottom: 8px;
  font-size: 14px;
}
.addr_addbox ul li.addr_last .addr_right > div {
  position: absolute !important;
  width: calc(100% - 34px);
  top: 0;
  margin: 0 !important;
  max-height: 350px;
  z-index: 3;
}
.addr_addbox .check_default {
  display: block;
  font-size: 13.5px;
  color: #206041;
}
.addr_addbox .check_default input {
  appearance: none;
  border: 1px solid #90b0a0;
  width: 15px;
  height: 15px;
  vertical-align: -3px;
  border-radius: 3px;
  margin-right: 5px;
}
.addr_addbox .check_default input:checked {
  background: url(../img/check_i.png) no-repeat #206041 center center;
  background-size: 11px auto;
  border: 0;
}

/*고객센터 문의하기*/
.itemqa-title {
  font-size: 17px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
  line-height: 1.2;
}
.itemqa-desc {
  font-size: 12px;
  color: #888;
  margin-bottom: 18px;
}
.itemqa-list {
  padding: 0 17px;
}
.itemqa-list .itemqa-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 22px 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.itemqa-list .itemqa-card h2 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  padding-right: 20px;
}
.itemqa-list .itemqa-card span {
  font-size: 12px;
  color: #777;
  padding-right: 20px;
  display: block;
}
.itemqa-img-wrap {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
  margin-right: 10px;
  border: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itemqa-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.itemqa-info {
  width: calc(100% - 112px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.itemqa-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itemqa-row:nth-child(2) {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
}
.itemqa-store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 12px;
  color: #888;
  margin-bottom: 2px;
  line-height: 1.2;
  width: 100%;
}
.itemqa-store-name {
  font-weight: 600;
  color: #777;
  font-size: 12px;
  width: calc(100% - 126px);
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.itemqa-store > span:last-child {
  color: #888;
  font-size: 11.5px;
  padding-right: 0;
  width: 120px;
  text-align: right;
}
.item-name {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  width: 100%;
}
.itemqa-divider {
  width: 100%;
  height: 1px;
  background: #ededed;
  margin: 8px 0 0 0;
  border: 0;
}
.item-status-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}
.item-status {
  font-size: 14px;
  font-weight: 700;
  color: #206041;
  margin-left: 0;
  white-space: nowrap;
  margin-bottom: 0;
  text-align: right;
  min-width: 72px;
  letter-spacing: -0.5px;
}
.itemqa-card::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background: url(../img/app_arrow.svg) no-repeat center right;
  background-size: 8px auto;
  filter: grayscale(3);
  opacity: 0.8;
}
#sit_qa_write .itemqa-card::after {
  display: none;
}
.qa_list2 .itemqa-card {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  padding: 16px;
}
.qa_list2 .itemqa-img-wrap {
  width: 102px;
  height: 102px;
  flex-shrink: initial;
}
.qa_list2 .item-option {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2px;
  width: 100%;
}

/*리뷰작성*/
#review_write {
  padding: 10px 17px;
  background: #fff;
}
#review_write .itemreview-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ededed;
  gap: 10px;
  flex-wrap: wrap;
}
#review_write .itemreview-img-wrap {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#review_write .itemreview-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#review_write .itemreview-info {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  gap: 2px;
}
#review_write .itemreview-row {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#review_write .itemreview-row:nth-child(2) {
  flex-direction: column;
  align-items: flex-start;
}
#review_write .itemreview-store {
  font-size: 13px;
  color: #888;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#review_write .itemreview-store-name {
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: underline;
  color: #777;
  font-size: 12px;
  width: calc(100% - 110px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#review_write .item-option {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #777;
  font-size: 12.5px;
}
#review_write .itemreview-store span {
  font-size: 11px;
  margin-top: 0;
  float: right;
}
#review_write .item-name {
  font-size: 14.5px;
  font-weight: 600;
  color: #222;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#review_write .itemreview-divider {
  width: 100%;
  height: 1px;
  background: #ededed;
  margin-top: 5px;
  border: 0;
}
#review_write .item-status-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}
#review_write .item-status {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  min-width: 72px;
  text-align: right;
  letter-spacing: -0.5px;
  border-radius: 6px;
  padding: 5px 0 0;
  display: inline-block;
}

#review_write .review-form-wrap {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: 18px 0 90px;
  padding: 18px 16px 16px 16px;
}
#review_write .review-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
}
#review_write .review-title-row label {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
#review_write .review-title-row .review-category {
  font-size: 13px;
  color: #5b5b5b;
  font-weight: 400;
}
#review_write .review-content-wrap {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#review_write .review-images-wrap {
  white-space: nowrap;
  overflow: auto;
  margin: 0 -16px;
  padding: 0 16px;
}
#review_write .review-images {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 8px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  position: relative;
}
#review_write .review-images:not(:first-child) {
  display: inline-block;
  position: relative;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  background: #f7f8f7;
}
#review_write .review-images .photo_del {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#review_write .review-images input[type="file"] {
  display: none;
}
#review_write .review-image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #bdbdbd;
  font-size: 12px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
}
#review_write .review-image-placeholder .icon img {
  margin-bottom: 6px;
  display: block;
  width: 18px;
  height: auto;
}
#review_write .review-images img {
  width: 100%;
  height: 100%;
}
#review_write .review-content input {
  width: 100%;
  height: 46px;
  border: none;
  background: #f7f8f7;
  border-radius: 8px;
  padding: 14px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #222;
}
#review_write .review-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#review_write .review-content textarea {
  width: 100%;
  height: 180px;
  border: none;
  background: #f7f8f7;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  padding: 14px;
  resize: none;
  outline: none;
  box-sizing: border-box;
  margin-top: 0;
}
#review_write .review-content input::placeholder,
#review_write .review-content textarea::placeholder {
  color: #999;
  font-size: 14.5px;
}
#review_write .review-btn-wrap {
  position: fixed;
  bottom: 0;
  padding: 15px 17px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 500px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 2;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}
#review_write .review-submit-btn {
  width: 100%;
  height: 50px;
  background: #206041;
  color: #fff;
  font-size: 16.5px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: -0.5px;
}
#review_write .review-info-wrap {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  line-height: 1.3;
  margin-bottom: 95px;
}
#review_write .star_rating {
  direction: rtl;
  display: inline-block;
  margin-top: 15px;
}
#review_write .star_rating input {
  display: none;
}
#review_write .star_rating label {
  font-size: 30px;
  color: #ddd;
  cursor: pointer;
}
#review_write .star_rating input:checked ~ label {
  color: #206041;
}
#review_write .main_box {
  margin: 25px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
#review_write .main_box h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
#review_write .main_box p {
  color: #777;
  font-size: 14px;
}

/*커뮤니티 검색*/
#ssch_frm .sch_wr {
  border-bottom: 1px solid #e3e5e8;
  border-bottom: 0;
  position: fixed;
  right: calc(((100% - 500px) / 2) + 17px);
  top: 0;
  margin: 0 auto;
  z-index: 4;
  padding: 10px 0;
  width: 430px;
}
#ssch_frm {
  border-bottom: 1px solid #ddd;
  background: #fff;
  margin: 10px 0;
}
#ssch_frm div {
  padding: 10px;
  line-height: 30px;
}
.sch_wr {
  border-bottom: none !important;
}
#ssch_frm #ssch_q {
  border-radius: 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.077em;
  margin: 0;
}
#ssch_frm .sch_submit {
  height: 40px;
  padding: 0 10px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.sch_wr {
  border-bottom: none !important;
}
.search-tab-menu {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  background: #fff;
}
.search-tab-menu .tab-btn {
  flex: 1;
  padding: 10px 0;
  border: none;
  background: #fff;
  color: #888;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-bottom 0.2s;
}
.search-tab-menu .tab-btn.active {
  color: #206041;
  border-bottom: 2px solid #206041;
}

.sub-tab-menu {
  display: flex;
  gap: 8px;
  margin: 10px 0 20px 0;
}
.sub-tab-btn {
  padding: 6px 18px;
  border: 1.5px solid #256029;
  background: #fff;
  color: #256029;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.sub-tab-btn:not(.active) {
  border-color: #d5d5d5;
  color: #888;
  background: #fafafa;
}
.sub-tab-btn.active {
  background: #fff;
  color: #256029;
  border: 1.5px solid #256029;
}

.shop-sub-filter {
  margin: 16px 0;
}
.shop-sub-filter .total-count span {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding-right: 20px;
  color: #333;
}
.shop-sub-filter .total-count {
  display: block;
  padding: 14px 0 0;
}
.listtype .shop-sub-filter {
  margin: 12px 17px 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #ddd;
}
.shop-sub-filter .shop-sort {
  text-align: right;
  display: block;
  padding: 14px 0 0;
}
.shop-sub-filter .shop-sort span {
  color: #206041;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  padding-right: 20px;
  background: url(../img/sel1.svg) no-repeat center right;
  background-size: 10px auto;
}
.community-list {
  margin: 0;
  margin-top: 20px;
}
.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.community-list .post-item a {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.community-list .post-item .img-responsive {
  width: 110px;
  height: 110px;
  border-radius: 5px;
  margin-right: 12px;
}
.community-list .post-content {
  width: calc(100% - 172px);
  margin-right: 14px;
}
.community-list .post-title {
  font-weight: 600;
  margin: 15px 0 10px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.community-list .post-text {
  color: #666;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.community-list .gallery-scrap img {
  height: 36px;
  width: auto;
}
.community-list .post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.community-list .post-footer span {
  color: #999;
}
.community-list .heart-icon {
  width: 20px;
  height: 20px;
  background: url("../img/heart.svg") no-repeat center;
  background-size: contain;
}
.community-list .sct_noitem {
  padding: 50px 0;
  text-align: center;
  font-size: 13.5px;
  color: #777;
}
.blackbox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  max-width: 500px;
  margin: 0 auto;
  z-index: 9998;
  display: none;
}
.filter-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 16px 0 16px 0;
  font-family: "Noto Sans KR", sans-serif;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.08);
}
.filter-list {
  margin: 0;
  padding: 0 17px;
  list-style: none;
}
.filter-list li {
  display: flex;
  align-items: center;
  height: 48px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  color: #222;
}
.filter-list li:last-child {
  border-bottom: none;
}
/* .filter-list label {
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
} */
.filter-list label {
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .filter-list input[type="radio"] {
  accent-color: #25613c;
  width: 18px;
  height: 18px;
  margin-right: 12px;
} */
.filter-list input[type="radio"] {
  accent-color: #206041;
  width: 16px;
  height: 16px;
  margin-left: 12px; /* 왼쪽 여백 */
  margin-right: 0;
}
.filter-list .checked {
  color: #206041;
  font-weight: 600;
}
.filter-btn {
  width: calc(100% - 34px);
  margin: 24px 17px 0 17px;
  height: 46px;
  background: #206041;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.community-list .gallery-desc-profile {
  border-radius: 50%; /* 원형으로 만들기 */
  object-fit: cover; /* 이미지 비율 유지하면서 영역에 맞춤 */
  border: 1px solid #eee; /* 선택적: 테두리 추가 */
  margin-right: 3px;
  vertical-align: top;
}
.community-list .writer-info {
  padding-top: 3px;
}
.community-list .writer-info span {
  font-size: 13px;
  color: #555;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
}

/*리뷰 목록*/
.myreview-header-wrap {
  background: #fff;
  padding: 0 17px;
  position: sticky;
  top: 58px;
  z-index: 10;
}
.myreview-header-menu {
  display: flex;
  border-bottom: 1.5px solid #e5e5e5;
  margin-bottom: 10px;
  background: #fff;
}
.myreview-header-menu li {
  flex: 1;
  text-align: center;
  padding: 14px 0 10px 0;
  font-size: 1.2em;
  color: #bdbdbd;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.myreview-header-menu li.on {
  color: #206041;
  border-bottom: 2.5px solid #206041;
  background: #fff;
}
.myreview-search-bar {
  display: flex;
  align-items: center;
  margin: 16px 0 23px;
  background: #fff;
  border: 1px solid #90b0a0;
  border-radius: 8px;
  padding: 0 13px;
  height: 42px;
}
.myreview-search-bar input {
  border: none;
  background: transparent;
  width: calc(100% - 30px);
  font-size: 13.5px;
  outline: none;
  height: 40px;
}
.myreview-search-bar input::placeholder {
  color: #90b0a0;
}
.myreview-search-bar button {
  background: none;
  border: none;
  color: #388e3c;
  font-size: 1.2em;
  cursor: pointer;
  width: 30px;
  height: 40px;
  text-align: right;
}
.myreview-search-bar button img {
  height: 19px;
}
.myreview-filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #757575;
  padding-bottom: 5px;
}
.myreview-filter-row .myreview-all-select {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
.myreview-filter-row .myreview-all-select input {
  appearance: none;
  border: 1px solid #90b0a0;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  margin-right: 3px;
  cursor: pointer;
}
.myreview-filter-row .myreview-all-select input:checked {
  background: url(../img/check_i.png) no-repeat #206041 center center;
  background-size: 11px auto;
  border: 0;
}
.myreview-filter-row .myreview-delete {
  color: #555;
  font-size: 13.5px;
  font-weight: 500;
}
.myreview-filter-row .myreview-total {
  font-weight: 500;
  font-size: 13px;
  color: #999;
}
.myreview-filter-row select {
  border: 0;
  border-radius: 4px;
  padding: 2px 16px 2px 8px;
  font-size: 13px;
  margin-left: 4px;
  background: #fff;
  color: #777;
  appearance: none;
  background: url(../img/sel2.png) no-repeat center right;
  background-size: 10px auto;
  outline: none;
}
.myreview-no-data {
  text-align: center;
  padding: 15px 0;
  color: #999;
  font-size: 14px;
}
.myreview-content {
  padding: 0 17px;
}
.myreview-content .myreview-card .myreview-chk input {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid #90b0a0;
  cursor: pointer;
}
.myreview-content .myreview-card .myreview-chk input:checked {
  background: url(../img/check_i.png) no-repeat #206041 center center;
  background-size: 11px auto;
  border: 0;
}
.myreview-modal-filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.myreview-modal-filter-list li {
  display: flex;
  align-items: center;
  padding: 16px 15px;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.myreview-modal-filter-list li img {
  height: 16px;
  width: auto;
}
.myreview-modal-filter-list li:last-child {
  border-bottom: none;
}
.myreview-modal-filter-list li span {
  flex: 1;
}
.myreview-content .review-card {
  width: calc(100% - 24px);
  float: right;
  padding: 15px;
  overflow: hidden;
}
.myreview-content .myreview-card:after {
  display: block;
  content: "";
  clear: both;
}
.myreview-content .myreview-chk {
  vertical-align: top;
}
.myreview-content .review-actions {
  display: flex;
  justify-content: flex-end;
}
.myreview-content .review-actions .etc-btn {
  width: 20px;
  margin-left: 10px;
  cursor: pointer;
  text-align: center;
}
.myreview-content .review-rating-area .star-score {
  font-size: 0;
}
.myreview-content .review-rating-area .star-score .star {
  color: #ccc;
  font-size: 17px;
}
.myreview-content .review-rating-area .star-score .filled {
  color: #206041;
}

/*전국풀집*/
.plant_tab {
  padding: 0 17px;
  position: sticky;
  top: 58px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
}
.plant_tab_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 58px;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 2;
}
.plant_tab_list li {
  width: 25%;
  text-align: center;
  padding: 13px 0;
  font-weight: 600;
  font-size: 14.5px;
  color: #999;
  cursor: pointer;
}
.plant_tab_list li.on {
  color: #206041;
  border-bottom: 2px solid #206041;
}
.plant-card-list-wrap {
  padding: 0 17px 5px;
}
.plant-card-list-wrap .post_title h1 {
  color: #666;
  font-size: 11px;
  font-weight: 400;
  padding: 15px 0 7px;
  line-height: 20px;
}
.plant-card-list-wrap .post_search input {
  font-size: 11.5px;
}
.plant-card-list-wrap .section-title {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.plant-card-list-wrap .section-title .arrow {
  margin-top: -3px;
}
.plant-card-list-wrap .section-title .arrow img {
  margin-left: 4px;
  height: 11px;
  filter: grayscale(3);
  opacity: 0.8;
}

.plant-card-list-content {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin-right: -17px;
  padding-right: 17px;
  white-space: nowrap;
}
.plant-card-list-wrap .plant-card {
  width: 29%;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  scroll-snap-align: start;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.plant-card-list-wrap .plant-card-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.plant-card-list-wrap .plant-card-img .no_img {
  background: url(../shop/img/no_image.gif) no-repeat center center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
}
.plant-card-list-wrap .plant-card-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  display: block;
}
.plant-card-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.02);
}
.plant-card-badge img {
  width: 18px;
  height: 18px;
  position: initial;
}

.plant-card-list-wrap .plant-card-info {
  padding: 10px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.plant-card-list-wrap .plant-card-meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
  gap: 5px;
  flex-wrap: wrap;
}
.plant-card-list-wrap .plant-card-meta .user_name {
  width: calc(100% - 22px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.plant-card-list-wrap .plant-card-meta img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
}
.plant-card-list-wrap .plant-card-title {
  font-size: 13px;
  color: #222;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plant_wrap .plant-card-list:last-child {
  padding-bottom: 100px;
}
.plant-card-empty {
  text-align: center;
  color: #999;
  font-size: 13.5px;
  padding: 10px 0;
}
.login-box.commu_login {
  margin: 0 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.commu_login .login-box-text span {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0 3px;
  line-height: 20px;
  display: block;
}
.commu_login .profile_go {
  background: url(../img/green_arrow.svg) no-repeat center right;
  background-size: 6.5px auto;
  display: inline-block;
  color: #206041;
  padding: 0 15px 0 0;
  font-size: 15px;
  font-weight: bold;
}

/*전국풀집 이미지 상세보기*/
.img-viewer-main-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-viewer-main {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 12px;
  position: relative;
  touch-action: pan-y;
}
.img-viewer-main .swiper {
  width: 100%;
  height: 100%;
}
.img-viewer-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
}
.img-viewer-main img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.img-viewer-thumbs-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.img-viewer-thumbs-list {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 8px;
  white-space: nowrap;
  overflow: auto;
}
.img-viewer-thumb {
  width: 64px;
  height: 64px;
  border-radius: 0;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #ddd;
}
.img-viewer-thumb.active {
  border: 1px solid #206041;
}
.img-viewer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #fff;
}

.img-viewer-arrow {
  display: none;
}
.img-viewer-main-wrap .swiper-pagination-bullet-active {
  background: #206041;
}

/*주문서 작성*/
.sod_frm_mobile .custom_order_form {
  padding: 10px 0;
  margin: 0 17px;
}

.sod_frm_mobile .custom_order_form h2 {
  margin: 10px 0;
  font-size: 16.5px;
  color: #206041;
  font-weight: 600;
}
.sod_frm_mobile .custom_order_form .delivery-methods {
  margin: 10px 0;
}
.sod_frm_mobile .list_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sod_frm_mobile .list_title #order_address_list {
  font-size: 12.5px;
  color: #555;
}
.sod_frm_mobile .list_title #order_address_list img {
  filter: grayscale(3);
  opacity: 0.9;
  height: 12px;
  width: auto;
  margin-left: 3px;
}

.sod_frm_mobile .addr_card,
.sod_frm_mobile .pickup_card,
.sod_frm_mobile .empty_card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.sod_frm_mobile .empty_card {
  text-align: center;
  color: #777;
  font-size: 13px;
}

.sod_frm_mobile .addr_header,
.sod_frm_mobile .pickup_header {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}
.sod_frm_mobile .pickup_header {
  justify-content: space-between;
  flex-wrap: wrap;
}
.sod_frm_mobile .pickup_header a {
  background: url(../img/app_arrow.svg) no-repeat center right;
  padding-right: 15px;
  background-size: 7px auto;
  font-size: 13px;
  filter: grayscale(3);
  color: #777;
}
.sod_frm_mobile .addr_name,
.sod_frm_mobile .pickup_name {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.sod_frm_mobile .pickup_name {
  width: calc(100% - 70px);
}

.sod_frm_mobile .addr_tag {
  background: #fff;
  border: 1px solid #176b45;
  color: #176b45;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.sod_frm_mobile .addr_address,
.sod_frm_mobile .pickup_address,
.sod_frm_mobile .addr_phone {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 500;
}

.sod_frm_mobile .addr_phone,
.sod_frm_mobile .pickup_phone,
.sod_frm_mobile .addr_ad_memo {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.sod_frm_mobile .addr_request {
  margin-top: 0;
}

.sod_frm_mobile .request_select {
  width: 100%;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fff;
  font-size: 13px;
  color: #333;
  height: 40px;
}

.sod_frm_mobile .request_select option {
  padding: 8px;
}
.sod_frm_mobile .coupon_box {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sod_frm_mobile .coupon_text {
  width: calc(100% - 92px);
  padding: 0 15px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-align: left;
}

/* 기본 배송지가 없을 때 스타일 */
.sod_frm_mobile .default_addr:empty::after {
  content: "기본 배송지가 설정되지 않았습니다.";
  display: block;
  text-align: center;
  color: #999;
  font-size: 14px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px dashed #ddd;
}

.sod_frm_mobile .pick-up {
  display: none;
}
.sod_frm_mobile .pick-up.bottom_gray {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.sod_frm_mobile .sod_frm_point div {
  border: 0px;
  padding: 0;
  color: #555;
  font-size: 12px;
}
.sod_frm_mobile .sod_frm_point div label {
  font-size: 15px;
  color: #333;
  margin-right: 10px;
  line-height: 40px;
}
.sod_frm_mobile .sod_frm_point #od_temp_point {
  width: calc(100% - 150px);
  box-shadow: none;
  height: 40px;
  padding: 0 10px;
  border-radius: 7px;
  font-size: 14px;
  margin-right: 5px;
}

.sod_frm_mobile .point_all_btn,
.sod_frm_mobile .custom_coupon_btn {
  background: #fff;
  border: 1px solid #206041;
  color: #206041;
  padding: 0;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  margin-top: 0;
  width: 82px;
}

.sod_frm_mobile .od_coupon {
  position: static;
}

.sod_frm_mobile .pickup-table {
  display: flex;
  justify-content: center;
  width: 100%;
}
.sod_frm_mobile .calendar-wrapper {
  width: 100%;
}
.sod_frm_mobile .flatpickr-calendar {
  width: 100%;
  box-shadow: none;
}
.sod_frm_mobile .flatpickr-innerContainer {
  display: block;
  width: 100%;
}
.sod_frm_mobile .flatpickr-rContainer {
  width: 100%;
}
.sod_frm_mobile .flatpickr-days {
  width: 100%;
  display: block;
}
.sod_frm_mobile .dayContainer {
  width: 100%;
  max-width: 100%;
}
.sod_frm_mobile .flatpickr-day {
  max-width: none;
  height: 50px;
  line-height: 50px;
  background: transparent !important;
  border: 0 !important;
}
.sod_frm_mobile .flatpickr-day.today {
  position: relative;
  background: transparent;
  border: 0;
  color: #393939 !important;
}
.sod_frm_mobile .flatpickr-day.today:after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  content: "";
  background: #e6e6e6;
  z-index: -1;
  border-radius: 50%;
}
.sod_frm_mobile .flatpickr-day.selected {
  position: relative;
  color: #fff !important;
}
.sod_frm_mobile .flatpickr-day.selected:after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  content: "";
  background: #206041;
  z-index: -1;
  border-radius: 50%;
}
/* .empty_text{
    text-align: center;
} */

.sod_frm_mobile .pickup_title {
  justify-content: flex-start;
}
.sod_frm_mobile .pickup_title h2 {
  margin-right: 6px;
}
.sod_frm_mobile .pickup_title span {
  color: #777;
  font-size: 12px;
}
.sod_frm_mobile .pickup_title span.green {
  color: #206041;
}

.sod_frm_mobile .pay_box {
  margin: 12px 17px;
  background: #fff;
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sod_frm_mobile .payment-option {
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.sod_frm_mobile .payment-option input[type="radio"] {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  accent-color: #176b45;
}

.sod_frm_mobile .payment-option label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  font-weight: 500;
}

.sod_frm_mobile .easy-pay-list {
  display: flex;
  gap: 16px;
}
.sod_frm_mobile .easy-pay-item {
  cursor: pointer;
}

.sod_frm_mobile .easy-pay-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 32px 10px 32px;
  background: #fff;
  text-align: center;
  width: 120px; /* 고정 너비 설정 */
  height: 80px; /* 고정 높이 설정 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: border 0.2s, box-shadow 0.2s;
  box-sizing: border-box; /* 패딩을 포함한 크기 계산 */
}
.sod_frm_mobile .easy-pay-item input[type="radio"] {
  display: none;
}
.sod_frm_mobile .easy-pay-item input[type="radio"]:checked + .easy-pay-box,
.sod_frm_mobile .easy-pay-box.selected {
  border: 2px solid #176b45;
  box-shadow: 0 2px 8px rgba(23, 107, 69, 0.08);
}
/* .easy-pay-box img {
    display: block;
    margin: 0 auto 4px auto;
} */
.sod_frm_mobile .easy-pay-box img {
  display: block;
  margin: 0 auto 4px auto;
  max-width: 100%;
  max-height: 30px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sod_frm_mobile #easy-pay-select {
  margin: 10px 0 15px 32px;
  display: none;
}
.sod_frm_mobile #settle_bank {
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
}

.sod_frm_mobile .easy-pay-item img {
  height: 24px;
  margin-bottom: 4px;
  width: auto;
}
.sod_frm_mobile .phone_number_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 82px);
}
.sod_frm_mobile .phone_number_box .request_select {
  width: calc(100% - 80px);
}
.sod_frm_mobile .phone_number_box #od_hp_first,
.sod_frm_mobile .phone_number_box #od_b_hp_first {
  width: 70px;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fff;
  appearance: none;
  background: url(../img/sel2.png) no-repeat center right 10px;
  background-size: 10px auto;
  font-size: 13px;
  color: #555;
}
.sod_frm_mobile .email_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 82px);
}

.sod_frm_mobile .email_box .request_select {
  width: 60%;
}
.sod_frm_mobile .email_box span {
  font-size: 14px;
  width: 20px;
  text-align: center;
}

.sod_frm_mobile .email_box #od_email_second {
  width: calc(55% - 20px);
  padding: 0 9px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: url(../img/sel2.png) no-repeat #fff center right 9px;
  background-size: 10px auto;
  font-size: 12px;
  color: #555;
}
.sod_frm_mobile li #od_email_second_text {
  float: right;
  width: calc(100% - 82px);
  margin-left: auto !important;
  margin-top: 8px;
}
.sod_frm_mobile #od_email_second_text {
  margin-top: 10px;
  display: none;
}
.sod_frm_mobile .flatpickr-months .flatpickr-month {
  height: 54px;
}
.sod_frm_mobile .flatpickr-current-month {
  padding: 15px 0;
  height: auto;
  width: 136px;
  text-align: center;
  left: 50%;
  margin-left: -68px;
  font-size: 17px;
}
.sod_frm_mobile .flatpickr-current-month input.cur-year {
  color: #222 !important;
  font-weight: 500;
}
.sod_frm_mobile .flatpickr-current-month .flatpickr-monthDropdown-months {
  float: right;
  padding-right: 6px;
}
.sod_frm_mobile .flatpickr-current-month .numInputWrapper {
  float: left;
  width: 70px;
}
.sod_frm_mobile .numInputWrapper span {
  opacity: 1;
}
.swal2-popup {
  width: 90%;
}
.swal2-container .swal2-title {
  font-size: 18px;
  padding-top: 20px;
}
.swal2-container .swal2-html-container {
  font-size: 16px;
}
.swal2-container .swal2-actions button {
  padding: 10px 25px;
}
.sod_frm_mobile .pick_red_text {
  color: #f44a44;
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.3;
}
.sod_frm_mobile .sod_frm_point div span {
  display: inline-block;
  font-weight: normal;
  padding-left: 6px;
}
.sod_frm_mobile .sod_frm_point div strong {
  margin-right: 3px;
  color: inherit;
}
.sod_frm_mobile #sod_frm_pay {
  margin: 0;
  padding: 0;
  border-top: 0;
}
.sod_frm_mobile#sod_frm .btn_cancel {
  display: none;
}
.sod_frm_mobile .order_all_title {
  font-size: 16.5px;
  color: #206041;
  font-weight: 600;
  padding: 5px 17px 15px;
}
.sod_frm_mobile .sod_list .sod_li {
  display: flex;
  flex-wrap: wrap;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin-bottom: 13px;
  justify-content: space-between;
}
.sod_frm_mobile .sod_list .sod_li .sod_pd_img {
  width: 90px;
  height: 90px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}
.sod_frm_mobile .sod_list .sod_li .sod_pd_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sod_frm_mobile .sod_list .sod_li .sod_pd_content {
  width: calc(100% - 105px);
  padding: 2px 0;
  position: relative;
}
.sod_frm_mobile .sod_pd_brand {
  font-size: 12.5px;
  color: #808080;
  text-decoration: underline;
}
.sod_frm_mobile .sod_list .sod_pd_content .li_name {
  padding: 5px 0 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 0;
}
.sod_frm_mobile#sod_frm .sod_pd_content .sod_opt {
  padding-left: 0;
  min-height: auto;
  padding: 0;
}
.sod_frm_mobile#sod_frm .sod_pd_content .price {
  font-size: 15px;
}
.sod_frm_mobile#sod_frm .sod_pd_content .deli_text {
  position: absolute;
  right: 7px;
  bottom: 5px;
  color: #333;
  font-size: 12px;
}
.sod_frm_mobile .sod_opt li {
  border: 0;
  padding: 2px 0;
  font-size: 12px;
}
.sod_frm_mobile#sod_frm .sod_ta_wr {
  margin: 20px 17px;
  border-top: 1px solid #ddd;
  padding: 17px 0 0;
}
.sod_frm_mobile#sod_frm .sod_ta_wr h4 {
  font-size: 16.5px;
  font-weight: 600;
  color: #206041;
  padding-bottom: 10px;
}
.sod_frm_mobile #m_sod_bsk_tot dt {
  padding: 5px 0;
  font-size: 13.5px;
  color: #666;
  font-weight: 600;
}
.sod_frm_mobile #m_sod_bsk_tot dd {
  padding: 5px 0;
  font-size: 14px;
  color: #555;
}
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt {
  font-size: 17px;
  color: #222;
}
.sod_frm_mobile#sod_frm .btn_submit {
  font-size: 17px;
  margin: 10px 0 0;
  border-radius: 15px 15px 0 0;
  padding: 18px 10px 20px;
  height: auto;
  background: #206041;
  color: #fff;
}
.sod_frm_mobile#sod_frm .btn_confirm {
  margin: 0 17px;
  position: fixed;
  max-width: 500px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 5;
}
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong {
  font-size: inherit;
  font-weight: 700;
}
.od_coupon_wrap {
  width: 100%;
  position: relative;
}
.od_coupon_wrap .coupon_msg {
  text-align: center;
  padding: 20px;
  font-weight: bold;
  color: #333;
  width: 100%;
}
.od_coupon_wrap .od_coupon h3 {
  display: flex;
  justify-content: space-between;
}
.od_coupon_wrap .od_coupon h3 .close_btn {
  background: none;
  color: white;
  border: none;
  font-size: 18px;
}
.od_coupon_wrap #od_coupon_frm {
  margin-top: 5px;
  border-radius: 8px;
  position: absolute;
  z-index: 3;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #ddd;
}
.od_coupon_wrap .tbl_head02.tbl_wrap {
  max-height: 200px; /* 약 4-5개 행 높이 */
  overflow-y: auto; /* 세로 스크롤 */
  margin: 0 13px;
}
.od_coupon_wrap .tbl_head02.tbl_wrap table {
  margin-bottom: 0; /* 테이블 하단 여백 제거 */
}
.od_coupon_wrap .tbl_head02 td {
  border: none;
  border-bottom: none !important;
  /* border-top: none!important; */
  padding: 10px 0;
  font-size: 13.5px;
  color: #555;
}

.od_coupon_wrap .tbl_head02 tr {
  height: auto;
  border-bottom: 1px solid #ddd;
}

.od_coupon_wrap .tbl_head02 tbody tr:last-child {
  border-bottom: 0;
}
.sod_frm_mobile .calendar-wrapper .flatpickr-month {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sod_frm_mobile .coupon_text {
  width: 100%;
}
.od_coupon_text_div {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13.5px;
  padding: 0 15px;
  color: #555;
  flex-wrap: wrap;
}
.od_coupon_name {
  width: calc(65% - 20px);
  text-align: left;
}
.od_coupon_price {
  width: 35%;
  text-align: right;
  padding-right: 5px;
}
.od_coupon_icon {
  width: 12px;
  height: 100%;
  background: url(../img/sel2.png) no-repeat center right;
  background-size: 11px auto;
}
.sc_coupon_text_div {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13.5px;
  padding: 0 15px;
  color: #555;
}
.sc_coupon_name {
  flex: 1;
  text-align: left;
}
.sc_coupon_price {
  margin-right: 10px;
}
.sc_coupon_icon {
  width: 12px;
  height: 100%;
  background: url(../img/sel2.png) no-repeat center right;
  background-size: 11px auto;
}
.sc_coupon_wrap {
  width: 100%;
  position: relative;
}
.sc_coupon_wrap .coupon_msg {
  text-align: center;
  padding: 20px;
  font-weight: bold;
  color: #333;
}
.sc_coupon_wrap .od_coupon h3 {
  display: flex;
  justify-content: space-between;
}
.sc_coupon_wrap .od_coupon h3 .close_btn {
  background: none;
  color: white;
  border: none;
  font-size: 18px;
}
.sc_coupon_wrap #sc_coupon_frm {
  margin-top: 5px;
  border-radius: 8px;
  position: absolute;
  z-index: 3;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #ddd;
}
.sc_coupon_wrap .tbl_head02.tbl_wrap {
  max-height: 200px; /* 약 4-5개 행 높이 */
  overflow-y: auto; /* 세로 스크롤 */
  margin: 0 13px;
}
.sc_coupon_wrap .tbl_head02.tbl_wrap table {
  margin-bottom: 0; /* 테이블 하단 여백 제거 */
}
.sc_coupon_wrap .tbl_head02 td {
  border: none;
  border-bottom: none !important;
  /* border-top: none!important; */
  padding: 11px 0;
  font-size: 13px;
  color: #555;
}
.sc_coupon_wrap .tbl_head02 tr {
  height: auto;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.sc_coupon_wrap .tbl_head02 tbody tr:last-child {
  border-bottom: 0;
}

.no_login_orderbox.odf_list li label {
  width: 82px;
  font-size: 13px;
  color: #555;
  font-weight: 500;
}
#sod_frm.sod_frm_mobile .no_login_orderbox.odf_list li input {
  width: calc(100% - 82px) !important;
  margin: 0;
}
#sod_frm.sod_frm_mobile .nologin_pass_text {
  text-align: right;
  color: #666;
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 5px 0;
}
#sod_frm.sod_frm_mobile .no_login_orderbox.odf_list li .phone_number_box input {
  width: calc(100% - 80px) !important;
}
.sod_frm_mobile {
  padding-bottom: 80px;
}
#sod_frm.sod_frm_mobile .no_login_orderbox.odf_list .email_box input {
  width: 45% !important;
}
/*프로필*/

#ssch_frm.profile_tab {
  border-bottom: 1px solid #ddd;
  background: #fff;
  margin: 10px 0;
}
#ssch_frm.profile_tab div {
  padding: 10px;
  line-height: 30px;
}
.my_top_profile.profile2 {
  padding-bottom: 0;
}
.my_profilebox {
  width: 58px;
  position: relative;
}
.my_profilebox a {
  position: absolute;
  bottom: 0;
  right: 0;
}
.my_profilebox a img {
  width: 20px;
  height: auto;
}
.profile_info {
  flex: 1;
  min-width: 0;
}
.profile_username {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.profile_tags {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.profile_tag {
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #206041;
  border-radius: 20px;
  font-size: 12px;
  color: #206041;
  white-space: nowrap;
}
.add_tag_btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #206041;
  color: #206041;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.profile_bio {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
.plant_tag_modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  max-width: 500px;
  margin: 0 auto;
  z-index: 9998;
  display: none;
}
.plant_tag_modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  margin: 0;
  padding: 0;
}
.plant_tag_modal .modal-content {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.plant_tag_modal .modal-header {
  padding: 20px 20px 15px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.plant_tag_modal .modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  margin: 0;
}
.plant_tag_modal .modal-body {
  padding: 20px;
}
.plant-add-section {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.plant-add-section h6 {
  font-size: 15.5px;
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plant-input-container {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #63907a;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  flex-wrap: wrap;
}
.plant-input-container input[type="text"] {
  padding: 12px 13px;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  width: calc(100% - 80px);
  color: #333;
}
.plant-input-container input[type="text"]::placeholder {
  color: #999;
}
.plant-input-divider {
  width: 1px;
  height: 20px;
  background: #ddd;
  margin: 0 auto;
}
.plant-add-btn {
  background: white;
  color: #206041;
  border: none;
  padding: 12px 13px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.plant-add-btn:hover {
  color: #1a4f35;
}
.plant-count {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.plant-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}
.plant-tag-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #63907a;
  border-radius: 16px;
  font-size: 13px;
  color: #63907a;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.plant-tag-name {
  font-weight: 500;
}
.plant-tag-remove {
  color: #63907a;
  font-size: 18px;
  cursor: pointer;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  width: 16px;
  height: 100%;
  text-align: right;
  line-height: 26px;
  align-items: center;
}
.plant_tag_modal .modal-footer {
  padding: 15px;
  display: flex;
  gap: 0;
  border-top: 1px solid #f0f0f0;
}
.plant_tag_modal .modal-footer .btn {
  flex: 1;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1.2;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.plant_tag_modal .modal-footer .btn-cancel {
  background: white;
  color: #777;
  border-right: 1px solid #f0f0f0;
}
.plant_tag_modal .modal-footer .btn-save {
  background: white;
  color: #206041;
}
.plant-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 5px 17px;
  background: #fff;
}
.plant-item {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.plant-item a {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.plant-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f8f9fa;
}
.profile_board .sct_noitem {
  font-size: 14px;
  text-align: center;
  padding: 15px;
  color: #888;
  line-height: 160px;
}

.profile-info-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-dots {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
}
.menu-dots span {
  width: 4px;
  height: 4px;
  background: #206041;
  border-radius: 50%;
  display: block;
  transition: all 0.2s;
}
.profile-menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.profile-menu-popup {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8f9fa;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.menu-drag-handle {
  width: 40px;
  height: 4px;
  background: #ddd;
  border-radius: 2px;
  margin: 0 auto 20px;
}
.profile-menu-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}
.profile-menu-avatar {
  width: 70px;
  border-radius: 12px;
  background: #206041;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  position: relative;
}
.profile-menu-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.profile-menu-info h4 {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.profile-menu-info p {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.profile-menu-options {
  display: flex;
  flex-direction: column;
}
.menu-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.2s;
}
.menu-option:last-child {
  border-bottom: none;
}
.menu-option-text {
  font-size: 16px;
  color: #333;
}
.menu-option-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.menu-option.report .menu-option-text {
  color: #dc3545;
}
.menu-option.report .menu-option-icon {
  color: #dc3545;
}
.confirm-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 320px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: none;
}
.confirm-content {
  text-align: center;
}
.confirm-message {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 24px;
  font-weight: 500;
}
.confirm-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.cut-btn-cancel {
  border: 1px solid #ddd;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  background: white;
  color: #777;
  border-right: 1px solid #f0f0f0;
}
.cut-btn-confirm {
  background: #206041;
  border: 1px solid #206041;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.report-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: none;
}
.report-title {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.report-options {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.report-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}
.report-option:last-child {
  border-bottom: none;
}
.report-option-text {
  font-size: 15px;
  color: #333;
  flex: 1;
}
.report-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.report-radio.selected {
  border-color: #206041;
  background: #206041;
}
.report-radio.selected::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
}
.report-modal .report-buttons {
  display: flex;
  border-top: 1px solid #f0f0f0;
  margin: 0 -24px -24px -24px;
  font-weight: 600;
  padding: 6px 0;
}
.report-btn {
  flex: 1;
  padding: 14px;
  border: none;
  background: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.report-btn-cancel {
  color: #777;
  border-right: 1px solid #f0f0f0;
}
.report-btn-submit {
  color: #206041;
  font-weight: 600;
}
.btn_write_board {
  position: fixed;
  z-index: 5;
  background: #206041;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  line-height: 46px;
  display: block;
  text-align: center;
  right: 15px;
  bottom: 83px;
}
.btn_write_board img {
  height: 18px;
}
.profile_board {
  padding-bottom: 80px;
}

@media screen and (max-width: 499px) {
  #ssch .sch_wr {
    right: 17px;
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 375px) {
  .qa_list2 .itemqa-img-wrap {
    width: 90px;
    height: 90px;
  }
  .itemqa-store {
    display: block;
    margin-bottom: 1px;
  }
  .itemqa-store-name {
    width: 100%;
  }
  .itemqa-store > span:last-child {
    width: 100%;
    padding-top: 2px;
    text-align: left;
  }
  .qa_list2 .item-option {
    -webkit-line-clamp: 1;
  }
  .community-list .post-item .img-responsive {
    width: 96px;
    height: 96px;
  }
  .community-list .post-content {
    width: calc(100% - 158px);
  }
  .community-list .post-title {
    margin: 10px 0;
  }
  .community-list .writer-info {
    padding-top: 0;
  }
}

@media screen and (max-width: 350px) {
  .scrap_tab li {
    font-size: 13px;
  }
  .scrap_sch input {
    font-size: 13px;
  }
  .hp-title {
    font-size: 15.5px;
  }
  .frm_input {
    padding: 0 10px;
  }
  .frm_input.select {
    width: 72px;
    background: url(../img/sel2.png) no-repeat center right 9px;
    background-size: 11px auto;
    font-size: 12px;
  }
  .hp-form-row button,
  .hp-form-row2 button {
    width: 88px;
    font-size: 12px;
  }
  .frm_input.phone_num {
    width: calc(100% - 176px);
    font-size: 12px;
  }
  .plant_tab_list li {
    font-size: 13px;
  }
}
