/*-------------------------------------------------

Title       : Main
Author      : EASESOFT
Create Date : 2025-02

-------------------------------------------------*/
#main .main_wrap .cont_view .title {
  display: block;
  text-overflow: inherit;
  overflow: visible;
  white-space: inherit;
  height: auto;
}
#main .main_wrap .video_slide2 .cont_view .title.ellip2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: break-word;
  height: 5.5rem;
}
#main .section {
  padding: 8rem 0;
}
#main .section .sec_tit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  font-family: "Paperlogy";
  position: relative;
}
#main .section .sec_tit h2 {
  font-size: 4rem;
  font-weight: 800;
}
#main .section .sec_tit .txt {
  flex: none;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #666;
}
#main .section .sec_tit .txt .line {
  position: relative;
  z-index: 1;
  color: #000;
}
#main .section .sec_tit .txt .line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 1rem;
  background: #1FC051;
  opacity: 0.2;
}
#main .section .sec_tit .txt em {
  color: #ddd;
  padding: 0 0.5rem;
}
#main .section .sec_tit .tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  margin-left: 2rem;
}
#main .section .sec_tit .tab button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 8.4rem;
  height: 3.6rem;
  background: #e8e8e8;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s;
}
#main .section .sec_tit .tab button.active {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #main .section .sec_tit .tab button:not(.on):hover {
    background: #333;
    color: #fff;
  }
}
#main .section .more::before {
  content: "\ea13";
  font-family: "remixicon";
  font-size: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #000;
  color: #fff;
  border-radius: 100%;
  transition: 0.4s;
}
@media screen and (min-width: 1024px) {
  #main .section .more:hover::before {
    transform: rotate(180deg);
  }
}
#main .visual {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
#main .visual .swiper-slide {
  height: 48rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
#main .visual .swiper-slide .item {
  height: 100%;
}
#main .visual .swiper-slide a {
  display: block;
  height: 100%;
}
#main .visual .swiper-slide .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .visual .swiper-slide .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  padding: 3rem 20% 3rem 6rem;
  height: 100%;
  background: linear-gradient(to right, var(--gra-color) 65%, transparent);
  color: var(--font-color);
  word-break: keep-all;
  word-wrap: break-word;
}
#main .visual .swiper-slide .txt .tit {
  font-size: 2rem;
}
#main .visual .swiper-slide .txt .cont {
  font-family: "Paperlogy";
  font-size: 4.8rem;
  font-weight: 700;
  word-break: keep-all;
}
#main .visual .control {
  position: absolute;
  left: 5%;
  bottom: 2rem;
  z-index: 10;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
#main .visual .control .progress {
  flex: 1;
  position: relative;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
