/*
Theme Name: ConsultingGrove CS
Template: consultinggrove
Theme URI: https://themegrove.com/products/consultinggrove/
Author: Themegrove
Author URI: https://themegrove.com/
Description: Welcome to ConsultingGrove, a sophisticated full-site editing theme perfect for businesses, consulting services, law firms, and educational institutions. Combining modern aesthetics with versatile functionality, ConsultingGrove allows you to customize every aspect of your website effortlessly. Enjoy seamless integration with WooCommerce for your e-commerce needs, WPML for multilingual support, and Contact Form 7 for effective communication. Whether you're setting up a consultancy, a legal practice, or a school, ConsultingGrove provides the flexibility and professional templates to create an impactful online presence, all optimized for SEO to enhance your visibility.
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.0
Version: 1.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: consultinggrove
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, news
*/

@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");

/* Poppins - Thin (100) */
@font-face {
  font-family: "Poppins";
  font-weight: 100;
  font-style: normal;
  src: url("/new/font/Poppins-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 100;
  font-style: italic;
  src: url("/new/font/Poppins-ThinItalic.ttf") format("truetype");
}

/* Poppins - ExtraLight (200) */
@font-face {
  font-family: "Poppins";
  font-weight: 200;
  font-style: normal;
  src: url("/new/font/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 200;
  font-style: italic;
  src: url("/new/font/Poppins-ExtraLightItalic.ttf") format("truetype");
}

/* Poppins - Light (300) */
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("/new/font/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  src: url("/new/font/Poppins-LightItalic.ttf") format("truetype");
}

/* Poppins - Regular (400) */
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("/new/font/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  src: url("/new/font/Poppins-Italic.ttf") format("truetype");
}

/* Poppins - Medium (500) */
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("/new/font/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: italic;
  src: url("/new/font/Poppins-MediumItalic.ttf") format("truetype");
}

/* Poppins - SemiBold (600) */
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("/new/font/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  src: url("/new/font/Poppins-SemiBoldItalic.ttf") format("truetype");
}

/* Poppins - Bold (700) */
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("/new/font/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: italic;
  src: url("/new/font/Poppins-BoldItalic.ttf") format("truetype");
}

/* Poppins - ExtraBold (800) */
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
  src: url("/new/font/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 800;
  font-style: italic;
  src: url("/new/font/Poppins-ExtraBoldItalic.ttf") format("truetype");
}

/* Poppins - Black (900) */
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  src: url("/new/font/Poppins-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: italic;
  src: url("/new/font/Poppins-BlackItalic.ttf") format("truetype");
}

/* 프리텐다드 */
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url("/new/font/PretendardVariable.ttf") format("truetype-variations");
}

:root {
  font-size: 17px;
}

* {
  font-family:
    "Pretendard Variable", "Poppins", "돋움", Dotum,
    "굴림", Gulim, Helvetica;
  box-sizing: border-box;
}

body {
  background-color: #fff !important;
}

/************** CUSTOM ****************/
.CS_header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3rem 0;
  margin: 0 !important;
}

.CS_header_in {
  max-width: 1240px;
  position: relative;
  justify-content: space-between;
}

.CS_header nav a {
  font-size: 1.15rem;
  display: block;
  position: relative;
  padding: 5px 0;
}

.CS_header nav a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}

.CS_header nav a:hover::after {
  width: 100%;
}

.CS_menu {
  width: calc(100% - 150px);
}

.lang_wrap {
  width: 150px;
  text-align: right;
}

.lang_wrap_mo {
  display: none;
}

.CS-sub-img {
  background-image: url(/new/images/sub-banner7.jpg) !important;
  background-position: 50% 50% !important;
}
/* About */
.page-id-56 .CS-sub-img {
  background-image: url(/new/images/sub-banner1.jpg) !important;
}
/* Team */
.page-id-58 .CS-sub-img {
  background-image: url(/new/images/sub-banner2.jpg) !important;
}
/* Programs */
.page-id-60 .CS-sub-img {
  background-image: url(/new/images/sub-banner3.jpg) !important;
}
/* Publications */
.page-id-42 .CS-sub-img,
.CS-sub-img .tsub_public {
  background-image: url(/new/images/sub-banner4.jpg) !important;
}
/* Actualités */
.page-id-357 .CS-sub-img,
.CS-sub-img .tsub_photo {
  background-image: url(/new/images/sub-banner5.jpg) !important;
}
/* New&Notice */
.page-id-282 .CS-sub-img {
  background-image: url(/new/images/sub-banner6.jpg) !important;
}


