:root {
  --headH: 12rem;
}
html,
body,
div,
ul,
ol,
dl,
li,
dt,
dd,
p,
h1,
h2,
h3,
table,
th,
td,
article,
aside,
figure,
footer,
header,
nav,
section,
textarea,
input,
a,
span,
strong,
i,
b {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  word-break: inherit;
  word-wrap: inherit;
  box-sizing: inherit;
}
:before,
:after {
  box-sizing: inherit;
}
article,
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}
body {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
hr {
  display: none;
}
img {
  vertical-align: middle;
}
b,
strong {
  font-weight: inherit;
}
img,
a {
  border: 0;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  scrollbar-gutter: stable;
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  src: local("Spoqa Han Sans Neo Bold"),
    url("/fonts/SpoqaHanSansNeo-Bold.woff2") format("woff2"),
    url("/fonts/SpoqaHanSansNeo-Bold.woff") format("woff"),
    url("/fonts/SpoqaHanSansNeo-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  src: local("Spoqa Han Sans Neo Medium"),
    url("/fonts/SpoqaHanSansNeo-Medium.woff2") format("woff2"),
    url("/fonts/SpoqaHanSansNeo-Medium.woff") format("woff"),
    url("/fonts/SpoqaHanSansNeo-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  src: local("Spoqa Han Sans Neo Regular"),
    url("/fonts/SpoqaHanSansNeo-Regular.woff2") format("woff2"),
    url("/fonts/SpoqaHanSansNeo-Regular.woff") format("woff"),
    url("/fonts/SpoqaHanSansNeo-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  src: local("Spoqa Han Sans Neo Light"),
    url("/fonts/SpoqaHanSansNeo-Light.woff2") format("woff2"),
    url("/fonts/SpoqaHanSansNeo-Light.woff") format("woff"),
    url("/fonts/SpoqaHanSansNeo-Light.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: local("Inter Regular"),
    url("/fonts/inter-v12-latin-regular.woff") format("woff"),
    url("/fonts/inter-v12-latin-regular.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: local("Inter Medium"),
    url("/fonts/inter-v12-latin-500.woff") format("woff"),
    url("/fonts/inter-v12-latin-500.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 700; /* Semi Bold 이지만 Bold 대체로 사용 */
  font-style: normal;
  src: local("Inter Semibold"),
    url("/fonts/inter-v12-latin-600.woff") format("woff"),
    url("/fonts/inter-v12-latin-600.otf") format("opentype");
}

/*-------------------------------------------------------------------
  ## General
-------------------------------------------------------------------*/
/* show */
.is_blind {
  display: block !important;
  position: absolute !important;
  width: 1px;
  height: 1px;
  z-index: 0 !important;
  overflow: hidden;
  margin: -1px !important;
  clip: rect(0 0 0 0) !important;
}

/* Page Scroll */

/*-------------------------------------------------------------------
	## Thumbnail
-------------------------------------------------------------------*/
/* Default */
figure img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-------------------------------------------------------------------
	## Form Controls
-------------------------------------------------------------------*/
/* Default */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

/* IE 10 + */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* Webkit Browser */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

/* Mozilla Firefox 4 to 18 */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

/* Mozilla Firefox 19+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10 + */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Webkit Browser */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 4 to 18 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px;
  vertical-align: middle;
}
textarea {
  width: 100%;
  vertical-align: middle;
  resize: none;
}
:root {
  --c_primary_base: #008689;
  --c_primary_a: #437cd9;
  --c_primary_b: #97582f;
  --c_primary_c: #e03723;
  --c_primary_d: #ff7d1f;
  --c_secondary_base: #f2f9f9;
  --c_secondary_a: #f0f5fc;
  --c_secondary_b: #f8f3f0;
  --c_secondary_c: #fdf1f0;
  --c_secondary_d: #fff8f4;
  --c_white: #fff;
  --c_black: #111;
  --c_gray_a: #e5e5e5;
  --c_gray_b: #5a5a5a;

  --title_fz_xxl: 6rem;
  --title_fz_xl: 5.6rem;
  --title_fz_l: 4.2rem;
  --title_fz_m: 3.6rem;
  --title_fz_s: 2.8rem;
  --title_fz_xs: 2.4rem;
  --title_fz_xxs: 2.2rem;
  --title_fz_xxxs: 2rem;

  --fz_base: 1.8rem;
  --fz_l: 1.7rem;
  --fz_m: 1.6rem;
  --fz_s: 1.4rem;
  --fz_xs: 1.3rem;

  --round_xs: 0.2rem;
  --round_s: 0.4rem;
  --round_m: 1rem;
  --round_max: 999rem;

  --spacing_base: 1.2rem;
  --spacing_xs: 0.4rem;
  --spacing_s: 0.8rem;
  --spacing_m: 1.6rem;
  --spacing_l: 2rem;
  --spacing_xl: 3.6rem;
}
.p_0 {
  padding: 0 !important;
}
.ic,
.arw,
.logo {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
}
.logo {
  width: 18rem;
  height: 3.3rem;
}
.sub_page .logo {
  width: 12.6rem;
  height: 2.36rem;
}
.ic svg,
.logo svg {
  width: 100%;
  height: 100%;
}
.arw svg {
  width: 100%;
  height: 100%;
}
.arw.left:has([href="#arw-top-s"]) svg {
  transform: rotate(-90deg);
}
.arw.top:has([href="#arw-top-s"]) svg {
  transform: rotate(0);
}
.arw.bottom svg,
.arw.right:has([href="#arw-top-s"]) svg {
  transform: rotate(90deg);
}
.arw.bottom:has([href="#arw-top-s"]) svg {
  transform: rotate(180deg);
}

.ic.level {
  width: 2.6rem;
  height: 2.6rem;
}

/* components */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
.type_search.input_wrap {
  display: block;
  border: 1px solid var(--c_primary_base);
  width: 84.2rem;
  height: 7rem;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  max-width: none;
}
.type_search.input_wrap input[type="search"] {
  width: 100%;
  height: 100%;
  padding: 2rem 6rem 2rem 2.5rem;
  font-size: 2rem;
  color: var(--c_black);
  border-radius: 2px;
} /* 20231123 수정 > 태그 지움*/
.type_search.input_wrap input[type="search"]:focus {
  outline: none;
} /* 20231123 수정 > 태그 지움*/ /* 20231123 수정 > 태그 지움*/
.type_search.input_wrap .search_btn,
.type_search.input_wrap .remove_btn {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
} /* 20231123 수정*/
.type_search.input_wrap .remove_btn {
  display: none;
}
.input_wrap {
  max-width: 44rem;
  position: relative;
}
.input_wrap.copy > input[type="text"] {
  padding-right: 10.7rem;
}
.input_wrap .remove_btn {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  display: none;
}
.input_wrap .remove_btn .ic {
  width: 100%;
  height: 100%;
  --color: var(--c_black);
}
.input_wrap .copy_btn {
  background: var(--c_black);
  color: var(--c_white);
  line-height: 4rem;
  font-size: 1.3rem;
  text-align: center;
  padding: 0 1.7rem;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.2rem;
}
.input_wrap > input[type="text"] {
  padding: 1.5rem 4.8rem 1.5rem 1.6rem;
  font-size: 1.4rem;
  border: 1px solid var(--c_gray_a);
  width: 100%;
  border-radius: 2px;
}
.input_wrap > input[type="text"]:focus {
  color: var(--c_black);
  border: 1px solid var(--c_gray_b);
  outline: none;
}
.input_wrap > input[type="text"]:disabled {
  background: #f5f5f5;
  border: 1px solid var(--c_gray_a);
  color: var(--c_black);
}
.btn_subscribe {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1rem 1rem 1rem 3.2rem;
  line-height: 1;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
}
.btn_subscribe .ic {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

.btn_subscribe.type_basic {
  border: 1px solid #ddd;
  color: var(--c_primary_base);
  background: var(--c_white);
}

.btn_subscribe.type_solid {
  border: 1px solid #5a5a5a;
  color: #008689;
}
.btn_subscribe.type_basic .ic {
  --color: var(--c_primary_base);
}
.btn_subscribe.type_solid .ic {
  --color: #008689;
}

/* 구독버튼 클래스명 다른버전 추가 */

.btn_outlink .ic {
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: text-top;
  --color: var(--c_black);
}
.tab_list_wrap {
  display: flex;
}
.tab_list_node {
  width: 15rem;
  line-height: 4rem;
  border: 1px solid var(--c_gray_a);
}
.tab_list_node + .tab_list_node {
  margin-left: -1px;
}
.tab_list_node.is_active {
  border-color: var(--c_primary_base);
  position: relative;
  z-index: 1;
}

/* button */
.btn {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: 0.3s;
}
.btn_s {
  min-width: 5.8rem;
  line-height: 3rem;
  font-size: 1.3rem;
}
.btn.type_basic {
  background: #111;
  color: var(--c_white);
}
.btn.type_basic:hover {
  background: #333;
}

.emotion_btn {
  display: block;
  width: 7rem;
  height: 7rem;
  margin: -1.5rem -1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.emotion_btn.like {
  background-image: url("/img/img_like_off.png");
}
.emotion_btn.sad {
  background-image: url("/img/img_sad_off.png");
}
.emotion_btn.angry {
  background-image: url("/img/img_angry_off.png");
}
.emotion_btn.recomm {
  background-image: url("/img/img_recomm_off.png");
}
/*.img_area > img {width: 100%;height: 100%;object-fit: cover;object-position: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);} 20231121 a 링크 추가로 주석처리 */ /* Dev 231109 */

.is_mo {
  display: none !important;
}
.is_tablet {
  display: none !important;
} /*240201 수정*/

article {
  position: relative;
}
.modal {
  padding: 2rem;
  background: var(--c_white);
  box-shadow: 0px 2px 14px 0px #00000026;
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 8;
  max-width: 36rem;
}
.modal .tit {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: var(--c_black);
}
.modal.share_box {
  position: absolute;
  width: 36rem;
}
.modal.share_box .tab_list_wrap {
  width: 100%;
  margin-top: var(--spacing_l);
}
.modal.share_box .tab_list_wrap .tab_list_node {
  width: auto;
  flex: 1;
}
#embedPanel {
  display: none;
}
.modal.share_box .input_box textarea {
  min-height: 18rem;
  font-size: var(--fz_s);
  white-space: pre-line;
}
.modal.share_box .input_box textarea:focus {
  outline: 0;
}
.modal.share_box .input_box:has(textarea:focus-visible):before {
  border-color: var(--c_black);
}
.modal.share_box .share_link_list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 4rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 2.4rem;
}
/* 231117 추가 */
.modal.share_box .input_box.box {
  position: relative;
  padding: var(--spacing_m);
  font-weight: 300;
}
.modal.share_box .box:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--c_gray_a);
  pointer-events: none;
}
/* 231122 추가 */
.share_area .modal.share_box .tab_list_wrap {
  display: none;
}
.view_page .share_area .modal.share_box .tab_list_wrap {
  display: flex;
}

.modal.txt_box .tit {
  text-align: left;
}
.modal .close_btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.modal .close_btn .ic {
  vertical-align: top;
  --color: var(--c_black);
} /* Dev 231109 */
.modal .tit {
  text-align: left;
  display: block;
  padding-right: 3rem;
  line-height: 1.7;
}

/* 팝업 스타일 추가 */
.txt_size_list {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.txt_size_list > .txt_size_node {
  border: 1px solid #dddddd;
  width: 4rem;
  height: 4rem;
  border-radius: 0.2rem;
  color: var(--c_black);
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
  box-sizing: border-box;
}
.txt_size_list > .txt_size_node.size_xs {
  font-size: var(--fz_s);
}
.txt_size_list > .txt_size_node.size_s {
  font-size: var(--fz_m);
}
.txt_size_list > .txt_size_node.size_m {
  font-size: var(--fz_base);
}
.txt_size_list > .txt_size_node.size_l {
  font-size: var(--title_fz_xxxs);
}
.txt_size_list > .txt_size_node.is_active {
  background: var(--c_black);
  border-color: var(--c_black);
}

@media screen and (max-width: 1024px) {
  .is_mo,
  [data-tablet="false"] {
    display: none !important;
  }
  .is_tablet {
    display: block !important;
  }
  .modal {
    padding: 1.6rem;
  }
  .modal .close_btn {
    top: 1.6rem;
    right: 1.6rem;
  }
  .modal.share_box .share_link_list {
    column-gap: 1rem;
    row-gap: 1rem;
    margin: 1rem 0;
    padding: 0;
    justify-content: center;
  }
  .modal.share_box {
    min-width: 25rem;
    left: -12.5rem;
    width: auto;
  }
  .type_search.input_wrap {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .is_tablet {
    display: none !important;
  }
  .is_mo {
    display: block !important;
  }
}

#popup_birth
  .pop_wrap
  .pop_cont
  .sel_cont
  .arw.bottom.on:has([href="#arw-top-s"])
  svg {
  transform: rotate(0deg);
}

.tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
}
.ect_sec:has(.masterbrand_area) + .ect_sec {
  margin-top: 0;
}
.ect_sec > .masterbrand_area:has(.slick-initialized) .navigation_wrap .btn {
  opacity: 1;
  transition-duration: 0.3s;
}

@media screen and (max-width: 1280px) {
  .inner {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .ect_sec:has(.masterbrand_area) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .news_card .news_body:has(.related_news) {
    min-height: 9rem;
  }
}
html {
  font-family: "Inter", "Spoqa Han Sans Neo", sans-serif;
  font-size: 10px;
}
body {
  font-size: var(--fz_base);
  color: var(--c_black);
  line-height: 1.3;
  overflow-y: scroll;
}
.inner {
  max-width: 131.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
  box-sizing: border-box;
}

/* 속보 배너 */
#wrapper:has(#header.is_active) .breaking_news {
  z-index: 12;
}
#wrapper:has(#header.open_search) .breaking_news {
  z-index: 10;
}

#header {
  /* Dev 231016 : 오늘의 콘텐츠 열릴대 전체 콘텐츠 미는 형태로 적용을 위한 css 수정 */
  position: relative;
  /*transition: 0.5s;
	background: var(--c_white);*/
  /* Dev 231024 : 오늘의 콘텐츠 열릴때 스타일 수정 */
  z-index: 11;
} /* Dev 231024 : 오늘의 콘텐츠 열릴때 스타일 수정 */ /* Dev 231109 */
.thema_news #header.is_active:has(.megamenu_sec.is_active) .gnb_sec {
  display: block;
} /* Dev 231109 */
/* s: Dev 231024 : 오늘의 콘텐츠 열릴때 스타일 수정 */
#wrapper.thema_news:has(#header.open_search) #container {
  padding-top: 5rem;
}
#header:before {
  content: "";
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--c_white);
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
/* e: Dev 231024 : 오늘의 콘텐츠 열릴때 스타일 수정 */
#header h1 {
  font-size: 0;
  display: inline-block;
}
#header .main_head {
  border-bottom: 1px solid var(--c_primary_base);
}
#header .main_head > .inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  padding-top: 2.8rem;
  justify-content: space-between;
} /* Dev 231024 : 모바일일때 간격이 안맞아 수정 */
.thema_news #header:has(.megamenu_sec.is_active) {
  background: var(--c_white);
  color: var(--c_black);
}
.thema_news #header:has(.megamenu_sec.is_active) .logo_sec {
  --color: var(--c_black);
} /* Dev 231109 */
.logo_sec {
  display: inline-flex;
  width: 100%;
}
.gnb_sec {
  display: flex;
  justify-content: space-between;
  align-items: center; /*flex: 1;*/
}

