.csr-logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  white-space: nowrap;
}

.csr-logo-icon {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}

.csr-logo-mark {
  display: inline-block;
  color: #000;
  font-family: "SamsungSharpSans", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

header .header_inner .logo > a .csr-logo-mark {
  width: auto;
}

header.header {
  height: auto;
  border-bottom: 0;
  z-index: 999;
}

header.header .header_inner {
  height: 104px;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1480px;
  margin: 0 auto;
  background: #fff;
}

header.header .header_inner .logo {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding-top: 32px;
  margin: 0;
}

header.header .header_inner .logo > a {
  display: inline-block;
  width: auto;
  height: auto;
}

header.header .header_inner .nav_wrap {
  display: flex;
}

.public-language-switch {
  position: relative;
}

.public-language-switch .btn_nation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.public-language-switch .btn_nation::after {
  display: none;
}

header .header_inner .utils .public-language-switch .btn_nation::after,
header .header_inner .utils .public-language-switch .btn_nation:hover::after {
  content: none;
  display: none;
  background: none;
}

.public-language-current-flag {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.public-language-menu {
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  width: 250px;
  padding: 18px 20px;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(0, 0, 0, .14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 1004;
}

.public-language-switch.is-open .public-language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.public-language-option {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 46px;
  padding: 0;
  border-radius: 0;
  color: #111;
  font-family: "SamsungSharpSans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: left;
}

.public-language-option img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  object-fit: cover;
}

.public-language-option:hover,
.public-language-option:focus {
  background: transparent;
  color: #1E64FA;
}

.public-language-option.is-active {
  color: #1E64FA;
  font-weight: 800;
}

.public-language-option.is-active::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: auto;
  border-radius: 50%;
  background: currentColor;
}

.csr-popup-info-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .64);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
  z-index: 2000;
}

.csr-popup-info-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.csr-popup-info-content {
  position: relative;
  width: fit-content;
  max-width: min(88vw, 520px);
  max-height: min(82vh, 760px);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
  transform: translateY(14px) scale(.98);
  transition: transform .22s ease;
}

.csr-popup-info-modal.is-open .csr-popup-info-content {
  transform: translateY(0) scale(1);
}

.csr-popup-info-content img {
  display: block;
  width: auto;
  max-width: min(88vw, 520px);
  max-height: min(82vh, 760px);
  border-radius: 8px;
  object-fit: contain;
}

.csr-popup-info-link {
  display: block;
}

.csr-popup-info-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  z-index: 1;
}

body.csr-popup-info-open {
  overflow: hidden;
}

.csr-event-banner {
  position: fixed;
  right: clamp(16px, 5vw, 80px);
  bottom: clamp(18px, 4vw, 42px);
  width: min(392px, calc(100vw - 32px));
  padding: 28px 28px 26px;
  border: 0;
  border-radius: 26px;
  background: #fff;
  color: #000;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
  overflow: hidden;
  z-index: 1002;
}

.csr-event-banner.is-hidden {
  display: none;
}

.csr-event-banner-close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
  box-shadow: none;
  text-decoration: none;
}

.csr-event-banner-bell {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0 16px;
  vertical-align: top;
}

.csr-event-banner-bell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.csr-event-banner-eyebrow {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  margin: 4px 38px 0 12px;
  padding: 0 14px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.csr-event-banner-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7d45ff;
}

.csr-event-banner h3 {
  margin: 0;
  max-width: 310px;
  color: #111;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.csr-event-countdown {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.csr-event-countdown div {
  display: grid;
  gap: 6px;
  min-height: 62px;
  place-items: center;
  border-radius: 12px;
  background: #f5f5f5;
}

.csr-event-countdown strong {
  color: #111;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1;
}

.csr-event-countdown span {
  color: #555;
  font-size: .75rem;
  font-weight: 700;
}

.csr-event-countdown b {
  color: #111;
  font-size: 1.125rem;
  line-height: 1;
}

.csr-event-date {
  margin-top: 16px;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
}

.csr-event-banner-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.csr-event-banner-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  transition: transform .2s ease, opacity .2s ease;
}