#main .visual .control .progress .bar {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
}
#main .visual .control .bg {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  width: 14rem;
  height: 3.6rem;
  flex: none;
  padding: 0 1rem;
}
#main .visual .control .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Paperlogy";
}
#main .visual .control .pagination .swiper-pagination-current {
  color: #fff;
}
#main .visual .control button {
  color: #fff;
}
#main .visual .control button::before {
  font-family: "remixicon";
  font-size: 2rem;
}
#main .visual .control button.pause::before {
  content: "\efd6";
}
#main .visual .control button.play {
  display: none;
}
#main .visual .control button.play::before {
  content: "\f009";
}
#main .visual .control button.prev::before {
  content: "\ea64";
}
#main .visual .control button.next::before {
  content: "\ea6e";
}
#main .section01 {
  padding: 0;
  margin-bottom: 4.8rem;
}
#main .section01 .count {
  background: #F0F9FF;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  padding: 3.2rem 4.8rem;
}
#main .section01 .count dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.8rem;
}
#main .section01 .count dt {
  font-size: 1.8rem;
}
#main .section01 .count dt::before {
  font-family: "remixicon";
  font-size: 2.2rem;
  margin-right: 0.5rem;
}
#main .section01 .count .come dt::before {
  content: "\ede2";
}
#main .section01 .count .view dt::before {
  content: "\ecb4";
}
#main .section01 .count .talk dt::before {
  content: "\ef45";
}
#main .section01 .count .btn::after {
  content: "\ea6c";
  font-family: "remixicon";
  margin-left: 1rem;
}
#main .section01 .count .num {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
  width: 16rem;
}
#main .section01 .count .num em {
  font-variant-numeric: tabular-nums;
  letter-spacing: -2px;
  margin-right: 0.5rem;
}
#main .section02 .layout_fix {
  position: relative;
}
#main .section02 .btn {
  position: absolute;
  top: calc(30% - 2rem);
  z-index: 10;
  color: #666;
  font-size: 5rem;
}
#main .section02 .btn::before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 4rem;
  font-family: "remixicon";
  transition: 0.3s;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#main .section02 .btn.prev {
  left: -4rem;
}
#main .section02 .btn.prev::before {
  content: "\ea64";
}
#main .section02 .btn.next {
  right: -4rem;
}
#main .section02 .btn.next::before {
  content: "\ea6e";
}
@media screen and (min-width: 1024px) {
  #main .section02 .btn:hover {
    color: #000;
  }
}
#main .section02 .news_slide .swiper-slide .cont_view {
  max-width: 38.2rem;
}
#main .section03 {
  background: #f1f9ff;
  position: relative;
}
#main .section03 .sec_tit {
  position: static;
}
#main .section03 .sec_tit h2 {
  font-weight: 900;
}
#main .section03 .btn {
  position: absolute;
  top: calc(50% + 7.6rem - 4rem);
  z-index: 10;
  color: #666;
  font-size: 5rem;
}
#main .section03 .btn::before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 4rem;
  font-family: "remixicon";
  transition: 0.3s;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#main .section03 .btn.prev {
  left: calc(15% - 3rem);
}
#main .section03 .btn.prev::before {
  content: "\ea64";
}
#main .section03 .btn.next {
  right: calc(15% - 3rem);
}
#main .section03 .btn.next::before {
  content: "\ea6e";
}
@media screen and (min-width: 1024px) {
  #main .section03 .btn:hover {
    color: #000;
  }
}
#main .curation_slide {
  position: relative;
}
#main .curation_slide .swiper-slide {
  transition: 0.3s;
}
#main .curation_slide .swiper-slide-prev, #main .curation_slide .swiper-slide-next {
  transform: scale(0.9);
}
#main .curation_slide .inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 36rem;
  background: #fff;
  border-radius: 2.4rem;
  overflow: hidden;
}
#main .curation_slide .img {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main .curation_slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .curation_slide .desc {
  flex: none;
  width: 35%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  gap: 2rem;
  box-sizing: border-box;
  overflow: hidden;
}
#main .curation_slide .desc .title {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  word-break: keep-all;
}
#main .curation_slide .desc ul {
  overflow: hidden;
}
#main .curation_slide .desc ul li:nth-child(n+5) {
  display: none;
}
#main .curation_slide .desc ul li + li {
  margin-top: 1rem;
}
#main .curation_slide .desc ul li {
  position: relative;
  padding-left: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 3.8rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  max-height: 3.8rem;
  height: auto;
}
#main .curation_slide .desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 100%;
}
#main .curation_slide .desc .number {
  margin-top: auto;
}
#main .section04 .layout_fix {
  position: relative;
}
#main .section04 .more {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
#main .section05 {
  background: #f8f8f8;
}
#main .section05 .cont_grid3:has(.cont_view.short) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.8rem;
}
#main .section05 .cont_view.short .thumb {
  aspect-ratio: 9/16;
}
#main .section05 .more {
  position: absolute;
  right: 0;
  top: 0.3rem;
}
#main .section05 .main_tab {
  position: relative;
}
#main .section05 .btn {
  position: absolute;
  top: calc(30% - 2rem);
  z-index: 10;
  color: #666;
  font-size: 5rem;
}
#main .section05 .btn::before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 4rem;
  font-family: "remixicon";
  transition: 0.3s;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#main .section05 .btn.prev {
  left: -4rem;
}
#main .section05 .btn.prev::before {
  content: "\ea64";
}
#main .section05 .btn.next {
  right: -4rem;
}
#main .section05 .btn.next::before {
  content: "\ea6e";
}
@media screen and (min-width: 1024px) {
  #main .section05 .btn:hover {
    color: #000;
  }
}
#main .section05 .main_tab_vd2 .btn {
  top: calc(40% - 2rem);
}
#main .section06 {
  overflow: hidden;
}
#main .section06 .more {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
#main .event_slide {
  position: relative;
}
#main .event_slide .swiper-slide {
  background: #fff;
}
#main .event_slide .control {
  position: absolute;
  left: calc(50% + 6rem);
  bottom: 1rem;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