#wrapper.newsletter:has(.recommend_nl) #header_nl {
  width: 100%;
  margin: 0 auto;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}
#wrapper.newsletter:has(.recommend_nl) #header_nl h1 {
  display: block;
}
#wrapper.newsletter:has(.recommend_nl) #header_nl a img {
  display: block;
  width: 19.8rem;
  height: 2.4rem;
  margin: 0 auto;
}

/* 추천 뉴스레터 - 푸터 */
#wrapper.newsletter:has(.recommend_nl) footer .person_info {
  padding: 23px 0 44px 0;
  text-align: center;
  font-size: 12px;
  color: #111;
}
#wrapper.newsletter:has(.recommend_nl) footer .person_info a {
  display: inline-block;
}
#wrapper.newsletter:has(.recommend_nl) footer .person_info a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 3px 9px 0;
  background: #d4d4d4;
  vertical-align: top;
}
#wrapper.newsletter:has(.recommend_nl)
  footer
  .person_info
  a:first-child:before {
  display: none;
}
#wrapper.newsletter:has(.recommend_nl) footer .person_info a.term02 {
  font-weight: bold;
}

/* 전체메뉴 */

.option_menu > ul,
.main_nav_wrap {
  display: flex;
  align-items: center;
}
.main_nav_wrap {
  justify-content: space-between;
  align-items: flex-start;
}
.main_nav_wrap > li {
  flex: 1;
}
.option_menu > ul {
  gap: 3rem;
}