.csr-event-banner-links a:hover,
.csr-event-banner-links a:focus {
  transform: translateY(-2px);
}

.csr-event-banner-links a.is-disabled {
  opacity: .35;
  pointer-events: none;
}

.csr-event-banner-links img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: invert(1);
}

.csr-event-banner-links .youtube img,
.csr-event-banner-links .facebook img,
.csr-event-banner-links .whatsapp img,
.csr-event-banner-links .instagram img {
  width: 100%;
  height: 100%;
  filter: none;
}

.csr-event-banner-links .youtube {
  background: transparent;
}

.csr-event-banner-links .facebook,
.csr-event-banner-links .whatsapp {
  background: transparent;
}

.csr-event-banner-links .instagram {
  background: transparent;
}

.csr-event-banner .button_more {
  min-width: 132px;
  height: 46px;
  margin-top: 20px;
  padding: 0 22px;
  border: 1px solid #000;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: .9375rem;
  font-weight: 800;
}

.csr-event-banner .button_more::after {
  display: none;
}

@media (max-width: 768px) {
  .csr-popup-info-modal {
    padding: 18px;
  }

  .csr-popup-info-content,
  .csr-popup-info-content img {
    max-width: calc(100vw - 36px);
    max-height: calc(100vh - 72px);
  }

  .csr-popup-info-close {
    top: -14px;
    right: -10px;
    width: 36px;
    height: 36px;
    font-size: 26px;
    line-height: 32px;
  }

  .csr-event-banner {
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 32px);
    padding: 24px 20px 22px;
    border-radius: 24px;
  }

  .csr-event-banner-close {
    top: 14px;
    right: 16px;
    width: 28px;
    height: 28px;
    font-size: 1.625rem;
  }

  .csr-event-banner-bell {
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
  }

  .csr-event-banner-eyebrow {
    height: 30px;
    margin: 4px 34px 0 10px;
    padding: 0 12px;
    font-size: .75rem;
  }

  .csr-event-banner h3 {
    max-width: none;
    font-size: 1.25rem;
  }

  .csr-event-countdown {
    gap: 8px;
    margin-top: 20px;
  }

  .csr-event-countdown div {
    min-height: 58px;
  }

  .csr-event-countdown strong {
    font-size: 1.5rem;
  }

  .csr-event-countdown span {
    font-size: .6875rem;
  }

  .csr-event-countdown b {
    font-size: 1rem;
  }

  .csr-event-banner-links {
    gap: 10px;
  }

  .csr-event-banner-links a {
    width: 38px;
    height: 38px;
  }

  .csr-event-banner .button_more {
    width: 130px;
    height: 44px;
  }
}

@media (max-width: 420px) {
  .csr-event-banner {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    padding: 22px 16px 20px;
    border-radius: 20px;
  }

  .csr-event-banner-bell {
    width: 34px;
    height: 34px;
  }

  .csr-event-banner-eyebrow {
    height: 28px;
    margin: 3px 30px 0 8px;
    padding: 0 10px;
    font-size: .6875rem;
  }

  .csr-event-banner h3 {
    font-size: 1.125rem;
  }

  .csr-event-countdown {
    gap: 6px;
    margin-top: 16px;
  }

  .csr-event-countdown div {
    min-height: 54px;
    border-radius: 10px;
  }

  .csr-event-countdown strong {
    font-size: 1.375rem;
  }

  .csr-event-banner-links {
    gap: 8px;
    margin-top: 16px;
  }

  .csr-event-banner-links a {
    width: 34px;
    height: 34px;
  }

  .csr-event-banner .button_more {
    min-width: 122px;
    height: 42px;
    margin-top: 16px;
    font-size: .875rem;
  }
}

header .header_inner .nav_wrap .main-menu .sub-menu .sub-menu {
  opacity: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 16px;
  border-left: 2px solid #eee;
  transition: none;
}

header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children:hover > .sub-menu,
header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children:focus-within > .sub-menu,
header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children.is-submenu-open > .sub-menu {
  opacity: 1 !important;
  height: auto !important;
  visibility: visible !important;
  overflow: visible;
  margin: 8px 0 0;
}

