.mp-content{
  --mc-ink:#152c3a;
  --mc-muted:#63727c;
  --mc-line:#e0e5e6;
  --mc-gold:#f6c453;
  color:var(--mc-ink);
  max-width:1180px;
  margin:12px auto 64px;
  font-family:inherit
}
.mp-content *{
  box-sizing:border-box
}
.mp-content a{
  color:inherit;
  text-decoration:none
}
.mp-content button,.mp-content input{
  font:inherit
}
.mp-content a:focus-visible,.mp-content button:focus-visible,.mp-content input:focus-visible{
  outline:3px solid #a86d00;
  outline-offset:4px
}
.mc-eyebrow{
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em
}
.mc-hero{
  display:grid;
  grid-template-columns:1.35fr 1fr;
  min-height:370px;
  background:#142d3b;
  color:#fff;
  border-radius:24px;
  overflow:hidden
}
.mc-hero-copy{
  padding:44px 42px
}
.mc-hero-copy>.mc-eyebrow{
  color:var(--mc-gold)
}
.mc-hero h1{
  font-size:clamp(28px,3.3vw,43px);
  font-weight:800;
  line-height:1.35;
  letter-spacing:-.045em;
  margin:19px 0
}
.mc-hero h1 span{
  color:var(--mc-gold)
}
.mc-hero p{
  color:#c2d0d8;
  line-height:1.9;
  font-size:15px
}
.mc-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:27px
}
.mc-button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  min-height:46px;
  padding:11px 17px;
  border-radius:8px;
  font-size:14px;
  font-weight:700
}
.mp-content .mc-primary{
  background:var(--mc-gold);
  color:#18303c
}
.mc-ghost{
  border:1px solid #5a6a73
}
.mp-content .mc-dark{
  background:var(--mc-ink);
  color:white
}
.mc-hero-art{
  position:relative;
  align-self:center;
  margin:28px 35px 28px 10px;
  border:1px solid #49606d;
  border-radius:18px;
  padding:28px;
  overflow:hidden;
  transform:rotate(-3deg);
  background:#1c3746
}
.mc-orbit{
  position:absolute;
  width:280px;
  height:280px;
  border:1px solid #6e807c;
  border-radius:50%;
  right:-150px;
  top:-160px;
  opacity:.45;
  box-shadow:0 0 0 23px #49606025,0 0 0 48px #49606020
}
.mc-art-number{
  font-family:monospace;
  color:#a3bbb8;
  font-size:11px;
  letter-spacing:3px
}
.mc-hero-art>strong{
  display:block;
  font-size:22px;
  letter-spacing:-.04em;
  margin:9px 0 16px
}
.mc-art-step{
  display:flex;
  gap:16px;
  align-items:center;
  border-top:1px solid #47606c;
  padding:13px 0
}
.mc-art-step b{
  font-size:13px;
  color:var(--mc-gold);
  font-family:monospace
}
.mc-art-step span{
  font-weight:700
}
.mc-art-step i{
  font-style:normal;
  font-size:11px;
  color:#b7c9d3;
  margin-left:auto
}
.mc-hero-art small{
  display:block;
  font-size:9px;
  letter-spacing:2px;
  color:#a3b5bf;
  margin-top:12px
}
.mc-intro{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin:44px 0 24px
}
.mc-intro .mc-eyebrow{
  color:#7b868c
}
.mc-intro h2{
  font-size:25px;
  font-weight:800;
  letter-spacing:-.04em;
  margin-top:5px
}
.mc-intro p{
  font-size:14px;
  color:var(--mc-muted)
}
.mc-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding-bottom:18px;
  border-bottom:1px solid var(--mc-line)
}
.mc-tabs{
  display:flex;
  gap:5px;
  flex-wrap:wrap
}
.mc-tabs a{
  padding:9px 12px;
  border-radius:8px;
  font-size:13px;
  font-weight:700;
  color:#576974
}
.mc-tabs a[aria-current]{
  background:#183645;
  color:white
}
.mc-tabs span{
  font-size:10px;
  opacity:.7;
  margin-left:3px
}
.mc-search{
  display:flex;
  min-height:42px;
  border:1px solid #ced6d9;
  border-radius:8px;
  background:white;
  max-width:100%
}
.mc-search input{
  width:215px;
  min-width:0;
  flex:1;
  background:transparent;
  border:0;
  padding:10px 12px;
  font-size:12px;
  border-radius:8px
}
.mc-search button{
  padding:8px 12px;
  border:0;
  background:transparent;
  cursor:pointer
}
.mc-results{
  font-size:12px;
  color:var(--mc-muted);
  margin:20px 0 15px
}
.mc-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px
}
.mc-card{
  border:1px solid var(--mc-line);
  border-radius:14px;
  background:white;
  overflow:hidden;
  transition:transform .18s,border-color .18s;
  min-width:0
}
.mc-card:hover{
  transform:translateY(-4px);
  border-color:#839ba3
}
.mc-card-link{
  display:flex;
  flex-direction:column;
  height:100%
}
.mc-card-visual{
  height:185px;
  position:relative;
  padding:24px;
  background:#e8ede5;
  color:#27483a;
  overflow:hidden
}
.mc-card-about .mc-card-visual{
  background:#f7e9c8;
  color:#4a402c
}
.mc-card-guide .mc-card-visual{
  background:#e3eaf0;
  color:#354e67
}
.mc-card-news .mc-card-visual{
  background:#ece6f2;
  color:#58446d
}
.mc-visual-label{
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em
}
.mc-card-visual strong{
  display:block;
  font-size:34px;
  line-height:1.06;
  letter-spacing:-.055em;
  margin-top:16px;
  font-weight:800
}
.mc-visual-arrow{
  position:absolute;
  bottom:18px;
  right:22px;
  font-size:38px;
  font-weight:300
}
.mc-card-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover
}
.mc-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:#142d3bd9;
  color:white;
  width:50px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  font-size:16px
}
.mc-card-copy{
  padding:22px;
  display:flex;
  flex-direction:column;
  flex:1
}
.mc-card-meta{
  display:flex;
  gap:8px;
  align-items:center;
  font-size:11px;
  font-weight:800;
  color:#527662
}
.mc-card-meta small{
  font-size:10px;
  color:#77745f;
  background:#f4f0e6;
  border-radius:4px;
  padding:3px 5px
}
.mc-card-copy h3{
  font-size:18px;
  font-weight:800;
  line-height:1.55;
  letter-spacing:-.035em;
  margin:12px 0 9px;
  overflow-wrap:anywhere
}
.mc-card-copy p{
  font-size:13px;
  line-height:1.8;
  color:var(--mc-muted);
  margin-bottom:22px
}
.mc-card-footer{
  display:flex;
  justify-content:space-between;
  margin-top:auto;
  color:#6b7b83;
  font-size:11px
}
.mc-card-footer span:last-child{
  font-size:17px
}
.mc-channel{
  display:flex;
  align-items:center;
  gap:24px;
  background:#f0eee7;
  border-radius:16px;
  padding:30px 32px;
  margin-top:44px
}
.mc-channel-icon{
  font-size:38px;
  color:#c6503e
}
.mc-channel h2{
  font-size:22px;
  font-weight:800;
  margin:4px 0 6px;
  letter-spacing:-.03em
}
.mc-channel p{
  font-size:13px;
  color:#636f73
}
.mc-channel .mc-button{
  margin-left:auto;
  white-space:nowrap
}
.mc-external{
  margin-top:42px
}
.mc-external h2{
  font-size:19px;
  font-weight:800
}
.mc-external>p{
  font-size:13px;
  color:var(--mc-muted);
  margin:8px 0 18px
}
.mc-external>a{
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid var(--mc-line);
  padding:18px 0;
  font-size:14px
}
.mc-external small{
  color:var(--mc-muted);
  white-space:nowrap;
  font-size:11px
}
.mc-pagination{
  display:flex;
  justify-content:center;
  gap:28px;
  margin-top:30px;
  font-size:14px
}
.mc-empty{
  text-align:center;
  padding:65px 20px;
  background:#f4f6f5;
  border-radius:14px
}
.mc-empty h3{
  font-size:22px;
  font-weight:700
}
.mc-empty p{
  color:var(--mc-muted);
  margin:12px 0 24px
}
.mc-sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.mc-breadcrumb{
  display:flex;
  gap:12px;
  font-size:12px;
  color:var(--mc-muted);
  margin:24px 0 40px
}
.mc-article-header{
  max-width:830px
}
.mc-article-header>.mc-eyebrow{
  color:#62846c
}
.mc-article-header h1{
  font-size:clamp(28px,4vw,44px);
  font-weight:800;
  line-height:1.4;
  letter-spacing:-.045em;
  margin:16px 0
}
.mc-article-header>p{
  font-size:18px;
  line-height:1.8;
  color:var(--mc-muted)
}
.mc-byline{
  display:flex;
  align-items:center;
  gap:13px;
  flex-wrap:wrap;
  font-size:12px;
  color:var(--mc-muted);
  padding:26px 0;
  border-bottom:1px solid var(--mc-line)
}
.mc-avatar{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#f6c453;
  color:#213b49;
  font-weight:800
}
.mc-byline b{
  color:var(--mc-ink)
}
.mc-byline button{
  margin-left:auto;
  background:white;
  border:1px solid var(--mc-line);
  padding:7px 11px;
  border-radius:6px;
  cursor:pointer;
  font-size:12px
}
.mc-article-layout{
  display:grid;
  grid-template-columns:minmax(0,830px) 230px;
  gap:64px;
  margin-top:32px
}
.mc-article{
  min-width:0
}
.mc-prose{
  font-size:17px;
  line-height:1.95;
  overflow-wrap:anywhere
}
.mc-prose h2{
  font-size:25px;
  font-weight:800;
  line-height:1.5;
  letter-spacing:-.025em;
  margin:40px 0 16px;
  scroll-margin-top:100px
}
.mc-prose h2:first-child{
  margin-top:8px
}
.mc-prose h3{
  font-size:21px;
  font-weight:700;
  margin:28px 0 10px
}
.mc-prose p{
  margin:14px 0;
  color:#3c505b
}
.mc-prose ul,.mc-prose ol{
  padding-left:25px;
  margin:16px 0;
  list-style:revert
}
.mc-prose li{
  margin:8px 0
}
.mc-prose a{
  color:#24674e;
  text-decoration:underline;
  text-underline-offset:4px
}
/* 앱에서 읽을 때: 앱이 자체 화면으로 가진 곳은 링크 대신 위치를 알려 준다.
   웹 주소로 보내면 외부 브라우저가 열려 읽던 글에서 튕겨 나간다. */
