@charset "UTF-8";
/* common */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

legend,
caption,
hr {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
}

html {
  -webkit-text-size-adjust: none;
}

/* customize */
.blind {
  position: absolute !important;
  z-index: -1 !important;
  overflow: hidden !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* 뉴스룸 */
html {
  font-size: 16px;
}

body {
  position: relative;
  min-width: 320px;
  padding-top: 136px;
  overflow-y: scroll;
  margin: 0 auto;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  body {
    padding-top: 102px;
  }
}
@media screen and (max-width: 860px) {
  body {
    padding-top: 78px;
  }
}
body::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 136px;
  background-color: #000;
  content: "";
}
@media screen and (max-width: 1280px) {
  body::before {
    height: 102px;
  }
}
@media screen and (max-width: 860px) {
  body::before {
    height: 78px;
  }
}
body.home {
  background-color: #000;
  padding-top: 0;
}
body .inner {
  position: relative;
  margin: 0 72px;
}
@media screen and (min-width: 1920px) {
  body .inner {
    max-width: 1776px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  body .inner {
    margin: 0 40px;
  }
}
@media screen and (max-width: 860px) {
  body .inner {
    margin: 0 22px;
  }
}
body .skip_navigation {
  position: absolute;
  top: -300px;
  left: 0;
  color: #f6f6f6;
  background: #121212;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  padding: 5px;
  z-index: 1000;
}
body .skip_navigation:focus {
  top: 0;
}
body .only-pc {
  display: none !important;
}
@media screen and (min-width: 860px) {
  body .only-pc {
    display: block !important;
  }
}
body .only-mobile {
  display: none !important;
}
@media screen and (max-width: 860px) {
  body .only-mobile {
    display: block !important;
  }
}
body .only-pc-flex {
  display: none !important;
}
@media screen and (min-width: 860px) {
  body .only-pc-flex {
    display: flex !important;
  }
}
body .only-mobile-flex {
  display: none !important;
}
@media screen and (max-width: 860px) {
  body .only-mobile-flex {
    display: flex !important;
  }
}

button {
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

input[type="text"],
input[type="search"] {
  background-color: #fff;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 136px;
  background-color: #000;
  z-index: 100;
  transition: transform 0.3s;
}
#header .logo {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 36px;
  z-index: 50;
}
#header .logo a {
  display: flex;
}
.home #header {
  background-color: rgba(0,0,0,0.6);
  transition: 0.3s;
}
.home #header.header-fixed {
  background-color: #000;
}
body:not(.search-on) #header.header-hide {
  /* transform: translateY(-105%); */
}
body:not(.search-on) #header.header-hide.header-visible {
  transform: translateY(0);
}
body:not(.search-on) #header.header-hide.header-visible body.search-on #header {
  background-color: #000;
}
body.menu-on body:not(.search-on) #header.header-hide {
  transform: translateY(0) !important;
}
@media screen and (max-width: 1280px) {
  #header {
    height: 102px;
  }
  #header .logo {
    padding-top: 28px;
  }
  #header .logo img {
    width: auto;
    height: 16px;
  }
}
@media screen and (max-width: 860px) {
  #header {
    height: 78px;
    box-shadow: none;
  }
  #header .logo {
    padding-top: 31px;
  }
}

.main-gnb {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 50;
  margin-top: 24px;
}
.main-gnb ul {
  display: flex;
  gap: 120px;
  padding: 4px 0;
}
.main-gnb li {
  height: 20px;
}
/* .main-gnb li:has(a[href*="category/press"]),
.main-gnb li:has(a[href*="heritage"]) {
  position: relative;
  padding-left: 59px;
}
.main-gnb li:has(a[href*="category/press"])::before,
.main-gnb li:has(a[href*="heritage"])::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #999;
  content: "";
} */
.main-gnb a {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  padding-bottom: 12px;
}
.main-gnb a[href*="fact"] {
  color: #a25aff;
  padding-inline: 8px;
}
.main-gnb.fact-bg a[href*="fact"] {
  color: #fff;
  z-index: 1;
}
.main-gnb.fact-bg li:has(a[href*="fact"]) {
  position: relative;
}
.main-gnb.fact-bg li:has(a[href*="fact"])::after {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  bottom: -4px;
  background-color: #a25aff;
  content: "";
}
.main-gnb a span {
  display: none;
  margin-bottom: 13px;
}
.main-gnb a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  border-top: 2px solid #fff;
  opacity: 1;
  transition: width 0.3s;
  content: "";
}
.main-gnb .current-menu-item a::after {
  width: 100%;
}
.main-gnb a[href*="fact"]::after {
  border-color: #8562b3;
}
.main-gnb.fact-bg a[href*="fact"]::after {
  border-color: #fff;
}
@media screen and (min-width: 1280px) {
  .main-gnb:not(:has(.current-menu-item)) a:hover::after {
    width: 100%;
  }
  .main-gnb a:hover span {
    display: block;
    animation: textUp 0.3s;
  }
  @keyframes textUp {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -33px;
    }
  }
}
@media screen and (max-width: 1540px) {
  /* .main-gnb ul {
    gap: 38px;
  } */
  /* .main-gnb li:has(a[href*="category/press"]),
  .main-gnb li:has(a[href*="heritage"]) {
    padding-left: 39px;
  } */
}
@media screen and (max-width: 1460px) {
  /* .main-gnb ul {
    gap: 20px;
  } */
  /* .main-gnb li:has(a[href*="category/press"]),
  .main-gnb li:has(a[href*="heritage"]) {
    padding-left: 21px;
  } */
}
@media screen and (max-width: 1280px) {
  .main-gnb {
    margin-top: 20px;
  }
  .main-gnb a {
    height: 16px;
    font-size: 16px;
  }
  /* .main-gnb {
    margin-top: 20px;
  }
  .main-gnb ul {
    gap: 18px;
  }
  .main-gnb li {
    height: 14px;
  } */
  /* .main-gnb li:has(a[href*="category/press"]),
  .main-gnb li:has(a[href*="heritage"]) {
    padding-left: 19px;
  } */
  /* .main-gnb a {
    font-size: 14px;
  } */
}
@media screen and (max-width: 1070px) {
  /* .main-gnb ul {
    gap: 14px;
  } */
  /* .main-gnb li:has(a[href*="category/press"]),
  .main-gnb li:has(a[href*="heritage"]) {
    padding-left: 15px;
  } */
}
@media screen and (max-width: 980px) {
  /* .main-gnb a {
    font-size: 12px;
  } */
}
@media screen and (max-width: 860px) {
  .main-gnb {
    display: none;
  }
}

.header-right {
  display: flex;
  gap: 40px;
  position: absolute;
  top: 42px;
  right: 72px;
  z-index: 50;
}
.header-right .btn-top-search {
  width: 22px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.94737" cy="8.94737" r="7.94737" stroke="white" stroke-width="2"/><line x1="15.4439" y1="14.0297" x2="20.7071" y2="19.2929" stroke="white" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
}
.header-right .select-language {
  position: relative;
  font-family: "Poppins", sans-serif;
  margin-top: 2px;
}
.header-right .select-language .btn-select-language {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
.header-right .select-language .btn-select-language::after {
  width: 7px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg width="7" height="6" viewBox="0 0 7 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.46363 5.25L-0.000469768 0.75L6.92773 0.75L3.46363 5.25Z" fill="%23ffffff"/></svg>');
  background-size: 7px 6px;
  background-repeat: no-repeat;
  content: "";
}
.header-right .select-language .language-list {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  left: -24px;
  width: 69px;
  text-align: center;
  border-radius: 6px;
  background-color: #383838;
  padding: 11px 0;
  margin-top: 8px;
  z-index: 1;
}
.header-right .select-language .language-list a {
  display: block;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.header-right .select-language .language-list a:hover,
.header-right .select-language .language-list .selected a {
  color: #fff;
  font-weight: 500;
}
.header-right .select-language .language-list.visible {
  display: flex;
}
.header-right .select-language:has(.visible) .btn-select-language::after {
  transform: rotateX(180deg);
}
@media screen and (max-width: 1280px) {
  .header-right {
    gap: 20px;
    top: 29px;
    right: 40px;
  }
  .header-right .btn-top-search {
    width: 15px;
    height: 14px;
    background-image: url('data:image/svg+xml,<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6.26316" cy="6.26316" r="5.76316" stroke="white"/><line x1="10.6693" y1="9.96223" x2="14.3536" y2="13.6464" stroke="white"/></svg>');
    background-size: contain;
  }
  .header-right .select-language {
    margin-top: 0;
  }
  .header-right .select-language .btn-select-language {
    height: 14px;
    font-size: 14px;
  }
  .header-right .select-language .btn-select-language::after {
    background-image: url('data:image/svg+xml,<svg width="7" height="6" viewBox="0 0 7 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.46412 5.25L1.85132e-05 0.75L6.92822 0.75L3.46412 5.25Z" fill="white"/></svg>');
    background-size: contain;
  }
  .header-right .select-language .language-list {
    left: -25px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 860px) {
  .header-right {
    gap: 0;
    top: 31px;
    right: 20px;
  }
  .header-right .btn-top-search {
    width: 18px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7.15789" cy="7.15789" r="6.15789" stroke="white" stroke-width="2"/><line x1="12.4966" y1="11.0824" x2="16.7071" y2="15.2929" stroke="white" stroke-width="2"/></svg>');
  }
  .header-right .select-language {
    display: none;
  }
}

main,
#main-content {
  position: relative;
}

#footer {
  background-color: #000;
  padding: 120px 72px;
}
#footer .footer-sec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .footer-sec + .footer-sec {
  justify-content: flex-end;
  margin-top: -16px;
}
#footer .footer-menu {
  display: flex;
  gap: 125px;
}
#footer .footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#footer .footer-menu li {
  display: flex;
  max-height: 14px;
}
#footer .footer-menu a {
  position: relative;
  height: 14px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  padding-bottom: 3px;
}
#footer .footer-menu a span {
  display: none;
  margin-bottom: 4px;
}
#footer .footer-menu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  border-top: 1px solid #999;
  transition: width 0.3s;
  content: "";
}
@media screen and (min-width: 1280px) {
  #footer .footer-menu a:hover::after {
    width: 100%;
  }
  #footer .footer-menu a:hover span {
    display: block;
    animation: textUpFooterMenu 0.3s;
  }
  @keyframes textUpFooterMenu {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -18px;
    }
  }
}
#footer .footer-news-letter {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
#footer .footer-news-letter a {
  color: #000;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  border-radius: 100px;
  background-color: #fff;
  padding: 5px 20px;
}
#footer .footer-news-letter .icon {
  width: 45px;
  height: 31px;
  background: url("./assets/images/icon_footer_news_letter.png") no-repeat;
  background-size: 45px 31px;
}
#footer .footer-news-letter .text {
  max-height: 22px;
  line-height: 1;
  overflow: hidden;
}
#footer .footer-news-letter .text span {
  display: none;
  margin-bottom: 5px;
}
@media screen and (min-width: 1280px) {
  #footer .footer-news-letter:hover .text span {
    display: block;
    animation: textUpFooterSub 0.3s;
  }
  @keyframes textUpFooterSub {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -27px;
    }
  }
}
#footer .footer-sns {
  display: flex;
  gap: 30px;
  margin-bottom: 12px;
}
#footer .footer-sns li {
  flex-shrink: 0;
}
#footer .footer-sns a {
  display: flex;
}
#footer .footer-sns svg path {
  transition: all 0.2s;
}
@media screen and (min-width: 1280px) {
  #footer .footer-sns svg:hover path {
    fill: #fff;
  }
}
@media screen and (max-width: 1280px) {
  #footer {
    padding: 100px 40px 72px;
  }
  #footer .footer-sec + .footer-sec {
    padding-top: 26px;
  }
  #footer .footer-menu {
    display: flex;
    gap: 78px;
  }
  #footer .footer-menu ul {
    gap: 20px;
  }
  #footer .footer-menu a {
    font-size: 13px;
  }
  #footer .footer-news-letter {
    gap: 12px;
    font-size: 18px;
  }
  #footer .footer-news-letter a {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 18px;
  }
  #footer .footer-news-letter .icon {
    width: 38px;
    height: 26px;
    background-image: url('data:image/svg+xml,<svg width="38" height="26" viewBox="0 0 38 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.75" y="0.75" width="36.5" height="24.5" rx="2.25" stroke="%23AAAAAA" stroke-width="1.5"/><path d="M1 24L13.6818 12M37 24L23.9091 12" stroke="%23AAAAAA" stroke-width="1.5"/><path d="M1 2L17.1582 14.5675C18.2415 15.4101 19.7585 15.4101 20.8418 14.5675L37 2" stroke="%23AAAAAA" stroke-width="1.5"/></svg>');
    background-size: contain;
  }
  #footer .footer-sns {
    gap: 24px;
    margin-bottom: 8px;
  }
  #footer .footer-sns svg {
    width: 26px;
    height: auto;
  }
}
@media screen and (max-width: 860px) {
  #footer {
    padding: 60px 22px 64px;
  }
  #footer .footer-sec {
    flex-direction: column;
    gap: 40px;
  }
  #footer .footer-sec + .footer-sec {
    align-items: flex-start;
    gap: 60px;
    padding-top: 40px;
  }
  #footer .footer-menu {
    flex-direction: column;
    gap: 40px;
  }
  #footer .footer-menu ul {
    gap: 16px;
  }
  #footer .footer-news-letter {
    gap: 16px;
    font-size: 18px;
  }
  #footer .footer-news-letter a {
    font-size: 14px;
    line-height: 1;
    padding: 8px 16px;
  }
  #footer .footer-news-letter .icon {
    width: 38px;
    height: 27px;
    background-image: url('data:image/svg+xml,<svg width="38" height="27" viewBox="0 0 38 27" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="1.38379" width="37" height="25" rx="2.5" stroke="%23AAAAAA"/><path d="M0.422224 24.7177L13.5111 13.2344M37.5778 24.7177L24.0667 13.2344" stroke="%23AAAAAA"/><path d="M0.84445 2.61719L17.1096 15.8165C18.2113 16.7105 19.7887 16.7105 20.8904 15.8165L37.1556 2.61719" stroke="%23AAAAAA"/></svg>');
  }
  #footer .footer-sns {
    margin-bottom: 0;
  }
  #footer .footer-sns svg {
    width: 26px;
  }
  #footer .footer-logo a {
    display: block;
    width: 138px;
    height: 72px;
    background: url("./assets/images/img_logo_footer_mo_250524.svg") no-repeat;
    background-size: contain;
  }
  #footer .footer-logo a img {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

.float-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  position: fixed;
  bottom: 0;
  right: 73px;
  margin-bottom: 34px;
  z-index: 99;
}
.float-area.bottom-fixed {
  position: absolute;
}
@media screen and (max-width: 860px) {
  .float-area {
    margin-bottom: 30px;
    right: 12px;
  }
  .float-area a,
  .float-area button {
    -webkit-tap-highlight-color: transparent;
  }
}

.quick-links {
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.btn-quick-links-toggler {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="23.5" transform="rotate(-90 24 24)" fill="white" stroke="%23DDDDDD"/><path d="M25 23H35V25H25V35H23V25H13V23H23V13H25V23Z" fill="%23333333"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.5s;
}
.quick-links-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 8px;
  position: absolute;
  bottom: calc(48px + 8px);
  right: 0;
  transition: all 0.5s;
}
.quick-links a {
  width: 130px;
  height: 48px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  transition: transform 0.5s;
}
.quick-links a svg {
  display: block;
  width: 130px;
  height: 48px;
}
.quick-links[data-links-visible="false"] .quick-links-inner {
  pointer-events: none;
  opacity: 0;
}
.quick-links[data-links-visible="false"] a:nth-child(1) {
  transform: translateY(calc((48px + 8px) * 1));
}
.quick-links[data-links-visible="false"] a:nth-child(2) {
  transform: translateY(calc((48px + 8px) * 2));
}
.quick-links[data-links-visible="false"] a:nth-child(3) {
  transform: translateY(calc((48px + 8px) * 3));
}
.quick-links[data-links-visible="false"] a:nth-child(4) {
  transform: translateY(calc((48px + 8px) * 4));
}
.quick-links[data-links-visible="false"] a:nth-child(5) {
  transform: translateY(calc((48px + 8px) * 5));
}
.quick-links[data-links-visible="true"] .btn-quick-links-toggler {
  transform: rotate(45deg);
}
.quick-links[data-links-visible="true"] .quick-links-inner {
  pointer-events: auto;
  opacity: 1;
}
.quick-links[data-links-visible="true"] a {
  transform: translateY(0) !important;
}
@media screen and (min-width: 861px) {
  .quick-links a {
    transition: background 0.3s, transform 0.5s;
  }
  .quick-links a svg path {
    transition: all 0.3s;
  }
  .quick-links a:hover {
    background-color: #A25AFF;
  }
  .quick-links a:hover svg path[fill] {
    fill: #fff;
  }
  .quick-links a:hover svg path[stroke] {
    stroke: #fff;
  }
}
@media screen and (max-width: 860px) {
  .quick-links a {
    width: 108px;
    height: 40px;
    /* transition: background 0.3s, transform 0.5s; */
  }
  .quick-links a svg path {
    /* transition: all 0.3s; */
  }
  .quick-links a svg {
    width: 108px;
    height: 40px;
  }
  .quick-links a:hover {
    background-color: #A25AFF;
  }
  .quick-links a:hover svg path[fill] {
    fill: #fff;
  }
  .quick-links a:hover svg path[stroke] {
    stroke: #fff;
  }
}

.btn-to-page-top {
  width: 48px;
  height: 48px;
  background-image: url('./assets/images/btn_to_top.png');
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
@media screen and (max-width: 860px) {
  .btn-to-page-top {
    width: 48px;
    height: 48px;
    /* background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="23.5" transform="rotate(-90 24 24)" fill="white" stroke="%23DDDDDD"/><path d="M24.5714 35.4285L24.5714 13.1428M24.5714 13.1428L33.1429 21.7142M24.5714 13.1428L16 21.7142" stroke="%23333333" stroke-width="2"/></svg>'); */
  }
}

.float-area {
  transition: transform 0.5s;
}
.float-area.hide-top {
  transform: translateY(56px);
}
.hide-top .btn-to-page-top {
  opacity: 0;
  pointer-events: none;
}

.btn-main-menu-mobile {
  position: absolute;
  top: 23px;
  left: 12px;
  padding: 10px;
  z-index: 50;
}
.btn-main-menu-mobile::after {
  display: block;
  width: 18px;
  height: 8px;
  border: solid #fff;
  border-width: 2px 0;
  content: "";
}

.main-menu-mobile {
  display: none;
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #010101;
  z-index: 100;
  transform: translateX(-100%);
  transition: all 0.3s;
}
@media screen and (max-width: 860px) {
  .main-menu-mobile {
    display: block;
  }
}
.main-menu-mobile .main-menu-inner {
  height: calc(100% - 116px);
  overflow: hidden;
  overflow-y: auto;
}
.main-menu-mobile .main-gnb-mobile {
  padding: 50px 22px;
}
.main-menu-mobile .main-gnb-mobile ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.main-menu-mobile .main-gnb-mobile ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
/* .main-menu-mobile .main-gnb-mobile ul li:has(a[href*="category/press"]) {
  margin-top: 4px;
} */
/* .main-menu-mobile
  .main-gnb-mobile
  ul
  li:has(a[href*="category/press"])::before {
  display: block;
  width: 30px;
  border-top: 1px solid #999;
  margin-bottom: 28px;
  content: "";
} */
/* .main-menu-mobile .main-gnb-mobile ul li:has(a[href*="heritage"]) {
  margin-bottom: 4px;
}
.main-menu-mobile .main-gnb-mobile ul li:has(a[href*="heritage"])::after {
  display: block;
  width: 30px;
  border-bottom: 1px solid #999;
  margin-top: 28px;
  content: "";
} */
.main-menu-mobile .main-gnb-mobile a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
/* .main-menu-mobile .main-gnb-mobile .current-menu-item a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
} */
.main-menu-mobile .main-gnb-mobile .current-menu-item::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  border: 1px solid #fff;
  content: '';
}
.main-menu-mobile .main-gnb-mobile a[href*="fact"] {
  color: #a25aff;
}
.main-menu-mobile .main-gnb-mobile.fact-bg a[href*="fact"] {
  position: relative;
  z-index: 1;
}
.main-menu-mobile .main-gnb-mobile.fact-bg a[href*="fact"] {
  color: #fff;
}
.main-menu-mobile .main-gnb-mobile.fact-bg a[href*="fact"]::after {
  position: absolute;
  top: -4px;
  left: -8px;
  right: -8px;
  bottom: -4px;
  background-color: #a25aff;
  content: "";
  z-index: -1;
}
.main-menu-mobile .main-gnb-mobile .current-menu-item:has(a[href*="fact"])::after {
  bottom: -10px;
  left: -8px;
  right: -8px;
}
.main-menu-mobile .main-menu-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 22px;
}
.main-menu-mobile .main-menu-bottom .language-list {
  display: flex;
  gap: 16px;
}
.main-menu-mobile .main-menu-bottom .language-list li {
  display: flex;
}
.main-menu-mobile
  .main-menu-bottom
  .language-list
  li:not(:first-child)::before {
  height: 14px;
  border-left: 1px solid #999;
  margin-top: 1px;
  margin-right: 16px;
  content: "";
}
.main-menu-mobile .main-menu-bottom .language-list a {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.main-menu-mobile .main-menu-bottom .language-list .selected a {
  color: #fff;
  font-weight: 600;
}
.main-menu-mobile .btn-menu-close {
  position: absolute;
  top: -78px;
  right: 15px;
  background-color: #010101;
  padding: 5px;
  margin-top: 25px;
  z-index: 50;
  opacity: 0;
}
.main-menu-mobile .btn-menu-close::before {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L17 17" stroke="white" stroke-width="2"/><path d="M17 1L1 17" stroke="white" stroke-width="2"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (max-width: 860px) {
  body.menu-on {
    overflow: hidden;
  }
  body.menu-on .btn-top-search,
  body.menu-on .btn-main-menu-mobile {
    display: none !important;
  }
  body.menu-on .main-menu-mobile {
    transform: translateX(0%);
  }
  body.menu-on .main-menu-mobile .btn-menu-close {
    transition: opacity 0.3s;
    transition-delay: 0.2s;
    opacity: 1;
  }
  body.menu-on #header {
    background-color: #000;
  }
}

.main-search {
  display: none;
  position: absolute;
  top: 136px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 100px;
  z-index: 40;
}
.main-search .search-inner {
  max-width: 1176px;
  margin: 0 auto;
}
.main-search .search-box {
  display: flex;
  position: relative;
  border-bottom: 1px solid #111;
  padding-top: 72px;
}
.main-search .search-box input[type="search"] {
  width: 100%;
  color: #333;
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
  border: 0;
  outline: 0;
  padding: 20px 0;
  box-sizing: border-box;
}
.main-search .search-box input[type="search"]::-webkit-input-placeholder {
  color: #ddd;
}
.main-search .search-box input[type="search"]::-moz-placeholder {
  color: #ddd;
}
.main-search .search-box input[type="search"]::-ms-placeholder {
  color: #ddd;
}
.main-search .search-box input[type="search"]::-moz-placeholder {
  color: #ddd;
}
.main-search .search-box input[type="search"]::placeholder {
  color: #ddd;
}
.main-search .search-box .btn-search {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 92px;
  padding-left: 20px;
}
.main-search .search-box .btn-search::before {
  width: 36px;
  height: 34px;
  background: url("./assets/images/icon_main_search_pc.png") no-repeat;
  background-size: 36px 34px;
  content: "";
}
.main-search .search-tags {
  padding-top: 60px;
}
.main-search .search-tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.main-search .search-tags .tag-list a {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 6px 16px;
  transition: all 0.2s;
}
.main-search .search-tags .tag-list a:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1280px) {
  .main-search {
    top: 102px;
    padding-bottom: 80px;
  }
  .main-search .search-inner {
    max-width: 785px;
    margin: 0 auto;
  }
  .main-search .search-box {
    padding-top: 60px;
  }
  .main-search .search-box input[type="search"] {
    font-size: 28px;
    line-height: 38px;
    padding: 20px 0;
  }
  .main-search .search-box .btn-search {
    height: 78px;
  }
  .main-search .search-box .btn-search::before {
    width: 32px;
    height: 30px;
    background-image: url('data:image/svg+xml,<svg width="32" height="30" viewBox="0 0 32 30" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="13.2353" cy="13.2353" r="12.4853" stroke="%23333333" stroke-width="1.5"/><line x1="22.6338" y1="21.5749" x2="30.5286" y2="29.4697" stroke="%23333333" stroke-width="1.5"/></svg>');
    background-size: contain;
  }
  .main-search .search-tags {
    padding-top: 50px;
  }
  .main-search .search-tags .tag-list a {
    line-height: 1;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 860px) {
  .main-search {
    top: 78px;
    padding-bottom: 60px;
  }
  .main-search .search-inner {
    margin: 0 22px;
  }
  .main-search .search-box {
    padding-top: 48px;
  }
  .main-search .search-box input[type="search"] {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0;
  }
  .main-search .search-box .btn-search {
    height: 56px;
  }
  .main-search .search-box .btn-search::before {
    width: 26px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="26" height="24" viewBox="0 0 26 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10.7368" cy="10.7368" r="9.73684" stroke="%23333333" stroke-width="2"/><line x1="18.3913" y1="16.9771" x2="24.7071" y2="23.2929" stroke="%23333333" stroke-width="2"/></svg>');
  }
  .main-search .search-tags {
    padding-top: 40px;
  }
  .main-search .search-tags .tag-list {
    gap: 12px 8px;
  }
  .main-search .search-tags .tag-list a {
    font-size: 12px;
    padding: 8px 16px;
  }
}

.main-search-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 39;
}

@media screen and (max-width: 860px) {
  body.search-on {
    overflow: hidden;
  }
}
body.search-on #header {
  background-color: #000;
}
body.search-on .main-search {
  display: block;
  animation: searchVisible 0.3s forwards;
}
body.search-on .main-search-bg {
  display: block;
  animation: searchVisible 0.3s forwards;
}
body.search-on .header-right .btn-top-search {
  position: relative;
  background-image: none;
  transition: transform 0.3s;
}
body.search-on .header-right .btn-top-search::after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L21 21" stroke="white" stroke-width="2"/><path d="M21 1L1 21" stroke="white" stroke-width="2"/></svg>');
  content: "";
}
@media screen and (min-width: 1280px) {
  body.search-on .header-right .btn-top-search:hover {
    transform: rotate(180deg);
  }
}
body.search-on .btn-main-menu-mobile::after {
  border-color: #111;
}
@keyframes searchVisible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1280px) {
  body.search-on .header-right .btn-top-search::after {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L15 15M15 1L1 15" stroke="white" stroke-width="1.5"/></svg>');
    background-size: contain;
  }
}
@media screen and (max-width: 860px) {
  body.search-on .header-right .btn-top-search {
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_415_1262)"><path d="M0 0L16 16" stroke="white" stroke-width="2"/><path d="M16 1.90735e-06L2.54292e-07 16" stroke="white" stroke-width="2"/></g><defs><clipPath id="clip0_415_1262"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
    margin-top: -1px;
  }
  body.search-on .header-right .btn-top-search::after {
    display: none;
  }
}