.CS-sub-img h2 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
}

.main-banner .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  background: url(/new/images/main-banner.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 14.5rem 6rem 14.6rem 6rem;
  width: 100%;
  height: 800px;
}

/* .main-banner .swiper-slide.slide02 {
  background-image: url(/new/images/main-banner8.jpg);
} */

.main-banner .swiper-slide .main-banner-in {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  color: #fff;
}

.main-banner-title {
  font-size: 4rem;
  font-family: "Archivo", sans-serif;
  color: #fff;
  line-height: 1.3;
  text-align: left;
  font-weight: 800;
}

.main-banner-text {
  font-size: 1.3rem;
  margin-top: 1rem;
  text-align: left;
}

.main-banner-btn {
  /* position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 5; */
  display: flex;
  gap: 0.8rem;
  margin-top: 3.5rem;
  justify-content: flex-start;
}

.main-banner-btn a {
  background: rgba(255, 255, 255, 1);
  padding: 1.5rem 5.5rem 1.5rem 2rem;
  border-radius: 2.5rem;
  color: #0d1a3d;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  transition: all 0.2s;
}

.main-banner-btn a::after {
  content: "";
  width: 2rem;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background: #0d1a3d url(/new/images/ic_arrow_white.svg) no-repeat 50% 50%;
  background-size: 40%;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner-btn a:hover {
  background: rgba(255, 255, 255, 1);
  color: #266ef0;
}

.main-banner-btn a:hover::after {
  background-color: #266ef0;
}

.main-about {
  width: 100%;
  max-width: 1240px;
  margin: 8rem auto 8rem auto;
  background: url(/new/images/main_about_bg2.png) no-repeat 0 0;
  font-size: 1.17rem;
  display: flex;
  justify-content: flex-end;
  background-size: 41%;
}

.main-about-in {
  width: 55%;
}

.main-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}

.main-title {
  font-size: 2.9rem;
  font-family: "Archivo", sans-serif;
  color: #0d1a3d;
  font-weight: 800;
  text-align: left;
}

.main-about .main-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.main-text {
  color: #63656c;
  font-size: 1.05rem;
}

.main-btn-wrap {
  text-align: center;
}

.btn-more {
  display: inline-flex;
  background-color: transparent;
  color: #0d1a3d;
  border: 1px solid #0d1a3d;
  border-radius: 2rem;
  padding: 1.4rem 2.3rem;
  line-height: 1;
  margin-top: 2.5rem;
  font-size: 0.9rem;
  transition: all 0.2s;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.btn-more:hover {
  background-color: #0d1a3d;
  color: #fff;
  border-color: #0d1a3d;
}

.btn-more::after {
  content: "";
  width: 15px;
  aspect-ratio: 1 / 1;
  background: url(/new/images/ic_arrow.svg) no-repeat 50% 50%;
  background-size: 100%;
  margin-left: 1rem;
}

.btn-more:hover::after {
  background-image: url(/new/images/ic_arrow_white.svg);
}


.btn-all {
  display: inline-flex;
  background-color: transparent;
  color: #0d1a3d;
  border-bottom: 1px solid #0d1a3d;
  padding-bottom: 5px;
  line-height: 1;
  font-size: 0.9rem;
  transition: all 0.2s;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;  
}

.btn-all::after {
  content: "";
  width: 0;
  aspect-ratio: 1 / 1;
  background: url(/new/images/ic_arrow.svg) no-repeat 50% 50%;
  background-size: 100%;  
  transition: all 0.2s; 
}
.btn-all:hover::after {
  width: 15px;
  margin-left: 8px;
}

.main-program {
  width: 100%;
  background: #f6f8fc;
  padding: 8rem 0;
}

.main-program-in {
  max-width: 1240px;
  margin: 0 auto;
}

.main-program .main-title {margin-bottom: 0;}

.program-box-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.8rem;
}