header .header_inner .nav_wrap .main-menu .sub-menu .sub-menu .menu-item {
  padding: 6px 0;
}

header .header_inner .nav_wrap .main-menu .sub-menu .sub-menu .menu-item > a {
  display: inline-block;
  color: #777;
  font-size: .9375rem;
  line-height: 20px;
  font-weight: 500;
}

header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  color: #666;
  font-weight: 500;
}

header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children > a::before {
  content: "";
  order: 2;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url(../images/chevron-down.svg) no-repeat center/16px 16px;
  opacity: .72;
}

header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children:hover > a::before,
header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children:focus-within > a::before,
header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children.is-submenu-open > a::before {
  background-image: url(../images/chevron-up.svg);
  opacity: 1;
}

header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children:hover > a,
header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children:focus-within > a,
header .header_inner .nav_wrap .main-menu .sub-menu .menu-item-has-children.is-submenu-open > a {
  color: #1A1A1A;
  font-weight: 500;
}

header .header_inner .utils .public-login-menu {
  position: relative;
}

header .header_inner .utils .public-login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  min-width: 36px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: "SamsungSharpSans", Arial, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

header .header_inner .utils .public-login-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  background: currentColor;
  -webkit-mask: url(../images/user-icon.svg) no-repeat center/contain;
  mask: url(../images/user-icon.svg) no-repeat center/contain;
}

header .header_inner .utils .public-login-link:hover,
header .header_inner .utils .public-login-link:focus,
header .header_inner .utils .public-login-menu.is-open .public-login-link {
  color: #1E64FA;
}

header .header_inner .utils .public-login-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  width: 330px;
  padding: 24px 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(0, 0, 0, .14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 1004;
}

header .header_inner .utils .public-login-menu.is-open .public-login-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header .header_inner .utils .public-login-dropdown a {
  display: flex;
  align-items: center;
  min-height: 38px;
  color: #111;
  font-family: "SamsungSharpSans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
}

header .header_inner .utils .public-login-dropdown a:hover,
header .header_inner .utils .public-login-dropdown a:focus {
  color: #1E64FA;
}

header .header_inner .utils .public-login-dropdown .public-login-primary {
  display: inline-flex;
  min-height: auto;
  margin-bottom: 18px;
  font-size: 1.0625rem;
  font-weight: 800;
}

header .header_inner .utils .public-login-promo {
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  color: #333;
}

header .header_inner .utils .public-login-promo span {
  font-size: 1.5rem;
  line-height: 1;
}

header .header_inner .utils .public-login-divider {
  height: 1px;
  margin: 0 0 14px;
  background: #ddd;
}

#footer .info .logos {
  max-width: 520px;
}

#footer .csr-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #000;
  text-decoration: none;
}

#footer .csr-footer-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}

#footer .csr-footer-brand span {
  font-family: "SamsungSharpSans", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

#footer .csr-footer-description {
  max-width: 520px;
  margin-top: 18px;
  color: #555;
  font-size: 1rem;
  line-height: 1.65;
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget,
.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.nav-open header.header {
  height: 383px;
  min-height: 383px;
}

.csr-member-highlights .carousel_slide .images {
  background: #fff;
  border: 1px solid #f0f0f0;
}

.csr-member-highlights .carousel_slide .images img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.csr-member-highlights .carousel_slide_item a:hover .images img {
  transform: translate(-50%, -50%) scale(1.04);
}

.latest_articles {
  margin-top: clamp(56px, 6vw, 96px);
}

.csr-member-highlights.highlights {
  padding-bottom: 28px;
}

.csr-member-highlights + .latest_articles {
  margin-top: 26px;
}

.latest_articles .article_container {
  margin-bottom: clamp(88px, 8vw, 136px);
}

.latest_articles .article_header_wrapper {
  height: auto;
  margin-bottom: 0;
}

.latest_articles .article_header {
  position: static;
}

.latest_articles .article_main_title {
  margin-bottom: 26px;
  color: #000;
  font-size: 1.875rem;
  line-height: 1.2;
}

