:root {
  --modal-mask-top-offset: 134px;
  --modal-layer-top-offset: 25px;
  --fixed-nav-top-offset: 48px;
}

html {
  scroll-behavior: smooth;
}

.form-wrapper {
  width: 100%;
  max-width: 480px;
  margin: 30px auto;
  scroll-margin-top: 100px;
}

.font--primary {
  font-family: "NotoSansKR-Regular", sans-serif;
  font-weight: 400;
}

.font--secondary {
  font-family: "NotoSansKR-Medium", sans-serif;
  font-weight: 500;
}

.font--tertiary {
  font-family: "NotoSansKR-Bold", sans-serif;
  font-weight: 700;
}

body,
figure {
  width: 100%;
  margin: 0;
  word-break: keep-all;
  letter-spacing: -0.5px;
  font-family: "NotoSansKR-Regular";
}

h1,
h2,
h3 {
  margin: unset;
  line-height: 1.3;
}

button {
  display: inline-block;
  background-color: transparent;
  border-color: inherit;
  border-style: inherit;
  padding: inherit;
}

button:focus {
  outline: none;
}

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

:root {
  --modal-mask-top-offset: 134px;
  --modal-layer-top-offset: 25px;
  --fixed-nav-top-offset: 48px;
}

.flex {
  display: flex;
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--align-items-base {
  align-items: baseline;
}

.flex--align-items-end {
  align-items: flex-end;
}

.flex--align-items-center {
  align-items: center;
}

.flex--align-self-center {
  align-self: center;
}

.flex--justify-center {
  justify-content: center;
}

.flex--justify-space-between {
  justify-content: space-between;
}

.flex--direction-column {
  flex-direction: column;
}

:root {
  --modal-mask-top-offset: 134px;
  --modal-layer-top-offset: 25px;
  --fixed-nav-top-offset: 48px;
}

.separator-container {
  width: 100%;
}

.text--black {
  color: #222;
}

.text--grey-80 {
  color: #707070;
}

.text--blue {
  color: #126ccd;
}

.text--line-height-1\.5 {
  line-height: 1.5;
}

.article-print-sty2:has(.radius--50) {
  border-radius: 50%;
}

.article-print-sty2:has(.radius--16) {
  border-radius: 16px;
}

.article-print-sty2:has(.radius--8) {
  border-radius: 8px;
}

.article-print-sty2:has(.radius--6) {
  border-radius: 6px;
}

:root {
  --modal-mask-top-offset: 134px;
  --modal-layer-top-offset: 25px;
  --fixed-nav-top-offset: 48px;
}

.box--display-block {
  display: block;
}

.box--display-inline-flex {
  display: inline-flex;
}

.box--position-relative {
  position: relative;
}

:root {
  --modal-mask-top-offset: 134px;
  --modal-layer-top-offset: 25px;
  --fixed-nav-top-offset: 48px;
}

.box--bg-white {
  background-color: #fff;
}

:root {
  --modal-mask-top-offset: 134px;
  --modal-layer-top-offset: 25px;
  --fixed-nav-top-offset: 48px;
}

.box--border {
  border: 1px;
  border-color: #222;
  border-style: solid;
}

.box--border-black {
  border-color: #222;
}

.box--border-grey-40 {
  border-color: #d7d7d7;
}

.box--border-xs {
  border-width: 1px;
}

.box--border-horizontal {
  border-left: 0;
  border-right: 0;
}

.box--border-horizontal-top {
  border-bottom: 0;
}

.box--border-horizontal-bottom {
  border-top: 0;
}

.box--pointer {
  cursor: pointer;
}

.box--margin-top-xs {
  margin-top: 8px;
}

.box--margin-top-xl {
  margin-top: 24px;
}

.box--margin-right-sm {
  margin-right: 12px;
}

.box--margin-bottom-xs {
  margin-bottom: 8px;
}

.box--margin-left-md {
  margin-left: 16px;
}

.box--pad-top-md {
  padding-top: 16px;
}

.box--pad-top-xl {
  padding-top: 24px;
}

.box--pad-bottom-xs {
  padding-bottom: 8px;
}

.box--pad-bottom-sm {
  padding-bottom: 12px;
}

.box--pad-bottom-md {
  padding-bottom: 16px;
}

.box--pad-bottom-lg {
  padding-bottom: 20px;
}

.box--pad-bottom-xl {
  padding-bottom: 24px;
}

:root {
  --modal-mask-top-offset: 134px;
  --modal-layer-top-offset: 25px;
  --fixed-nav-top-offset: 48px;
}

.width--100 {
  width: 100%;
}

.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.article-body {
  overflow: auto;
  word-break: break-all;
}

.article-body :host(.powa) {
  word-break: keep-all;
}

.article-body
  :not(td):not(a):not(.rel-heading-tt):not(.rel-tt):not(
    .link-list-title
  ):first-child {
  margin-top: 0;
}

.article-body img {
  display: block;
  height: auto;
}

.article-body a {
  color: #126ccd;
  border-bottom: 1px solid #c8c8c8;
}

.article-body a:visited,
.article-body a:active {
  color: #126ccd;
}

.article-body a:hover {
  color: #107ef3;
}

.article-body__content {
  margin-bottom: 24px;
}

.article-body__content-text {
  font-size: 18px;
  line-height: 1.67;
}

.article-dateline {
  margin-bottom: 12px;
  padding-bottom: 14px;
}

.article-dateline .dateBox {
  position: relative;
}

.article-dateline .dateBox .inputDate {
  padding-bottom: 2px;
  opacity: 0;
}

.article-dateline .dateBox .upDate {
  position: absolute;
}

.article-tags {
  word-break: break-all;
}

.article-tags a {
  line-height: 26px;
  border-bottom: solid 1px #c8c8c8;
}

.article-tags a:hover {
  color: #107ef3;
}

.article-tags .tag-item-last {
  margin-right: 12px;
}

.comment-area {
  padding-left: 2px;
}

.cursorPointer {
  cursor: pointer;
}

.author-card {
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 24px 20px;
}

.author-card--content .heading-container a {
  color: #222;
}

.author-card--content-image.rad100 img {
  border-radius: 100%;
  border: 0.5px solid #d7d7d7;
}

.author-card--content-header {
  padding-right: 16px;
}

.author-card--content-header .author-name-box .byline {
  font-size: 24px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.author-card--content-header .author-name-box .byline .spacer {
  display: inline-block;
  width: 8px;
}

.author-card--content-header .author-name-box:hover {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.author-card--content-header .author-name-box:hover .spacer {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.author-card--content-header .bio-text {
  font-size: 14px;
  color: #999;
  font-family: "NotoSansKR-Regular";
  line-height: 20px;
  word-break: break-all;
}

.author-card--content-social {
  margin-top: 8px;
}

.author-card--content-social .icon:hover g circle {
  stroke: #222;
}

.author-card--content-social .icon:hover g use.handle {
  fill: #222;
}

.author-card--content-right {
  border-left: 1px solid #eaeaea;
  padding-left: 16px;
}

.story-feed:has(.showHeadingFalse) .timeline-refresh {
  margin-bottom: 16px;
  justify-content: flex-end;
  position: relative;
  right: inherit;
  top: inherit;
}

.story-feed:has(.story-feed__timeline) {
  position: relative;
}

.story-feed:has(.story-feed__timeline) .heading-title {
  padding-bottom: 16px;
  font-size: 16px;
}

.layout--mypage:not(:has(.mypage--renewal-menu-tab)) .mypage--topper-container {
  margin-bottom: 32px;
}

.layout--mypage:not(:has(.mypage--renewal-menu-tab))
  .mypage--topper.fixed:after {
  border-bottom: unset;
}

.layout--mypage:not(:has(.mypage--renewal-menu-tab)) .mypage--topper:after {
  position: absolute;
  content: "";
  width: 99vw;
  height: 82px;
  box-shadow: 0 9px 10px -4px rgba(0, 0, 0, 0.16);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.layout--mypage:has(.mypage--topper.fixed) .mypage--renewal-menu-tab {
  display: none;
}

.layout--mypage:has(.mypage--topper.fixed) .mypage--renewal-menu-tab.scrollUp {
  display: inherit;
}

.layout--mypage:has(.mypage--topper.fixed)
  .mypage--renewal-menu-tab.scrollUp
  .my_nav__bar {
  border-top: unset;
  position: fixed;
  top: 130px;
}

.author-card-list .author-card.only {
  padding: 16px 0;
}

.author-card-list .author-card {
  border: none;
  box-shadow: unset;
}

.author-card-list .author-card--content-header {
  padding-right: 12px;
}

.author-card-list .author-card--content-header .author-name-box .byline {
  font-size: 18px;
  line-height: 27px;
}

.author-card-list .author-card--content-header .author-name-box .byline:hover {
  text-decoration: underline;
}

.author-card-list .author-card--content-right {
  padding: 0 8px 0 16px;
  border-left: 1px solid #eaeaea;
}

article:has(.live-blog-timeline) .article-control-bar {
  display: none;
}

.sub-card-btn {
  font-family: "NotoSansKR-Medium";
  font-size: 14px;
  font-weight: 500;
  width: 59px;
  padding: 4px 10px;
  border-radius: 16px;
  color: #126ccd;
  background: #fff;
  border: 1px solid #126ccd;
  cursor: pointer;
}

.sub-card-btn svg {
  margin-left: 2px;
}

.sub-card-btn:hover {
  background: #126ccd;
  color: #fff;
}

.sub-card-btn:hover path {
  fill: #fff;
}

.layout__article-col {
  padding: 0 calc((16) * 1px);
}

footer .box--position-relative:has(.sitemap) {
  max-width: 1280px;
  margin: auto;
}

ul {
  padding-left: 10px;
}

li {
  display: block;
}

.article-body__content-rawhtml:has(script[src*="cdn.flowplayer"]) {
  min-height: 56px;
}

@media only screen and (min-width: 690px) {
  .font--size-md-18 {
    font-size: 18px;
  }

  .font--size-md-14 {
    font-size: 14px;
  }

  .font--size-md-12 {
    font-size: 12px;
  }

  .grid__col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .box-md--margin-top-xxl-2 {
    margin-top: 32px;
  }

  .box--hidden-md {
    display: none;
  }

  .article-body__content {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .article-body .text {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .article-dateline {
    margin-bottom: 24px;
  }

  .article-tags {
    margin-top: 32px;
  }

  .article-tags a {
    line-height: 20px;
  }

  .article-menu-bar-inner svg path {
    fill: #999;
  }

  .article-menu-bar-inner svg:hover path {
    fill: #222;
  }
}

@media only screen and (min-width: 690px) and (max-width: 985px) {
  .box--hidden-md-only {
    display: none;
  }

  .flex-chain-wrapper.lg {
    display: none;
  }

  .article-menu-bar-inner svg path {
    fill: #999;
  }

  .layout__article-col {
    width: 616px;
    max-width: 616px;
    flex-basis: 616px;
    padding: 0;
  }
}

@media only screen and (min-width: 986px) {
  .grid__col--lg-8-1 {
    flex-basis: 65.67%;
    max-width: 65.67%;
  }

  .grid__col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .box--hidden-lg {
    display: none;
  }

  .layout--mypage:has(.mypage--topper.fixed)
    .mypage--renewal-menu-tab.scrollUp
    .my_nav__bar {
    top: 122px;
  }

  .layout__article-main {
    padding-left: 72px;
    padding-right: 24px;
    border-right: 1px solid #eaeaea;
  }
}

@media only screen and (min-width: 1280px) {
  .layout__article-main {
    max-width: calc(((616 + 187) / 1280) * 100%);
    flex-basis: calc(((616 + 187) / 1280) * 100%);
    padding: 50px 70px 0 calc((116) * 1px);
    border-right: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 689px) {
  .font--size-sm-18 {
    font-size: 18px;
  }

  .font--size-sm-14 {
    font-size: 14px;
  }

  .font--size-sm-12 {
    font-size: 12px;
  }

  .flex--sm {
    display: flex;
  }

  .grid__col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .box-sm--pad-right-xs {
    padding-right: 8px;
  }

  .box--hidden-sm {
    display: none;
  }

  .flex-chain-wrapper.lg {
    display: none;
  }

  .article-tags {
    margin-top: 24px;
  }

  .author-card {
    padding: 16px;
  }

  .author-card--content-image {
    margin-right: 8px;
  }

  .author-card--content-header .author-name-box .byline {
    font-size: 18px;
    line-height: 25px;
  }

  .author-card--content-right {
    padding-left: 12px;
  }

  .layout--mypage:not(:has(.mypage--renewal-menu-tab))
    .mypage--topper-container {
    margin-bottom: 24px;
  }

  .layout--mypage:not(:has(.mypage--renewal-menu-tab)) .mypage--topper:after {
    height: 59px;
  }

  .layout--mypage:has(.mypage--topper.fixed)
    .mypage--renewal-menu-tab.scrollUp
    .my_nav__bar {
    top: 107px;
  }

  .author-card-list .author-card--content-header .author-name-box .byline {
    font-size: 16px;
    line-height: 24px;
  }

  .author-card-list .author-card--content-right {
    padding: 0 8px 0 12px;
  }

  .sub-card-btn {
    font-family: "NotoSansKR-Bold";
    font-size: 12px;
    width: 55px;
    padding: 4px 8px;
  }

  .layout__article-header:has(.lb-sub) .article-header__headline-container {
    text-align: left;
  }

  .article-body__content-rawhtml:has(script[src*="cdn.flowplayer"]) {
    min-height: 64px;
  }
}

@media screen and (min-width: 986px) {
  .trc_elastic_thumbnails-a
    :nth-child(3n + 1 of .videoCube):not(:nth-child(1 of .videoCube)) {
    clear: both;
  }
}

@media screen and (min-width: 986px) {
  .trc_elastic_thumbnails-b
    :nth-child(3n + 1 of .videoCube):not(:nth-child(1 of .videoCube)) {
    clear: both;
  }
}

.block-info {
  color: rgb(50, 50, 50);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid rgba(118, 125, 132, 0.235);
  padding-top: 0.5rem;
}

.comment-block-answer {
  margin-left: 4rem;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.block-info {
  width: 100%;
}

.block-info-comment {
  position: relative;
}

.block-info-comment__svg {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  font-size: 10px;
}

.block-info-comment__svg svg {
  background-color: rgba(98, 98, 98, 0.216);
  border-radius: 50%;
  fill: rgb(48, 48, 48);
  width: 20px;
  padding: 5px;
}

.block-info-comment__name {
  font-weight: 700;
  color: #1327a9;
  padding-bottom: 1rem;
}

.block-info-comment__name span {
  font-size: 0.8rem;
  font-weight: normal;
  color: rgba(48, 48, 48, 0.576);
  padding-left: 0.5rem;
}

.block-info-line {
  display: flex;
  flex-direction: column;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-end;
  color: rgb(98, 98, 98);
  font-weight: normal;
  font-size: 0.7rem;
}

@media (max-width: 710px) {
  .comment-block-answer .block-info-comment {
    width: 83%;
  }

  .comment-block-answer {
    margin-left: 1.6rem;
  }

  .block-info-comment__name {
    font-size: 0.85rem;
  }

  .comment-block-answer img {
    width: 100%;
  }

  .comment-block-answer .block-info-comment__svg {
    margin-right: -2rem;
  }

  .block-info-comment__name span {
    padding-left: 0px;
    display: block;
  }
}

.block-info {
  font-weight: 400;
}
.u_naverlogo_a,
.as_gnb_mnews .Nicon_logo,
.as_gnb_mnews .Nicon_service,
.as_gnb_mnews .Nicon_family.Nicon_entertain,
.as_gnb_mnews .Nicon_family.Nicon_sports,
.as_gnb_mnews .Nicon_family.Nicon_weather,
.as_gnb_mnews .Nicon_family.Nicon_premium {
  background-image: url("/img/sp_n.png");
  background-size: 431px 409px;
  background-repeat: no-repeat;
}

html,
body {
  width: 100%;
}

html {
  font-size: 10px;
  line-height: 10px;
}

body,
p,
h1,
h2,
h3,
ul,
li,
button,
figure {
  margin: 0;
  padding: 0;
}

body,
button {
  font-size: 14px;
  font-family: HelveticaNeue, AppleSDGothicNeo-Regular, Arial, sans-serif;
  line-height: 1.25em;
}

body {
  position: relative;
  color: #303038;
  -webkit-text-size-adjust: none;
  clear: both;
  width: 100%;
  background: #eff1f6;
}

.n_news_mnews {
  background: #f4f6f8;
}

@media (min-width: 1025px) {
  .n_news_mnews.as_mp_layout {
    background: #fff;
  }
}

img {
  border: 0;
}

img {
  vertical-align: top;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border-radius: 0;
  background: none;
}

button:disabled {
  cursor: default;
}

a {
  text-decoration: none;
}

a:visited {
  color: #929294;
}

hr {
  display: none !important;
}

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.u_ft {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Apple SD Gothic Neo", sans-serif;
  color: #efeff0;
  background-color: currentColor;
  background-clip: content-box;
}

@media (min-width: 1025px) {
  .as_mp_layout:not(.n_news_sports) .u_ft {
    padding-top: 56px;
  }
}

.as_mp_layout.n_news_mnews .u_ft {
  color: transparent;
}

.u_ft footer {
  position: relative;
  text-align: center;
  padding-right: 4px;
  padding-left: 4px;
}

.as_mp_layout.n_news_mnews .u_ft footer {
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid #f0f0f0;
  background: #f4f6f8;
}

.u_cr {
  padding: 10px 0 42px;
  font-size: 12px;
  line-height: 22px;
  color: #767678;
}

.as_mp_layout.n_news_mnews .u_cr {
  text-align: left;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 28px 20px 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 768px) and (orientation: portrait) {
  .as_mp_layout.n_news_mnews .u_cr {
    /* max-width: 620px; */
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .as_mp_layout.n_news_mnews .u_cr {
    /* max-width: 620px; */
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .as_mp_layout.n_news_mnews .u_cr {
    /* max-width: 1110px; */
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1025px) {
  .as_mp_layout.n_news_mnews .u_cr::before {
    position: absolute;
    top: -1px;
    bottom: 0;
    border-top: 1px solid #f0f0f0;
    left: 100%;
    right: 0;
    content: "";
  }
}

.u_charge {
  display: block;
  padding-top: 11px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.3px;
}

.as_mp_layout.n_news_mnews .u_charge {
  padding-top: 8px;
}

@media (min-width: 1025px) {
  .as_mp_layout.n_news_mnews .u_charge {
    display: inline-block;
    vertical-align: top;
  }
}

.as_mp_layout.n_news_mnews .u_charge::before {
  display: none;
  vertical-align: top;
  width: 1px;
  height: 11px;
  background-color: #c9c9c9;
  margin: 4px 5px 0 8px;
  content: "";
}

@media (min-width: 1025px) {
  .as_mp_layout.n_news_mnews .u_charge::before {
    display: inline-block;
  }
}

.u_charge_item {
  display: inline-block;
  vertical-align: top;
  color: #878e98;
}

.as_mp_layout.n_news_mnews .u_charge_item {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.24px;
  color: #737373;
}

.u_charge_item::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 6px 7px 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

.as_mp_layout.n_news_mnews .u_charge_item::before {
  width: 1px;
  height: 11px;
  margin: 4px 8px 0 5px;
  background-color: #c9c9c9;
}

.as_mp_layout.n_news_mnews .u_charge_item:first-child::before {
  display: none;
}

.u_cri {
  display: inline-block;
  vertical-align: top;
  color: #929294;
}

.u_cri:first-child {
  margin: 0;
  padding: 0;
}

.u_cri:last-child {
  margin: 0;
  padding: 0;
}

.u_cri:last-child::after {
  content: none;
}

span.u_cri {
  font-size: 12px;
  font-weight: 300;
  color: #929294;
}

.u_cri_v1::after {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 4px -2px 9px;
  background: rgba(146, 146, 148, 0.2);
  content: "";
}

.as_mp_layout.n_news_mnews .u_cri_v1::after {
  vertical-align: top;
  background-color: #c9c9c9;
  height: 11px;
  margin: 4px 8px 0 5px;
}

a.u_cra {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #929294;
}

.as_mp_layout.n_news_mnews a.u_cra {
  vertical-align: top;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: #424242;
}

@media (min-width: 1025px) {
  .as_mp_layout.n_news_mnews a.u_cra {
    line-height: 19px;
  }
}

.u_ftm {
  display: block;
  margin-bottom: -2px;
}

.as_mp_layout.n_news_mnews .u_ftm {
  display: block;
  padding-top: 8px;
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .as_mp_layout.n_news_mnews .u_ftm {
    display: inline-block;
    vertical-align: top;
  }
}

.u_ftm::before {
  display: none;
  vertical-align: top;
  width: 1px;
  height: 11px;
  background-color: #c9c9c9;
  margin: 4px 8px 0;
  content: "";
}

@media (min-width: 1025px) {
  .as_mp_layout.n_news_mnews .u_ftm::before {
    display: inline-block;
  }
}

.u_ftm:first-child::before {
  display: none;
}

@media (min-width: 1025px) {
  .as_mp_layout.n_news_mnews .u_ftm:first-child::before {
    display: none;
  }
}

.u_presscopy {
  display: block;
  padding-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.24px;
  color: #737373;
}

@media (min-width: 1025px) {
  .u_presscopy {
    padding-top: 4px;
  }
}

.u_presscopy_a {
  color: #737373;
}

.u_presscopy_a:visited {
  color: #737373;
}

.u_copyright {
  display: block;
  padding: 5px 0 3px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #929294;
  line-height: 16px;
}

.as_mp_layout.n_news_mnews .u_copyright {
  padding: 14px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.24px;
  color: #737373;
}

@media (min-width: 1025px) {
  .as_mp_layout.n_news_mnews .u_copyright {
    padding-top: 4px;
  }
}

.as_mp_layout.n_news_mnews .u_copyright br {
  display: none;
}

.u_naverlogo {
  display: block;
  padding-top: 24px;
}

@media (min-width: 1025px) {
  .u_naverlogo {
    padding-top: 18px;
  }
}

.u_naverlogo_a {
  width: 74px;
  height: 14px;
  background-position: 0px -259px;
  font-size: 1px;
  line-height: initial;
  color: rgba(1, 0, 0, 0);
  display: inline-block;
  vertical-align: top;
}

.video_area:has(.pzp-mobile__action-toolbar) .pzp-content-title {
  padding-right: 41px;
}

/* 하단 추천해요 wrap */

/* 하단 공감해요 */

/* 좋아요 */

/* 이 기사를 메인으로 */

.byline {
  padding-top: 40px;
}

/* tts 서비스 */

header {
  position: relative;
  z-index: 3001;
}

.Ntype_scroll .Nlnb_menu_inner {
  position: absolute;
  height: 100%;
}

@media (min-width: 1025px) {
  .as_mp_layout .Ntype_scroll .Nlnb_menu_inner {
    position: static;
    max-width: none;
  }
}

.as_gnb_mnews {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Apple SD Gothic Neo", sans-serif;
}

.as_gnb_mnews {
  /* GNB */
}

.as_gnb_mnews .Ngnb {
  position: relative;
  z-index: 3100;
  background-color: #3f63bf; /* For gpu acceleration of scale animation */
  font-family: helvetica, AppleSDGothicNeo-Regular, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: contents;
}

.as_gnb_mnews .Ngnb_inner {
  position: relative;
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Ngnb_inner {
    /* width: 1110px; */
    margin: 0 auto;
  }

  .as_mp_layout .as_gnb_mnews .Ngnb_inner::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 639px;
    /* width: 639px; */
    background-color: #3f63bf;
  }
}

.as_gnb_mnews .Ngnb_both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.as_gnb_mnews .Ngnb_left {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.as_gnb_mnews .Ngnb_right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.as_gnb_mnews .Ngnb_logo {
  float: left;
}

.as_gnb_mnews .Nlogo_link {
  display: block;
  overflow: hidden;
  padding: 0 10px 0 15px;
  height: 52px;
  text-align: center;
  line-height: 52px;
}

.as_gnb_mnews .Nicon_logo {
  width: 18px;
  height: 18px;
  background-position: -201px -364px;
  display: inline-block;
  margin: 17px auto 0;
  vertical-align: top;
  color: transparent;
}

.as_gnb_mnews .Ngnb_service {
  overflow: hidden;
  height: 52px;
  line-height: 52px;
}

.as_gnb_mnews .Nservice_item {
  float: left;
  color: #fff;
  font-family: helvetica, AppleSDGothicNeo-Regular, sans-serif;
  font-size: 21px;
  line-height: inherit;
  padding-right: 1px;
}

.as_gnb_mnews .Nservice_item > a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.as_gnb_mnews .Nservice_item a:after {
  display: block;
  content: "";
}

.as_gnb_mnews .Nicon_service {
  width: 38px;
  height: 20px;
  background-position: 0px -316px;
  position: relative;
  display: inline-block;
  margin-top: 16px;
  overflow: hidden;
  color: transparent;
  vertical-align: top;
}

.as_gnb_mnews .Nicon_service::before {
  position: absolute;
  content: "선택됨 ";
  font-size: 0;
}

.as_gnb_mnews .Nservice_subitem {
  float: left;
  color: rgba(255, 255, 255, 0.55);
  font-size: 18px;
}

.as_gnb_mnews .Nservice_subitem > a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.as_gnb_mnews .Nicon_family {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 18px 0 1px 16px;
  background-repeat: no-repeat;
  color: transparent;
}

@media (min-width: 360px) and (max-width: 360px) {
  .as_gnb_mnews .Nicon_family {
    margin-left: 15px;
  }
}

.as_gnb_mnews .Nicon_family.Nicon_entertain {
  width: 28px;
  height: 17px;
  background-position: -148px -316px;
}

.as_gnb_mnews .Nicon_family.Nicon_sports {
  width: 46px;
  height: 17px;
  background-position: -91px -294px;
}

.as_gnb_mnews .Nicon_family.Nicon_weather {
  width: 28px;
  height: 17px;
  background-position: -178px -316px;
}

@media (max-width: 1024px) {
  .as_gnb_mnews .Nicon_family.Nicon_weather {
    display: none;
  }
}

.as_gnb_mnews .Nicon_family.Nicon_premium {
  width: 60px;
  height: 17px;
  background-position: 0px -275px;
}

.as_gnb_mnews .Nicon_family::before {
  position: absolute;
  top: 2px;
  left: -8px;
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
}

@media (min-width: 360px) and (max-width: 360px) {
  .as_gnb_mnews .Nicon_family::before {
    margin-right: 7px;
    margin-left: 7px;
    left: -15px;
  }
}

/* 이미지 */

/* 인식검색 */

/* 자동완성 */

/* 로또 */

/* 바로이동,전문가답변 */

/* 날씨 */

/* 환율 */

/* 자동완성_자연어 */

/* 자동완성 안내문구(지방선거) */

/* 자동완성_신규 */

/* //자동완성_신규 */
/* 음식점정보 정답형 */

.Ngnb_group {
  font-size: 0;
  display: none;
}

@media (min-width: 1025px) {
  .as_mp_layout .Ngnb_group {
    display: block;
  }
}

.as_mp_layout .Nlnb_menu {
  overflow: visible;
}

.as_gnb_mnews .Nlnb {
  background-color: #fff;
  line-height: 46px;
  position: relative;
  z-index: 1900;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.as_gnb_mnews .Nlnb::before {
  font-size: 1px;
  line-height: initial;
  color: rgba(1, 0, 0, 0);
  display: block;
  line-height: 46px;
  content: "-";
}

.as_gnb_mnews .Nlnb::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  content: "";
}

.as_gnb_mnews .Nlnb_menu {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Nlnb_menu {
    overflow: visible;
    /* width: 1110px; */
    margin: 0 auto;
  }
}

.as_gnb_mnews .Nlnb_menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 44px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(32%, rgba(255, 255, 255, 0)),
    color-stop(80%, #fff)
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 32%,
    #fff 80%
  );
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 32%,
    #fff 80%
  );
  z-index: 2001;
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Nlnb_menu::before {
    display: none;
  }
}

.as_gnb_mnews .Nlnb_menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 44px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(63%, #fff)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #fff 63%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    #fff 63%
  );
  z-index: 2001;
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Nlnb_menu::after {
    display: none;
  }
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Nlnb_menu::after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 639px;
    /* width: 639px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: -1;
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }
}

.as_gnb_mnews .Nlnb_menu_inner {
  overflow: hidden;
  height: 100%;
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Nlnb_menu_inner {
    /* width: 1080px; */
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Nlnb_menu_inner {
    width: auto;
  }
}

.as_gnb_mnews .Nlnb_menu_list {
  display: table;
  font-size: 0;
}

@media all and (min-width: 650px) {
  .as_gnb_mnews .Nlnb_menu_list {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.as_gnb_mnews .Nlist_item {
  display: table-cell;
  width: 500px;
}

@media all and (min-width: 650px) {
  .as_gnb_mnews .Nlist_item {
    display: table-cell;
  }
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Nlist_item {
    display: inline-block;
    width: auto;
  }
}

.as_gnb_mnews .Nitem_link {
  overflow: hidden;
  display: block;
  position: relative;
  text-align: center;
  color: #222;
}

.as_gnb_mnews .Nlist_item.is_active .Nitem_link {
  color: #3f63bf;
  font-weight: bold;
}

.as_gnb_mnews .Nitem_link_menu {
  display: inline-block;
  position: relative;
  margin: 0 7px;
  padding: 0 3px;
  font-size: 16px;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Nitem_link_menu {
    font-size: 14px;
    font-weight: 600;
  }
}

.as_gnb_mnews .Nlist_item:first-of-type .Nitem_link_menu {
  margin-left: 10px;
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Nlist_item:first-of-type .Nitem_link_menu {
    margin-left: 15px;
  }
}

.as_gnb_mnews .Nlist_item:last-of-type .Nitem_link_menu {
  margin-right: 10px;
}

@media (min-width: 1025px) {
  .as_mp_layout .as_gnb_mnews .Nlist_item:last-of-type .Nitem_link_menu {
    margin-right: 15px;
  }
}

.as_gnb_mnews .Nlist_item.is_active .Nitem_link_menu {
  font-weight: bold;
}

.as_gnb_mnews .Nlist_item.is_active .Nitem_link_menu::before {
  background-color: #3f63bf;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.gnb_login_li {
  float: left;
  margin-right: 2px;
  overflow: visible;
}

.gnb_login_li a {
  position: relative;
  z-index: 100;
}

#gnb {
  position: relative;
  z-index: 2147483646;
  font-family: "나눔고딕", NanumGothic, "돋움", Dotum, "Apple SD Gothic Neo",
    Helvetica, Sans-serif !important;
  color: #444;
  font-size: 12px;
  letter-spacing: 0 !important;
  line-height: normal !important;
  text-align: left !important;
}

#gnb span,
#gnb strong,
#gnb ul,
#gnb li {
  font-family: "나눔고딕", NanumGothic, "돋움", Dotum, "Apple SD Gothic Neo",
    Helvetica, Sans-serif !important;
}

#gnb a {
  cursor: pointer;
}

#gnb a,
#gnb a:visited,
#gnb a:active,
#gnb a:focus {
  color: #444;
}

#gnb a:hover {
  color: #444;
  text-decoration: underline;
  vertical-align: baseline;
}

#gnb ul {
  list-style: none;
}

#gnb .blind {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.gnb_lst {
  margin: 0;
  padding: 0;
  zoom: 1;
}

.gnb_lst:after {
  display: block;
  clear: both;
  content: "";
}

.gnb_login_li {
  height: 23px;
  padding: 5px 7px 0 0;
}

.gnb_btn_login,
.gnb_bg,
.gnb_bdr {
  display: inline-block;
  width: 46px;
  height: 20px;
  font-size: 12px;
}

.gnb_btn_login {
  position: relative;
}

.gnb_bg {
  background-color: #fff;
  opacity: 0.05;
  filter: alpha(opacity=5);
}

.gnb_bdr {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 46px;
  height: 20px;
  border: 1px solid #000;
  opacity: 0.12;
  filter: alpha(opacity=12);
}

.gnb_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 20px;
  padding-left: 1px;
  line-height: 21px;
  color: #666;
  text-align: center;
}

.gnb_btn_login:hover {
  text-decoration: none !important;
}

.gnb_dark_type2 .gnb_login_li .gnb_btn_login .gnb_txt {
  color: #fff;
}
