* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Arial, 'Noto Sans KR', sans-serif;
  color: #2b2b2b;
  background: #fff;
}
body.inquiry-dark,
body:has(.inquiry-page) {
  /* background: #000; */
}
header {
  height: 56px;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
}
.logo {
  font-size: 30px;
  letter-spacing: -2px;
  font-weight: 600;
}
nav {
  display: flex;
  gap: 56px;
  height: 100%;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}
nav a {
  color: #111;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 2px;
}
nav a.active { border-bottom: 3px solid #111; }

.inquiry-page {
  /* background: #000; */
  color: #2b2b2b;
  padding: 78px 0 34px;
}
.inquiry-hero {
  width: 1260px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  text-align: center;
}
.inquiry-tabs div {
  padding-bottom: 18px;
}
.inquiry-tabs .active {
  border-bottom: 5px solid #2d2d2d;
  color: #2d2d2d;
}
.contact-card {
  width: 1250px;
  max-width: 100%;
  min-height: 190px;
  margin: 0 auto;
  background: #f7f7f7;
  border-radius: 100px;
  padding: 37px 105px 43px;
}
.contact-card h1 {
  margin: 0 0 28px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1px;
}
.contact-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.contact-items strong {
  display: block;
  margin-bottom: 9px;
  font-size: 17px;
  font-weight: 900;
}
.contact-items span {
  color: #999;
  font-size: 18px;
  font-weight: 500;
}

.curation-page {
  width: 100%;
  margin-top: 75px;
}
.section-wrap {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.page-title {
  margin: 0 0 34px;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -1.7px;
}
.product-slider {
  position: relative;
}
.bundle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bundle-card {
  border: 1px solid #ddd;
  background: #fff;
}
.bundle-image {
  height: 260px;
  position: relative;
  overflow: hidden;
}
.hand-set {
  background: linear-gradient(135deg, #d7cba3, #eee4ba 58%, #cabd90);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.mini-book {
  width: 150px;
  height: 215px;
  box-shadow: 0 15px 18px rgba(0,0,0,.15);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 42px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}
.yellow-book { background: #ffed80; }
.white-book {
  background: #fffdf5;
  font-size: 31px;
  font-family: serif;
  transform: rotate(-1deg);
}
.pastel-set {
  background: linear-gradient(135deg, #a5c3df, #e8f4ff 48%, #1d1d1d 49%, #e2b95a 100%);
}
.pastel-book {
  position: absolute;
  left: 54px;
  top: 31px;
  width: 155px;
  height: 215px;
  background: #fff;
  color: #e6975e;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 42px;
  writing-mode: vertical-rl;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 12px 20px rgba(0,0,0,.18);
}
.pastel-box {
  position: absolute;
  right: -18px;
  top: 0;
  width: 230px;
  height: 260px;
  background: repeating-linear-gradient(165deg, #4f72c9 0 12px, #75b46b 12px 24px, #c55965 24px 36px, #f0bc54 36px 48px, #8a61b6 48px 60px);
  opacity: .9;
  transform: skewX(-8deg);
}
.bundle-text {
  min-height: 140px;
  padding: 21px 34px 20px;
}
.bundle-text h2 {
  margin: 0 0 10px;
  font-size: 25px;
  letter-spacing: -1px;
}
.bundle-text h2 span {
  color: red;
  font-size: 16px;
  margin-left: 8px;
  vertical-align: 3px;
}
.bundle-text strong {
  display: block;
  color: #666;
  font-size: 16px;
  margin-bottom: 24px;
  letter-spacing: -.5px;
}
.bundle-text p {
  margin: 0;
  color: #777;
  font-size: 16px;
}
.arrow {
  position: absolute;
  top: 155px;
  border: 0;
  background: transparent;
  color: #999;
  font-size: 72px;
  font-weight: 100;
  line-height: 1;
  cursor: pointer;
}
.arrow.left { left: -75px; }
.arrow.right { right: -75px; }
.editor-section {
  margin-top: 72px;
  margin-bottom: 42px;
}
.recommend-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.recommend-grid.two-card {
  width: 100%;
  margin-left: 0;
}
.recommend-card {
  height: 190px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 42px;
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -1.3px;
}
.recommend-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
}
.recommend-card span {
  position: relative;
  z-index: 1;
}
.donut {
  background: radial-gradient(circle at 42% 45%, #c8723a 0 22px, #e2a35f 23px 58px, #5a2d1e 59px 62px, transparent 63px),
              radial-gradient(circle at 65% 60%, #b66633 0 18px, #dc9855 19px 52px, transparent 53px),
              linear-gradient(135deg, #7b563d, #c38b55);
  background-size: 130px 110px, 150px 120px, cover;
  background-position: 40px 35px, 135px 58px, center;
  background-repeat: no-repeat;
}
.herb {
  background: radial-gradient(circle at 47% 43%, rgba(97,139,100,.9), transparent 34%),
              linear-gradient(135deg, #4b3325, #8c765e 45%, #313f2e);
}

.container {
  width: 950px;
  margin: 56px auto 0;
}
.hero {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 55px;
  align-items: center;
}
.cover-area {
  height: 390px;
  background: #f2efdf;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover {
  width: 215px;
  height: 305px;
  background: #ffed80;
  box-shadow: 0 14px 25px rgba(0,0,0,.18);
  position: relative;
  padding: 42px 24px;
  color: #191919;
}
.paper {
  position: absolute;
  top: 32px;
  left: 61px;
  width: 105px;
  height: 75px;
  background: #fff7d8;
  transform: rotate(8deg);
}
.cover-title {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -1.8px;
}
.tabs-on-cover {
  position: absolute;
  top: 118px;
  left: 47px;
  display: flex;
  gap: 4px;
  transform: rotate(-3deg);
}
.tabs-on-cover span {
  width: 19px;
  height: 74px;
  background: #fff8e4;
  box-shadow: 0 2px 5px rgba(0,0,0,.15);
  font-size: 7px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-top: 7px;
  text-align: center;
}
.cover-copy {
  position: absolute;
  bottom: 50px;
  left: 34px;
  font-size: 8px;
  line-height: 2;
  font-weight: 700;
}
.cover-logo {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  color: #e5804c;
  font-size: 8px;
}

.book-info h1 {
  margin: 0 0 24px;
  font-size: 32px;
  letter-spacing: -1.2px;
}
.meta {
  display: grid;
  grid-template-columns: 60px 1fr;
  row-gap: 11px;
  column-gap: 15px;
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}
.meta strong { color: #777; font-weight: 700; }
.buy-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 10px 16px;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  color: #777;
  font-weight: 700;
}
.shops { display: flex; gap: 11px; flex-wrap: wrap; }
.pill {
  min-width: 76px;
  height: 31px;
  border: 1px solid #dedede;
  border-radius: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.tabs {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #999;
}
.tabs div { padding: 17px 0; }
.tabs .selected { background: #262626; color: #fff; }

.intro {
  padding: 62px 0 86px;
  line-height: 1.75;
  font-size: 15px;
  letter-spacing: -.2px;
}
.intro h2 {
  margin: 0 0 32px;
  font-size: 24px;
  letter-spacing: -1px;
}
.bookmark-tabs {
  margin-top: 28px;
}
.bookmarks {
  padding: 62px 0 78px;
}
.quote-card {
  background: #f6f6f6;
  min-height: 140px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
}
.quote-card p {
  margin: 0 0 17px;
}
.quote-card span {
  color: #777;
  font-size: 18px;
  font-weight: 500;
}

footer {
  background: #fff;
  padding: 50px 0 70px;
}
.footer-inner {
  width: 950px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: 70px;
  color: #555;
}
.footer-logo {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 78px;
}
.copyright { font-size: 11px; }
footer h3 {
  color: #222;
  font-size: 22px;
  margin: 0 0 12px;
}
footer p {
  margin: 0 0 28px;
  font-size: 11px;
  line-height: 1.8;
}
.icons { display: flex; gap: 22px; margin-top: 28px; color: #555; }
.top-btn {
  position: fixed;
  right: 76px;
  bottom: 58px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #f1f1f1;
  font-size: 26px;
  color: #333;
}

@media (max-width: 1000px) {
  .container, .footer-inner, .section-wrap { width: calc(100% - 40px); }
  .hero { grid-template-columns: 1fr; }
  .cover-area { height: 360px; }
  nav { gap: 20px; }
  .bundle-grid { grid-template-columns: 1fr; }
  .arrow { display: none; }
  .recommend-grid {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
  }
  .recommend-grid > img {
    width: 100%;
  }
  .contact-card {
    border-radius: 40px;
    padding: 34px 25px;
  }
  .contact-items { grid-template-columns: 1fr; }
  .inquiry-tabs { gap: 40px; }
}




































  * { box-sizing: border-box; }
  body {
	margin: 0;
	font-family: Arial, 'Noto Sans KR', sans-serif;
	color: #2b2b2b;
	background: #fff;
  }
  body.inquiry-dark,
  body:has(.inquiry-page) {
	/* background: #000; */
  }
  header {
	height: 56px;
	border-bottom: 1px solid #cfcfcf;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 34px;
  }
  .logo {
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: 600;
  }
  nav {
	display: flex;
	gap: 56px;
	height: 100%;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
  }
  nav a {
	color: #111;
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 2px;
  }
  nav a.active { border-bottom: 3px solid #111; }

  .inquiry-page {
	/* background: #000; */
	color: #2b2b2b;
	padding: 64px 0 28px;
  }
  .inquiry-hero {
	width: 1260px;
	max-width: calc(100% - 80px);
	margin: 0 auto;
	text-align: center;
  }
  .inquiry-tabs {
	display: flex;
	justify-content: center;
	gap: 105px;
	/*
	color: #2d2d2d;
	*/
    color: #777;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 56px;
  }
  .inquiry-tabs div {
	padding-bottom: 18px;
  }
  .inquiry-tabs .active {
	border-bottom: 5px solid #2d2d2d;
  }
  .self-publish .inquiry-tabs {
	margin-bottom: 48px;
  }
  .process-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.5px;
	margin: 0 0 55px;
	color: #202020;
	font-weight: 500;
  }
  .process-flow {
	width: 850px;
	margin: 0 auto 48px;
	display: grid;
	grid-template-columns: repeat(7, auto);
	row-gap: 34px;
	column-gap: 34px;
	justify-content: center;
	align-items: center;
  }
  .step {
	width: 120px;
	min-height: 105px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #242424;
  }
  .step strong {
	display: block;
	margin-top: 13px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 900;
	letter-spacing: -.5px;
  }
  .chev {
	color: #eee;
	font-size: 120px;
	font-weight: 200;
	line-height: 1;
  }
  .chev.line-break {
	grid-column: 1;
	grid-row: 2;
  }
  .icon {
	width: 54px;
	height: 54px;
	position: relative;
  }
  .icon::before,
  .icon::after {
	content: '';
	position: absolute;
  }
  .doc::before {
	width: 30px;
	height: 38px;
	right: 7px;
	top: 0;
	border: 4px solid #333;
	border-radius: 2px;
	box-shadow: inset 0 9px 0 transparent;
  }
  .doc::after {
	width: 30px;
	height: 31px;
	left: 6px;
	bottom: 0;
	background: #e9341f;
	border-radius: 3px 3px 0 0;
  }
  .team::before {
	width: 44px;
	height: 30px;
	left: 5px;
	bottom: 0;
	border: 5px solid #333;
	border-top: 0;
	border-radius: 12px 12px 0 0;
  }
  .team::after {
	width: 12px;
	height: 12px;
	left: 8px;
	top: 10px;
	border: 5px solid #333;
	border-radius: 50%;
	box-shadow: 24px 0 0 -1px #000, 24px 0 0 4px #333, 13px -8px 0 -2px #000, 13px -8px 0 3px #333;
  }
  .edit::before {
	width: 34px;
	height: 34px;
	left: 9px;
	bottom: 0;
	background: #e9341f;
	clip-path: polygon(50% 0, 100% 42%, 100% 100%, 0 100%, 0 42%);
  }
  .edit::after {
	width: 37px;
	height: 28px;
	left: 8px;
	top: 0;
	border: 5px solid #333;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
  }
  .check::before {
	width: 36px;
	height: 38px;
	left: 13px;
	top: 7px;
	border-left: 5px solid #333;
	box-shadow: 16px 0 0 #333, 32px 0 0 #333;
  }
  .check::after {
	width: 18px;
	height: 18px;
	left: 3px;
	top: 0;
	background: #e9341f;
	border-radius: 50%;
	box-shadow: 31px 3px 0 -4px #333, 31px 22px 0 -4px #333;
  }
  .book::before {
	width: 48px;
	height: 42px;
	left: 3px;
	top: 5px;
	background: #f7f7f7;
	border: 5px solid #e9341f;
	border-radius: 3px;
	box-shadow: inset 23px 0 0 #f7f7f7;
  }
  .book::after {
	width: 18px;
	height: 5px;
	left: 13px;
	top: 17px;
	background: #333;
	box-shadow: 0 11px 0 #333, 27px -8px 0 #e9341f, 27px -3px 0 #e9341f, 27px 2px 0 #e9341f;
  }
  .money::before {
	width: 28px;
	height: 26px;
	left: 13px;
	top: 2px;
	background: #e9341f;
	border-radius: 50% 50% 9px 9px;
  }
  .money::after {
	width: 50px;
	height: 21px;
	left: 2px;
	bottom: 1px;
	border-bottom: 5px solid #333;
	border-radius: 50%;
	box-shadow: inset 0 -8px 0 -4px #333;
  }
  .inquiry-desc {
	margin: 0 0 55px;
	color: #202020;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: -.5px;
  }
  .contact-card {
	width: 1250px;
	max-width: 100%;
	min-height: 165px;
	margin: 0 auto;
	background: #f7f7f7;
	border-radius: 100px;
	padding: 30px 105px 36px;
  }
  .contact-card h1 {
	margin: 0 0 28px;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -1px;
  }
  .contact-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
  }
  .contact-items strong {
	display: block;
	margin-bottom: 9px;
	font-size: 17px;
	font-weight: 900;
  }
  .contact-items span {
	color: #777;
	font-size: 18px;
	font-weight: 500;
  }

  .curation-page {
	width: 100%;
	margin-top: 75px;
  }
  .section-wrap {
	width: 950px;
	margin: 0 auto;
	position: relative;
  }
  .page-title {
	margin: 0 0 34px;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: -1.7px;
  }
  .product-slider {
	position: relative;
  }
  .bundle-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
  }
  .bundle-card {
	border: 1px solid #ddd;
	background: #fff;
  }
  .bundle-image {
	height: 260px;
	position: relative;
	overflow: hidden;
  }
  .hand-set {
	background: linear-gradient(135deg, #d7cba3, #eee4ba 58%, #cabd90);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
  }
  .mini-book {
	width: 150px;
	height: 215px;
	box-shadow: 0 15px 18px rgba(0,0,0,.15);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 42px;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
  }
  .yellow-book { background: #ffed80; }
  .white-book {
	background: #fffdf5;
	font-size: 31px;
	font-family: serif;
	transform: rotate(-1deg);
  }
  .pastel-set {
	background: linear-gradient(135deg, #a5c3df, #e8f4ff 48%, #1d1d1d 49%, #e2b95a 100%);
  }
  .pastel-book {
	position: absolute;
	left: 54px;
	top: 31px;
	width: 155px;
	height: 215px;
	background: #fff;
	color: #e6975e;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 42px;
	writing-mode: vertical-rl;
	font-size: 22px;
	font-weight: 800;
	box-shadow: 0 12px 20px rgba(0,0,0,.18);
  }
  .pastel-box {
	position: absolute;
	right: -18px;
	top: 0;
	width: 230px;
	height: 260px;
	background: repeating-linear-gradient(165deg, #4f72c9 0 12px, #75b46b 12px 24px, #c55965 24px 36px, #f0bc54 36px 48px, #8a61b6 48px 60px);
	opacity: .9;
	transform: skewX(-8deg);
  }
  .bundle-text {
	min-height: 140px;
	padding: 21px 34px 20px;
  }
  .bundle-text h2 {
	margin: 0 0 10px;
	font-size: 25px;
	letter-spacing: -1px;
  }
  .bundle-text h2 span {
	color: red;
	font-size: 16px;
	margin-left: 8px;
	vertical-align: 3px;
  }
  .bundle-text strong {
	display: block;
	color: #666;
	font-size: 16px;
	margin-bottom: 24px;
	letter-spacing: -.5px;
  }
  .bundle-text p {
	margin: 0;
	color: #777;
	font-size: 16px;
  }
  .arrow {
	position: absolute;
	top: 155px;
	border: 0;
	background: transparent;
	color: #999;
	font-size: 72px;
	font-weight: 100;
	line-height: 1;
	cursor: pointer;
  }
  .arrow.left { left: -75px; }
  .arrow.right { right: -75px; }
  .editor-section {
	margin-top: 72px;
	margin-bottom: 42px;
  }
  .recommend-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
  }
  .recommend-grid.two-card {
	width: 100%;
	margin-left: 0;
  }
  .recommend-card {
	height: 190px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-left: 42px;
	color: #fff;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: -1.3px;
  }
  .recommend-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.25);
  }
  .recommend-card span {
	position: relative;
	z-index: 1;
  }
  .donut {
	background: radial-gradient(circle at 42% 45%, #c8723a 0 22px, #e2a35f 23px 58px, #5a2d1e 59px 62px, transparent 63px),
				radial-gradient(circle at 65% 60%, #b66633 0 18px, #dc9855 19px 52px, transparent 53px),
				linear-gradient(135deg, #7b563d, #c38b55);
	background-size: 130px 110px, 150px 120px, cover;
	background-position: 40px 35px, 135px 58px, center;
	background-repeat: no-repeat;
  }
  .herb {
	background: radial-gradient(circle at 47% 43%, rgba(97,139,100,.9), transparent 34%),
				linear-gradient(135deg, #4b3325, #8c765e 45%, #313f2e);
  }

  .container {
	width: 950px;
	margin: 56px auto 0;
  }
  .hero {
	display: grid;
	grid-template-columns: 430px 1fr;
	gap: 55px;
	align-items: center;
  }
  .cover-area {
	height: 390px;
	background: #f2efdf;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .cover {
	width: 215px;
	height: 305px;
	background: #ffed80;
	box-shadow: 0 14px 25px rgba(0,0,0,.18);
	position: relative;
	padding: 42px 24px;
	color: #191919;
  }
  .paper {
	position: absolute;
	top: 32px;
	left: 61px;
	width: 105px;
	height: 75px;
	background: #fff7d8;
	transform: rotate(8deg);
  }
  .cover-title {
	position: relative;
	z-index: 1;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -1.8px;
  }
  .tabs-on-cover {
	position: absolute;
	top: 118px;
	left: 47px;
	display: flex;
	gap: 4px;
	transform: rotate(-3deg);
  }
  .tabs-on-cover span {
	width: 19px;
	height: 74px;
	background: #fff8e4;
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
	font-size: 7px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	padding-top: 7px;
	text-align: center;
  }
  .cover-copy {
	position: absolute;
	bottom: 50px;
	left: 34px;
	font-size: 8px;
	line-height: 2;
	font-weight: 700;
  }
  .cover-logo {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	color: #e5804c;
	font-size: 8px;
  }

  .book-info h1 {
	margin: 0 0 24px;
	font-size: 32px;
	letter-spacing: -1.2px;
  }
  .meta {
	display: grid;
	grid-template-columns: 60px 1fr;
	row-gap: 11px;
	column-gap: 15px;
	font-size: 14px;
	color: #555;
	margin-bottom: 25px;
  }
  .meta strong { color: #777; font-weight: 700; }
  .buy-row {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 10px 16px;
	align-items: center;
	margin-bottom: 16px;
	font-size: 14px;
	color: #777;
	font-weight: 700;
  }
  .shops { display: flex; gap: 11px; flex-wrap: wrap; }
  .pill {
	min-width: 76px;
	height: 31px;
	border: 1px solid #dedede;
	border-radius: 18px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-size: 11px;
	font-weight: 800;
  }

  .tabs {
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	color: #999;
  }
  .tabs div { padding: 17px 0; }
  .tabs .selected { background: #262626; color: #fff; }

  .intro {
	padding: 62px 0 86px;
	line-height: 1.75;
	font-size: 15px;
	letter-spacing: -.2px;
  }
  .intro h2 {
	margin: 0 0 32px;
	font-size: 24px;
	letter-spacing: -1px;
  }
  .bookmark-tabs {
	margin-top: 28px;
  }
  .bookmarks {
	padding: 62px 0 78px;
  }
  .quote-card {
	background: #f6f6f6;
	min-height: 140px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	color: #333;
  }
  .quote-card p {
	margin: 0 0 17px;
  }
  .quote-card span {
	color: #777;
	font-size: 18px;
	font-weight: 500;
  }

  footer {
	background: #fff;
	padding: 50px 0 70px;
  }
  .footer-inner {
	width: 950px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr;
	gap: 70px;
	color: #555;
  }
  .footer-logo {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -2px;
	margin-bottom: 78px;
  }
  .copyright { font-size: 11px; }
  footer h3 {
	color: #222;
	font-size: 22px;
	margin: 0 0 12px;
  }
  footer p {
	margin: 0 0 28px;
	font-size: 11px;
	line-height: 1.8;
  }
  .icons { display: flex; gap: 22px; margin-top: 28px; color: #555; }
  .top-btn {
	position: fixed;
	right: 76px;
	bottom: 58px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background: #f1f1f1;
	font-size: 26px;
	color: #333;
  }

  @media (max-width: 1000px) {
	.container, .footer-inner, .section-wrap { width: calc(100% - 40px); }
	.hero { grid-template-columns: 1fr; }
	.cover-area { height: 360px; }
	nav { gap: 20px; }
	.bundle-grid { grid-template-columns: 1fr; }
	.arrow { display: none; }
	.recommend-grid {
	  width: 100%;
	  margin-left: 0;
	  grid-template-columns: 1fr;
	}
	.process-flow {
	  width: 100%;
	  grid-template-columns: 1fr 20px 1fr 20px 1fr;
	}
	.process-flow > :nth-child(6) {
	  display: none;
	}
	/*.chev { transform: rotate(90deg); }*/
	.chev.line-break { grid-column: auto; grid-row: auto; }
	.contact-card {
	  border-radius: 40px;
	  padding: 34px 25px;
	}
	.contact-items { grid-template-columns: 1fr; }
	.inquiry-tabs { gap: 40px; }
  }
  @media (max-width: 530px) {
	.process-flow {
	  width: 100%;
	  grid-template-columns: 1fr 20px 1fr;
	}
	.process-flow > :nth-child(4) {
	  display: none;
	}
	.process-flow > :nth-child(6) {
	  display: initial;
	}
	.process-flow > :nth-child(8) {
	  display: none;
	}
	.process-flow > :nth-child(12) {
	  display: none;
	}
  }


main { border-bottom: 1px solid #eee; }