.news_menu_list {
  display: flex;
  gap: 3.8rem;
  font-size: var(--fz_m);
  line-height: 1.5;
  font-weight: bold;
  padding: 1.8rem 0;
}
.option_menu > ul > li {
  position: relative;
}
.option_menu > ul > li.login {
  display: block;
}
.option_menu .lang_change_list {
  display: none;
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  background: var(--c_white);
  width: 10rem;
  border: 1px solid var(--c_gray_a);
  z-index: 10;
}

.option_menu > ul > li.login .login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.option_menu .lang_change_list:focus-visible {
  outline: 0;
}
.option_menu .lang_change_list li {
  font-size: var(--fz_xs);
  line-height: 1.5;
  font-weight: 500;
  color: var(--c_black);
}
.option_menu .lang_change_list li:hover,
.option_menu .lang_change_list li:has(> .is_focus) {
  background: var(--c_secondary_base);
}
.option_menu .lang_change_list li + li {
  border-top: 1px solid var(--c_gray_a);
}

.option_menu .lang_change_list ul {
  display: block;
}
.option_menu .lang_change_list li a {
  padding: 1.2rem 1.6rem;
  position: relative;
  z-index: 11;
}

.megamenu_sec {
  display: none;
  box-shadow: 0px 4px 6px 0px #0000000f;
  overflow: hidden;
  position: absolute;
  width: 100%;
  background: var(--c_white);
  z-index: 9;
}
.megamenu_sec > .inner {
  padding: 4rem 1.6rem;
}
.megamenu_sec .btn_outlink .ic {
  margin-top: 1px;
}
.top_menu_list > li .nav_item {
  font-weight: bold;
  font-size: var(--fz_m);
  line-height: 1.5;
}
.top_menu_list > li + li {
  padding-left: 2rem;
  position: relative;
}
.top_menu_list > li + li:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ccc;
  left: 0;
  top: 0;
}
.sub_menu_list {
  display: flex;
  font-size: var(--fz_s);
  line-height: 1.5;
  font-weight: bold;
  flex-wrap: wrap;
  column-gap: 3.8rem;
  row-gap: 0.8rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--c_gray_a);
}
.sub_menu_list + .sub_menu_list {
  margin-top: 1rem;
  padding-top: 0;
  border-top: 0;
}
.sub_menu_list:nth-child(2) {
  color: var(--c_gray_b);
  font-weight: 400;
}
.sub_menu_list:nth-child(2) .btn_outlink .ic {
  --color: var(--c_gray_b);
  vertical-align: middle;
  margin-top: -2px;
}
.menu_depth2 {
  display: flex;
  flex-flow: column;
  margin-top: 1.2rem;
}
.menu_depth2 > li {
  line-height: 2.357;
  font-size: var(--fz_s);
  font-weight: 400;
  color: var(--c_gray_b);
} /* Dev 231024 : 스타일 삭제 */
#header.sub_page {
  padding-top: 0;
  background: var(--c_white);
  z-index: 201; /* Dev 231109 */
}
#header.sub_page .logo_sec {
  justify-content: space-between;
}
#header.sub_page .main_head > .inner {
  padding: 1.8rem 1.6rem;
}
#header.sub_page .gnb_sec {
  justify-content: center;
}

#header.sub_page .news_menu_list {
  padding: 0;
}

/* footer */
footer {
}

.da_corp_area {
  background: var(--c_black);
  color: var(--c_white);
  padding: 4rem 0 2rem;
}

.info_list_wrap {
  position: relative;
}

.da_corp_foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.7rem;
  border-top: 1px solid var(--c_gray_b);
}
.da_corp_foot .info_list_wrap {
  display: flex;
  column-gap: 2rem;
  row-gap: 1.3rem;
  font-size: var(--fz_s);
  line-height: 1.5;
  color: #ffffffb2;
  padding: 1.6rem 0;
  font-weight: 500;
}
.da_corp_foot .info_list_wrap b {
  font-weight: bold;
  color: var(--c_white);
}
.da_corp_foot .copyright {
  font-size: var(--fz_xs);
  line-height: 1.5;
}
/* search */
.search_sec {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--c_white);
  z-index: 10;
  text-align: center;
} /* Dev 231024 : 통합검색 수정 */
.search_sec .inner {
  padding: 11.6rem 0 5.6rem;
  position: relative;
}
.search_txt {
  display: flex;
  justify-content: center;
  gap: var(--spacing_base);
  font-size: var(--title_fz_m);
  font-weight: bold;
  line-height: 1.5;
}
.keyword_ui {
  display: flex;
  justify-content: center;
  align-items: center;
}
.keyword_slide_wrap {
  height: 4.8rem !important;
  margin: 0;
}
.keyword_slide_wrap .keyword {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 4.8rem;
}

.search_txt b {
  display: -webkit-box;
  overflow: hidden;
  color: var(--c_primary_base);
  line-height: 1.3;
  font-weight: bold;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.search_txt .keyword.s {
  font-size: var(--title_fz_xs);
}
.search_sec .close_btn {
  position: absolute;
  top: 1.8rem;
  right: 0;
  font-size: 0;
}

.search_sec .type_search {
  margin: 4rem auto 0;
}
#wrapper:has(#header.open_search) .today_contents {
  opacity: 0;
}
#contents {
  transition: padding 0.5s ease; /* Dev 231109 */
}
#wrapper:has(#header.open_search) #contents {
  padding-top: 20rem;
  transition: 0.7s 0.1s cubic-bezier(0.31, 0.29, 0.32, 0.99);
}

#wrapper:has(#header.is_fix) {
  padding-top: calc(var(--headH) * 1px);
}
#header.header_type2.is_active:has(.megamenu_sec.is_active) .gnb_sec {
  display: block;
}

@media screen and (max-width: 1280px) {
  .da_corp_foot,
  .da_corp_foot .info_list_wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1079px) {
  .logo {
    width: 10.7rem;
    height: 2.4rem;
  } /* Dev 231109 */
  #header .main_head > .inner {
    position: relative;
  }
  #header .main_head > .inner {
    padding-top: 1.4rem;
  }
  .gnb_sec {
    order: 1;
    overflow-x: auto;
  }
  .gnb_sec > #gnb {
    width: 100%;
  }
  /*.logo_sec {width: auto;}*/
  .news_menu_list {
    gap: 3.2rem;
    padding: 1rem 0;
  }
  .option_menu > ul {
    gap: 1.6rem;
  }
  #header .option_menu > ul .langs {
    display: none;
  }
  .option_menu > ul > li.login {
    display: block;
  }
  /*#header .option_menu .langs {display:none;} */ /* 20231020 수정 */ /* Dev 231109 */

  /* 기사뷰 헤더 */
  #header.sub_page .main_head > .inner {
    padding-bottom: 0;
    padding-top: 1.4rem;
  }
  #header.sub_page .logo_sec {
    width: 100%;
    flex-flow: column;
    row-gap: 1.4rem;
  }
  #header.sub_page .option_sec01 {
    display: contents;
  }
  #header.sub_page #gnb {
    order: 1;
  }
  #header.sub_page .option_menu {
    position: absolute;
    right: 1.6rem;
    top: 1.4rem;
  }
  #header.sub_page .gnb_sec {
    justify-content: flex-start;
  }
  #header.sub_page .news_menu_list {
    padding: 1rem 0;
    border-top: 1px solid var(--c_gray_a);
  }
}