.latest_articles .article_tab {
  height: 34px;
  gap: 30px;
  color: #666;
  font-size: 1.25rem;
  line-height: 26px;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
}

.latest_articles .article_tab li {
  padding-bottom: 8px;
}

.latest_articles .article_tab .active {
  border-bottom: 4px solid #4d63ff;
  color: #4d63ff;
  font-weight: 700;
}

.latest_articles .article_box {
  margin-top: 44px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 56px;
}

.latest_articles .article_lists .article_img_box {
  padding-bottom: 56.35%;
  border-radius: 7px;
  background: #f5f5f5;
}

.latest_articles .article_lists .article_text_box {
  margin-top: 24px;
  gap: 14px;
}

.latest_articles .article_lists .article_category {
  color: #666;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

.latest_articles .article_title {
  min-height: 64px;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.32;
  font-weight: 700;
  word-break: normal;
  overflow-wrap: anywhere;
}

.latest_articles .article_data {
  margin-bottom: 0;
  color: #666;
  font-size: 1.0625rem;
  line-height: 1.45;
  font-weight: 500;
}

.latest_articles .latest_box {
  position: relative;
}

.latest_articles .latest_box .button_more {
  position: relative;
  display: flex;
  width: max-content;
  z-index: 1;
  margin: 72px auto 0;
}

.latest_articles .latest_box:has(.button_more)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  height: 1px;
  background: #e5e8f0;
}

.csr-member-highlights .carousel_slide_utils,
.library .carousel_slide_utils {
  right: 176px;
}

.csr-member-highlights .carousel_slide_more,
.library .carousel_slide_more {
  min-width: 132px;
  justify-content: flex-end;
  white-space: nowrap;
}

.csr-media-search {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.csr-media-search__inner {
  width: 100%;
  max-width: 1920px;
  min-height: 78px;
  margin: 0 auto;
  padding: 18px 40px;
}

.csr-media-search .search_area {
  float: right;
  position: relative;
  display: flex;
  width: 580px;
  max-width: 100%;
  margin: 0;
  padding-right: 210px;
}

.csr-media-search .basic_srch {
  position: relative;
  width: 100%;
}

.csr-media-search .basic_srch input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 55px 0 14px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #333;
  font-size: 1rem;
  background: #fff;
  appearance: none;
}

.csr-media-search .basic_srch .btn_srch {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 0 3px 3px 0;
  background: #fff;
}

.csr-media-search .basic_srch .btn_srch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(../images/gnb-search-pc.svg) no-repeat center/24px 24px;
}

.csr-media-search .box_adv_srch {
  position: absolute;
  top: 5px;
  right: 0;
  width: 180px;
  height: 40px;
}

.csr-media-search .box_adv_srch .btn_adsrch {
  position: relative;
  display: block;
  width: 100%;
  margin: 9px 0 0 auto;
  padding: 5px 24px 5px 0;
  color: #363636;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}

.csr-media-search .box_adv_srch .btn_adsrch::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 12px;
  height: 7px;
  background: url(../images/sprite.png) no-repeat -40px -20px;
}

.csr-media-search .box_adv_srch .srch_wrap {
  display: none;
}

.csr-media-search .box_adv_srch.open .srch_wrap,
.csr-media-search .box_adv_srch:hover .srch_wrap,
.csr-media-search .box_adv_srch:focus-within .srch_wrap {
  display: block;
  position: absolute;
  top: 45px;
  right: 0;
  width: 320px;
  border: 1px solid #2575dd;
  border-radius: 3px;
  background: #fff;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .3);
  z-index: 5;
}

.csr-gallery-page .collect_container {
  margin-top: 80px;
}

.csr-gallery-tools {
  margin: 32px 0 0;
}

.csr-gallery-tools .top_search.page_search {
  padding-top: 0;
}

.csr-gallery-tools .top_search .top_search_inner {
  background: transparent;
}

.csr-gallery-tools .top_search.page_search .top_search_inner .box {
  max-width: none;
  padding: 0;
}