.program-box {
  flex: 1;
  border-radius: 1.5rem;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 9rem 1.5rem 11rem 1.5rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.program-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.program-box.box1::before {
  background-image: url(/new/images/main-pg_01.jpg);
}

.program-box.box2::before {
  background-image: url(/new/images/main-pg_02.jpg);
}

.program-box.box3::before {
  background-image: url(/new/images/main-pg_03.jpg);
}

.program-box>* {
  position: relative;
  z-index: 1;
}

.program-cate {
  font-weight: 500;
  line-height: 1;
  color: #63656c;
}

.program-title {
  color: #0d1a3d;
  font-weight: 800;
  font-family: "Archivo", sans-serif;
  font-size: 2.1rem;
  line-height: 1.2;
  margin-top: 1.47rem;
}

.program-btn {
  color: #63656c;
  font-size: 0.85rem;
  padding: 0.95rem 2.3rem;
  border: 1px solid #bbc0cb;
  border-radius: 2rem;
  margin-top: 2.5rem;
}

.program-btn:hover {
  background-color: #0d1a3d;
  border-color: #0d1a3d;
  color: #fff;
}

/* .program-box:hover {
  background-color: #0d1a3d;
}
.program-box:hover .program-cate,
.program-box:hover .program-title {
  color: #fff;
} */

.main-public {
  width: 100%;
  padding: 8rem 0 8rem 0;
  background-color: #f4faff;
}

.main-public-in {
  max-width: 1240px;
  margin: 0 auto;
}

.main-public.ver2 {
  width: 100%;
  padding: 8rem 0 8rem 0;
  background-color: #fff;
}

.main-public-list .grid-items {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}

.main-public-list .item {
  box-shadow: 0 0 10px rgba(26, 64, 164, 0.06);
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0 0 5.5rem 0 !important;
  position: relative;
  transition: all 0.2s;
  position: relative;
}

.main-public-list .main-public-con {
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}

.main-public-list .thumb_link a,
.main-public-list .thumb_link img {
  display: block;
}

.main-public-list .thumb_link a {
  display: block;
  aspect-ratio: 500 / 321;
  overflow: hidden;
}

.main-public-list .thumb_link img {
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 500 / 321;
}

.main-public-list .thumb_link>a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 20;
}

.main-public-list .title_link a {
  font-weight: 600;
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  color: #0d1a3d;
}

.main-public-list .excerpt {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #63656c;
}

.main-public-list .post_date {
  font-size: 0.9rem !important;
  color: #63656c !important;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.main-public-list .post_date::before {
  content: "";
  width: 15px;
  aspect-ratio: 1 / 1;
  background: url(/new/images/date.svg) no-repeat 50% 50%;
  background-size: 100%;
}

.main-public-list .main-public-btn {
  display: block;
  width: calc(100% - 3rem);
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

.main-public-list .main-public-btn div {
  background: #fff;
  border: 1px solid #0d1a3d;
  width: 100%;
  padding: 1rem 0;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #0d1a3d;
  text-align: center;
  transition: all 0.2s;
}

.main-public-list .item:hover {
  box-shadow: 0 0 20px rgba(26, 64, 164, 0.1);
}

.main-public-list .item:hover .main-public-btn div {
  background: #0d1a3d;
  color: #fff;
}


/* 활동사진 */
.main-photo-list .grid-items {
  padding: 2rem 0;
}

.main-photo-list .item {
  background-color: #fff;
  padding: 0 !important;
  position: relative;
  transition: all 0.2s;
}

.main-photo-list .thumb_link a,
.main-photo-list .thumb_link img {
  display: block;
  aspect-ratio: 500 / 321;
}

.main-photo-list .thumb_link a {
  display: block;
  aspect-ratio: 500 / 321;
  overflow: hidden;
  border-radius: 1rem;
}

.main-photo-list .thumb_link img {
  display: block;
  object-fit: cover;
}

.main-photo-list .thumb_link>a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 20;
}

