/* 만화애니닷컴 메인 전용: Amina 바깥 프레임 제거 */
body.yd-ani-main-page { overflow-x:hidden; }
body.yd-ani-main-page .at-body { width:100% !important; max-width:none !important; margin:0 !important; padding:0 !important; overflow:visible !important; }
body.yd-ani-main-page .at-body > .at-container { width:100% !important; max-width:none !important; margin:0 !important; padding:0 !important; }
body.yd-ani-main-page .at-body > .at-container > .row.at-row { width:100% !important; margin:0 !important; padding:0 !important; }
body.yd-ani-main-page .at-body > .at-container > .row.at-row > .at-main { width:100% !important; max-width:none !important; min-height:0 !important; float:none !important; margin:0 !important; padding:0 !important; }
body.yd-ani-main-page .at-body > .at-container > .row.at-row > .at-side { display:none !important; }
body.yd-ani-main-page .at-body > .at-container > .row.at-row > .at-main > .page-header,
body.yd-ani-main-page .at-body > .at-container > .row.at-row > .at-main > .breadcrumb,
body.yd-ani-main-page .at-body > .at-container > .row.at-row > .at-main > .at-title,
body.yd-ani-main-page .at-body > .at-container > .row.at-row > .at-main > .div-title-wrap { display:none !important; }

#manhwaani-main {
  --ink: #171915;
  --paper: #f6f3ea;
  --lime: #c9f261;
  --coral: #ff725e;
  --line: #d9d5ca;
  --muted: #6f7269;
}

#manhwaani-main * { box-sizing: border-box; }
#manhwaani-main { scroll-behavior: smooth; }
#manhwaani-main {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
#manhwaani-main button, #manhwaani-main select { font: inherit; }
#manhwaani-main button, #manhwaani-main a, #manhwaani-main select { -webkit-tap-highlight-color: transparent; }
#manhwaani-main a { color: inherit; text-decoration: none; }

#manhwaani-main .notice {
  min-height: 38px;
  padding: 8px clamp(24px, 5vw, 80px);
  background: var(--ink);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 12px;
}
#manhwaani-main .notice p { margin: 0; color: #d8dad4; }
#manhwaani-main .notice strong { color: var(--lime); margin-right: 8px; }
#manhwaani-main .notice a { border-bottom: 1px solid #66695f; padding-bottom: 2px; }

#manhwaani-main .header {
  height: 80px;
  max-width: 1440px;
  margin: auto;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
#manhwaani-main .brand { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 900; letter-spacing: -1px; }
#manhwaani-main .brand em { color: var(--coral); font-size: 13px; font-style: normal; letter-spacing: -.3px; }
#manhwaani-main .brand-mark {
  width: 30px; height: 30px; display: grid; place-items: center;
  color: var(--lime); background: var(--ink); border-radius: 8px 8px 8px 2px;
  font-size: 15px; transform: rotate(-2deg);
}
#manhwaani-main nav { display: flex; gap: clamp(20px, 2.5vw, 38px); margin-left: clamp(50px, 7vw, 105px); font-size: 14px; font-weight: 700; }
#manhwaani-main nav a { padding: 30px 0 28px; position: relative; }
#manhwaani-main nav a:first-child::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--ink); }
#manhwaani-main .header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
#manhwaani-main .text-button, #manhwaani-main .saved-button { cursor: pointer; border: 0; background: transparent; font-size: 13px; font-weight: 700; }
#manhwaani-main .saved-button { padding: 10px 14px; border: 1px solid var(--ink); border-radius: 99px; }
#manhwaani-main .saved-button span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-left: 6px; border-radius: 50%; color: white; background: var(--coral); font-size: 10px; }

#manhwaani-main .hero {
  max-width: 1440px;
  min-height: 660px;
  margin: auto;
  padding: 76px clamp(24px, 7vw, 110px) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .7fr);
  gap: clamp(60px, 9vw, 145px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
#manhwaani-main .hero::before {
  content: ""; position: absolute; width: 350px; height: 350px; right: -180px; top: 15px;
  border: 1px solid #e3ded1; border-radius: 50%; box-shadow: 0 0 0 50px var(--paper), 0 0 0 51px #e3ded1, 0 0 0 100px var(--paper), 0 0 0 101px #e3ded1;
  pointer-events: none;
}
#manhwaani-main .hero-copy { position: relative; z-index: 1; }
#manhwaani-main .eyebrow { margin: 0 0 24px; font-size: 13px; font-weight: 800; letter-spacing: -.2px; }
#manhwaani-main .eyebrow span { display: inline-block; padding: 5px 8px 4px; margin-right: 8px; background: var(--lime); border: 1px solid var(--ink); border-radius: 4px; font-size: 10px; }
#manhwaani-main h1 { margin: 0; font-size: clamp(49px, 5.1vw, 76px); line-height: 1.08; letter-spacing: -5px; font-weight: 950; }
#manhwaani-main h1 mark { color: inherit; background: linear-gradient(transparent 60%, var(--lime) 60%); padding: 0 4px; }
#manhwaani-main .hero-description { margin: 26px 0 32px; color: #61645d; font-size: 16px; line-height: 1.8; letter-spacing: -.2px; }

