body {
  font-family: "LINESeedKR", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #121212;
  letter-spacing: -0.02em;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
}
img {
  max-width: 100%;
}
::selection {
  background: #aec74f;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #aec74f;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #aec74f;
  color: #fff;
  text-shadow: none;
}

.d-none {
  display: none !important;
}

input {
  -webkit-appearance: none;
}

.table-default {
}
.table-default th,
.table-default td {
  font-size: 1em;
  vertical-align: middle !important;
  padding: 15px 8px !important;
}
.table-default td small {
  font-size: 0.9em;
  color: #ec7a8f;
}
.table-default th {
  font-weight: 400;
  width: 200px;
  background-color: #f7f7f7;
}
.table-default > tbody > tr:last-child > th,
.table-default > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}

.table-v {
  color: #646464;
  border-top: 1px solid #ddd;
}
.table-v > thead > tr > th {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}
.table-v > tbody > tr > td {
  background-color: #fff;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  text-align: center;
  vertical-align: middle;
}
.table-v > tbody > tr > td.text-left,
.table-v > tbody > tr > td.td-title {
  text-align: left !important;
}
.table-v > tbody > tr > td:first-child {
  border-left: 1px solid #efefef;
}
.table-v:not(.table-rowspan) > tbody > tr:nth-child(even) > td {
  background-color: #fafafa;
}
.table-v > tbody > tr.even > td {
  background-color: #fafafa;
}
.table-v td.td-title {
  text-align: left !important;
}

.input-group {
  border: 1px solid #ddd;
}
.input-group > textarea {
  width: 100%;
  height: 150px;
  resize: none;
  -webkit-appearance: none;
  border: 0;
  padding: 8px;
}
.input-group > input {
  border: 0;
}
.input-group > .input-group-addon {
  border: 0;
  background-color: #fff;
}
.input-group.short {
  width: 200px;
}
.input-group.half {
  width: 50%;
}
.input-group.full {
  width: 100%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #aec74f;
  border-color: #aec74f;
}

.btn-primary.btn-block {
  padding: 15px 0;
  font-size: 1.2em;
}

.note-editing-area img {
  max-width: 100%;
}
.note-editor.note-frame {
  margin: 0;
}

.tab-content {
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.tab-content .table {
  margin: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.hori > li {
  float: left;
}
ul.hori:after {
  display: block;
  content: "";
  clear: both;
}

input[type="text"],
input[type="password"],
textarea {
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-group > .form-control {
  box-shadow: none;
  border-color: #ddd;
}

.input-group-b {
  margin-bottom: 12px;
  position: relative;
}
.input-group-b > input {
  padding: 15px 12px;
  height: 52px;
}
.input-group-b > input[readonly] {
  background-color: #fff;
}
.input-group-b > input:focus {
  outline: 0;
}
.input-group-b > .input-group-addon:first-child {
  width: 110px;
  position: relative;
  padding: 6px 12px 6px 6px;
}
.input-group-b > .input-group-addon:first-child:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -26px;
  height: 52px;
  line-height: 52px;
  content: "\f054";
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  opacity: 0.3;
}

.modal .modal-header {
  background-color: #399eb0;
  color: #fff;
  padding-right: 50px;
  position: relative;
}
.modal .modal-header > .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.modal .modal-header > .btn-close:before {
  display: inline;
  content: "\f00d";
  font-family: Font Awesome\5 Free;
  font-weight: 900;
}
.modal .modal-footer {
  background-color: #f1f1f1;
}

.input-group {
  background-color: #fff;
}
.input-group .notice {
  display: block;
  padding: 10px;
  font-size: 0.85em;
  color: #ed1c24;
}

.rachel1 {
  position: fixed;
  left: -9999px;
}
.rachel1 + label {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0;
}
.rachel1 + label:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}
.rachel1:checked + label:before {
  background-color: #fabe00;
  border-color: #ebb000;
  color: #fff;
  font-size: 10px;
  content: "\f00c";
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  text-align: center;
  line-height: 14px;
}
.rachel1[type="radio"] + label:before {
  border-radius: 8px;
}
.rachel1.solo + label {
  width: 16px;
  height: 16px;
  padding: 0;
}

#modal-searchAddr {
}
#modal-searchAddr .input-group {
  border: 0;
}
#modal-searchAddr .input-group > input {
  border: 1px solid #e1e1e1;
  border-right: 0;
}
#modal-searchAddr .input-group .btn {
  background-color: #333;
  color: #fff;
  border-color: #222;
}
#modal-searchAddr .input-alert {
  text-align: center;
  padding: 40px 0;
}
#modal-searchAddr .input-alert span {
  font-size: 3em;
  margin-bottom: 10px;
  color: #222;
}

