html {
  font-family: "Jost", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Jost", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: #252525;
  background-color: #fff;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.shop-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}

.shop-header-inner {
  max-width: 1840px;
  padding: 0 34px;
}

.shop-util {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  min-height: 42px;
  color: #555;
  font-size: 14px;
}

.shop-util a,
.shop-cs-btn {
  color: #555;
  font-weight: 500;
}

.shop-cs-menu {
  position: relative;
}

.shop-cs-btn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: 0;
  background: transparent;
  padding: 0;
}

.shop-cs-btn i {
  transition: transform 0.18s ease;
}

.shop-cs-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  display: none;
  min-width: 140px;
  padding: 12px 0;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.shop-cs-dropdown a {
  display: block;
  padding: 8px 18px;
  color: #555;
  white-space: nowrap;
}

.shop-cs-dropdown a:hover {
  color: #0aa99a;
  background-color: #f7fbfa;
}

.shop-cs-menu.is-open .shop-cs-dropdown {
  display: block;
}

.shop-cs-menu.is-open .shop-cs-btn i {
  transform: rotate(180deg);
}

.shop-gnb {
  display: flex;
  align-items: center;
  min-height: 96px;
}

.shop-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  margin-right: 76px;
  color: #111;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
}

.shop-brand img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom:10px;
}

.shop-brand::first-letter {
  color: #0aa99a;
}

.shop-menu {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
}

.shop-category {
  display: flex;
  align-items: center;
  gap: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-category a {
  color: #111;
  font-size: 18px;
  font-weight: 500;
}

.shop-category a:hover {
  color: #0aa99a;
}

.shop-icon-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.shop-icon-menu a {
  color: #111;
  font-size: 34px;
  line-height: 1;
}

.shop-mobile-toggle {
  margin-left: auto;
}

.shop-page {
  min-height: calc(100vh - 160px);
}

.shop-main-visual {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  background-color: #f5f7f8;
}

.shop-main-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.shop-main-slide.active {
  opacity: 1;
  visibility: visible;
}

.shop-main-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0.1) 68%, rgba(255, 255, 255, 0) 100%);
}

.shop-main-slide-1 {
  background-image: url("/images/temp_main_1.jpg");
}

.shop-main-slide-2 {
  background-image: url("/images/temp_main_2.jpg");
}

.shop-main-slide-3 {
  background-image: url("/images/temp_main_3.jpg");
}

.shop-main-copy {
  position: relative;
  z-index: 1;
  width: min(620px, 45vw);
  margin-left: 8vw;
}

.shop-main-copy em {
  display: block;
  margin-bottom: 18px;
  color: #0aa99a;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.shop-main-copy strong {
  display: block;
  color: #111;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.12;
}

.shop-main-copy span {
  display: block;
  margin-top: 24px;
  color: #0a67a5;
  font-size: 25px;
  font-weight: 800;
}

.shop-main-copy small {
  display: block;
  margin-top: 14px;
  color: #444;
  font-size: 17px;
  font-weight: 500;
}

.shop-main-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 5;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.shop-main-dots button {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
}

.shop-main-dots button.active {
  background-color: #111;
}

.shop-product-section {
  padding-top: 76px;
}

.shop-product-list-page {
  padding: 62px 0 96px;
}

.shop-product-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
}

.shop-product-heading h1,
.shop-product-heading h2 {
  margin: 0;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
}

.shop-product-heading p {
  margin: 10px 0 0;
  color: #888;
  font-size: 14px;
}

.shop-product-heading a {
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

.shop-product-heading a:hover {
  color: #0aa99a;
}

.shop-product-heading select {
  width: 150px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background-color: #fff;
  color: #555;
  font-size: 13px;
}

.shop-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 76px 28px;
}

.shop-product-item {
  display: block;
  color: #333;
}

.shop-product-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background-color: #f6f6f6;
}

.shop-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.shop-product-item:hover .shop-product-thumb img {
  transform: scale(1.035);
}