@media screen and (max-width: 1024px) {
  .sub_menu_list + .lang_list {
    font-size: 1.6rem;
    display: flex !important;
    gap: 3.2rem;
    padding: 2.4rem 0;
    border-top: 1px solid var(--c_gray_a);
  }

  /* 전체메뉴 */

  .top_menu_list > li + li:after,
  .menu_depth2 {
    display: none;
  }
  .megamenu_sec .main_nav_wrap {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .megamenu_sec .main_nav_wrap > li {
    flex-basis: 50%;
  }
  .megamenu_sec .main_nav_wrap > li:first-of-type {
    flex-basis: 100%;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid var(--c_gray_a);
  }
  .megamenu_sec .top_menu_list > li + li {
    padding-left: 0;
  }
  .megamenu_sec .sub_menu_list {
    margin-top: 2rem;
    row-gap: 0;
    column-gap: 0;
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
  }
  .megamenu_sec .sub_menu_list > .sub_menu_node {
    flex-basis: 50%;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 1rem 0;
  }
  .top_menu_list > li .nav_item {
    font-size: 1.7rem;
  }
  .megamenu_sec .sub_menu_list > .sub_menu_node .btn_outlink {
    display: flex;
    justify-content: space-between;
  }
  .megamenu_sec .sub_menu_list > .sub_menu_node .btn_outlink .ic {
    width: 2.4rem;
    height: 2.4rem;
  }
  .megamenu_sec .sub_menu_list > .sub_menu_node.outlink_list {
    flex-basis: 100%;
    padding: 2.4rem 0;
    border-top: 1px solid var(--c_gray_a);
  }
  .megamenu_sec
    .sub_menu_list
    > .sub_menu_node.outlink_list:nth-last-of-type(3) {
    margin-top: 1rem;
  }
  .megamenu_sec .sub_menu_list + .sub_menu_list {
    margin-top: 0;
    border-top: 1px solid var(--c_gray_a);
    padding-bottom: 0;
  }
  .megamenu_sec .sub_menu_list:nth-child(1) li:last-child {
    display: none;
  }
  .megamenu_sec .sub_menu_list:nth-child(2) {
    padding-top: 0;
    color: var(--c_black);
  }
  .megamenu_sec .sub_menu_list:nth-child(2) .btn_outlink .ic {
    --color: var(--c_black);
  }
  .megamenu_sec .sub_menu_list:nth-child(2) li:nth-child(-n + 4) {
    display: none;
  }
  .megamenu_sec .sub_menu_list:nth-child(2) li:last-child {
    border-top: 0;
  }
  .megamenu_sec > .inner {
    padding-top: 2.4rem;
  } /* Dev 231109 */
  .sub_page .megamenu_sec.sub_head {
    max-height: calc(100vh - 5rem);
    overflow: auto;
  }
  .megamenu_sec.sub_head {
  }

  .keyword_slide_wrap,
  .keyword_slide_wrap .keyword {
    height: 3.8rem !important;
  }
  .search_txt {
    font-size: 2.8rem;
  }
  .search_sec .close_btn {
    right: 1.6rem;
    top: 1.4rem;
  }
  .search_sec .inner {
    padding: 9.2rem 1.6rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  /* Dev 231109 */ /*240311 수정*/
  .search_txt {
    flex-direction: column;
    align-items: center;
  }
  .option_menu .langs {
    display: none;
  }

  #wrapper.newsletter:has(.recommend_nl) #header_nl a img {
    display: block;
    width: 165px;
    height: 20px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #header .main_head > .inner {
    padding-top: 1.4rem;
  }
  #header.sub_page .main_head > .inner {
    padding-bottom: 1.4rem;
  }
  #header .main_head .logo_sec {
    flex-flow: column;
    width: 100%;
    row-gap: 1.4rem;
  }
  #header.sub_page .logo_sec {
    flex-flow: column;
    width: 100%;
    row-gap: 0;
  }
  #header.sub_page #gnb {
    display: none;
  }
  #header .logo {
    width: 10.7rem !important;
    height: 2.36rem;
  }
  .gnb_sec {
    display: none;
  } /* 20231020 수정 */

  .da_corp_foot .info_list_wrap {
    column-gap: 1.2rem;
    row-gap: 0.8rem;
  }
}
#header {
  position: fixed;
  inset: 0 0 auto;
}
#header.sub_page progress {
  position: absolute;
  inset: 5.8rem 0 0;
  width: 100%;
  height: 2px;
  border: 0;
}
#header.sub_page progress::-webkit-progress-bar {
  background: var(--c_white);
}
#header.sub_page progress::-webkit-progress-value {
  background: var(--c_primary_base);
}
#header .option_menu .langs {
  display: none;
}

#wrapper {
  padding-top: var(--headH);
}
.breadcrumb {
  display: flex;
  gap: 2.8rem;
  font-size: 1.6rem;
}
.breadcrumb .breadcrumb_item {
  position: relative;
  color: var(--c_white);
}

.ad {
  padding: 2rem;
  text-align: center;
}

.box {
  position: relative;
  padding: var(--spacing_m);
}
.box:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--c_gray_a);
  pointer-events: none;
}

.news_list .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
}

/* 광고 */
.view_ad05 {
  min-height: 25rem;
  margin: 5rem 0 0 -6.7rem;
}

.view_body .inner .sub_inner {
  width: 100%;
}
.news_info {
  display: flex;
  gap: 2.1rem;
  font-size: var(--fz_xs);
}
.news_info li {
  position: relative;
}
.news_info li:not(:first-of-type):before {
  display: block;
  content: "";
  position: absolute;
  top: 0.1em;
  left: -1.1rem;
  width: 1px;
  height: 1.4rem;
  background: #5a5a5a;
  opacity: 0.3;
}
#header .option_menu .login {
  display: block;
}
.view_head_setting,
.view_head_setting > div,
.view_head_setting dl {
  display: flex;
  align-items: center;
  --color: #111111;
}
.view_head_setting {
  justify-content: space-between;
}
.feedback_info_wrap {
  gap: var(--spacing_m);
}
.feedback_info_wrap dl {
  gap: 0.6rem;
  font-size: var(--fz_s);
}
.view_head_setting dl .ic {
  vertical-align: top;
}
.custom_set_wrap {
  gap: 2.2rem;
}
.custom_set_wrap .modal {
  margin-top: var(--spacing_s);
}
.custom_set_wrap > article {
  position: relative;
}

.custom_set_wrap .btn_reply {
  display: none;
  font-size: 1.4rem;
  color: var(--c_black);
  font-weight: 700;
  letter-spacing: -0.5px;
}
.custom_set_wrap .btn_reply dl {
  --color: var(--c_black);
  gap: 0.4rem;
}
.author_info {
  font-size: 1.3rem;
  margin-top: 1.6rem;
}
.author_info .btn_subscribe.type_solid {
  margin-left: 1rem;
}
.news_info .arw {
  width: 1.4rem;
  height: 1.4rem;
  --color: #5a5a5a;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -2px;
}

