@charset "utf-8";
.pc {
  display:block;
}
.main_section {
  background:url("../images/bg_main.jpg?251027") center top no-repeat;
  background-size:cover;
}

.contents_inner {
  display:flex;
  justify-content:flex-start;
  flex-wrap:wrap;
  width:1400px;
  margin:0 auto;
  padding:50px 0;
}

.eco_swiper {
  overflow:hidden;
  width:924px;
  height:448px;
  margin:0 28px 0 0 !important;
  border-radius:16px;
}

.eco_slide .slide01 {
  width:100%;
  height:100%;
  background:url("../images/img_banner01.jpg") center no-repeat;
  background-size:cover;
}

.eco_slide .slide02 {
  width:100%;
  height:100%;
  background:url("../images/img_banner02.jpg") center no-repeat;
  background-size:cover;
}

.eco_slide .slide03 {
  width:100%;
  height:100%;
  background:url("../images/img_banner03.jpg") center no-repeat;
  background-size:cover;
}

.eco_slide .slide04 {
  width:100%;
  height:100%;
  background:url("../images/img_banner04.jpg") center no-repeat;
  background-size:cover;
}

.slide_left {
  position:absolute;
  top:50%;
  left:80px;
  transform:translateY(-50%);
  line-height:1.6;
}

.slide_left span,
.slide_left h3,
.slide_left p,
.slide_left button {
  color:#fff;
}

.slide_left span {
  display:block;
  font-size:20px;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset: 10px;
}

.slide_left h3 {
  margin-top:15px;
  font-size: 56px;
  font-weight: 800;
}

.slide_left p {
  margin-top:5px;
  font-size: 18px;
  font-weight: 700;
}

.slide_left button {
  display:flex;
  align-items:center;
  justify-content:center;
  width: 130px;
  height: 46px;
  margin-top:30px;
  border-radius: 50px;
  background:rgba(34, 34, 34, 0.5);
}


.eco_swiper .swiper-pagination {
  display: flex !important;
  flex-direction: column;
  width: 130px !important;
  height: 100%;
  position: absolute;
  top: 0 !important;
  left: auto !important;
  right: 0;
  transition: none;
  z-index: 10;
}

.eco_swiper .swiper-pagination .swiper-pagination-bullet {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  width:130px;
  height:112px;
  margin:0 !important;
  border-radius:0 !important;
  border-bottom:1px solid #222;
  background: rgba(17, 17, 17, 0.60);
  font-size: 20px;
  font-weight: 700;
  opacity:1;
  backdrop-filter: blur(10px);

}

.eco_swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  border-bottom:0;
}

.eco_swiper .swiper-pagination .swiper-pagination-bullet-active {
  position:relative;
  background: #287C19;
}

.eco_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  content:'';
  display:block;
  width:15px;
  height:15px;
  background:url("../images/bul_main_slide.svg") center no-repeat;
  background-size:100%;
  position:absolute;
  top:50%;
  left:-7px;
  transform:translateY(-50%);
}

.eco_swiper .swiper-pagination .swiper-pagination-bullet::before {
  content:'';
  display:block;
  width:32px;
  height:32px;
  margin-bottom:15px;
}

.eco_swiper .swiper-pagination .swiper-pagination-bullet:first-child::before {
  background:url("../images/icon_banner01.svg") center no-repeat;
  background-size:100%;
}

.eco_swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
  background:url("../images/icon_banner02.svg") center no-repeat;
  background-size:100%;
}


.eco_swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3)::before {
  background:url("../images/icon_banner03.svg") center no-repeat;
  background-size:100%;
}


.eco_swiper .swiper-pagination .swiper-pagination-bullet:last-child::before {
  background:url("../images/icon_banner04.svg") center no-repeat;
  background-size:100%;
}

.eco_swiper .pagination-text {
  width: auto;
  color:#fff;
  font-size: 16px;
}

.news_slider_section {
  overflow: hidden;
  width: 448px;
  height: 448px;
  border-radius: 16px;
  position: relative;
}


.news_slider_section .slide_img {
  width: 448px;
  height: 448px;
  position:relative;
}

.news_slider_section .slide_img img {
  width:100%;
  height:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  object-fit: cover;
}

.slider_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 11;
}

