@charset "UTF-8";
@media screen and (min-width: 1441px) and (min-height: 901px) {
  html, html body {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
}
html .wrapper {
  width: 100%;
  position: relative;
  transition: transform 0.8s ease;
}

.page-main-content {
  padding-top: 0;
  overflow-x: hidden;
}
.page-main-content > section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: calc(1025px)) and (max-height: 900px) {
  .page-main-content > section:not(#mainKV) {
    padding: clamp(7.2rem, 8.33333vmax, 16rem) 0;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .page-main-content > section {
    height: auto;
  }
}

#mainKV .main-kv-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  color: #ffffff;
  overflow: hidden;
}
#mainKV .main-kv-content .kv-title {
  font-size: clamp(5.8rem, 3.33333vw, 6.4rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-content .kv-title {
    font-size: max(3.2rem, 5.46875vw);
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-content .kv-title {
    margin-bottom: 1rem;
  }
}
#mainKV .main-kv-content .kv-txt {
  margin-bottom: 5.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-size: clamp(1.9rem, 1.1458vw, 2.2rem);
}
@media screen and (max-width: 1440px) {
  #mainKV .main-kv-content .kv-txt {
    font-size: clamp(1.9rem, 1.1458vw, 2.2rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-content .kv-txt {
    font-size: clamp(1.7rem, 4.359vw, 1.9rem);
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-content .kv-txt {
    font-size: clamp(1.7rem, 4.359vw, 1.9rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-content .kv-txt {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-content .kv-txt {
    margin-bottom: 3.2rem;
  }
}
#mainKV .main-kv-content .search-wrap .search-bar {
  height: 5.6rem;
}
#mainKV .main-kv-content .search-wrap .search-bar button.btn-search {
  width: 5.6rem;
}
#mainKV .main-kv-content .search-wrap .search-bar button.btn-search svg {
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-content .search-wrap .search-bar {
    height: 4.8rem;
  }
  #mainKV .main-kv-content .search-wrap .search-bar input.search {
    width: calc(100% - 4.8rem);
  }
  #mainKV .main-kv-content .search-wrap .search-bar button.btn-search {
    width: 4.8rem;
  }
  #mainKV .main-kv-content .search-wrap .search-bar button.btn-search svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
#mainKV .main-kv-content .btn-box {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
#mainKV .main-kv-content .btn-box a {
  flex: 1;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
#mainKV .main-kv-content .btn-box a svg {
  color: #ffffff;
}
#mainKV .main-kv-content .btn-box a svg path {
  fill: currentColor;
}
@media screen and (hover: hover) {
  #mainKV .main-kv-content .btn-box a:hover {
    background-color: #ffffff;
    color: #1D1D1D;
  }
  #mainKV .main-kv-content .btn-box a:hover svg {
    color: #1D1D1D;
  }
}
#mainKV .main-kv-content .btn-box a:active {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #1D1D1D;
}
#mainKV .main-kv-content .btn-box a:active svg {
  color: #1D1D1D;
}
@media screen and (min-width: calc(601px)) and (max-width: 1024px) {
  #mainKV .main-kv-content .btn-box a {
    gap: 0.2105263158em;
    padding: 0.6315789474em 1.0526315789em;
    min-height: 5.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: calc(601px)) and (max-width: 1024px) and (max-width: 1440px) {
  #mainKV .main-kv-content .btn-box a {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: calc(601px)) and (max-width: 1024px) and (max-width: 1024px) {
  #mainKV .main-kv-content .btn-box a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: calc(601px)) and (max-width: 1024px) and (max-width: 600px) {
  #mainKV .main-kv-content .btn-box a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: calc(601px)) and (max-width: 1024px) {
  #mainKV .main-kv-content .btn-box a i {
    width: 1.2631578947em;
    height: 1.2631578947em;
  }
  #mainKV .main-kv-content .btn-box a i[data-type=only-news] {
    width: 0.9473684211em;
    height: 0.9473684211em;
  }
  #mainKV .main-kv-content .btn-box a[data-type=only-icon] {
    padding-right: 0;
    padding-left: 0;
    width: 5.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-content .btn-box {
    gap: 1.6rem;
    margin-top: 1.6rem;
  }
}
#mainKV .main-kv-content .row .col-4 {
  width: 50rem;
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-content .row .col-4 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-content {
    align-items: flex-end;
    padding-bottom: 0;
  }
  #mainKV .main-kv-content .container, #mainKV .main-kv-content .container-box-l, #mainKV .main-kv-content .kv-wrapper {
    height: 100%;
  }
  #mainKV .main-kv-content .kv-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #mainKV .main-kv-content .kv-wrapper .kv-txt-box {
    margin-top: 6rem;
    padding-top: 12rem;
  }
  #mainKV .main-kv-content .kv-wrapper .row {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-content .kv-wrapper .kv-txt-box {
    padding-top: 8.8rem;
  }
}
#mainKV .main-kv-bg {
  width: 100%;
  height: 100%;
}
#mainKV .main-kv-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.45) 100%), 50%/cover no-repeat;
}
#mainKV .main-kv-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainKV .container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #mainKV .container {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 600px) {
  #mainKV .container {
    top: 0;
    transform: translateY(0);
    padding-bottom: 8.8rem;
  }
}
#mainKV .__scroll-down {
  position: absolute;
  bottom: 4.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#mainKV .__scroll-down .chevron {
  fill: none;
  opacity: 0;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
