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

@font-face {
  font-family: "pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard-Regular"), url(/assets/fonts/Pretendard-Regular.woff) format("woff"), url(/assets/fonts/Pretendard-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard-Medium"), url(/assets/fonts/Pretendard-Medium.woff) format("woff"), url(/assets/fonts/Pretendard-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard-Bold"), url(/assets/fonts/Pretendard-Bold.woff) format("woff"), url(/assets/fonts/Pretendard-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "samsungsharpsans";
  font-weight: 600;
  font-display: swap;
  src: local("samsungsharpsans-medium"), url(/assets/fonts/samsungsharpsans-medium.woff) format("woff"), url(/assets/fonts/samsungsharpsans-medium.woff2) format("woff2");
}
@font-face {
  font-family: "samsungsharpsans";
  font-weight: 700;
  font-display: swap;
  src: local("samsungsharpsans-bold"), url(/assets/fonts/samsungsharpsans-bold.woff) format("woff"), url(/assets/fonts/samsungsharpsans-bold.woff2) format("woff2");
}
/* Common */
html {
  font-size: 16px;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, div, figure, article, header, nav, footer, section, input, textarea, button, span, strong, em {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: pretendard, samsungsharpsans, -apple-system, BlinkMacSystemFont, Open Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
  white-space: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img, fieldset, iframe {
  border: 0;
  vertical-align: top;
}

img {
  pointer-events: none;
}

textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  resize: none;
  width: 100%;
}

ul, ol {
  list-style: none;
}
ul:after, ol:after {
  content: "";
  display: block;
  clear: both;
}

em, address {
  font-style: normal;
}

input, select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

hr, legend {
  display: none;
}

caption {
  visibility: hidden;
  overflow: hidden;
  position: static;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong, b {
  font-weight: 700;
}

button {
  box-sizing: border-box;
  border: none;
  background: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

a, button, label {
  cursor: pointer;
}

a:focus, button:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: none;
}

[tabindex="0"]:focus {
  outline: 0;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px #fff inset;
}

/* common */
.btn-top {
  opacity: 0;
  position: fixed;
  right: 3%;
  bottom: 13%;
  z-index: 10;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  transition: opacity 0.3s ease-in-out;
}
.btn-top.scroll {
  opacity: 1;
}
.btn-top::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  z-index: 1;
  background: url(/assets/images/icon_top.png) no-repeat 0 0/100% auto;
}

/* layout */
html, body {
  height: 100%;
  overscroll-behavior: none;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
}
.wrap.header-up .header-wrap {
  margin-top: -80px;
}
.wrap.header-up .tab-wrap {
  top: 0;
}
.wrap.header-up .text-wrap .text-fixed {
  top: 0;
}
.wrap.header-up .pc-nav {
  display: none;
}

.header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  transition: margin-top 0.3s ease-out;
  z-index: 99;
  background-color: #fff;
  height: 80px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1920px;
  padding: 0 50px;
  margin: 0 auto;
}
.header h1 {
  height: 100%;
}
.header h1 > a {
  display: flex;
  align-items: center;
  height: 80px;
}
.header h1 > a img {
  width: auto;
  height: 25px;
}
.header.mo-header {
  display: none;
}