#manhwaani-main .finder {
  width: min(720px, 100%); min-height: 90px; padding: 13px;
  display: grid; grid-template-columns: 1fr 1.15fr auto; align-items: stretch;
  background: white; border: 1px solid var(--ink); border-radius: 12px;
  box-shadow: 6px 6px 0 var(--ink);
}
#manhwaani-main .finder label { min-width: 0; padding: 7px 18px; border-right: 1px solid #e3e0d9; display: flex; flex-direction: column; justify-content: center; }
#manhwaani-main .finder label span { color: var(--muted); font-size: 10px; font-weight: 800; margin-bottom: 7px; }
#manhwaani-main .finder select { width: 100%; border: 0; outline: none; background: transparent; color: var(--ink); font-size: 14px; font-weight: 800; cursor: pointer; }
#manhwaani-main .finder button { border: 0; border-radius: 8px; padding: 0 19px; background: var(--ink); color: white; cursor: pointer; font-size: 13px; font-weight: 800; white-space: nowrap; }
#manhwaani-main .finder button span { color: var(--lime); margin-left: 9px; }
#manhwaani-main .trust-row { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
#manhwaani-main .trust-row div { display: flex; align-items: baseline; gap: 8px; }
#manhwaani-main .trust-row strong { font-size: 18px; }
#manhwaani-main .trust-row span { color: var(--muted); font-size: 11px; }

#manhwaani-main .deadline-card {
  position: relative; z-index: 1; background: white; border: 1px solid var(--ink); border-radius: 4px;
  box-shadow: 12px 12px 0 var(--coral); transform: rotate(1.3deg); overflow: hidden;
}
#manhwaani-main .card-top { padding: 20px 22px; border-bottom: 1px solid var(--ink); display: flex; align-items: flex-start; justify-content: space-between; }
#manhwaani-main .card-top p { margin: 0 0 4px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }
#manhwaani-main .card-top h2 { margin: 0; font-size: 17px; letter-spacing: -.6px; }
#manhwaani-main .live-dot { padding: 5px 7px; background: #edf9ca; color: #3b5210; border-radius: 99px; font-size: 9px; font-weight: 900; }
#manhwaani-main .live-dot::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #74a300; vertical-align: 1px; }
#manhwaani-main .deadline-main { padding: 25px 22px 22px; background: #f4f7ee; border-bottom: 1px solid var(--line); }
#manhwaani-main .deadline-main > p { margin: 0 0 4px; color: var(--muted); font-size: 12px; }
#manhwaani-main .deadline-main h3 { margin: 0 0 21px; font-size: 20px; letter-spacing: -.7px; }
#manhwaani-main .deadline-meta { display: flex; align-items: flex-end; justify-content: space-between; }
#manhwaani-main .deadline-meta span { padding: 5px 8px; background: white; border: 1px solid var(--line); border-radius: 4px; font-size: 10px; font-weight: 800; }
#manhwaani-main .deadline-meta strong { color: var(--coral); font-size: 22px; }
#manhwaani-main .progress { height: 5px; margin-top: 10px; background: #dfe4d6; border-radius: 9px; overflow: hidden; }
#manhwaani-main .progress span { display: block; width: 72%; height: 100%; background: var(--coral); }
#manhwaani-main .date { margin: 9px 0 0 !important; text-align: right; font-size: 10px !important; }
#manhwaani-main .todo-list { padding: 8px 22px; }
#manhwaani-main .todo-list > div { min-height: 49px; display: grid; grid-template-columns: 26px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid #ece9e2; }
#manhwaani-main .todo-list p { margin: 0; font-size: 12px; font-weight: 700; }
#manhwaani-main .todo-list b { color: var(--muted); font-size: 9px; }
#manhwaani-main .check { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 9px; font-weight: 800; }
#manhwaani-main .check.done { background: var(--lime); border-color: var(--ink); }
#manhwaani-main .card-link { width: 100%; padding: 15px 22px; border: 0; background: white; display: flex; justify-content: space-between; cursor: pointer; font-size: 11px; font-weight: 900; }

#manhwaani-main button { color: inherit; }
#manhwaani-main button:focus-visible, #manhwaani-main a:focus-visible, #manhwaani-main select:focus-visible { outline: 3px solid #5f8d00; outline-offset: 3px; }
#manhwaani-main .menu-button { display: none; }
#manhwaani-main #universities, #manhwaani-main #practical, #manhwaani-main #portfolio, #manhwaani-main #calendar, #manhwaani-main #community { scroll-margin-top: 24px; }
#manhwaani-main .section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 118px 0; }
#manhwaani-main .section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
#manhwaani-main .section-heading h2 { margin: 6px 0 10px; font-size: clamp(34px, 4vw, 52px); line-height: 1.15; letter-spacing: -3px; }
#manhwaani-main .section-heading p { margin: 0; color: var(--muted); font-size: 14px; }
#manhwaani-main .section-kicker { color: #799d22 !important; font-size: 10px !important; font-weight: 900; letter-spacing: 2px; }
#manhwaani-main .section-heading > a { padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 900; }
#manhwaani-main .section-heading > a span { color: var(--coral); margin-left: 12px; }