.csr-gallery-tools .top_search .top_search_inner .form {
  margin: 0;
  max-width: 800px;
}

.csr-gallery-tools .top_search .top_search_inner .search_form_input {
  padding-left: 24px;
}

.csr-gallery-search-row {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 980px;
}

.csr-gallery-search-row .form {
  flex: 1 1 auto;
}

.csr-gallery-filter-toggle {
  flex: 0 0 auto;
  height: 52px;
  min-width: 112px;
  border: 1px solid #000;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}

.csr-gallery-filter-toggle.is-open {
  background: #000;
  color: #fff;
}

.csr-gallery-advanced {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 170px 170px auto;
  gap: 12px;
  align-items: end;
}

.csr-gallery-advanced[hidden] {
  display: none;
}

.csr-gallery-field label {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
}

.csr-gallery-field input {
  width: 100%;
  height: 44px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 14px;
  color: #000;
  background: #fff;
  font-size: 1rem;
}

.csr-gallery-advanced-actions {
  display: flex;
  gap: 8px;
}

.csr-gallery-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
}

.csr-gallery-button.secondary {
  background: #fff;
  color: #000;
}

.csr-gallery-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  color: #666;
  font-size: 1rem;
}

.csr-gallery-summary strong {
  color: #000;
  font-weight: 700;
}

.csr-gallery-page .collect_text_box {
  min-height: 88px;
}

.csr-gallery-page .collect_title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.csr-gallery-meta {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.35;
}