footer {
  display: flex;
  min-height: 357px;
  background-color: #000;
}
footer .footer-inner {
  display: flex;
  justify-content: flex-start;
  padding: 100px 72px 160px;
  gap: 257px;
  width: 100%;
  max-width: 1776px;
  margin: 0 auto;
}
footer .footer-item {
  display: flex;
  flex-direction: column;
}
footer .footer-item .link {
  margin-bottom: 32px;
}
footer .footer-item .link > a, footer .footer-item .link button {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
footer .footer-item address {
  display: flex;
  gap: 16px;
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-item address > span {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-item .copyright {
  font-family: samsungsharpsans;
  font-size: 12px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.pc-nav {
  display: flex;
  gap: 100px;
}
.pc-nav .menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  height: 70px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
.pc-nav .menu::after {
  content: "";
  display: block;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  top: 80px;
  transition: all 0.8 ease-in;
  transition-duration: 0.8s;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.pc-nav .menu:hover {
  gap: 120px;
}
.pc-nav .menu:hover::after {
  height: 260px;
}
.pc-nav .menu:hover .depth02 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}
.pc-nav .menu .depth01 {
  position: relative;
}
.pc-nav .menu .depth01 > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
}
.pc-nav .menu .depth01 > a[aria-selected=true] {
  color: #000;
}
.pc-nav .menu .depth01 > a[aria-selected=true]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
}
.pc-nav .menu .depth02 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 1;
  white-space: pre;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in;
}
.pc-nav .menu .depth02 > a {
  font-size: 16px;
  font-family: samsungsharpsans;
  line-height: 28px;
  text-transform: uppercase;
}
.pc-nav .menu .depth02 > a:hover {
  color: #1428A0;
}
.pc-nav .language {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.pc-nav .language a {
  display: block;
  position: relative;
  padding: 0 16px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  text-transform: uppercase;
}
.pc-nav .language a[aria-selected=true] {
  color: #000;
}
.pc-nav .language a:hover {
  color: #000;
}
.pc-nav .language a + a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #ccc;
}

.mo-nav {
  display: none;
}
.mo-nav.menu-on .menu {
  transform: translateX(0);
}
.mo-nav .btn-menu {
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: url(/assets/images/icon_menu.png) no-repeat 0 0/100% auto;
}
.mo-nav .menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 56px;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}
.mo-nav .menu .menu-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 80px;
  gap: 40px;
}
.mo-nav .menu .accordion-item .accordion-header {
  position: relative;
  padding: 18px 50px 18px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.mo-nav .menu .accordion-item .accordion-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.mo-nav .menu .accordion-item .accordion-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(/assets/images/icon_accordion_arrow.png) no-repeat 0 0/100% auto;
  transition: 0.5s;
}
.mo-nav .menu .accordion-item .accordion-btn[aria-expanded=true]:after {
  margin-top: -14px;
  transform: rotate(-180deg);
}
.mo-nav .menu .accordion-item .accordion-btn span {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px !important;
  clip: rect(0 0 0 0);
}
.mo-nav .menu .accordion-item .accordion-btn[aria-expanded=true] {
  border-bottom: 0;
}
.mo-nav .menu .accordion-item .accordion-panel {
  overflow: hidden;
}
.mo-nav .menu .accordion-item .accordion-panel .sub-depth {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background-color: #f6f6f6;
}
.mo-nav .menu .accordion-item .accordion-panel .sub-depth > a {
  display: block;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
}
.mo-nav .btn-close {
  position: absolute;
  right: 24px;
  top: 16px;
  width: 24px;
  height: 24px;
  text-indent: -99999px;
  background: url(/assets/images/icon_close.png) no-repeat 0 0/100% auto;
}
.mo-nav .language {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.mo-nav .language a {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #888;
  text-transform: uppercase;
}
.mo-nav .language a[aria-selected=true] {
  color: #000;
}
.mo-nav .language a + a::before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ccc;
}

.container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  max-width: 1800px;
  width: 100%;
  padding: 80px 100px 0;
  margin: 0 auto;
}
.container .contents {
  padding: 120px 0 200px;
}
.container .contents.load-motion > div:not(.page-title, .pc-tab-view, .mo-tab-view) {
  animation: fadeInPage 1s 1;
}

@keyframes fadeInPage {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* Tab */
.tab-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  left: 100px;
  right: 100px;
  top: 0;
  background-color: #fff;
  transition: top 0s ease-out;
  width: 100%;
  z-index: 10;
  margin: 0 -100px;
}
.tab-wrap.menu-fixed {
  position: fixed;
  top: 80px;
  left: 100px;
  right: 100px;
  padding-top: 32px;
  transition-duration: 0.3s;
}
.tab-wrap.menu-fixed::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
}
.tab-wrap::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  background-color: #fff;
}
.tab-wrap .tab-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.tab-wrap .tab-container > .inner {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
  gap: 48px;
}
.tab-wrap .tab-container > .inner::after {
  display: none;
}
.tab-wrap .tab-container > .inner::-webkit-scrollbar {
  display: none;
}
.tab-wrap .tab-container > .inner > li {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  height: 50px;
}
.tab-wrap .tab-container > .inner > li a, .tab-wrap .tab-container > .inner > li button {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #666;
  text-transform: uppercase;
  white-space: pre;
}
.tab-wrap .tab-container > .inner > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  width: 0;
}
.tab-wrap .tab-container > .inner > li.is-active a, .tab-wrap .tab-container > .inner > li.is-active button {
  color: #000;
}
.tab-wrap .tab-container > .inner > li.is-active::after {
  width: 100%;
  animation: tabLine 1s ease forwards;
}
.tab-wrap .tab-container > .inner > li:first-child {
  margin-left: 100px;
}
.tab-wrap .tab-container > .inner > li:last-child {
  margin-right: 100px;
}