#manhwaani-main .shortcut-strip {
  max-width: 1440px; margin: 0 auto; padding: 0 clamp(24px, 5vw, 76px);
  display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: #fff;
}
#manhwaani-main .shortcut-strip a { min-height: 106px; padding: 22px 24px; display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; border-right: 1px solid var(--line); transition: background .2s ease; }
#manhwaani-main .shortcut-strip a:last-child { border-right: 0; }
#manhwaani-main .shortcut-strip a:hover { background: #f1f8df; }
#manhwaani-main .shortcut-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); font-size: 20px; font-weight: 500; }
#manhwaani-main .shortcut-strip div { display: flex; flex-direction: column; gap: 5px; }
#manhwaani-main .shortcut-strip b { font-size: 13px; letter-spacing: -.3px; }
#manhwaani-main .shortcut-strip small { color: var(--muted); font-size: 10px; }
#manhwaani-main .shortcut-strip i { font-style: normal; color: var(--coral); }

#manhwaani-main .universities { padding-top: 132px; }
#manhwaani-main .filter-row { display: flex; gap: 8px; margin-bottom: 26px; overflow-x: auto; scrollbar-width: none; }
#manhwaani-main .filter-row::-webkit-scrollbar { display: none; }
#manhwaani-main .filter-row button { flex: 0 0 auto; padding: 9px 17px; border: 1px solid var(--line); border-radius: 99px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
#manhwaani-main .filter-row button.active { color: white; background: var(--ink); border-color: var(--ink); }
#manhwaani-main .university-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
#manhwaani-main .university-card { min-width: 0; background: white; border: 1px solid var(--ink); border-radius: 5px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
#manhwaani-main .university-card:hover { transform: translateY(-4px); box-shadow: 7px 7px 0 var(--ink); }
#manhwaani-main .campus-art { height: 170px; padding: 18px; position: relative; overflow: hidden; border-bottom: 1px solid var(--ink); background: var(--lime); }
#manhwaani-main .campus-art::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(var(--ink) .75px, transparent .75px); background-size: 6px 6px; }
#manhwaani-main .campus-art.coral { background: #ff9d8e; }
#manhwaani-main .campus-art.blue { background: #9ed8ff; }
#manhwaani-main .campus-art.yellow { background: #ffdc62; }
#manhwaani-main .campus-art.purple { background: #c4b4ff; }
#manhwaani-main .campus-art.mint { background: #9fe4cb; }
#manhwaani-main .campus-art > span { position: relative; z-index: 2; font-size: 10px; font-weight: 900; }
#manhwaani-main .campus-art > p { position: absolute; right: 14px; bottom: 10px; margin: 0; padding: 5px 8px; z-index: 3; background: var(--ink); color: white; font-size: 9px; font-weight: 800; }
#manhwaani-main .art-building { position: absolute; width: 67%; height: 100px; left: 18%; bottom: -3px; border: 2px solid var(--ink); background: rgba(255,255,255,.73); transform: skew(-7deg); }
#manhwaani-main .art-building::before, #manhwaani-main .art-building::after { content: ""; position: absolute; background: var(--ink); }
#manhwaani-main .art-building::before { width: 120%; height: 2px; left: -10%; top: 24px; box-shadow: 0 27px 0 var(--ink), 0 54px 0 var(--ink); }
#manhwaani-main .art-building::after { width: 2px; height: 100%; left: 31%; top: 0; box-shadow: 68px 0 0 var(--ink), 136px 0 0 var(--ink); }
#manhwaani-main .art-building i { position: absolute; width: 22px; height: 14px; z-index: 2; border: 1px solid var(--ink); background: rgba(23,25,21,.14); }
#manhwaani-main .art-building i:nth-child(1) { top: 31px; left: 11px; }
#manhwaani-main .art-building i:nth-child(2) { top: 31px; left: 50%; }
#manhwaani-main .art-building i:nth-child(3) { top: 59px; right: 12px; }
#manhwaani-main .university-content { padding: 20px; }
#manhwaani-main .card-labels { display: flex; gap: 6px; margin-bottom: 13px; }
#manhwaani-main .card-labels span { padding: 4px 7px; background: #f0eee7; border-radius: 3px; color: var(--muted); font-size: 9px; font-weight: 800; }
#manhwaani-main .university-content h3 { margin: 0 0 5px; font-size: 17px; letter-spacing: -.8px; }
#manhwaani-main .department { height: 20px; margin: 0 0 18px; color: var(--muted); font-size: 12px; }
#manhwaani-main .university-content dl { margin: 0; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
#manhwaani-main .university-content dl div { display: flex; justify-content: space-between; gap: 10px; padding: 4px 0; font-size: 10px; }
#manhwaani-main .university-content dt { color: var(--muted); }
#manhwaani-main .university-content dd { margin: 0; font-weight: 800; text-align: right; }
#manhwaani-main .university-actions { display: flex; gap: 8px; margin-top: 15px; }
#manhwaani-main .university-actions > button:first-child { flex: 1; padding: 10px 12px; display: flex; justify-content: space-between; border: 0; background: var(--ink); color: white; cursor: pointer; font-size: 10px; font-weight: 800; }
#manhwaani-main .university-actions > button:first-child span { color: var(--lime); }
#manhwaani-main .bookmark { width: 37px; border: 1px solid var(--line); background: white; color: #b8bab3; cursor: pointer; font-size: 16px; }
#manhwaani-main .bookmark.saved { color: var(--coral); border-color: var(--coral); background: #fff2ef; }
#manhwaani-main .data-note { margin: 18px 0 0; color: #888b82; font-size: 10px; }