.news_slider_section::after {
  content: '';
  display: block;
  width: 100%;
  height: 197px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(0deg, #111 0%, rgba(119, 119, 119, 0.00) 100%);
  z-index: 10;
}

.news-pagination {
  display: inline-block;
  width:auto !important;;
  position: static !important;
}

.news_slider_section .swiper-button-next,
.news_slider_section .swiper-button-prev {
  width: 8px !important;
  height: 16px !important;
  margin-top: 0;
  top: 50%;
  font-size: 0 !important;
  transform: translateY(-50%);
  z-index: 11;
  position: absolute;
}

.news_slider_section .swiper-button-prev {
  left: 22px;
  background: url("../images/btn_prev.svg") center no-repeat !important;
  background-size: 100%;
}

.news_slider_section .swiper-button-next {
  right: 22px;
  background: url("../images/btn_next.svg") center no-repeat !important;
  background-size: 100%;
}

.news_slider_section .swiper-button-prev svg,
.news_slider_section .swiper-button-next svg,
.news_slider_section .swiper-button-prev:after,
.news_slider_section .swiper-button-next:after {
  display: none !important;
}

.news_slider_section .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 0 0 16px !important;
  background: rgba(255, 255, 255, 1);
}

.news_slider_section .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.news_slider_section .swiper-pagination-bullet-active {
  background: #fff;
}

.play_pause_control {
  position: static;
  display: inline-block;
  margin-left: 12px;
  z-index: 11;
}

.play_pause_btn {
  height: 16px;
  border: none;
  cursor: pointer;
}

.play_pause_btn .play_icon,
.play_pause_btn .pause_icon {
  width: auto;
  height: 16px;
}

.play_pause_btn.paused .play_icon {
  display: block !important;
}

.play_pause_btn.paused .pause_icon {
  display: none !important;
}

.play_pause_btn:not(.paused) .play_icon {
  display: none !important;
}

.play_pause_btn:not(.paused) .pause_icon {
  display: block !important;
}

.service_wrap {
  display:flex;
  margin-top:50px;
}

.service_wrap h3 {
  font-size:32px;
  font-weight:700;
}

.service_wrap .left div {
  display:flex;
  flex-wrap:wrap;
  width:924px;
  gap:28px;
  margin-top:30px;
}

.service_wrap .left dl {
  width:448px;
  height:210px;
  padding:60px 20px 50px 184px;
  position:relative;
  border-radius: 16px;
  background: #F9FDFF;
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.08);
}

.service_wrap .left dl::before {
  content: '';
  display: block;
  width: 110px;
  height: 110px;
  position:absolute;
  top:50%;
  left:50px;
  border-radius:50%;
  transform:translateY(-50%);
}

.service_wrap .left dl.service_item01::before {
  background: #ECF5EB url("../images/icon_main01.svg") center no-repeat;
  background-size: 55px;
}

.service_wrap .left dl.service_item02::before {
  background: #ECF5EB url("../images/icon_main02.svg") center no-repeat;
  background-size: 51px;
}

.service_wrap .left dl.service_item03::before {
  background: #ECF5EB url("../images/icon_main03.svg") center no-repeat;
  background-size: 57px;
}

.service_wrap .left dl.service_item04::before {
  background: #ECF5EB url("../images/icon_main04.svg") center no-repeat;
  background-size: 51px;
}

.service_wrap .left dl dt {
  font-size: 26px;
  font-weight: 700;
}

.service_wrap .left dl dd {
  margin-top: 15px;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  line-height:1.5;
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.service_wrap .right {
  margin-left: 28px;
}

.right .gallery .gallery_header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.right .gallery .gallery_section::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(0deg, #111 0%, rgba(119, 119, 119, 0.00) 100%);
  z-index: 10;
}

.right .gallery .gallery_section {
  overflow: hidden;
  width: 448px;
  height: 210px;
  margin-top: 30px;
  border-radius: 16px;
  position: relative;
}

.right .gallery .gallery_section .slider-wrapper {
  height: 100%;
}

.right .gallery .gallery_section .slide_img {
  width: 448px;
  height: 210px;
  position: relative;
}

.right .gallery .gallery_section .slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right .gallery .slider_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 85px;
  left: 0;
  z-index: 11;
}

/* 250911 수정 */
.right .gallery .gallery_section .swiper-button-next,
.right .gallery .gallery_section .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 0;
  top: 50%;
  font-size: 0 !important;
  transform: translateY(-50%);
  z-index: 11;
  position: absolute;
}

