/* ----------------------------------------------------------------
 * ÄÃ·¯
 -----------------------------------------------------------------*/
:root {

 --dyami-themecolor: #198754; /* ÀüÃ¼ Å×¸¶ ³ì»öÀ¸·Î º¯°æ */
  --dyami-themecolor-rgb: 46, 139, 87;







  --dyami-subcolor: #041629;
  --dyami-subcolor-rgb: 4, 22, 41;
  --dyami-link-color: var(--bs-body-color);
  --dyami-link-hover-color: var(--dyami-themecolor);
  --dyami-form-search-border: 1px solid var(--bs-border-color);
  --dyami-section-bg: var(--bs-body-bg)
}
.table input, .table select, .table textarea {
  --dyami-form-bg: var(--dyami-contrast-100);
  --dyami-form-border-color: var(--dyami-contrast-100);
  --dyami-form-color: var(--bs-light);
  --dyami-form-focus-bg: var(--dyami-contrast-100);
  --dyami-form-focus-border-color: var(--dyami-themecolor);
  color: var(--bs-dark)
}
.owl-carousel {
  --dyami-owl-nav-background: var(--dyami-subcolor);
  --dyami-owl-nav-color: var(--bs-light);
  --dyami-owl-nav-bg: var(--dyami-themecolor);
  --dyami-owl-nav-border: none;
}
.owl-carousel .owl-item>table {width: 100% !important}
@media (min-width: 1200px) {
  .owl-carousel {--dyami-owl-nav-sizes: 62px;}
}




/* ----------------------------------------------------------------
 * ÆùÆ®
 * À¥ÆùÆ®  ¼Ò½º´Â [¸ðµâ > TOP > ½ºÅ¸ÀÏ½ÃÆ®] ¿¡¼­ È®ÀÎ °¡´ÉÇÕ´Ï´Ù.
 -----------------------------------------------------------------*/
:root {
  --dyami-body-font: "Noto Sans KR", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif !important;
  --dyami-primary-font: "Open Sans", "Noto Sans KR", sans-serif !important;
  --bs-body-font-size: 18px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --dyami-font-size-h1: 3rem;
  --dyami-font-size-h2: 2.75rem;
  --dyami-font-size-h3: 2.5rem;
  --dyami-font-size-h4: 2rem;
  --dyami-font-size-h5: 1.65rem;
  --dyami-font-size-h6: 1.25rem;
  --dyami-font-size-small: calc(var(--dyami-font-size-body) * 0.875);
  --dyami-headings-font-weight: 400;
}
@media (max-width: 1199px) {
  :root {
    --dyami-font-size-h1: 52px;
    --dyami-font-size-h2: 44px;
    --dyami-font-size-h3: 32px;
    --dyami-font-size-h6: 1rem;
  }
}
@media (max-width: 991px) {
  :root {
    --bs-body-font-size: 16px;
    --dyami-font-size-h1: 40px;
    --dyami-font-size-h2: 34px;
    --dyami-font-size-h3: 30px;
    --dyami-font-size-h4: 24px;
  }
}
@media (max-width: 575px) {
  :root {
    --dyami-font-size-h1: 32px;
    --dyami-font-size-h2: 28px;
    --dyami-font-size-h3: 25px;
    --dyami-font-size-h4: 22px;
    --dyami-font-size-h5: 18px;
  }
}
 .display-1 { font-size: calc(1.575rem + 4.5vw); } 
 .display-2 { font-size: calc(1.575rem + 3.9vw); } 
 .display-3 { font-size: calc(1.475rem + 3.3vw); } 
 .display-4 { font-size: calc(1.475rem + 1.8vw); } 
 .display-5 { font-size: calc(1.375rem + 1.8vw); } 
 @media (min-width: 1200px){
 .display-1 { font-size: 4.25rem; } 
 .display-2 { font-size: 4rem; } 
 .display-3 { font-size: 3.75rem; } 
 .display-4 { font-size: 3.5rem; } 
 .display-5 { font-size: 3.25rem; } 
 }
@media (max-width: 991px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 1.2rem
  }
}
/* ----------------------------------------------------------------
 * ¸Þ´º¹Ù
 -----------------------------------------------------------------*/