.main-photo-list .title_link a {
  font-weight: 600;
  font-size: 1.3rem;
  display: block;
  margin-top: 1rem;
  color: #0d1a3d;
}

.main-photo-list .excerpt {
  display: none;
}

.main-photo-list .post_date {
  font-size: 0.9rem !important;
  color: #63656c !important;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.main-photo-list .main-public-btn {
  display: none;
}





.main-contact {
  position: relative;
  width: 100%;
  padding: 8rem 0;
  background-color: #1f1965;
  overflow: hidden;
}

.main-contact::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 86%;
  transform: translateX(-50%);
  width: 1200px;
  aspect-ratio: 1.6 / 1;
  background: url(/new/images/bg_logo.svg) no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.main-contact-in {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.main-contact .main-title {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}

.main-contact .main-text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8;
}

.contact-btn {
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.9rem 3.3rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  margin-top: 2.5rem;
  transition: all 0.3s;
}

.contact-btn:hover {
  color: #0d1a3d;
  background-color: #fff;
}

/*리포트갤러리*/
.report-list-wrap .grid-items {
  column-gap: 3rem !important;
  row-gap: 4rem !important;
}

.report-list {
  display: flex;
  gap: 2.5rem;
  position: relative;
}

.report-list::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6eaf2;
  position: absolute;
  top: -2rem;
  left: 0;
}

.report-list .thumb_link {
  width: 400px;
  aspect-ratio: 500 / 321;
  overflow: hidden;
  border-radius: 12px;
}

.report-list .thumb_link img {
  width: 100%;
  transition: all 0.3s;
  aspect-ratio: 500 / 321;
  object-fit: cover;
}

.report-list .thumb_link:hover img {
  transform: scale(1.1);
}

.report-list-con {
  width: calc((100% - 400px) - 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.report-list-con img {
  display: none;
}

.report-list .title_link a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d1a3d;
  transition: all 0.2s;
}

.report-list .title_link a:hover {
  text-decoration: underline;
  color: #266ef0;
}

.report-list .excerpt {
  font-size: 0.95rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  color: #63656c;
}

.report-list .post_date {
  font-size: 0.9rem;
  color: #63656c;
}

.report-list-wrap.ver2 .report-list {
  flex-direction: column;
  gap: 1rem;
}
.report-list-wrap.ver2 .report-list-con {
  width: 100%;
  gap: 0;
}
.report-list-wrap.ver2 .thumb_link {
  width: auto;
}
.report-list-wrap.ver2 .report-list::before {display: none;}
.report-list-wrap.ver2 .grid-items {
  column-gap: 2.5rem !important;
  row-gap: 3rem !important;
}

/*리포트-뷰페이지*/
.report-view-top {
  border-bottom: 1px solid #bbc0cb;
  padding-bottom: 2rem;
}

.report-view-top .title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.report-view-top .taxonomy-report_cat {
  margin: 0 !important;
}

.report-view-top .taxonomy-report_cat a {
  display: inline-block;
  background-color: #266ef0;
  color: #fff;
  padding: 5px 0.8rem;
  border-radius: 5px;
}

.report-view-top h3 {
  display: inline-block;
  margin: 0 !important;
  color: #0d1a3d !important;
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: -0.5px;
}

.report-view-top .date {
  margin-top: 1.5rem;
  color: #464c53;
}

.report-view-top .date time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #63656c;
}

.report-view-top .date time::before {
  content: "Date";
  color: #0d1a3d;
  padding-left: 22px;
  background: url(/new/images/date.svg) no-repeat 0 50%;
  background-size: 16px;
}

.report-view-con {
  margin-top: 3rem;
}

.report-view-con p {
  line-height: 2;
  font-size: 0.95rem;
}

.report-view .pdf-download-area {
  border: none !important;
  background-color: #e6eaf2;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-top: 3rem;
}

.report-view .pdf-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #0d1a3d;
  border: 1px solid #bbc0cb;
  font-size: 0.9rem;
  gap: 0 5px;
  margin-right: 7px;
}

.report-view .pdf-btn::before {
  content: "";
  width: 16px;
  aspect-ratio: 1 / 1;
  background: url(/new/images/file.svg) no-repeat 50% 50%;
  background-size: 100%;
}