.mc-app-screen{
  font-weight:700;
  color:#24674e;
  white-space:nowrap
}
.mc-app-screen span{
  font-size:11px;
  font-weight:600;
  margin-left:4px;
  padding:2px 6px;
  border-radius:6px;
  background:#e8ede5;
  color:#3c5a4b;
  vertical-align:2px
}
.mc-prose blockquote{
  border-left:3px solid var(--mc-gold);
  padding:12px 24px;
  background:#faf7ee
}
.mc-prose pre{
  overflow:auto;
  padding:16px;
  background:#f0f3f3
}
.mc-prose table{
  display:block;
  overflow:auto;
  max-width:100%;
  border-collapse:collapse
}
.mc-prose th,.mc-prose td{
  border:1px solid var(--mc-line);
  padding:8px
}
.mc-sidebar{
  min-width:0
}
.mc-toc{
  position:sticky;
  top:96px;
  padding:22px 0;
  border-top:2px solid #254554
}
.mc-toc nav{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:18px;
  font-size:13px;
  line-height:1.6;
  color:#667983
}
.mc-side-note{
  margin-top:36px;
  background:#e8eeea;
  padding:24px;
  border-radius:12px
}
.mc-side-note .mc-eyebrow{
  font-size:9px;
  color:#63816d
}
.mc-side-note h2{
  font-size:20px;
  font-weight:800;
  line-height:1.6;
  margin:12px 0
}
.mc-side-note a{
  font-size:12px;
  font-weight:700
}
.mc-video{
  position:relative;
  aspect-ratio:16/9;
  background:#132a38;
  border-radius:14px;
  overflow:hidden
}
.mc-video iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0
}
.mc-video-source{
  font-size:12px;
  color:var(--mc-muted);
  margin:12px 0 32px
}
.mc-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:32px 0
}
.mc-tags span{
  font-size:12px;
  background:#edf1ee;
  color:#557365;
  padding:5px 10px;
  border-radius:6px
}
.mc-article-end{
  border-top:1px solid var(--mc-line);
  padding:28px 0
}
.mc-article-end>b{
  font-size:21px
}
.mc-article-end>p{
  margin:10px 0 18px;
  font-size:14px;
  color:var(--mc-muted)
}
.mc-related{
  border-top:1px solid var(--mc-line);
  margin-top:36px
}
.mc-related .mc-intro>a{
  font-size:13px
}
.mc-detail{
  max-width:1120px
}
@media(max-width:1000px){
  .mc-toolbar{
    align-items:stretch
  }
  .mc-search{
    width:100%
  }
  .mc-article-layout{
    grid-template-columns:minmax(0,1fr) 190px;
    gap:30px
  }
  .mc-hero-copy{
    padding:32px
  }
  .mc-hero-art{
    margin-right:24px;
    padding:22px
  }
  .mc-card-copy{
    padding:18px
  }
  .mc-channel{
    gap:18px;
    padding:26px
  }
  .mc-channel h2{
    font-size:19px
  }
}
@media(max-width:700px){
  .mp-content{
    margin-top:4px
  }
  .mc-hero{
    grid-template-columns:1fr;
    border-radius:16px;
    min-height:0
  }
  .mc-hero-copy{
    padding:30px 24px
  }
  .mc-hero h1{
    font-size:31px
  }
  .mc-hero-art{
    margin:0 28px 30px;
    padding:20px;
    transform:rotate(-2deg)
  }
  .mc-hero-art>strong{
    font-size:18px
  }
  .mc-art-step{
    padding:9px 0
  }
  .mc-hero-art small{
    margin-top:8px
  }
  .mc-intro{
    margin-top:32px;
    align-items:start;
    flex-direction:column;
    gap:8px
  }
  .mc-intro h2{
    font-size:23px
  }
  .mc-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px
  }
  .mc-card-visual{
    height:145px;
    padding:17px
  }
  .mc-card-visual strong{
    font-size:26px
  }
  .mc-visual-label{
    font-size:8px
  }
  .mc-visual-arrow{
    font-size:28px;
    right:15px;
    bottom:12px
  }
  .mc-card-copy{
    padding:16px
  }
  .mc-card-copy h3{
    font-size:16px
  }
  .mc-card-copy p{
    font-size:12px
  }
  .mc-card-meta{
    flex-wrap:wrap;
    gap:5px
  }
  .mc-card-meta small{
    font-size:9px
  }
  .mc-tabs{
    gap:3px
  }
  .mc-tabs a{
    padding:8px 10px;
    font-size:12px
  }
  .mc-channel{
    flex-wrap:wrap;
    padding:25px 22px;
    gap:16px
  }
  .mc-channel-icon{
    display:none
  }
  .mc-channel .mc-button{
    margin:0
  }
  .mc-channel h2{
    font-size:21px
  }
  .mc-external>a{
    flex-direction:column;
    gap:7px
  }
  .mc-article-layout{
    grid-template-columns:1fr;
    margin-top:24px
  }
  .mc-sidebar{
    display:none
  }
  .mc-breadcrumb{
    margin:16px 0 28px
  }
  .mc-article-header>p{
    font-size:16px
  }
  .mc-byline{
    gap:10px
  }
  .mc-prose{
    font-size:16px
  }
  .mc-prose h2{
    font-size:23px
  }
  .mc-related .mc-intro{
    flex-direction:row;
    align-items:center
  }
  .mc-related .mc-grid{
    grid-template-columns:1fr
  }
  .mc-related .mc-card-link{
    display:grid;
    grid-template-columns:125px 1fr
  }
  .mc-related .mc-card-visual{
    height:100%;
    min-height:170px;
    padding:12px
  }
  .mc-related .mc-card-visual strong{
    font-size:22px
  }
  .mc-related .mc-visual-arrow{
    display:none
  }
  .mc-related .mc-card-copy p{
    display:none
  }
}
@media(max-width:420px){
  .mc-grid{
    grid-template-columns:1fr
  }
  .mc-card-visual{
    height:180px;
    padding:24px
  }
  .mc-card-visual strong{
    font-size:34px
  }
  .mc-card-copy h3{
    font-size:19px
  }
  .mc-card-copy p{
    font-size:14px
  }
  .mc-hero h1{
    font-size:28px
  }
  .mc-hero-copy{
    padding:27px 20px
  }
  .mc-hero p{
    font-size:14px
  }
  .mc-button{
    font-size:12px;
    padding:10px 13px;
    gap:8px
  }
  .mc-hero-art{
    margin:0 23px 26px
  }
  .mc-byline button{
    margin-left:0
  }
}
@media(prefers-reduced-motion:reduce){
  .mc-card{
    transition:none
  }
  .mc-card:hover{
    transform:none
  }
}
.mc-filter-header{
  padding:32px 0 12px
}
.mc-filter-header>a{
  display:block;
  font-size:12px;
  color:#647681;
  margin-bottom:28px
}
.mc-filter-header>.mc-eyebrow{
  color:#698476
}
.mc-filter-header h1{
  font-size:38px;
  font-weight:800;
  letter-spacing:-.04em;
  margin:12px 0
}
.mc-filter-header p{
  color:#63727c;
  line-height:1.8;
  font-size:15px
}
.mc-filter-header+.mc-intro{
  margin-top:28px
}
@media(max-width:700px){
  .mc-hero-art{
    display:none
  }
  .mc-filter-header{
    padding:14px 0 0
  }
  .mc-filter-header h1{
    font-size:30px
  }
}