/*	기사 뷰 바디  */
.view_body {
  padding-bottom: 5.6rem;
}
.view_body .inner {
  position: relative;
  display: flex;
  gap: 3.2rem;
  padding-top: 0;
}
.view_body .inner:last-child {
  /*padding-top: 0;*/
}
.view_body aside {
  flex-shrink: 0;
  margin-bottom: 5.6rem;
}
.view_body .reporter_group {
  display: flex;
  width: 23.2rem;
  flex-direction: column;
  gap: 5.6rem;
}
.view_body .reporter_group > section {
  flex: 1;
}
.view_body .reporter_group #is_relation_parent {
  flex: 1;
}
.view_body .reporter_group .reporter_ui {
  background: var(--c_white);
}
.view_body aside:not(.reporter_group) {
  display: flex;
  flex-direction: column;
  width: 30rem;
  gap: 5.6rem;
}

.main_view {
  flex: 1;
  padding-bottom: 5.6rem;
  font-size: var(--fz_base);
  line-height: 1.8;
}
.main_view > .news_view {
  max-width: 68.4rem;
  width: 100%;
  letter-spacing: -0.3px;
}
.main_view > .news_view a {
  display: inline;
}
[data-fz="s"] .news_view {
  font-size: var(--fz_base);
}
[data-fz="s"] .news_view > h3 {
  font-size: var(--title_fz_xxxs);
}
.main_view strong {
  font-weight: 700;
}
.news_view > h3,
.news_view figure {
  margin-bottom: var(--spacing_xl);
}
.news_view > h3 {
  border-top: 2px solid #000;
  padding-top: 2.2rem;
  font-size: var(--title_fz_xxxs);
  font-weight: 700;
}
.news_view > p:not(:last-child) {
  margin-bottom: 2.4rem;
}
.news_view b {
  font-weight: bold;
}
.news_view .box {
  clear: both;
}

/* 이미지정렬 */
.news_view .articlePhotoC {
  clear: both;
  margin: 0 auto;
  margin-bottom: var(--spacing_xl);
}
.news_view .articlePhotoC .in_cont {
  position: relative;
  display: block;
  text-align: center;
}
.news_view .articlePhotoC .in_cont img {
  margin: 0 auto;
}

/* 관련연재 */

/* 관련이슈 */ /*240312 수정*/

.expression_wrap {
  padding: 2.6rem 0;
  margin-bottom: 4.6rem;
  border-top: 1px solid var(--c_gray_a);
  border-bottom: 1px solid var(--c_black);
}
.expression_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.8rem;
  font-size: var(--fz_xs);
  text-align: center;
}
.expression_wrap ul li {
  width: 5rem;
}
.expression_wrap ul li:last-of-type {
  position: relative;
  margin-left: 2.7rem;
}
.expression_wrap ul li:last-of-type:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0 100% 0 auto;
  margin-right: 5.3rem;
  width: 1px;
  background: var(--c_gray_a);
}
.expression_wrap dl {
  margin-top: var(--spacing_s);
}
.expression_wrap dt,
.expression_wrap dd {
  line-height: 1.4;
}
.expression_wrap dt {
  color: var(--c_gray_b);
}
.expression_wrap dd {
  color: var(--c_black);
  font-weight: 500;
}

.reporter_ui .reporter_head,
.reporter_ui .reporter_head .reporter_feedback,
.reporter_ui .reporter_head .reporter_feedback dl {
  display: flex;
}
.reporter_ui .reporter_head {
  flex-direction: column;
}
.reporter_ui .reporter_head .reporter_profile {
  display: flex;
  height: 5.8rem;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: var(--spacing_base);
}
.reporter_ui .reporter_head .reporter_profile figure {
  position: relative;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  overflow: hidden;
}
.reporter_ui .reporter_head .reporter_profile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reporter_ui .reporter_head .reporter_profile figure:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--c_gray_a);
  border-radius: 50%;
}
.reporter_ui .reporter_head .reporter_profile p,
.reporter_ui .reporter_head .reporter_feedback dt {
  color: var(--c_gray_b);
}
.reporter_ui .reporter_head .reporter_profile strong {
  display: block;
  margin-bottom: var(--spacing_xs);
  font-size: var(--fz_m);
}
.reporter_ui .reporter_head .reporter_profile p {
  font-size: var(--fz_xs);
}
.reporter_ui .reporter_head .reporter_feedback dl {
  position: relative;
  flex: 1;
  justify-content: center;
  gap: var(--spacing_xs);
  text-align: center;
  font-size: var(--fz_xs);
}
.reporter_ui .reporter_head .reporter_feedback dl:last-child:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1px;
  height: 1.4rem;
  margin-top: -0.7rem;
  background: var(--c_gray_a);
}
.reporter_ui hr {
  display: block;
  height: 1px;
  margin: var(--spacing_base) 0;
  background: var(--c_gray_a);
  border: 0;
}
.reporter_ui .reporter_body {
  font-size: var(--fz_xs);
  color: var(--c_gray_b);
  line-height: 1.5;
}
.reporter_ui .reporter_body p {
  word-break: break-all;
}
.sec_head {
  margin-bottom: var(--spacing_m);
}
.sec_head .tit {
  margin-bottom: var(--spacing_l);
  font-size: var(--title_fz_xxs);
  font-weight: 700;
}
.news_list.type_num .news_item:hover .tit {
  opacity: 0.7;
}
.news_list.type_num .news_item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--c_gray_a);
}
.news_list.type_num li:not(:first-of-type) .news_item .tit,
.news_list.type_num li:not(:first-of-type) .news_item span {
  font-weight: 400;
}
.news_list.type_num .news_item .txt_area {
  display: flex;
  align-items: center;
  min-height: 7.2rem;
}
.news_list.type_num .news_item span {
  display: block;
  margin-right: var(--spacing_l);
  font-weight: bold;
}

.news_list {
  display: flex;
  width: 100%;
  gap: 3.2rem;
} /* Dev 231109 */

.side_list_wrap .news_list {
  flex-direction: column;
  gap: 0;
}
.side_list_wrap .news_list li + li {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--c_gray_a);
}
.side_list_wrap .news_list figure {
  margin-bottom: var(--spacing_base);
}
.side_list_wrap .news_list .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.4rem;
  word-break: break-all;
}
.news_list.type_num li + li {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.news_list.type_num figure {
  margin-bottom: 0;
}
.side_list_wrap .view_trend .sec_body {
  display: none;
}
.side_list_wrap .view_trend .active {
  display: block;
}

.count {
  color: var(--c_primary_base);
}

.main_view > .news_view .img_cont .in_cont {
  position: relative;
}

#modalComment:has(#pick_pop.active) {
  transform: initial;
  animation: inherit;
}

/* 댓글 */