.report-view-post {
  border-top: 1px solid #bbc0cb;
  border-bottom: 1px solid #bbc0cb;
  padding: 1.5rem 0;
  margin-top: 3rem;
}

.report-view-post a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  transition: all 0.3s;
}

.report-view-post a:before {
  content: "";
  width: 17px;
  aspect-ratio: 1 / 1;
  background: url(/new/images/arrow.svg) no-repeat 50% 50%;
  background-size: 100%;
  opacity: 0.5;
}

.report-view-post .post-navigation-link-next a {
  flex-flow: row-reverse;
}

.report-view-post .post-navigation-link-next a:before {
  transform: scale(-1);
}

.report-view-post a:hover {
  color: #266ef0;
  text-decoration: underline;
}

/*서브콘텐츠*/
.box {
  background-color: #f6f8fc;
  border-radius: 1rem;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  line-height: 1.8;
  text-align: center;
}

.box-title {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #0d1a3d;
}

.box-con {
  font-size: 1.05rem;
  color: #63656c;
}

.article {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px dotted #bbb;
  line-height: 1.7;
}

.article:last-of-type {
  border: none;
}

.article.v-pic {
  display: flex;
  justify-content: space-between;
}

.article.v-pic .pic {
  width: 350px;
}

.article.v-pic .pic img {
  width: 100%;
  border-radius: 0.7rem;
  overflow: hidden;
}

.article.v-pic .con {
  width: calc(100% - 400px);
}

.h3-tit {
  font-size: 1.9rem;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
  color: #0d1a3d;
  font-family: "archivo" !important;
  font-weight: 800;
}

.text-box {
  color: #63656c;
}

.blue-box {
  padding: 2rem 2.5rem;
  background-color: #edf6fa;
  border-radius: 1rem;
  color: #0d1a3d;
  font-weight: 500;
}

.list {
  list-style: none;
  color: #63656c;
  margin: 1.5rem 0;
}

.list li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 12px;
}

.list li:last-child {
  margin-bottom: 0;
}

.list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  aspect-ratio: 1 / 1;
  background-color: #666;
  border-radius: 100%;
}

.work-list {
  list-style: none;
  color: #63656c;
  margin: 1.5rem 0;
  counter-reset: wlist-counter;
}

.work-list li {
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.7rem;
  padding: 2.5rem 3rem;
  overflow: hidden;
}

.work-list li::before {
  counter-increment: wlist-counter;
  content: counter(wlist-counter);
  position: absolute;
  left: 25px;
  top: -1.2rem;
  font-weight: 700;
  opacity: 0.1;
  font-size: 7rem;
  line-height: 1;
}

.work-list li:last-child {
  margin-bottom: 0;
}

.work-list dt {
  color: #0d1a3d;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.work-list dd {
  font-size: 1rem;
}

.link {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 500;
  color: #3429ba;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.link:hover {
  text-decoration: underline;
}

.link::before {
  content: "";
  width: 17px;
  aspect-ratio: 1 / 1;
  background: url(/new/images/link.svg) no-repeat 50% 50%;
  background-size: 100%;
}

.mail {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 500;
  color: #266ef0;
}

.mail:hover {
  text-decoration: underline;
}

.team-box-wrap {
  display: flex;
  justify-content: space-between;
}
.team-box {
  width: 45%;
}

.team-box-title {
  margin-bottom: 1.5rem;
}

.team-box-title::before {
  content: "";
  display: block;
  width: 29px;
  aspect-ratio: 1 / 1;
  background: url(/new/images/ic-title.png) no-repeat 50% 50%;
  margin-bottom: 0.2rem;
}

.team-box-title b {
  font-size: 2.1rem;
  font-weight: 700;
  display: block;
  color: #0d1a3d;
  position: relative;
}
.team-box-title b::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0d1a3d;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}
.team-box-title b i {
  font-style: normal;
  background-color: #fff;
  padding-right: 8px;
}

.team-box-title span {
  color: #266ef0;
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.3;
}
.team-box-title span.v2 {
  color: #111;
  margin-top: 5px;
}