#mainKV .__scroll-down .chevron-1 {
  margin-bottom: -0.4rem;
  animation-name: fadeInOut1;
}
#mainKV .__scroll-down .chevron-2 {
  margin-bottom: -0.4rem;
  animation-name: fadeInOut2;
}
#mainKV .__scroll-down .chevron-3 {
  animation-name: fadeInOut3;
}
@media screen and (max-width: 1024px) {
  #mainKV .__scroll-down {
    bottom: 4.8rem;
  }
  #mainKV .__scroll-down .chevron {
    width: 2.4rem;
  }
  #mainKV .__scroll-down .chevron-1 {
    margin-bottom: -1rem;
  }
  #mainKV .__scroll-down .chevron-2 {
    margin-bottom: -1rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .__scroll-down {
    bottom: 3.2rem;
  }
}
@keyframes fadeInOut1 {
  0%, 100% {
    opacity: 0;
    transform: translateY(-5px);
  }
  20%, 60% {
    opacity: 0.1;
    transform: translateY(0);
  }
  80% {
    opacity: 0;
    transform: translateY(5px);
  }
}
@keyframes fadeInOut2 {
  0%, 100% {
    opacity: 0;
    transform: translateY(-5px);
  }
  30%, 70% {
    opacity: 0.5;
    transform: translateY(0);
  }
  90% {
    opacity: 0;
    transform: translateY(5px);
  }
}
@keyframes fadeInOut3 {
  0%, 100% {
    opacity: 0;
    transform: translateY(-5px);
  }
  40%, 80% {
    opacity: 0.8;
    transform: translateY(0);
  }
  95% {
    opacity: 0;
    transform: translateY(5px);
  }
}

#mainReport {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #mainReport {
    padding: clamp(7.2rem, 8.33333vmax, 16rem) 0;
  }
}