/* 트랜드뉴스 */
.view_page .trend_list_wrap .news_list a {
  font-size: 1.6rem;
}
.view_page .trend_list_wrap .news_list a:has(figure) {
  display: block;
}
.view_page .trend_list_wrap .news_list a figure {
  position: relative;
  width: auto;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.view_page .trend_list_wrap .news_list a figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 1280px) {
  .view_body {
    overflow: hidden;
  }
  .view_body .inner:last-child:before,
  .view_body .inner:last-child:after {
    display: none;
  }
  .view_body .inner {
    flex-wrap: wrap;
    flex-direction: column;
    max-height: calc(var(--viewH) * 1px);
  }
  .main_view
  /*.view_body .inner:last-child > div*/ {
    order: -1;
    max-width: calc(100% - 27.4rem);
  }
  .view_body aside {
    max-width: 24.2rem;
  }
  .view_body .reporter_group > section {
    flex: none;
  }
  .main_view > .news_view {
    max-width: none;
  }
  .custom_set_wrap .modal {
    left: auto;
    right: 0;
    transform: none;
  }
  .main_view > .news_view .img_cont .in_cont img {
    width: 100%;
  }

  /* 화보레이어 */

  /* 광고 */
  .view_ad05 {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  #header.sub_page progress {
    inset: 9.8rem 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .view_body aside {
    max-width: 100%;
    width: 100% !important;
  }
  .reporter_sec,
  .view_body aside:not(.reporter_group) .side_list_wrap {
    display: none;
  }
  .view_body .inner {
    flex-direction: row;
    max-height: inherit;
  }
  .main_view,
  .view_body .inner:last-child > div {
    max-width: 100%;
  }
  .view_body aside:not(.reporter_sec) .side_list_wrap .news_list {
    flex-direction: row;
    gap: var(--spacing_xl);
  }
  .side_list_wrap .news_list li {
    position: relative;
    flex: 1;
  }
  .side_list_wrap .news_list li + li {
    margin-top: 0;
    padding-top: 0;
  }
  .side_list_wrap .news_list li + li:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1px;
    margin-right: 1.7rem;
    background: var(--c_gray_a);
  }
  .sec_head .tit {
    font-size: var(--fz_base);
  }

  .view_body .reporter_group {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .expression_wrap ul {
    gap: var(--spacing_s);
  }
  .expression_wrap ul li {
    width: 7.6rem;
  }
  .expression_wrap .emotion_btn {
    margin: -1.5rem auto;
  }
  .expression_wrap ul li:last-of-type {
    margin-left: 0.9rem;
  }
  .expression_wrap ul li:last-of-type:before {
    top: 0.2rem;
    margin-right: 0.9rem;
  }
  .view_body aside:not(.reporter_sec) .side_list_wrap .news_list {
    flex-direction: column;
    gap: 2rem;
  }
  .view_body aside:not(.reporter_sec) .side_list_wrap .news_list li + li {
    padding-top: 2rem;
  }
  #header.sub_page progress {
    inset: 5rem 0 0;
  }
  .custom_set_wrap .share_area .modal {
    left: -12.5rem;
  }

  .view_ad05 {
    display: none;
  }

  .main_view {
    padding-bottom: 0;
  }
  .view_body {
    padding-bottom: 0;
  }
  .view_body aside {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  /* 20231023 수정 */ /* 20231023 수정 */
  #wrapper:has(.breaking_news) .view_head_setting .custom_set_wrap.is_fix {
    top: 6.4rem;
  } /* 240119 수정 */
  #wrapper:has(.breaking_news.hidden)
    .view_head_setting
    .custom_set_wrap.is_fix {
    top: 1.4rem;
  } /* 240119 수정 */ /* 20231023 수정 */
}

@media screen and (max-width: 450px) {
  .news_view .articlePhotoC {
    width: 100% !important;
  }
}

@media screen and (max-width: 320px) {
  .expression_wrap ul {
    gap: 0;
  }
  .expression_wrap ul li {
    width: 6rem;
  }
  .expression_wrap .emotion_btn {
    margin: -1.5rem -0.5rem;
  }
  .expression_wrap ul li:last-of-type:before {
    margin-right: 5px;
  }
}

/* 인쇄 */
@media print {
  #wrapper {
    padding-top: 0;
    margin-top: 0;
  }
  #header,
  .view_body aside,
  #footer,
  .ad,
  .expression_wrap,
  .comment_ui,
  .view_head_setting,
  .breadcrumb {
    display: none !important;
  }
  .breadcrumb .breadcrumb_item {
    color: #000;
  }
  .main_view {
    display: block;
  }
  .main_view > .news_view {
    max-width: none;
  }
  .main_view > .news_view > p {
    overflow: hidden;
  }
  .news_view > h3 {
    clear: both;
  }
}
.comment_ui h2 {
  font-size: var(--fz_base);
  font-weight: 700;
  line-height: 1.8;
}
.comment_ui h2 span {
  color: var(--c_primary_base);
}
.comment_ui h3 {
  padding-bottom: var(--spacing_base);
  margin-bottom: var(--spacing_l);
  border-bottom: 1px solid;
  font-size: var(--fz_m);
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}

/* 댓글입력 */
.reg_comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing_s);
  width: 100%;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
  background: var(--c_white);
  padding: 1.4rem var(--spacing_l);
  font-size: var(--fz_s);
  box-sizing: border-box;
}
.reg_comment input {
  flex: 1;
}
.reg_comment p {
  color: var(--c_black);
}
.reg_comment textarea {
  flex: 1;
}
.reg_comment button {
  flex-shrink: 0;
}

.comment_modal .depth_comment_wrap .reg_comment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing_s);
  font-size: var(--fz_s);
  background: var(--c_white);
  justify-content: initial;
}
.comment_modal .depth_comment_wrap .reg_comment textarea {
  width: 100%;
  flex: initial;
}
.comment_modal .depth_comment_wrap .reg_comment button {
  margin-left: auto;
}

/* 댓글 리스트 */
.attention_comment_box {
  padding: var(--spacing_l);
  margin-bottom: var(--spacing_l);
  background: var(--c_secondary_base);
  border: 1px solid var(--c_primary_base);
}
.comment_item .comment_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--spacing_xs);
  margin-bottom: var(--spacing_l);
}
.comment_item .comment_head .ic,
.comment_item .comment_head .btn_group {
  flex-shrink: 0;
}
.comment_item .comment_head .btn_group {
  position: relative;
  inset: auto;
  z-index: 0;
}
.comment_item .comment_head .btn_group > button {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: top;
  margin-right: -1rem;
}
.comment_item .comment_head .btn_group:has([aria-expanded="true"]) ul {
  display: block;
}
.comment_item .comment_head .btn_group li {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.comment_item .comment_head .btn_group ul {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
}
.comment_item .comment_head .btn_group ul .btn {
  padding: 0 var(--spacing_s);
  background: var(--c_white);
  white-space: nowrap;
}

.comment_item .comment_head .btn_group .pick {
  width: 5rem;
  height: 3rem;
  margin-right: 0;
  border-radius: 0.2rem;
  border: 1px solid #ddd;
  background: #fff;
}
.comment_item .comment_head .btn_group .pick span {
  color: var(--c_gray_b);
  text-align: center;
  font-family: "Spoqa Han Sans Neo";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
}
.comment_item .comment_head .btn_group .complete {
  width: 5rem;
  height: 3rem;
  margin-right: 0;
  border-radius: 0.2rem;
  border: 1px solid var(--c_black);
  background: var(--c_black);
}
.comment_item .comment_head .btn_group .complete span {
  color: var(--c_white);
  text-align: center;
  font-family: "Spoqa Han Sans Neo";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
}

.comment_item .comment_head .ic {
  margin-right: 0.5rem;
  vertical-align: middle;
}
.comment_item .comment_head strong {
  flex: none;
  font-size: var(--fz_m);
  font-weight: 700;
  line-height: 1;
  color: var(--c_black);
}
.comment_item .comment_head p {
  position: relative;
  flex: 1;
  margin-left: 1.7rem;
  font-size: var(--fz_s);
  color: var(--c_gray_b);
}
.comment_item .comment_head p:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1px;
  height: 1.6rem;
  margin-right: 10px;
  margin-top: -0.8rem;
  background: var(--c_gray_a);
}
.comment_item .comment_head strong,
.comment_item .comment_head p {
  margin-right: auto;
}
.comment_item .comment_body {
  font-size: var(--fz_s);
}
.comment_item .comment_body > p {
  margin-bottom: var(--spacing_base);
  line-height: 1.5;
  word-break: break-all;
}

.comment_item .comment_body > p.blind {
  padding-left: 1.8rem;
  background: no-repeat 0 center;
  background-size: 1.4rem 1.5rem;
  color: var(--c_gray_b);
}