.shop-product-info {
  padding-top: 20px;
}

.shop-product-info h2,
.shop-product-info h3 {
  min-height: 2.7em;
  margin: 0 0 12px;
  color: #555;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.shop-product-desc {
  display: none;
  margin-bottom: 0;
  color: #777;
  font-size: 14px;
}

.shop-product-origin {
  margin-bottom: 2px;
  color: #8f8f8f;
  font-size: 14px;
  text-decoration: line-through;
}

.shop-product-price {
  margin-top: 0;
  color: #008fd3;
  font-size: 16px;
  font-weight: 700;
}

.shop-footer {
  margin-top: 120px;
  background-color: #f8f8f8;
  color: #343434;
}

.shop-footer-inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 78px 70px 58px;
}

.shop-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 54px;
  margin-bottom: 5px;
  color: #222;
  font-size: 13px;
  padding-right:50px;
}

.shop-footer-top > div:first-child {
  flex: 0 0 auto;
}

.shop-footer-top > div:last-child {
  display: flex;
  justify-content: flex-end;
  gap: 54px;
  flex: 1 1 auto;
  text-align: right;
}

.shop-footer-top a {
  color: #222;
  font-weight: 500;
}

.shop-footer-top .bold {
  font-weight: 800;
}

.shop-footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 0.8fr;
  gap: 72px;
  align-items: start;
}