.team-box-con {
  color: #63656c;
}

ul.footer-link {
  gap: 1rem 2rem;
  border-bottom: 1px solid #d9deea;
  padding-bottom: 1.5rem;
}

.footer-link a span {
  color: #0d1a3d;
  font-family: "Archivo";
  font-weight: 600;
}

.footer-link li:last-of-type a span {
  color: #266ef0;
}

.footer-link a:hover span {
  text-decoration: underline;
}

.footer-text {
  color: #63656c;
  font-size: 1rem;
}

.footer-info h3,
.footer-info p {
  color: #0d1a3d;
}

.footer-info h3 {
  font-family: "Archivo", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.footer-info p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #63656c;
}

.CS_copy p {
  font-size: 0.85rem;
}

/*망보드갤러리_CUSTOM*/
/* 기본 다운로드 버튼 영역 */
.gallery-file-down {
  margin-top: 15px;
}

.mb-board .gallery-file-down .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.8rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  height: auto !important;
  margin-top: 15px;
  border-radius: 8px;
  gap: 5px;
  line-height: unset !important;
}

/* [활성화] 버튼 스타일 */
.ic-download {
  background: url(/new/images/ic-download_w.svg) no-repeat 50% 50%;
  background-size: 100%;
  width: 20px;
  aspect-ratio: 1 / 1;
}

.gallery-file-down .btn-active {
  background-color: #320096 !important;
  border: 1px solid #320096 !important;
  color: #fff !important;
  transition: all 0.2s;
}

.gallery-file-down .btn-active:hover {
  background-color: #fff !important;
  border: 1px solid #320096 !important;
  color: #320096 !important;
}

.gallery-file-down .btn-active:hover .ic-download {
  background-image: url(/new/images/ic-download.svg);
}

/* [비활성화] 버튼 스타일 (핵심!) */
.gallery-file-down .btn-disabled {
  background-color: #f4f4f4 !important;
  /* 아주 연한 회색 배경 */
  border: 1px solid #eee !important;
  /* 연한 테두리 */
  color: #bbc0cb !important;
  /* 글자색 흐리게 */
  cursor: default !important;
  /* 마우스 커서 기본으로 */
  pointer-events: none;
  /* 클릭 아예 불가능하게 막기 */
  box-shadow: none;
  opacity: 0.6;
}

#mb_test_board_tr_file2 th {
  background-color: #dfebfa !important;
}

#mb_test_board_tr_file2 td {
  background-color: #f1f7ff !important;
}

.mb-board div a .img {
  height: unset !important;
  aspect-ratio: 0.862 / 1;
  background-size: 100% !important;
}

/*assets custom*/
.mb-board .board-list .search-text,
.mb-board .board-list .search-field,
.mb-board .gallery-list .search-text,
.mb-board .gallery-list .search-field,
.mb-board .calendar-list .search-text,
.mb-board .calendar-list .search-field,
.mb-board select,
.mb-board input[type="text"],
.mb-board input[type="password"],
.mb-board input[type="datetime"],
.mb-board input[type="datetime-local"],
.mb-board input[type="date"],
.mb-board input[type="month"],
.mb-board input[type="color"],
.mb-board input[type="time"],
.mb-board input[type="week"],
.mb-board input[type="number"],
.mb-board input[type="email"],
.mb-board input[type="url"],
.mb-board input[type="search"],
.mb-board input[type="tel"] {
  min-height: 40px !important;
}

.mb-board div .btn {
  min-height: 40px !important;
}

.cke_editable {
  font-size: 1rem !important;
}

.table-page tr {
  display: flex;
  align-items: center;
}

.mb-board a.btn-start,
.mb-board a.btn-end,
.mb-board a.btn-prev,
.mb-board a.btn-next {
  display: inline-block;
  width: 1rem !important;
  aspect-ratio: 1 / 1;
}

.mb-board a.btn-start span,
.mb-board a.btn-end span,
.mb-board a.btn-prev span,
.mb-board a.btn-next span {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url(/new/images/arrow.svg) no-repeat 50% 50%;
  background-size: 90%;
  opacity: 0.6;
}