:has(.menu-fixed) .container {
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  :has(.menu-fixed) .container {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 375px) {
  :has(.menu-fixed) .container {
    padding-top: 48px;
  }
}
@keyframes tabLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Button */
.btn-wrap {
  display: none;
}

.btn-base {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 20px;
  line-height: 70px;
  padding: 0 16px;
  text-align: center;
  max-height: 72px;
}
.btn-base:hover {
  color: #fff;
  background: #000;
}

.btn-round {
  display: inline-block;
  height: 50px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 48px;
  border: 1px solid #000;
  border-radius: 40px;
}
.btn-round:hover {
  color: #fff;
  background: #000;
}

.content-bottom-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
.content-bottom-btn .btn-base {
  display: inline-flex;
  min-width: 300px;
  font-family: samsungsharpsans;
}

/* layer Popup */
.layer-popup {
  display: none;
  position: relative;
  z-index: 999;
}
.layer-popup[aria-hidden=false] {
  display: block;
}
.layer-popup::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-popup .popup-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #fff;
  min-width: 860px;
  max-width: 860px;
  padding: 0 60px;
}
.layer-popup .popup-header {
  padding: 60px 0 40px;
  border-bottom: 1px solid #ccc;
}
.layer-popup .popup-header .popup-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  padding-right: 80px;
}
.layer-popup .popup-header .date {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #666;
  margin-top: 12px;
}
.layer-popup .popup-header .text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 26px;
}
.layer-popup .popup-content {
  padding: 60px 0;
  margin: 0 -60px;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}