#manhwaani-main .practical-section { background: var(--ink); color: white; position: relative; overflow: hidden; }
#manhwaani-main .practical-section::before { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; top: -180px; border: 1px solid #3c3e38; border-radius: 50%; box-shadow: 0 0 0 55px var(--ink), 0 0 0 56px #3c3e38, 0 0 0 110px var(--ink), 0 0 0 111px #3c3e38; }
#manhwaani-main .section.inner { position: relative; z-index: 1; }
#manhwaani-main .section-heading.light .section-kicker { color: var(--lime) !important; }
#manhwaani-main .section-heading.light h2 { color: white; }
#manhwaani-main .section-heading.light p { color: #aeb1a8; }
#manhwaani-main .section-heading.light > a { color: white; border-color: #55584f; }
#manhwaani-main .practical-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
#manhwaani-main .practical-card { background: #252721; border: 1px solid #4a4d43; transition: transform .25s ease; }
#manhwaani-main .practical-card:hover { transform: translateY(-6px); }
#manhwaani-main .practice-art { height: 205px; position: relative; overflow: hidden; background: var(--accent); border-bottom: 1px solid #4a4d43; }
#manhwaani-main .practice-art > span { position: absolute; top: 12px; left: 12px; z-index: 4; color: var(--ink); font-size: 9px; font-weight: 900; }
#manhwaani-main .practice-art.panels { padding: 34px 22px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
#manhwaani-main .practice-art.panels i { display: block; border: 2px solid var(--ink); background: rgba(255,255,255,.58); }
#manhwaani-main .practice-art.panels i:first-of-type { grid-row: span 2; }
#manhwaani-main .practice-art.panels b { display: none; }
#manhwaani-main .practice-art.scene::before { content: ""; position: absolute; width: 110px; height: 110px; left: 32px; bottom: 23px; border: 2px solid var(--ink); border-radius: 50%; background: rgba(255,255,255,.55); }
#manhwaani-main .practice-art.scene::after { content: ""; position: absolute; width: 2px; height: 130px; right: 70px; bottom: 0; background: var(--ink); transform: rotate(34deg); box-shadow: 18px -13px 0 var(--ink), 36px -27px 0 var(--ink); }
#manhwaani-main .practice-art.board { padding: 37px 24px 20px; display: flex; gap: 7px; transform-style: preserve-3d; }
#manhwaani-main .practice-art.board i { flex: 1; height: 115px; border: 2px solid var(--ink); background: rgba(255,255,255,.55); transform: rotate(-4deg); }
#manhwaani-main .practice-art.board i:nth-of-type(2) { margin-top: 17px; transform: rotate(3deg); }
#manhwaani-main .practice-art.board i:nth-of-type(3) { margin-top: 5px; }
#manhwaani-main .practice-art.book::before { content: ""; position: absolute; width: 125px; height: 150px; left: calc(50% - 63px); bottom: -10px; border: 2px solid var(--ink); background: #fff; box-shadow: 9px -8px 0 rgba(255,255,255,.55), 11px -10px 0 var(--ink); transform: rotate(-5deg); }
#manhwaani-main .practice-art.book::after { content: "PORT"; position: absolute; left: 50%; top: 48%; color: var(--ink); font-size: 20px; font-weight: 950; transform: translate(-50%,-50%) rotate(-5deg); }
#manhwaani-main .practice-copy { padding: 21px 19px 18px; }
#manhwaani-main .practice-copy small { color: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: 1.2px; }
#manhwaani-main .practice-copy h3 { margin: 6px 0 8px; font-size: 20px; }
#manhwaani-main .practice-copy p { min-height: 40px; margin: 0; color: #aeb1a8; font-size: 11px; line-height: 1.65; }
#manhwaani-main .practice-copy button { width: 100%; margin-top: 17px; padding: 11px 0 5px; display: flex; justify-content: space-between; border: 0; border-top: 1px solid #4a4d43; background: transparent; color: white; cursor: pointer; font-size: 10px; font-weight: 800; }
#manhwaani-main .practice-copy button span { color: var(--accent); }

