
#gnb:hover a{
  color: #61594f;
}

.logo .pc{
  display: block;
}
.logo .pc.scrolld{
  display: none;
}
.logo .m{
  display: none;
}

.logo.move .m{
  display: block;
}
.logo.move .pc{
  display: none;
}
.logo.move .pc.scrolld{
  display: block;
}

.blc a{
  color: #fff;
}
.login a{
  color: #fff;
}
.login a.move{
    color: #61594f;
}
.sub-banner {
  position: relative;
  background: url('/img/sub_bg.jpg') no-repeat center center / cover;
  height: 300px;
  color: white;
  text-align: center;
}

.sub-banner__bg {
  background-color: rgba(0, 0, 0, 0.4); /* 어두운 반투명 배경 */
  width: 100%;
  height: 100%;
  padding-top: 100px;
}

.sub-banner__title {
  margin-bottom: 80px;
}

.sub-banner__menu {
  display: flex;
  justify-content: center;
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-banner__menu li {
    min-width:150px;
}

.sub-banner__menu li a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  display:inline-block;
  width:150px;
}

.sub-banner__menu li a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.356);
}
.sub-banner__menu li a.active::after,
.sub-banner__menu li a:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
 height: 4px;
  border-radius: 10px;
  background-color: white;
}

.icon-home {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/img/home.png') no-repeat center center / contain;
  vertical-align: middle;
  margin-right: 5px;
}
.sub_fir{
  position: relative;
}
.sub_fir::after{
  content: '';
    position: absolute;
    background: url(/img/home.png) no-repeat center center / contain;
    width: 50px;
    height: 28px;
    vertical-align: middle;
    margin-right: 5px;
    left: -52px;
}



/* menu */
body {
  margin: 0;
  font-family: 'Pretendard', sans-serif;
}

.visual-bg {
  background: url('img/sub-visual.jpg') center/cover no-repeat;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-title {
  font-size: 2.5rem;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.sub-menu {
  display: none;
  background-color: #2257C2;
  border-top: 1px solid #1a4bb2;
  border-bottom: 1px solid #1a4bb2;
}

.menu-list {
  display: flex;
  justify-content: center;
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-list > li {
  position: relative;
  width: 33.33%;

}

.menu-link,
.accordion-btn {
  display: block;
 padding: 15px 2px;
  color: white;
  background: #2257C2;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
 border-right: 1px solid #e8e8e8;
}
.menu-list li.ic{
  width: 40px;
}
.menu-list .accordion-item:last-child a{
  border: 0;
}
.arrow {
  margin-left: -1px;
  font-size: 0.8rem;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  z-index: 10;
}

.submenu li a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
}

.submenu li a:hover {
  background: #f1f1f1;
}




/* 인사말 */
.top{
  padding: 80px 0;
}
.slider-section {
  width: 100%;
  background: url(/img/intro_bh.png);
  background-position: 100% 100%;background-position: center;
}

.slider-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.slider-sub {
  font-size: 16px;
  margin-bottom: 30px;
  color: #444;
}

.swiper {
  width: 100%;
  margin-bottom: 20px;
}

.swiper-wrapper {
  display: flex !important; /* Swiper 핵심 */

}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  max-width: 470px;
  margin: 0 auto; 
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 10px;
}

.swiper-slide h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

.swiper-slide p {
}

.swiper-slide p {
}
.slider-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: sans-serif;
  color: white;
  margin-top: 20px;
}

.slider-prev,
.slider-next {
  background: rgba(0,0,0,0.4);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  min-width: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}

.slider-current,
.slider-max {
  font-size: 16px;
}

.slider-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;margin-bottom: 26px;
}

.slider-label {
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
}

.slider-range {
  width: 200px;
  background: transparent;
  height: 5px;
  border-radius: 3px;
  outline: none;
background: linear-gradient(to right, white 0%, white 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 100%);
}

/* 채워지는 부분 제거 */
.slider-range::-webkit-slider-runnable-track {
  background: transparent;
}
.slider-range::-moz-range-track {
  background: transparent;
}

/* thumb (동그라미) 스타일 */
.slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  border: 2px solid white;
  cursor: pointer;
}
.slider-range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  border: 2px solid white;
  cursor: pointer;
}


/* sec02 */
.intro-section{
  padding-top: 120px;
}
.main-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.left-column,
.right-column {
  flex: 1;
  min-width: 300px;
}

.main-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.intro-section h5 {
  margin-bottom: 16px;
}

.sub-images {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.sub-images img {
  width: 32%;
  height: auto;
  border-radius: 6px;
}

.caption {
  margin-bottom: 30px;
  color: #555;
}

.composition{
  position: relative;
  height: 700px;
}
.composition .com_img{
  position: absolute;
  top: 0;
}

.quote .le{
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.quote .le img{
  width: 50px;
}
.page-section .for{
  display: flex;align-items: center;
}
.page-section .for .for_t{
  margin-bottom: 20px;
}
.page-section .for>div{
  width: 50%;
}

.quote h5 {
  text-align: center;
  margin-bottom: 20px;
}


.gallery-row {
  display: flex;
  margin: 30px 0;    flex-wrap: wrap;
  justify-content: space-between;

}

.gallery-row img {
  width: 32.33%;
  height: auto;
  border-radius: 6px;
}


.full-image {
  margin: 30px 0;
}

.full-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.footer-text .sign {
  font-weight: bold;
  margin-top: 20px;
}





@media(max-width:970px){
  nav.pc-nav,
  .submenu-bar{
    display:none;
  }
  .open_btn{
    display:block;
    position:relative;
    z-index:21}
  .sub_a,
    header:hover .bgs{
    display:none;
  }
  header .inner{
    padding:15px 0;
  }
  .sub-banner__menu{
    display: none;
  }
.sub-menu{
  display: block;
  width: 100%;
}


  .sub-images img {
    width: 100%;
  }

  .main-content {
    flex-direction: column;
  }


  .gallery-row img {
    width: 48%;
    margin-bottom: 10px;
  }

  .quote h2 {
    font-size: 1.3rem;
  }

  .highlight h3 {
    font-size: 1.2rem;
  }
  .menu-list {
    align-items: stretch;justify-content: flex-start;
    display: flex;
  }
  .submenu {
    box-shadow: none;
    width: 100%;
  }
  .composition{
    height: 300px;
  }
  .composition .com_img{
    top: auto;
  }
  .quote .le{
    margin-bottom: 30px;
  }
  .page-section .for{
        flex-direction: column-reverse;
  }
  .page-section .for>div{
    width: 100%;
  }
  .page-section .for .for_t{
    margin-top: 20px;
  }
}