.mb-board a.btn-start span,
.mb-board a.btn-end span {
  background-image: url(/new/images/arrow2.svg);
}

.mb-board a.btn-end span,
.mb-board a.btn-next span {
  transform: scale(-1);
}

.mb-board a.btn-start span img,
.mb-board a.btn-end span img,
.mb-board a.btn-prev span img,
.mb-board a.btn-next span img {
  display: none !important;
}

.mb-board .mb-disabled {
  opacity: 0.4;
}

.mb-board .btn-page {
  font-size: 1rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem !important;
  aspect-ratio: 1 / 1;
}

.mb-board .btn-page a {
  background: none !important;
}

.post-grid .pagination .page-numbers, 
.post-grid .pagination .pager, 
.post-grid .pagination .paginate.next-previous a {
  background-color: #fff !important;
  border: 1px solid #0d1a3d;
  color: #0d1a3d !important;
  border-radius: 5px;
}
.post-grid .pagination .page-numbers:hover, 
.post-grid .pagination .page-numbers.current {
  background-color: #0d1a3d !important;
  border: 1px solid #0d1a3d;
  color: #fff !important;
  opacity: 1 !important;
}

@media screen and (max-width: 1280px) {
  #wpadminbar {
    position: fixed;
  }

  .CS_header>div,
  .CS_footer>div {
    width: 90%;
    margin: 0 auto;
  }

  /* 일반 메뉴 컨테이너 숨기기 */
  .wp-block-navigation__responsive-container:not(.is-menu-open):not(.active) {
    display: none !important;
  }

  /* 햄버거 열기 버튼 강제로 보이기 */
  .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }

  .CS_header .is-menu-open {
    background-color: #0d1a3d !important;
    bottom: auto !important;
  }

  .CS_header .is-menu-open::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/new/images/bg_symbol.png) no-repeat -200% 130%;
    background-size: 110%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
  }

  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 0 !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    padding: 1.5rem 5% 2.5rem 5%;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 2rem !important;
  }

  .is-menu-open .wp-block-navigation__container {
    width: 100% !important;
    gap: 0 !important;
  }

  .CS_header .wp-block-navigation-link {
    width: 100%;
  }

  .CS_header .wp-block-navigation-link a {
    display: block;
    width: 100%;
    border-top: 1px solid #63656c;
    padding: 1rem 0 !important;
  }

  .CS_header .wp-block-navigation-link:first-child a {
    border: none;
  }

  .CS_header .wp-block-navigation-link.current-menu-item a {
    color: #82a8f8;
  }

  .CS_header {
    padding: 1.5rem 0;
  }

  .CS_menu {
    width: 100%;
  }

  .lang_wrap {
    display: none;
  }

  .lang_wrap_mo {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
  }

  .lang_wrap_mo .gt_selector {
    width: 80px;
    height: 33px;
    border-color: transparent;
    border-radius: 5px;
  }

  .wp-block-navigation__responsive-container-close svg,
  .wp-block-navigation__responsive-container-open svg {
    height: 34px;
    width: 34px;
  }

  .CS-sub-img h2 {
    padding-top: 9rem !important;
    padding-bottom: 4rem !important;
    font-size: 1.8rem;
  }

  .CS_footer .wp-container-core-group-is-layout-6c531013 {
    justify-content: center;
  }

  .CS_footer .wp-container-content-583a345c {
    flex-basis: 80px;
  }

  ul.footer-link {
    flex-wrap: wrap;
  }

  ul.footer-link li {
    width: calc(50% - 2rem);
  }

  /*main*/
  .main-banner .swiper-slide {
    padding: 9rem 3rem 4.5rem 3rem;
    height: auto;
  }

  .main-banner-title {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  .main-banner-text {
    font-size: 1.2rem;
  }

  .main-banner-text br {
    /* display: none; */
  }

  .main-banner-btn {
    margin-top: 2rem;
  }

  .main-banner-btn a {
    padding: 1.5rem 4.5rem 1.5rem 2rem;
  }

  .main-title-wrap {margin-bottom: 1rem;}

  .main-title {
    font-size: 2.5rem;
  }

  .main-about {
    width: 100%;
    margin: 4rem auto 5rem auto;
    background-position: 7% 0;
    background-size: 55%;
  }

  .main-about-in {
    width: 86%;
    padding-top: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    margin: 5rem 0 0 0;
    padding: 3rem;
    border-radius: 5rem;
  }

  .btn-more {
    /* padding: 1.3rem 3.2rem;
    margin-top: 2rem; */
  }

  .main-public,
  .main-public.ver2 {
    padding: 5rem 0;
  }

  .main-public-in {
    width: 86%;
    margin: 0 auto;
  }  

  .main-public-list .grid-items {
    padding: 0;
  }

  .main-program {
    padding: 5rem 0;
  }

  .main-program-in {
    width: 86%;
  }

  .program-box-wrap {
    flex-direction: column;
    margin-top: 1.5rem;
  }

  .program-box {
    padding: 3.47rem 1.5rem 7rem 1.5rem;
  }

  .program-title {
    font-size: 1.8rem;
    margin-top: 1rem;
  }

  .program-btn {
    margin-top: 1.5rem;
    padding: 0.7rem 2rem;
  }

  /* 활동사진 */
  .main-photo-list .grid-items {
    padding: 0;
  }

  .main-contact {
    padding: 5rem 7%;
  }

  .main-contact::before {
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  /*sub*/
  #gutentools-container-block-e1ca9be5-7d5f-4530-b8be-2f4a1a39e60f {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }

  .team-box-wrap {
    flex-direction: column;
    gap: 3rem;
  }

  .team-box {
    width: 100%;
  }

  .team-box-title br {display: none;}

  .team-box-con {
    border: 1px solid #e6eaf2;
    padding: 1rem;
    border-radius: 0.5rem;
    /* margin-top: 1rem; */
  }

  .report-list-wrap .grid-items {
    margin-bottom: 4rem !important;
  }

  .report-list {
    gap: 1rem;
    flex-direction: column;
  }

  .report-list .thumb_link {
    width: 100%;
  }

  .report-list-con {
    width: 100%;
    gap: 0.5rem;
  }

  .report-list .title_link a {
    font-size: 1.3rem;
  }

  .report-list .excerpt {
    font-size: 0.9rem;
    -webkit-line-clamp: 3;
  }

  .report-list-wrap.ver2 .grid-items {
    column-gap: 1.5rem !important;
    row-gap: 2rem !important;
  }
  .report-list-wrap.ver2 .report-list {gap: 0.5rem;}

  .report-view-top .title {
    margin-top: 1rem;
  }

  .report-view-top .date {
    margin-top: 1rem;
  }

  .report-view-con,
  .report-view .pdf-download-area,
  .report-view-post {
    margin-top: 1.5rem;
  }

  .report-view-post {
    margin-bottom: 3rem !important;
    padding: 1rem 0;
  }

  .report-view-top .taxonomy-report_cat a {
    font-size: 0.8rem;
  }

  .report-view-top h3 {
    font-size: 1.6rem;
  }

  .report-view-top .date time {
    font-size: 0.9rem;
  }

  .h3-tit {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 780px) {
  .main-banner-text br {
    display: none;
  }

  .main-contact::before {
    width: 130%;
    top: 86%;
  }

  .main-about {
    width: 100%;
    margin: 4rem auto 5rem auto;
    background-position: 130% 0;
    background-size: 130%;
  }

  .main-about-in {
    width: 92%;
    padding: 1.7rem;
    margin: 5rem 0 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2.5rem 0 0 0;
  }

  .main-about .main-title {
    font-size: 1.5rem;
  }

  .program-box {
    padding: 5rem 1.5rem;
  }

  .main-title,
  .main-public .main-title {font-size: 2rem;}

  .main-public-in {
    width: 92%;
    margin: 0 0 0 auto;
  }
  .main-public-list .grid-items,
  .main-photo-list .grid-items {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 1rem;
  }
  .main-public-list .item,
  .main-photo-list .item {
    width: 320px;
    flex-shrink: 0;
  }
  .main-public .main-title-wrap {width: 92%;}
}