:root {
  --dyami-header-height: 60px;
}
#header {
  --dyami-header-bg: var(--dyami-subcolor);
  --dyami-header-border-color: transparent;
  --dyami-primary-menu-color: var(--bs-light);
  --dyami-primary-menu-active-color: var(--bs-light);
  --dyami-primary-menu-hover-color: var(--bs-light);
  --dyami-primary-menu-hover-bg: var(--dyami-themecolor);
  --dyami-primary-menu-font: var(--dyami-body-font);
  --dyami-primary-menu-font-weight: 500;
  --dyami-primary-menu-font-size: 18px;
  --dyami-primary-menu-submenu-bg: var(--dyami-subcolor);
  --dyami-primary-menu-submenu-color: var(--bs-dark);
  --dyami-primary-menu-submenu-hover-color: var(--dyami-themecolor);
  --dyami-primary-menu-submenu-font-size: 16px;
  --dyami-primary-menu-submenu-font-weight: 400;
  --dyami-primary-menu-submenu-hover-font-weight: 500;
}
@media (min-width: 1200px) {
  #header {
    --dyami-header-height: 80px;
    --dyami-header-height-shrink: 80px;
  }
}
.is-expanded-menu #header.transparent-header.semi-transparent {
  --dyami-header-bg: rgba(var(--dyami-invert-contrast-rgb), .5);
}
/* ----------------------------------------------------------------
 * ¼­ºêÆäÀÌÁö Å¸ÀÌÆ² 
 -----------------------------------------------------------------*/
.page-title {
  --dyami-page-title-padding: 4rem;
  --dyami-page-title-font-size: calc(1.375rem + 1.4vw);
  --dyami-page-title-font-weight: 600;
  --dyami-page-title-color: var(--bs-light);
  border-bottom: 0;
}
.page-title .bg-overlay-bg {
  background-color: rgba(var(--dyami-subcolor-rgb), .6);
}
.page-title-content h1,
.page-title-content .h1 {
  font-family: var(--dyami-body-font);
}
@media (min-width: 1200px) {
  .page-title {
    --dyami-page-title-padding: 6.25rem;
  }
}






























/* ==================================================
   GLOBAL MAP HOTSPOT (jquery.hotspot.js)
   ================================================== */


.hotspot-img {
  position: relative;
  width: 100%;
  max-width: 100%;
}


.hotspot-img img {
  width: 100%;
  height: auto;
  display: block;
}


/* hotspot base */
.hotspot-img .hot-spot {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
}


/* number circle */
.hotspot-img .circle {
  width: 36px;
  height: 36px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
  transition: transform .25s ease, background-color .25s ease;
}


/* hover circle */
.hotspot-img .hot-spot:hover .circle {
  transform: scale(1.15);
  background-color: var(--dyami-themecolor, #000);
}


/* tooltip */
.hotspot-img .tooltip {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(0,0,0,.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 20;
}


/* tooltip arrow */
.hotspot-img .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}


/* tooltip text */
.hotspot-img .tooltip h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}


.hotspot-img .tooltip p {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}


/* show tooltip on hover */
.hotspot-img .hot-spot:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-6px);
}


/* mobile : hotspot hide */
@media (max-width: 991px) {
  .hotspot-img {
    display: none;
  }
}












/* ¸ÞÀÎ 03 ¾ÆÀÌÄÜ °­Á¦ °íÁ¤ */
#section3 .fbox-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px; /* ¾ÆÀÌÄÜ ¿µ¿ª È®º¸ */
}


#section3 .fbox-icon img {
  display: block !important;
  width: 56px;        /* ±âÁ¸ ´À³¦ À¯Áö */
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}


/* ¾Ö´Ï¸ÞÀÌ¼Ç Ãæµ¹ ¹æÁö */
#section3 .fbox-icon[data-animate] img {
  animation: none !important;
}


/* dark ¼½¼Ç¿¡¼­µµ ¾ÆÀÌÄÜ È®½ÇÈ÷ º¸ÀÌ°Ô */
#section3.dark .fbox-icon img {
  filter: none;
}












.grid-inner img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}


.section-block {
  padding-top: 40px;
  padding-bottom: 40px;
}


















