html, body { margin: 0; padding: 0; font-family: 'Pretendard'; color: #192343; background: #fff; word-break: keep-all; overflow-wrap: break-word; min-width: 1200px; }

* { box-sizing: border-box; }

.apply-wrap { max-width: 1200px; margin: 0 auto; padding: 60px 24px 90px; display: flex; align-items: flex-start; gap: 40px; }
.apply-left { flex: 0 0 260px; min-height: 560px; padding: 8px 28px 0 0; border-right: 1px solid rgba(25, 35, 67, .12); display: flex; flex-direction: column; gap: 40px; }
.apply-left h2 { margin: 0 0 -16px; font-size: 24px; font-weight: 800; }
.apply-menu { display: flex; flex-direction:column; gap: 4px; }
.apply-menu a { position: relative; display: block; padding: 11px 0 11px 16px; color: rgba(25, 35, 67, .78); text-decoration: none; font-size: 15px; font-weight: 500; border-radius: 8px; transition: .2s ease; }
.apply-menu :hover { color: #45B6B0; background: rgba(69, 182, 176, .08); }
.apply-menu a.active { color: #45B6B0; font-weight: 700; background: rgba(69, 182, 176, .1); pointer-events: none; }
.apply-menu a.active::before { content: ""; position: absolute; left: 0; top: 10px; bottom: 10px; width: 3px; border-radius: 99px; background: #45B6B0; }
.apply-right { flex: 1; max-width: 820px; }
.apply-header { margin-bottom: 34px; }
.apply-header h1 { margin: 0; font-size: 38px; line-height: 1.2; font-weight: 800; }
.apply-header p { margin: 16px 0 0; font-size: 17px; line-height: 1.8; color: rgba(25, 35, 67, .68); }
.apply-notice { margin-top: 28px; padding: 30px 32px; border-radius: 20px; background: #192343; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.apply-notice-content { flex: 1; }
.apply-notice h2 { margin: 0; font-size: 22px; font-weight: 800; }
.apply-notice p { margin: 12px 0 22px; font-size: 16px; line-height: 1.75; color: rgba(255, 255, 255, .82); }
.apply-btn { height: 44px; padding: 0 22px; border-radius: 10px; background: #45B6B0; color: #fff; text-decoration: none; font-size: 14px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; transition: .2s ease; flex-shrink: 0; }
.apply-btn:hover { background: #35a39d; }
.about-links { display: flex; flex-direction: column; gap: 12px; }

.eyebrow { display: inline-block; margin-bottom: 8px; color: #45B6B0; font-size: 13px; font-weight: 800; letter-spacing: .08em; }

.rule-box { padding: 32px; border: 1px solid rgba(25, 35, 67, .1); border-radius: 20px; background: #F7FAFA; }
.rule-box > strong { display: block; margin-bottom: 26px; font-size: 18px; font-weight: 800; }
.rule-item { padding: 24px 0; border-top: 1px solid rgba(25, 35, 67, .1); }
.rule-item h3 { margin: 0 0 12px; font-size: 18px; font-weight: 800; }
.rule-item p { margin: 0; font-size: 16px; line-height: 1.85; color: rgba(25, 35, 67, .78); }
.rule-item ol { margin: 14px 0 0; padding-left: 20px; }
.rule-item ul { margin: 8px 0 12px; padding-left: 20px; list-style: disc; }
.rule-item li { margin: 8px 0; font-size: 16px; line-height: 1.7; color: rgba(25, 35, 67, .78); word-break: keep-all; }
.rule-chapter { margin-top: 34px; padding: 12px 16px; border-radius: 10px; background: #192343; color: #fff; font-size: 17px; font-weight: 800; }
.rule-item li { word-break: keep-all; }

.link-title { margin: 0 0 2px; font-size: 13px; font-weight: 700; color: rgba(25, 35, 67, .45); }
.link-box { width: 190px; height: 74px; padding: 14px; border: 1px solid rgba(25, 35, 67, .12); border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: .2s ease; }
.link-box:hover { border-color: rgba(69,182,176,.45); box-shadow: 0 8px 20px rgba(25,35,67,.08); transform: translateY(-2px); }
.link-box img { width: 100%; height: 100%; object-fit: contain; }
.link-title { margin: 0 0 2px; font-size: 13px; font-weight: 700; color: rgba(25, 35, 67, .45); }
.link-box { width: 190px; height: 74px; padding: 14px; border: 1px solid rgba(25, 35, 67, .12); border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; transition: .2s ease; overflow: hidden; }
.link-box:hover { border-color: rgba(69, 182, 176, .45); box-shadow: 0 8px 20px rgba(25, 35, 67, .08); transform: translateY(-2px); }
.link-box img { width: 100%; height: 150%; object-fit: contain; display: block; }