.pagination {
  margin: 0;
}
.pagination > li > a {
  color: #ed1c24;
}
.pagination > li.active > a {
  background-color: #ed1c24;
  color: #fff;
  border-color: #ed1c24;
}

/*
** 상품 목록
 */
.item-list {
  margin-left: -10px;
  margin-right: -10px;
}
.item-list:after {
  display: block;
  content: "";
  clear: both;
}
.item-list > li {
  float: left;
  width: 20%;
  padding: 0 10px;
  margin-bottom: 35px;
}
.item-list > li > a {
  display: block;
}
.item-list > li > a > .image {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 74%;
  background-color: #fff;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e1e1e1;
}
.item-list > li > a > .image > .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.5s;
}
.item-list > li > a > .image > button.btn-fav {
  position: absolute;
  font-size: 1.4em;
  padding: 0;
  right: 10px;
  top: 10px;
  line-height: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  color: #888;
  opacity: 0.8;
}
.item-list > li > a > .image > button.btn-fav.active {
  color: #e61b37;
}
.item-list > li > a > .data {
  padding: 10px 0;
  background-color: #fff;
}
.item-list > li > a > .data > p.title {
  display: block;
  font-size: 1.1em;
  margin: 0 0 10px 0;
  height: 44px;
  line-height: 22px;
  letter-spacing: -0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.item-list > li > a > .data > p.price {
  margin: 0;
  text-align: right;
  font-weight: 700;
  font-size: 1.4em;
}
.item-list > li > a > .data > .rate {
  margin-top: 5px;
  text-align: right;
  font-size: 0.9em;
  color: #888;
}
.item-list > li > a > .data > .rate .fa-star {
  color: #ccc;
}
.item-list > li > a > .data > .rate .fa-star.active {
  color: #ffb450;
}
.item-list > li > a > .data > .rate .bar {
  font-size: 0.85em;
  color: #aaa;
  padding: 0 4px;
}
.item-list > li.empty {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  color: #777;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .item-list > li > a:hover > .image > .img {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 767px) {
  .container.full {
    padding-left: 0;
    padding-right: 0;
  }

  .input-group.half {
    width: 100%;
  }
  .input-group.mobile-full {
    width: 100%;
  }

  .table-default:not(.not-responsive),
  .table-default:not(.not-responsive) > caption,
  .table-default:not(.not-responsive) > tbody,
  .table-default:not(.not-responsive) > tbody > tr,
  .table-default:not(.not-responsive) > tbody > tr > th,
  .table-default:not(.not-responsive) > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .table-default:not(.not-responsive) > tbody > tr > th {
    background-color: #fafafa;
  }

  .item-list > li {
    width: 50%;
  }
}

.product-list .container {
  padding: 83px 0;
  position: relative;
}
.product-list .container h3 {
  display: block;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.33em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
.product-list.even {
  background-color: #f13223;
  color: #fff;
}
.product-list.even .container h3,
.product-list.even .product-item a,
.product-list.even .product-item a * {
  color: #fff !important;
}
.product-list.col-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -64px;
}
.product-list.col-4 .product-item {
  margin-bottom: 64px;
}
.product-list.col-4 .product-item {
  width: calc((100% - 60px) / 4);
}
.product-list.col-4 .product-item + .product-item {
  margin-left: 20px;
}
.product-list.col-4 .product-item:nth-child(4n + 1) {
  margin-left: 0;
}
.product-list .product-item a {
  display: block;
}
.product-list .product-item a .image {
  position: relative;
}
.product-list .product-item a .image .img img {
  display: block;
}
.product-list .product-item a .image .btn-fav {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  right: 18px;
  bottom: 18px;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.product-list .product-item a .image .btn-fav.active span.fa-heart::before {
  color: red;
}
.product-list .product-item a .data {
  margin-top: 16px;
}
.product-list .product-item a .data .title {
  font-size: 16px;
  line-height: 1.3125em;
  height: 2.625em;
  font-weight: 700;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.product-list .product-item a .data .sub-title {
  font-size: 14px;
  line-height: 1.35em;
  height: 2.7em;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.5);
}
.product-list .product-item a .data .price {
  font-size: 16px;
  line-height: 1.3125em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.product-list .product-item a .data .rate {
  font-size: 12px;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}
.product-list .product-item a .data .rate span {
  color: #ffc960 !important;
  margin: 0 5px 0 0;
  font-size: 12px;
}
.product-list .btn-prev,
.product-list .btn-next {
  border: 0;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 50%;
}
.product-list .btn-prev img,
.product-list .btn-next img {
  display: block;
  margin: 0 auto;
}
.product-list .btn-prev {
  left: 0;
  transform: translate(calc(-100% - 59px), -50%);
}
.product-list .btn-next {
  right: 0;
  transform: translate(calc(100% + 59px), -50%);
}

@media all and (max-width: 1199px) {
  .product-list .container {
    padding: 55px 0;
  }
  .product-list .container h3 {
    margin-bottom: 30px;
    font-size: 34px;
  }
  .product-list.col-4 {
    margin-bottom: -45px;
  }
  .product-list.col-4 .product-item {
    margin-bottom: 45px;
    width: calc((100% - 40px) / 3);
  }
  .product-list.col-4 .product-item:nth-child(4n + 1) {
    margin-left: 20px;
  }
  .product-list.col-4 .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  .product-list .btn-prev,
  .product-list .btn-next {
    display: none;
  }
  .product-list .container {
    padding: calc((71 / 720) * 100vw) 0 calc((84 / 720) * 100vw);
  }
  .product-list .container h3 {
    margin-bottom: calc((26 / 720) * 100vw);
    font-size: calc((40 / 720) * 100vw);
  }
  .product-list .container .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc((60 / 720) * -100vw);
  }
  .product-list .container .swiper-slide {
    width: calc((100% - 2vw) / 2);
    margin-bottom: calc((60 / 720) * 100vw);
  }
  .product-list .container .swiper-slide + .swiper-slide {
    margin-left: 2vw;
  }
  .product-list .container .swiper-slide:nth-child(2n + 1) {
    margin-left: 0;
  }
  .product-list .container .swiper-slide:nth-child(n + 5) {
    display: none;
  }
  .product-list.col-4 {
    margin-bottom: -calc((60 / 720) * 100vw);
  }
  .product-list.col-4 .product-item {
    margin-bottom: calc((44 / 720) * 100vw);
    width: calc((100% - 8px) / 2);
  }
  .product-list.col-4 .product-item + .product-item,
  .product-list.col-4 .product-item:nth-child(4n + 1),
  .product-list.col-4 .product-item:nth-child(3n + 1) {
    margin-left: 8px;
  }
  .product-list.col-4 .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .product-list .product-item a .data {
    margin-top: calc((17 / 720) * 100vw);
  }
  .product-list .product-item a .data .title {
    font-size: calc((24 / 720) * 100vw);
    line-height: 1.3em;
    max-height: 2.6em;
    margin-bottom: calc((17 / 720) * 100vw);
  }
  .product-list .product-item a .data .sub-title {
    font-size: calc((20 / 720) * 100vw);
    line-height: 1.3em;
    max-height: 2.6em;
    margin: 0 0 calc((34 / 720) * 100vw);
  }
  .product-list .product-item a .data .price {
    font-size: calc((24 / 720) * 100vw);
    line-height: 1.3em;
    margin-bottom: calc((10 / 720) * 100vw);
  }
  .product-list .product-item a .data .rate {
    font-size: calc((20 / 720) * 100vw);
  }
  .product-list .product-item a .data .rate span {
    color: #ffc960 !important;
    margin-right: calc((6 / 720) * 100vw);
  }

  #chat {
    width: calc((95 / 720) * 100vw);
    right: calc((12.5 / 720) * 100vw);
    bottom: calc((120 / 720) * 100vw) !important;
    box-shadow: none;
    border-radius: calc((25 / 720) * 100vw);
  }
}

/* 카카오 스티키 버튼 스타일 */
.kakao-sticky-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: flex;
  align-items: center;
  background: #fee500;
  padding: 12px 20px;
  border-radius: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: transform 0.2s;
}

.kakao-sticky-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.kakao-sticky-btn i {
  font-size: 24px;
  margin-right: 8px;
  color: #000000;
}

.kakao-sticky-btn span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .kakao-sticky-btn {
    bottom: 20px;
    right: 20px;
    padding: 10px 16px;
  }

  .kakao-sticky-btn i {
    font-size: 20px;
    margin-right: 6px;
  }

  .kakao-sticky-btn span {
    font-size: 12px;
  }
}