.sec-bottom-contents {
  position: relative;
  background-color: #f9f9f9;
  padding: 160px 0 200px;
}
@media screen and (max-width: 1280px) {
  .sec-bottom-contents {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 860px) {
  .sec-bottom-contents {
    padding: 50px 0 120px;
  }
}
.sec-bottom-contents .sec-title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .sec-bottom-contents .sec-title {
    font-size: 44px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 860px) {
  .sec-bottom-contents .sec-title {
    font-size: 28px;
  }
}
.sec-bottom-contents .btn-bottom {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.sec-bottom-contents .btn-bottom .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 576px;
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  border-radius: 100px;
  background-color: #000;
}
@media screen and (max-width: 1280px) {
  .sec-bottom-contents .btn-bottom {
    margin-top: 100px;
  }
  .sec-bottom-contents .btn-bottom .btn-link {
    width: 464px;
    height: 70px;
    font-size: 22px;
  }
}
@media screen and (max-width: 860px) {
  .sec-bottom-contents .btn-bottom {
    margin-top: 60px;
  }
  .sec-bottom-contents .btn-bottom .btn-link {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }
}
.sec-bottom-contents .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.sec-bottom-contents .item-list > li {
  width: calc(25% - 18px);
}
.sec-bottom-contents .item-list .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
}
.sec-bottom-contents .item-list .item .item-link {
  display: block;
}
.sec-bottom-contents .item-list .item .thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 426/240;
  background-color: #ddd;
}
.sec-bottom-contents .item-list .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-bottom-contents .item-list .item .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-bottom-contents .item-list .item .thumb .icon-play {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .sec-bottom-contents .item-list .item .thumb .icon-play {
    top: 11px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="16" cy="16" r="16" fill="black"/><path d="M23.1113 16L12.4447 22.1584L12.4447 9.84162L23.1113 16Z" fill="white"/></svg>');
  }
}
@media screen and (max-width: 860px) {
  .sec-bottom-contents .item-list .item .thumb .icon-play {
    top: 10px;
    width: 36px;
    height: 36px;
    background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  }
}
.sec-bottom-contents .item-list .item .thumb:has(video) {
  background-color: #000;
}
.sec-bottom-contents .item-list .item .title {
  height: 114px;
  color: #111;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.01em;
  padding: 30px 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sec-bottom-contents .item-list .item .date {
  color: #aaa;
  font-size: 13px;
  line-height: 1;
  padding: 0 30px 30px;
  margin-top: 84px;
  font-family: "Poppins", sans-serif;
}
.sec-bottom-contents .item-list .item .category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  position: absolute;
  bottom: 87px;
  left: 30px;
}
.sec-bottom-contents .item-list .item .category a {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #999;
  border-radius: 100px;
  padding: 5px 11px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1280px) {
  .sec-bottom-contents .item-list .item .category a:hover {
    color: #fff;
    background-color: #999;
  }
}
.sec-bottom-contents .item-list .item .tags {
  display: flex;
  position: absolute;
  bottom: 57px;
  left: 30px;
  gap: 12px;
  margin-top: 14px;
  overflow: hidden;
  flex-wrap: wrap;
  height: 16px;
  right: 30px;
}
.sec-bottom-contents .item-list .item .tags a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1;
}
.sec-bottom-contents .item-list .item .tags a::before {
  content: "#";
}
@media screen and (min-width: 1280px) {
  .sec-bottom-contents .item-list .item .thumb img {
    transition: transform 0.3s;
  }
  .sec-bottom-contents .item-list .item .title .text-inner {
    background-image: linear-gradient(
      to top,
      #555 0,
      #555 1px,
      transparent 1px
    );
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0;
    transition: background 0.5s;
  }
  .sec-bottom-contents .item-list .item:hover .thumb img {
    transform: scale(1.06);
  }
  .sec-bottom-contents .item-list .item:hover .title .text-inner {
    background-size: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .sec-bottom-contents .item-list {
    gap: 50px 16px;
  }
  .sec-bottom-contents .item-list > li {
    width: calc(50% - 8px);
  }
  .sec-bottom-contents .item-list .item .title {
    height: 52px;
    font-size: 18px;
    line-height: 26px;
    padding: 24px 24px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  .sec-bottom-contents .item-list .item .date {
    font-size: 12px;
    padding: 0 24px 24px;
    margin-top: 72px;
  }
  .sec-bottom-contents .item-list .item .category {
    bottom: 73px;
    left: 24px;
  }
  .sec-bottom-contents .item-list .item .category a {
    color: #999;
    font-size: 11px;
    line-height: 1;
  }
  .sec-bottom-contents .item-list .item .tags {
    bottom: 48px;
    left: 24px;
    gap: 8px;
    margin-top: 12px;
    height: 13px;
  }
  .sec-bottom-contents .item-list .item .tags li {
    flex-shrink: 0;
  }
  .sec-bottom-contents .item-list .item .tags a {
    font-size: 13px;
  }
}
@media screen and (max-width: 860px) {
  .sec-bottom-contents .item-list {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .sec-bottom-contents .item-list {
    display: none;
  }
  .sec-bottom-contents .contents-swiper {
    padding-bottom: 1px;
    --swiper-scrollbar-bottom: 0;
    --swiper-scrollbar-size: 1px;
    --swiper-scrollbar-border-radius: 0;
    --swiper-scrollbar-bg-color: #ccc;
    --swiper-scrollbar-drag-bg-color: #333;
    --swiper-scrollbar-sides-offset: 22px;
  }
  .sec-bottom-contents .contents-swiper .swiper-wrapper {
    display: flex;
    padding-left: 22px;
  }
  .sec-bottom-contents .contents-swiper .swiper-slide {
    width: 285px;
    padding-bottom: 40px;
  }
  .sec-bottom-contents .item {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
  }
  .sec-bottom-contents .item .item-link {
    display: block;
  }
  .sec-bottom-contents .item .thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 285/160;
    background-color: #ddd;
  }
  .sec-bottom-contents .item .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec-bottom-contents .item .thumb video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec-bottom-contents .item .thumb .icon-play {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 860px) and (max-width: 1280px) {
  .sec-bottom-contents .item .thumb .icon-play {
    top: 11px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="16" cy="16" r="16" fill="black"/><path d="M23.1113 16L12.4447 22.1584L12.4447 9.84162L23.1113 16Z" fill="white"/></svg>');
  }
}
@media screen and (max-width: 860px) and (max-width: 860px) {
  .sec-bottom-contents .item .thumb .icon-play {
    top: 10px;
    width: 36px;
    height: 36px;
    background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  }
}
@media screen and (max-width: 860px) {
  .sec-bottom-contents .item .thumb:has(video) {
    background-color: #000;
  }
  .sec-bottom-contents .item .title {
    height: 84px;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.01em;
    padding: 20px 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  .sec-bottom-contents .item .date {
    color: #aaa;
    font-size: 12px;
    line-height: 1;
    padding: 0 20px 20px;
    margin-top: 73px;
    font-family: "Poppins", sans-serif;
  }
  .sec-bottom-contents .item .category {
    display: flex;
    position: absolute;
    bottom: 70px;
    left: 20px;
  }
  .sec-bottom-contents .item .category a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23px;
    color: #777;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #777;
    border-radius: 99px;
    padding: 0 11px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  .sec-bottom-contents .item .tags {
    display: flex;
    position: absolute;
    bottom: 44px;
    left: 20px;
    gap: 6px;
    overflow: hidden;
    flex-wrap: wrap;
    height: 15px;
    right: 20px;
  }
  .sec-bottom-contents .item .tags a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1;
  }
  .sec-bottom-contents .item .tags a::before {
    content: "#";
  }
}

.sec-error {
  text-align: center;
  padding: 120px 0 200px;
}
.sec-error .icon {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 60px;
}
.sec-error .sec-title {
  color: #999;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
}
.sec-error .sec-description {
  color: #aaa;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1280px) {
  .sec-error {
    padding: 100px 0 160px;
  }
  .sec-error .icon {
    margin-bottom: 50px;
  }
  .sec-error .sec-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .sec-error .sec-description {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 860px) {
  .sec-error {
    padding: 80px 0;
  }
  .sec-error .icon {
    margin-bottom: 60px;
  }
  .sec-error .sec-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .sec-error .sec-description {
    font-size: 17px;
    line-height: 26px;
  }
}

.home-main-banner {
  height: 936px;
  overflow: hidden;
}
.home-main-banner .home-main-banner-swiper {
  height: 100%;
}
.home-main-banner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-main-banner .banner-item-bg {
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  filter: blur(10px);
}
.home-main-banner .banner-item-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  content: '';
}
.home-main-banner .banner-item {
  position: relative;
  max-width: min(1476px, calc(100vw - 144px));
  width: 100%;
  height: 620px;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 76px;
  z-index: 5;
  box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
}
.home-main-banner .banner-text {
  position: absolute;
  top: 370px;
  left: 50%;
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  line-height: 100px;
  width: 1165px;
  margin-left: -583px;
  font-family: "Poppins", sans-serif;
}
.home-main-banner .banner-image {
  height: 100%;
  text-align: center;
  background-color: #010101;
}
.home-main-banner .banner-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 69.51%);
  content: '';
  z-index: 5;
}
.home-main-banner .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1281px) {
  .home-main-banner .banner-item .banner-image img {
    transition: transform 0.5s;
  }
  .home-main-banner .banner-item:hover .banner-image img {
    transform: scale(1.02);
  }
}
.home-main-banner .banner-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-main-banner .slide-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-inline: 60px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 10;
}
.home-main-banner .slide-content .content-inner {
  width: 100%;
  padding-bottom: 122px;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
}
.home-main-banner .slide-content .content-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.home-main-banner .slide-content .content-info .category {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.home-main-banner .slide-content .content-info .date {
  font-size: 16px;
  line-height: 1;
  opacity: 0.75;
}
.home-main-banner .slide-content .content-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.01em;
  overflow: hidden;
  max-height: calc(64px * 3);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.home-main-banner .slide-content .content-tags {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.home-main-banner .slide-content .content-tags a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  background-color: #fff;
  padding-inline: 12px;
  pointer-events: auto;
}
.home-main-banner .slide-content .content-tags a::before {
  content: '#';
}
.home-main-banner .btn-link-post {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 164px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  margin-top: 48px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.home-main-banner .btn-link-post svg {
  width: 18px;
  height: 12px;
  margin-right: -7px;
}
.home-main-banner .btn-link-post svg path {
  transition: all 0.3s;
}

.home-main-banner .swiper-slide .slide-content .content-info .category,
.home-main-banner .swiper-slide .slide-content .content-info .date,
.home-main-banner .swiper-slide .slide-content .content-title,
.home-main-banner .swiper-slide .slide-content .content-tags,
.home-main-banner .swiper-slide .slide-content .content-tags a,
.home-main-banner .swiper-slide .btn-link-post {
  pointer-events: none;
}
.home-main-banner .swiper-slide-active.swiper-slide-fully-visible .slide-content .content-info .category,
.home-main-banner .swiper-slide-active.swiper-slide-fully-visible .slide-content .content-info .date,
.home-main-banner .swiper-slide-active.swiper-slide-fully-visible .slide-content .content-title,
.home-main-banner .swiper-slide-active.swiper-slide-fully-visible .slide-content .content-tags,
.home-main-banner .swiper-slide-active.swiper-slide-fully-visible .slide-content .content-tags a,
.home-main-banner .swiper-slide-active.swiper-slide-fully-visible .btn-link-post {
  pointer-events: auto;
}

.home-main-banner .custom-pagination {
  display: flex;
  align-items: flex-end;
  height: 0;
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: min(1476px, calc(100vw - 144px));
  bottom: 170px;
  padding-inline: 60px;
  z-index: 1111;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.home-main-banner .custom-pagination-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 1476px;
  width: 100%;
  margin: 0 auto;
}
.home-main-banner .custom-pagination .swiper-pagination {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  position: static;
  width: auto;
  padding: 2px 0;
}
.home-main-banner .custom-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 !important;
  opacity: 0.2;
  /* transition: opacity 0.5s; */
}
.home-main-banner .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.home-main-banner .custom-pagination .btn-toggle-autoplay {
  flex-shrink: 0;
  width: 12px;
  height: 14px;
  opacity: 0.2;
  background-image: url('data:image/svg+xml,<svg width="10" height="14" viewBox="0 0 10 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 14L10 7L0 0V14Z" fill="white"/></svg>');
  background-size: auto 14px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  transition: opacity 0.5s;
}
.home-main-banner .custom-pagination .btn-toggle-autoplay[data-slide-autoplay="true"] {
  background-image: url('data:image/svg+xml,<svg width="12" height="14" viewBox="0 0 12 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="4" height="14" fill="white"/><rect x="8" width="4" height="14" fill="white"/></svg>');
}
@media screen and (min-width: 1281px) {
  .home-main-banner .custom-pagination .btn-toggle-autoplay:hover {
    opacity: 1;
  }
  .home-main-banner .btn-link-post:hover {
    color: #000;
    background-color: #fff;
  }
  .home-main-banner .btn-link-post:hover svg path {
    stroke: #000;
  }
}
@media screen and (max-width: 1280px) {
  .home-main-banner {
    height: 684px;
  }
  .home-main-banner .banner-item {
    height: 500px;
  }
  .home-main-banner .banner-text {
    top: 191px;
    font-size: 48px;
    line-height: 60px;
    width: 784px;
    margin-left: -392px;
  }
  .home-main-banner .slide-content {
    height: 300px;
    padding-inline: 40px;
  }
  .home-main-banner .slide-content .content-inner {
    padding-bottom: 67px;
  }
  .home-main-banner .slide-content .content-info {
    gap: 14px;
    margin-bottom: 8px;
  }
  .home-main-banner .slide-content .content-info .category {
    font-size: 14px;
  }
  .home-main-banner .slide-content .content-info .date {
    font-size: 14px;
  }
  .home-main-banner .slide-content .content-title {
    font-size: 36px;
    line-height: 48px;
    max-height: calc(48px * 3);
  }
  .home-main-banner .custom-pagination {
    bottom: 76px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 860px) {
  .home-main-banner {
    height: 100vh;
    height: 100svh;
  }
  .home-main-banner .banner-item {
    max-width: calc(100% - 44px);
    height: calc(100% - 146px);
    border-radius: 10px;
    margin-top: 66px;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
  }
  .home-main-banner .banner-image::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%);
  }
  .home-main-banner .banner-text {
    top: 50%;
    left: 30px;
    right: 30px;
    font-size: 44px;
    line-height: 54px;
    width: auto;
    margin: 0;
    transform: translateY(-50%);
  }
  .home-main-banner .slide-content {
    height: auto;
    padding-inline: 20px;
  }
  .home-main-banner .slide-content .content-inner {
    padding-bottom: 86px;
  }
  .home-main-banner .slide-content .content-info {
    gap: 14px;
    margin-bottom: 16px;
  }
  .home-main-banner .slide-content .content-info .category {
    font-size: 14px;
  }
  .home-main-banner .slide-content .content-info .date {
    font-size: 14px;
  }
  .home-main-banner .slide-content .content-title {
    font-size: 24px;
    line-height: 32px;
    max-height: calc(32px * 5);
    -webkit-line-clamp: 5;
  }
  .home-main-banner .slide-content .content-title br {
    display: none;
  }
  .home-main-banner .custom-pagination-inner {
    gap: 15px;
  }
  .home-main-banner .slide-content .content-tags {
    display: none;
  }
  .home-main-banner .btn-link-post {
    margin-top: 24px;
  }
  .home-main-banner .custom-pagination {
    bottom: 72px;
    padding-inline: 0;
    max-width: calc(100% - 84px);
  }
}