.comment_item .editor_comment {
  position: relative;
  margin-left: 4.5rem;
  padding: 1.6rem;
  border: 1px solid var(--c_primary_base);
  border-radius: var(--round_m);
  background: var(--c_white);
}
.comment_item .editor_comment .talker {
  display: flex;
  color: var(--c_primary_base);
  gap: var(--spacing_xs);
  align-items: center;
  margin-bottom: var(--spacing_s);
  font-weight: 700;
}
.comment_item .editor_comment:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 3.1rem;
  background: var(--c_primary_base);
  position: absolute;
  left: -2.9rem;
  top: 0;
}
.comment_item .editor_comment:before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.1rem;
  background: var(--c_primary_base);
  position: absolute;
  top: 3rem;
  left: -2.9rem;
}
.comment_item .editor_comment .ic {
  --color: var(--c_primary_base);
}
.comment_item .comment_foot {
  display: flex;
  align-items: center;
  margin-top: var(--spacing_base);
  font-size: var(--fz_s);
}
.comment_item .comment_foot dl {
  display: flex;
  align-items: center;
  gap: var(--spacing_xs);
}
.comment_item .comment_foot dl dt {
  color: var(--c_black);
}
.comment_item .comment_foot dl .ic {
  vertical-align: top;
}
.comment_item .comment_foot .btn_comment dd {
  color: var(--c_primary_base);
}
.comment_item .comment_foot .btn_recommend {
  margin-left: auto;
}
.comment_item .comment_foot .btn_recommend dd {
  font-size: var(--fz_xs);
  color: var(--c_gray_b);
}
.comment_item .comment_foot .btn_recommend:last-of-type {
  margin-left: var(--spacing_l);
}
.comment_item .comment_foot .btn_recommend:last-of-type .ic {
  transform: rotateX(180deg);
}
.comment_item .comment_foot .btn_recommend.is_active dt .ic {
  --color: var(--c_primary_base);
}
.comment_item .comment_foot .btn_recommend.is_active dd {
  color: var(--c_primary_base);
}

/* 추천많은 댓글 */
.best_comment_wrap {
  position: relative;
}
.best_comment_wrap li {
  padding-bottom: var(--spacing_l);
  margin-bottom: var(--spacing_l);
  border-bottom: 1px solid var(--c_gray_a);
}
.best_comment_wrap .btn {
  gap: 0.4rem;
  margin-top: var(--spacing_xs);
  font-weight: 500;
  color: var(--c_black);
}
.best_comment_wrap .btn span {
  color: var(--c_primary_base);
}

/* 댓글팝업 */
.comment_modal {
  display: none;
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 200;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: column;
  max-width: 56.8rem;
  width: 100%;
  padding: calc(var(--headH) * 1px) var(--spacing_xl) var(--spacing_xl);
  border-left: 1px solid var(--c_gray_a);
  background: var(--c_white);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /*transform: translate3d(100%, 0, 0);animation: drawerIn ease-out 0.3s both;*/
  box-sizing: border-box;
  height: 100%;
}
.comment_modal:focus {
  outline: 0;
}
.comment_modal:focus-visible {
  outline: 2px;
}
.comment_modal.is_active {
  display: flex; /*animation: drawerIn ease-out 0.3s both;*/
}
/*.comment_modal.is_hide {display: flex;transform: translate3d(0, 0, 0);animation: drawerOut ease-out 0.3s both;}*/
/*@keyframes drawerIn {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes drawerOut {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}*/
.comment_modal .comment_modal_head {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 2;
  flex: none;
  flex-direction: column;
  padding: 3.2rem 0 1.6rem;
  background: var(--c_white);
}
.comment_modal .comment_modal_head h2 {
  font-weight: 700;
  line-height: 2.4rem;
}
.comment_modal .comment_modal_body {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.comment_modal .comment_modal_body .input_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing_s);
  font-size: var(--fz_s);
  margin-bottom: var(--spacing_l);
}
.comment_modal .comment_modal_body .input_box textarea {
  width: 100%;
}
.comment_modal .comment_modal_body .input_box button {
  margin-left: auto;
}
.comment_modal .comment_modal_body > .btn {
  margin-top: 2.6rem;
  line-height: 4.5rem;
  font-weight: 400;
}
.comment_modal .comment_modal_body .comment_list {
  flex: 1;
}
.comment_modal .comment_modal_body .attention_comment_box h3 {
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}
.list_order_tab {
  position: sticky;
  top: 7.2rem;
  z-index: 3;
  flex: none;
  padding: 1rem 0;
  border: 1px solid var(--c_gray_a);
  background: var(--c_white);
}
.list_order_tab .tab_list_node {
  position: relative;
  width: auto;
  border: 0;
  line-height: 2.1rem;
}
.list_order_tab .tab_list_node:not(:first-of-type) {
  border-left: 1px solid var(--c_gray_a);
}
.list_order_tab button {
  min-width: 7.9rem;
  font-size: var(--fz_s);
}
.list_order_tab .is_active button {
  color: #111;
  font-weight: 700;
}
.comment_modal .comment_list .comment_item,
.comment_modal .comment_list .news_card {
  padding: var(--spacing_l) 0;
  border-bottom: 1px solid var(--c_gray_a);
}

.img_screen_bank {
  max-width: 300px;
}
.comment_modal .comment_item .comment_head {
  margin-bottom: 1.6rem;
}
.comment_modal .comment_list .news_card {
  flex-direction: row;
  gap: var(--spacing_base);
  font-size: var(--fz_s);
}
.comment_modal .comment_list .news_card .news_head {
  flex: none;
  width: 21.4rem;
  margin-bottom: 0;
}
.comment_modal .comment_list .news_card .news_body {
  display: flex;
  flex-direction: column;
}
.depth_comment_wrap {
  overflow: hidden;
  background: #f6f6f6;
  padding: 0 1.6rem;
}
.depth_comment_wrap .reg_comment {
  margin: var(--spacing_l) 0;
}
.depth_comment_wrap .comment_item .comment_foot {
  justify-content: flex-end;
}
.depth_comment_wrap .comment_item .comment_foot dl:first-of-type dd {
  color: var(--c_gray_b);
}
.depth_comment_wrap > button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing_xs);
  width: 100%;
  padding: 1.6rem;
  font-size: var(--fz_xs);
  font-weight: 500;
  color: var(--c_gray_b);
  --color: var(--c_gray_b);
}
.depth_comment_wrap > button .ic {
  width: 1.4rem;
  height: 1.4rem;
}
.comment_modal .btn_group {
  display: flex;
  position: absolute;
  top: calc(var(--headH) * 1px + 3.2rem);
  right: var(--spacing_xl);
  z-index: 3;
  align-items: center;
  gap: var(--spacing_base);
}
.comment_modal .btn_group .ic {
  vertical-align: top;
}

/* 주목할만한 댓글 */
.comment_modal .comment_list .re_attention .talker .comment_head strong {
  color: var(--c_primary_base);
  gap: var(--spacing_xs);
  align-items: center;
  font-weight: 700;
}
.comment_modal .comment_list .re_attention .talker .comment_head .ic {
  --color: var(--c_primary_base);
}

/* 속보 배너 있을 때 */
#wrapper:has(.breaking_news) .comment_modal {
  padding: calc(var(--headH) * 1px + 50px) var(--spacing_xl) var(--spacing_xl);
}
#wrapper:has(.breaking_news.hidden) .comment_modal {
  padding: calc(var(--headH) * 1px) var(--spacing_xl) var(--spacing_xl);
}

#wrapper:has(.breaking_news) .comment_modal > .btn_group {
  top: calc(var(--headH) * 1px + 3.2rem + 50px);
}
#wrapper:has(.breaking_news.hidden) .comment_modal > .btn_group {
  top: calc(var(--headH) * 1px + 3.2rem);
}

/* 댓글 이용자 정보 팝업 */
.comment_modal.detail [data-back] {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: -0.7rem;
  font-weight: 700;
}
.comment_modal.detail .profile_wrap .profile_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.profile_wrap .profile_body .name {
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 0.4rem;
}
.profile_wrap .profile_body .date {
  font-size: var(--fz_s);
  color: var(--c_gray_b);
}
.profile_wrap .profile_body .btn {
  padding-left: var(--spacing_base);
  padding-right: var(--spacing_base);
  margin-top: 0.6rem;
  color: var(--c_primary_base);
  font-size: var(--fz_xs);
  font-weight: 700;
  line-height: 3.2rem;
  --color: var(--c_primary_base);
}
.profile_wrap .profile_body .btn .ic {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.6rem;
}
.profile_wrap .profile_body .btn.is_active {
  color: var(--c_black);
  --color: var(--c_black);
}

