/* FILE VERSION: Aemazon-Notices-v1.2.0 */
:root{--notice-orange:#ff5424;--notice-ink:#171719;--notice-muted:#85878c;--notice-line:#ececef;--notice-bg:#f6f6f7}
*{box-sizing:border-box}
body.aemazon-notice-page{margin:0;background:var(--notice-bg);color:var(--notice-ink);font-family:system-ui,-apple-system,"Noto Sans KR",sans-serif}
.notice-shell{width:min(760px,100%);margin:0 auto;padding:34px 18px 80px}
.notice-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:20px}
.notice-page-head h1{margin:0;font-size:34px;letter-spacing:-.045em;line-height:1.12}
.notice-page-head p{margin:8px 0 0;color:var(--notice-muted);font-size:14px}
.notice-count{flex:0 0 auto;color:var(--notice-muted);font-size:13px;font-weight:750}
.notice-list{display:grid;gap:10px}
.notice-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:20px 21px;border:1px solid var(--notice-line);border-radius:17px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 8px 25px rgba(0,0,0,.025)}
.notice-row-title{display:flex;align-items:center;min-width:0;gap:8px;font-size:17px;font-weight:850;letter-spacing:-.025em}
.notice-row-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.notice-new{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:18px;height:18px;border-radius:6px;background:var(--notice-orange);color:#fff;font-size:10px;font-weight:950;line-height:1}
.notice-row time{display:block;margin-top:8px;color:var(--notice-muted);font-size:12px}
.notice-chevron{color:#afb0b4;font-size:24px;font-weight:350}
.notice-empty{padding:70px 20px;text-align:center;border:1px solid var(--notice-line);border-radius:18px;background:#fff;color:var(--notice-muted)}
.notice-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:22px}
.notice-pagination a,.notice-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 13px;border:1px solid var(--notice-line);border-radius:12px;background:#fff;color:inherit;text-decoration:none;font-size:13px;font-weight:800}
.notice-pagination .current{border-color:var(--notice-orange);background:var(--notice-orange);color:#fff}
.notice-detail{overflow:hidden;border:1px solid var(--notice-line);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.03)}
.notice-detail-head{padding:27px 27px 24px;border-bottom:1px solid var(--notice-line)}
.notice-back{display:inline-flex;align-items:center;gap:5px;margin-bottom:22px;color:#64666b;text-decoration:none;font-size:13px;font-weight:800}
.notice-detail-head h1{margin:0;font-size:29px;line-height:1.35;letter-spacing:-.04em;overflow-wrap:anywhere}
.notice-detail-meta{display:flex;align-items:center;gap:8px;margin-top:13px;color:var(--notice-muted);font-size:12px}
.notice-media-gallery{position:relative;overflow:hidden;border-bottom:1px solid var(--notice-line);background:#101012}
.notice-media-track{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.notice-media-track::-webkit-scrollbar{display:none}
.notice-media-slide{position:relative;flex:0 0 100%;width:100%;aspect-ratio:16/9;margin:0;scroll-snap-align:start;scroll-snap-stop:always;background:#101012}
.notice-media-slide img,.notice-media-slide video{display:block;width:100%;height:100%;object-fit:contain;background:#101012}
.notice-media-arrow{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:-21px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(0,0,0,.48);color:#fff;font-size:30px;line-height:1;cursor:pointer;backdrop-filter:blur(8px)}
.notice-media-arrow.prev{left:14px}.notice-media-arrow.next{right:14px}
.notice-media-dots{position:absolute;left:50%;bottom:12px;z-index:3;display:flex;align-items:center;gap:6px;transform:translateX(-50%);padding:6px 8px;border-radius:999px;background:rgba(0,0,0,.42);backdrop-filter:blur(8px)}
.notice-media-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.62);cursor:pointer;transition:.16s}
.notice-media-dots button.active{width:22px;background:var(--notice-orange)}
.notice-detail-body{min-height:300px;padding:29px 27px 45px;font-size:16px;line-height:1.78;white-space:normal;overflow-wrap:anywhere}
.notice-detail-body.toastui-editor-contents{font-family:system-ui,-apple-system,"Noto Sans KR",sans-serif;color:var(--notice-ink)}
.notice-detail-body.toastui-editor-contents p{margin:0 0 16px;line-height:1.78}
.notice-detail-body.toastui-editor-contents h1,.notice-detail-body.toastui-editor-contents h2,.notice-detail-body.toastui-editor-contents h3,.notice-detail-body.toastui-editor-contents h4{margin:30px 0 13px;line-height:1.4;letter-spacing:-.035em}
.notice-detail-body.toastui-editor-contents img{display:block;max-width:100%;height:auto;margin:18px auto;border-radius:14px}
.notice-detail-body.toastui-editor-contents video{display:block;max-width:100%;height:auto;margin:18px auto;border-radius:14px;background:#111}
.notice-detail-body.toastui-editor-contents table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}
.notice-detail-body.toastui-editor-contents blockquote{margin:18px 0;padding:13px 17px;border-left:4px solid var(--notice-orange);background:#fff7f3;color:#555}
.notice-detail-body.toastui-editor-contents a{color:#e84c1c;text-decoration:underline;text-underline-offset:3px}
.notice-detail-body .lp-embed{position:relative;width:100%;margin:20px 0;overflow:hidden;border-radius:14px;background:#111}
.notice-detail-body .lp-embed-inner{position:relative;width:100%;padding-top:56.25%}
.notice-detail-body .lp-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.notice-detail-foot{display:flex;justify-content:center;padding:20px;border-top:1px solid var(--notice-line)}
.notice-list-button{display:inline-flex;align-items:center;justify-content:center;min-width:150px;height:46px;border:1px solid #d7d8dc;border-radius:999px;background:#fff;color:#222;text-decoration:none;font-weight:850}
@media(max-width:600px){
  .notice-shell{padding:24px 14px 104px}.notice-page-head{align-items:flex-start}.notice-page-head h1{font-size:27px}.notice-row{padding:18px 16px;border-radius:15px}.notice-row-title{font-size:15px}.notice-detail{border-radius:0;border-left:0;border-right:0}.notice-detail-head{padding:23px 20px 21px}.notice-detail-head h1{font-size:23px}.notice-detail-body{padding:25px 20px 38px;font-size:15px}.notice-shell.is-detail{padding-left:0;padding-right:0;padding-top:14px}.notice-media-arrow{display:none}.notice-media-dots{bottom:9px}
}
