      * { box-sizing: border-box; }
      body {
        margin: 0;
        font-family: Arial, 'Noto Sans KR', sans-serif;
        color: #2b2b2b;
        background: #fff;
      }
      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; }

      .curation-page {
        width: 100%;
        margin-top: 75px;
      }
      .section-wrap {
        width: 1200px;
        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: 0fr 0fr;
        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: 19px;
        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: -60px; }
      .arrow.right { right: -60px; }
      .editor-section {
        margin-top: 72px;
        margin-bottom: 36px;
      }
      .recommend-grid {
	  /*
        width: 100vw;
        margin-left: calc((950px - 100vw) / 2);
		*/
	    width: 1200px;
		margin: 0 auto;
		overflow: hidden;
        display: grid;
        grid-template-columns: 1fr 1.22fr 1fr;
        gap: 16px;
      }
      .recommend-card {
        height: 175px;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding-left: 110px;
        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);
        padding-left: 42px;
      }

      .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 {
        border-top: 1px solid #eee;
        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; }
        /*.bundle-card { display: flex; }*/
        .arrow { display: none; }
        .recommend-grid {
          width: 100%;
          margin-left: 0;
          grid-template-columns: 1fr;
        }
        .recommend-grid > img {
          width: 100%;
        }
		.bundle-card > img {
          width: 100%;
		}
      }

@media (max-width: 768px) {
  .bundle-card > img {
    width: 100% !important;
  }
}




.arrow.left {
  width: 40px;
  border: 0;
  background: none;
  /*
  height: 80px;
  position: relative;
  */
  cursor: pointer;
}

.left::before,
.left::after {
  content: "";
  position: absolute;
  left: 18px;
  width: 4px;              /* 얇기 조절 */
  height: 36px;            /* 선 길이 */
  background: #ddd;        /* 색상 */
  transform-origin: center bottom;
}

.left::before {
  top: 0px;
  transform: rotate(20deg);
}

.left::after {
  top: 36px;
  transform-origin: center top;
  transform: rotate(-20deg);
}

.arrow.right {
  width: 40px;
  border: 0;
  background: none;
/*
  height: 80px;
  position: relative;
*/
  cursor: pointer;
}

.right::before,
.right::after {
  content: "";
  position: absolute;
  left: 18px;
  width: 4px;
  height: 36px;
  background: #ddd;
  transform-origin: center bottom;
}

.right::before {
  top: 0px;
  transform: rotate(-20deg);
}

.right::after {
  top: 36px;
  transform-origin: center top;
  transform: rotate(20deg);
}