#manhwaani-main .portfolio-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(65px, 9vw, 130px); align-items: center; min-height: 680px; }
#manhwaani-main .portfolio-intro h2 { margin: 8px 0 24px; font-size: clamp(42px, 5vw, 64px); line-height: 1.08; letter-spacing: -4px; }
#manhwaani-main .portfolio-intro h2 mark { color: inherit; background: linear-gradient(transparent 58%, var(--coral) 58%); }
#manhwaani-main .portfolio-intro > p:not(.section-kicker) { color: var(--muted); font-size: 14px; line-height: 1.85; }
#manhwaani-main .portfolio-intro > button { margin-top: 21px; padding: 14px 18px; border: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; font-size: 11px; font-weight: 900; box-shadow: 4px 4px 0 var(--lime); }
#manhwaani-main .portfolio-intro > button span { color: var(--lime); margin-left: 14px; }
#manhwaani-main .portfolio-board { min-height: 485px; position: relative; }
#manhwaani-main .portfolio-board::before { content: ""; position: absolute; inset: -25px -15px; opacity: .35; background-image: radial-gradient(#94978e .65px, transparent .65px); background-size: 7px 7px; mask-image: linear-gradient(to bottom right, transparent 8%, black 45%, transparent 92%); }
#manhwaani-main .work-card { width: 58%; position: absolute; z-index: 2; background: white; border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); }
#manhwaani-main .work-one { left: 0; top: 25px; transform: rotate(-4deg); }
#manhwaani-main .work-two { right: 0; bottom: 0; transform: rotate(4deg); }
#manhwaani-main .comic-frame { height: 245px; position: relative; overflow: hidden; border-bottom: 1px solid var(--ink); background: #b6ddf5; }
#manhwaani-main .comic-frame::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -25px; height: 105px; background: #bcd86f; border-top: 2px solid var(--ink); transform: rotate(-7deg); }
#manhwaani-main .sun { position: absolute; width: 62px; height: 62px; right: 25px; top: 27px; border: 2px solid var(--ink); border-radius: 50%; background: #ffdc62; }
#manhwaani-main .figure { position: absolute; width: 48px; height: 100px; left: 38%; bottom: 25px; z-index: 2; border: 2px solid var(--ink); border-radius: 50% 50% 10px 10px; background: #ff725e; transform: rotate(8deg); }
#manhwaani-main .bubble { position: absolute; left: 22px; top: 25px; z-index: 3; width: 44px; height: 35px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: white; font-weight: 950; }
#manhwaani-main .window { position: absolute; width: 90px; height: 110px; left: 26px; top: 26px; border: 3px solid var(--ink); background: #ffdc62; box-shadow: inset 0 -45px 0 #ff9d8e; }
#manhwaani-main .desk { position: absolute; width: 150px; height: 45px; right: 0; bottom: 45px; z-index: 2; border: 2px solid var(--ink); background: #f6f3ea; transform: skew(-12deg); }
#manhwaani-main .work-card > div:last-child { padding: 16px 17px; display: grid; gap: 5px; }
#manhwaani-main .work-card > div:last-child span { color: var(--coral); font-size: 9px; font-weight: 900; }
#manhwaani-main .work-card > div:last-child b { font-size: 13px; }
#manhwaani-main .work-card > div:last-child small { color: var(--muted); font-size: 9px; }
#manhwaani-main .annotation { position: absolute; right: 24%; top: 13%; z-index: 5; padding: 11px 13px; background: var(--lime); border: 1px solid var(--ink); transform: rotate(4deg); }
#manhwaani-main .annotation b { font-size: 8px; }
#manhwaani-main .annotation p { margin: 5px 0 0; font-size: 12px; font-weight: 900; line-height: 1.35; }
#manhwaani-main .annotation i { position: absolute; width: 65px; height: 1px; right: -53px; bottom: -17px; background: var(--ink); transform: rotate(37deg); }

#manhwaani-main .calendar-section { background: #d9f08f; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
#manhwaani-main .calendar-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 145px); align-items: center; }
#manhwaani-main .calendar-copy h2 { margin: 8px 0 22px; font-size: clamp(43px, 5vw, 64px); line-height: 1.06; letter-spacing: -4px; }
#manhwaani-main .calendar-copy > p:not(.section-kicker) { max-width: 360px; color: #4f5940; font-size: 14px; line-height: 1.8; }
#manhwaani-main .month-tabs { display: flex; gap: 8px; margin-top: 34px; }
#manhwaani-main .month-tabs button { width: 64px; padding: 10px 0; border: 1px solid #8ea05d; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
#manhwaani-main .month-tabs button.active { background: var(--ink); color: white; border-color: var(--ink); }
#manhwaani-main .schedule-list { background: white; border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); }
#manhwaani-main .schedule-head { padding: 17px 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); }
#manhwaani-main .schedule-head b { font-size: 14px; }
#manhwaani-main .schedule-head span { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: 1px; }
#manhwaani-main .schedule-list article { min-height: 94px; padding: 15px 20px; display: grid; grid-template-columns: 54px 1fr 30px; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }
#manhwaani-main .schedule-list time { display: flex; align-items: baseline; gap: 5px; }
#manhwaani-main .schedule-list time strong { font-size: 25px; }
#manhwaani-main .schedule-list time span { color: var(--muted); font-size: 9px; }
#manhwaani-main .schedule-list article div > span { display: inline-block; margin-bottom: 4px; padding: 3px 5px; background: #ecefe6; color: #5c6056; font-size: 8px; font-weight: 900; }
#manhwaani-main .schedule-list article div > span.hot { background: #fff0ed; color: #d34d3a; }
#manhwaani-main .schedule-list article h3 { margin: 0 0 3px; font-size: 13px; }
#manhwaani-main .schedule-list article p { margin: 0; color: var(--muted); font-size: 10px; }
#manhwaani-main .schedule-list article button { width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 17px; }
#manhwaani-main .calendar-button { width: calc(100% - 40px); margin: 17px 20px; padding: 12px 16px; display: flex; justify-content: space-between; border: 0; background: var(--ink); color: white; cursor: pointer; font-size: 11px; font-weight: 900; }
#manhwaani-main .calendar-button span { color: var(--lime); }