#main .event_slide .control button {
  flex: none;
}
#main .event_slide .control button::before {
  font-family: "remixicon";
  font-size: 2rem;
  border: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  transition: 0.3s;
}
#main .event_slide .control button.prev:before {
  content: "\ea64";
}
#main .event_slide .control button.next:before {
  content: "\ea6e";
  padding-left: 2px;
}
#main .event_slide .control .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#main .event_slide .control .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #000;
  opacity: 0.1;
}
#main .event_slide .control .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #main .event_slide .control button:hover::before {
    background: #000;
    border-color: #000;
    color: #fff;
  }
}
#main .section07 {
  background: #f1f9ff;
}
#main .section07 .sns_list {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#main .section07 .sns_list a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 5px 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
#main .section07 .sns_list a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  filter: brightness(0);
  transition: 0.3s;
}
#main .section07 .sns_list a.insta::before {
  background-image: url("/kor/img/sns-insta.svg");
  background-size: 2rem;
}
#main .section07 .sns_list a.facebook::before {
  background-image: url("/kor/img/sns-facebook.svg");
  background-size: 1rem;
}
#main .section07 .sns_list a.youtube::before {
  background-image: url("/kor/img/sns-youtube.svg");
  background-size: 1.8rem;
}
#main .section07 .sns_list a.story::before {
  background-image: url("/kor/img/sns-story.svg");
  background-size: 0.8rem;
}
#main .section07 .sns_list a.blog::before {
  background-image: url("/kor/img/sns-blog.svg");
  background-size: 1.9rem;
}
#main .section07 .sns_list a:hover::before {
  filter: brightness(1);
}
#main .section07 .sns ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
#main .section07 .sns .img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
#main .section07 .sns .img .icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
}
#main .section07 .sns .img .icon.blog {
  background: #03C75A url("/kor/img/sns_blog_white.svg") no-repeat 58% center;
  background-size: 2rem;
}
#main .section07 .sns .img .icon.insta {
  background: linear-gradient(-135deg, #4A65D4 0%, #A93BCE 30%, #E0307A 50%, #FED476 85%);
}
#main .section07 .sns .img .icon.insta::before {
  content: "";
  background: url("/kor/img/sns_insta_white.svg") no-repeat center;
  background-size: 2.3rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#main .section07 .sns .img .icon.youtube {
  background: #FF0000 url("/kor/img/sns_youtube_white.svg") no-repeat center;
  background-size: 1.9rem;
}
#main .section07 .sns .img .icon.facebook {
  background: #007AFF url("/kor/img/sns-facebook-w.svg") no-repeat center;
  background-size: 1.2rem;
}
#main .section07 .sns .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#main .section07 .sns .img:has(.youtube) {
  background: #000;
}
#main .section07 .sns .img:has(.youtube) img {
  -o-object-fit: contain;
     object-fit: contain;
}
#main .section07 .more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36rem;
  max-width: 100%;
  height: 5.4rem;
  margin: 4rem auto 0;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 1rem;
}
#main .section07 .more::before {
  content: "\ea13";
  font-family: "remixicon";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  #main .section07 .sns .img:hover img {
    transform: scale(1.02);
  }
  #main .section07 .more:hover::before {
    transform: rotate(180deg);
  }
}

#footer {
  margin-top: 0;
}