.home-new-contents {
  background-color: #26262c;
  padding: 160px 0;
}
.home-new-contents .sec-title {
  height: 72px;
  color: #fff;
  font-size: 72px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
}
.home-new-contents .tab-keyword {
  padding-bottom: 7px;
  margin-top: 48px;
}
.home-new-contents .tab-keyword ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.home-new-contents .tab-keyword li {
  max-height: 16px;
}
.home-new-contents .tab-keyword a {
  display: block;
  position: relative;
  height: 16px;
  overflow: hidden;
  color: #999;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 7px;
}
.home-new-contents .tab-keyword a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  border-top: 1px solid #fff;
  transition: width 0.3s;
  content: "";
}
.home-new-contents .tab-keyword a[aria-selected="true"] {
  color: #fff;
  font-weight: 700;
}
.home-new-contents .tab-keyword a[aria-selected="true"]::after {
  width: 100%;
}
.home-new-contents .tab-keyword a span {
  display: none;
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .home-new-contents .tab-keyword a:hover {
    color: #fff;
  }
  .home-new-contents .tab-keyword a:hover::after {
    width: 100%;
  }
  .home-new-contents .tab-keyword a:hover span {
    display: block;
    animation: textUpHome1 0.3s;
  }
  @keyframes textUpHome1 {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -24px;
    }
  }
}
.home-new-contents .list-wrap {
  margin-top: 100px;
}
.home-new-contents .list-wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 24px;
}
.home-new-contents .list-wrap .list > li {
  width: calc(25% - 18px);
}
.home-new-contents .list-wrap .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #383838;
}
.home-new-contents .list-wrap .item .item-link {
  display: block;
}
.home-new-contents .list-wrap .item .thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 426/240;
}
.home-new-contents .list-wrap .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-new-contents .list-wrap .item .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-new-contents .list-wrap .item .thumb .icon-play {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .home-new-contents .list-wrap .item .thumb .icon-play {
    top: 11px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="16" cy="16" r="16" fill="black"/><path d="M23.1113 16L12.4447 22.1584L12.4447 9.84162L23.1113 16Z" fill="white"/></svg>');
  }
}
@media screen and (max-width: 860px) {
  .home-new-contents .list-wrap .item .thumb .icon-play {
    top: 10px;
    width: 36px;
    height: 36px;
    background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  }
}
.home-new-contents .list-wrap .item .thumb:has(video) {
  background-color: #000;
}
.home-new-contents .list-wrap .item .title {
  height: 114px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.01em;
  padding: 30px 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.home-new-contents .list-wrap .item .date {
  color: #666;
  font-size: 13px;
  line-height: 1;
  padding: 0 30px 30px;
  margin-top: 84px;
  font-family: "Poppins", sans-serif;
}
.home-new-contents .list-wrap .item .category {
  display: flex;
  gap: 6px;
  position: absolute;
  bottom: 87px;
  left: 30px;
}
.home-new-contents .list-wrap .item .category a {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #999;
  border-radius: 100px;
  padding: 5px 11px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.home-new-contents .list-wrap .item .tags {
  display: flex;
  position: absolute;
  bottom: 54px;
  left: 30px;
  gap: 12px;
  margin-top: 14px;
  overflow: hidden;
  right: 30px;
  flex-wrap: wrap;
  height: 19px;
}
.home-new-contents .list-wrap .item .tags li {
  flex-shrink: 0;
}
.home-new-contents .list-wrap .item .tags a {
  display: block;
  color: #ccc;
  font-size: 16px;
  line-height: 1;
}
.home-new-contents .list-wrap .item .tags a::before {
  content: "#";
}
@media screen and (min-width: 1280px) {
  .home-new-contents .list-wrap .item .thumb img {
    transition: transform 0.3s;
  }
  .home-new-contents .list-wrap .item .title .text-inner {
    background-image: linear-gradient(
      to top,
      #999 0,
      #999 1px,
      transparent 1px
    );
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0;
    transition: background 0.5s;
  }
  .home-new-contents .list-wrap .item:hover .thumb img {
    transform: scale(1.06);
  }
  .home-new-contents .list-wrap .item:hover .title .text-inner {
    background-size: 100%;
  }
}
.home-new-contents .list-wrap .list-bottom {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.home-new-contents .list-wrap .list-bottom .link-more {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}
.home-new-contents .list-wrap .list-bottom .link-more .icon {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.home-new-contents .list-wrap .list-bottom .link-more .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-top: -1px;
  margin-left: -10px;
  content: "";
  transition: all 0.3s;
}
.home-new-contents .list-wrap .list-bottom .link-more .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #fff;
  margin-top: -10px;
  margin-left: -1px;
  content: "";
  transition: all 0.3s;
}
.home-new-contents .list-wrap .list-bottom .link-more .text {
  max-height: 20px;
  overflow: hidden;
}
.home-new-contents .list-wrap .list-bottom .link-more .text span {
  display: none;
  margin-bottom: 5px;
}
@media screen and (min-width: 1280px) {
  .home-new-contents .list-wrap .list-bottom .link-more:hover .icon {
    background-color: #fff;
    transform: rotate(180deg);
  }
  .home-new-contents .list-wrap .list-bottom .link-more:hover .icon::before {
    background-color: #333;
  }
  .home-new-contents .list-wrap .list-bottom .link-more:hover .icon::after {
    background-color: #333;
  }
  .home-new-contents .list-wrap .list-bottom .link-more:hover .text span {
    display: block;
    animation: textUpHomeBtn1 0.3s;
  }
  @keyframes textUpHomeBtn1 {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -25px;
    }
  }
}
@media screen and (max-width: 1280px) {
  .home-new-contents {
    padding: 100px 0;
  }
  .home-new-contents .sec-title {
    height: 48px;
    font-size: 48px;
  }
  .home-new-contents .tab-keyword {
    margin-top: 24px;
  }
  .home-new-contents .tab-keyword ul {
    gap: 28px;
  }
  .home-new-contents .tab-keyword a {
    height: 14px;
    font-size: 14px;
  }
  .home-new-contents .list-wrap {
    margin-top: 60px;
  }
  .home-new-contents .list-wrap .list {
    gap: 60px 16px;
  }
  .home-new-contents .list-wrap .list > li {
    width: calc(33.33% - 11px);
  }
  .home-new-contents .list-wrap .item .title {
    height: 52px;
    font-size: 18px;
    line-height: 26px;
    padding: 24px 24px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  .home-new-contents .list-wrap .item .date {
    font-size: 12px;
    padding: 0 24px 24px;
    margin-top: 72px;
  }
  .home-new-contents .list-wrap .item .category {
    bottom: 73px;
    left: 24px;
  }
  .home-new-contents .list-wrap .item .category a {
    font-size: 11px;
  }
  .home-new-contents .list-wrap .item .tags {
    bottom: 45px;
    left: 24px;
    gap: 8px;
    margin-top: 12px;
    right: 24px;
    height: 16px;
  }
  .home-new-contents .list-wrap .item .tags a {
    font-size: 13px;
  }
  .home-new-contents .list-wrap .list-bottom {
    margin-top: 60px;
  }
  .home-new-contents .list-wrap .list-bottom .link-more {
    gap: 10px;
    font-size: 16px;
  }
  .home-new-contents .list-wrap .list-bottom .link-more .icon {
    width: 28px;
    height: 28px;
  }
  .home-new-contents .list-wrap .list-bottom .link-more .icon::before {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px;
  }
  .home-new-contents .list-wrap .list-bottom .link-more .icon::after {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    margin-left: -1px;
  }
}
@media screen and (max-width: 860px) {
  .home-new-contents {
    padding: 80px 0;
  }
  .home-new-contents .inner {
    margin: 0 12px;
  }
  .home-new-contents .sec-title {
    height: 32px;
    font-size: 32px;
  }
  .home-new-contents .tab-keyword {
    margin-top: 30px;
  }
  .home-new-contents .tab-keyword ul {
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  .home-new-contents .tab-keyword ul li {
    flex-shrink: 0;
  }
  .home-new-contents .list-wrap {
    margin-top: 50px;
  }
  .home-new-contents .list-wrap .list {
    flex-direction: column;
    gap: 40px;
  }
  .home-new-contents .list-wrap .list > li {
    width: 100%;
  }
  .home-new-contents .list-wrap .item .title {
    max-height: 56px;
    height: auto;
    line-height: 28px;
  }
  .home-new-contents .list-wrap .item .date {
    margin-top: 75px;
  }
  .home-new-contents .list-wrap .item .category {
    bottom: 75px;
  }
  .home-new-contents .list-wrap .item .tags {
    bottom: 46px;
    height: 17px;
  }
  .home-new-contents .list-wrap .item .tags a {
    font-size: 14px;
  }
  .home-new-contents .list-wrap .list-bottom {
    margin-top: 40px;
  }
  .home-new-contents .list-wrap .list-bottom .link-more {
    gap: 12px;
  }
  .home-new-contents .list-wrap .list-bottom .link-more .icon {
    width: 23px;
    height: 23px;
  }
  .home-new-contents .list-wrap .list-bottom .link-more .icon::before {
    width: 11px;
    height: 1px;
    top: 10px;
    margin-top: 0;
    left: 5px;
    margin-left: 0;
  }
  .home-new-contents .list-wrap .list-bottom .link-more .icon::after {
    width: 1px;
    height: 11px;
    top: 5px;
    margin-top: 0;
    left: 10px;
    margin-left: 0;
  }
}

.home-series-contents {
  background-color: #202024;
  padding: 160px 0 200px;
}
.home-series-contents .sec-title {
  height: 72px;
  color: #fff;
  font-size: 72px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
}
.home-series-contents .series-container {
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: -2px;
}
.home-series-contents .series-item {
  display: flex;
  flex-wrap: wrap;
  width: 876px;
  padding-bottom: 60px;
}
.home-series-contents .series-item .item-link {
  position: relative;
  width: 100%;
  color: #fff;
  padding-bottom: 44px;
  margin-bottom: -24px;
}
.home-series-contents .series-item .thumb {
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 876/492;
  position: relative;
}
.home-series-contents .series-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-series-contents .series-item .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-series-contents .series-item .thumb .icon-play {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .home-series-contents .series-item .thumb .icon-play {
    top: 11px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="16" cy="16" r="16" fill="black"/><path d="M23.1113 16L12.4447 22.1584L12.4447 9.84162L23.1113 16Z" fill="white"/></svg>');
  }
}
@media screen and (max-width: 860px) {
  .home-series-contents .series-item .thumb .icon-play {
    top: 10px;
    width: 36px;
    height: 36px;
    background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  }
}
.home-series-contents .series-item .thumb:has(video) {
  background-color: #000;
}
.home-series-contents .series-item .title {
  max-height: 84px;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.01em;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.home-series-contents .series-item .category {
  display: flex;
  position: relative;
  z-index: 1;
}
.home-series-contents .series-item .category a {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #999;
  border-radius: 100px;
  padding: 5px 11px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.home-series-contents .series-item .date {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 0;
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1280px) {
  .home-series-contents .series-item .thumb img {
    transition: transform 0.3s;
  }
  .home-series-contents .series-item .title .text-inner {
    background-image: linear-gradient(
      to top,
      #999 0,
      #999 1px,
      transparent 1px
    );
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0;
    transition: background 0.5s;
  }
  .home-series-contents .series-item:hover .thumb img {
    transform: scale(1.06);
  }
  .home-series-contents .series-item:hover .title .text-inner {
    background-size: 100%;
  }
}
.home-series-contents .btn-series-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 126px;
  height: 492px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-right: 72px;
}
.home-series-contents .btn-series-more .icon {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.home-series-contents .btn-series-more .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-top: -1px;
  margin-left: -10px;
  content: "";
  transition: all 0.3s;
}
.home-series-contents .btn-series-more .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #fff;
  margin-top: -10px;
  margin-left: -1px;
  content: "";
  transition: all 0.3s;
}
.home-series-contents .btn-series-more .text {
  max-height: 20px;
  overflow: hidden;
}
.home-series-contents .btn-series-more .text span {
  display: none;
  margin-bottom: 5px;
}
@media screen and (min-width: 1280px) {
  .home-series-contents .btn-series-more:hover .icon {
    background-color: #fff;
    transform: rotate(180deg);
  }
  .home-series-contents .btn-series-more:hover .icon::before {
    background-color: #333;
  }
  .home-series-contents .btn-series-more:hover .icon::after {
    background-color: #333;
  }
  .home-series-contents .btn-series-more:hover .text span {
    display: block;
    animation: textUpHomeBtn2 0.3s;
  }
  @keyframes textUpHomeBtn2 {
    0% {
      margin-top: 0;
    }
    100% {
      margin-top: -25px;
    }
  }
}
.home-series-contents .btn-nav {
  position: absolute;
  top: 214px;
  width: 64px;
  height: 64px;
  background-image: url('data:image/svg+xml,<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="32" cy="32" r="32" fill="white"/><path d="M28 44L40 32L28 20" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  z-index: 10;
}
.home-series-contents .btn-nav.prev {
  left: 72px;
  transform: rotateY(180deg);
}
.home-series-contents .btn-nav.next {
  right: 72px;
}
@media screen and (max-width: 1280px) {
  .home-series-contents .btn-nav {
    top: 108px;
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="25" cy="25" r="25" fill="white"/><path d="M21.875 34.375L31.25 25L21.875 15.625" stroke="%23333333" stroke-width="2" stroke-linecap="square"/></svg>');
  }
  .home-series-contents .btn-nav.prev {
    left: 40px;
  }
  .home-series-contents .btn-nav.next {
    right: 40px;
  }
}
@media screen and (max-width: 860px) {
  .home-series-contents .btn-nav {
    top: 60px;
  }
  .home-series-contents .btn-nav.prev {
    left: 12px;
  }
  .home-series-contents .btn-nav.next {
    right: 12px;
  }
}
.home-series-contents .swiper {
  padding-bottom: 1px;
  --swiper-scrollbar-sides-offset: 72px;
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-size: 5px;
  --swiper-scrollbar-border-radius: 0;
  --swiper-scrollbar-bg-color: #555;
  --swiper-scrollbar-drag-bg-color: #999;
}
@media screen and (min-width: 1280px) {
  .home-series-contents .swiper .swiper-scrollbar-drag {
    transition: background 0.3s;
  }
  .home-series-contents .swiper .swiper-scrollbar-drag:hover {
    background-color: #fff;
  }
}
.home-series-contents .swiper .swiper-scrollbar {
  box-shadow: inset 0 2px #202024, inset 0 -2px #202024;
  margin: -2px 0 0;
}
.home-series-contents .swiper .swiper-scrollbar-drag {
  box-shadow: inset 0 2px #202024, inset 0 -2px #202024;
}
.home-series-contents .swiper-wrapper {
  display: flex;
  padding-left: 72px;
}
.home-series-contents .swiper-wrapper .swiper-slide {
  width: auto;
  margin-right: 24px;
}
.home-series-contents .swiper-wrapper[style*="translate3d(0px"] ~ .btn-nav.prev,
.home-series-contents
  .swiper-wrapper:not([style*="translate3d"])
  ~ .btn-nav.prev {
  display: none;
}
@media screen and (max-width: 1280px) {
  .home-series-contents {
    padding: 100px 0 160px;
  }
  .home-series-contents .sec-title {
    height: 48px;
    font-size: 48px;
  }
  .home-series-contents .series-container {
    margin-top: 60px;
  }
  .home-series-contents .series-item {
    width: 464px;
    padding-bottom: 40px;
  }
  .home-series-contents .series-item .item-link {
    padding-bottom: 38px;
    margin-bottom: -22px;
  }
  .home-series-contents .series-item .thumb {
    border-radius: 5px;
  }
  .home-series-contents .series-item .title {
    max-height: 52px;
    font-size: 20px;
    line-height: 26px;
    margin-top: 24px;
  }
  .home-series-contents .series-item .category a {
    font-size: 10px;
  }
  .home-series-contents .series-item .date {
    font-size: 11px;
    line-height: 12px;
    padding: 5px 0;
    margin-left: 8px;
  }
  .home-series-contents .btn-series-more {
    gap: 10px;
    width: 87px;
    height: 415px;
    font-size: 16px;
    margin-right: 40px;
  }
  .home-series-contents .btn-series-more .icon {
    width: 28px;
    height: 28px;
  }
  .home-series-contents .btn-series-more .icon::before {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px;
  }
  .home-series-contents .btn-series-more .icon::after {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    margin-left: -1px;
  }
  .home-series-contents .swiper {
    --swiper-scrollbar-sides-offset: 40px;
  }
  .home-series-contents .swiper-wrapper {
    display: flex;
    padding-left: 40px;
  }
  .home-series-contents .swiper-wrapper .swiper-slide {
    width: auto;
    margin-right: 16px;
  }
}
@media screen and (max-width: 860px) {
  .home-series-contents {
    padding: 80px 0 120px;
  }
  .home-series-contents .sec-title {
    height: 32px;
    font-size: 32px;
  }
  .home-series-contents .series-container {
    margin-top: 50px;
  }
  .home-series-contents .series-item {
    width: 302px;
  }
  .home-series-contents .series-item .item-link {
    padding-bottom: 39px;
    margin-bottom: -23px;
  }
  .home-series-contents .series-item .thumb {
    border-radius: 6px;
  }
  .home-series-contents .series-item .title {
    max-height: 90px;
    line-height: 30px;
    margin-top: 20px;
    -webkit-line-clamp: 3;
  }
  .home-series-contents .series-item .category a {
    font-size: 11px;
  }
  .home-series-contents .series-item .date {
    font-size: 12px;
    line-height: 13px;
    padding: 5px 0;
  }
  .home-series-contents .btn-series-more {
    gap: 8px;
    width: 48px;
    height: 170px;
    margin-right: 0;
  }
  .home-series-contents .btn-series-more .icon {
    width: 27px;
    height: 27px;
  }
  .home-series-contents .btn-series-more .icon::before {
    width: 13px;
    height: 1px;
    top: 12px;
    margin-top: 0;
    left: 6px;
    margin-left: 0;
  }
  .home-series-contents .btn-series-more .icon::after {
    width: 1px;
    height: 13px;
    top: 6px;
    margin-top: 0;
    left: 12px;
    margin-left: 0;
  }
  .home-series-contents .btn-series-more .text {
    max-height: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
  }
  .home-series-contents .swiper {
    --swiper-scrollbar-sides-offset: 12px;
  }
  .home-series-contents .swiper-wrapper {
    display: flex;
    padding-left: 12px;
  }
  .home-series-contents .swiper-wrapper .swiper-slide {
    width: auto;
    margin-right: 16px;
  }
}

.logo-play-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #202024;
  z-index: 105;
  transition: 1s opacity;
}
.logo-play-wrap i {
  position: fixed;
  top: calc(50% - 50px);
  left: 50%;
  margin: 0 0 0 -420px;
  width: 840px;
  height: 100px;
  overflow: hidden;
  background: url("./assets/images/logo_2.png") no-repeat;
  background-position-x: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100px, 0 100px);
  clip-path: polygon(0 0, 0 0, 0 100px, 0 100px);
  transition: 2s top, 1s -webkit-clip-path;
  transition: 1s clip-path, 2s top;
  transition: 1s clip-path, 2s top, 1s -webkit-clip-path;
  transform: scale(0.462);
}
@media screen and (max-width: 1280px) {
  .logo-play-wrap i {
    transform: scale(0.338);
  }
}
.logo-step-1 .logo-play-wrap i {
  -webkit-clip-path: polygon(0 0, 840px 0, 840px 100px, 0 100px);
  clip-path: polygon(0 0, 840px 0, 840px 100px, 0 100px);
}
.logo-step-2 .logo-play-wrap i {
  animation: logo 0.6s steps(10) forwards;
}
@keyframes logo {
  100% {
    background-position: 0 100%;
  }
}
.logo-step-3 .logo-play-wrap i {
  top: -3px;
}
@media screen and (max-width: 1280px) {
  .logo-step-3 .logo-play-wrap i {
    top: -14px;
  }
}
@media screen and (max-width: 860px) {
  .logo-step-3 .logo-play-wrap i {
    top: -11px;
  }
}
.logo-step-end .logo-play-wrap {
  opacity: 0;
}

@media screen and (max-width: 860px) {
  body.logo-step-1 {
    overflow: hidden;
  }
}

.archive-header {
  padding: 100px 0 80px;
}
.archive-header .archive-title {
  color: #000;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.archive-header .tab-keyword {
  margin-top: 32px;
}
.archive-header .tab-keyword ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.archive-header .tab-keyword a {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 6px 16px;
  transition: all 0.2s;
}
.archive-header .tab-keyword a[aria-selected="true"] {
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 1280px) {
  .archive-header .tab-keyword a:hover {
    color: #fff;
    background-color: #000;
  }
}
@media screen and (max-width: 1280px) {
  .archive-header {
    padding: 80px 0 60px;
  }
  .archive-header .archive-title {
    font-size: 44px;
  }
  .archive-header .tab-keyword {
    margin-top: 28px;
  }
  .archive-header .tab-keyword a {
    line-height: 23px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 860px) {
  .archive-header {
    padding: 50px 0;
  }
  .archive-header .archive-title {
    font-size: 32px;
  }
  .archive-header .tab-keyword {
    margin-top: 24px;
  }
  .archive-header .tab-keyword ul {
    gap: 12px 4px;
  }
  .archive-header .tab-keyword a {
    font-size: 12px;
    line-height: 22px;
    border-radius: 16px;
    padding: 3px 16px;
  }
}

.archive-body,
.page-body {
  padding-bottom: 200px;
}
.archive-body .list-options,
.page-body .list-options {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  height: 50px;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
  z-index: 10;
}
.archive-body .list-options.type-youtube,
.archive-body .list-options.type-media,
.page-body .list-options.type-youtube,
.page-body .list-options.type-media {
  align-items: center;
  height: auto;
  border: 0;
  padding-left: 327px;
  margin-top: 60px;
}
.archive-body .list-options.type-youtube + .search-result-none,
.archive-body .list-options.type-media + .search-result-none,
.page-body .list-options.type-youtube + .search-result-none,
.page-body .list-options.type-media + .search-result-none {
  padding-left: 327px;
}
.archive-body .list-options.type-youtube:last-child,
.archive-body .list-options.type-media:last-child,
.page-body .list-options.type-youtube:last-child,
.page-body .list-options.type-media:last-child {
  margin-bottom: 700px;
}
@media screen and (max-width: 1280px) {
  .archive-body .list-options.type-youtube:last-child,
  .archive-body .list-options.type-media:last-child,
  .page-body .list-options.type-youtube:last-child,
  .page-body .list-options.type-media:last-child {
    margin-bottom: 700px;
  }
}
@media screen and (max-width: 860px) {
  .archive-body .list-options.type-youtube:last-child,
  .archive-body .list-options.type-media:last-child,
  .page-body .list-options.type-youtube:last-child,
  .page-body .list-options.type-media:last-child {
    margin-bottom: 460px;
  }
}
.archive-body .list-type-toggler,
.page-body .list-type-toggler {
  display: flex;
}
.archive-body .list-type-toggler .slot,
.page-body .list-type-toggler .slot {
  position: relative;
  width: 37px;
  height: 36px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  box-sizing: border-box;
}
.archive-body .list-type-toggler .slot:first-child,
.page-body .list-type-toggler .slot:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.archive-body .list-type-toggler .slot:last-child,
.page-body .list-type-toggler .slot:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.archive-body .list-type-toggler .slot:not(:first-child),
.page-body .list-type-toggler .slot:not(:first-child) {
  margin-left: -1px;
}
.archive-body .list-type-toggler input,
.page-body .list-type-toggler input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  opacity: 0;
}
.archive-body .list-type-toggler label,
.page-body .list-type-toggler label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.archive-body .list-type-toggler label[for="listTypeGrid"],
.page-body .list-type-toggler label[for="listTypeGrid"] {
  gap: 2px;
}
.archive-body .list-type-toggler label[for="listTypeGrid"]::before,
.archive-body .list-type-toggler label[for="listTypeGrid"]::after,
.page-body .list-type-toggler label[for="listTypeGrid"]::before,
.page-body .list-type-toggler label[for="listTypeGrid"]::after {
  width: 2px;
  height: 6px;
  border-left: 6px solid #e0e0e0;
  border-right: 6px solid #e0e0e0;
  content: "";
}
.archive-body .list-type-toggler label[for="listTypeHorizontal"],
.page-body .list-type-toggler label[for="listTypeHorizontal"] {
  gap: 3px;
}
.archive-body .list-type-toggler label[for="listTypeHorizontal"]::before,
.page-body .list-type-toggler label[for="listTypeHorizontal"]::before {
  width: 14px;
  height: 3px;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  content: "";
}
.archive-body .list-type-toggler label[for="listTypeHorizontal"]::after,
.page-body .list-type-toggler label[for="listTypeHorizontal"]::after {
  width: 14px;
  height: 0;
  border-top: 2px solid #e0e0e0;
  content: "";
}
.archive-body .list-type-toggler input + label::before,
.archive-body .list-type-toggler input + label::after,
.page-body .list-type-toggler input + label::before,
.page-body .list-type-toggler input + label::after {
  transition: border-color 0.2s;
}
.archive-body .list-type-toggler input:checked + label::before,
.archive-body .list-type-toggler input:checked + label::after,
.page-body .list-type-toggler input:checked + label::before,
.page-body .list-type-toggler input:checked + label::after {
  border-color: #000;
}
@media screen and (max-width: 860px) {
  .archive-body .list-type-toggler .slot,
  .page-body .list-type-toggler .slot {
    width: 33px;
    height: 32px;
  }
}
.archive-body .btn-media-download,
.page-body .btn-media-download {
  position: relative;
}
.archive-body .btn-media-download > button,
.page-body .btn-media-download > button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
}
.archive-body .btn-media-download > button::after,
.page-body .btn-media-download > button::after {
  flex-shrink: 0;
  width: 26px;
  height: 25px;
  background: url("./assets/images/icon_media_download.png") no-repeat;
  background-size: 26px 25px;
  content: "";
}
.archive-body .btn-media-download > button .count,
.page-body .btn-media-download > button .count {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: 50%;
  background-color: #111;
  font-family: "Poppins", sans-serif;
}
.archive-body .btn-media-download > button:disabled,
.page-body .btn-media-download > button:disabled {
  color: #999;
}
.archive-body .btn-media-download > button:disabled .count,
.page-body .btn-media-download > button:disabled .count {
  background-color: #999;
}
.archive-body .btn-media-download > button:disabled::after,
.page-body .btn-media-download > button:disabled::after {
  opacity: 0.43;
}
@media screen and (max-width: 1280px) {
  .archive-body .btn-media-download > button,
  .page-body .btn-media-download > button {
    gap: 8px;
    font-size: 18px;
  }
  .archive-body .btn-media-download > button::after,
  .page-body .btn-media-download > button::after {
    width: 22px;
    height: 21px;
    background-image: url('data:image/svg+xml,<svg width="22" height="21" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12.9167V19.5833H21V12.9167" stroke="%23111111" stroke-width="1.5"/><path d="M11 0V14.5833" stroke="%23111111" stroke-width="1.5"/><path d="M6 10L11 15L16 10" stroke="%23111111" stroke-width="1.5"/></svg>');
    background-size: contain;
    margin-left: 8px;
  }
  .archive-body .btn-media-download > button .count,
  .page-body .btn-media-download > button .count {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding-top: 2px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 860px) {
  .archive-body .btn-media-download,
  .page-body .btn-media-download {
    position: fixed;
    bottom: 142px;
    right: 10px;
    z-index: 5;
  }
  .archive-body .btn-media-download > button,
  .page-body .btn-media-download > button {
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="25" cy="25" rx="25" ry="25" transform="rotate(-90 25 25)" fill="%23333333"/><path d="M13 26.5V34.5H37V26.5" stroke="white" stroke-width="2"/><path d="M25 11V28.5" stroke="white" stroke-width="2"/><path d="M19 23L25 29L31 23" stroke="white" stroke-width="2"/></svg>');
    background-size: contain;
    gap: 0;
    font-size: 1px;
    text-indent: -999px;
  }
  .archive-body .btn-media-download > button::after,
  .page-body .btn-media-download > button::after {
    display: none;
  }
  .archive-body .btn-media-download > button .count,
  .page-body .btn-media-download > button .count {
    position: absolute;
    top: -6px;
    right: -4px;
    width: 22px;
    height: 22px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-indent: 0;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .archive-body .btn-media-download > button:disabled,
  .page-body .btn-media-download > button:disabled {
    display: none;
  }
  .archive-body .btn-media-download.fixed-hide,
  .page-body .btn-media-download.fixed-hide {
    display: none;
  }
}
.archive-body .sub-media-search-box,
.page-body .sub-media-search-box {
  display: flex;
  width: 426px;
  overflow: hidden;
  border: 1px solid #999;
  border-radius: 100px;
  background-color: #fff;
  box-sizing: border-box;
}
.archive-body .sub-media-search-box input,
.page-body .sub-media-search-box input {
  width: 100%;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  border: 0;
  padding: 10px 0 10px 23px;
  outline: 0;
}
.archive-body .sub-media-search-box input::-webkit-input-placeholder,
.page-body .sub-media-search-box input::-webkit-input-placeholder {
  color: #bbb;
}
.archive-body .sub-media-search-box input::-moz-placeholder,
.page-body .sub-media-search-box input::-moz-placeholder {
  color: #bbb;
}
.archive-body .sub-media-search-box input::-ms-placeholder,
.page-body .sub-media-search-box input::-ms-placeholder {
  color: #bbb;
}
.archive-body .sub-media-search-box input::-moz-placeholder,
.page-body .sub-media-search-box input::-moz-placeholder {
  color: #bbb;
}
.archive-body .sub-media-search-box input::placeholder,
.page-body .sub-media-search-box input::placeholder {
  color: #bbb;
}
.archive-body .sub-media-search-box .btn-search,
.page-body .sub-media-search-box .btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0 23px;
}
.archive-body .sub-media-search-box .btn-search::after,
.page-body .sub-media-search-box .btn-search::after {
  width: 21px;
  height: 20px;
  background: url("./assets/images/icon_media_search.png") no-repeat;
  background-size: 21px 20px;
  content: "";
}
@media screen and (max-width: 1280px) {
  .archive-body .sub-media-search-box,
  .page-body .sub-media-search-box {
    width: 344px;
  }
  .archive-body .sub-media-search-box input,
  .page-body .sub-media-search-box input {
    font-size: 16px;
    line-height: 22px;
    border: 0;
    padding: 10px 0 10px 19px;
  }
  .archive-body .sub-media-search-box .btn-search,
  .page-body .sub-media-search-box .btn-search {
    padding: 0 18px;
  }
  .archive-body .sub-media-search-box .btn-search::after,
  .page-body .sub-media-search-box .btn-search::after {
    width: 24px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="24" height="22" viewBox="0 0 24 22" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="9.9" cy="9.9" r="9.15" stroke="%23333333" stroke-width="1.5"/><line x1="17.0303" y1="15.9697" x2="22.5303" y2="21.4697" stroke="%23333333" stroke-width="1.5"/></svg>');
    background-size: contain;
  }
}
@media screen and (max-width: 860px) {
  .archive-body .sub-media-search-box,
  .page-body .sub-media-search-box {
    width: 100%;
  }
  .archive-body .sub-media-search-box input,
  .page-body .sub-media-search-box input {
    font-size: 14px;
    line-height: 18px;
    border: 0;
    padding: 10px 0 10px 19px;
  }
  .archive-body .sub-media-search-box .btn-search,
  .page-body .sub-media-search-box .btn-search {
    padding: 0 18px 0 9px;
  }
  .archive-body .sub-media-search-box .btn-search::after,
  .page-body .sub-media-search-box .btn-search::after {
    width: 22px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="9" cy="9" r="8.25" stroke="%23333333" stroke-width="1.5"/><line x1="15.5303" y1="14.4697" x2="20.5303" y2="19.4697" stroke="%23333333" stroke-width="1.5"/></svg>');
  }
}
@media screen and (max-width: 860px) {
  .archive-body .list-options > .sub-media-search-box,
  .archive-body .btn-media-download + form,
  .page-body .list-options > .sub-media-search-box,
  .page-body .btn-media-download + form {
    width: calc(50% - 8px);
  }
}
.archive-body .list-filter-media,
.page-body .list-filter-media {
  position: absolute;
  top: 100%;
  left: 0;
  width: 261px;
  margin-top: 30px;
}
.archive-body .list-filter-media.fixed,
.page-body .list-filter-media.fixed {
  position: fixed;
  top: 0;
  left: 72px;
}
@media screen and (min-width: 1920px) {
  .archive-body .list-filter-media.fixed,
  .page-body .list-filter-media.fixed {
    left: calc(50% - 880px);
  }
}
@media screen and (max-width: 1280px) {
  .archive-body .list-filter-media.fixed,
  .page-body .list-filter-media.fixed {
    left: 40px;
  }
}
.archive-body .list-filter-media .title,
.page-body .list-filter-media .title {
  display: block;
  color: #111;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid rgba(17, 17, 17, 0.8);
  padding-bottom: 24px;
}
.archive-body .list-filter-media .filter-option,
.page-body .list-filter-media .filter-option {
  height: 18px;
  overflow: hidden;
  margin-top: 32px;
  transition: height 0.3s;
}
.archive-body
  .list-filter-media
  .filter-option[data-options-visible="true"].option-visible,
.page-body
  .list-filter-media
  .filter-option[data-options-visible="true"].option-visible {
  overflow: visible;
}
.archive-body
  .list-filter-media
  .filter-option[data-options-visible="true"]
  > .option-name
  button::after,
.page-body
  .list-filter-media
  .filter-option[data-options-visible="true"]
  > .option-name
  button::after {
  transform: rotateX(180deg);
}
@media screen and (max-width: 1280px) {
  .archive-body .list-filter-media .filter-option,
  .page-body .list-filter-media .filter-option {
    height: 16px;
  }
}
.archive-body .list-filter-media .option-name,
.page-body .list-filter-media .option-name {
  display: block;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
.archive-body .list-filter-media .option-name button,
.page-body .list-filter-media .option-name button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive-body .list-filter-media .option-name button::after,
.page-body .list-filter-media .option-name button::after {
  width: 16px;
  height: 16px;
  background: url("./assets/images/icon_filter_arrow.png") no-repeat;
  background-size: 16px 16px;
  content: "";
  transition: all 0.2s;
}
.archive-body .list-filter-media .option-list,
.page-body .list-filter-media .option-list {
  padding-top: 10px;
  padding-left: 10px;
}
.archive-body .list-filter-media .option-list li,
.page-body .list-filter-media .option-list li {
  display: flex;
  position: relative;
  margin-top: 10px;
}
.archive-body .list-filter-media .option-list input[type="checkbox"],
.page-body .list-filter-media .option-list input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.archive-body .list-filter-media .option-list label,
.page-body .list-filter-media .option-list label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  cursor: pointer;
}
.archive-body .list-filter-media .option-list label::before,
.page-body .list-filter-media .option-list label::before {
  width: 22px;
  height: 22px;
  background: url("./assets/images/icon_check_filter.png") no-repeat;
  background-size: 22px 22px;
  content: "";
}
.archive-body .list-filter-media .option-list label::after,
.page-body .list-filter-media .option-list label::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  content: "";
  transition: opacity 0.2s;
  opacity: 1;
}
.archive-body
  .list-filter-media
  .option-list
  input[type="checkbox"]:checked
  + label::after,
.page-body
  .list-filter-media
  .option-list
  input[type="checkbox"]:checked
  + label::after {
  opacity: 0;
}
.archive-body .list-filter-media .option-date,
.page-body .list-filter-media .option-date {
  padding-left: 10px;
  padding-top: 20px;
}
.archive-body .list-filter-media .option-date .date-item,
.page-body .list-filter-media .option-date .date-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.archive-body .list-filter-media .option-date .date-item:not(:first-child),
.page-body .list-filter-media .option-date .date-item:not(:first-child) {
  margin-top: 10px;
}
.archive-body .list-filter-media .option-date .date-item .label,
.page-body .list-filter-media .option-date .date-item .label {
  flex-shrink: 0;
  width: 41px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.archive-body .list-filter-media .option-date .date-selector,
.page-body .list-filter-media .option-date .date-selector {
  position: relative;
  width: calc((100% - 49px - 8px) / 2);
}
.archive-body .list-filter-media .option-date .date-selector .selected-date,
.page-body .list-filter-media .option-date .date-selector .selected-date {
  display: block;
  width: 100%;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 2px 0 2px 15px;
  box-sizing: border-box;
  transition: border 0.2s;
}
.archive-body .list-filter-media .option-date .date-selector .btn-selector,
.page-body .list-filter-media .option-date .date-selector .btn-selector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: 0;
}
.archive-body
  .list-filter-media
  .option-date
  .date-selector
  .btn-selector::after,
.page-body .list-filter-media .option-date .date-selector .btn-selector::after {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 7px;
  background-repeat: no-repeat;
  content: "";
}
.archive-body .list-filter-media .option-date .date-selector .date-list,
.page-body .list-filter-media .option-date .date-selector .date-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #999;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 5;
}
.archive-body .list-filter-media .option-date .date-selector .date-list button,
.page-body .list-filter-media .option-date .date-selector .date-list button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  box-sizing: border-box;
  transition: color 0.2s, background 0.2s;
}
@media screen and (min-width: 1280px) {
  .archive-body
    .list-filter-media
    .option-date
    .date-selector
    .date-list
    button:hover,
  .page-body
    .list-filter-media
    .option-date
    .date-selector
    .date-list
    button:hover {
    color: #fff;
    background-color: #1967d2;
  }
}
.archive-body
  .list-filter-media
  .option-date
  .date-selector
  .date-list.has-scroll,
.page-body
  .list-filter-media
  .option-date
  .date-selector
  .date-list.has-scroll {
  max-height: 242px;
  overflow-y: auto;
}
@media screen and (min-width: 1280px) {
  .archive-body
    .list-filter-media
    .option-date
    .date-selector:hover
    .selected-date,
  .page-body
    .list-filter-media
    .option-date
    .date-selector:hover
    .selected-date {
    border-color: #111;
  }
}
.archive-body
  .list-filter-media
  .option-date
  .date-selector[data-selector-option-visible="true"]
  .selected-date,
.page-body
  .list-filter-media
  .option-date
  .date-selector[data-selector-option-visible="true"]
  .selected-date {
  border-color: #111;
}
.archive-body
  .list-filter-media
  .option-date
  .date-selector[data-selector-option-visible="true"]
  .date-list,
.page-body
  .list-filter-media
  .option-date
  .date-selector[data-selector-option-visible="true"]
  .date-list {
  display: block;
}
@media screen and (max-width: 1280px) {
  .archive-body .list-filter-media,
  .page-body .list-filter-media {
    width: 204px;
    margin-top: 24px;
  }
  .archive-body .list-filter-media .title,
  .page-body .list-filter-media .title {
    font-size: 24px;
    padding-bottom: 28px;
  }
  .archive-body .list-filter-media .option-name,
  .page-body .list-filter-media .option-name {
    font-size: 16px;
  }
  .archive-body .list-filter-media .option-list,
  .page-body .list-filter-media .option-list {
    padding-top: 8px;
    padding-left: 10px;
  }
  .archive-body .list-filter-media .option-list li,
  .page-body .list-filter-media .option-list li {
    margin-top: 12px;
  }
  .archive-body .list-filter-media .option-list label,
  .page-body .list-filter-media .option-list label {
    font-size: 15px;
  }
  .archive-body .list-filter-media .option-date .date-selector .selected-date,
  .page-body .list-filter-media .option-date .date-selector .selected-date {
    padding-left: 10px;
  }
  .archive-body
    .list-filter-media
    .option-date
    .date-selector
    .btn-selector::after,
  .page-body
    .list-filter-media
    .option-date
    .date-selector
    .btn-selector::after {
    top: 7px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99916 13L2.80301 5.5L13.1953 5.5L7.99916 13Z" fill="black"/></svg>');
    background-size: contain;
  }
  .archive-body
    .list-filter-media
    .option-date
    .date-selector
    .date-list
    button,
  .page-body .list-filter-media .option-date .date-selector .date-list button {
    padding-left: 10px;
  }
}
@media screen and (max-width: 860px) {
  .archive-body .list-filter-media,
  .page-body .list-filter-media {
    position: relative;
    top: auto;
    left: auto;
    width: calc(50% - 8px);
    margin: 0;
  }
}
.archive-body .list-filter-media .btn-filter-reset,
.page-body .list-filter-media .btn-filter-reset {
  position: absolute;
  top: 4px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_10679)"><path d="M19.0442 9.177C18.5172 9.177 18.0885 9.60064 18.0885 10.1214C18.0885 12.2585 17.2474 14.266 15.7182 15.7744C12.5642 18.891 7.43037 18.891 4.27635 15.7744C1.12234 12.6578 1.12234 7.58499 4.27635 4.46842C7.05352 1.72422 11.3626 1.39773 14.5085 3.48353H13.7193C13.1922 3.48353 12.7635 3.90717 12.7635 4.42795C12.7635 4.94873 13.1922 5.37236 13.7193 5.37236H17.1109C17.4113 5.37236 17.6925 5.23205 17.8755 4.9946C18.0557 4.75714 18.1131 4.44953 18.0311 4.16621L17.0153 0.682671C16.8678 0.180782 16.3408 -0.107939 15.8329 0.0377704C15.325 0.18348 15.0328 0.704257 15.1802 1.20615L15.3441 1.7701C11.4773 -0.647605 6.29164 -0.194286 2.92463 3.13275C-0.974877 6.98596 -0.974877 13.2569 2.92463 17.1101C4.87439 19.0367 7.43583 20 9.99727 20C12.5587 20 15.1202 19.0367 17.0699 17.1101C18.9596 15.2428 20 12.7604 20 10.1214C20 9.60064 19.5713 9.177 19.0442 9.177Z" fill="%23333333"/></g><defs><clipPath id="clip0_1_10679"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .archive-body .list-filter-media .btn-filter-reset,
  .page-body .list-filter-media .btn-filter-reset {
    top: 3px;
    width: 18px;
    height: 18px;
  }
}
.archive-body .list-filter-media .btn-filter-apply,
.page-body .list-filter-media .btn-filter-apply {
  width: 100%;
  height: 36px;
  color: #000;
  font-size: 16px;
  border: 1px solid #333;
  border-radius: 18px;
  margin-top: 36px;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .archive-body .list-filter-media .btn-filter-apply,
  .page-body .list-filter-media .btn-filter-apply {
    transition: all 0.3s;
  }
  .archive-body .list-filter-media .btn-filter-apply:hover,
  .page-body .list-filter-media .btn-filter-apply:hover {
    color: #fff;
    background-color: #333;
  }
}
@media screen and (max-width: 1280px) {
  .archive-body .list-filter-media .btn-filter-apply,
  .page-body .list-filter-media .btn-filter-apply {
    height: 40px;
    font-weight: 700;
    letter-spacing: -0.01em;
  }
}
.archive-body .list-filter-search,
.page-body .list-filter-search {
  display: flex;
  gap: 48px;
  margin-top: 10px;
}
.archive-body .list-filter-search .filter-option,
.page-body .list-filter-search .filter-option {
  position: relative;
}
.archive-body
  .list-filter-search
  .filter-option[data-options-visible="false"]
  > *:not(.option-name),
.page-body
  .list-filter-search
  .filter-option[data-options-visible="false"]
  > *:not(.option-name) {
  display: none;
}
.archive-body
  .list-filter-search
  .filter-option[data-options-visible="true"]
  > .option-name
  button::after,
.page-body
  .list-filter-search
  .filter-option[data-options-visible="true"]
  > .option-name
  button::after {
  transform: rotateX(180deg);
}
.archive-body .list-filter-search .btn-bottom,
.page-body .list-filter-search .btn-bottom {
  border-top: 1px solid #e8e8e8;
  padding-top: 16px;
  margin-top: 16px;
}
.archive-body .list-filter-search .btn-bottom button,
.page-body .list-filter-search .btn-bottom button {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 36px;
  background-color: #fff;
  padding: 4px 0;
  box-sizing: border-box;
}
.archive-body .list-filter-search .option-name,
.page-body .list-filter-search .option-name {
  display: block;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  padding: 10px 24px 10px 0;
}
.archive-body .list-filter-search .option-name button,
.page-body .list-filter-search .option-name button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive-body .list-filter-search .option-name button::after,
.page-body .list-filter-search .option-name button::after {
  width: 12px;
  height: 12px;
  background: url("./assets/images/icon_filter_arrow_search.png") no-repeat;
  background-size: 12px 12px;
  content: "";
  transition: all 0.2s;
}
.archive-body .list-filter-search .option-date,
.page-body .list-filter-search .option-date {
  position: absolute;
  top: calc(100% - 2px);
  right: 0px;
  width: 296px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  padding: 15px 23px;
  box-sizing: border-box;
}
.archive-body .list-filter-search .option-date .date-item,
.page-body .list-filter-search .option-date .date-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.archive-body .list-filter-search .option-date .date-item:not(:first-child),
.page-body .list-filter-search .option-date .date-item:not(:first-child) {
  margin-top: 10px;
}
.archive-body .list-filter-search .option-date .date-item .label,
.page-body .list-filter-search .option-date .date-item .label {
  flex-shrink: 0;
  width: 66px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.archive-body .list-filter-search .option-date .date-selector,
.page-body .list-filter-search .option-date .date-selector {
  position: relative;
  width: calc((100% - 49px - 8px) / 2);
}
.archive-body .list-filter-search .option-date .date-selector .selected-date,
.page-body .list-filter-search .option-date .date-selector .selected-date {
  display: block;
  width: 100%;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 2px 0 2px 15px;
  box-sizing: border-box;
  transition: border 0.2s;
}
.archive-body .list-filter-search .option-date .date-selector .btn-selector,
.page-body .list-filter-search .option-date .date-selector .btn-selector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: 0;
}
.archive-body
  .list-filter-search
  .option-date
  .date-selector
  .btn-selector::after,
.page-body
  .list-filter-search
  .option-date
  .date-selector
  .btn-selector::after {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 7px;
  background-repeat: no-repeat;
  content: "";
}
.archive-body .list-filter-search .option-date .date-selector .date-list,
.page-body .list-filter-search .option-date .date-selector .date-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #999;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 5;
}
.archive-body .list-filter-search .option-date .date-selector .date-list button,
.page-body .list-filter-search .option-date .date-selector .date-list button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  box-sizing: border-box;
  transition: color 0.2s, background 0.2s;
}
@media screen and (min-width: 1280px) {
  .archive-body
    .list-filter-search
    .option-date
    .date-selector
    .date-list
    button:hover,
  .page-body
    .list-filter-search
    .option-date
    .date-selector
    .date-list
    button:hover {
    color: #fff;
    background-color: #1967d2;
  }
}
.archive-body
  .list-filter-search
  .option-date
  .date-selector
  .date-list.has-scroll,
.page-body
  .list-filter-search
  .option-date
  .date-selector
  .date-list.has-scroll {
  max-height: 242px;
  overflow-y: auto;
}
@media screen and (min-width: 1280px) {
  .archive-body
    .list-filter-search
    .option-date
    .date-selector:hover
    .selected-date,
  .page-body
    .list-filter-search
    .option-date
    .date-selector:hover
    .selected-date {
    border-color: #111;
  }
}
.archive-body
  .list-filter-search
  .option-date
  .date-selector[data-selector-option-visible="true"]
  .selected-date,
.page-body
  .list-filter-search
  .option-date
  .date-selector[data-selector-option-visible="true"]
  .selected-date {
  border-color: #111;
}
.archive-body
  .list-filter-search
  .option-date
  .date-selector[data-selector-option-visible="true"]
  .date-list,
.page-body
  .list-filter-search
  .option-date
  .date-selector[data-selector-option-visible="true"]
  .date-list {
  display: block;
}
.archive-body .list-filter-search .option-date .option-header,
.page-body .list-filter-search .option-date .option-header {
  display: none;
}
.archive-body .list-filter-search .option-sort,
.page-body .list-filter-search .option-sort {
  position: absolute;
  top: calc(100% - 2px);
  right: 0px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  padding: 14px 23px;
  box-sizing: border-box;
}
.archive-body .list-filter-search .option-sort .sort-types,
.page-body .list-filter-search .option-sort .sort-types {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  white-space: nowrap;
}
.archive-body .list-filter-search .option-sort .sort-types li,
.page-body .list-filter-search .option-sort .sort-types li {
  position: relative;
}
.archive-body .list-filter-search .option-sort .sort-types li input,
.page-body .list-filter-search .option-sort .sort-types li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.archive-body .list-filter-search .option-sort .sort-types li label,
.page-body .list-filter-search .option-sort .sort-types li label {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  cursor: pointer;
}
.archive-body
  .list-filter-search
  .option-sort
  .sort-types
  li
  input:checked
  + label,