.shop-footer-logo {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.shop-footer-logo::first-letter {
  color: #0aa99a;
}

.shop-footer-logo-text {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.shop-footer-logo-text::first-letter {
  color: #0aa99a;
}

.shop-footer-info {
  padding-top: 60px;
}

.shop-footer h2 {
  margin: 0 0 26px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.shop-footer h3 {
  margin: 0 0 14px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.shop-footer p {
  margin: 0 0 12px;
  color: #3f4952;
  font-size: 13px;
  line-height: 1.65;
}

.shop-footer strong {
  color: #000;
  font-weight: 600;
}

.shop-footer .ml-12 {
  margin-left: 12px;
}

.shop-footer-copy {
  margin-top: 64px;
  color: #444;
  font-size: 13px;
}

.shop-footer dl {
  margin: 0;
}

.shop-footer dt {
  margin: 0 0 8px;
  color: #000;
  font-size: 13px;
  font-weight: 800;
}

.shop-footer dd {
  margin: 0 0 24px;
  color: #3f4952;
  font-size: 13px;
  line-height: 1.65;
}

.join-page {
  padding: 70px 20px 90px;
  background-color: #fafafa;
}

.join-wrap {
  width: min(960px, 100%);
  margin: 0 auto;
}

.join-title {
  text-align: center;
}

.join-title h1 {
  margin: 0;
  color: #111;
  font-size: 34px;
  font-weight: 800;
}

.join-title p {
  margin: 14px 0 0;
  color: #777;
  font-size: 16px;
}

.join-step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 42px 0 32px;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  background-color: #fff;
}

.join-step li {
  position: relative;
  padding: 20px 12px;
  color: #999;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.join-step li + li {
  border-left: 1px solid #e5e5e5;
}

.join-step li span {
  display: block;
  margin-bottom: 6px;
  color: #c9c9c9;
  font-size: 12px;
}

.join-step li.active {
  color: #0aa99a;
}

.join-step li.active span {
  color: #0aa99a;
}

.join-panel {
  padding: 34px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.agree-all {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px 24px;
  border: 1px solid #d9eee9;
  background-color: #f4fbf9;
}

.agree-all label {
  margin: 0;
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

.agree-box {
  margin-top: 24px;
  border: 1px solid #e7e7e7;
}

.agree-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #e7e7e7;
}

.agree-head label {
  margin: 0 0 0 8px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.agree-head strong {
  color: #0aa99a;
  font-size: 13px;
}

.agree-head span {
  color: #999;
  font-size: 13px;
}

.agree-cont {
  height: 128px;
  overflow-y: auto;
  padding: 18px 22px;
  color: #666;
  background-color: #fcfcfc;
  line-height: 1.7;
}

.agree-cont p {
  margin: 0 0 10px;
}

.join-form-panel {
  padding: 42px;
}

.join-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.join-row {
  display: grid;
  gap: 22px;
}

.join-row-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.join-row-address {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.7fr) minmax(0, 0.7fr);
}

.join-field label {
  display: block;
  margin-bottom: 9px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.join-field label strong {
  color: #0aa99a;
}

.join-field .form-control,
.join-field .form-select {
  height: 48px;
  border-color: #ddd;
  border-radius: 0;
  color: #333;
}

.join-field .form-control:focus,
.join-field .form-select:focus {
  border-color: #0aa99a;
  box-shadow: 0 0 0 0.16rem rgba(10, 169, 154, 0.12);
}

.join-field-help {
  margin: 7px 0 0;
  color: #888;
  font-size: 13px;
}

.join-auth-line {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 96px minmax(0, 0.9fr) 112px;
  gap: 8px;
}

.btn-join-auth {
  height: 48px;
  border: 1px solid #111;
  border-radius: 0;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.btn-join-auth:hover {
  border-color: #0aa99a;
  background-color: #0aa99a;
}

.join-auth-message {
  min-height: 20px;
  margin: 8px 0 0;
  color: #e35d5d;
  font-size: 13px;
}

.join-auth-message.success {
  color: #0aa99a;
}

.join-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.btn-join {
  min-width: 150px;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 46px;
}

.btn-join-primary {
  background-color: #0aa99a;
  color: #fff;
}

.btn-join-primary:hover {
  background-color: #078f83;
  color: #fff;
}

.btn-join-light {
  border-color: #cfcfcf;
  background-color: #fff;
  color: #555;
}

.btn-join-light:hover {
  background-color: #f4f4f4;
  color: #333;
}

.shop-login-page {
  padding: 74px 20px 96px;
  background-color: #fff;
}

.shop-login-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.shop-login-title {
  margin-bottom: 38px;
  text-align: center;
}

.shop-breadcrumb {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #999;
  font-size: 13px;
}

.shop-breadcrumb span::before {
  content: "/";
  margin-right: 12px;
  color: #bbb;
}

.shop-login-title h1 {
  margin: 0;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

.shop-login-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #e6e6e6;
}

.shop-login-box,
.shop-login-join {
  min-height: 300px;
  padding: 42px 48px;
}

.shop-login-box {
  border-right: 1px solid #e6e6e6;
}

.shop-login-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.shop-login-heading h2,
.shop-login-join h2 {
  margin: 0;
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.shop-login-heading span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #777;
  font-size: 13px;
}

.shop-login-alert {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #f0caca;
  background-color: #fff7f7;
  color: #d84848;
  font-size: 13px;
}

.shop-login-field + .shop-login-field {
  margin-top: 10px;
}

.shop-login-field input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  color: #333;
  font-size: 14px;
}

.shop-login-field input:focus {
  border-color: #0aa99a;
  outline: 0;
  box-shadow: 0 0 0 0.16rem rgba(10, 169, 154, 0.12);
}

.shop-login-submit {
  width: 100%;
  height: 50px;
  margin-top: 14px;
  border: 0;
  background-color: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.shop-login-submit:hover {
  background-color: #0aa99a;
}

.shop-login-links {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  color: #555;
  font-size: 13px;
}

.shop-login-links a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin-right: 20px;
  background-color: #ddd;
  vertical-align: -1px;
}

.shop-login-join p {
  margin: 18px 0 30px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.shop-login-join a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 44px;
  border: 1px solid #111;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.shop-login-join a:hover {
  border-color: #0aa99a;
  background-color: #0aa99a;
  color: #fff;
}

.shop-board-page {
  padding: 64px 20px 96px;
  background-color: #fff;
}

.shop-board-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.shop-board-location {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 34px;
  color: #999;
  font-size: 13px;
}

.shop-board-location span::before {
  content: "/";
  margin-right: 10px;
  color: #c7c7c7;
}

.shop-board-title {
  margin-bottom: 34px;
  text-align: center;
}

.shop-board-title h1 {
  margin: 0;
  color: #111;
  font-size: 32px;
  font-weight: 700;
}

.shop-board-title p {
  margin: 12px 0 0;
  color: #888;
  font-size: 14px;
}

.shop-board-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.shop-board-tabs a {
  min-width: 150px;
  padding: 15px 24px;
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.shop-board-tabs a + a {
  border-left: 1px solid #e5e5e5;
}

.shop-board-tabs a.active,
.shop-board-tabs a:hover {
  color: #111;
  font-weight: 700;
  background-color: #fafafa;
}

.shop-board-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.shop-board-search {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 18px;
}

.shop-board-actions .shop-board-search {
  margin-bottom: 18px;
}

.shop-board-search select,
.shop-board-search input {
  height: 38px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background-color: #fff;
  color: #555;
  font-size: 13px;
}

.shop-board-search select {
  min-width: 110px;
  padding: 0 28px 0 10px;
}

.shop-board-search input {
  width: 240px;
  padding: 0 12px;
}

.shop-board-search button,
.shop-board-write {
  height: 38px;
  border: 1px solid #111;
  border-radius: 0;
  background-color: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.shop-board-search button {
  min-width: 70px;
}

.shop-board-write {
  min-width: 96px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.shop-board-search button:hover,
.shop-board-write:hover {
  border-color: #0aa99a;
  background-color: #0aa99a;
  color: #fff;
}

.shop-board-table {
  width: 100%;
  margin: 0;
  border-top: 1px solid #111;
  border-collapse: collapse;
  table-layout: fixed;
}

.shop-board-table th {
  height: 54px;
  border-bottom: 1px solid #e5e5e5;
  color: #111;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.shop-board-table td {
  height: 58px;
  border-bottom: 1px solid #eee;
  color: #555;
  text-align: center;
  font-size: 14px;
}

.shop-board-subject {
  padding: 0 18px;
  text-align: left !important;
  color: #333 !important;
}

.shop-board-title-link {
  display: inline-block;
  max-width: 100%;
  color: #333;
  font-weight: 600;
  vertical-align: middle;
}

.shop-board-title-link:hover {
  color: #0aa99a;
}

.shop-qna-toggle {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: #333;
  text-align: left;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.shop-qna-toggle:hover {
  color: #0aa99a;
}

.shop-qna-toggle::after {
  content: "\F0140";
  display: inline-block;
  margin-left: 8px;
  color: #999;
  font-family: "Material Design Icons";
  font-size: 15px;
  vertical-align: -1px;
}

.shop-qna-toggle[aria-expanded="true"]::after {
  content: "\F0143";
}

.shop-qna-detail-row td {
  height: auto;
  padding: 0;
  background: #fafafa;
  text-align: left;
}

.shop-qna-detail {
  padding: 22px 28px 24px;
  border-bottom: 1px solid #eee;
}

.shop-qna-detail-block + .shop-qna-detail-block {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e9e9e9;
}

.shop-qna-detail-block strong {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.shop-qna-detail-block p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-line;
}

.shop-qna-detail-empty {
  color: #999 !important;
}

.shop-board-empty {
  padding: 76px 20px !important;
  color: #999 !important;
  text-align: center !important;
}

.shop-qna-form {
  border-top: 1px solid #111;
}

.shop-qna-alert {
  margin: 18px 0 0;
  padding: 12px 16px;
  border: 1px solid #f0caca;
  background-color: #fff7f7;
  color: #d84848;
  font-size: 13px;
}

.shop-qna-type {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 24px;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
  font-size: 14px;
}

.shop-qna-type strong {
  min-width: 86px;
  color: #111;
  font-weight: 700;
}

.shop-qna-type label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #555;
  font-weight: 500;
}

.shop-qna-type input {
  margin: 0;
  accent-color: #111;
}

.shop-qna-field {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  border-bottom: 1px solid #e7e7e7;
}

.shop-qna-field label {
  display: flex;
  align-items: center;
  padding: 0 24px;
  background-color: #fafafa;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.shop-qna-field label strong {
  margin-left: 4px;
  color: #0aa99a;
}

.shop-qna-field input,
.shop-qna-field textarea {
  width: 100%;
  border: 0;
  color: #333;
  font-size: 14px;
  font-family: inherit;
}

.shop-qna-field input {
  height: 54px;
  padding: 0 18px;
}

.shop-qna-field textarea {
  min-height: 280px;
  padding: 18px;
  resize: vertical;
  line-height: 1.7;
}

.shop-qna-field input:focus,
.shop-qna-field textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #0aa99a;
}

.shop-qna-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.shop-qna-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 42px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
}

.shop-qna-btn-primary {
  background-color: #111;
  color: #fff;
}

.shop-qna-btn-primary:hover {
  border-color: #0aa99a;
  background-color: #0aa99a;
  color: #fff;
}

.shop-qna-btn-light {
  border-color: #d0d0d0;
  background-color: #fff;
  color: #555;
}

.shop-qna-btn-light:hover {
  background-color: #f5f5f5;
  color: #333;
}

.shop-board-detail {
  border-top: 1px solid #111;
  border-bottom: 1px solid #e5e5e5;
}

.shop-board-detail-head {
  padding: 24px 28px;
  border-bottom: 1px solid #e5e5e5;
}

.shop-board-detail-head h2 {
  margin: 0;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.shop-board-detail-head div {
  display: flex;
  gap: 18px;
  margin-top: 12px;
  color: #888;
  font-size: 13px;
}

.shop-board-detail-cont {
  min-height: 260px;
  padding: 34px 28px 46px;
  color: #555;
  font-size: 14px;
  line-height: 1.9;
  white-space: pre-line;
}

.shop-board-detail-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.shop-board-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 42px;
  border: 1px solid #111;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.shop-board-detail-actions a:hover {
  border-color: #0aa99a;
  background-color: #0aa99a;
  color: #fff;
}

.shop-order-page {
  padding: 64px 20px 96px;
  background-color: #fff;
}

.shop-order-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.shop-order-search {
  margin-bottom: 28px;
  padding: 28px 38px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.shop-order-search-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-order-search select,
.shop-order-search input {
  height: 42px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background-color: #fff;
  color: #222;
  font-size: 14px;
}

.shop-order-search select {
  min-width: 190px;
  padding: 0 34px 0 14px;
}

.shop-order-period {
  display: inline-flex;
  margin-left: 18px;
}

.shop-order-period button {
  min-width: 58px;
  height: 36px;
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  color: #888;
  font-size: 13px;
  font-weight: 600;
}

.shop-order-period button + button {
  margin-left: -1px;
}

.shop-order-period button.active,
.shop-order-period button:hover {
  position: relative;
  z-index: 1;
  border-color: #111;
  background-color: #fff;
  color: #111;
}

.shop-order-date-range {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.shop-order-date-range input {
  width: 142px;
  padding: 0 10px;
}

.shop-order-date-range span {
  color: #777;
  font-size: 14px;
}

.shop-order-search-btn {
  height: 42px;
  min-width: 62px;
  border: 1px solid #30394f;
  background-color: #30394f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.shop-order-search-btn:hover {
  border-color: #0aa99a;
  background-color: #0aa99a;
}

.shop-order-guide {
  margin: 0 0 30px;
  padding: 0;
  color: #888;
  font-size: 14px;
  line-height: 1.85;
  list-style: none;
}

.shop-order-guide li::before {
  content: "- ";
}

.shop-order-table {
  width: 100%;
  margin: 0;
  border-top: 1px solid #111;
  border-collapse: collapse;
  table-layout: fixed;
}

.shop-order-table th {
  height: 56px;
  border-bottom: 1px solid #e5e5e5;
  color: #111;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.shop-order-table td {
  min-height: 70px;
  padding: 19px 12px;
  border-bottom: 1px solid #eee;
  color: #555;
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
}

.shop-order-no {
  color: #333 !important;
  font-weight: 600;
}

.shop-order-product {
  text-align: left !important;
  color: #333 !important;
  font-weight: 600;
}

.shop-order-price {
  color: #111 !important;
  font-weight: 700;
}

.shop-order-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 28px;
  padding: 0 10px;
  background-color: #f4fbf9;
  color: #0aa99a;
  font-size: 13px;
  font-weight: 700;
}

.shop-paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 32px;
}

.shop-paging a,
.shop-paging span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 9px;
  border: 1px solid #ddd;
  color: #555;
  font-size: 13px;
  font-weight: 600;
}

.shop-paging a:hover,
.shop-paging span.active {
  border-color: #111;
  background-color: #111;
  color: #fff;
}

.shop-paging span.disabled {
  color: #bbb;
  background-color: #f7f7f7;
}

.shop-info-page {
  padding: 64px 20px 96px;
  background-color: #fff;
}

.shop-info-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.shop-info-location {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 34px;
  color: #999;
  font-size: 13px;
}

.shop-info-location span::before {
  content: "/";
  margin-right: 10px;
  color: #c7c7c7;
}

.shop-info-title {
  margin-bottom: 46px;
  text-align: center;
}

.shop-info-title h1 {
  margin: 0;
  color: #111;
  font-size: 32px;
  font-weight: 700;
}

.shop-info-section {
  padding: 34px 0;
  border-top: 1px solid #111;
}

.shop-info-section + .shop-info-section {
  border-top-color: #e5e5e5;
}

.shop-info-section h2 {
  margin: 0 0 24px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.shop-info-content {
  color: #555;
  font-size: 14px;
  line-height: 2;
}

.shop-info-content h3 {
  margin: 28px 0 8px;
  color: #111;
  font-size: 15px;
  font-weight: 700;
}

.shop-info-content p {
  margin: 0 0 10px;
}

.shop-info-content ul {
  margin: 0 0 12px;
  padding-left: 0;
  list-style: none;
}

.shop-info-content li {
  margin-bottom: 6px;
}

.shop-info-company {
  padding: 24px 30px;
  border: 1px solid #e5e5e5;
  color: #555;
  font-size: 14px;
}

.shop-info-company dl {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px 22px;
  margin: 0;
}

.shop-info-company dt {
  color: #111;
  font-weight: 700;
}

.shop-info-company dd {
  margin: 0;
}

.shop-mypage {
  padding: 64px 20px 96px;
  background-color: #fff;
}

.shop-mypage-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.shop-mypage-section {
  padding: 34px 0;
  border-top: 1px solid #111;
}

.shop-mypage-section + .shop-mypage-section {
  border-top-color: #e5e5e5;
}

.shop-mypage-section h2 {
  margin: 0 0 24px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.shop-mypage-form {
  display: grid;
  gap: 20px;
}

.shop-mypage-actions {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.shop-mypage-table {
  width: 100%;
  border-top: 1px solid #111;
  border-collapse: collapse;
}

.shop-mypage-table th,
.shop-mypage-table td {
  height: 52px;
  border-bottom: 1px solid #e8e8e8;
  color: #555;
  text-align: center;
  font-size: 14px;
}

.shop-mypage-table th {
  color: #111;
  font-weight: 700;
}

.mypage-default-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 24px;
  background-color: #0aa99a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.btn-set-default {
  height: 32px;
  padding: 0 12px;
  border: 1px solid #111;
  background-color: #fff;
  color: #111;
  font-size: 13px;
}

.btn-set-default:hover {
  border-color: #0aa99a;
  background-color: #0aa99a;
  color: #fff;
}

.shop-withdraw-area {
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;
}

.shop-withdraw-area button {
  border: 0;
  background: transparent;
  color: #999;
  font-size: 12px;
  text-decoration: underline;
}

.shop-withdraw-area button:hover {
  color: #d84848;
}

@media (max-width: 576px) {
  .shop-header-inner {
    padding: 0 16px;
  }

  .shop-util {
    gap: 12px;
    justify-content: center;
    font-size: 12px;
  }

  .shop-gnb {
    min-height: 70px;
  }

  .shop-brand {
    margin-right: 0;
    font-size: 26px;
  }

  .shop-brand img {
    width: 34px;
    height: 34px;
  }

  .shop-menu {
    display: none !important;
    width: 100%;
    padding-bottom: 18px;
  }

  .shop-menu.show {
    display: block !important;
  }

  .shop-category {
    display: block;
  }

  .shop-category li {
    padding: 8px 0;
  }

  .shop-icon-menu {
    padding-top: 10px;
  }

  .shop-main-visual {
    height: 420px;
  }

  .shop-main-copy {
    width: calc(100vw - 40px);
    margin-left: 24px;
  }

  .shop-main-copy em {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .shop-main-copy strong {
    font-size: 34px;
  }

  .shop-main-copy span {
    margin-top: 16px;
    font-size: 18px;
  }

  .shop-main-copy small {
    font-size: 13px;
  }

  .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 14px;
  }

  .shop-product-section {
    padding-top: 48px;
  }

  .shop-product-list-page {
    padding: 42px 0 68px;
  }

  .shop-product-heading {
    display: block;
    margin-bottom: 28px;
  }

  .shop-product-heading h1,
  .shop-product-heading h2 {
    font-size: 26px;
  }

  .shop-product-heading select {
    width: 100%;
    margin-top: 18px;
  }

  .shop-product-info {
    padding-top: 14px;
  }

  .shop-product-info h2,
  .shop-product-info h3 {
    min-height: 3em;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .shop-product-origin {
    font-size: 13px;
  }

  .shop-product-price {
    font-size: 15px;
  }

  .join-page {
    padding: 42px 14px 60px;
  }

  .join-title h1 {
    font-size: 28px;
  }

  .join-step li {
    padding: 14px 6px;
    font-size: 13px;
  }

  .join-panel,
  .join-form-panel {
    padding: 20px;
  }

  .join-form-grid {
    grid-template-columns: 1fr;
  }

  .join-row,
  .join-row-two,
  .join-row-address,
  .join-auth-line {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .join-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn-join {
    width: 100%;
  }

  .shop-login-page {
    padding: 42px 14px 64px;
  }

  .shop-login-title {
    margin-bottom: 28px;
  }

  .shop-login-title h1 {
    font-size: 28px;
  }

  .shop-login-panel {
    grid-template-columns: 1fr;
  }

  .shop-login-box,
  .shop-login-join {
    min-height: auto;
    padding: 28px 20px;
  }

  .shop-login-box {
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .shop-login-heading {
    display: block;
  }

  .shop-login-heading span {
    margin-top: 8px;
  }

  .shop-board-page {
    padding: 42px 14px 68px;
  }

  .shop-board-location {
    justify-content: center;
    margin-bottom: 24px;
  }

  .shop-board-title h1 {
    font-size: 28px;
  }

  .shop-board-tabs {
    margin-bottom: 24px;
  }

  .shop-board-tabs a {
    min-width: 0;
    flex: 1 1 0;
    padding: 13px 8px;
    font-size: 13px;
  }

  .shop-board-actions {
    display: block;
  }

  .shop-board-search {
    display: grid;
    grid-template-columns: 92px 1fr 64px;
    gap: 5px;
  }

  .shop-board-search select,
  .shop-board-search input,
  .shop-board-search button {
    width: 100%;
    min-width: 0;
  }

  .shop-board-write {
    width: 100%;
  }

  .shop-board-table colgroup {
    display: none;
  }

  .shop-board-table th,
  .shop-board-table td {
    height: 50px;
    font-size: 13px;
  }

  .shop-board-empty {
    padding: 54px 12px !important;
  }

  .shop-board-subject {
    padding: 0 10px;
  }

  .shop-board-detail-head {
    padding: 20px 14px;
  }

  .shop-board-detail-head h2 {
    font-size: 18px;
  }

  .shop-board-detail-head div {
    display: block;
  }

  .shop-board-detail-head span {
    display: block;
    margin-top: 4px;
  }

  .shop-board-detail-cont {
    min-height: 220px;
    padding: 24px 14px 34px;
  }

  .shop-qna-detail {
    padding: 18px 14px 20px;
  }

  .shop-qna-type {
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 18px 14px;
  }

  .shop-qna-type strong {
    flex: 0 0 100%;
  }

  .shop-qna-field {
    grid-template-columns: 1fr;
  }

  .shop-qna-field label {
    min-height: 44px;
    padding: 0 14px;
  }

  .shop-qna-field input {
    height: 48px;
    padding: 0 14px;
  }

  .shop-qna-field textarea {
    min-height: 220px;
    padding: 14px;
  }

  .shop-qna-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .shop-qna-btn {
    width: 100%;
    min-width: 0;
  }

  .shop-order-page {
    padding: 42px 14px 68px;
  }

  .shop-order-search {
    padding: 18px 14px;
  }

  .shop-order-search-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .shop-order-search select,
  .shop-order-search input,
  .shop-order-search-btn {
    width: 100%;
  }

  .shop-order-period {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-left: 0;
  }

  .shop-order-period button {
    min-width: 0;
  }

  .shop-order-date-range {
    display: grid;
    grid-template-columns: 1fr 18px 1fr;
    gap: 6px;
  }

  .shop-order-date-range input {
    width: 100%;
  }

  .shop-order-guide {
    font-size: 13px;
  }

  .shop-order-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .shop-order-table colgroup {
    display: none;
  }

  .shop-order-table th,
  .shop-order-table td {
    min-width: 92px;
    font-size: 13px;
  }

  .shop-order-table td {
    padding: 16px 10px;
  }

  .shop-order-product {
    min-width: 190px !important;
  }

  .shop-paging {
    margin-top: 24px;
  }

  .shop-info-page {
    padding: 42px 14px 68px;
  }

  .shop-info-location {
    justify-content: center;
    margin-bottom: 24px;
  }

  .shop-info-title {
    margin-bottom: 30px;
  }

  .shop-info-title h1 {
    font-size: 28px;
  }

  .shop-info-section {
    padding: 28px 0;
  }

  .shop-info-company {
    padding: 20px;
  }

  .shop-info-company dl {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .shop-mypage {
    padding: 42px 14px 68px;
  }

  .shop-mypage-table th,
  .shop-mypage-table td {
    height: 48px;
    font-size: 13px;
  }

  .shop-footer {
    margin-top: 60px;
  }

  .shop-footer-inner {
    padding: 42px 18px;
  }

  .shop-footer-top {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 22px;
    margin-bottom: 38px;
    font-size: 14px;
  }

  .shop-footer-top > div:first-child,
  .shop-footer-top > div:last-child {
    flex: 0 0 100%;
  }

  .shop-footer-top > div:last-child {
    justify-content: flex-start;
    gap: 14px 22px;
    text-align: left;
  }

  .shop-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .shop-footer-logo {
    font-size: 38px;
  }

  .shop-footer-info {
    padding-top: 24px;
  }

  .shop-footer-logo-text {
    margin-bottom: 8px;
    font-size: 38px;
  }

  .shop-footer p,
  .shop-footer dd {
    font-size: 14px;
  }

  .shop-footer-copy {
    margin-top: 34px;
    font-size: 13px;
  }
}