/* ===== ÀüÃ¼ ±×¸®µå ===== */
.main-card-section {
  width: 100%;
}


.card-grid {
  display: grid;
  grid-template-columns: 1fr;
}


/* ÅÂºí¸´ */
@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* PC */
@media (min-width: 1200px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* ===== Ä«µå ===== */
.card-item {
  position: relative;
  min-height: 280px;
  overflow: hidden;
}


/* ÅÂºí¸´ */
@media (min-width: 768px) {
  .card-item {
    min-height: 380px;
  }
}


/* PC Ç®È­¸é */
@media (min-width: 1200px) {
  .card-item {
    min-height: 100vh;
  }
}


/* ¹è°æ ÀÌ¹ÌÁö */
.card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}


/* ¿À¹ö·¹ÀÌ */
.card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(var(--dyami-subcolor-rgb), 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


/* ÄÜÅÙÃ÷ */
.card-content {
  color: #fff;
}


.card-content h5 {
  font-size: 13px;
  letter-spacing: 0.12em;
  opacity: 0.7;
  margin-bottom: 8px;
}


.card-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}


.card-content a {
  display: inline-block;
  padding: 10px 26px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}


.card-content a:hover {
  background: #fff;
  color: #000;
}


/* Hover È¿°ú */
.card-item:hover .card-bg {
  transform: scale(1.08);
}








































/* section1 Àü¿ë */
#section1 .grid-inner {
  position: relative;
  min-height: 240px;
  overflow: hidden;
}


@media (min-width: 768px) {
  #section1 .grid-inner { min-height: 320px; }
}


@media (min-width: 992px) {
  #section1 .grid-inner { min-height: 100vh; }
}


#section1 .grid-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}




#section1 .button.button-border.button-white {
  color: #fff !important;
  border-color: #fff;
}


#section1 .button.button-border.button-white:hover {
  background: #fff;
  color: #000 !important;
}








































/* section2 Vision / Mission ÅØ½ºÆ® ¹Ðµµ Á¶Á¤ */
#section2 .fbox-content h4 {
  font-size: 1.05rem;   /* ±âÁ¸º¸´Ù »ìÂ¦ ÀÛ°Ô */
  line-height: 1.3;
}


#section2 .fbox-content p {
  font-size: 0.95rem;   /* º»¹® ±ÛÀÚ ÁÙÀÓ */
  line-height: 1.45;    /* Çà°£ ¾ÐÃà */
  margin-bottom: 0.5rem;
}


#section2 .iconlist p {
  font-size: 0.92rem;
  line-height: 1.4;
}














































































































/* ==============================
   HISTORY ÃÊ¾ÐÃàÇü ¸®µðÀÚÀÎ
   ============================== */


/* »ó´Ü ¿©¹é ÁÙÀÌ±â */
.section-block {
  padding: 50px 0 !important;
}


/* ÀüÃ¼ ¸®½ºÆ® ±×¸®µåÈ­ */
.about_history_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5¿­ ÃÊ°í¹Ðµµ */
  gap: 25px 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}


/* Ä«µå Á¦°Å */
.about_history_list > li {
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
}


/* ¿¬µµ ½ºÅ¸ÀÏ */
.history_list_year {
  display: block;
  margin-bottom: 6px;
}


.history_list_year h3 {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #198754;
  letter-spacing: 0.5px;
}


/* ¿ù+³»¿ë ÃÊ¾ÐÃà */
.history_list_content {
  padding: 0;
  margin: 0;
}


.history_list_content li {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 3px;
}


.history_list_content time {
  min-width: 24px;
  font-weight: 600;
  color: #999;
  margin-right: 6px;
}


/* p ¿©¹é Á¦°Å */
.history_list_content p {
  margin: 0;
}


/* hover½Ã »ìÂ¦ °­Á¶ */
.about_history_list > li:hover .history_list_year h3 {
  color: #000;
  transform: scale(1.05);
  transition: 0.2s ease;
}




@media (max-width: 1600px) {
  .about_history_list {
    grid-template-columns: repeat(4, 1fr);
  }
}


@media (max-width: 1200px) {
  .about_history_list {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 992px) {
  .about_history_list {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 576px) {
  .about_history_list {
    grid-template-columns: 1fr;
  }
}





