.page-body
  .list-filter-search
  .option-sort
  .sort-types
  li
  input:checked
  + label {
  font-weight: 600;
}
.archive-body .list-filter-search .date-list-label,
.page-body .list-filter-search .date-list-label {
  display: none;
}
@media screen and (max-width: 1280px) {
  .archive-body .list-filter-search,
  .page-body .list-filter-search {
    margin-top: 8px;
  }
  .archive-body .list-filter-search .btn-bottom,
  .page-body .list-filter-search .btn-bottom {
    padding-top: 24px;
    margin-top: 24px;
  }
  .archive-body .list-filter-search .btn-bottom button,
  .page-body .list-filter-search .btn-bottom button {
    font-weight: 700;
    border-radius: 100px;
    padding: 13px 0;
  }
  .archive-body .list-filter-search .option-name,
  .page-body .list-filter-search .option-name {
    font-size: 16px;
  }
  .archive-body .list-filter-search .option-date,
  .page-body .list-filter-search .option-date {
    width: 252px;
    padding: 23px;
  }
  .archive-body .list-filter-search .option-date .option-header,
  .page-body .list-filter-search .option-date .option-header {
    display: flex;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
  }
  .archive-body .list-filter-search .option-date .date-item,
  .page-body .list-filter-search .option-date .date-item {
    gap: 4px;
  }
  .archive-body .list-filter-search .option-date .date-item:not(:first-child),
  .page-body .list-filter-search .option-date .date-item:not(:first-child) {
    margin-top: 13px;
  }
  .archive-body .list-filter-search .option-date .date-item .label,
  .page-body .list-filter-search .option-date .date-item .label {
    width: 69px;
    font-size: 15px;
    line-height: 1;
  }
  .archive-body .list-filter-search .option-date .date-selector,
  .page-body .list-filter-search .option-date .date-selector {
    flex-shrink: 0;
  }
  .archive-body .list-filter-search .option-date .date-selector:nth-child(2),
  .page-body .list-filter-search .option-date .date-selector:nth-child(2) {
    width: 64px;
  }
  .archive-body .list-filter-search .option-date .date-selector:nth-child(3),
  .page-body .list-filter-search .option-date .date-selector:nth-child(3) {
    width: 64px;
  }
  .archive-body .list-filter-search .option-date .date-selector .selected-date,
  .page-body .list-filter-search .option-date .date-selector .selected-date {
    padding: 3px 0 3px 11px;
  }
  .archive-body .list-filter-search .option-date .date-selector .btn-selector,
  .page-body .list-filter-search .option-date .date-selector .btn-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: 0;
  }
  .archive-body
    .list-filter-search
    .option-date
    .date-selector
    .btn-selector::after,
  .page-body
    .list-filter-search
    .option-date
    .date-selector
    .btn-selector::after {
    top: 7px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99916 13L2.80301 5.5L13.1953 5.5L7.99916 13Z" fill="black"/></svg>');
    background-size: contain;
  }
  .archive-body .list-filter-search .option-date .date-selector .date-list,
  .page-body .list-filter-search .option-date .date-selector .date-list {
    border-radius: 4px;
  }
  .archive-body
    .list-filter-search
    .option-date
    .date-selector
    .date-list
    button,
  .page-body .list-filter-search .option-date .date-selector .date-list button {
    height: 30px;
    font-weight: 500;
    padding-left: 11px;
  }
  .archive-body
    .list-filter-search
    .option-date
    .date-selector
    .date-list.has-scroll,
  .page-body
    .list-filter-search
    .option-date
    .date-selector
    .date-list.has-scroll {
    max-height: 362px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1280px) {
  .archive-body
    .list-filter-search
    .option-date
    .date-selector:hover
    .selected-date,
  .page-body
    .list-filter-search
    .option-date
    .date-selector:hover
    .selected-date {
    border-color: #111;
  }
}
@media screen and (max-width: 1280px) {
  .archive-body .list-filter-search .option-sort,
  .page-body .list-filter-search .option-sort {
    padding: 15px 23px;
  }
  .archive-body .list-filter-search .option-sort .sort-types,
  .page-body .list-filter-search .option-sort .sort-types {
    gap: 10px;
  }
  .archive-body .list-filter-search .option-sort .sort-types li label,
  .page-body .list-filter-search .option-sort .sort-types li label {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  .archive-body .list-filter-search,
  .page-body .list-filter-search {
    gap: 32px;
    margin-top: 0;
  }
  .archive-body .list-filter-search .btn-bottom,
  .page-body .list-filter-search .btn-bottom {
    margin-top: 32px;
  }
  .archive-body .list-filter-search .btn-bottom button,
  .page-body .list-filter-search .btn-bottom button {
    color: #fff;
    background-color: #000;
  }
  .archive-body .list-filter-search .filter-option,
  .page-body .list-filter-search .filter-option {
    position: static;
  }
  .archive-body .list-filter-search .option-name,
  .page-body .list-filter-search .option-name {
    font-size: 16px;
    padding: 8px 24px 8px 0;
  }
  .archive-body .list-filter-search .option-date,
  .page-body .list-filter-search .option-date {
    top: calc(100% - 9px);
    left: 0;
    right: 0;
    width: auto;
    border-color: #999;
    border-radius: 20px;
    padding: 16px 24px 32px;
  }
  .archive-body .list-filter-search .option-date .option-header,
  .page-body .list-filter-search .option-date .option-header {
    align-items: center;
    gap: 12px;
    height: 46px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    border-bottom: 1px solid #111;
    margin-bottom: 23px;
  }
  .archive-body
    .list-filter-search
    .option-date
    .option-header
    .btn-filter-reset,
  .page-body .list-filter-search .option-date .option-header .btn-filter-reset {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_4105)"><path d="M19.0442 9.177C18.5172 9.177 18.0885 9.60064 18.0885 10.1214C18.0885 12.2585 17.2474 14.266 15.7182 15.7744C12.5642 18.891 7.43037 18.891 4.27635 15.7744C1.12234 12.6578 1.12234 7.58499 4.27635 4.46842C7.05352 1.72422 11.3626 1.39773 14.5085 3.48353H13.7193C13.1922 3.48353 12.7635 3.90717 12.7635 4.42795C12.7635 4.94873 13.1922 5.37236 13.7193 5.37236H17.1109C17.4113 5.37236 17.6925 5.23205 17.8755 4.9946C18.0557 4.75714 18.1131 4.44953 18.0311 4.16621L17.0153 0.682671C16.8678 0.180782 16.3408 -0.107939 15.8329 0.0377704C15.325 0.18348 15.0328 0.704257 15.1802 1.20615L15.3441 1.7701C11.4773 -0.647605 6.29164 -0.194286 2.92463 3.13275C-0.974877 6.98596 -0.974877 13.2569 2.92463 17.1101C4.87439 19.0367 7.43583 20 9.99727 20C12.5587 20 15.1202 19.0367 17.0699 17.1101C18.9596 15.2428 20 12.7604 20 10.1214C20 9.60064 19.5713 9.177 19.0442 9.177Z" fill="%23333333"/></g><defs><clipPath id="clip0_2_4105"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .archive-body .list-filter-search .option-date .option-sub-name,
  .page-body .list-filter-search .option-date .option-sub-name {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
  }
  .archive-body .list-filter-search .option-date .date-item:not(:first-child),
  .page-body .list-filter-search .option-date .date-item:not(:first-child) {
    margin-top: 12px;
  }
  .archive-body .list-filter-search .option-date .date-item .label,
  .page-body .list-filter-search .option-date .date-item .label {
    font-size: 14px;
  }
  .archive-body .list-filter-search .option-date .date-selector:nth-child(2),
  .archive-body .list-filter-search .option-date .date-selector:nth-child(3),
  .page-body .list-filter-search .option-date .date-selector:nth-child(2),
  .page-body .list-filter-search .option-date .date-selector:nth-child(3) {
    width: calc((100% - 67px - 10px) / 2);
  }
  .archive-body .list-filter-search .option-date .date-selector .selected-date,
  .page-body .list-filter-search .option-date .date-selector .selected-date {
    border-radius: 100px;
    padding: 5px 0 5px 15px;
  }
  .archive-body
    .list-filter-search
    .option-date
    .date-selector
    .btn-selector::after,
  .page-body
    .list-filter-search
    .option-date
    .date-selector
    .btn-selector::after {
    top: 11px;
    right: 11px;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9.5L1.66987 3.5L10.3301 3.5L6 9.5Z" fill="%23333333"/></svg>');
  }
  .archive-body .list-filter-search .option-date .date-selector .date-list,
  .page-body .list-filter-search .option-date .date-selector .date-list {
    top: 0;
    box-shadow: none;
    min-height: 100px;
    max-height: 40vh;
    overflow-y: auto;
    overscroll-behavior: none;
    padding-top: 41px;
  }
  .archive-body
    .list-filter-search
    .option-date
    .date-selector
    .date-list
    li:not(:first-child),
  .page-body
    .list-filter-search
    .option-date
    .date-selector
    .date-list
    li:not(:first-child) {
    border-top: 1px solid #999;
  }
  .archive-body
    .list-filter-search
    .option-date
    .date-selector
    .date-list
    button,
  .page-body .list-filter-search .option-date .date-selector .date-list button {
    height: 40px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
  }
  .archive-body
    .list-filter-search
    .option-date
    .date-selector
    .date-list.has-scroll,
  .page-body
    .list-filter-search
    .option-date
    .date-selector
    .date-list.has-scroll {
    max-height: 40vh;
  }
  .archive-body .list-filter-search .option-sort,
  .page-body .list-filter-search .option-sort {
    top: calc(100% - 9px);
    border-color: #999;
  }
  .archive-body .list-filter-search .option-sort .sort-types,
  .page-body .list-filter-search .option-sort .sort-types {
    gap: 12px;
  }
  .archive-body .list-filter-search .date-list-label,
  .page-body .list-filter-search .date-list-label {
    display: none;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    height: 38px;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #999;
    background-color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    z-index: 6;
  }
  .archive-body .list-filter-search .date-list-label::after,
  .page-body .list-filter-search .date-list-label::after {
    width: 15px;
    height: 13px;
    background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.33333L6.2 11L14 1" stroke="%23999999" stroke-width="1.5"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .archive-body
    .list-filter-search
    .date-selector[data-selector-option-visible="true"]
    .date-list-label,
  .page-body
    .list-filter-search
    .date-selector[data-selector-option-visible="true"]
    .date-list-label {
    display: flex;
  }
  .archive-body .list-filter-search .btn-option-close,
  .page-body .list-filter-search .btn-option-close {
    position: absolute;
    top: 31px;
    right: 23px;
  }
  .archive-body .list-filter-search .btn-option-close::after,
  .page-body .list-filter-search .btn-option-close::after {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L17 17" stroke="%23333333" stroke-width="2"/><path d="M17 1L1 17" stroke="%23333333" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
}
.archive-body .btn-filter-toggle,
.page-body .btn-filter-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  border-radius: 24px;
  border: 1px solid #999;
  background-color: #fff;
  padding: 0 19px;
  box-sizing: border-box;
}
.archive-body .btn-filter-toggle::after,
.page-body .btn-filter-toggle::after {
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9.5L1.66987 3.5L10.3301 3.5L6 9.5Z" fill="%23333333"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: all 0.3s;
}
.archive-body *[data-options-visible="true"] > .btn-filter-toggle::after,
.page-body *[data-options-visible="true"] > .btn-filter-toggle::after {
  transform: rotateX(180deg);
}
.archive-body .filter-option-layer,
.page-body .filter-option-layer {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: calc(100vw - 44px);
  border: 1px solid #999;
  border-radius: 20px;
  background-color: #fff;
  padding: 16px 24px 32px;
  box-sizing: border-box;
  z-index: 39;
}
.archive-body .filter-option-layer .layer-header,
.page-body .filter-option-layer .layer-header {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 46px;
  border-bottom: 1px solid #111;
}
.archive-body .filter-option-layer .layer-header .title,
.page-body .filter-option-layer .layer-header .title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  padding: 0;
}
.archive-body .filter-option-layer .layer-header .btn-filter-reset,
.page-body .filter-option-layer .layer-header .btn-filter-reset {
  position: static;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2_4105)"><path d="M19.0442 9.177C18.5172 9.177 18.0885 9.60064 18.0885 10.1214C18.0885 12.2585 17.2474 14.266 15.7182 15.7744C12.5642 18.891 7.43037 18.891 4.27635 15.7744C1.12234 12.6578 1.12234 7.58499 4.27635 4.46842C7.05352 1.72422 11.3626 1.39773 14.5085 3.48353H13.7193C13.1922 3.48353 12.7635 3.90717 12.7635 4.42795C12.7635 4.94873 13.1922 5.37236 13.7193 5.37236H17.1109C17.4113 5.37236 17.6925 5.23205 17.8755 4.9946C18.0557 4.75714 18.1131 4.44953 18.0311 4.16621L17.0153 0.682671C16.8678 0.180782 16.3408 -0.107939 15.8329 0.0377704C15.325 0.18348 15.0328 0.704257 15.1802 1.20615L15.3441 1.7701C11.4773 -0.647605 6.29164 -0.194286 2.92463 3.13275C-0.974877 6.98596 -0.974877 13.2569 2.92463 17.1101C4.87439 19.0367 7.43583 20 9.99727 20C12.5587 20 15.1202 19.0367 17.0699 17.1101C18.9596 15.2428 20 12.7604 20 10.1214C20 9.60064 19.5713 9.177 19.0442 9.177Z" fill="%23333333"/></g><defs><clipPath id="clip0_2_4105"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}
.archive-body .filter-option-layer .layer-footer,
.page-body .filter-option-layer .layer-footer {
  display: flex;
  border-top: 1px solid #e8e8e8;
  padding-top: 24px;
  margin-top: 32px;
}
.archive-body .filter-option-layer .layer-footer .btn-filter-apply,
.page-body .filter-option-layer .layer-footer .btn-filter-apply {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-radius: 100px;
  background-color: #000;
}
.archive-body .filter-option-layer .btn-layer-close,
.page-body .filter-option-layer .btn-layer-close {
  position: absolute;
  top: 31px;
  right: 23px;
}
.archive-body .filter-option-layer .btn-layer-close::after,
.page-body .filter-option-layer .btn-layer-close::after {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L17 17" stroke="%23333333" stroke-width="2"/><path d="M17 1L1 17" stroke="%23333333" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.archive-body .filter-option-layer .filter-option-item,
.page-body .filter-option-layer .filter-option-item {
  margin-top: 24px;
}
.archive-body .filter-option-layer .filter-option-item .option-name,
.page-body .filter-option-layer .filter-option-item .option-name {
  letter-spacing: 0;
  margin-bottom: 16px;
}
.archive-body .filter-option-layer .filter-option-item .option-list,
.page-body .filter-option-layer .filter-option-item .option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  padding: 0;
}
.archive-body .filter-option-layer .filter-option-item .option-list li,
.page-body .filter-option-layer .filter-option-item .option-list li {
  flex-shrink: 0;
  margin: 0;
}
.archive-body .filter-option-layer .filter-option-item .option-list label,
.page-body .filter-option-layer .filter-option-item .option-list label {
  color: #555;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 9px 18px;
  transition: all 0.3s;
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-list
  label::before,
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-list
  label::after,
.page-body .filter-option-layer .filter-option-item .option-list label::before,
.page-body .filter-option-layer .filter-option-item .option-list label::after {
  display: none;
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-list
  input:checked
  + label,
.page-body
  .filter-option-layer
  .filter-option-item
  .option-list
  input:checked
  + label {
  color: #fff;
  background-color: #000;
}
.archive-body .filter-option-layer .filter-option-item .option-date,
.page-body .filter-option-layer .filter-option-item .option-date {
  padding-left: 8px;
  margin: 0;
}
.archive-body .filter-option-layer .filter-option-item .option-date .date-item,
.page-body .filter-option-layer .filter-option-item .option-date .date-item {
  gap: 5px;
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .label,
.page-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .label {
  width: 32px;
  color: #666;
  font-size: 14px;
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector,
.page-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector {
  width: calc((100% - 32px - 8px - 5px) / 2);
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .selected-date,
.page-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .selected-date {
  line-height: 24px;
  border-radius: 100px;
  padding: 5px 0 5px 15px;
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .btn-selector::after,
.page-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .btn-selector::after {
  top: 11px;
  right: 11px;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9.5L1.66987 3.5L10.3301 3.5L6 9.5Z" fill="%23333333"/></svg>');
  background-size: contain;
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .date-list-label,
.page-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .date-list-label {
  display: none;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  height: 38px;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #999;
  background-color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  z-index: 6;
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .date-list-label::after,
.page-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .date-list-label::after {
  width: 15px;
  height: 13px;
  background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.33333L6.2 11L14 1" stroke="%23999999" stroke-width="1.5"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .date-list,
.page-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .date-list {
  top: 0;
  border-radius: 4px;
  box-shadow: none;
  min-height: 100px;
  max-height: 40vh;
  overflow-y: auto;
  overscroll-behavior: none;
  padding-top: 41px;
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .date-list
  li:not(:first-child),
.page-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .date-list
  li:not(:first-child) {
  border-top: 1px solid #999;
}
.archive-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .date-list
  button,
.page-body
  .filter-option-layer
  .filter-option-item
  .option-date
  .date-item
  .date-selector
  .date-list
  button {
  height: 40px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}
.archive-body *[data-options-visible="true"] > .filter-option-layer,
.page-body *[data-options-visible="true"] > .filter-option-layer {
  display: block;
}
.archive-body
  *[data-options-visible="true"]
  > .filter-option-layer
  .option-date
  .date-item
  .date-selector[data-selector-option-visible="true"]
  .date-list-label,
.page-body
  *[data-options-visible="true"]
  > .filter-option-layer
  .option-date
  .date-item
  .date-selector[data-selector-option-visible="true"]
  .date-list-label {
  display: flex;
}
.archive-body .btn-selector-up,
.page-body .btn-selector-up {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 50%;
  background-color: transparent;
  outline: 0;
}
.archive-body .btn-selector-up::after,
.page-body .btn-selector-up::after {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 7px;
  background: url("./assets/images/icon_date_selector.png") no-repeat;
  background-size: 8px 14px;
  content: "";
}
.archive-body .btn-selector-up:hover,
.page-body .btn-selector-up:hover {
  opacity: 0.5;
}
.archive-body .btn-selector-down,
.page-body .btn-selector-down {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 50%;
  background-color: transparent;
  outline: 0;
}
.archive-body .btn-selector-down::after,
.page-body .btn-selector-down::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 8px;
  height: 7px;
  background: url("./assets/images/icon_date_selector.png") no-repeat 0 100%;
  background-size: 8px 14px;
  content: "";
}
.archive-body .btn-selector-down:hover,
.page-body .btn-selector-down:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1280px) {
  .archive-body .btn-selector-up,
  .archive-body .btn-selector-down,
  .page-body .btn-selector-up,
  .page-body .btn-selector-down {
    display: none;
  }
}
.archive-body .layer-media-download,
.page-body .layer-media-download {
  position: absolute;
  top: 100%;
  left: 0;
  width: 234px;
  border: 1px solid #999;
  border-radius: 6px;
  background-color: #fff;
  margin-top: 8px;
  box-sizing: border-box;
  z-index: 10;
}
.archive-body .layer-media-download ul,
.page-body .layer-media-download ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 338px;
  overflow: hidden;
  overflow-y: auto;
  margin-right: 8px;
  overscroll-behavior: contain;
}
.archive-body .layer-media-download ul::before,
.archive-body .layer-media-download ul::after,
.page-body .layer-media-download ul::before,
.page-body .layer-media-download ul::after {
  flex-shrink: 0;
  height: 8px;
  content: "";
}
.archive-body .layer-media-download ul::-webkit-scrollbar,
.page-body .layer-media-download ul::-webkit-scrollbar {
  width: 10px;
}
.archive-body .layer-media-download ul::-webkit-scrollbar-thumb,
.page-body .layer-media-download ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999;
}
.archive-body .layer-media-download ul::-webkit-scrollbar-track,
.page-body .layer-media-download ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
  margin: 8px 0;
}
.archive-body .layer-media-download ul li,
.page-body .layer-media-download ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  padding: 0 24px;
}
.archive-body .layer-media-download ul .item,
.page-body .layer-media-download ul .item {
  width: 126px;
  height: 70px;
  overflow: hidden;
  border-radius: 6px;
}
.archive-body .layer-media-download ul .item img,
.page-body .layer-media-download ul .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive-body .layer-media-download ul .btn-item-remove,
.page-body .layer-media-download ul .btn-item-remove {
  width: 20px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="20" height="24" viewBox="0 0 20 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 9V21C2 22.1046 2.89543 23 4 23H16C17.1046 23 18 22.1046 18 21V9" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/><path d="M6 9L6 20" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/><path d="M10 9V20" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/><path d="M14 9V20" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/><path d="M1 5.71429H19" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/><path d="M13 5.71429V3C13 1.89543 12.1046 1 11 1H9C7.89543 1 7 1.89543 7 3V5.71429" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
}
.archive-body .layer-media-download .layer-bottom,
.page-body .layer-media-download .layer-bottom {
  display: flex;
  border-top: 1px solid #ebebeb;
  padding: 24px 0;
  margin: 0 24px;
}
.archive-body .layer-media-download .btn-download-all,
.page-body .layer-media-download .btn-download-all {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #333;
  border-radius: 36px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .archive-body .layer-media-download,
  .page-body .layer-media-download {
    width: 208px;
  }
  .archive-body .layer-media-download ul,
  .page-body .layer-media-download ul {
    max-height: 296px;
  }
  .archive-body .layer-media-download ul::-webkit-scrollbar,
  .page-body .layer-media-download ul::-webkit-scrollbar {
    width: 8px;
  }
  .archive-body .layer-media-download ul::-webkit-scrollbar-thumb,
  .page-body .layer-media-download ul::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #999;
  }
  .archive-body .layer-media-download ul::-webkit-scrollbar-track,
  .page-body .layer-media-download ul::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #eee;
    margin: 8px 0;
  }
  .archive-body .layer-media-download ul .item,
  .page-body .layer-media-download ul .item {
    width: 104px;
    height: 58px;
  }
  .archive-body .layer-media-download ul .btn-item-remove,
  .page-body .layer-media-download ul .btn-item-remove {
    width: 18px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="18" height="22" viewBox="0 0 18 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.88867 8.27271V19C1.88867 20.1045 2.7841 21 3.88867 21H14.1109C15.2155 21 16.1109 20.1045 16.1109 19V8.27271" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/><path d="M5.44531 8.27271L5.44531 18.2727" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/><path d="M9 8.27271V18.2727" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/><path d="M12.5557 8.27271V18.2727" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/><path d="M1 5.28571H17" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/><path d="M11.6663 5.28571V3C11.6663 1.89543 10.7709 1 9.66634 1H8.33301C7.22844 1 6.33301 1.89543 6.33301 3V5.28571" stroke="%23333333" stroke-width="1.5" stroke-linecap="round"/></svg>');
  }
  .archive-body .layer-media-download .btn-download-all,
  .page-body .layer-media-download .btn-download-all {
    height: 40px;
    font-size: 16px;
  }
  .archive-body .layer-media-download .btn-download-all::after,
  .page-body .layer-media-download .btn-download-all::after {
    width: 18px;
    height: 17px;
    background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 10.6667V16H17V10.6667" stroke="%23111111"/><path d="M9 0V12.8" stroke="%23111111"/><path d="M4.7334 8.53333L9.00007 12.8L13.2667 8.53333" stroke="%23111111"/></svg>');
    margin-right: -12px;
  }
}
@media screen and (max-width: 860px) {
  .archive-body .layer-media-download,
  .page-body .layer-media-download {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    width: 232px;
    border-radius: 4px;
    margin: 0 0 8px 0;
  }
  .archive-body .layer-media-download ul,
  .page-body .layer-media-download ul {
    max-height: 338px;
  }
  .archive-body .layer-media-download ul .item,
  .page-body .layer-media-download ul .item {
    width: 126px;
    height: 70px;
  }
  .archive-body .layer-media-download .btn-download-all,
  .page-body .layer-media-download .btn-download-all {
    height: 50px;
    font-size: 18px;
  }
  .archive-body .layer-media-download .btn-download-all::after,
  .page-body .layer-media-download .btn-download-all::after {
    width: 20px;
    height: 19px;
    background-image: url('data:image/svg+xml,<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12V18H19V12" stroke="%23111111" stroke-width="1.5"/><path d="M10 0V14.4" stroke="%23111111" stroke-width="1.5"/><path d="M5.19922 9.59998L9.99922 14.4L14.7992 9.59998" stroke="%23111111" stroke-width="1.5"/></svg>');
    margin-right: -13px;
  }
}
.archive-body .tab-sub-category,
.page-body .tab-sub-category {
  box-sizing: border-box;
  box-shadow: 0 -1px #e8e8e8 inset;
}
.archive-body .tab-sub-category ul,
.page-body .tab-sub-category ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.archive-body .tab-sub-category li,
.page-body .tab-sub-category li {
  flex-shrink: 0;
}
.archive-body .tab-sub-category button,
.archive-body .tab-sub-category a,
.page-body .tab-sub-category button,
.page-body .tab-sub-category a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 276px;
  height: 39px;
  color: #999;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
}
.archive-body .tab-sub-category button[aria-selected="true"],
.archive-body .tab-sub-category a[aria-selected="true"],
.page-body .tab-sub-category button[aria-selected="true"],
.page-body .tab-sub-category a[aria-selected="true"] {
  position: relative;
  color: #111;
}
.archive-body .tab-sub-category button[aria-selected="true"]::after,
.archive-body .tab-sub-category a[aria-selected="true"]::after,
.page-body .tab-sub-category button[aria-selected="true"]::after,
.page-body .tab-sub-category a[aria-selected="true"]::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #111;
  content: "";
}
.archive-body .tab-sub-category + .list-options,
.page-body .tab-sub-category + .list-options {
  margin-top: 80px;
}
.archive-body .list-sub-category,
.page-body .list-sub-category {
  margin-top: 40px;
}
.archive-body .list-sub-category ul,
.page-body .list-sub-category ul {
  display: flex;
  justify-content: center;
}
.archive-body .list-sub-category li,
.page-body .list-sub-category li {
  padding: 0 57px;
}
.archive-body .list-sub-category li:not(:first-child),
.page-body .list-sub-category li:not(:first-child) {
  border-left: 1px solid #e8e8e8;
}
.archive-body .list-sub-category a,
.page-body .list-sub-category a {
  display: block;
  color: #999;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.archive-body .list-sub-category a[aria-selected="true"],
.page-body .list-sub-category a[aria-selected="true"] {
  color: #111;
}
@media screen and (max-width: 1280px) {
  .archive-body,
  .page-body {
    padding-bottom: 160px;
  }
  .archive-body .list-options.type-youtube,
  .archive-body .list-options.type-media,
  .page-body .list-options.type-youtube,
  .page-body .list-options.type-media {
    padding-left: 240px;
    margin-top: 55px;
  }
  .archive-body .list-options.type-youtube + .search-result-none,
  .archive-body .list-options.type-media + .search-result-none,
  .page-body .list-options.type-youtube + .search-result-none,
  .page-body .list-options.type-media + .search-result-none {
    padding-left: 240px;
  }
  .archive-body .tab-sub-category ul,
  .page-body .tab-sub-category ul {
    gap: 0;
  }
  .archive-body .tab-sub-category li,
  .page-body .tab-sub-category li {
    flex-shrink: 0;
  }
  .archive-body .tab-sub-category button,
  .archive-body .tab-sub-category a,
  .page-body .tab-sub-category button,
  .page-body .tab-sub-category a {
    width: 157px;
    height: 37px;
    font-size: 20px;
  }
  .archive-body .tab-sub-category + .list-options,
  .page-body .tab-sub-category + .list-options {
    margin-top: 48px;
  }
  .archive-body .list-sub-category,
  .page-body .list-sub-category {
    margin-top: 32px;
  }
  .archive-body .list-sub-category li,
  .page-body .list-sub-category li {
    padding: 0 48px;
  }
  .archive-body .list-sub-category a,
  .page-body .list-sub-category a {
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 860px) {
  .archive-body,
  .page-body {
    padding-bottom: 120px;
  }
  .archive-body .list-options,
  .page-body .list-options {
    position: relative;
    height: 44px;
  }
  .archive-body .list-options.type-youtube,
  .archive-body .list-options.type-media,
  .page-body .list-options.type-youtube,
  .page-body .list-options.type-media {
    flex-direction: row-reverse;
    padding-left: 0;
    margin-top: 32px;
  }
  .archive-body .list-options.type-youtube + .search-result-none,
  .archive-body .list-options.type-media + .search-result-none,
  .page-body .list-options.type-youtube + .search-result-none,
  .page-body .list-options.type-media + .search-result-none {
    padding-left: 0;
  }
  .archive-body .list-options.type-youtube .list-filter-media,
  .page-body .list-options.type-youtube .list-filter-media {
    width: 100%;
  }
  .archive-body .list-options.type-youtube .filter-option-layer,
  .page-body .list-options.type-youtube .filter-option-layer {
    width: 100%;
  }
  .archive-body .tab-sub-category ul,
  .page-body .tab-sub-category ul {
    justify-content: space-around;
    overflow: hidden;
  }
  .archive-body .tab-sub-category ul li,
  .page-body .tab-sub-category ul li {
    width: 33.33%;
  }
  .archive-body .tab-sub-category ul li:nth-child(3),
  .page-body .tab-sub-category ul li:nth-child(3) {
    width: 33.34%;
  }
  .archive-body .tab-sub-category button,
  .archive-body .tab-sub-category a,
  .page-body .tab-sub-category button,
  .page-body .tab-sub-category a {
    width: 100%;
    height: 29px;
    font-size: 16px;
  }
  .archive-body .tab-sub-category + .list-options,
  .page-body .tab-sub-category + .list-options {
    margin-top: 32px;
  }
  .archive-body .tab-sub-category:has(.line-2) button,
  .archive-body .tab-sub-category a,
  .page-body .tab-sub-category:has(.line-2) button,
  .page-body .tab-sub-category a {
    display: flex;
    align-items: center;
    height: 49px;
    line-height: 18px;
    word-break: keep-all;
    text-align: center;
    padding-bottom: 13px;
  }
  .archive-body .list-sub-category,
  .page-body .list-sub-category {
    margin-top: 24px;
  }
  .archive-body .list-sub-category li,
  .page-body .list-sub-category li {
    padding: 0 24px;
  }
  .archive-body .list-sub-category a,
  .page-body .list-sub-category a {
    font-size: 14px;
    line-height: 1;
  }
}

@media screen and (max-width: 860px) {
  .search-header + .archive-body .tab-sub-category ul {
    display: flex;
    justify-content: center;
  }
  .search-header + .archive-body .tab-sub-category li:nth-child(1),
  .search-header + .archive-body .tab-sub-category li:nth-child(2),
  .search-header + .archive-body .tab-sub-category li:nth-child(3) {
    width: 33.33%;
  }
  .search-header + .archive-body .tab-sub-category button,
  .search-header + .archive-body .tab-sub-category a {
    display: flex;
    align-items: center;
    height: 49px;
    line-height: 18px;
    word-break: keep-all;
    text-align: center;
    padding-bottom: 13px;
  }
  .search-header
    + .archive-body
    .tab-sub-category
    button[aria-selected="true"]::after,
  .search-header
    + .archive-body
    .tab-sub-category
    a[aria-selected="true"]::after {
    left: 0;
    right: 0;
  }
}
.archive-list-wrap {
  min-height: 700px;
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap {
    min-height: 700px;
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap {
    min-height: 460px;
  }
}
.archive-list-wrap .archive-list {
  display: flex;
}
.archive-list-wrap .archive-list[data-list-type="grid"] {
  flex-wrap: wrap;
  gap: 80px 24px;
}
.archive-list-wrap .archive-list[data-list-type="grid"] > li {
  flex-shrink: 0;
  width: calc(33.33% - 16px);
}
.archive-list-wrap .archive-list[data-list-type="horizontal"] {
  flex-direction: column;
}
.archive-list-wrap .archive-list[data-list-type="horizontal"] > li {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap .archive-list[data-list-type="grid"] {
    gap: 60px 16px;
  }
  .archive-list-wrap .archive-list[data-list-type="grid"] > li {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap .archive-list[data-list-type="grid"] {
    gap: 50px 0;
  }
  .archive-list-wrap .archive-list[data-list-type="grid"] > li {
    width: 100%;
  }
}
.archive-list-wrap.type-media {
  padding-left: 327px;
}
.archive-list-wrap.type-media .archive-list[data-list-type="grid"] {
  gap: 80px 24px;
}
.archive-list-wrap.type-media .archive-list[data-list-type="grid"] > li {
  width: calc(33.33% - 16px);
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap.type-media {
    padding-left: 240px;
  }
  .archive-list-wrap.type-media .archive-list[data-list-type="grid"] {
    gap: 60px 16px;
    padding-top: 24px;
  }
  .archive-list-wrap.type-media .archive-list[data-list-type="grid"] > li {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap.type-media {
    padding-left: 0;
  }
  .archive-list-wrap.type-media .archive-list[data-list-type="grid"] {
    gap: 50px 0;
  }
  .archive-list-wrap.type-media .archive-list[data-list-type="grid"] > li {
    width: 100%;
  }
}
.archive-list-wrap.type-youtube .archive-list[data-list-type="grid"] {
  gap: 80px 24px;
}
.archive-list-wrap.type-youtube .archive-list[data-list-type="grid"] > li {
  width: calc(33.33% - 16px);
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap.type-youtube .archive-list[data-list-type="grid"] {
    gap: 60px 16px;
  }
  .archive-list-wrap.type-youtube .archive-list[data-list-type="grid"] > li {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap.type-youtube .archive-list[data-list-type="grid"] {
    gap: 50px 0;
  }
  .archive-list-wrap.type-youtube .archive-list[data-list-type="grid"] > li {
    width: 100%;
  }
}
/* .archive-list-wrap.type-shorts .archive-list[data-list-type=grid] {
  gap: 60px 24px;
}
.archive-list-wrap.type-shorts .archive-list[data-list-type=grid] > li {
  width: calc((100% - 96px) / 5);
}
.archive-list-wrap.type-shorts .archive-list[data-list-type=grid] > li .item .thumb {
  aspect-ratio: 9/16;
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap.type-shorts .archive-list[data-list-type=grid] {
    gap: 48px 16px;
  }
  .archive-list-wrap.type-shorts .archive-list[data-list-type=grid] > li {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap.type-shorts {
    margin: 0 -22px;
  }
  .archive-list-wrap.type-shorts .archive-list[data-list-type=grid] {
    gap: 4px;
  }
  .archive-list-wrap.type-shorts .archive-list[data-list-type=grid] > li {
    width: calc((100% - 8px) / 3);
  }
  .archive-list-wrap.type-shorts .archive-list[data-list-type=grid] > li .item .title {
    display: none;
  }
} */
.archive-list-wrap.type-instagram .archive-list {
  padding-top: 80px;
}
.archive-list-wrap.type-instagram .archive-list[data-list-type="grid"] {
  gap: 60px 24px;
}
.archive-list-wrap.type-instagram .archive-list[data-list-type="grid"] > li {
  width: calc(33.33% - 16px);
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap.type-instagram .archive-list {
    padding-top: 48px;
  }
  .archive-list-wrap.type-instagram .archive-list[data-list-type="grid"] {
    gap: 60px 16px;
  }
  .archive-list-wrap.type-instagram .archive-list[data-list-type="grid"] > li {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap.type-instagram .archive-list {
    padding-top: 32px;
  }
  .archive-list-wrap.type-instagram .archive-list[data-list-type="grid"] {
    gap: 32px 0;
  }
  .archive-list-wrap.type-instagram .archive-list[data-list-type="grid"] > li {
    width: 100%;
  }
}
.archive-list-wrap.type-series {
  border-top: 1px solid #e8e8e8;
}
@media screen and (max-width: 860px) {
  .archive-list-wrap.type-series {
    border: 0;
  }
}
.archive-list-wrap .check-download {
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
  z-index: 1;
}
.archive-list-wrap .check-download input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.archive-list-wrap .check-download i {
  display: none;
  width: 26px;
  height: 26px;
  background: url("./assets/images/icon_check_download.png") no-repeat;
  background-size: 26px 26px;
}
.archive-list-wrap .check-download i::before {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: opacity 0.2s;
  opacity: 1;
  content: "";
}
.archive-list-wrap .check-download input[type="checkbox"]:checked + i {
  display: block;
}
.archive-list-wrap .check-download input[type="checkbox"]:checked + i::before {
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap .check-download i {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap .check-download i {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
.archive-list-wrap:hover .check-download i {
  display: block;
}
.archive-list-wrap .item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.archive-list-wrap .item .item-link {
  display: block;
}
.archive-list-wrap .item mark.hilite {
  color: #608cba;
  background-color: transparent;
}
@media screen and (min-width: 1280px) {
  .archive-list-wrap .item .thumb img,
  .archive-list-wrap .item .thumb video {
    transition: transform 0.3s;
  }
  .archive-list-wrap .item .title .text-inner {
    background-image: linear-gradient(
      to top,
      #555 0,
      #555 1px,
      transparent 1px
    );
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0;
    transition: background 0.5s;
  }
  .archive-list-wrap .item:hover .thumb img {
    transform: scale(1.06);
  }
  .archive-list-wrap .item:hover .title .text-inner {
    background-size: 100%;
  }
}
.archive-list-wrap ul[data-list-type="grid"] {
  padding-top: 30px;
}
.archive-list-wrap ul[data-list-type="grid"] .item .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: #ddd;
  aspect-ratio: 576/324;
}
.archive-list-wrap ul[data-list-type="grid"] .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive-list-wrap ul[data-list-type="grid"] .item .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive-list-wrap ul[data-list-type="grid"] .item .thumb .icon-play {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap ul[data-list-type="grid"] .item .thumb .icon-play {
    top: 11px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="16" cy="16" r="16" fill="black"/><path d="M23.1113 16L12.4447 22.1584L12.4447 9.84162L23.1113 16Z" fill="white"/></svg>');
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap ul[data-list-type="grid"] .item .thumb .icon-play {
    top: 10px;
    width: 36px;
    height: 36px;
    background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  }
}
.archive-list-wrap ul[data-list-type="grid"] .item .thumb:has(video) {
  background-color: #000;
}
.archive-list-wrap ul[data-list-type="grid"] .item .title {
  max-height: 76px;
  color: #111;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.01em;
  padding-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.archive-list-wrap ul[data-list-type="grid"] .item .date {
  color: #aaa;
  font-size: 13px;
  line-height: 1;
  margin-top: 82px;
  font-family: "Poppins", sans-serif;
}
.archive-list-wrap ul[data-list-type="grid"] .item .media-date .date {
  margin-top: 15px;
}
.archive-list-wrap ul[data-list-type="grid"] .item .category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 25px;
  font-family: "Poppins", sans-serif;
}
.archive-list-wrap ul[data-list-type="grid"] .item .category a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  color: #777;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #777;
  border-radius: 50px;
  background-color: #fff;
  padding: 0 11px;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .archive-list-wrap ul[data-list-type="grid"] .item .category a:hover {
    color: #fff;
    background-color: #777;
  }
}
.archive-list-wrap ul[data-list-type="grid"] .item .tags {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 24px;
  left: 0;
  gap: 12px;
  overflow: hidden;
  height: 19px;
  right: 0;
}
.archive-list-wrap ul[data-list-type="grid"] .item .tags li {
  display: flex;
  flex-shrink: 0;
}
.archive-list-wrap ul[data-list-type="grid"] .item .tags a {
  color: #333;
  font-size: 16px;
  line-height: 1;
}
.archive-list-wrap ul[data-list-type="grid"] .item .tags a::before {
  content: "#";
}
.archive-list-wrap ul[data-list-type="grid"] .item.type-media .thumb {
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 467/263;
}
.archive-list-wrap
  ul[data-list-type="grid"]
  .item.type-media
  .thumb:has(.vertical) {
  background-color: transparent;
}
.archive-list-wrap
  ul[data-list-type="grid"]
  .item.type-media
  .thumb
  img.vertical {
  -o-object-fit: contain;
  object-fit: contain;
}
.archive-list-wrap ul[data-list-type="grid"] .item.type-series .description {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap ul[data-list-type="grid"] {
    padding-top: 30px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item .title {
    max-height: 56px;
    font-size: 20px;
    line-height: 28px;
    padding-top: 24px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item .date {
    color: #aaa;
    font-size: 13px;
    line-height: 1;
    margin-top: 73px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item .media-date .date {
    margin-top: 12px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item .category {
    position: absolute;
    bottom: 49px;
    height: 24px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item .category a {
    height: 23px;
    font-size: 11px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item .tags {
    bottom: 21px;
    gap: 8px;
    height: 17px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item .tags a {
    font-size: 14px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item.type-series .description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap ul[data-list-type="grid"] {
    padding-top: 20px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item .title {
    font-size: 18px;
    padding-top: 16px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item .date {
    font-size: 12px;
  }
  .archive-list-wrap ul[data-list-type="grid"] .item.type-series .description {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
  }
}
.archive-list-wrap ul[data-list-type="horizontal"] {
  padding-top: 6px;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item {
  height: 288px;
  border-bottom: 1px solid #e2e2e2;
  padding: 24px 15.625vw 24px calc(426px + 7.66vw);
  box-sizing: border-box;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .item-link::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  content: "";
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .thumb {
  position: absolute;
  top: 24px;
  left: 0;
  width: 426px;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 426/240;
  z-index: 1;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .thumb .icon-play {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap ul[data-list-type="horizontal"] .item .thumb .icon-play {
    top: 11px;
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="16" cy="16" r="16" fill="black"/><path d="M23.1113 16L12.4447 22.1584L12.4447 9.84162L23.1113 16Z" fill="white"/></svg>');
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap ul[data-list-type="horizontal"] .item .thumb .icon-play {
    top: 10px;
    width: 36px;
    height: 36px;
    background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.4" cx="18" cy="18" r="18" fill="black"/><path d="M26 18L14 24.9282L14 11.0718L26 18Z" fill="white"/></svg>');
  }
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .thumb:has(video) {
  background-color: #000;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .title {
  position: relative;
  max-height: 96px;
  color: #111;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.01em;
  padding-top: 32px;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .date {
  position: absolute;
  top: 74px;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 1;
  z-index: 1;
  font-family: "Poppins", sans-serif;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  position: relative;
  overflow: hidden;
  height: 25px;
  margin-top: 20px;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .category a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  color: #777;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #777;
  border-radius: 50px;
  background-color: #fff;
  padding: 0 11px;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .archive-list-wrap ul[data-list-type="horizontal"] .item .category a:hover {
    color: #fff;
    background-color: #777;
  }
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  position: relative;
  margin-top: 19px;
  z-index: 1;
  height: 18px;
  overflow: hidden;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .tags a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1;
}
.archive-list-wrap ul[data-list-type="horizontal"] .item .tags a::before {
  content: "#";
}
.archive-list-wrap
  ul[data-list-type="horizontal"]
  .item:has(.category a[href*="/shorts"])
  .thumb {
  background-color: #000;
}
.archive-list-wrap
  ul[data-list-type="horizontal"]
  .item:has(.category a[href*="/shorts"])
  .thumb
  img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap ul[data-list-type="horizontal"] {
    padding-top: 4px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item {
    height: 221px;
    padding: 20px 15.625vw 20px calc(304px + 9.38vw);
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .thumb {
    top: 20px;
    width: 304px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .title {
    max-height: 68px;
    font-size: 22px;
    line-height: 34px;
    padding-top: 4px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .date {
    top: 36px;
    font-size: 12px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .category {
    height: 23px;
    margin-top: 12px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .category a {
    height: 23px;
    font-size: 11px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .tags {
    gap: 4px 8px;
    margin-top: 12px;
    height: 16px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .tags a {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap ul[data-list-type="horizontal"] {
    gap: 24px;
    padding-top: 20px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item {
    height: 78px;
    border: 0;
    padding: 0 0 0 155px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .thumb {
    top: 0;
    width: 139px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .title {
    max-height: 34px;
    font-size: 13px;
    line-height: 17px;
    padding-top: 0;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .date {
    top: auto;
    bottom: 0;
    right: auto;
    left: 155px;
    font-size: 8px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .category {
    gap: 2px;
    height: 14px;
    margin-top: 6px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .category a {
    height: 13px;
    font-size: 7px;
    border-radius: 99px;
    padding: 0 7px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .tags {
    gap: 4px;
    margin-top: 3px;
    flex-wrap: wrap;
    height: 9px;
    overflow: hidden;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .tags li {
    flex-shrink: 0;
    display: flex;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .tags a {
    font-size: 9px;
  }
}
.archive-list-wrap .list-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 80px;
}
.archive-list-wrap .list-pagination .btn-nav {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.archive-list-wrap .list-pagination .btn-nav.disabled {
  cursor: default;
  pointer-events: none;
}
.archive-list-wrap .list-pagination .btn-nav.prev,
.archive-list-wrap .list-pagination .btn-nav.next {
  background-image: url("./assets/images/icon_btn_nav_next.png");
}
.archive-list-wrap .list-pagination .btn-nav.prev-10,
.archive-list-wrap .list-pagination .btn-nav.next-10 {
  background-image: url("./assets/images/icon_btn_nav_next_10.png");
}
.archive-list-wrap .list-pagination .btn-nav.prev.disabled,
.archive-list-wrap .list-pagination .btn-nav.next.disabled {
  background-image: url("./assets/images/icon_btn_nav_next_disabled.png");
}
.archive-list-wrap .list-pagination .btn-nav.prev-10.disabled,
.archive-list-wrap .list-pagination .btn-nav.next-10.disabled {
  background-image: url("./assets/images/icon_btn_nav_next_10_disabled.png");
}
.archive-list-wrap .list-pagination .btn-nav.prev,
.archive-list-wrap .list-pagination .btn-nav.prev-10 {
  transform: rotateY(180deg);
}
.archive-list-wrap .list-pagination .list-pages {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 32px;
}
.archive-list-wrap .list-pagination .list-pages > * {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-family: "Poppins", sans-serif;
}
.archive-list-wrap .list-pagination .list-pages > .current-page {
  color: #ea002c;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .archive-list-wrap .list-pagination {
    margin-top: 60px;
  }
}
@media screen and (max-width: 860px) {
  .archive-list-wrap .list-pagination {
    gap: 4px;
    margin-top: 50px;
  }
  .archive-list-wrap .list-pagination .btn-nav {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
  .archive-list-wrap .list-pagination .btn-nav.prev,
  .archive-list-wrap .list-pagination .btn-nav.next {
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="25" height="25" rx="3.5" fill="white" stroke="%23E8E8E8"/><path d="M11.646 17.0625L15.7085 13L11.646 8.9375" stroke="%23111111" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .archive-list-wrap .list-pagination .btn-nav.prev-10,
  .archive-list-wrap .list-pagination .btn-nav.next-10 {
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="25" height="25" rx="3.5" fill="white" stroke="%23E8E8E8"/><rect width="16.25" height="16.25" transform="translate(4.875 4.875)" fill="white"/><path d="M8.9375 17.0625L13 13L8.9375 8.9375" stroke="%23111111" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 17.0625L17.0625 13L13 8.9375" stroke="%23111111" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .archive-list-wrap .list-pagination .btn-nav.prev.disabled,
  .archive-list-wrap .list-pagination .btn-nav.next.disabled {
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="25.5" y="25.5" width="25" height="25" rx="3.5" transform="rotate(-180 25.5 25.5)" fill="%23F2F2F2" stroke="%23E8E8E8"/><path d="M14.3542 8.9375L10.2917 13L14.3542 17.0625" stroke="%23D5D5D5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .archive-list-wrap .list-pagination .btn-nav.prev-10.disabled,
  .archive-list-wrap .list-pagination .btn-nav.next-10.disabled {
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="25.5" y="25.5" width="25" height="25" rx="3.5" transform="rotate(-180 25.5 25.5)" fill="%23F2F2F2" stroke="%23E8E8E8"/><path d="M17.0625 8.9375L13 13L17.0625 17.0625" stroke="%23D5D5D5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 8.9375L8.9375 13L13 17.0625" stroke="%23D5D5D5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .archive-list-wrap .list-pagination .btn-nav.prev.disabled,
  .archive-list-wrap .list-pagination .btn-nav.prev-10.disabled {
    transform: rotateY(0);
  }
  .archive-list-wrap .list-pagination .btn-nav.next.disabled,
  .archive-list-wrap .list-pagination .btn-nav.next-10.disabled {
    transform: rotateY(180deg);
  }
  .archive-list-wrap .list-pagination .list-pages {
    gap: 16px;
    padding: 0 12px;
  }
}

.main-youtube-preview {
  border-bottom: 1px solid #e2e2e2;
  padding: 80px 0;
  margin-bottom: 70px;
}
.main-youtube-preview .item-main {
  position: relative;
  max-width: 1176px;
  margin: 0 auto;
}
.main-youtube-preview .video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}
.main-youtube-preview .video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.main-youtube-preview .title {
  color: #222;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.01em;
  padding-top: 80px;
}
.main-youtube-preview .date {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding-top: 16px;
}
.main-youtube-preview .text {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
  padding-top: 24px;
}
@media screen and (max-width: 1280px) {
  .main-youtube-preview {
    padding: 48px 0 30px;
    margin-bottom: 50px;
  }
  .main-youtube-preview .item-main {
    position: relative;
    max-width: 784px;
  }
  .main-youtube-preview .title {
    font-size: 26px;
    line-height: 30px;
    padding-top: 30px;
  }
  .main-youtube-preview .date {
    font-size: 13px;
    padding-top: 12px;
  }
  .main-youtube-preview .text {
    padding-top: 20px;
  }
}
@media screen and (max-width: 860px) {
  .main-youtube-preview {
    padding: 32px 0 40px;
    margin-bottom: 26px;
  }
  .main-youtube-preview .item-main {
    max-width: none;
    margin-left: -22px;
    margin-right: -22px;
  }
  .main-youtube-preview .title {
    font-size: 22px;
    line-height: 28px;
    padding-top: 24px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .main-youtube-preview .date {
    font-size: 12px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .main-youtube-preview .text {
    font-size: 17px;
    line-height: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.item-instagram {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  padding: 18px 18px 30px;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.item-instagram .instagram-name {
  display: flex;
  align-items: center;
  color: #111;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 18px;
}
.item-instagram .instagram-name .logo {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 16px;
}
.item-instagram .instagram-name .logo::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  content: "";
}
.item-instagram .instagram-name .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.item-instagram .instagram-name .icon-cert {
  margin-left: 8px;
}
.item-instagram .instagram-content {
  color: #111;
}
.item-instagram .instagram-content .thumb {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 540/720;
}
.item-instagram .instagram-content .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-instagram .instagram-content .text {
  height: 72px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media screen and (max-width: 1280px) {
  .item-instagram {
    padding: 16px 12px 24px;
  }
  .item-instagram .instagram-name {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .item-instagram .instagram-name .logo {
    width: 64px;
    height: 64px;
    margin-right: 12px;
  }
  .item-instagram .instagram-name .icon-cert {
    width: 17px;
    height: 17px;
  }
  .item-instagram .instagram-content .text {
    height: 48px;
    line-height: 24px;
    padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
}
@media screen and (max-width: 860px) {
  .item-instagram {
    padding: 12px 11px 19px;
  }
  .item-instagram .instagram-name {
    font-size: 16px;
  }
  .item-instagram .instagram-name .logo {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
  .item-instagram .instagram-name .icon-cert {
    width: 13px;
    height: 13px;
    margin-left: 4px;
  }
  .item-instagram .instagram-content .text {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }
}

.list-header {
  display: flex;
  height: 44px;
  border-bottom: 2px solid #e2e2e2;
}
.list-header .item-count {
  color: #999;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .list-header {
    height: 34px;
  }
  .list-header .item-count {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .list-header {
    height: 33px;
  }
  .list-header .item-count {
    font-size: 16px;
  }
}

.search:not(.archive) ul[data-list-type="horizontal"] .item .title {
  max-height: 76px;
  font-size: 26px;
  line-height: 38px;
  padding-top: 10px;
}
.search:not(.archive) ul[data-list-type="horizontal"] .item .title mark {
  font-weight: 700;
}
.search:not(.archive) ul[data-list-type="horizontal"] .item .date {
  top: 48px;
}
.search:not(.archive) ul[data-list-type="horizontal"] .item .lead-text {
  max-height: 52px;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.01em;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.search:not(.archive) ul[data-list-type="horizontal"] .item .lead-text mark {
  font-weight: 600;
}
.search:not(.archive) ul[data-list-type="horizontal"] .item .category {
  margin-top: 24px;
}
.search:not(.archive) ul[data-list-type="horizontal"] .item .tags {
  margin-top: 15px;
}
@media screen and (max-width: 1280px) {
  .search:not(.archive) ul[data-list-type="horizontal"] .item .title {
    max-height: 52px;
    font-size: 18px;
    line-height: 26px;
    padding-top: 0;
  }
  .search:not(.archive) ul[data-list-type="horizontal"] .item .lead-text {
    max-height: 40px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
  .search:not(.archive) ul[data-list-type="horizontal"] .item .date {
    top: 107px;
  }
  .search:not(.archive) ul[data-list-type="horizontal"] .item .category {
    margin-top: 16px;
  }
  .search:not(.archive) ul[data-list-type="horizontal"] .item .tags {
    margin-top: 12px;
  }
}
@media screen and (max-width: 860px) {
  .search:not(.archive) ul[data-list-type="horizontal"] .item .title {
    display: block;
    max-height: none;
    font-size: 13px;
    line-height: 17px;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search:not(.archive) ul[data-list-type="horizontal"] .item .lead-text {
    max-height: 30px;
    font-size: 11px;
    line-height: 15px;
    margin-top: 4px;
  }
  .search:not(.archive) ul[data-list-type="horizontal"] .item .date {
    position: static;
    font-size: 9px;
    margin-top: 8px;
  }
  .search:not(.archive) ul[data-list-type="horizontal"] .item .category {
    display: none;
  }
  .search:not(.archive) ul[data-list-type="horizontal"] .item .tags {
    display: none;
  }
}
.search:not(.archive) ul[data-list-type="grid"] .item .title mark {
  font-weight: 700;
}
.search:not(.archive) ul[data-list-type="grid"] .item .lead-text {
  max-height: 52px;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.01em;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.search:not(.archive) ul[data-list-type="grid"] .item .lead-text mark {
  font-weight: 600;
}
.search:not(.archive) ul[data-list-type="grid"] .item .date {
  margin-top: 96px;
}
.search:not(.archive) ul[data-list-type="grid"] .item .category {
  bottom: 60px;
}
.search:not(.archive) ul[data-list-type="grid"] .item .tags {
  bottom: 26px;
}
@media screen and (max-width: 1280px) {
  .search:not(.archive) ul[data-list-type="grid"] .item .lead-text {
    max-height: 48px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .search:not(.archive) ul[data-list-type="grid"] .item .date {
    margin-top: 73px;
  }
  .search:not(.archive) ul[data-list-type="grid"] .item .category {
    bottom: 49px;
  }
  .search:not(.archive) ul[data-list-type="grid"] .item .tags {
    bottom: 21px;
  }
}
@media screen and (max-width: 860px) {
  .search:not(.archive) ul[data-list-type="grid"] {
    padding-top: 20px;
  }
  .search:not(.archive) ul[data-list-type="grid"] .item .title {
    font-size: 18px;
    padding-top: 16px;
  }
  .search:not(.archive) ul[data-list-type="grid"] .item .lead-text {
    max-height: 44px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
  }
  .search:not(.archive) ul[data-list-type="grid"] .item .date {
    font-size: 12px;
  }
}

.series-detail .share {
  display: flex;
  gap: 12px;
}
.series-detail .share li {
  flex-shrink: 0;
}
.series-detail .share a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.series-detail .share a.icon-url {
  background-image: url("./assets/images/icon_share_gray_url.png");
}
.series-detail .share a.icon-facebook {
  background-image: url("./assets/images/icon_share_gray_facebook.png");
}
.series-detail .share a.icon-x {
  background-image: url("./assets/images/icon_share_gray_x.png");
}
.series-detail .share a.icon-kakao {
  background-image: url("./assets/images/icon_share_gray_kakao.png");
}
.series-detail .share a.icon-wechat {
  background-image: url("./assets/images/icon_share_gray_wechat.png");
}
.series-detail .share a.icon-weibo {
  background-image: url("./assets/images/icon_share_gray_weibo.png");
}
.series-detail .archive-body {
  padding-bottom: 80px;
}
.series-detail .series-header {
  position: relative;
  height: 400px;
  background-color: #000207;
  margin-bottom: 80px;
  z-index: 1;
}
.series-detail .series-header .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1176px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 60px 0 0;
}
.series-detail .series-header .category {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 5px 11px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.series-detail .series-header .title {
  max-width: 740px;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-break: keep-all;
}
.series-detail .series-header .description {
  max-width: 740px;
  word-break: keep-all;
  color: #eee;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.series-detail .series-header .bg-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.series-detail .series-header .bg-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.series-detail .series-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding-bottom: 200px;
}
.series-detail .series-footer .btn-to-list {
  width: 200px;
  height: 56px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  border-radius: 36px;
  background-color: #000;
}
@media screen and (max-width: 1280px) {
  .series-detail .series-header {
    height: 354px;
  }
  .series-detail .series-header .inner {
    max-width: 784px;
    padding: 52px 0 0;
  }
  .series-detail .series-header .title {
    max-width: 540px;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 24px;
  }
  .series-detail .series-header .description {
    max-width: 540px;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .series-detail .series-footer {
    gap: 80px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 860px) {
  .series-detail .archive-body {
    padding-bottom: 60px;
  }
  .series-detail .series-header {
    height: 478px;
  }
  .series-detail .series-header .inner {
    max-width: none;
    padding: 162px 0 0;
    margin: 0 22px;
  }
  .series-detail .series-header .category {
    margin-bottom: 16px;
  }
  .series-detail .series-header .title {
    max-width: 270px;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-break: keep-all;
  }
  .series-detail .series-header .description {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  .series-detail .series-footer {
    gap: 60px;
    padding-bottom: 120px;
  }
  .series-detail .series-footer .btn-to-list {
    width: 180px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 100px;
  }
}

.list-pagination-series {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 80px;
}
.list-pagination-series .page-numbers {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin: 0 12px;
  font-family: "Poppins", sans-serif;
}
.list-pagination-series .page-numbers.current {
  color: #ea002c;
  font-weight: 700;
}
.list-pagination-series .page-numbers.prev,
.list-pagination-series .page-numbers.next {
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.list-pagination-series .page-numbers.prev.disabled,
.list-pagination-series .page-numbers.next.disabled {
  cursor: default;
  pointer-events: none;
}
.list-pagination-series .page-numbers.prev,
.list-pagination-series .page-numbers.next {
  background-image: url("./assets/images/icon_btn_nav_next.png");
}
.list-pagination-series .page-numbers.prev-10,
.list-pagination-series .page-numbers.next-10 {
  background-image: url("./assets/images/icon_btn_nav_next_10.png");
}
.list-pagination-series .page-numbers.prev.disabled,
.list-pagination-series .page-numbers.next.disabled {
  background-image: url("./assets/images/icon_btn_nav_next_disabled.png");
}
.list-pagination-series .page-numbers.prev-10.disabled,
.list-pagination-series .page-numbers.next-10.disabled {
  background-image: url("./assets/images/icon_btn_nav_next_10_disabled.png");
}
.list-pagination-series .page-numbers.prev,
.list-pagination-series .page-numbers.prev-10 {
  transform: rotateY(180deg);
}
@media screen and (max-width: 860px) {
  .list-pagination-series {
    gap: 4px;
    margin-top: 40px;
  }
  .list-pagination-series .page-numbers {
    margin: 0 6px;
  }
  .list-pagination-series .page-numbers.prev,
  .list-pagination-series .page-numbers.next {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
  .list-pagination-series .page-numbers.prev.prev,
  .list-pagination-series .page-numbers.prev.next,
  .list-pagination-series .page-numbers.next.prev,
  .list-pagination-series .page-numbers.next.next {
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="25" height="25" rx="3.5" fill="white" stroke="%23E8E8E8"/><path d="M11.646 17.0625L15.7085 13L11.646 8.9375" stroke="%23111111" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .list-pagination-series .page-numbers.prev.prev-10,
  .list-pagination-series .page-numbers.prev.next-10,
  .list-pagination-series .page-numbers.next.prev-10,
  .list-pagination-series .page-numbers.next.next-10 {
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="25" height="25" rx="3.5" fill="white" stroke="%23E8E8E8"/><rect width="16.25" height="16.25" transform="translate(4.875 4.875)" fill="white"/><path d="M8.9375 17.0625L13 13L8.9375 8.9375" stroke="%23111111" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 17.0625L17.0625 13L13 8.9375" stroke="%23111111" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .list-pagination-series .page-numbers.prev.prev.disabled,
  .list-pagination-series .page-numbers.prev.next.disabled,
  .list-pagination-series .page-numbers.next.prev.disabled,
  .list-pagination-series .page-numbers.next.next.disabled {
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="25.5" y="25.5" width="25" height="25" rx="3.5" transform="rotate(-180 25.5 25.5)" fill="%23F2F2F2" stroke="%23E8E8E8"/><path d="M14.3542 8.9375L10.2917 13L14.3542 17.0625" stroke="%23D5D5D5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .list-pagination-series .page-numbers.prev.prev-10.disabled,
  .list-pagination-series .page-numbers.prev.next-10.disabled,
  .list-pagination-series .page-numbers.next.prev-10.disabled,
  .list-pagination-series .page-numbers.next.next-10.disabled {
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="25.5" y="25.5" width="25" height="25" rx="3.5" transform="rotate(-180 25.5 25.5)" fill="%23F2F2F2" stroke="%23E8E8E8"/><path d="M17.0625 8.9375L13 13L17.0625 17.0625" stroke="%23D5D5D5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 8.9375L8.9375 13L13 17.0625" stroke="%23D5D5D5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .list-pagination-series .page-numbers.prev.prev.disabled,
  .list-pagination-series .page-numbers.prev.prev-10.disabled,
  .list-pagination-series .page-numbers.next.prev.disabled,
  .list-pagination-series .page-numbers.next.prev-10.disabled {
    transform: rotateY(0);
  }
  .list-pagination-series .page-numbers.prev.next.disabled,
  .list-pagination-series .page-numbers.prev.next-10.disabled,
  .list-pagination-series .page-numbers.next.next.disabled,
  .list-pagination-series .page-numbers.next.next-10.disabled {
    transform: rotateY(180deg);
  }
  .list-pagination-series .btn-nav {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
}

.search-header .archive-title {
  display: flex;
  justify-content: center;
}
.search-header .archive-title .keyword {
  max-width: calc(100% - 500px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-header .archive-title .keyword mark {
  color: unset;
  background-color: unset;
}
@media screen and (max-width: 1280px) {
  .search-header .archive-title .keyword {
    max-width: calc(100% - 400px);
  }
}
@media screen and (max-width: 860px) {
  .search-header .archive-title {
    display: block;
    line-height: 40px;
  }
  .search-header .archive-title .keyword {
    max-width: none;
    white-space: normal;
    text-overflow: unset;
    word-break: break-all;
  }
}

.search-result-none .sec-error .icon {
  width: 336px;
  height: 320px;
  background-image: url("./assets/images/icon_search_result_none.png");
}
@media screen and (max-width: 1280px) {
  .search-result-none .sec-error .icon {
    width: 294px;
    height: 280px;
    background-size: cover;
  }
}
@media screen and (max-width: 860px) {
  .search-result-none .sec-error .icon {
    width: 167px;
    height: 160px;
  }
}
.search-result-none + .sec-bottom-contents {
  margin-left: -72px;
  margin-right: -72px;
}
@media screen and (max-width: 1280px) {
  .search-result-none + .sec-bottom-contents {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 860px) {
  .search-result-none + .sec-bottom-contents {
    margin-left: -22px;
    margin-right: -22px;
  }
}

.post-wrap .post-inner {
  position: relative;
  max-width: 1004px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .post-wrap .post-inner {
    max-width: 784px;
  }
}
@media screen and (max-width: 860px) {
  .post-wrap .post-inner {
    max-width: none;
    margin: 0 22px;
  }
}
.post-wrap .post-header {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 768px;
  background-color: #000;
  padding-bottom: 80px;
  box-sizing: border-box;
  z-index: 10;
}
.post-wrap .post-header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.4;
}
.post-wrap .post-header .post-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  z-index: 1;
}
.post-wrap .post-header .post-category-wrap {
  display: flex;
  gap: 6px;
}
.post-wrap .post-header .post-category {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 5px 11px;
  font-family: "Poppins", sans-serif;
}
.post-wrap .post-header .post-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  word-break: break-all;
}
.post-wrap .post-header .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  padding-right: 190px;
}
.post-wrap .post-header .post-tags a {
  flex-shrink: 0;
  color: #eee;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.post-wrap .post-header .post-tags a::before {
  content: "#";
}
.post-wrap .post-header .post-info {
  display: flex;
  margin-top: -10px;
}
.post-wrap .post-header .post-info li {
  position: relative;
  color: #ddd;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.post-wrap .post-header .post-info li:not(:first-child) {
  padding-left: 17px;
  margin-left: 16px;
}
.post-wrap .post-header .post-info li:not(:first-child)::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  border-left: 1px solid #ddd;
  content: "";
}
@media screen and (max-width: 1280px) {
  .post-wrap .post-header {
    height: 410px;
    padding-bottom: 40px;
  }
  .post-wrap .post-header .post-title {
    font-size: 40px;
    line-height: 50px;
  }
  .post-wrap .post-header .post-tags a {
    display: block;
    font-size: 15px;
    line-height: 1;
  }
  .post-wrap .post-header .post-info {
    margin-top: -4px;
  }
  .post-wrap .post-header .post-info li {
    font-size: 13px;
  }
  .post-wrap .post-header .post-info li:not(:first-child) {
    padding-left: 13px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 860px) {
  .post-wrap .post-header {
    height: 460px;
    padding-bottom: 40px;
  }
  .post-wrap .post-header .post-inner {
    gap: 16px;
  }
  .post-wrap .post-header .post-title {
    font-size: 26px;
    line-height: 34px;
    word-break: break-all;
  }
  .post-wrap .post-header .post-tags {
    padding-right: 0;
  }
  .post-wrap .post-header .post-tags a {
    font-size: 14px;
  }
  .post-wrap .post-header .post-info li {
    font-size: 12px;
  }
}
.post-wrap .post-header-right {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.post-wrap .post-header-right .post-share-wrap {
  position: relative;
}
.post-wrap .post-header-right .post-share-wrap .btn-toggle-share {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-image: url("./assets/images/icon_btn_toggle_share.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.post-wrap .post-header-right .post-share-wrap .post-share {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 42px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #fff;
  padding: 36px 0 4px;
  box-sizing: border-box;
}
.post-wrap .post-header-right .post-share-wrap .post-share a {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  z-index: 2;
}
.post-wrap .post-header-right .post-share-wrap .post-share a.icon-url {
  background-image: url("./assets/images/icon_share_gray_url.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a.icon-facebook {
  background-image: url("./assets/images/icon_share_gray_facebook.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a.icon-x {
  background-image: url("./assets/images/icon_share_gray_x.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a.icon-kakao {
  background-image: url("./assets/images/icon_share_gray_kakao.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a.icon-print {
  background-image: url("./assets/images/icon_share_gray_print.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a.icon-wechat {
  background-image: url("./assets/images/icon_share_gray_wechat.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a.icon-weibo {
  background-image: url("./assets/images/icon_share_gray_weibo.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a:hover.icon-url {
  background-image: url("./assets/images/icon_share_black_url.png");
}
.post-wrap
  .post-header-right
  .post-share-wrap
  .post-share
  a:hover.icon-facebook {
  background-image: url("./assets/images/icon_share_black_facebook.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a:hover.icon-x {
  background-image: url("./assets/images/icon_share_black_x.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a:hover.icon-kakao {
  background-image: url("./assets/images/icon_share_black_kakao.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a:hover.icon-print {
  background-image: url("./assets/images/icon_share_black_print.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a:hover.icon-wechat {
  background-image: url("./assets/images/icon_share_black_wechat.png");
}
.post-wrap .post-header-right .post-share-wrap .post-share a:hover.icon-weibo {
  background-image: url("./assets/images/icon_share_black_weibo.png");
}
.post-wrap
  .post-header-right
  .post-share-wrap[data-share-visible="true"]
  .btn-toggle-share {
  background-image: url("./assets/images/icon_btn_close_share.png");
  background-size: 13px 13px;
  background-position: 50% 50%;
}
.post-wrap
  .post-header-right
  .post-share-wrap[data-share-visible="true"]
  .post-share {
  display: flex;
}
.post-wrap .post-header-right .post-ai-summary-wrap {
  position: relative;
}
.post-wrap .post-header-right .post-ai-summary-wrap .btn-toggle-summary {
  display: flex;
  align-items: center;
  height: 40px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-radius: 24px;
  background-color: #fff;
  padding: 0 14px 0 18px;
}
.post-wrap .post-header-right .post-ai-summary-wrap .btn-toggle-summary .icon {
  width: 20px;
  height: 21px;
  background: url("./assets/images/icon_ai_summary.png") no-repeat;
  background-size: 20px 21px;
  margin-right: 8px;
}
.post-wrap .post-header-right .post-ai-summary-wrap .btn-toggle-summary::after {
  width: 12px;
  height: 12px;
  background: url("./assets/images/icon_ai_summary_arrow.png") no-repeat;
  background-size: 12px 12px;
  content: "";
  margin-left: 10px;
  transition: all 0.2s;
}
.post-wrap .post-header-right .post-ai-summary-wrap .post-ai-summary {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 678px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  word-break: break-all;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  padding: 23px 39px;
  margin-top: 8px;
  box-sizing: border-box;
}
.post-wrap
  .post-header-right
  .post-ai-summary-wrap[data-summary-visible="true"]
  .btn-toggle-summary::after {
  transform: rotateX(180deg);
}
.post-wrap
  .post-header-right
  .post-ai-summary-wrap[data-summary-visible="true"]
  .post-ai-summary {
  display: block;
}
@media screen and (max-width: 860px) {
  .post-wrap .post-header-right {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 4px;
  }
  .post-wrap .post-header-right .post-ai-summary-wrap {
    position: static;
  }
  .post-wrap .post-header-right .post-ai-summary-wrap .post-ai-summary {
    width: auto;
    left: 0;
  }
}
.post-wrap .post-body {
  overflow: hidden;
  padding-top: 80px;
}
.post-wrap .post-body .post-contents {
  padding: 60px 0 80px;
}
.post-wrap .post-body .post-contents:first-of-type {
  padding-top: 0;
}
.post-wrap .post-body .post-contents * {
  max-width: 100%;
}
.post-wrap .post-body .post-contents {
  color: #222;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.684em;
  letter-spacing: -0.01em;
  word-break: break-all;
  /* text-align: justify; */
}
.post-wrap .post-body .post-contents:first-child {
  margin-top: 0;
}
.post-wrap .post-body .post-contents > div,
.post-wrap .post-body .post-contents > p {
  margin: 0 0 2rem;
}
.post-wrap .post-body .post-contents a {
  color: #608cba;
  text-decoration: underline;
}
.post-wrap .post-body .post-contents strong,
.post-wrap .post-body .post-contents b {
  font-weight: 700;
}
.post-wrap .post-body .post-contents em,
.post-wrap .post-body .post-contents i {
  font-style: italic;
}
.post-wrap .post-body .post-contents span[style*="font-size"][style*="36px"] {
  font-size: 1.895em !important;
}
.post-wrap .post-body .post-contents span[style*="font-size"][style*="32px"] {
  font-size: 1.684em !important;
}
.post-wrap .post-body .post-contents span[style*="font-size"][style*="26px"] {
  font-size: 1.368em !important;
}
.post-wrap .post-body .post-contents span[style*="font-size"][style*="22px"] {
  font-size: 1.158em !important;
}
.post-wrap .post-body .post-contents span[style*="font-size"][style*="19px"] {
  font-size: 1em !important;
}
.post-wrap .post-body .post-contents span[style*="font-size"][style*="17px"] {
  font-size: 0.895em !important;
}
.post-wrap .post-body .post-contents span[style*="font-size"][style*="14px"] {
  font-size: 0.737em !important;
}
.post-wrap .post-body .post-contents span[style*="font-size"][style*="12px"] {
  font-size: 0.632em !important;
}
.post-wrap .post-body .post-contents h1 {
  font-size: 1.895em;
}
.post-wrap .post-body .post-contents h2 {
  font-size: 1.684em;
}
.post-wrap .post-body .post-contents h3:not(.sub-title) {
  font-size: 1.368em;
}
.post-wrap .post-body .post-contents h4 {
  font-size: 1.158em;
}
.post-wrap .post-body .post-contents h5 {
  font-size: 0.895em;
}
.post-wrap .post-body .post-contents h6 {
  font-size: 0.737em;
}
.post-wrap .post-body .post-contents .sub-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 2rem;
}
.post-wrap .post-body .post-contents .sub-title:not(:first-child) {
  margin-top: 3.75rem;
}
.post-wrap .post-body .post-contents img {
  max-width: 100%;
  height: auto;
}
.post-wrap .post-body .post-contents img + img {
  margin-top: 2rem;
}
.post-wrap .post-body .post-contents .imgBlock {
  margin-bottom: 2rem;
}
.post-wrap .post-body .post-contents .caption {
  color: #666;
  font-size: 1rem;
  line-height: 1.35;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.post-wrap .post-body .post-contents p:has(img),
.post-wrap .post-body .post-contents pre:has(img),
.post-wrap .post-body .post-contents p:has(iframe),
.post-wrap .post-body .post-contents pre:has(iframe) p:has(video),
.post-wrap .post-body .post-contents pre:has(video),
.post-wrap .post-body .post-contents .wp-video {
  margin: 0;
}
.post-wrap .post-body .post-contents p:has(img) + *:not(.caption),
.post-wrap .post-body .post-contents pre:has(img) + *:not(.caption),
.post-wrap .post-body .post-contents p:has(iframe) + *:not(.caption),
.post-wrap .post-body .post-contents pre:has(iframe) + *:not(.caption),
.post-wrap .post-body .post-contents p:has(video) + *:not(.caption),
.post-wrap .post-body .post-contents pre:has(video) + *:not(.caption),
.post-wrap .post-body .post-contents .wp-video + *:not(.caption) {
  margin-top: 2rem;
}
.post-wrap .post-body .post-contents p:has(img) + .caption,
.post-wrap .post-body .post-contents pre:has(img) + .caption,
.post-wrap .post-body .post-contents p:has(iframe) + .caption,
.post-wrap .post-body .post-contents pre:has(iframe) + .caption,
.post-wrap .post-body .post-contents p:has(video) + .caption,
.post-wrap .post-body .post-contents pre:has(video) + .caption,
.post-wrap .post-body .post-contents .wp-video + .caption {
  margin-top: 1rem;
}
.post-wrap .post-body .post-contents p:has(img.alignleft),
.post-wrap .post-body .post-contents pre:has(img.alignleft) {
  text-align: left;
}
.post-wrap .post-body .post-contents p:has(img.aligncenter),
.post-wrap .post-body .post-contents pre:has(img.aligncenter) {
  text-align: center;
}
.post-wrap .post-body .post-contents p:has(img.alignright),
.post-wrap .post-body .post-contents pre:has(img.alignright) {
  text-align: right;
}
.post-wrap .post-body .post-contents video,
.post-wrap .post-body .post-contents iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: top;
}
.post-wrap .post-body .post-contents > iframe {
  margin: 0 0 2rem;
}
.post-wrap .post-body .post-contents div:has(video),
.post-wrap .post-body .post-contents div:has(iframe) {
  margin-left: auto;
  margin-right: auto;
}
.post-wrap .post-body .post-contents pre {
  white-space: pre-wrap;
}
.post-wrap .post-body .post-contents ul {
  list-style: disc;
  padding-left: 1.875em;
  margin: 0 0 2rem;
}
.post-wrap .post-body .post-contents ol {
  list-style: decimal;
  padding-left: 1.875em;
  margin: 0 0 2rem;
}
.post-wrap .post-body .post-contents .indented {
  padding-left: 1.875em;
  margin: 0 0 2rem;
}
.post-wrap .post-body .post-contents sub {
  vertical-align: sub;
  font-size: smaller;
}
.post-wrap .post-body .post-contents sup {
  vertical-align: super;
  font-size: smaller;
}
.post-wrap .post-body .post-contents hr {
  display: block;
}
.post-wrap .post-body .post-contents blockquote {
  word-break: break-all;
  border-radius: 6px;
  background-color: #f2f2f2;
  padding: 24px 40px;
}
.post-wrap .post-body .post-contents blockquote:first-child {
  margin-top: -20px;
}
.post-wrap .post-body .post-contents table,
.post-wrap .post-body .post-contents td {
  border-width: 1px;
}
.post-wrap .post-body .post-contents .wp-video {
  width: 100% !important;
  aspect-ratio: 16/9;
}
.post-wrap .post-body .post-contents .wp-video .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
.post-wrap .post-body .post-contents .wp-video .mejs-container .mejs-inner,
.post-wrap
  .post-body
  .post-contents
  .wp-video
  .mejs-container
  mediaelementwrapper,
.post-wrap
  .post-body
  .post-contents
  .wp-video
  .mejs-container
  .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
.post-wrap .post-body .post-contents .post-intro {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.01em;
  word-break: break-all;
  border-radius: 6px;
  background-color: #f2f2f2;
  padding: 24px 40px;
  margin-top: -20px;
}
.post-wrap .post-body .post-contents .post-intro pre {
  white-space: pre-wrap;
}
.post-wrap .post-body .post-contents .footnote {
  color: #777;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 2rem;
}
.post-wrap .post-body .post-contents .footnote:has(+ .footnote) {
  margin-bottom: 0;
}
.post-wrap .post-body .post-contents .footnote + .footnote {
  margin-top: 0.75rem;
}
@media screen and (min-width: 1280px) {
  .post-wrap .post-body .post-contents > .post-intro,
  .post-wrap .post-body .post-contents > .sub-title,
  .post-wrap .post-body .post-contents > p:not([class]),
  .post-wrap .post-body .post-contents > .footnote,
  .post-wrap .post-body .post-contents > .indented,
  .post-wrap .post-body .post-contents > pre,
  .post-wrap .post-body .post-contents > ul,
  .post-wrap .post-body .post-contents > ol,
  .post-wrap .post-body .post-contents > blockquote {
    margin-left: 128px;
    margin-right: 128px;
  }
  .post-wrap .post-body .post-contents > p:has(img[src]) {
    margin-left: 0;
    margin-right: 0;
  }
  .post-wrap .post-body .post-contents > table {
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-wrap .post-body .post-contents .caption {
    text-align: center;
  }
  .post-wrap .post-body .post-contents hr {
    margin-left: 128px;
    margin-right: 128px;
  }
}
@media screen and (max-width: 1280px) {
  .post-wrap .post-body .post-contents {
    color: #333;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.556em;
  }
  .post-wrap .post-body .post-contents > div,
  .post-wrap .post-body .post-contents > p {
    margin: 0 0 1.75em;
  }
  .post-wrap .post-body .post-contents .sub-title {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
  .post-wrap .post-body .post-contents .sub-title:not(:first-child) {
    margin-top: 3rem;
  }
  .post-wrap .post-body .post-contents .imgBlock {
    margin-bottom: 1.75rem;
  }
  .post-wrap .post-body .post-contents .caption {
    font-size: 0.875rem;
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
  }
  .post-wrap .post-body .post-contents p:has(img),
  .post-wrap .post-body .post-contents pre:has(img),
  .post-wrap .post-body .post-contents p:has(iframe),
  .post-wrap .post-body .post-contents pre:has(iframe),
  .post-wrap .post-body .post-contents p:has(video),
  .post-wrap .post-body .post-contents pre:has(video),
  .post-wrap .post-body .post-contents .wp-video {
    margin: 0;
  }
  .post-wrap .post-body .post-contents p:has(img) + *:not(.caption),
  .post-wrap .post-body .post-contents pre:has(img) + *:not(.caption),
  .post-wrap .post-body .post-contents p:has(iframe) + *:not(.caption),
  .post-wrap .post-body .post-contents pre:has(iframe) + *:not(.caption),
  .post-wrap .post-body .post-contents p:has(video) + *:not(.caption),
  .post-wrap .post-body .post-contents pre:has(video) + *:not(.caption),
  .post-wrap .post-body .post-contents .wp-video + *:not(.caption) {
    margin-top: 1.75rem;
  }
  .post-wrap .post-body .post-contents p:has(img) + .caption,
  .post-wrap .post-body .post-contents pre:has(img) + .caption,
  .post-wrap .post-body .post-contents p:has(iframe) + .caption,
  .post-wrap .post-body .post-contents pre:has(iframe) + .caption,
  .post-wrap .post-body .post-contents p:has(video) + .caption,
  .post-wrap .post-body .post-contents pre:has(video) + .caption,
  .post-wrap .post-body .post-contents .wp-video + .caption {
    margin-top: 0.75rem;
  }
  .post-wrap .post-body .post-contents > iframe {
    margin: 0 0 1.75em;
  }
  .post-wrap .post-body .post-contents ul {
    margin: 0 0 1.75em;
  }
  .post-wrap .post-body .post-contents ol {
    margin: 0 0 1.75em;
  }
  .post-wrap .post-body .post-contents .indented {
    margin: 0 0 1.75em;
  }
  .post-wrap .post-body .post-contents blockquote {
    padding: 32px 40px;
  }
  .post-wrap .post-body .post-contents blockquote:first-child {
    margin-top: 0;
  }
  .post-wrap .post-body .post-contents .post-intro {
    font-size: 16px;
    line-height: 24px;
    padding: 32px 40px;
    margin-top: 0;
  }
  .post-wrap .post-body .post-contents .footnote {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 860px) {
  .post-wrap .post-body {
    padding-top: 60px;
  }
  .post-wrap .post-body .post-contents {
    padding: 50px 0 60px;
  }
  .post-wrap .post-body .post-contents {
    font-size: 1.125rem;
    line-height: 1.667em;
    letter-spacing: -0.01em;
  }
  .post-wrap .post-body .post-contents > div,
  .post-wrap .post-body .post-contents > p {
    margin: 0 0 1.667em;
  }
  .post-wrap .post-body .post-contents .sub-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
  .post-wrap .post-body .post-contents .sub-title:not(:first-child) {
    margin-top: 3.125rem;
  }
  .post-wrap .post-body .post-contents .imgBlock {
    margin-bottom: 1.25rem;
  }
  .post-wrap .post-body .post-contents .caption {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .post-wrap .post-body .post-contents p:has(img),
  .post-wrap .post-body .post-contents pre:has(img),
  .post-wrap .post-body .post-contents p:has(iframe),
  .post-wrap .post-body .post-contents pre:has(iframe),
  .post-wrap .post-body .post-contents p:has(video),
  .post-wrap .post-body .post-contents pre:has(video),
  .post-wrap .post-body .post-contents .wp-video {
    margin: 0;
  }
  .post-wrap .post-body .post-contents p:has(img) + *:not(.caption),
  .post-wrap .post-body .post-contents pre:has(img) + *:not(.caption),
  .post-wrap .post-body .post-contents p:has(iframe) + *:not(.caption),
  .post-wrap .post-body .post-contents pre:has(iframe) + *:not(.caption),
  .post-wrap .post-body .post-contents p:has(video) + *:not(.caption),
  .post-wrap .post-body .post-contents pre:has(video) + *:not(.caption),
  .post-wrap .post-body .post-contents .wp-video + *:not(.caption) {
    margin-top: 1.25rem;
  }
  .post-wrap .post-body .post-contents p:has(img) + .caption,
  .post-wrap .post-body .post-contents pre:has(img) + .caption,
  .post-wrap .post-body .post-contents p:has(iframe) + .caption,
  .post-wrap .post-body .post-contents pre:has(iframe) + .caption,
  .post-wrap .post-body .post-contents p:has(video) + .caption,
  .post-wrap .post-body .post-contents pre:has(video) + .caption,
  .post-wrap .post-body .post-contents .wp-video + .caption {
    margin-top: 0.625rem;
  }
  .post-wrap .post-body .post-contents > iframe {
    margin: 0 0 1.667em;
  }
  .post-wrap .post-body .post-contents ul {
    margin: 0 0 1.667em;
  }
  .post-wrap .post-body .post-contents ol {
    margin: 0 0 1.667em;
  }
  .post-wrap .post-body .post-contents .indented {
    margin: 0 0 1.667em;
  }
  .post-wrap .post-body .post-contents blockquote {
    padding: 28px 24px;
  }
  .post-wrap .post-body .post-contents .post-intro {
    padding: 28px 24px;
  }
  .post-wrap .post-body .post-contents .footnote {
    margin-top: 1.667rem;
  }
}
.post-wrap .post-bottom {
  padding-bottom: 160px;
}
.post-wrap .post-bottom .btn-bottom {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.post-wrap .post-bottom .btn-bottom .btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 36px;
  background-color: #000;
}
.post-wrap .post-bottom .post-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-left: 22px;
  margin-right: 22px;
}
.post-wrap .post-bottom .post-tags a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.post-wrap .post-bottom .post-tags a::before {
  content: "#";
}
.post-wrap .post-bottom .post-share {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.post-wrap .post-bottom .post-share li {
  flex-shrink: 0;
}
.post-wrap .post-bottom .post-share a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.post-wrap .post-bottom .post-share a.icon-url {
  background-image: url("./assets/images/icon_share_gray_url.png");
}
.post-wrap .post-bottom .post-share a.icon-facebook {
  background-image: url("./assets/images/icon_share_gray_facebook.png");
}
.post-wrap .post-bottom .post-share a.icon-x {
  background-image: url("./assets/images/icon_share_gray_x.png");
}
.post-wrap .post-bottom .post-share a.icon-kakao {
  background-image: url("./assets/images/icon_share_gray_kakao.png");
}
.post-wrap .post-bottom .post-share a.icon-print {
  background-image: url("./assets/images/icon_share_gray_print.png");
}
.post-wrap .post-bottom .post-share a.icon-wechat {
  background-image: url("./assets/images/icon_share_gray_wechat.png");
}
.post-wrap .post-bottom .post-share a.icon-weibo {
  background-image: url("./assets/images/icon_share_gray_weibo.png");
}
.post-wrap .post-bottom .post-share a:hover.icon-url {
  background-image: url("./assets/images/icon_share_black_url.png");
}
.post-wrap .post-bottom .post-share a:hover.icon-facebook {
  background-image: url("./assets/images/icon_share_black_facebook.png");
}
.post-wrap .post-bottom .post-share a:hover.icon-x {
  background-image: url("./assets/images/icon_share_black_x.png");
}
.post-wrap .post-bottom .post-share a:hover.icon-kakao {
  background-image: url("./assets/images/icon_share_black_kakao.png");
}
.post-wrap .post-bottom .post-share a:hover.icon-print {
  background-image: url("./assets/images/icon_share_black_print.png");
}
.post-wrap .post-bottom .post-share a:hover.icon-wechat {
  background-image: url("./assets/images/icon_share_black_wechat.png");
}
.post-wrap .post-bottom .post-share a:hover.icon-weibo {
  background-image: url("./assets/images/icon_share_black_weibo.png");
}
@media screen and (max-width: 1280px) {
  .post-wrap .post-bottom {
    padding-bottom: 100px;
  }
  .post-wrap .post-bottom .btn-bottom {
    margin-top: 80px;
  }
  .post-wrap .post-bottom .post-tags {
    gap: 8px;
  }
  .post-wrap .post-bottom .post-tags a {
    display: block;
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 1280px) {
  .post-wrap .post-bottom {
    padding-bottom: 80px;
  }
  .post-wrap .post-bottom .btn-bottom {
    margin-top: 60px;
  }
  .post-wrap .post-bottom .btn-bottom .btn-list {
    width: 180px;
    height: 50px;
    font-size: 16px;
    border-radius: 100px;
  }
}

.post-footer .post-inner {
  position: static;
}

.has-footnote {
  font-weight: 700;
}
.has-footnote::after {
  color: #f00;
  content: "*";
}
@media screen and (min-width: 1280px) {
  .has-footnote:hover {
    cursor: pointer;
  }
}

.text-footnote {
  display: none;
}

.floating-footnote {
  background-color: #fff;
  position: static;
  margin: 0;
}
@media screen and (max-width: 1920px) {
  .floating-footnote {
    left: auto;
    right: 0;
  }
}
.floating-footnote li {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.floating-footnote li.scroll-show {
  display: none;
}
.floating-footnote li.click-show {
  display: block;
}
.floating-footnote .footnote-item {
  position: absolute;
  width: 304px;
  transform: translate(-50%, calc(-100% - 10px));
}
.floating-footnote .footnote-item::before {
  position: absolute;
  bottom: -9px;
  left: 50%;
  border-top: 10px solid #ddd;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: -7px;
  z-index: 1;
  content: "";
}
.floating-footnote .footnote-item::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  border-top: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: -5px;
  z-index: 2;
  content: "";
}
@media screen and (max-width: 1280px) {
  .floating-footnote .footnote-item {
    width: 304px;
  }
}
@media screen and (max-width: 860px) {
  .floating-footnote .footnote-item {
    width: 256px;
  }
}
.floating-footnote .keyword {
  display: none;
}
.floating-footnote .text {
  display: none;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: -0.01em;
  word-break: break-all;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 15px;
  margin-top: 0;
}
.floating-footnote .footnote-item[data-text-visible="true"] .keyword::before {
  transform: rotateX(180deg);
}
.floating-footnote .footnote-item[data-text-visible="true"] .text {
  display: block;
}

.post-wrap .post-inner:has(.youtube.shorts) {
  max-width: 450px;
}

.post-header-media {
  padding: 100px 0 80px;
}
.post-header-media .main-title {
  color: #000;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.post-header-media + .post-body {
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .post-header-media {
    padding: 80px 0 60px;
  }
  .post-header-media .main-title {
    font-size: 44px;
  }
  .post-header-media + .post-body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 860px) {
  .post-header-media {
    padding: 50px 0;
  }
  .post-header-media .main-title {
    font-size: 32px;
  }
  .post-header-media + .post-body {
    padding-bottom: 60px;
  }
}

.post-media-preview .preview-box {
  text-align: center;
  overflow: hidden;
}
.post-media-preview .preview-box.youtube {
  aspect-ratio: 16/9;
}
.post-media-preview .preview-box.youtube.shorts {
  aspect-ratio: 9/16;
}
.post-media-preview .preview-box img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.post-media-preview .preview-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.post-media-preview .preview-box video {
  max-width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
  object-fit: contain;
}
.post-media-preview .preview-btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.post-media-preview .preview-btns .btn-download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 189px;
  height: 56px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #111;
  border-radius: 36px;
  background-color: #fff;
  box-sizing: border-box;
}
.post-media-preview .preview-btns .btn-download::after {
  width: 22px;
  height: 21px;
  background: url("./assets/images/icon_media_btn_download.png") no-repeat;
  background-size: 22px 21px;
  content: "";
}
@media screen and (max-width: 1280px) {
  .post-media-preview .preview-btns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 860px) {
  .post-media-preview .preview-btns {
    margin-top: 24px;
  }
  .post-media-preview .preview-btns .btn-download {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }
  .post-media-preview .preview-btns .btn-download::after {
    width: 21px;
    height: 19px;
    background-image: url('data:image/svg+xml,<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 11.8723V18H19.5V11.8723" stroke="%23111111" stroke-width="1.5"/><path d="M10.5 0V13.4042" stroke="%23111111" stroke-width="1.5"/><path d="M6 9.19147L10.5 13.7872L15 9.19147" stroke="%23111111" stroke-width="1.5"/></svg>');
    background-size: contain;
  }
}

.post-media-title {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: -0.01em;
  word-break: break-all;
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .post-media-title {
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 860px) {
  .post-media-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-top: 50px;
  }
}

.post-media-date {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 16px;
}
@media screen and (max-width: 1280px) {
  .post-media-date {
    font-size: 13px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 860px) {
  .post-media-date {
    font-size: 12px;
  }
}

.post-media-description {
  color: #222;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.01em;
  margin-top: 16px;
}
@media screen and (max-width: 1280px) {
  .post-media-description {
    line-height: 1.75rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 860px) {
  .post-media-description {
    font-size: 1.063rem;
    line-height: 1.625rem;
  }
}

.post-wrap .post-header-press {
  height: auto;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 100px 0 60px;
  margin: 0 72px;
}
.post-wrap .post-header-press .header-bg {
  display: none;
}
.post-wrap .post-header-press .post-category {
  color: #999;
  border-color: #999;
}
.post-wrap .post-header-press .post-title {
  color: #111;
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 8px;
}
.post-wrap .post-header-press .post-tags a {
  color: #333;
}
.post-wrap .post-header-press .post-info {
  margin-top: -8px;
}
.post-wrap .post-header-press .post-info li {
  color: #aaa;
}
.post-wrap .post-header-press .post-info li:not(:first-child)::before {
  border-color: #aaa;
}
.post-wrap .post-header-press .post-share-wrap .btn-toggle-share {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="20" fill="%23F2F2F2"/><path d="M24 17C25.1046 17 26 16.1046 26 15C26 13.8954 25.1046 13 24 13C22.8954 13 22 13.8954 22 15C22 16.1046 22.8954 17 24 17Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 22C15.1046 22 16 21.1046 16 20C16 18.8954 15.1046 18 14 18C12.8954 18 12 18.8954 12 20C12 21.1046 12.8954 22 14 22Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 27C25.1046 27 26 26.1046 26 25C26 23.8954 25.1046 23 24 23C22.8954 23 22 23.8954 22 25C22 26.1046 22.8954 27 24 27Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.1602 21.2384L21.8518 23.96" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.8435 16.4517L16.1602 19.1733" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.post-wrap .post-header-press .post-share-wrap .post-share {
  background-color: #f2f2f2;
}
.post-wrap .post-header-press .post-ai-summary-wrap .btn-toggle-summary {
  background-color: #f2f2f2;
}
.post-wrap .post-header-press .post-ai-summary-wrap .btn-toggle-summary .icon {
  background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_14138)"><path d="M10.0011 12.875C9.27918 12.8756 8.56836 12.6973 7.93219 12.3561C7.29601 12.0148 6.75429 11.5213 6.35547 10.9195L7.39672 10.2274C7.68183 10.6572 8.06885 11.0097 8.52326 11.2535C8.97768 11.4974 9.48538 11.625 10.0011 11.625C10.5168 11.625 11.0245 11.4974 11.4789 11.2535C11.9333 11.0097 12.3204 10.6572 12.6055 10.2274L13.6467 10.9195C13.2479 11.5213 12.7062 12.0148 12.07 12.3561C11.4338 12.6973 10.723 12.8756 10.0011 12.875Z" fill="black"/><path d="M12.5 6C12.2528 6 12.0111 6.07331 11.8055 6.21066C11.6 6.34801 11.4398 6.54324 11.3452 6.77164C11.2505 7.00005 11.2258 7.25139 11.274 7.49386C11.3223 7.73634 11.4413 7.95907 11.6161 8.13388C11.7909 8.3087 12.0137 8.42775 12.2561 8.47598C12.4986 8.52421 12.7499 8.49946 12.9784 8.40485C13.2068 8.31024 13.402 8.15002 13.5393 7.94446C13.6767 7.7389 13.75 7.49723 13.75 7.25C13.7516 7.0854 13.7204 6.92212 13.6582 6.76973C13.5959 6.61735 13.5039 6.4789 13.3875 6.3625C13.2711 6.24611 13.1327 6.15409 12.9803 6.09185C12.8279 6.0296 12.6646 5.99838 12.5 6Z" fill="black"/><path d="M7.5 6C7.25277 6 7.0111 6.07331 6.80554 6.21066C6.59998 6.34801 6.43976 6.54324 6.34515 6.77164C6.25054 7.00005 6.22579 7.25139 6.27402 7.49386C6.32225 7.73634 6.4413 7.95907 6.61612 8.13388C6.79093 8.3087 7.01366 8.42775 7.25614 8.47598C7.49861 8.52421 7.74995 8.49946 7.97836 8.40485C8.20676 8.31024 8.40199 8.15002 8.53934 7.94446C8.67669 7.7389 8.75 7.49723 8.75 7.25C8.75162 7.0854 8.7204 6.92212 8.65815 6.76973C8.59591 6.61735 8.50389 6.4789 8.3875 6.3625C8.2711 6.24611 8.13265 6.15409 7.98027 6.09185C7.82788 6.0296 7.6646 5.99838 7.5 6Z" fill="black"/><path d="M11.0849 19.75L10 19.125L12.5 14.75H16.25C16.4142 14.7503 16.5769 14.7181 16.7287 14.6554C16.8805 14.5927 17.0184 14.5006 17.1345 14.3845C17.2506 14.2684 17.3427 14.1305 17.4054 13.9787C17.4681 13.8269 17.5003 13.6642 17.5 13.5V4.75C17.5003 4.58577 17.4681 4.4231 17.4054 4.27131C17.3427 4.11953 17.2506 3.98162 17.1345 3.86549C17.0184 3.74936 16.8805 3.6573 16.7287 3.59458C16.5769 3.53186 16.4142 3.49972 16.25 3.5H3.75C3.58577 3.49972 3.4231 3.53186 3.27131 3.59458C3.11953 3.6573 2.98162 3.74936 2.86549 3.86549C2.74936 3.98162 2.6573 4.11953 2.59458 4.27131C2.53186 4.4231 2.49972 4.58577 2.5 4.75V13.5C2.49972 13.6642 2.53186 13.8269 2.59458 13.9787C2.6573 14.1305 2.74936 14.2684 2.86549 14.3845C2.98162 14.5006 3.11953 14.5927 3.27131 14.6554C3.4231 14.7181 3.58577 14.7503 3.75 14.75H9.375V16H3.75C3.42168 16.0001 3.09656 15.9354 2.79322 15.8098C2.48988 15.6842 2.21426 15.5001 1.98211 15.2679C1.74995 15.0357 1.5658 14.7601 1.44018 14.4568C1.31457 14.1534 1.24994 13.8283 1.25 13.5V4.75C1.2499 4.42167 1.3145 4.09653 1.4401 3.79318C1.5657 3.48982 1.74985 3.21418 1.98201 2.98201C2.21418 2.74985 2.48982 2.5657 2.79318 2.4401C3.09653 2.3145 3.42167 2.2499 3.75 2.25H16.25C16.5783 2.2499 16.9035 2.3145 17.2068 2.4401C17.5102 2.5657 17.7858 2.74985 18.018 2.98201C18.2502 3.21418 18.4343 3.48982 18.5599 3.79318C18.6855 4.09653 18.7501 4.42167 18.75 4.75V13.5C18.7501 13.8283 18.6854 14.1534 18.5598 14.4568C18.4342 14.7601 18.2501 15.0357 18.0179 15.2679C17.7857 15.5001 17.5101 15.6842 17.2068 15.8098C16.9034 15.9354 16.5783 16.0001 16.25 16H13.2279L11.0849 19.75Z" fill="black"/></g><defs><clipPath id="clip0_1_14138"><rect width="20" height="20" fill="white" transform="translate(0 1)"/></clipPath></defs></svg>');
}
.post-wrap .post-header-press .post-ai-summary-wrap .btn-toggle-summary::after {
  background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9.5L1.66987 3.5L10.3301 3.5L6 9.5Z" fill="black"/></svg>');
}
.post-wrap .press-btns {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-bottom: 88px;
}
.post-wrap .press-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 255px;
  height: 56px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #111;
  border-radius: 36px;
  background-color: #fff;
}
.post-wrap .press-btns a::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.post-wrap .press-btns a.btn-download-press::after {
  width: 22px;
  height: 21px;
  background-image: url("./assets/images/icon_btn_download_press.png");
}
.post-wrap .press-btns a.btn-download-press-img::after {
  width: 20px;
  height: 20px;
  background-image: url("./assets/images/icon_btn_download_press_img.png");
}
@media screen and (min-width: 1280px) {
  .post-wrap .press-btns a:hover {
    color: #fff;
    background-color: #111;
  }
  .post-wrap .press-btns a.btn-download-press:hover::after {
    background-image: url("./assets/images/icon_btn_download_press_white.png");
  }
  .post-wrap .press-btns a.btn-download-press-img:hover::after {
    background-image: url("./assets/images/icon_btn_download_press_img_white.png");
  }
}
@media screen and (max-width: 1280px) {
  .post-wrap .post-header-press {
    max-width: 784px;
    padding: 60px 0 50px;
    margin: 0 auto;
  }
  .post-wrap .post-header-press .post-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 4px;
  }
  .post-wrap .post-header-press .post-info {
    margin-top: -4px;
  }
  .post-wrap .press-btns {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 860px) {
  .post-wrap .post-header-press {
    max-width: none;
    padding: 50px 0 40px;
    margin: 0 22px;
  }
  .post-wrap .post-header-press .post-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .post-wrap .press-btns {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 60px;
  }
  .post-wrap .press-btns a {
    width: 239px;
    height: 50px;
    font-size: 16px;
  }
  .post-wrap .press-btns a.btn-download-press::after {
    width: 21px;
    height: 19px;
    background-image: url('data:image/svg+xml,<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 11.8723V18H19.5V11.8723" stroke="%23111111" stroke-width="1.5"/><path d="M10.5 0V13.4042" stroke="%23111111" stroke-width="1.5"/><path d="M6 9.19141L10.5 13.7871L15 9.19141" stroke="%23111111" stroke-width="1.5"/></svg>');
  }
  .post-wrap .press-btns a.btn-download-press-img::after {
    width: 17px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.25" y="0.75" width="14.5" height="14.5" rx="1.25" stroke="%23111111" stroke-width="1.5"/><path d="M1.5 15L10.8291 5.67087C11.2052 5.29479 11.8099 5.27889 12.2052 5.63468L15.5 8.6" stroke="%23111111" stroke-width="1.5" stroke-linecap="round"/><circle cx="5.5" cy="5" r="1.25" stroke="%23111111" stroke-width="1.5"/></svg>');
  }
}

.post-wrap .post-body .post-contents .swiper-wrapper {
  max-width: none;
}
.post-wrap .post-body .post-contents .carousel-slider-wrapper .caption {
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0 !important;
}
.post-wrap .post-body .post-contents .carousel-slider-wrapper .caption:empty {
  display: none;
}
@media screen and (max-width: 1280px) {
  .post-wrap .post-body .post-contents .carousel-slider-wrapper .caption {
    margin-top: 12px;
  }
}
@media screen and (max-width: 860px) {
  .post-wrap .post-body .post-contents .carousel-slider-wrapper .caption {
    margin-top: 10px;
  }
}

.post-wrap .post-body .post-contents .carousel-slider__caption {
  display: none !important;
}

.post-wrap .post-body .post-contents .swiper-pagination {
  display: flex;
  position: static;
  width: 100%;
  text-align: left;
  margin: 24px 0 0;
}
@media screen and (max-width: 1280px) {
  .post-wrap .post-body .post-contents .swiper-pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 860px) {
  .post-wrap .post-body .post-contents .swiper-pagination {
    margin-top: 10px;
  }
}
.post-wrap .post-body .post-contents .swiper-lazy-preloader-white {
  display: none !important;
}
.post-wrap .post-body .post-contents .swiper-pagination-bullet {
  width: 100% !important;
  height: 1px !important;
  background-image: none !important;
  background-color: #ccc !important;
  margin: 0 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
}
.post-wrap .post-body .post-contents .swiper-pagination-bullet-active {
  background-color: #333 !important;
}
.post-wrap .post-body .post-contents .swiper-button-prev,
.post-wrap .post-body .post-contents .swiper-button-next {
  width: 52px;
  height: 53px;
  background-image: url('data:image/svg+xml,<svg width="52" height="53" viewBox="0 0 52 53" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="26" cy="26.1932" rx="26" ry="26.1935" transform="rotate(-180 26 26.1932)" fill="white" fill-opacity="0.8"/><path d="M0.500002 26.1932C0.500004 11.9995 11.9202 0.499672 26 0.499673C40.0798 0.499675 51.5 11.9996 51.5 26.1932C51.5 40.3868 40.0798 51.8867 26 51.8867C11.9202 51.8867 0.500001 40.3868 0.500002 26.1932Z" stroke="%23DDDDDD" stroke-opacity="0.8"/><path d="M30 14.1036L18 26.1929L30 38.2822" stroke="%23333333" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 0 !important;
  background-size: contain;
  margin-top: 0 !important;
  transform: translateY(calc(-50% - 13px));
  cursor: pointer;
  top: 50%;
  left: 12px;
  position: absolute;
  z-index: 40;
}
.post-wrap .post-body .post-contents .swiper-button-prev::after,
.post-wrap .post-body .post-contents .swiper-button-next::after {
  display: none !important;
}
@media screen and (max-width: 1280px) {
  .post-wrap .post-body .post-contents .swiper-button-prev,
  .post-wrap .post-body .post-contents .swiper-button-next {
    transform: translateY(calc(-50% - 11px));
  }
}
@media screen and (max-width: 860px) {
  .post-wrap .post-body .post-contents .swiper-button-prev,
  .post-wrap .post-body .post-contents .swiper-button-next {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    left: 4px;
    transform: translateY(calc(-50% - 6px));
  }
}
.post-wrap .post-body .post-contents .swiper-button-next {
  left: auto;
  right: 12px;
  background-image: url('data:image/svg+xml,<svg width="52" height="53" viewBox="0 0 52 53" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="26" cy="26.193" rx="26" ry="26.1935" fill="white" fill-opacity="0.8"/><path d="M51.5 26.193C51.5 40.3867 40.0798 51.8866 26 51.8866C11.9202 51.8866 0.5 40.3867 0.5 26.193C0.5 11.9994 11.9202 0.499512 26 0.499512C40.0798 0.499512 51.5 11.9994 51.5 26.193Z" stroke="%23DDDDDD" stroke-opacity="0.8"/><path d="M22 38.2821L34 26.1928L22 14.1035" stroke="%23333333" stroke-width="2"/></svg>');
}
@media screen and (max-width: 860px) {
  .post-wrap .post-body .post-contents .swiper-button-next {
    right: 4px;
  }
}
@media screen and (max-width: 860px) {
  .post-wrap .ms-skin-default .ms-nav-next,
  .post-wrap .ms-skin-default .ms-nav-prev {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    left: 4px;
  }
}
.post-wrap .ms-skin-default .ms-nav-next {
  right: 12px;
  left: auto;
  background-image: url('data:image/svg+xml,<svg width="52" height="53" viewBox="0 0 52 53" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="26" cy="26.193" rx="26" ry="26.1935" fill="white" fill-opacity="0.8"/><path d="M51.5 26.193C51.5 40.3867 40.0798 51.8866 26 51.8866C11.9202 51.8866 0.5 40.3867 0.5 26.193C0.5 11.9994 11.9202 0.499512 26 0.499512C40.0798 0.499512 51.5 11.9994 51.5 26.193Z" stroke="%23DDDDDD" stroke-opacity="0.8"/><path d="M22 38.2821L34 26.1928L22 14.1035" stroke="%23333333" stroke-width="2"/></svg>');
}
@media screen and (max-width: 860px) {
  .post-wrap .ms-skin-default .ms-nav-next {
    right: 4px;
  }
}
.post-wrap .ms-slide-info {
  min-height: 0 !important;
  margin-top: 56px !important;
}
.post-wrap .ms-slide-info .ms-info {
  color: #666;
  font-size: 1rem;
  line-height: 1.35;
}
@media screen and (max-width: 1280px) {
  .post-wrap .ms-slide-info {
    margin-top: 32px !important;
  }
  .post-wrap .ms-slide-info .ms-info {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 860px) {
  .post-wrap .ms-slide-info {
    margin-top: 20px !important;
  }
  .post-wrap .ms-slide-info .ms-info {
    font-size: 1rem;
  }
}
.post-wrap .ms-bullets {
  bottom: auto !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  .post-wrap .ms-bullets {
    margin-top: 20px;
  }
}
@media screen and (max-width: 860px) {
  .post-wrap .ms-bullets {
    margin-top: 10px;
  }
}
.post-wrap .ms-bullets.ms-dir-h .ms-bullets-count {
  display: flex !important;
  flex-wrap: nowrap !important;
  position: relative !important;
  right: auto !important;
}
.post-wrap .ms-skin-default .ms-bullet {
  width: 100% !important;
  height: 1px !important;
  background-image: none !important;
  background-color: #ccc !important;
  margin: 0 !important;
}
.post-wrap .ms-skin-default .ms-bullet-selected {
  background-color: #333 !important;
}

.post-wrap .n2-section-smartslider {
  padding-bottom: 72px;
}
@media screen and (max-width: 860px) {
  .post-wrap .n2-section-smartslider {
    padding-bottom: 38px;
  }
}
.post-wrap .n2-section-smartslider .nextend-arrow-previous {
  width: 52px;
  height: 53px;
  background-image: url('data:image/svg+xml,<svg width="52" height="53" viewBox="0 0 52 53" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="26" cy="26.1932" rx="26" ry="26.1935" transform="rotate(-180 26 26.1932)" fill="white" fill-opacity="0.8"/><path d="M0.500002 26.1932C0.500004 11.9995 11.9202 0.499672 26 0.499673C40.0798 0.499675 51.5 11.9996 51.5 26.1932C51.5 40.3868 40.0798 51.8867 26 51.8867C11.9202 51.8867 0.500001 40.3868 0.500002 26.1932Z" stroke="%23DDDDDD" stroke-opacity="0.8"/><path d="M30 14.1036L18 26.1929L30 38.2822" stroke="%23333333" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 0 !important;
  margin-top: 0 !important;
  margin-left: 12px;
}
.post-wrap .n2-section-smartslider .nextend-arrow-previous img {
  opacity: 0;
}
@media screen and (max-width: 860px) {
  .post-wrap .n2-section-smartslider .nextend-arrow-previous {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-left: 4px;
  }
}
.post-wrap .n2-section-smartslider .nextend-arrow-next {
  width: 52px;
  height: 53px;
  background-image: url('data:image/svg+xml,<svg width="52" height="53" viewBox="0 0 52 53" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="26" cy="26.193" rx="26" ry="26.1935" fill="white" fill-opacity="0.8"/><path d="M51.5 26.193C51.5 40.3867 40.0798 51.8866 26 51.8866C11.9202 51.8866 0.5 40.3867 0.5 26.193C0.5 11.9994 11.9202 0.499512 26 0.499512C40.0798 0.499512 51.5 11.9994 51.5 26.193Z" stroke="%23DDDDDD" stroke-opacity="0.8"/><path d="M22 38.2821L34 26.1928L22 14.1035" stroke="%23333333" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 0 !important;
  margin-right: 12px;
}
.post-wrap .n2-section-smartslider .nextend-arrow-next img {
  opacity: 0;
}
@media screen and (max-width: 860px) {
  .post-wrap .n2-section-smartslider .nextend-arrow-next {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right: 4px;
  }
}
.post-wrap .n2-section-smartslider .nextend-bar > div[class*="n2-style"] {
  font-size: 1rem !important;
  line-height: 1 !important;
  background-color: transparent !important;
  padding: 0 !important;
}
@media screen and (max-width: 860px) {
  .post-wrap .n2-section-smartslider .nextend-bar > div[class*="n2-style"] {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
.post-wrap
  .n2-section-smartslider
  .nextend-bar
  > div[class*="n2-style"]
  > span[class*="n2-font"] {
  color: #666 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
}
@media screen and (max-width: 860px) {
  .post-wrap
    .n2-section-smartslider
    .nextend-bar
    > div[class*="n2-style"]
    > span[class*="n2-font"] {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
.post-wrap
  .n2-section-smartslider
  .n2-ss-slider
  .n2-ss-slider-wrapper-inside
  .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
  bottom: -72px;
}
.post-wrap .n2-section-smartslider .n2-ss-control-bullet {
  width: 100%;
  height: 15px;
}
@media screen and (max-width: 860px) {
  .post-wrap .n2-section-smartslider .n2-ss-control-bullet {
    height: 11px;
  }
}
.post-wrap .n2-section-smartslider .n2-ss-control-bullet .nextend-bullet-bar {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.post-wrap
  .n2-section-smartslider
  .n2-ss-control-bullet
  .nextend-bullet-bar
  > div {
  width: 100%;
}
.post-wrap
  .n2-section-smartslider
  .n2-ss-control-bullet
  .nextend-bullet-bar
  > div
  .n2-bullet {
  width: 100% !important;
  height: 1px !important;
  overflow: hidden !important;
  background-color: #ccc !important;
  padding: 0 !important;
  margin: 0 !important;
}
.post-wrap
  .n2-section-smartslider
  .n2-ss-control-bullet
  .nextend-bullet-bar
  > div
  .n2-bullet.n2-active {
  background-color: #333 !important;
}

.post-wrap .press-btns .btn-download-total.loading::after {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="9.16797" width="1.66667" height="5" rx="0.833333" fill="black"/><rect y="10.833" width="1.66667" height="5" rx="0.833333" transform="rotate(-90 0 10.833)" fill="%236D6D6D"/><rect x="10.832" y="20" width="1.66667" height="5" rx="0.833333" transform="rotate(180 10.832 20)" fill="%23989898"/><rect x="20" y="9.16699" width="1.66667" height="5" rx="0.833333" transform="rotate(90 20 9.16699)" fill="%23C4C4C4"/><rect x="2.33984" y="3.51855" width="1.66667" height="5" rx="0.833333" transform="rotate(-45 2.33984 3.51855)" fill="%23414141"/><rect x="3.51953" y="17.6602" width="1.66667" height="5" rx="0.833333" transform="rotate(-135 3.51953 17.6602)" fill="%23828282"/><rect x="17.6602" y="16.4814" width="1.66667" height="5" rx="0.833333" transform="rotate(135 17.6602 16.4814)" fill="%23AEAEAE"/><rect x="16.4805" y="2.33984" width="1.66667" height="5" rx="0.833333" transform="rotate(45 16.4805 2.33984)" fill="%23D9D9D9"/></svg>');
  animation: donwloadLoader infinite 1s linear;
}
.post-wrap .press-btns .btn-download-total.loading:hover::after {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="9.16797" width="1.66667" height="5" rx="0.833333" fill="white"/><rect y="10.833" width="1.66667" height="5" rx="0.833333" transform="rotate(-90 0 10.833)" fill="%236D6D6D"/><rect x="10.832" y="20" width="1.66667" height="5" rx="0.833333" transform="rotate(180 10.832 20)" fill="%23989898"/><rect x="20" y="9.16699" width="1.66667" height="5" rx="0.833333" transform="rotate(90 20 9.16699)" fill="%23C4C4C4"/><rect x="2.33984" y="3.51855" width="1.66667" height="5" rx="0.833333" transform="rotate(-45 2.33984 3.51855)" fill="%23414141"/><rect x="3.51953" y="17.6602" width="1.66667" height="5" rx="0.833333" transform="rotate(-135 3.51953 17.6602)" fill="%23828282"/><rect x="17.6602" y="16.4814" width="1.66667" height="5" rx="0.833333" transform="rotate(135 17.6602 16.4814)" fill="%23AEAEAE"/><rect x="16.4805" y="2.33984" width="1.66667" height="5" rx="0.833333" transform="rotate(45 16.4805 2.33984)" fill="%23D9D9D9"/></svg>');
}

@keyframes donwloadLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-header {
  padding: 100px 0 80px;
}
@media screen and (max-width: 1280px) {
  .page-header {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 860px) {
  .page-header {
    padding: 50px 0;
  }
}

.page-title {
  color: #000;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1280px) {
  .page-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 860px) {
  .page-title {
    font-size: 28px;
  }
}

.page-sub-title {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .page-sub-title {
    font-size: 22px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 860px) {
  .page-sub-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.page-404 .sec-error .icon {
  width: 404px;
  height: 280px;
  background-image: url("./assets/images/icon_page_404.png");
}
@media screen and (max-width: 1280px) {
  .page-404 .sec-error .icon {
    width: 362px;
    height: 250px;
    background-size: cover;
  }
}
@media screen and (max-width: 860px) {
  .page-404 .sec-error .icon {
    width: 206px;
    height: 140px;
  }
}

.page-500 .sec-error .icon {
  width: 433px;
  height: 280px;
  background-image: url("./assets/images/icon_page_500.png");
}
@media screen and (max-width: 1280px) {
  .page-500 .sec-error .icon {
    width: 387px;
    height: 250px;
    background-size: cover;
  }
}
@media screen and (max-width: 860px) {
  .page-500 .sec-error .icon {
    width: 218px;
    height: 140px;
  }
}

.subscribe-form {
  max-width: 876px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .subscribe-form {
    max-width: 784px;
  }
}
@media screen and (max-width: 860px) {
  .subscribe-form {
    max-width: none;
  }
}
.subscribe-form input[type="text"] {
  width: 100%;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
  border: 2px solid #999;
  border-radius: 6px;
  padding: 15px 38px;
  box-sizing: border-box;
  outline: 0;
}
.subscribe-form input[type="text"]::-webkit-input-placeholder {
  color: #bbb;
}
.subscribe-form input[type="text"]::-moz-placeholder {
  color: #bbb;
}
.subscribe-form input[type="text"]::-ms-placeholder {
  color: #bbb;
}
.subscribe-form input[type="text"]::-moz-placeholder {
  color: #bbb;
}
.subscribe-form input[type="text"]::placeholder {
  color: #bbb;
}
@media screen and (max-width: 1280px) {
  .subscribe-form input[type="text"] {
    font-size: 22px;
    padding: 15px 31px;
  }
}
@media screen and (max-width: 1280px) {
  .subscribe-form input[type="text"] {
    font-size: 16px;
    padding: 9px 15px;
  }
}
.subscribe-form .form-input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 860px) {
  .subscribe-form .form-input {
    gap: 16px;
  }
}
.subscribe-form .form-checkbox {
  margin-top: 30px;
}
.subscribe-form .form-checkbox .checkbox-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.subscribe-form .form-checkbox .checkbox-item:not(:first-child) {
  margin-top: 15px;
}
.subscribe-form .form-checkbox .checkbox-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  opacity: 0;
  z-index: -1;
}
.subscribe-form .form-checkbox .checkbox-item label {
  position: relative;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 34px;
  cursor: pointer;
}
.subscribe-form .form-checkbox .checkbox-item label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #999;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
}
.subscribe-form .form-checkbox .checkbox-item label::after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: #333;
  opacity: 0;
  transition: opacity 0.2s;
  content: "";
}
.subscribe-form .form-checkbox .checkbox-item label em {
  color: #e70000;
}
.subscribe-form .form-checkbox .checkbox-item input:checked + label::after {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .subscribe-form .form-checkbox {
    margin-top: 24px;
  }
  .subscribe-form .form-checkbox .checkbox-item:not(:first-child) {
    margin-top: 16px;
  }
  .subscribe-form .form-checkbox .checkbox-item label {
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .subscribe-form .form-checkbox {
    margin-top: 30px;
  }
  .subscribe-form .form-checkbox .checkbox-item:not(:first-child) {
    margin-top: 10px;
  }
  .subscribe-form .form-checkbox .checkbox-item input {
    width: 20px;
    height: 20px;
  }
  .subscribe-form .form-checkbox .checkbox-item label {
    font-size: 14px;
    line-height: 20px;
    padding-left: 28px;
  }
  .subscribe-form .form-checkbox .checkbox-item label::before {
    width: 20px;
    height: 20px;
    border-width: 1px;
  }
  .subscribe-form .form-checkbox .checkbox-item label::after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
  }
}
.subscribe-form .subscribe-info {
  margin-top: 20px;
}
.subscribe-form .subscribe-info li {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .subscribe-form .subscribe-info li {
    line-height: 20px;
  }
}
@media screen and (max-width: 860px) {
  .subscribe-form .subscribe-info {
    margin-top: 30px;
  }
  .subscribe-form .subscribe-info li {
    font-size: 12px;
  }
}
.subscribe-form .subscribe-menu {
  display: flex;
  gap: 7px;
  color: #666;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  .subscribe-form .subscribe-menu {
    font-size: 12px;
    margin-top: 10px;
  }
}
.subscribe-form .btn-bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.subscribe-form .btn-bottom .btn-subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 576px;
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-radius: 100px;
  background-color: #000;
}
@media screen and (max-width: 1280px) {
  .subscribe-form .btn-bottom .btn-subscribe {
    width: 464px;
    font-size: 22px;
  }
}
@media screen and (max-width: 860px) {
  .subscribe-form .btn-bottom {
    margin-top: 40px;
  }
  .subscribe-form .btn-bottom .btn-subscribe {
    max-width: 480px;
    width: 100%;
    height: 54px;
    font-size: 16px;
  }
}

.subscribe-modify .form-input:not(:last-child) {
  margin-bottom: 40px;
}
.subscribe-modify .form-input .form-title {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
.subscribe-modify .form-input .form-title em {
  color: #f00;
}
@media screen and (max-width: 1280px) {
  .subscribe-modify .form-input .form-title {
    font-size: 22px;
  }
}
.subscribe-modify .form-input .error {
  color: #f2545b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-top: -4px;
}
@media screen and (max-width: 1280px) {
  .subscribe-modify .form-input .error {
    font-size: 14px;
  }
}
.subscribe-modify .form-input .select-box {
  position: relative;
  z-index: 10;
}
.subscribe-modify .form-input .select-box .value-box {
  position: relative;
}
.subscribe-modify .form-input .select-box .btn-select-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 5;
}
.subscribe-modify .form-input .select-box .btn-select-box::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 18px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 12L17.6603 0H0.339746L9 12Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 1280px) {
  .subscribe-modify .form-input .select-box .btn-select-box::after {
    width: 14px;
    height: auto;
    aspect-ratio: 18/12;
    background-size: contain;
    right: 20px;
  }
}
.subscribe-modify .form-input .select-box .option-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #ddd;
  background-color: #fff;
}
.subscribe-modify .form-input .select-box .option-list li.default {
  display: none;
}
.subscribe-modify .form-input .select-box .option-list .item-default {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  color: #bbb;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  background-color: #fff;
  padding-left: 39px;
  box-sizing: border-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1280px) {
  .subscribe-modify .form-input .select-box .option-list .item-default {
    height: 48px;
    font-size: 16px;
    padding-left: 20px;
  }
}
.subscribe-modify .form-input .select-box .option-list .item-option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  background-color: #fff;
  padding-left: 39px;
  box-sizing: border-box;
}
.subscribe-modify
  .form-input
  .select-box
  .option-list
  .item-option[data-option-selected="true"],
.subscribe-modify .form-input .select-box .option-list .item-option:hover {
  color: #fff;
  background-color: #1967d2;
}
@media screen and (max-width: 1280px) {
  .subscribe-modify .form-input .select-box .option-list .item-option {
    height: 48px;
    font-size: 16px;
    padding-left: 20px;
  }
}
.subscribe-modify
  .form-input
  .select-box[data-selectbox-unfold="true"]
  .btn-select-box::after {
  transform: translateY(-50%) rotateX(180deg);
}
.subscribe-modify
  .form-input
  .select-box[data-selectbox-unfold="true"]
  .option-list {
  display: block;
}
.subscribe-modify
  .form-input
  .select-box[data-selectbox-value=""]
  .option-list
  li.default {
  display: unset;
}
.subscribe-modify
  .form-input
  .select-box[data-selectbox-value="change"]
  ~ .change-check {
  display: block;
}
.subscribe-modify .change-check {
  display: none;
}
.subscribe-modify .change-check .check {
  display: flex;
  position: relative;
}
.subscribe-modify .change-check .check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.subscribe-modify .change-check .check label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.subscribe-modify .change-check .check label::before {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #999;
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 1280px) {
  .subscribe-modify .change-check .check label {
    font-size: 16px;
  }
  .subscribe-modify .change-check .check label::before {
    width: 18px;
    height: 18px;
  }
}
.subscribe-modify .change-check .check input:checked + label::before {
  background: #333;
  box-shadow: 0 0 0 4px inset #fff;
}
@media screen and (max-width: 1280px) {
  .subscribe-modify .change-check .check input:checked + label::before {
    box-shadow: 0 0 0 2px inset #fff;
  }
}
.subscribe-modify .change-check .sub {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  margin-top: 16px;
}
@media screen and (max-width: 1280px) {
  .subscribe-modify .change-check .sub {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}

.policy-header {
  max-width: 1176px;
  border-bottom: 1px solid #E8E8E8;
  padding: 100px 0 60px;
  margin: 0 auto;
}
.policy-header .page-title {
  color: #111;
  font-family: "Pretendard", sans-serif;
  font-size: 44px;
  text-align: left;
}
.policy-header .page-update {
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 28px;
}

.policy-description {
  max-width: 1176px;
  color: #222;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #e2e2e2;
  word-break: keep-all;
  padding-bottom: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .policy-description {
    max-width: 784px;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 860px) {
  .policy-description {
    max-width: none;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.02 em;
    padding-bottom: 40px;
    margin: 0 22px;
  }
}

.policy-content {
  max-width: 1176px;
  color: #222;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0;
  padding: 80px 0 0;
  margin: 0 auto;
}
.policy-content strong {
  font-weight: 400;
}
.policy-content .sec-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 32px;
}
.policy-content .sec-text:not(:last-child) {
  margin-bottom: 60px;
}
.policy-content .sec-text a {
  text-decoration: none;
}
.policy-content .sec-text a.has-underline {
  text-decoration: underline;
}
.policy-content .policy-img {
  width: 100%;
  margin: 32px 0 40px;
}
.policy-content .policy-img img {
  max-width: 100%;
}
.policy-content .policy-img figcaption {
  color: #666;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.01em;
  margin-top: 15px;
}
.policy-content .policy-img:last-child {
  margin-bottom: 0;
}
.policy-content .policy-table {
  width: 100%;
  box-sizing: border-box;
  margin: 32px 0;
}
.policy-content .policy-table:last-child {
  margin-bottom: 0;
}
.policy-content .policy-table th,
.policy-content .policy-table td {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  word-break: keep-all;
  border: 1px solid #999;
  background-color: #fff;
  vertical-align: middle;
  padding: 16px 40px;
}
.policy-content .policy-table th.center,
.policy-content .policy-table td.center {
  text-align: center;
}
.policy-content .policy-table th {
  color: #111;
  font-weight: 600;
  background-color: #f7f7f7;
}
.policy-content .policy-table th strong {
  font-weight: 600;
}
.policy-content .policy-table td strong {
  display: block;
  font-weight: 700;
}
.policy-content .policy-table td strong + small {
  margin-top: 4px;
}
.policy-content .policy-table td small {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 1280px) {
  .policy-content {
    max-width: 784px;
    font-size: 18px;
    line-height: 28px;
    padding: 60px 0 0;
  }
  .policy-content .sec-title {
    line-height: 30px;
    margin-bottom: 28px;
  }
  .policy-content .sec-text:not(:last-child) {
    margin-bottom: 48px;
  }
  .policy-content .policy-img {
    margin: 28px 0 48px;
  }
  .policy-content .policy-img figcaption {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
  }
  .policy-content .policy-table {
    margin: 28px 0;
  }
  .policy-content .policy-table th,
  .policy-content .policy-table td {
    line-height: 24px;
    padding: 20px 32px;
  }
}
@media screen and (max-width: 860px) {
  .policy-content {
    max-width: none;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
  .policy-content .sec-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .policy-content .sec-text {
    font-size: 17px;
    line-height: 26px;
  }
  .policy-content .sec-text:not(:last-child) {
    margin-bottom: 40px;
  }
  .policy-content .policy-img {
    margin: 20px 0 40px;
  }
  .policy-content .policy-img img {
    margin: 0 auto;
  }
  .policy-content .policy-img figcaption {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    margin-top: 10px;
  }
  .policy-content .policy-table {
    margin: 20px 0;
  }
  .policy-content .policy-table:last-child {
    margin-bottom: 0;
  }
  .policy-content .policy-table th,
  .policy-content .policy-table td {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    padding: 12px 10px;
  }
  .policy-content .policy-table td strong + small {
    margin-top: 8px;
  }
  .policy-content .policy-table td small {
    font-size: 12px;
    line-height: 18px;
  }
  .policy-content .policy-table td a[href*="mail"],
  .policy-content .policy-table td a[href*="tel"] {
    font-size: 11px;
  }
}
.policy-content .sec-text > div:has(.blt-num) {
  display: flex;
  align-items: flex-start;
}
.policy-content .sec-text > div:has(.blt-num) .blt-num {
  flex-shrink: 0;
  text-align: right;
  padding-left: 8px;
  padding-right: 7px;
}
@media screen and (max-width: 860px) {
  .policy-content .sec-text > div:has(.blt-num) .blt-num {
    padding-left: 6px;
    padding-right: 5px;
  }
}
.policy-content .sec-text > div:has(.blt-dot) {
  display: flex;
  align-items: flex-start;
}
.policy-content .sec-text > div:has(.blt-dot) .blt-dot {
  flex-shrink: 0;
  font-weight: 700;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-text-stroke: 1px;
}
@media screen and (max-width: 860px) {
  .policy-content .sec-text > div:has(.blt-dot) .blt-dot {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-text-stroke: 0;
  }
}
.policy-content .sec-text > div:has(.blt-dot) strong {
  font-weight: 500;
}

.template-heritage .page-body .tab-sub-category {
  position: sticky;
  top: 136px;
  background-color: #fff;
  padding-top: 24px;
  z-index: 10;
  transition: top 0.3s;
}
/*.template-heritage .header-hide ~ main .page-body .tab-sub-category {
  top: 0;
}*/
@media screen and (max-width: 1280px) {
  .template-heritage .page-body .tab-sub-category {
    top: 102px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 860px) {
  .template-heritage .page-body .tab-sub-category {
    top: 78px;
    padding-top: 12px;
  }
}

.page-heritage-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .page-heritage-wrap {
    flex-direction: column;
    padding-top: 40px;
  }
}
@media screen and (max-width: 860px) {
  .page-heritage-wrap {
    padding-top: 20px;
  }
}

.page-heritage-aside {
  width: 36.04%;
  transition: top 0.3s;
}
@media screen and (max-width: 1280px) {
  .page-heritage-aside {
    position: sticky;
    top: 157px;
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
    z-index: 5;
  }
}
@media screen and (max-width: 860px) {
  .page-heritage-aside {
    top: 119px;
  }
}

@media screen and (max-width: 1280px) {
  /*.header-hide ~ main .page-body .page-heritage-aside {
    top: 53px;
  }*/
}
@media screen and (max-width: 860px) {
  /*.header-hide ~ main .page-body .page-heritage-aside {
    top: 41px;
  }*/
}

.page-heritage-tabs {
  position: sticky;
  top: 142px;
  z-index: 5;
  padding-top: 81px;
  transition: top 0.3s;
}
/*
.header-hide ~ main .page-heritage-tabs {
  top: 6px;
}
  */
.page-heritage-tabs li {
  display: flex;
  justify-content: flex-start;
}
.page-heritage-tabs li:not(:first-child) {
  margin-top: 24px;
}
.page-heritage-tabs .tab {
  color: #999;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  transition: font-size 0.2s;
  font-family: "Poppins", sans-serif;
}
.page-heritage-tabs .tab[aria-selected="true"] {
  color: #111;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
  .page-heritage-tabs {
    position: relative;
    top: auto;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0;
    padding-right: 60px;
  }
  .page-heritage-tabs li:not(:first-child) {
    margin: 0;
  }
  .page-heritage-tabs .tab {
    display: none;
  }
  .page-heritage-tabs .tab[aria-selected="true"] {
    display: block;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 860px) {
  .page-heritage-tabs {
    padding-right: 42px;
  }
  .page-heritage-tabs .tab[aria-selected="true"] {
    font-size: 48px;
  }
}
.page-heritage-tabs .btn-toggle-selector {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 60px;
  box-sizing: border-box;
}
.page-heritage-tabs .btn-toggle-selector::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  height: 48px;
  background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 33.6001L13.6077 19.2001L34.3923 19.2001L24 33.6001Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  margin-top: -24px;
  content: "";
}
@media screen and (max-width: 1280px) {
  .page-heritage-tabs .btn-toggle-selector {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .page-heritage-tabs .btn-toggle-selector {
    padding-right: 42px;
  }
  .page-heritage-tabs .btn-toggle-selector::after {
    width: 30px;
    height: 30px;
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 21L8.50481 12L21.4952 12L15 21Z" fill="black"/></svg>');
    margin-top: -15px;
  }
}
.page-heritage-tabs .page-heritage-selector {
  display: none;
  position: absolute;
  top: 100%;
  right: 12px;
  width: 200px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  margin-top: 20px;
  box-sizing: border-box;
  z-index: 11;
  padding: 30px 0;
}
.page-heritage-tabs .page-heritage-selector li:not(:first-child) {
  margin-top: 24px;
}
.page-heritage-tabs .page-heritage-selector li .tab {
  display: block;
  width: 100%;
  height: 24px;
  color: #999;
  font-size: 24px;
  font-weight: 275;
  line-height: 1;
  text-align: center;
}
.page-heritage-tabs .page-heritage-selector li:nth-child(1) .tab {
  letter-spacing: 0.03em;
}
.page-heritage-tabs .page-heritage-selector li:nth-child(2) .tab {
  letter-spacing: 0.03em;
}
.page-heritage-tabs .page-heritage-selector li:nth-child(3) .tab {
  letter-spacing: -0.01em;
}
.page-heritage-tabs .page-heritage-selector li:nth-child(4) .tab {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 861px) {
  .page-heritage-tabs .page-heritage-selector {
    display: none !important;
  }
}
@media screen and (max-width: 860px) {
  .page-heritage-tabs .page-heritage-selector {
    right: 0;
    width: 176px;
    padding: 24px 0;
    margin-top: 16px;
  }
  .page-heritage-tabs .page-heritage-selector .tab {
    height: 22px;
    font-size: 22px;
  }
  .page-heritage-tabs .page-heritage-selector:nth-child(1) .tab {
    letter-spacing: 0.01em;
  }
  .page-heritage-tabs .page-heritage-selector:nth-child(2) .tab {
    letter-spacing: 0.06em;
  }
  .page-heritage-tabs .page-heritage-selector:nth-child(3) .tab {
    letter-spacing: -0.01em;
  }
  .page-heritage-tabs .page-heritage-selector:nth-child(4) .tab {
    letter-spacing: 0.04em;
  }
}
.page-heritage-tabs[data-selector-visible="true"] .page-heritage-selector {
  display: block;
}
.page-heritage-tabs[data-selector-visible="true"]
  .page-heritage-selector
  li
  .tab[aria-selected="true"] {
  color: #333;
  font-weight: 600;
}
.page-heritage-tabs[data-selector-visible="true"] .btn-toggle-selector::after {
  transform: rotateX(180deg);
}

.image-heritage-preview {
  width: 100%;
  margin-top: 24px;
}
.image-heritage-preview img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .image-heritage-preview {
    display: none;
  }
}

.page-heritage-contetns {
  width: 57.77%;
  padding-top: 80px;
}
.page-heritage-contetns .heritage-item-group:first-of-type {
  border-top: 1px solid #e2e2e2;
}
.page-heritage-contetns .heritage-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 86px;
  border-bottom: 1px solid #e2e2e2;
}
.page-heritage-contetns .heritage-item .date {
  flex-shrink: 0;
  width: 150px;
  color: #999;
  font-size: 18px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.page-heritage-contetns .heritage-item .thumb {
  flex-shrink: 0;
  width: 126px;
  height: 70px;
  overflow: hidden;
}
.page-heritage-contetns .heritage-item .thumb a {
  position: relative;
  display: block;
  height: 100%;
}
.page-heritage-contetns .heritage-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1280px) {
  .page-heritage-contetns .heritage-item .thumb a:hover::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
  }
  .page-heritage-contetns .heritage-item .thumb a:hover::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 10V16H17V10" stroke="%23111111"/><path d="M9 0V12" stroke="%23111111"/><path d="M5 8L9 12L13 8" stroke="%23111111"/></svg>');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, 0.9);
    content: "";
  }
}
.page-heritage-contetns .heritage-item .title {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 126px - 150px);
  padding-right: 19px;
  box-sizing: border-box;
}
.page-heritage-contetns .heritage-item .title .text-inner {
  position: relative;
  max-width: 100%;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.01em;
  padding-right: 30px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-heritage-contetns .heritage-item .title a::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7162 5.01612C14.4044 3.32796 17.1959 3.32796 18.884 5.01612C20.5722 6.70427 20.5722 9.49573 18.884 11.1839L15.8032 14.2647C14.3368 15.8525 11.9507 15.936 10.3068 14.8401C9.73235 14.4571 9.57713 13.681 9.96007 13.1066C10.343 12.5322 11.1191 12.377 11.6935 12.7599C12.4414 13.2585 13.4396 13.1483 13.9752 12.5592C13.9885 12.5445 14.0022 12.5301 14.0162 12.5161L17.1162 9.41612C17.8281 8.70427 17.8281 7.49573 17.1162 6.78388C16.4299 6.09752 15.2818 6.07295 14.5623 6.71017L14.4402 6.89337C14.0573 7.46779 13.2812 7.623 12.7068 7.24006C12.1323 6.85712 11.9771 6.08104 12.3601 5.50663L12.5601 5.20663C12.6057 5.13814 12.658 5.07432 12.7162 5.01612Z" fill="%23999999"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.15916 9.67518C9.6314 8.33678 11.8971 7.98543 13.65 9.30011C14.2023 9.71432 14.3142 10.4978 13.9 11.0501C13.4858 11.6024 12.7023 11.7143 12.15 11.3001C11.5107 10.8207 10.5912 10.8623 9.86735 11.5013L6.7978 14.6698L6.78388 14.684C6.07204 15.3958 6.07204 16.6044 6.78388 17.3162C7.49573 18.0281 8.70427 18.0281 9.41612 17.3162L10.3 18.2001L9.41612 17.3162L9.71612 17.0162C10.2043 16.5281 10.9957 16.5281 11.4839 17.0162C11.972 17.5044 11.972 18.2958 11.4839 18.784L11.1839 19.084C9.49573 20.7721 6.70427 20.7721 5.01612 19.084C3.3305 17.3984 3.32797 14.6128 5.00851 12.9238L8.1022 9.73036C8.1206 9.71137 8.13959 9.69297 8.15916 9.67518Z" fill="%23999999"/></svg>');
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 1280px) {
  .page-heritage-contetns .heritage-item[data-item-highlight="true"] {
    background-color: #f9f9f9;
  }
}
@media screen and (max-width: 1280px) {
  .page-heritage-contetns {
    width: 100%;
    padding-top: 0;
  }
  .page-heritage-contetns .heritage-item {
    height: auto;
    padding: 8px 0;
  }
  .page-heritage-contetns .heritage-item .date {
    width: 161px;
    font-size: 14px;
  }
  .page-heritage-contetns .heritage-item .thumb {
    width: 104px;
    height: 58px;
  }
  .page-heritage-contetns .heritage-item .title {
    width: calc(100% - 104px - 161px);
    padding-right: 40px;
  }
  .page-heritage-contetns .heritage-item .title .text-inner {
    font-size: 18px;
    line-height: 26px;
    padding-right: 29px;
  }
}
@media screen and (max-width: 860px) {
  .page-heritage-contetns .heritage-item {
    align-items: flex-start;
    height: auto;
    border-bottom: 1px solid #e2e2e2;
    padding: 24px 0;
  }
  .page-heritage-contetns .heritage-item .date {
    width: 71px;
    font-size: 12px;
    margin-top: 5px;
  }
  .page-heritage-contetns .heritage-item .thumb {
    width: 61px;
    height: 40px;
    margin-top: 5px;
  }
  .page-heritage-contetns .heritage-item .title {
    width: calc(100% - 61px - 71px);
    padding-right: 10px;
  }
  .page-heritage-contetns .heritage-item .title .text-inner {
    font-size: 14px;
    line-height: 22px;
    padding-right: 0;
    white-space: wrap;
  }
  .page-heritage-contetns .heritage-item .title a::after {
    display: inline-block;
    position: static;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 2px;
    vertical-align: -3px;
  }
}

.heritage-img-layer {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
}
.heritage-img-layer figure {
  width: 100%;
}
.heritage-img-layer figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.heritage-img-layer .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="20" fill="%23333333"/><path d="M12.7266 12.7274L27.272 27.2728" stroke="white" stroke-width="2"/><path d="M27.2734 12.7274L12.728 27.2728" stroke="white" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
}
.heritage-img-layer a[download] {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}
.heritage-img-layer a[download]::before {
  width: 20px;
  height: 15px;
  background-image: url('data:image/svg+xml,<svg width="20" height="15" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 8.61523V13.9998H19.0023V8.61523" stroke="%23666666"/><path d="M10 0L10 10.7692" stroke="%23666666"/><path d="M5.5 6.46191L10.0001 10.7696L14.5002 6.46191" stroke="%23666666"/></svg>');
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 1280px) {
  .heritage-img-layer {
    display: none !important;
  }
}
@media screen and (max-width: 860px) {
  .heritage-img-layer {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .heritage-img-layer .btn-close {
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="11" fill="%23333333"/><path d="M7 7L15 15" stroke="white"/><path d="M15 7L7 15" stroke="white"/></svg>');
  }
  .heritage-img-layer a[download] {
    gap: 8px;
    font-size: 14px;
  }
  .heritage-img-layer a[download]::before {
    width: 18px;
    height: 14px;
    background-image: url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 8V13H17V8" stroke="%23666666"/><path d="M9 0L9 10" stroke="%23666666"/><path d="M5 6L9 10L13 6" stroke="%23666666"/></svg>');
  }
}
.heritage-img-layer[data-image-layer-visible="true"] {
  display: flex;
}

body.admin-bar #header {
  top: 32px;
}

body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(
    .page-template
  ) {
  background-color: #26262c;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-header
  .archive-title {
  color: #fff;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  .item
  .item-link,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="grid"]
  .item
  .title,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="horizontal"]
  .item
  .title {
  color: #fff;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="grid"]
  .item
  .date,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="horizontal"]
  .item
  .date {
  color: #888;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="grid"]
  .item
  .category
  a,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="horizontal"]
  .item
  .category
  a {
  color: #999 !important;
  border-color: #999 !important;
  background-color: transparent !important;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="grid"]
  .item
  .category
  a:hover,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="horizontal"]
  .item
  .category
  a:hover {
  color: #111 !important;
  background-color: #999 !important;
}
@media screen and (min-width: 1280px) {
  body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
    .archive-list-wrap
    .item
    .title
    .text-inner {
    background-image: linear-gradient(to top, #fff 0, #fff 1px, transparent 1px);
  }
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-body
  .list-options,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .page-body
  .list-options {
  border-color: #999;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="grid"]
  .item
  .thumb,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="horizontal"]
  .item
  .thumb {
  background-color: #26262c;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-body
  .list-type-toggler
  .slot,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .page-body
  .list-type-toggler
  .slot {
  border-color: #999;
  background-color: #26262c;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="grid"]
  .item
  .tags
  a,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  ul[data-list-type="horizontal"]
  .item
  .tags
  a {
  color: #ccc;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-body
  .list-type-toggler
  label::before,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-body
  .list-type-toggler
  label::after,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .page-body
  .list-type-toggler
  label::before,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .page-body
  .list-type-toggler
  label::after {
  border-color: #777;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-body
  .list-type-toggler
  input:checked
  + label::before,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-body
  .list-type-toggler
  input:checked
  + label::after,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .page-body
  .list-type-toggler
  input:checked
  + label::before,
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .page-body
  .list-type-toggler
  input:checked
  + label::after {
  border-color: #ccc;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  .list-pagination
  .list-pages
  > * {
  color: #fff;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  .list-pagination
  .btn-nav {
  opacity: 0.9;
}
body:has(.archive-list-wrap).blog:not(.archive):not(.search):not(.page-template)
  .archive-list-wrap
  .list-pagination
  .list-pages
  > .current-page {
  color: #ea002c;
  opacity: 0.8;
}

.home-notice-popup-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  pointer-events: none;
}
.home-notice-popup-wrap .popup-item {
  position: absolute;
  top: 191px;
  left: 245px;
  z-index: 5;
  width: 400px;
  pointer-events: auto;
}
.home-notice-popup-wrap .popup-item .popup-cont {
  width: 400px;
  height: 400px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-sizing: border-box;
}
.home-notice-popup-wrap .popup-item .popup-cont a {
  display: block;
  width: 400px;
  height: 400px;
  margin: -1px 0 0 -1px;
}
.home-notice-popup-wrap .popup-item .popup-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-notice-popup-wrap .popup-item .popup-bottom {
  position: relative;
  display: flex;
  width: 400px;
  height: 44px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.home-notice-popup-wrap .popup-item .popup-bottom input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.home-notice-popup-wrap .popup-item .popup-bottom label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.home-notice-popup-wrap .popup-item .popup-bottom .check-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #111;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: -2px;
}
.home-notice-popup-wrap
  .popup-item
  .popup-bottom
  input:checked
  + label
  .check-box::before {
  width: 13px;
  height: 11px;
  background-image: url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.741577 5.013L4.27729 8.9209L11.7416 0.670898" stroke="%23111111" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -1px;
  content: "";
}
.home-notice-popup-wrap .popup-item .btn-popup-close {
  position: absolute;
  top: -42px;
  right: -42px;
  width: 42px;
  height: 42px;
  background-image: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="21" cy="21" r="21" fill="white"/><path d="M13.8557 14.604L27.6443 28.3926" stroke="%23333333" stroke-width="2"/><path d="M27.6443 14.604L13.8557 28.3926" stroke="%23333333" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (max-width: 860px) {
  .home-notice-popup-wrap .popup-item {
    top: 132px;
    left: 50%;
    width: 350px;
    transform: translateX(-50%);
  }
  .home-notice-popup-wrap .popup-item .popup-cont {
    width: 350px;
    height: 350px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .home-notice-popup-wrap .popup-item .popup-cont a {
    width: 350px;
    height: 350px;
  }
  .home-notice-popup-wrap .popup-item .popup-bottom {
    width: 350px;
    height: 48px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .home-notice-popup-wrap .popup-item .popup-bottom label {
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
  }
  .home-notice-popup-wrap .popup-item .popup-bottom .check-box {
    width: 24px;
    height: 24px;
  }
  .home-notice-popup-wrap .popup-item .btn-popup-close {
    right: 0;
    top: -54px;
  }
}
/* fact web font */
.post-wrap .category-fact.fact-serif .post-header .post-title,
.post-wrap .category-fact.fact-serif .post-body .post-contents {
  font-family: "Noto Serif KR", serif;
}

.post-summary-header {
  position: fixed;
  top: 136px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.post-summary-header.visible {
  opacity: 1;
  pointer-events: auto;
}
.post-summary-header .summary-header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #26262C;
  padding-inline: 72px;
  box-sizing: border-box;
}
.post-summary-header .summary-header-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1520px;
  height: 100%;
  white-space: nowrap;
}
.post-summary-header .summary-header-category {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 99px;
  border: 1px solid #fff;
  padding-inline: 11px;
  box-sizing: border-box;
}
.post-summary-header .summary-header-title {
  flex-shrink: 0;
  max-width: calc(100% - 100px);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1280px) {
  .post-summary-header {
    top: 102px;
  }
  .post-summary-header .summary-header-wrap {
    padding-inline: 40px;
  }
  .post-summary-header .summary-header-category {
    height: 22px;
    font-size: 11px;
  }
  .post-summary-header .summary-header-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 860px) {
  .post-summary-header {
    top: 78px;
  }
  .post-summary-header .summary-header-wrap {
    height: 48px;
    padding-inline: 22px;
  }
  .post-summary-header .summary-header-inner {
    gap: 8px;
  }
  .post-summary-header .summary-header-category {
    height: 22px;
    font-size: 10px;
    padding-inline: 9px;
  }
  .post-summary-header .summary-header-title {
    font-size: 16px;
  }
}
body .main-gnb:has(li.current-post-ancestor) a:hover::after {
  width: 0;
}
body:has(.category-slug-fact) .main-gnb li.current-post-ancestor a[href*="category/fact"]::after {
  width: 100%;
}
body:has(.category-slug-press) .main-gnb li.current-post-ancestor a[href*="category/press"]::after {
  width: 100%;
}
body:has(.category-slug-tech-and-ai) .main-gnb li.current-post-ancestor a[href*="category/tech-and-ai"]::after {
  width: 100%;
}
body:has(.category-slug-story) .main-gnb li.current-post-ancestor a[href*="category/story"]::after {
  width: 100%;
}
body:has(.category-slug-ir) .main-gnb li.current-post-ancestor a[href*="category/ir"]::after {
  width: 100%;
}

body:has(.category-slug-fact) .main-menu-mobile .main-gnb-mobile li.current-post-ancestor a[href*="category/fact"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
body:has(.category-slug-press) .main-menu-mobile .main-gnb-mobile li.current-post-ancestor a[href*="category/press"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
body:has(.category-slug-tech-and-ai) .main-menu-mobile .main-gnb-mobile li.current-post-ancestor a[href*="category/tech-and-ai"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
body:has(.category-slug-story) .main-menu-mobile .main-gnb-mobile li.current-post-ancestor a[href*="category/story"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
body:has(.category-slug-ir) .main-menu-mobile .main-gnb-mobile li.current-post-ancestor a[href*="category/ir"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.label-new {
  display: flex;
  align-items: center;
  height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  border-radius: 4px;
  background-color: #A25AFF;
  padding: 0 6px;
  margin-left: 2px;
  margin-top: 2px;
}
.archive-list-wrap .item .category .label-new {
  margin-left: 4px;
}
@media screen and (max-width: 860px) {
  .label-new {
    height: 15px;
    font-size: 9px;
    padding: 0 4px;
    margin-left: 0;
    margin-top: 4px;
  }
  .archive-list-wrap .item .category .label-new {
    margin-left: 2px;
  }
  .archive-list-wrap ul[data-list-type="horizontal"] .item .category .label-new {
    height: 11px;
    font-size: 7px;
    padding: 0 3px;
    margin-left: 2px;
    margin-top: 1px;
  }
}

.page-contact-us {
  padding-top: 100px;
}
.page-contact-us .contact-item {
  max-width: 1176px;
  margin: 0 auto;
}
.page-contact-us .contact-item:not(:first-of-type) {
  margin-top: 80px;
}
.page-contact-us .contact-item .item-title {
  color: #111;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.page-contact-us .contact-item .item-block {
  position: relative;
  border-radius: 8px;
  background-color: #F2F2F2;
  padding: 40px;
}
.page-contact-us .contact-item .block-text {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.01em;
}
.page-contact-us .contact-item .block-text small {
  font-size: 17px;
  font-weight: 300;
  line-height: 50px;
}
.page-contact-us .contact-item .block-text .link-tel {
  display: flex;
  align-items: center;
  gap: 9px;
}
.page-contact-us .contact-item .block-text a {
  color: #608CBA;
  text-decoration: underline;
}
.page-contact-us .contact-item .block-text p:not(:first-of-type) {
  margin-top: 20px;
}
.page-contact-us .contact-item .block-icon {
  position: absolute;
}
.page-contact-us .contact-item .block-icon.icon-1 {
  bottom: 40px;
  right: 40px;
  width: 180px;
  height: auto;
}
.page-contact-us .contact-item .block-icon.icon-2 {
  bottom: 55px;
  right: 48px;
  width: 164px;
  height: auto;
}
.page-contact-us .contact-item .block-text small a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .page-contact-us {
    padding-top: 80px;
  }
  .page-contact-us .contact-item:not(:first-of-type) {
    margin-top: 60px;
  }
  .page-contact-us .contact-item .block-text {
    padding-right: 300px;
  }
}
@media screen and (max-width: 860px) {
  .page-contact-us {
    padding-top: 50px;
  }
  .page-contact-us .contact-item:not(:first-of-type) {
    margin-top: 60px;
  }
  .page-contact-us .contact-item .item-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .page-contact-us .contact-item .item-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 8px;
    padding: 32px 20px;
  }
  .page-contact-us .contact-item .block-text {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .page-contact-us .contact-item .block-text small {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }
  .page-contact-us .contact-item .block-text .link-tel {
    gap: 4px;
  }
  .page-contact-us .contact-item .block-text p:not(:first-of-type) {
    margin-top: 20px;
  }
  .page-contact-us .contact-item .block-icon {
    position: static;
    margin-top: 20px;
  }
  .page-contact-us .contact-item .block-icon.icon-1 {
    width: 140px;
  }
  .page-contact-us .contact-item .block-icon.icon-2 {
    width: 140px;
  }

}

/* WeChat share QR modal */
.wechat-qr-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-tap-highlight-color: transparent;
}
.wechat-qr-box {
  position: relative;
  box-sizing: border-box;
  padding: 32px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  max-width: 90vw;
}
.wechat-qr-box .wechat-qr-code {
  line-height: 0;
}
.wechat-qr-box .wechat-qr-code img,
.wechat-qr-box .wechat-qr-code canvas {
  display: block;
  width: 220px;
  height: 220px;
  max-width: 100%;
}
.wechat-qr-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.wechat-qr-close::before,
.wechat-qr-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #222222;
  transform: translate(-50%, -50%) rotate(45deg);
}
.wechat-qr-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.wechat-qr-open {
  overflow: hidden;
}

@media (max-width: 480px) {
  .wechat-qr-box {
    padding: 24px;
  }
  .wechat-qr-box .wechat-qr-code img,
  .wechat-qr-box .wechat-qr-code canvas {
    width: 60vw;
    height: 60vw;
    max-width: 260px;
    max-height: 260px;
  }
}