#manhwaani-main .community { padding-bottom: 130px; }
#manhwaani-main .community .section-heading > button { padding: 12px 16px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 11px; font-weight: 900; }
#manhwaani-main .community .section-heading > button span { color: var(--coral); margin-left: 10px; }
#manhwaani-main .talk-grid { display: grid; grid-template-columns: 1fr 1fr .9fr; gap: 18px; }
#manhwaani-main .talk-grid > article, #manhwaani-main .talk-grid > aside { padding: 25px; border: 1px solid var(--ink); background: white; }
#manhwaani-main .talk-grid > article { display: flex; flex-direction: column; }
#manhwaani-main .talk-category { align-self: flex-start; padding: 5px 8px; background: var(--lime); font-size: 9px; font-weight: 900; }
#manhwaani-main .talk-category.coral-tag { background: #ffd4cc; }
#manhwaani-main .talk-grid article h3 { margin: 19px 0 11px; font-size: 17px; line-height: 1.5; letter-spacing: -.5px; }
#manhwaani-main .talk-grid article > p { margin: 0 0 27px; color: var(--muted); font-size: 11px; line-height: 1.75; }
#manhwaani-main .talk-grid article > div { margin-top: auto; padding-top: 14px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
#manhwaani-main .talk-grid article > div b, #manhwaani-main .talk-grid article > div span { color: var(--muted); font-size: 9px; }
#manhwaani-main .talk-grid aside { background: #252721; color: white; }
#manhwaani-main .talk-grid aside > p { margin: 0 0 17px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
#manhwaani-main .talk-grid ol { margin: 0; padding: 0; list-style: none; }
#manhwaani-main .talk-grid li { min-height: 58px; display: grid; grid-template-columns: 30px 1fr; align-items: center; border-top: 1px solid #484b42; color: #d5d7d1; font-size: 11px; line-height: 1.5; }
#manhwaani-main .talk-grid li span { color: var(--coral); font-size: 14px; font-weight: 900; }

#manhwaani-main .final-cta { max-width: 1440px; min-height: 255px; margin: 0 auto; padding: 55px clamp(28px, 8vw, 125px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--coral); border: 1px solid var(--ink); position: relative; overflow: hidden; }
#manhwaani-main .final-cta::after { content: "GO!"; position: absolute; right: 27%; bottom: -60px; color: rgba(255,255,255,.19); font-size: 150px; font-weight: 950; transform: rotate(-9deg); }
#manhwaani-main .final-cta > div, #manhwaani-main .final-cta > button { position: relative; z-index: 1; }
#manhwaani-main .final-cta p { margin: 0 0 9px; font-size: 12px; font-weight: 800; }
#manhwaani-main .final-cta h2 { margin: 0; font-size: clamp(31px, 4vw, 51px); letter-spacing: -3px; }
#manhwaani-main .final-cta button { padding: 17px 21px; border: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; font-size: 12px; font-weight: 900; box-shadow: 5px 5px 0 var(--lime); white-space: nowrap; }
#manhwaani-main .final-cta button span { color: var(--lime); margin-left: 15px; }

#manhwaani-main footer { max-width: 1440px; margin: 0 auto; padding: 70px clamp(28px, 7vw, 110px) 30px; background: var(--ink); color: white; }
#manhwaani-main .footer-top { display: flex; flex-direction: column; gap: 18px; }
#manhwaani-main .footer-brand { color: white; }
#manhwaani-main .footer-brand .brand-mark { background: var(--lime); color: var(--ink); }
#manhwaani-main .footer-top p { margin: 0; color: #8d9087; font-size: 12px; }
#manhwaani-main .footer-links { margin: -50px 0 60px auto; width: min(500px, 55%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
#manhwaani-main .footer-links div { display: flex; flex-direction: column; gap: 11px; }
#manhwaani-main .footer-links b { margin-bottom: 5px; color: var(--lime); font-size: 10px; }
#manhwaani-main .footer-links a { color: #b1b3ad; font-size: 10px; }
#manhwaani-main .footer-bottom { padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid #3a3d35; color: #74776e; font-size: 8px; }