.right .gallery .gallery_section .swiper-button-prev {
  left: 0;
  background: rgba(17,17,17,0.8) url("../images/btn_prev.svg") center no-repeat;
  background-size:8px 16px;
}

.right .gallery .gallery_section .swiper-button-next {
  right: 0;
  background: rgba(17,17,17,0.8) url("../images/btn_next.svg") center no-repeat;
  background-size:8px 16px;
}

.right .gallery .gallery_section .swiper-button-prev svg,
.right .gallery .gallery_section .swiper-button-next svg,
.right .gallery .gallery_section .swiper-button-prev:after,
.right .gallery .gallery_section .swiper-button-next:after {
  display: none !important;
}

.right .gallery .more {
  font-size: 18px;
  color: #666;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.right .gallery .more::after {
  content: '';
  width: 6px;
  height: 12px;
  background: url("../images/icon_more.svg") center no-repeat;
  background-size: 100% auto;
  display: inline-block;
}

/* 250911 추가 */
.pagination_controls {
  display:flex;
  align-items:center;
  position:absolute;
  bottom:20px;
  right:15px;
  z-index:11;
}
.gallery-pagination {
  position:static;
  color:#fff;
  font-size:15px;
  text-align:right;
}

.gallery-pagination span {
  color:#fff;
  font-size:15px;
}

.gallery-pagination .swiper-pagination-current {
  font-weight:700;
}

.pagination_controls .play_pause_btn {
  height:auto;
  margin-left:10px;
}

.pagination_controls .play_pause_btn .pause_icon,
.pagination_controls .play_pause_btn .play_icon {
  height:auto;
}

.service_wrap .right figure {
  overflow: hidden;
  width: 448px;
  height: 210px;
  border-radius: 16px;
}