.csr-gallery-empty {
  margin-top: 40px;
  padding: 42px 20px;
  border-radius: 8px;
  background: #f8f8f8;
  color: #666;
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .csr-logo-brand {
    gap: 9px;
  }

  .csr-logo-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .csr-logo-mark {
    font-size: 1.25rem;
    line-height: 1;
  }

  header .header_inner .logo > a .csr-logo-mark {
    width: auto;
  }

  header.header .header_inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-open header.header {
    min-height: 0;
  }

  .nav-open header .header_inner .nav_wrap .nav .main-menu > .menu-item.active .sub-menu .sub-menu {
    opacity: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    overflow: hidden;
    margin: 0;
  }

  .nav-open header .header_inner .nav_wrap .nav .main-menu > .menu-item.active .sub-menu .menu-item-has-children:hover > .sub-menu,
  .nav-open header .header_inner .nav_wrap .nav .main-menu > .menu-item.active .sub-menu .menu-item-has-children:focus-within > .sub-menu,
  .nav-open header .header_inner .nav_wrap .nav .main-menu > .menu-item.active .sub-menu .menu-item-has-children.is-submenu-open > .sub-menu {
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
    overflow: visible;
    margin: 10px 0 4px;
    padding-left: 14px;
  }

  header .header_inner .nav_wrap .nav .main-menu .sub-menu .sub-menu .menu-item > a {
    font-size: 1rem;
    line-height: 22px;
  }

  header .header_inner .nav_wrap .nav .main-menu .sub-menu .menu-item-has-children > a {
    display: flex;
  }

  .nav-open header .header_inner .nav_wrap .utils .public-login-menu {
    display: none;
  }

  .csr-media-search__inner {
    padding: 16px 30px;
  }

  .csr-member-highlights.highlights {
    padding-bottom: 22px;
  }

  .csr-member-highlights + .latest_articles {
    margin-top: 22px;
  }

  .latest_articles .article_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  .csr-gallery-advanced {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .csr-logo-brand {
    gap: 8px;
  }

  .csr-logo-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .csr-logo-mark {
    font-size: 1rem;
  }

  #footer .csr-footer-brand img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  #footer .csr-footer-brand span {
    font-size: 1.25rem;
  }

  #footer .csr-footer-description {
    margin-top: 14px;
    font-size: .9375rem;
    line-height: 1.55;
  }

  header .header_inner .logo > a .csr-logo-mark {
    width: auto;
  }

  header.header .header_inner {
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  header.header .header_inner .logo {
    padding-top: 14px;
    margin-bottom: 0;
  }

  .nav-open header.header {
    height: auto;
  }

  .csr-media-search__inner {
    padding: 14px 16px;
  }

  .latest_articles {
    margin-top: 18px;
  }

  .csr-member-highlights + .latest_articles {
    margin-top: 18px;
  }

  .latest_articles .article_container {
    margin-bottom: 72px;
  }

  .latest_articles .article_main_title {
    margin-bottom: 18px;
    font-size: 1.375rem;
    line-height: 1.25;
  }

  .latest_articles .article_tab {
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 1rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .latest_articles .article_tab::-webkit-scrollbar {
    display: none;
  }

  .latest_articles .article_tab li {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .latest_articles .article_box {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .latest_articles .article_lists {
    width: 100%;
  }

  .latest_articles .article_lists a {
    display: block;
  }

  .latest_articles .article_lists .article_img_box {
    max-width: none;
    min-width: 100%;
    padding-bottom: 56.35%;
  }

  .latest_articles .article_lists .article_text_box {
    margin-top: 16px;
    padding-left: 0;
    gap: 8px;
  }

  .latest_articles .article_lists .article_category {
    display: block;
    font-size: .875rem;
  }

  .latest_articles .article_title {
    min-height: auto;
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 700;
    -webkit-line-clamp: 2;
  }

  .latest_articles .article_data {
    font-size: .9375rem;
    line-height: 1.4;
  }

  .latest_articles .latest_box .button_more {
    margin-top: 44px;
  }

  .latest_articles .latest_box:has(.button_more)::after {
    bottom: 20px;
  }

  .csr-media-search .search_area {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .csr-media-search .box_adv_srch {
    display: none;
  }

  .csr-gallery-page .collect_container {
    margin-top: 24px;
  }

  .csr-gallery-tools {
    margin-top: 24px;
  }

  .csr-gallery-tools .top_search .top_search_inner .search_form_input {
    padding: 11px 56px 11px 16px;
    font-size: 1rem;
    line-height: 24px;
  }

  .csr-gallery-search-row {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .csr-gallery-filter-toggle {
    width: 100%;
    height: 44px;
  }

  .csr-gallery-advanced {
    grid-template-columns: 1fr;
  }

  .csr-gallery-advanced-actions {
    flex-direction: column;
  }

  .csr-gallery-button {
    width: 100%;
  }

  .csr-gallery-summary {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
  }

  .csr-member-highlights .carousel_slide_utils,
  .library .carousel_slide_utils {
    right: inherit;
  }

  .csr-member-highlights.highlights {
    padding-bottom: 14px;
  }

  .csr-member-highlights .carousel_slide_wrap {
    margin-bottom: 30px;
  }

  .csr-member-highlights .carousel_slide_utils {
    bottom: -34px;
  }

  .csr-member-highlights .carousel_slide_more,
  .library .carousel_slide_more {
    min-width: 0;
  }

  .csr-member-highlights .article_main_title,
  .library .article_main_title {
    max-width: calc(100% - 128px);
    line-height: 1.25;
  }

  .csr-member-highlights .carousel_slide_more,
  .library .carousel_slide_more {
    right: 12px;
    top: -48px;
    z-index: 2;
    gap: 2px;
    font-size: .875rem;
    line-height: 20px;
  }

  .csr-member-highlights .carousel_slide_more:after,
  .library .carousel_slide_more:after {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .csr-gallery-page .collect_text_box {
    min-height: auto;
  }

  .public-language-menu {
    right: -42px;
    width: min(250px, calc(100vw - 32px));
  }
}

@media (max-width: 480px) {
  .public-language-menu {
    right: -44px;
    width: min(240px, calc(100vw - 32px));
    padding: 16px 18px;
    border-radius: 18px;
  }

  .public-language-option {
    min-height: 44px;
  }

  .public-language-option img {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  header .header_inner .utils .public-login-link {
    width: 34px;
    min-width: 34px;
  }

  header .header_inner .utils .public-login-icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  header .header_inner .utils .public-login-dropdown {
    right: -56px;
    width: min(300px, calc(100vw - 32px));
    padding: 20px 22px 22px;
    border-radius: 18px;
  }
}