.main-report-con .main-report-tit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(4rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 1440px) {
  .main-report-con .main-report-tit-box {
    font-size: clamp(4rem, 2.5vw, 4.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .main-report-con .main-report-tit-box {
    font-size: min(4em, 6.154vw);
  }
}
@media screen and (max-width: 600px) {
  .main-report-con .main-report-tit-box {
    font-size: min(4em, 6.154vw);
  }
}
.main-report-con .main-report-slide {
  overflow: visible;
  margin: 0 -1rem;
}
.main-report-con .main-report-slide .swiper-slide {
  width: 33.33%;
  padding: 0 1rem;
  max-width: 52rem;
  height: auto;
}
.main-report-con .main-report-slide .slide-item {
  border: 1px solid #D8D8D8;
  border-radius: 0.6rem;
  overflow: hidden;
  height: 100%;
}
.main-report-con .main-report-slide .slide-item dl {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-report-con .main-report-slide .slide-item dl dt .img-wrap {
  display: block;
  aspect-ratio: 520/298;
  overflow: hidden;
}
.main-report-con .main-report-slide .slide-item dl dt .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.main-report-con .main-report-slide .slide-item dl dd {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.3333333333em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.main-report-con .main-report-slide .slide-item .txt-box {
  flex-grow: 1;
}
.main-report-con .main-report-slide .slide-item .txt-box .badge {
  padding: 0.3rem 1rem;
  background-color: #1D1D1D;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .main-report-con .main-report-slide .slide-item .txt-box .badge {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-report-con .main-report-slide .slide-item .txt-box .badge {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .main-report-con .main-report-slide .slide-item .txt-box .badge {
    font-size: 1.6rem;
  }
}
.main-report-con .main-report-slide .slide-item .txt-box .tit {
  margin-top: 0.6666666667em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-report-con .main-report-slide .slide-item .unit-box {
  display: flex;
  justify-content: space-between;
  margin-top: 1.3333333333em;
  height: 5.6rem;
  overflow: hidden;
  gap: 1.6666666667em;
}
.main-report-con .main-report-slide .slide-item .unit-box .tag-list {
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
  flex-wrap: wrap;
}
.main-report-con .main-report-slide .slide-item .unit-box .tag-list li a {
  padding: 0.2rem 0.6rem;
  background-color: #F0F0F0;
  border-radius: 0.6rem;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.main-report-con .main-report-slide .slide-item .unit-box .tag-list li a::before {
  content: "#";
}
@media screen and (hover: hover) {
  .main-report-con .main-report-slide .slide-item .unit-box .tag-list li a:hover {
    background-color: #EFF5FF;
    color: #0045C9;
  }
}
.main-report-con .main-report-slide .slide-item .unit-box .date {
  display: inline-flex;
  align-items: flex-end;
  color: #555555;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
@media screen and (hover: hover) {
  .main-report-con .main-report-slide .slide-item:hover .img-wrap img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1024px) {
  .main-report-con .main-report-slide .slide-item dl dd {
    padding: 2.4rem;
  }
  .main-report-con .main-report-slide .slide-item .txt-box .badge {
    padding: 0.3rem 0.8rem;
    font-size: 1.5rem;
  }
  .main-report-con .main-report-slide .slide-item .txt-box .tit {
    margin-top: 1.4rem;
    font-size: 1.8rem;
  }
  .main-report-con .main-report-slide .slide-item .unit-box {
    margin-top: 2.4rem;
    gap: 1.4rem;
    flex-direction: column;
    height: auto;
  }
  .main-report-con .main-report-slide .slide-item .unit-box .tag-list {
    height: 5.6rem;
    overflow: hidden;
  }
  .main-report-con .main-report-slide .slide-item .unit-box .tag-list li a {
    padding: 0.2rem 0.6rem;
  }
}
@media screen and (max-width: 600px) {
  .main-report-con .main-report-tit-box a.btn {
    gap: 0.2666666667em;
    padding: 0.5333333333em 1.0666666667em;
    min-height: 4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .main-report-con .main-report-tit-box a.btn i {
    width: 1.0666666667em;
    height: 1.0666666667em;
  }
  .main-report-con .main-report-tit-box a.btn[data-type=only-icon] {
    padding-right: 0;
    padding-left: 0;
    width: 4rem;
  }
  .main-report-con .main-report-slide {
    margin: 0 0 0 -2rem;
  }
  .main-report-con .main-report-slide .swiper-slide {
    width: 33.4rem;
    padding: 0 0 0 2rem;
  }
  .main-report-con .main-report-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: -2rem;
    z-index: 2;
  }
}
@media screen and (max-width: 350px) {
  .main-report-con .main-report-slide .swiper-slide {
    width: calc(100% - 2rem);
  }
}

.main-slide-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 4.8rem;
}
.main-slide-control svg {
  color: #1D1D1D;
}
.main-slide-control .swiper-button-disabled, .main-slide-control .disabled {
  cursor: default;
}
.main-slide-control .swiper-button-disabled svg, .main-slide-control .disabled svg {
  color: #8E8E8E;
}
@media screen and (max-width: 1024px) {
  .main-slide-control {
    margin-top: 3.2rem;
    gap: 1.6rem;
  }
  .main-slide-control .arrow-btn svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.main-slide-pagination {
  position: static;
  width: auto !important;
  display: flex;
  gap: 16px;
}
.main-slide-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 !important;
  opacity: 1;
  border-radius: 12px;
  transition: width 0.3s;
}
.main-slide-pagination .swiper-pagination-bullet-active {
  background-color: #0045C9;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .main-slide-pagination {
    gap: 1.2rem;
  }
  .main-slide-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .main-slide-pagination .swiper-pagination-bullet-active {
    width: 24px;
  }
}

#mainNews {
  background-color: #EFF5FF;
}
@media screen and (max-width: 1024px) {
  #mainNews {
    padding: clamp(7.2rem, 8.33333vmax, 16rem) 0;
  }
}

.main-news-con {
  display: flex;
}
.main-news-con .left-con {
  flex: 1;
  padding-right: 4rem;
}
.main-news-con .right-con {
  flex: 1;
  padding-left: 4rem;
}
.main-news-con .tab-container {
  position: relative;
  gap: 1.3333333333em;
  height: calc(100% - 5.6rem - clamp(4rem, 2.5vw, 4.8rem));
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(2.4rem, 1.5625vw, 3rem);
}
@media screen and (max-width: 1440px) {
  .main-news-con .tab-container {
    font-size: clamp(2.4rem, 1.5625vw, 3rem);
  }
}
@media screen and (max-width: 1024px) {
  .main-news-con .tab-container {
    font-size: min(2.4rem, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  .main-news-con .tab-container {
    font-size: min(2.4rem, 5.641vw);
  }
}
.main-news-con .tab-container .tab-content-wrap {
  position: relative;
  flex: 1;
}
.main-news-con .tab-container .tab-list {
  border-bottom: 0;
  gap: 3.2rem;
}
.main-news-con .tab-container .tab-list button {
  padding-top: 0;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(2.4rem, 1.5625vw, 3rem);
}
@media screen and (max-width: 1440px) {
  .main-news-con .tab-container .tab-list button {
    font-size: clamp(2.4rem, 1.5625vw, 3rem);
  }
}
@media screen and (max-width: 1024px) {
  .main-news-con .tab-container .tab-list button {
    font-size: min(2.4rem, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  .main-news-con .tab-container .tab-list button {
    font-size: min(2.4rem, 5.641vw);
  }
}
.main-news-con .tab-container .tab-list button::before {
  height: 2.5px;
}
.main-news-con .tab-container .tab-content {
  height: 100%;
}
.main-news-con .tab-container .tab-content:not(.active) {
  visibility: hidden;
  opacity: 0;
}
.main-news-con .tab-container .tab-content .swiper {
  height: 100%;
  overflow: visible;
}
.main-news-con .tab-container .tab-content .swiper-wrapper {
  justify-content: space-between;
}
.main-news-con .tab-container .tab-content .swiper-wrapper .swiper-slide {
  height: auto;
}
.main-news-con .tab-container .tab-content .main-slide-control {
  display: none;
}
.main-news-con .tab-container .tab-content:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .main-news-con .tab-container .tab-content .swiper::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EFF5FF;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) {
  .main-news-con {
    flex-direction: column;
  }
  .main-news-con .left-con {
    padding: 0;
  }
  .main-news-con .right-con {
    padding: clamp(7.2rem, 8.33333vmax, 16rem) 0 0;
  }
  .main-news-con .tab-container {
    gap: 3.2rem;
  }
  .main-news-con .tab-container .tab-list {
    gap: 2.4rem;
  }
  .main-news-con .tab-container .tab-list button {
    font-size: 2.2rem;
  }
  .main-news-con .tab-container .tab-content .main-slide-control {
    display: flex;
  }
  .main-news-con .tab-container .tab-content .main-notice-slide {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
  .main-news-con .tab-container .tab-content .main-notice-slide .main-notice-item a {
    justify-content: center;
  }
  .main-news-con .tab-container .tab-content .main-notice-slide .main-slide-control {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .main-news-con .tab-container .tab-list {
    gap: 2rem;
  }
  .main-news-con .tab-container .tab-list button {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .main-news-con .main-news-tit-box a.btn {
    gap: 0.2666666667em;
    padding: 0.5333333333em 1.0666666667em;
    min-height: 4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .main-news-con .main-news-tit-box a.btn i {
    width: 1.0666666667em;
    height: 1.0666666667em;
  }
  .main-news-con .main-news-tit-box a.btn[data-type=only-icon] {
    padding-right: 0;
    padding-left: 0;
    width: 4rem;
  }
}
.main-news-tit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(4rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 1440px) {
  .main-news-tit-box {
    font-size: clamp(4rem, 2.5vw, 4.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .main-news-tit-box {
    font-size: min(4em, 6.154vw);
  }
}
@media screen and (max-width: 600px) {
  .main-news-tit-box {
    font-size: min(4em, 6.154vw);
  }
}
.main-news-tit-box {
  line-height: 1;
}
.main-news-tit-box .tab-more-btn {
  display: inline-flex;
}
.main-news-tit-box .tab-more-btn:not(.active) {
  display: none;
}
@media screen and (max-width: 1024px) {
  .main-news-tit-box {
    font-size: 4rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .main-news-tit-box {
    font-size: 2.8rem;
  }
}

.main-trend-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.main-trend-con .main-trend-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.6666666667em;
  padding: 1.3333333333em;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 15.3rem;
  transition: border-color 0.3s ease;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.main-trend-con .main-trend-item .tit {
  display: inline-flex;
  transition: color 0.3s ease;
}
.main-trend-con .main-trend-item .tit a {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-trend-con .main-trend-item .unit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-trend-con .main-trend-item .unit-box .tag-list {
  display: flex;
  gap: 0.6153846154em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.main-trend-con .main-trend-item .unit-box .tag-list li a {
  padding: 0.2307692308em 0.6153846154em;
  background-color: #F0F0F0;
  border-radius: 0.6rem;
  color: #1D1D1D;
}
.main-trend-con .main-trend-item .unit-box .tag-list li a::before {
  content: "#";
}
@media screen and (hover: hover) {
  .main-trend-con .main-trend-item .unit-box .tag-list li a:hover {
    background-color: #D1E1FF;
    color: #0045C9;
  }
}
.main-trend-con .main-trend-item .unit-box .date {
  color: #555555;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
@media screen and (hover: hover) {
  .main-trend-con .main-trend-item:hover {
    border-color: #0045C9;
  }
  .main-trend-con .main-trend-item:hover .tit {
    color: #0045C9;
  }
}
@media screen and (max-width: 1024px) {
  .main-trend-con {
    gap: 1.6rem;
  }
  .main-trend-con .main-trend-item {
    gap: 1.4rem;
    padding: 2.4rem;
    height: 13.1rem;
  }
  .main-trend-con .main-trend-item .tit {
    font-size: 1.8rem;
  }
  .main-trend-con .main-trend-item .unit-box .tag-list li a {
    padding: 0.2rem 0.6rem;
  }
  .main-trend-con .main-trend-item:last-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .main-trend-con .main-trend-item {
    height: 14.7rem;
  }
  .main-trend-con .main-trend-item .unit-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-trend-con .main-trend-item .unit-box .date {
    margin-top: 1.4rem;
  }
}

.main-press-con {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.main-press-con .main-press-item dl {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.main-press-con .main-press-item dl dt {
  width: 17.1875vw;
  max-width: 33rem;
  min-width: 31rem;
}
.main-press-con .main-press-item dl dd {
  display: flex;
  flex-direction: column;
  gap: 0.6666666667em;
  width: calc(100% - 17.1875vw - 2.4rem);
}
.main-press-con .main-press-item .img-wrap {
  aspect-ratio: 330/181;
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
}
.main-press-con .main-press-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.main-press-con .main-press-item .tit {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-press-con .main-press-item .date {
  color: #555555;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
@media screen and (hover: hover) {
  .main-press-con .main-press-item:hover .img-wrap img {
    transform: scale(1.05);
  }
}
@media screen and (min-width: calc(1024px + 1px)) {
  .main-press-con .swiper-slide:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .main-press-con {
    flex-direction: row;
    overflow: visible;
    margin: 0 -1rem;
    gap: 0;
    width: auto;
    font-size: 1.8rem;
  }
  .main-press-con .swiper-slide {
    width: 33.33%;
    width: 33.4rem;
    padding: 0 1rem;
    height: auto;
  }
  .main-press-con .main-press-item dl {
    flex-direction: column;
    gap: 1.4rem;
  }
  .main-press-con .main-press-item dl dt {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .main-press-con .main-press-item dl dd {
    width: 100%;
    gap: 1.4rem;
  }
  .main-press-con .main-press-item .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 600px) {
  .main-press-con {
    margin: 0 0 0 -2rem;
  }
  .main-press-con .swiper-slide {
    width: 33.4rem;
    padding: 0 0 0 2rem;
  }
}
@media screen and (max-width: 350px) {
  .main-press-con .swiper-slide {
    width: calc(100% - 2rem);
  }
}

.main-notice-con {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #D8D8D8;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.main-notice-con .main-notice-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4583333333em;
  border-bottom: 1px solid #D8D8D8;
  overflow: hidden;
  height: 100%;
}
.main-notice-con .main-notice-item a .tit-box {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.main-notice-con .main-notice-item a .category {
  display: inline-flex;
  padding: 0.2666666667em 0.5333333333em;
  border-radius: 0.6rem;
  background-color: #D1E1FF;
  color: #0045C9;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.main-notice-con .main-notice-item a .tit {
  transition: color 0.3s ease;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-notice-con .main-notice-item a .date {
  color: #555555;
  opacity: 0.8;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
@media screen and (hover: hover) {
  .main-notice-con .main-notice-item a:hover .tit {
    color: #0045C9;
  }
}
@media screen and (min-width: calc(1024px + 1px)) {
  .main-notice-con .swiper-slide {
    flex: 1;
  }
  .main-notice-con .swiper-slide:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .main-notice-con {
    flex-direction: row;
    margin: 0;
    width: auto;
    gap: 0;
    border-top: 0;
  }
  .main-notice-con .swiper-slide {
    width: 33.33%;
    padding: 0;
    height: auto;
  }
  .main-notice-con .main-notice-item {
    height: 50%;
  }
  .main-notice-con .main-notice-item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4rem;
    padding: 0;
    height: 100%;
  }
  .main-notice-con .main-notice-item a .tit-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .main-notice-con .main-notice-item a .tit {
    font-size: 1.8rem;
  }
  .main-notice-con .main-notice-item a .category {
    align-items: center;
    font-size: 1.3rem;
    padding: 0 0.7rem;
    height: 2.6rem;
  }
  .main-notice-con .main-notice-item:nth-child(odd) {
    border-top: 1px solid #D8D8D8;
  }
}

.main-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  /* 모바일 사용 */
}
.main-popup-container.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.main-popup-container .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-popup-container .main-popup-dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.main-popup-container .main-popup {
  width: fit-content;
  overflow: hidden;
}
.main-popup-container .main-popup .main-popup-top {
  position: relative;
  width: 100%;
  display: flex;
  /* 모바일 사용 */
}
.main-popup-container .main-popup .main-popup-top[data-slide-count="1"] .main-popup-indicator {
  display: none !important;
}
.main-popup-container .main-popup .main-popup-top .sheet-top {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.1rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #E4E4E4;
}
.main-popup-container .main-popup .main-popup-top .main-popup-content {
  width: clamp(30rem, 20.8333333333vw, 40rem);
  height: clamp(36rem, 25vw, 48rem);
  aspect-ratio: 5/6;
  background-color: #ededed;
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:last-of-type) {
  margin-right: min(3.2rem, 1.6666666667vw);
}
.main-popup-container .main-popup .main-popup-top .main-popup-content img {
  display: block;
  width: 100%;
  height: 100%;
}
.main-popup-container .main-popup .main-popup-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
  padding-top: 4rem;
}
.main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
  color: #454545;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-size: 1.6rem;
  }
}
.main-popup-container .main-popup .main-popup-bottom .popup-today-btn-mo {
  display: none;
}
.main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .mo {
  display: none;
}
.main-popup-container .main-popup-indicator {
  display: none;
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  align-items: center;
  gap: 2rem;
  width: fit-content;
  padding: 0.35rem 1.3rem;
  z-index: 10;
  font-size: 1.4rem;
  line-height: 21px;
  font-weight: 400;
  background-color: rgba(45, 45, 45, 0.6);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 2rem;
}
.main-popup-container .main-popup-indicator .main-popup-pagination {
  display: flex;
  gap: 0.4rem;
  order: 2;
  color: rgba(255, 255, 255, 0.6);
}
.main-popup-container .main-popup-indicator .main-popup-pagination .swiper-pagination-current {
  color: #ffffff;
}
.main-popup-container .main-popup-indicator .next-btn {
  order: 3;
}
.main-popup-container .main-popup-indicator .prev-btn {
  order: 1;
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content {
    width: 27.34375vw;
    height: 32.8125vw;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 600px) {
  .main-popup-container {
    top: unset;
    bottom: 0;
  }
  .main-popup-container .container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .main-popup-container .container-box-xl {
    height: 100%;
  }
  .main-popup-container .main-popup {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    background-color: #ffffff;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-slider {
    width: 100%;
  }
  .main-popup-container .main-popup .main-popup-top .sheet-top {
    display: flex;
    border: 0;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-content {
    max-width: 100%;
    width: 100%;
    max-height: 75vh;
    height: auto;
    flex-shrink: 0;
  }
  .main-popup-container .main-popup .main-popup-bottom {
    justify-content: space-between;
    padding: 0 1.6rem;
    height: 5.2rem;
  }
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .main-popup-container .main-popup .main-popup-bottom .popup-today-btn-pc {
    display: none;
  }
  .main-popup-container .main-popup .main-popup-bottom .popup-today-btn-mo {
    display: flex;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner {
    padding: 0.6rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.4rem;
    min-height: auto;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn svg,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .pc,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner .pc {
    display: none;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .mo,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner .mo {
    display: block;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .label,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner .label {
    display: none;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn:has(.btn-inner),
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner:has(.btn-inner) {
    padding: 0;
    border: 0;
  }
  .main-popup-container .main-popup-indicator {
    display: flex;
  }
}