.service_wrap .right figure a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.service_wrap .right figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_wrap .right figure figcaption {
  display: flex;
  justify-content: flex-end;
  flex-direction:column;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(0deg, #111 0%, rgba(17, 17, 17, 0.00) 100%);
}

.service_wrap .right figure figcaption p,
.service_wrap .right figure figcaption .date {
  color:#fff;
}

.service_wrap .right figure figcaption p {
  overflow:hidden;
  width:100%;
  font-size:18px;
  font-weight:700;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.service_wrap .right figure figcaption .date {
  margin-top:12px;
  font-size:15px;
  font-weight:400;
}

.service_wrap .right .contact {
  display:flex;
  gap:28px;
  margin-top:28px;
}

.service_wrap .right .contact div,
.service_wrap .right .contact a {
  flex:1;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  height:210px;
  border-radius:16px;
  color:#fff;
  font-size: 26px;
  font-weight: 700;
  line-height:1.8;
  text-align:center;
}

.service_wrap .right .contact div {
  background:url('../images/bg_center01.png') center no-repeat;
  background-size:100%;
}

.service_wrap .right .contact div span {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.service_wrap .right .contact a {
  background:url('../images/bg_center02.png') center no-repeat;
  background-size:100%;
}

.service_wrap .right .contact a::after {
  content: '';
  width: 48px;
  height: 28px;
  background: url("../images/icon_camera.svg") center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin-top: 10px;
}

.content .content_inner {
  background: #409830;
}

.content h3 {
  font-size: 32px;
  font-weight: 700;
}

/* 탭 슬라이더 섹션 스타일 */
.tab_slider_section {
  width: 1400px;
  margin: 0 auto;
  padding: 50px 0 68px;
  position:relative;
}

.tab_slider_section h3 {
  color:#fff;
}

.tab_container {
  width: 1400px;
  margin: 30px auto 0;
}

.tab_buttons {
  display: flex;
  justify-content: center;
  position:absolute;
  top:54px;
  right:0;
  z-index:12;
}

.tab_button {
  display:flex;
  align-items:center;
  padding-bottom:8px;
  position:relative;
  color:#fff;
  font-size: 20px;
  font-weight: 700;
}

.tab_button::before {
  content:'';
  display:block;
  width:4px;
  height:4px;
  margin:0 20px;
  border-radius:50%;
  background:rgba(255,255,255,0.5);
}

.tab_button:first-child::before {
  display:none;
}

.tab_button.active::after {
  content:'';
  display:block;
  width:100%;
  height:3px;
  position:absolute;
  bottom:0;
  left:0;
  background:#fff;
}

.tab_button:not(:first-child).active::after {
  width:calc(100% - 44px);
  left:44px;
}

/* 키보드 포커스 스타일 - 2025.10.30 탭 키보드 접근성 개선 */
.tab_button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.tab_button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.tab_button:focus:not(:focus-visible) {
  outline: none;
}

.tab_contents .tab_content {
  padding-top: 0;
}

.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
}

.tab_content .slider_wrapper {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 320px;
  z-index:13;
}

.tab_swiper {
  width: 1400px;
  height: 320px;
  position: relative;
}

.tab_slide {
  overflow: hidden;
  width: 329px;
  height: 320px;
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.04);
}

.tab_slide:hover {
  background: #F3FFF0;
}

.tab_slide:hover h4 {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.tab_slide .category {
  display:inline-block;
  padding:8px 12px;
  border-radius: 100px;
  color:#fff;
  font-weight:700;
  font-size:16px;
}

.tab_slide .category.notice {
  background: #287C19;
}

.tab_slide .category.press {
  background: #7B5035;
}

.tab_slide h4 {
  margin-top:25px;
  font-size:20px;
  font-weight:700;
  line-height:1.5;
  /* 2줄 제한 및 말줄임 처리 */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all; /* 한글 단어 단위로 줄바꿈 */
  height: 3em; /* line-height * 2줄 = 1.5 * 2 = 3em */
}

.tab_slide .rawContent {
  margin-top:20px;
  color:#666;
  font-size: 18px;
  font-weight: 500;
  line-height:1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  height: 4.3em; /* line-height * 2줄 = 1.5 * 2 = 3em */
}

.tab_slide .date {
  display:block;
  margin-top:25px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

/* 탭 슬라이더 컨트롤 - news_swiper와 동일한 스타일 */
.tab_slider_section .slider_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left: 0;
  bottom:auto;
  transform: translateY(-50%);
  z-index: 11;
}

.slider_controls_bottom {
  display:flex;
  align-items:center;;
  position:absolute;
  bottom:25px;
  left:50%;
  transform: translateX(-50%);
}

.tab_slider_section .swiper-pagination {
  display: flex;
  align-items:center;
  width: auto !important;
  position:static !important;
}

.tab_slider_section .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 0 0 16px !important;
  background: rgba(255, 255, 255, 1);
}

.tab_slider_section .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.tab_slider_section .swiper-pagination-bullet-active {
  background: #fff;
}

.tab_slider_section .play_pause_control {
  position: static;
  display: inline-block;
  margin-left: 16px;
  z-index: 11;
}

.tab_slider_section .play_pause_btn {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
}

.tab_slider_section .play_pause_btn .play_icon,
.tab_slider_section .play_pause_btn .pause_icon {
  width: auto;
  height: 16px;
}

.tab_slider_section .play_pause_btn.paused .play_icon {
  display: block !important;
}

.tab_slider_section .play_pause_btn.paused .pause_icon {
  display: none !important;
}

.tab_slider_section .play_pause_btn:not(.paused) .play_icon {
  display: none !important;
}

.tab_slider_section .play_pause_btn:not(.paused) .pause_icon {
  display: block !important;
}

.navigation_buttons {
  height: 38px;
}

/* 탭 슬라이더 네비게이션 버튼 - 슬라이더 중간에 위치 */
.tab_slider_section .swiper-button-next,
.tab_slider_section .swiper-button-prev {
  width: 22px !important;
  height: 38px !important;
  margin-top: 0;
  position: absolute;
  top: 50%;
  font-size: 0 !important;
  transform: translateY(-50%);
  z-index: 11;
}

.tab_slider_section .swiper-button-prev {
  left: -55px;
  background: url("../images/btn_prev_big.svg") center no-repeat !important;
  background-size: 100% !important;
}

.tab_slider_section .swiper-button-next {
  right: -55px;
  background: url("../images/btn_next_big.svg") center no-repeat !important;
  background-size: 100% !important;
}

.tab_slider_section .swiper-button-prev svg,
.tab_slider_section .swiper-button-next svg,
.tab_slider_section .swiper-button-prev:after,
.tab_slider_section .swiper-button-next:after {
  display: none !important;
}

.youtube_section .section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.youtube_section .content_inner {
  width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  position:relative;
}

.youtube_section h3 {
  font-size:32px;
  font-weight: 700;
}

.youtube_section .swiper-wrapper {
  display:flex;
  gap:28px;
  margin-top:30px;
}

.youtube_section .swiper-slide {
  width:448px;
}

.youtube_section .swiper-slide a {
  display:block;
  width:448px;
  position:relative;
}

.youtube_section .swiper-slide a .img {
  overflow:hidden;
  display:block;
  width:100%;
  height:252px;
  position:relative;
  border-radius:16px;

}

.youtube_section .swiper-slide a .img::after {
  content:'';
  display:block;
  width:64px;
  height:64px;
  position:absolute;
  top:50%;
  left:50%;
  background:url("../images/btn_play_yt.png") center no-repeat;
  background-size:100%;
  transform: translate(-50%, -50%);
}

.youtube_section .swiper-slide a .img img {
  width:100%;
  height:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.youtube_section .swiper-slide figcaption {
  padding-top:30px
}

.youtube_section .swiper-slide figcaption p {
  overflow:hidden;
  width:100%;
  font-size:20px;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.youtube_section .swiper-slide figcaption .date {
  display:block;
  margin-top:30px;
  color: #666;
}

.youtube_section .youtube_link {
  display:flex;
  align-items:center;
  justify-content:center;
  width: 256px;
  height: 42px;
  border: 1px solid #287C19;
  border-radius: 6px;
  color: #287C19;
  font-weight: 700;
}

.youtube_section .youtube_link::before {
  content:'';
  display:block;
  width: 26px;
  height: 18px;
  margin-right:10px;
  background:url("../images/bul_yt.svg") center no-repeat;
  background-size:100%;
}

.youtube-pagination {
  display:none;
}

.content_bottom {
  background:url("../images/bg_main_b.jpg?251027") center no-repeat;
  background-size:cover;
}

.content_bottom div {
  display:flex;
  align-items:center;
  width:1400px;
  margin:0 auto;
}

.content_bottom div dl {
  flex:1;
  padding:90px 0 60px;
  text-align:center;
}

.content_bottom div dl dt {
  color:#fff;
  font-size: 32px;
  font-weight: 700;
}

.content_bottom div dl dd {
  margin-top:20px;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  line-height:1.4;
}

.content_bottom div dl dd a {
  display:flex;
  align-items:center;
  justify-content:center;
  width: 130px;
  height: 46px;
  margin:20px auto 0;
  border-radius:100px;
  color:#fff;
  font-size: 16px;
  font-weight: 700;
}

.content_bottom div dl.faq dd a {
  background: rgba(40, 124, 25, 0.5);
}

.content_bottom div dl.people dd a {
  background: rgba(123, 80, 53, 0.5);

}


@media screen and (max-width: 1023px) {
  .main_section {
    background:url("../images/bg_main_m.jpg") center top no-repeat;
    background-size:100%;
  }

  .contents_inner {
    flex-direction:column;
    width:100%;
    padding:12.5vw 0 8.3vw;
  }

  .eco_swiper {
    overflow:hidden;
    width:90vw;
    height:90vw;
    margin:0 auto!important;
    border-radius:2.2vw;
  }

  .slide_left {
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:100%;
    height:67.8vw;
    padding-left:8.3vw;
    position:static;
    transform:translateY(0);
  }

  .slide_left span {
    font-size: 4.2vw;
    text-underline-offset: 2.2vw;
  }

  .slide_left h3,
  .slide_left p,
  .slide_left button {
    margin-top:3vw;
  }

  .slide_left h3 {
    font-size:6.9vw;
  }

  .slide_left p {
    font-size:3.6vw;
  }

  .slide_left .pc {
    display:none;
  }

  .slide_left .mobile {
    display:block;
  }

  .slide_left button {
    width:25vw;
    height:9.7vw;
    border-radius:6.9vw;;
    font-size:3.6vw;
  }

  .eco_swiper .swiper-pagination {
    display: flex !important;
    flex-direction: row;
    width: 100% !important;
    height: 22.2vw;
    top: auto !important;
    bottom: 0 !important;
    z-index: 10;
  }

  .eco_swiper .swiper-pagination .swiper-pagination-bullet {
    flex:1;
    width:auto;
    height:22.2vw;
    border-bottom:0;
    border-right:1px solid #222;
  }

  .eco_swiper .swiper-pagination .swiper-pagination-bullet:last-child {
    border-right:0;
  }

  .eco_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    width:3.5vw;
    height:3.5vw;
    top:-1.8vw;
    left:50%;
    transform: translateX(-50%);
  }

  .eco_swiper .swiper-pagination .swiper-pagination-bullet::before {
    width:5.8vw;
    height:5.8vw;
    margin-bottom:2.4vw;
  }

  .eco_swiper .pagination-text {
    width: auto;
    font-size:3.3vw;
  }

  .news_slider_section {
    width:90vw;
    height:90vw;
    margin:5.5vw auto 0;
    border-radius: 2.2vw;
  }

  .news_slider_section::after {
    border-radius: 2.2vw;
  }

  .news_slider_section .slide_img {
    width:90vw;
    height:90vw;
  }

  .slider_controls {
    height:3.6vw;
    bottom:4.2vw;
  }

  .news_slider_section .swiper-button-next,
  .news_slider_section .swiper-button-prev {
    width:2.2vw !important;
    height:3.2vw !important;
  }

  .news_slider_section .swiper-pagination-bullet {
    width:2.5vw;
    height:2.5vw;
    margin: 0 0 0 2.2vw !important;
  }

  .play_pause_control {
    margin-left: 2.2vw;
  }

  .play_pause_btn {
    height:2.5vw;
  }

  .play_pause_btn .play_icon,
  .play_pause_btn .pause_icon {
    height:2.5vw;
  }

  .service_wrap {
    flex-direction:column;
    width:90vw;
    margin:8.3vw auto 0;
  }

  .service_wrap h3 {
    font-size:5.5vw;
  }

  /* 250911 추가 */
  .right .gallery .more {
    font-size:3.9vw;
  }

  .service_wrap .left {
    padding-bottom:8.3vw;
    position:relative;
  }

  .service_wrap .left::after {
    content:'';
    display:block;
    width:100vw;
    height:14.3vw;
    position:absolute;
    bottom:0;
    left:50%;
    background: linear-gradient(180deg, #EBECE1 33%, #F7F7EC 79%);
    transform: translateX(-50%);
    z-index:-1;
  }

  .service_wrap .left div {
    flex-direction:column;
    gap:3.3vw;
    width:100%;
    margin-top:4.2vw;
  }

  .service_wrap .left dl {
    width:100%;
    height:auto;
    padding:5.5vw 3.3vw 5.5vw 25vw;
    border-radius: 2.2vw;
  }

  .service_wrap .left dl::before {
    width:15.3vw;
    height:15.3vw;
    left:5.5vw;
    background-size:7.1vw auto !important;
  }

  .service_wrap .left dl.service_item03::before {
    background-size: 8vw !important;
  }

  .service_wrap .left dl dt {
    font-size:4.2vw;
  }

  .service_wrap .left dl dd {
    margin-top:1.8vw;
    font-size:3.6vw;
  }

  .service_wrap .right {
    width:100%;
    margin:8.3vw 0 0 0;
  }

  .service_wrap .right .contact div span {
    font-size: 4.2vw;
  }

  .right .gallery .gallery_section {
    width: 100%;
    height: 100%;
    margin-top:5.6vw;
  }

  .service_wrap .right figure {
    width:100%;
    border-radius: 2.2vw;
  }

  .service_wrap .right figure figcaption {
    padding:4.2vw
  }

  .service_wrap .right figure figcaption p {
    width:55.1vw;
    font-size:3.9vw;
  }

  .service_wrap .right .contact {
    gap:3.3vw;
    margin-top:5.5vw;
  }

  .service_wrap .right figure figcaption .date {
    font-size:3.3vw;
  }

  .service_wrap .right .contact div,
  .service_wrap .right .contact a {
    height:43.3vw;
    font-size:4.4vw;
    border-radius:2.2vw;
  }

  .service_wrap .right .contact a::after {
    width: 9.4vw;
    height: 5.5vw;
    margin-top: 2.7vw;
  }

  /* 250911 추가 */
  .gallery-pagination {
    bottom:4.2vw;
    right:8.3vw;
    font-size:3.3vw;
  }

  .gallery-pagination span {
    font-size:3.3vw;
  }

  .right .gallery .gallery_section .swiper-button-next,
  .right .gallery .gallery_section .swiper-button-prev {
    width:8.3vw;
    height:8.3vw;
    background-size:1.7vw 3.3vw;
  }

  .tab_slider_section {
    width:100%;
    height:179.7vw;
    padding:8.3vw 5vw;
  }

  .content h3 {
    font-size:5.5vw;
  }

  .tab_buttons {
    top:8.3vw;
    right:5.5vw;
  }

  .tab_button {
    font-size:4.2vw;
  }

  .tab_button::before {
    margin: 0 2.8vw;
  }

  .tab_slider_section .tab_container {
    width:100%;
    margin-top:5.5vw;
  }

  .tab_slider_section .tab_content {
    padding-top:0;
  }

  .tab_content .slider_wrapper {
    height:100%;
  }

  .tab_swiper {
    width: 100%;
    height: 145.6vw;
  }

  .tab_swiper .swiper-wrapper {
    height: auto !important;
    overflow: visible !important;
  }

  .tab_slide {
    width:100%;
    margin-bottom: 3.3vw;
    padding: 4.2vw;
    border-radius:2.8vw;
  }

  .tab_slide .category {
    padding:1.5vw 2.6vw;
    border-radius:13.9vw;
    font-size:3.3vw;
  }

  .tab_slide h4 {
    margin-top:2.8vw;
    font-size:3.9vw;
  }

  .tab_slide .rawContent {
    display:none;
  }

  .tab_slide .date {
    margin-top:0.8vw;
    font-size:3.3vw;
  }

  .tab_content .navigation_buttons {
    display:none;
  }

  .tab_content .slider_controls {
    height:3.6vw;
    bottom:4.2vw;
    top:auto;
  }

  .tab_content .slider_controls_bottom {
    position:static;
    transform:translateX(0);
  }

  .tab_slider_section .swiper-pagination {
    transform:none !important;
  }

  .tab_slider_section .swiper-pagination-bullet {
    width:2.5vw;
    height:2.5vw;
    margin:0 0 0 2.2vw;
  }

  .tab_slider_section .play_pause_control {
    width:2.5vw;
    margin-left:2.2vw;
  }
  .tab_slider_section .play_pause_btn .play_icon,
  .tab_slider_section .play_pause_btn .pause_icon {
    height:2.5vw;
  }

  .youtube_section .section_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .youtube_section .content_inner {
    width:100%;
    padding:8.3vw 5vw;
  }

  .youtube_section h3 {
    margin-bottom:5.5vw;
    font-size:5.5vw;
  }

  .youtube_section .youtube_link {
    width:100%;
    height:11.1vw;
    position:static;
    border-radius:1.1vw;
    font-size:3.6vw;
  }

  .youtube_section .youtube_swiper {
    overflow:hidden;
    width:100%;
  }

  .youtube_section .swiper-wrapper {
    gap:0;
    margin-top:4.2vw;
  }

  .youtube_section .swiper-slide {
    width:100%;
  }

  .youtube_section .swiper-slide a {
    width:100%;
  }

  .youtube_section .swiper-slide a .img {
    height:50.6vw;
    border-radius:2.2vw;;
  }

  .youtube_section .swiper-slide a .img::after {
    width:13.9vw;
    height:13.9vw;
  }

  .youtube_section .swiper-slide figcaption {
    padding-top:4.2vw;
  }

  .youtube_section .swiper-slide figcaption p {
    font-size: 3.9vw;;
  }

  .youtube_section .swiper-slide figcaption .date {
    margin-top:3.3vw;
    font-size:3.3vw;
  }

  .youtube_section .swiper-pagination {
    display:block;
    position:static !important;
    opacity:1;
  }

  .youtube_section .swiper-pagination-bullet {
    width:2.5vw;
    height:2.5vw;
    margin:0 0 0 2.2vw !important;
  }

  .youtube_section .swiper-pagination-bullet-active {
    background:#287C19
  }

  .content_bottom div {
    flex-direction:column;
    width:100%;
    background:url("../images/bg_main_b_m.png?251027") center no-repeat;
    background-size:cover;
  }

  .content_bottom div dl {
    width:100%;
    padding:5.5vw 5vw;
    position:relative;
    text-align:left;
  }

  .content_bottom div dl.faq {
    background: rgba(40, 124, 25, 0.5);
  }

  .content_bottom div dl.people {
    background: rgba(123, 80, 53, 0.5);
  }

  .content_bottom div dl dt {
    font-size:5vw;
  }

  .content_bottom div dl dd {
    margin-top:3.3vw;
    font-size:3.6vw
  }

  .content_bottom div dl dd a {
    width:25vw;
    height:9.7vw;
    margin-top:0;
    position:absolute;
    top:50%;
    right:5vw;
    font-size:3.6vw;
    transform:translateY(-50%);
  }
}