.profile_wrap hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: var(--spacing_l);
  margin-bottom: 0;
  border: 0;
  background: var(--c_gray_a);
}
.profile_wrap .profile_foot {
  display: flex;
  align-items: center;
  padding: var(--spacing_l);
}
.profile_wrap .profile_foot .feat {
  display: flex;
  flex: 2;
  gap: 1.6rem;
  align-items: center;
}
.profile_wrap .profile_foot .feat .ic {
  width: 5rem;
  height: 5.5rem;
}
.profile_wrap .profile_foot > dl {
  flex: 1;
}
.profile_wrap .profile_foot dt {
  color: var(--c_gray_b);
  font-size: var(--fz_xs);
}
.profile_wrap .profile_foot dd {
  font-weight: 500;
  font-size: var(--fz_m);
}
.profile_wrap .profile_foot hr {
  flex: none;
  width: 1px;
  height: 5.5rem;
}
.profile_wrap .profile_foot hr:first-of-type {
  margin: 0 var(--spacing_l);
}
.profile_wrap .profile_foot hr:last-of-type {
  margin: 0 var(--spacing_base);
}
.comment_item .tag {
  margin-bottom: 1.2rem;
}
.news_preview {
  display: flex;
  gap: 1.2rem;
}
.news_preview .news_thumb {
  flex: none;
  width: 10.7rem;
}
.news_preview .news_tit {
  display: -webkit-box;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fz_s);
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.comment_item.detail .comment_body {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}
.comment_item.detail .comment_body strong {
  display: inline-block;
  margin-right: 0.4rem;
  color: var(--c_primary_base);
  font-weight: 700;
}
#modalUserInfo .comment_modal_body .comment_head {
  margin-bottom: 1.2rem;
}
#modalUserInfo .comment_modal_body .comment_head p {
  margin-left: 0;
}
#modalUserInfo .comment_modal_body .comment_head p:before {
  display: none;
}

/* 댓글 메세지 박스 */
.comment_modal .modal_msg_box {
  margin: 0 0 1rem 0;
  padding: 1rem 1.5rem;
  border-radius: 0.2rem;
  background: #008689;
  box-sizing: border-box;
  word-break: break-all;
}
.comment_modal .modal_msg_box .txt {
  color: var(--c_white);
  font-family: "Spoqa Han Sans Neo";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/* 붙여넣기 금지 팝업 */
#modal_notice_pop.active {
  display: block;
}
#modal_notice_pop {
  display: none;
  position: fixed;
  right: 120px;
  z-index: 10;
}
#modal_notice_pop .pop_wrap {
  position: relative;
  width: 30rem;
  padding: 2rem;
  background: var(--c_white);
  box-shadow: 0px 2px 14px 0px #00000026;
  box-sizing: border-box;
}
#modal_notice_pop .tit {
  font-size: 1.6rem;
}
#modal_notice_pop .desc {
  display: block;
  margin: 1rem 0;
  font-size: 1.4rem;
  color: #5a5a5a;
}
#modal_notice_pop .pop_wrap .close_btn {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}

@media screen and (max-width: 767px) {
  .comment_modal .comment_list .news_card .news_head {
    width: 11rem;
  }
  .comment_modal {
    z-index: 500;
    max-width: 100%;
    padding: 0 1.6rem;
  }
  .comment_modal .comment_modal_head {
    justify-content: center;
    height: 5.2rem;
    margin-left: calc(1.6rem * -1);
    margin-right: calc(1.6rem * -1);
    padding: 0 1.6rem;
    border-bottom: 1px solid var(--c_gray_a);
  }
  .list_order_tab {
    top: 5.1rem;
  }
  .comment_modal .profile_wrap {
    margin-left: calc(1.6rem * -1);
    margin-right: calc(1.6rem * -1);
    padding: 3.3rem 1.6rem 0;
  }
  .comment_modal .profile_wrap:after {
    display: block;
    content: "";
    height: 1rem;
    margin-left: calc(1.6rem * -1);
    margin-right: calc(1.6rem * -1);
    background: #f6f6f6;
    border-top: 1px solid var(--c_gray_a);
    border-bottom: 1px solid var(--c_gray_a);
  }
  .comment_modal .comment_modal_body {
    padding: var(--spacing_l) 0;
  }
  .comment_modal .btn_group {
    top: var(--spacing_base);
    right: 1.6rem;
  }

  /* 속보 배너 있을 때 */
  #wrapper:has(.breaking_news) .comment_modal {
    padding: 0 1.6rem;
  }
  #wrapper:has(.breaking_news.hidden) .comment_modal {
    padding: 0 1.6rem;
  }

  #wrapper:has(.breaking_news) .comment_modal > .btn_group {
    top: var(--spacing_base);
    right: 1.6rem;
  }
  #wrapper:has(.breaking_news.hidden) .comment_modal > .btn_group {
    top: var(--spacing_base);
    right: 1.6rem;
  }
}
h2 {
  font-weight: 700;
  margin-bottom: 24px;
}
p a {
  color: #007fff;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

a {
  cursor: pointer;
}
.reg__list {
  margin-top: 15px;
}
.reg__list li {
  list-style: inside;
}
::marker {
  color: var(--c_primary_base);
}
.reg__list li a {
  color: #e11229;
}

.reg__list {
  padding-left: 0;
  counter-reset: list;
  list-style-type: none;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}

.reg__list li {
  gap: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #f8f8f8;
  border-left: 2px solid #008689;
  border-right: 2px solid #008689;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.reg__list li::before {
  width: 30px;
  counter-increment: list;
  content: counter(list);
  font-size: inherit;
  border-radius: 50%;
  padding: 5px 5px;
  aspect-ratio: 1 / 1;
  line-height: 1;
  color: #008689;
  font-weight: 600;
  border: 1px solid #008689;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.replay {
  padding-left: 20px;
  border-left: 2px solid #ac998d;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/fonts/IBMPlexMono.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/fonts/IBMPlexMono-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: monospace !important;
  font-size: 16px;
  margin: 10px;
}

.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .check {
    font-size: 1rem;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("/data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
:root {
  --swiper-navigation-size: 44px;
}
.check {
  border: 2px solid rgba(126, 126, 126, 0.5);
  max-width: 100%;
  border-radius: 10px;
  padding: 1rem;
  padding-bottom: 1.5rem;
  margin-top: 2.25rem;
  user-select: none;
}

.check__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}

.check__content-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.check__code {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
}

.check__iban {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}

.check__content-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: auto;
  max-width: 300px;
}

.check__content-item__title {
  font-weight: 600;
  font-size: 1.15rem;
}

.check__table-wrapper {
  margin-top: 2rem;
}

.check__table {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.8;
}

.check__table th {
  font-weight: bold;
  padding: 0.5rem 0.6rem;
  background: #e2e2e2;
  border: 1px solid #d6d6d6;
  text-align: start;
}

.check__table td {
  border: 1px solid #d6d6d6;
  padding: 0.5rem 0.6rem;
}

@media (max-width: 768px) {
  .check__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    font-size: 1.05rem;
  }

  .check__content-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .check__content-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .check__code {
    font-size: 1.3rem;
  }

  .check__iban {
    font-size: 1.1rem;
  }

  .check__table-wrapper {
    margin-top: 1.5rem;
  }

  .check__table {
    font-size: 0.8rem;
  }
}

@media (max-width: 540px) {
  .check__content-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .check__content-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }

  .check__table {
    font-size: 0.75rem;
  }

  .check__table th {
    padding: 0.6rem 0.3rem;
    font-weight: 500;
  }

  .check__table td {
    padding: 0 0.3rem;
  }
}
.img_screen {
  max-width: 500px;
}

@media (width <=530px) {
  .img_screen {
    width: 100%;
  }
}

p a {
  color: #007fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reg__list li a {
  color: #007fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

p a:hover {
  color: #e11229;
}

.reg__list li a:hover {
  color: #e11229;
}

a:hover {
  background: none;
}

:focus-visible {
  outline: none;
}

.swiper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form-wrapper {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  scroll-margin-top: 100px;
}