#manhwaani-main .drawer-backdrop { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: flex-end; background: rgba(10,11,9,.52); backdrop-filter: blur(3px); }
#manhwaani-main .drawer { width: min(420px, 92vw); height: 100%; padding: 28px; background: var(--paper); border-left: 1px solid var(--ink); box-shadow: -10px 0 0 rgba(23,25,21,.18); animation: slide-in .25s ease-out; }
@keyframes slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
#manhwaani-main .drawer-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 20px; border-bottom: 1px solid var(--ink); }
#manhwaani-main .drawer-head p { margin: 0 0 5px; color: var(--coral); font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
#manhwaani-main .drawer-head h2 { margin: 0; font-size: 28px; letter-spacing: -1px; }
#manhwaani-main .drawer-head button { width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; line-height: 1; }
#manhwaani-main .drawer-summary { margin: 24px 0 13px; color: var(--muted); font-size: 12px; }
#manhwaani-main .drawer-summary b { color: var(--coral); }
#manhwaani-main .saved-list { min-height: 260px; }
#manhwaani-main .saved-list > div { padding: 15px 0; display: grid; grid-template-columns: 28px 1fr 24px; align-items: center; gap: 11px; border-bottom: 1px solid var(--line); }
#manhwaani-main .saved-list > div > span { color: var(--coral); font-size: 9px; font-weight: 900; }
#manhwaani-main .saved-list > div div { display: flex; flex-direction: column; gap: 4px; }
#manhwaani-main .saved-list b { font-size: 12px; }
#manhwaani-main .saved-list small { color: var(--muted); font-size: 9px; }
#manhwaani-main .saved-list button { border: 0; background: transparent; cursor: pointer; color: var(--muted); font-size: 17px; }
#manhwaani-main .empty-state { padding: 70px 20px; text-align: center; color: var(--muted); font-size: 12px; line-height: 1.8; }
#manhwaani-main .drawer-primary { width: 100%; padding: 15px 17px; display: flex; justify-content: space-between; border: 0; background: var(--ink); color: white; cursor: pointer; font-size: 11px; font-weight: 900; }
#manhwaani-main .drawer-primary span { color: var(--lime); }
#manhwaani-main .toast { position: fixed; left: 50%; bottom: 28px; z-index: 120; max-width: calc(100% - 40px); padding: 13px 18px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--ink); border-radius: 99px; background: white; box-shadow: 5px 5px 0 var(--ink); font-size: 11px; font-weight: 800; transform: translateX(-50%); animation: toast-up .2s ease-out; }
#manhwaani-main .toast span { width: 19px; height: 19px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; font-size: 10px; }
@keyframes toast-up { from { opacity: 0; transform: translate(-50%, 10px); } to { opacity: 1; transform: translate(-50%, 0); } }

@media (max-width: 900px) {
  #manhwaani-main .header nav { display: none; }
  #manhwaani-main .menu-button { width: 36px; height: 36px; padding: 9px; display: flex; flex-direction: column; justify-content: center; gap: 6px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; }
  #manhwaani-main .menu-button i { width: 100%; height: 1px; display: block; background: var(--ink); }
  #manhwaani-main .header nav.nav-open { position: absolute; left: 18px; right: 18px; top: 113px; z-index: 50; margin: 0; padding: 12px; display: flex; flex-direction: column; gap: 0; background: white; border: 1px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); }
  #manhwaani-main .header nav.nav-open a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  #manhwaani-main .header nav.nav-open a:last-child { border-bottom: 0; }
  #manhwaani-main .header nav.nav-open a::after { display: none; }
  #manhwaani-main .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 55px; }
  #manhwaani-main .deadline-card { width: min(470px, 94%); margin: auto; }
  #manhwaani-main .shortcut-strip { grid-template-columns: 1fr 1fr; }
  #manhwaani-main .shortcut-strip a:nth-child(2) { border-right: 0; }
  #manhwaani-main .shortcut-strip a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  #manhwaani-main .university-grid { grid-template-columns: 1fr 1fr; }
  #manhwaani-main .practical-grid { grid-template-columns: 1fr 1fr; }
  #manhwaani-main .portfolio-section { grid-template-columns: 1fr; }
  #manhwaani-main .portfolio-intro { max-width: 520px; }
  #manhwaani-main .portfolio-board { width: min(680px, 100%); margin: auto; }
  #manhwaani-main .calendar-inner { grid-template-columns: 1fr; }
  #manhwaani-main .calendar-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 45px; align-items: end; }
  #manhwaani-main .calendar-copy .section-kicker, #manhwaani-main .calendar-copy h2 { grid-column: 1; }
  #manhwaani-main .calendar-copy > p:not(.section-kicker), #manhwaani-main .month-tabs { grid-column: 2; }
  #manhwaani-main .calendar-copy > p:not(.section-kicker) { grid-row: 2; }
  #manhwaani-main .month-tabs { grid-row: 3; }
  #manhwaani-main .talk-grid { grid-template-columns: 1fr 1fr; }
  #manhwaani-main .talk-grid aside { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  #manhwaani-main .notice { justify-content: space-between; padding-inline: 18px; }
  #manhwaani-main .notice p { font-size: 10px; }
  #manhwaani-main .notice p strong { display: none; }
  #manhwaani-main .header { height: 66px; padding: 0 18px; }
  #manhwaani-main .brand { font-size: 18px; }
  #manhwaani-main .brand-mark { width: 27px; height: 27px; }
  #manhwaani-main .text-button { display: none; }
  #manhwaani-main .saved-button { padding: 8px 11px; font-size: 11px; }
  #manhwaani-main .header nav.nav-open { top: 98px; }
  #manhwaani-main .hero { padding: 48px 20px 65px; min-height: auto; }
  #manhwaani-main h1 { font-size: clamp(43px, 13vw, 58px); letter-spacing: -3.5px; }
  #manhwaani-main .hero-description { font-size: 14px; }
  #manhwaani-main .desktop-only { display: none; }
  #manhwaani-main .finder { grid-template-columns: 1fr 1fr; box-shadow: 5px 5px 0 var(--ink); }
  #manhwaani-main .finder label { padding: 6px 10px; }
  #manhwaani-main .finder label:nth-child(2) { border-right: 0; }
  #manhwaani-main .finder button { grid-column: 1 / -1; min-height: 50px; margin-top: 8px; }
  #manhwaani-main .trust-row { gap: 16px; align-items: flex-start; }
  #manhwaani-main .trust-row div { flex-direction: column; gap: 2px; }
  #manhwaani-main .deadline-card { width: 95%; }
  #manhwaani-main .section { width: calc(100% - 36px); padding: 84px 0; }
  #manhwaani-main .section-heading { align-items: flex-start; margin-bottom: 28px; }
  #manhwaani-main .section-heading h2 { font-size: 35px; letter-spacing: -2.3px; }
  #manhwaani-main .section-heading > a { display: none; }
  #manhwaani-main .shortcut-strip { padding: 0; grid-template-columns: 1fr 1fr; }
  #manhwaani-main .shortcut-strip a { min-height: 94px; padding: 16px 13px; grid-template-columns: 34px 1fr; gap: 9px; }
  #manhwaani-main .shortcut-icon { width: 32px; height: 32px; font-size: 16px; }
  #manhwaani-main .shortcut-strip small, #manhwaani-main .shortcut-strip i { display: none; }
  #manhwaani-main .shortcut-strip b { font-size: 11px; }
  #manhwaani-main .universities { padding-top: 88px; }
  #manhwaani-main .university-grid { grid-template-columns: 1fr; }
  #manhwaani-main .campus-art { height: 155px; }
  #manhwaani-main .practical-grid { grid-template-columns: 1fr; }
  #manhwaani-main .practical-card { display: grid; grid-template-columns: 42% 58%; }
  #manhwaani-main .practice-art { height: 100%; min-height: 205px; border-bottom: 0; border-right: 1px solid #4a4d43; }
  #manhwaani-main .practice-copy h3 { font-size: 18px; }
  #manhwaani-main .practice-copy p { min-height: 54px; }
  #manhwaani-main .portfolio-intro h2, #manhwaani-main .calendar-copy h2 { font-size: 42px; letter-spacing: -3px; }
  #manhwaani-main .portfolio-board { min-height: 410px; }
  #manhwaani-main .work-card { width: 67%; }
  #manhwaani-main .comic-frame { height: 190px; }
  #manhwaani-main .work-two { right: 3px; }
  #manhwaani-main .annotation { right: 9%; top: 8%; }
  #manhwaani-main .calendar-copy { display: block; }
  #manhwaani-main .calendar-copy > p:not(.section-kicker) { margin-bottom: 0; }
  #manhwaani-main .schedule-list { box-shadow: 6px 6px 0 var(--ink); }
  #manhwaani-main .schedule-list article { padding: 13px 14px; grid-template-columns: 47px 1fr 28px; gap: 10px; }
  #manhwaani-main .talk-grid { grid-template-columns: 1fr; }
  #manhwaani-main .talk-grid aside { grid-column: auto; }
  #manhwaani-main .community .section-heading { display: block; }
  #manhwaani-main .community .section-heading > button { margin-top: 20px; }
  #manhwaani-main .final-cta { min-height: 300px; padding: 45px 25px; flex-direction: column; align-items: flex-start; justify-content: center; }
  #manhwaani-main .final-cta::after { right: -8%; }
  #manhwaani-main .final-cta button { margin-top: 12px; }
  #manhwaani-main footer { padding: 55px 24px 26px; }
  #manhwaani-main .footer-links { width: 100%; margin: 46px 0; gap: 22px; }
  #manhwaani-main .footer-bottom { flex-direction: column; gap: 7px; }
}