.layer-popup .popup-content .attachment {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 60px;
  margin-top: -20px;
}
.layer-popup .popup-content .attachment .attachment-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.layer-popup .popup-content .attachment .attachment-title::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/images/icon_attachment.png) no-repeat 0 0/100% auto;
}
.layer-popup .popup-content .attachment .attachment-lists {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.layer-popup .popup-content .attachment .btn-download {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #000;
  max-width: 406px;
  height: 50px;
  padding: 0 24px;
}
.layer-popup .popup-content .attachment .btn-download span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layer-popup .popup-content .attachment .btn-download::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: url(/assets/images/icon_download.png) no-repeat 0 0/100% auto;
}
.layer-popup .popup-content .content-type {
  padding: 0 60px;
}
.layer-popup .popup-close {
  position: absolute;
  right: 60px;
  top: 60px;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  background: url(/assets/images/icon_close.png) no-repeat 0 0/100% auto;
}
.layer-popup.filter-popup {
  display: none;
}
.layer-popup.filter-popup::before {
  display: none;
}
.layer-popup.filter-popup .popup-wrap {
  left: 0;
  right: 0;
  bottom: 0;
  top: inherit;
  transform: translate(0, 100%);
  min-width: auto;
  transition: all 0.5s ease-in-out;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.layer-popup.filter-popup .popup-wrap .popup-header {
  padding: 24px 0;
  border: 0;
}
.layer-popup.filter-popup .popup-wrap .popup-header .popup-title {
  font-size: 24px;
  line-height: 36px;
}
.layer-popup.filter-popup .popup-wrap .popup-content {
  padding: 20px 24px;
  max-height: calc(100vh - 140px);
}
.layer-popup.filter-popup[aria-hidden=false]::before {
  display: block;
}
.layer-popup.filter-popup[aria-hidden=false] .popup-wrap {
  transform: translate(0, 0%);
}
.layer-popup.filter-popup .filter-wrap .filter-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 20px;
}
.layer-popup.filter-popup .filter-wrap .filter-area .item-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.layer-popup.filter-popup .filter-wrap .filter-area .item-wrap .filter-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.layer-popup.filter-popup .filter-wrap .filter-area .item-wrap .item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.layer-popup.filter-popup .filter-wrap .filter-area .item-wrap .input-wrap {
  position: relative;
}
.layer-popup.filter-popup .filter-wrap .filter-area .item-wrap .input-wrap input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.layer-popup.filter-popup .filter-wrap .filter-area .item-wrap .input-wrap input:checked + label {
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.layer-popup.filter-popup .filter-wrap .filter-area .item-wrap .input-wrap label {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border: 1px solid #000;
  padding: 0 20px;
  height: 40px;
  white-space: pre;
}
.layer-popup.filter-popup .filter-wrap .btn-wrap {
  border-top: 1px solid #ccc;
  margin: 0 -24px 0;
  padding: 24px 24px 0;
  text-align: right;
}
.layer-popup.filter-popup .filter-wrap .btn-wrap [class^=btn-] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  font-size: 14px;
  line-height: 40px;
  min-height: 40px;
  border-radius: 6px;
  font-weight: 700;
  border: 1px solid #000;
}
.layer-popup.filter-popup .filter-wrap .btn-wrap .btn-refresh {
  gap: 6px;
}
.layer-popup.filter-popup .filter-wrap .btn-wrap .btn-refresh::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/icon_refresh.png) no-repeat 0 0/100% auto;
}
.layer-popup.filter-popup .filter-wrap .btn-wrap .btn-apply {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.layer-popup.main-popup .popup-wrap {
  min-width: 420px;
  max-width: 420px;
  padding: 0;
}
.layer-popup.main-popup .popup-content {
  padding: 0;
  margin: 0;
  max-height: none;
}
.layer-popup.main-popup .popup-content .img img {
  width: 100%;
}
.layer-popup.main-popup .popup-content .img img.mo-view {
  display: none;
}
.layer-popup.main-popup .btn-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 24px;
}
.layer-popup.main-popup .btn-area .btn-view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: rgba(20, 40, 160, 0.1);
  font-weight: 700;
  color: #1428a0;
}
.layer-popup.main-popup .btn-area .btn-text {
  line-height: 26px;
  color: #666;
}
.layer-popup.main-popup .btn-area2 {
  display: flex;
}
.layer-popup.main-popup .btn-area2 > button {
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}
.layer-popup.main-popup .btn-area2 .btn-today-noshow {
  background-color: #4c4c4c;
}
.layer-popup.main-popup .btn-area2 .btn-close {
  background-color: #000;
  position: relative;
  top: inherit;
  right: inherit;
  font-size: 16px;
  text-indent: inherit;
}
.layer-popup.main-popup .popup-close {
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
}

/* Swiper */
.swiper {
  position: relative;
}
.swiper .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  box-sizing: content-box;
}
.swiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  transition-property: transform;
  transition-property: transform;
  box-sizing: border-box;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.swiper .swiper-slide img {
  width: 100%;
}
.swiper.swiper-fade .swiper-slide {
  transition-property: opacity;
}

.swiper-pagination {
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.swiper-pagination::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #bebebe;
  height: 2px;
}
.swiper-pagination .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #bebebe;
  transform: translate(-50%, -50%);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #1428a0;
}

.swiper > .swiper-button-prev,
.swiper > .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.swiper-button-prev span,
.swiper-button-next span {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px !important;
  clip: rect(0 0 0 0);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/assets/images/icon_swiper_arrow.png) no-repeat 0 0/100% auto;
}

.swiper-button-prev:after {
  left: 0;
}

.swiper-button-next:after {
  right: 0;
  transform: rotate(180deg);
}

.swiper-button-prev.swiper-button-disabled:after,
.swiper-button-next.swiper-button-disabled:after {
  border-color: #888;
}

.swiper-btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-right: 24px;
  gap: 16px;
}