/* 이 페이지 내부에서만 사용하는 보완 규칙 */
#manhwaani-main { width:100%; max-width:none; min-width:0; margin:0; padding:0; overflow-x:hidden; isolation:isolate; }
#manhwaani-main [hidden] { display:none !important; }
#manhwaani-main img,
#manhwaani-main svg,
#manhwaani-main video { max-width:100%; height:auto; }
#manhwaani-main .portfolio-button,
#manhwaani-main .question-button { display:inline-flex; align-items:center; justify-content:space-between; }
#manhwaani-main .portfolio-button { margin-top:21px; padding:14px 18px; border:1px solid var(--ink); background:var(--ink); color:white; font-size:11px; font-weight:900; box-shadow:4px 4px 0 var(--lime); }
#manhwaani-main .portfolio-button span { color:var(--lime); margin-left:14px; }
#manhwaani-main .question-button { padding:12px 16px; border:1px solid var(--ink); background:transparent; font-size:11px; font-weight:900; }
#manhwaani-main .question-button span { color:var(--coral); margin-left:10px; }
#manhwaani-main .schedule-head em { color:var(--muted); font-size:8px; font-weight:900; font-style:normal; letter-spacing:1px; }
#manhwaani-main .schedule-head b span { color:inherit; font-size:inherit; font-weight:inherit; letter-spacing:inherit; }
#manhwaani-main .calendar-button { text-decoration:none; }
#manhwaani-main .toast b { font-size:inherit; }
#manhwaani-main .shortcut-strip { gap:0; margin-left:auto; font-size:inherit; font-weight:inherit; }
#manhwaani-main .shortcut-strip > a:first-child::after { display:none; content:none; }
@media (max-width:600px) {
  #manhwaani-main .question-button { margin-top:20px; }
}