.credit-information {
  padding: 0 60px;
}
.credit-information .title-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 48px 0 24px;
}
.credit-information .title-text:first-child {
  margin-top: 0;
}
.credit-information .num-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  counter-reset: number 0;
}
.credit-information .num-list::after {
  display: none;
}
.credit-information .num-list > li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 26px;
}
.credit-information .num-list > li::before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  left: 0;
  top: 0;
}
.credit-information .bar-list > li {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  line-height: 26px;
}
.credit-information .bar-list > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 14px;
}
.credit-information .bar-list > li > p {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  line-height: 26px;
}
.credit-information .bar-list > li > p span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 26px;
}
.credit-information dl {
  margin-top: 48px;
}
.credit-information dl dt {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
}
.credit-information dl dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
}

.tbl-horizontal {
  border-collapse: collapse;
}
.tbl-horizontal thead th, .tbl-horizontal thead td, .tbl-horizontal tbody th, .tbl-horizontal tbody td {
  border: 1px solid #000;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  height: 60px;
}
.tbl-horizontal.mo-show {
  display: none;
}

@media only screen and (max-width: 1600px) {
  /* layout */
  .header {
    padding: 0 20px;
  }
  .container {
    padding: 80px 60px 0;
  }
  .container .contents {
    padding: 80px 0 100px;
  }
  .container .contents.load-motion > div:not(.page-title, .pc-tab-view, .mo-tab-view) {
    margin-top: 60px;
  }
}
/* Tablet Size */
@media only screen and (max-width: 1200px) {
  /* layout */
  .header {
    padding: 24px 24px;
  }
  .header h1 a {
    height: 32px;
  }
  .pc-nav {
    display: none;
  }
  .mo-nav {
    display: block;
  }
  .mo-nav .btn-menu {
    width: 32px;
    height: 32px;
  }
  footer .footer-inner {
    gap: 100px;
    padding: 100px 50px 160px;
  }
  footer .footer-inner .logo-link > a {
    display: flex;
  }
  footer .footer-item address {
    flex-direction: column;
    gap: 6px;
  }
  /* layer Popup */
  .layer-popup .popup-wrap {
    min-width: 720px;
  }
}
/* Mobile Size */
@media only screen and (max-width: 768px) {
  /* common */
  .header-wrap {
    height: 56px;
  }
  .btn-top {
    right: 24px;
    bottom: 48px;
    width: 40px;
    height: 40px;
  }
  .btn-top::after {
    width: 40px;
    height: 40px;
    background: url(/assets/images/icon_top_mo.png) no-repeat 0 0/100% auto;
  }
  /* layout */
  .wrap.header-up .header-wrap {
    margin-top: -56px;
  }
  .wrap.header-up .mo-tab-view .menu-fixed {
    top: 0;
  }
  .header-wrap {
    height: 56px;
  }
  .header {
    min-width: auto;
    max-width: none;
    padding: 16px 24px;
  }
  .header h1 a {
    height: 24px;
  }
  .header h1 img {
    height: 16px;
  }
  .mo-nav .btn-menu {
    width: 24px;
    height: 24px;
  }
  .container {
    padding: 56px 24px 0;
    margin: 0 auto;
  }
  .container .contents {
    padding: 60px 0;
  }
  footer {
    min-height: 333px;
  }
  footer .footer-inner {
    flex-direction: column;
    padding: 60px 80px 60px 24px;
    gap: 60px;
  }
  footer .footer-inner .logo-link {
    width: 238px;
  }
  footer .footer-inner .logo-link img {
    width: 100%;
  }
  footer .footer-item .link {
    margin-bottom: 40px;
  }
  footer .footer-item .link button {
    font-size: 14px;
  }
  footer .footer-item address {
    display: block;
    font-size: 14px;
  }
  footer .footer-item address > span {
    font-size: 14px;
    margin-left: 10px;
  }
  .credit-information {
    padding: 0 24px;
  }
  .credit-information .title-text {
    margin: 36px 0 20px;
  }
  .credit-information .num-list {
    gap: 20px;
  }
  .credit-information dl {
    margin-top: 0;
  }
  .credit-information dl dt {
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .credit-information dl dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000;
  }
  .tbl-horizontal thead th, .tbl-horizontal thead td, .tbl-horizontal tbody th, .tbl-horizontal tbody td {
    border: 1px solid #000;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    height: 60px;
  }
  .tbl-horizontal.pc-show {
    display: none;
  }
  .tbl-horizontal.mo-show {
    display: table;
  }
  /* Select */
  .select-wrap {
    display: flex;
    position: relative;
    height: 68px;
    background: #fff;
  }
  .select-wrap select, .select-wrap .select-wrap label {
    display: none;
  }
  .select-wrap .select-button {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 68px;
    padding-right: 40px;
    text-align: left;
    background: #fff;
    cursor: pointer;
  }
  .select-wrap .select-button span {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
  }
  .select-wrap .select-button::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url(/assets/images/icon_accordion_arrow.png) no-repeat 0 0/100% auto;
    transition: all 0.2s ease-in-out;
  }
  .select-wrap .select-button::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #000;
  }
  .select-wrap .select-button.select-button-open::before {
    transform: rotateX(180deg) translateY(50%);
  }
  .select-wrap .select-list-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .select-wrap .select-list-wrap .select-list-achor {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    min-height: 48px;
    color: #666;
    font-size: 16px;
    font-family: samsungsharpsans;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
  }
  .select-wrap .select-list-wrap .select-selected {
    color: #000;
    background: #e8eaf6;
  }
  .select-wrap .select-open {
    display: block;
    z-index: 10;
    top: 74px !important;
    border-radius: 8px;
  }
  /* Tab */
  .tab-wrap {
    margin: 0 -24px;
    padding: 24px 0 0;
    left: 0;
    right: 0;
    width: auto;
    overflow-x: hidden;
  }
  .tab-wrap.menu-fixed {
    top: 56px;
    left: 24px;
    right: 24px;
  }
  .tab-wrap .tab-container > .inner {
    gap: 36px;
  }
  .tab-wrap .tab-container > .inner > li {
    height: 48px;
  }
  .tab-wrap .tab-container > .inner > li a {
    font-size: 20px;
    line-height: 36px;
  }
  .tab-wrap .tab-container > .inner > li::after {
    height: 4px;
  }
  .tab-wrap .tab-container > .inner > li:first-child {
    margin-left: 24px;
  }
  .tab-wrap .tab-container > .inner > li:last-child {
    margin-right: 24px;
  }
  /* Button */
  .btn-wrap {
    display: block;
    margin-top: 60px;
  }
  .btn-base {
    font-size: 18px;
    width: 100%;
  }
  .content-bottom-btn {
    margin-top: 60px;
  }
  .content-bottom-btn .btn-base {
    min-width: 100%;
  }
  /* layer Popup */
  .layer-popup .popup-wrap {
    min-width: 288px;
    padding: 0 24px;
  }
  .layer-popup .popup-header {
    padding: 60px 0 36px;
    border-bottom: 1px solid #ccc;
  }
  .layer-popup .popup-header .popup-title {
    font-size: 28px;
    line-height: 40px;
    padding-right: 0;
    word-break: break-all;
  }
  .layer-popup .popup-header .date {
    font-size: 18px;
    line-height: 30px;
    margin-top: 4px;
  }
  .layer-popup .popup-header .text {
    margin-top: 4px;
  }
  .layer-popup .popup-content {
    padding: 36px 0 48px;
    margin: 0 -24px;
  }
  .layer-popup .popup-content::-webkit-scrollbar {
    display: none;
  }
  .layer-popup .popup-content .attachment {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 24px;
    margin-top: 0;
  }
  .layer-popup .popup-content .attachment .attachment-title {
    font-size: 16px;
    line-height: 24px;
  }
  .layer-popup .popup-content .attachment .attachment-title::before {
    width: 24px;
    height: 24px;
  }
  .layer-popup .popup-content .attachment .btn-download {
    max-width: calc(100vw - 96px);
    height: 46px;
    padding: 0 24px;
  }
  .layer-popup .popup-content .attachment .btn-download span {
    font-size: 14px;
    line-height: 22px;
  }
  .layer-popup .popup-content .content-type {
    padding: 0 24px;
    word-break: break-all;
  }
  .layer-popup .popup-close {
    right: 20px;
    top: 24px;
    width: 24px;
    height: 24px;
    background: url(/assets/images/icon_close_m.png) no-repeat 0 0/100% auto;
  }
  .layer-popup.full-popup .popup-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .layer-popup.full-popup .popup-wrap {
    left: 0;
    top: 0;
    transform: inherit;
    min-width: 100%;
    height: 100vh;
  }
  .layer-popup.full-popup .popup-wrap .popup-header {
    padding: 56px 24px 40px;
    margin: 0 -24px;
  }
  .layer-popup.full-popup .popup-content {
    max-height: none;
    height: 100%;
  }
  .layer-popup.full-popup .popup-close {
    top: 16px;
  }
  .layer-popup.main-popup .popup-wrap {
    min-width: 340px;
    max-width: 340px;
  }
  .layer-popup.main-popup .popup-content .img img.pc-view {
    display: none;
  }
  .layer-popup.main-popup .popup-content .img img.mo-view {
    display: block;
  }
  .layer-popup.filter-popup {
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .wrap.header-up .header-wrap {
    margin-top: -48px;
  }
  .header-wrap {
    height: 48px;
  }
  .header {
    padding: 14px 16px;
  }
  .header h1 a {
    display: block;
    height: 14px;
  }
  .header h1 img {
    height: 14px;
  }
  .mo-nav .btn-menu {
    width: 20px;
    height: 20px;
  }
  .mo-nav .menu {
    padding-top: 48px;
  }
  .mo-nav .menu .accordion-item .accordion-header {
    font-size: 20px;
    line-height: 28px;
    padding: 14px 50px 14px 16px;
  }
  .mo-nav .menu .accordion-item .accordion-btn::after {
    width: 20px;
    height: 20px;
    right: 16px;
  }
  .mo-nav .menu .accordion-item .accordion-panel .sub-depth {
    padding: 14px 16px;
    gap: 8px;
  }
  .mo-nav .menu .accordion-item .accordion-panel .sub-depth > a {
    font-size: 14px;
    line-height: 36px;
  }
  .mo-nav .menu .menu-container {
    padding-bottom: 60px;
  }
  .mo-nav .btn-close {
    width: 20px;
    height: 20px;
    right: 16px;
  }
  .mo-nav .language {
    gap: 20px;
  }
  .mo-nav .language a {
    font-size: 16px;
    line-height: 24px;
  }
  .mo-nav .language a + a::before {
    left: -10px;
    height: 16px;
  }
  footer {
    min-height: 247px;
  }
  footer .footer-inner {
    padding: 40px 16px;
    gap: 40px;
  }
  footer .footer-inner .logo-link {
    width: 191px;
  }
  footer .footer-item .link {
    margin-bottom: 31px;
  }
  footer .footer-item .link button {
    font-size: 12px;
  }
  footer .footer-item address {
    font-size: 12px;
  }
  footer .footer-item address .tel {
    font-size: 12px;
    margin-left: 5px;
  }
  footer .footer-item .copyright {
    font-size: 11px;
    margin-top: 10px;
  }
  .container {
    padding: 48px 20px 0;
  }
  .container .contents {
    padding: 60px 0 80px;
  }
  .layer-popup .popup-close {
    width: 20px;
    height: 20px;
    top: 14px;
    right: 14px;
  }
  .layer-popup .popup-header {
    padding: 40px 0 28px;
  }
  .layer-popup .popup-header .popup-title {
    font-size: 24px;
    line-height: 28px;
  }
  .layer-popup .popup-header .text {
    font-size: 14px;
    line-height: 22px;
  }
  .layer-popup .popup-header .date {
    font-size: 14px;
    line-height: 22px;
  }
  .layer-popup .popup-wrap {
    padding: 0 16px;
  }
  .layer-popup .popup-content {
    padding: 28px 0 36px;
    margin: 0 -16px;
  }
  .layer-popup .popup-content .attachment {
    gap: 16px;
    padding: 0 16px;
  }
  .layer-popup .popup-content .attachment .attachment-title {
    font-size: 12px;
    line-height: 20px;
    gap: 6px;
  }
  .layer-popup .popup-content .attachment .attachment-title::before {
    width: 18px;
    height: 18px;
  }
  .layer-popup .popup-content .attachment .attachment-lists {
    gap: 10px;
  }
  .layer-popup .popup-content .attachment .btn-download {
    max-width: calc(100vw - 64px);
    height: 34px;
    padding: 0 16px;
    gap: 16px;
  }
  .layer-popup .popup-content .attachment .btn-download span {
    font-size: 12px;
    line-height: 18px;
  }
  .layer-popup .popup-content .attachment .btn-download::after {
    width: 16px;
    height: 16px;
  }
  .layer-popup.main-popup .popup-wrap {
    min-width: 288px;
    max-width: 288px;
  }
  .layer-popup.filter-popup .popup-wrap .popup-header {
    padding: 16px 0;
  }
  .layer-popup.filter-popup .popup-wrap .popup-header .popup-title {
    font-size: 20px;
    line-height: 28px;
  }
  .layer-popup.filter-popup .popup-wrap .popup-content {
    max-height: calc(100vh - 108px);
    padding: 14px 16px 12px;
    margin: 0 -16px;
  }
  .layer-popup.filter-popup .filter-wrap .filter-area {
    gap: 28px;
  }
  .layer-popup.filter-popup .filter-wrap .filter-area .item-wrap {
    gap: 8px;
  }
  .layer-popup.filter-popup .filter-wrap .filter-area .item-wrap .filter-title {
    font-size: 16px;
    line-height: 24px;
  }
  .layer-popup.filter-popup .filter-wrap .filter-area .item-wrap .input-wrap label {
    padding: 0 14px;
    font-size: 14px;
    line-height: 20px;
    height: 32px;
    border-radius: 72px;
  }
  .layer-popup.filter-popup .filter-wrap .filter-area .item-wrap .input-wrap input:checked + label::before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .layer-popup.filter-popup .filter-wrap .btn-wrap {
    padding: 12px 16px;
    margin: 0 -16px -12px;
    gap: 8px;
  }
  .layer-popup.filter-popup .filter-wrap .btn-wrap [class^=btn-] {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    border-radius: 6px;
  }
  .layer-popup.filter-popup .filter-wrap .btn-wrap .btn-refresh {
    gap: 4px;
  }
  .layer-popup.filter-popup .filter-wrap .btn-wrap .btn-refresh::after {
    width: 18px;
    height: 18px;
  }
  .layer-popup.full-popup .popup-wrap .popup-header {
    padding: 48px 16px 28px;
    margin: 0 -16px;
  }
  .credit-information {
    padding: 0 16px;
  }
  .credit-information .title-text {
    font-size: 20px;
    line-height: 28px;
    margin: 24px 0 16px;
  }
  .credit-information .num-list {
    gap: 16px;
  }
  .credit-information .num-list > li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 22px;
  }
  .credit-information .bar-list > li {
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .credit-information .bar-list > li::before {
    width: 4px;
    top: 10px;
  }
  .credit-information .bar-list > li > p {
    padding-left: 11px;
    font-size: 14px;
    line-height: 22px;
  }
  .credit-information .bar-list > li > p span {
    font-size: 14px;
    line-height: 22px;
  }
  .credit-information dl {
    margin-top: 24px;
  }
  .credit-information dl dt {
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .credit-information dl dt:before {
    left: 8px;
    top: 9px;
    width: 3px;
    height: 3px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 24px;
    height: 24px;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    width: 24px;
    height: 24px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .swiper-pagination .swiper-pagination-bullet::before {
    width: 7px;
    height: 7px;
  }
  .btn-top {
    width: 28px;
    height: 28px;
    right: 20px;
    bottom: 36px;
  }
  .btn-top::after {
    width: 28px;
    height: 28px;
  }
  .content-bottom-btn {
    margin-top: 40px;
  }
  .btn-base {
    font-size: 14px;
    line-height: 24px;
    padding: 17px;
    min-height: 60px;
    border-radius: 3px;
  }
  .tbl-horizontal thead th, .tbl-horizontal thead td, .tbl-horizontal tbody th, .tbl-horizontal tbody td {
    font-size: 14px;
    line-height: 22px;
    height: 45px;
  }
}
:lang(en) .header h1 > a img {
  height: 19px;
}
:lang(en) footer {
  min-height: 324px;
}

@media only screen and (max-width: 320px) {
  .container {
    padding: 48px 16px 0;
  }
}
@media only screen and (max-width: 768px) {
  :lang(en) footer {
    min-height: 276px;
  }
}