﻿/* 버튼 */
.btn,
.btn i {
  vertical-align: middle;
}

.btn:before,
.btn:focus:before,
.btn:hover:before {
  z-index: -1;
  transition: 0.3s;
}

.btn,
.btn.btn-link {
  overflow: hidden;
  text-transform: uppercase;
}

.btn,
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  font-size: 0.8rem;
}

.btn {
  position: relative;
  z-index: 1;
  border-radius: 2px;
  font-weight: 700 !important;
  font-size: 14px;
  padding: 14px 30px !important;
  letter-spacing: 0.05em;
}

.btn i {
  display: inline-block;
  margin-right: 8px;
}

.btn.btn-rounded {
  border-radius: 100px;
}

.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
}

.btn.btn-link {
  border: 0;
  padding: 0 !important;
  color: #4782d3;
}

.btn.btn-sm {
  padding: 9px 20px !important;
  font-size: 0.75rem;
}

.btn.btn-link:after {
  font-family: themify;
  content: "\e649";
  margin-left: 5px;
  position: relative;
  top: 0;
  font-size: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.btn.btn-link:hover {
  text-decoration: none;
  color: #999;
}

.btn.btn-link:hover:after {
  margin-top: -100px;
}

.btn.btn-secondary {
  color: #999;
}

.btn-circle .btn-danger i,
.btn-circle .btn-info i,
.btn-circle .btn-primary i,
.btn-circle .btn-success i,
.btn-circle .btn-warning i,
.btn.btn-secondary:hover {
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #333;
}

.btn-white-outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.btn-white-outline:focus:before,
.btn-white-outline:hover:before {
  width: 100%;
  background-color: #fff;
}

.btn-outline-primary {
  border: 2px solid #4782d3;
  background-color: transparent;
  color: #4782d3;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  color: #fff;
  border-color: #4782d3;
  background-color: transparent;
}

.btn-outline-primary:active:before,
.btn-outline-primary:focus:before,
.btn-outline-primary:hover:before {
  width: 100%;
  background-color: #4782d3;
}

.btn-outline-info {
  border: 2px solid #5bc0de;
  background-color: transparent;
  color: #5bc0de;
}

.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover {
  color: #fff;
  border-color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active:before,
.btn-outline-info:focus:before,
.btn-outline-info:hover:before {
  width: 100%;
  background-color: #5bc0de;
}

.btn-outline-success {
  border: 2px solid #5cb85c;
  background-color: transparent;
  color: #5cb85c;
}

.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
  color: #fff;
  border-color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active:before,
.btn-outline-success:focus:before,
.btn-outline-success:hover:before {
  width: 100%;
  background-color: #5cb85c;
}

.btn-outline-danger {
  border: 2px solid #c9302c;
  background-color: transparent;
  color: #c9302c;
}

.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  color: #fff;
  border-color: #c9302c;
  background-color: transparent;
}

.btn-outline-danger:active:before,
.btn-outline-danger:focus:before,
.btn-outline-danger:hover:before {
  width: 100%;
  background-color: #c9302c;
}

.btn-outline-warning {
  border: 2px solid #f0ad4e;
  background-color: transparent;
  color: #f0ad4e;
}

.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
  color: #fff;
  border-color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active:before,
.btn-outline-warning:focus:before,
.btn-outline-warning:hover:before {
  width: 100%;
  background-color: #f0ad4e;
}

.btn-outline-secondary {
  border: 2px solid #ccc;
  background-color: transparent;
  color: #ccc;
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  color: #fff;
  border-color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:active:before,
.btn-outline-secondary:focus:before,
.btn-outline-secondary:hover:before {
  width: 100%;
  background-color: #ccc;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #f5f5f5;
}

.btn-danger,
.btn-dark,
.btn-info,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning,
.btn-white {
  box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.18);
  border: 0;
}

.btn-danger:hover,
.btn-dark:hover,
.btn-info:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-white:hover {
  border: 0;
  box-shadow: 0 0.05em 1em rgba(0, 0, 0, 0.18);
}

.btn-secondary {
  background: #f5f5f5;
  box-shadow: none;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  border: 0;
  color: #fff;
  box-shadow: none;
}

.btn-circle,
.icon-sm-rounded {
  text-align: center;
  border-radius: 50%;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background: #4782d3;
  color: #fff;
}

.btn-circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.btn-circle i {
  display: block;
  line-height: 80px;
  margin: 0 auto;
  font-size: 35px;
}

.btn-dark,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background: #141414;
  color: #fff;
}

.icon-sm-rounded {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block !important;
  background: #4782d3;
  color: #fff;
}

.btn-white-outline:focus,
.btn-white-outline:hover {
  color: #333;
  border-color: #fff;
}

.btn.btn-lg {
  padding: 15px 40px !important;
  font-size: 14px;
}

.btn:focus,
.btn:hover {
  box-shadow: none;
  outline: 0 !important;
}

.btn.btn-sm {
  padding: 9px 20px !important;
  font-size: 12px;
}

.main-box {
  padding-left: 10px;
  padding-right: 10px;
}

.main-box .col-md-12 {
  padding: 5px 5px;
}




/* info-pink */



/* info-pink-3 */


/* 모바일기기 1 */
@media only screen and (max-width: 320px) {}

/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px) {}

/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px) {}

/* 데스크탑 */
@media only screen and (min-width: 1201px) {}

.btn-area {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 25px;
}



.center-heading p {
  margin-top: 10px;
}

p.sub-text {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  color: #777;
}

/**** 카운트 *****/

/* 모바일기기 1 */
@media only screen and (max-width: 320px) {}

/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px) {}

/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px) {}

/* 데스크탑 */
@media only screen and (min-width: 1201px) {}

.no-padding.gray {
  background-color: #f5f5f5;
}

/* 모바일기기 1 */
@media only screen and (max-width: 320px) {
  .no-padding.img-view {
    background-size: cover;
    height: 100%;
  }

  .no-padding-inner {
    padding: 30px;
  }

  .no-padding-inner-img {
    padding: 80px;
  }
}

/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .no-padding.img-view {
    background-size: cover;
    height: 100%;
  }

  .no-padding-inner {
    padding: 30px;
  }

  .no-padding-inner-img {
    padding: 80px;
  }
}

/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .no-padding.img-view {
    background-size: cover;
    position: absolute;
    height: 100%;
  }

  .no-padding-inner {
    padding: 60px;
  }
}

/* 데스크탑 */
@media only screen and (min-width: 1201px) {
  .no-padding.img-view {
    background-size: cover;
    position: absolute;
    height: 100%;
  }

  .no-padding-inner {
    padding: 60px;
  }
}

/*
 * -------------------------------
 *  타이틀 및 안내
 * -------------------------------
*/

@media (min-width: 768px) {
  .col-sm-5g {
    width: 20%;
    float: left;
    text-align: center;
  }

  .col-xs-5g,
  .col-sm-5g,
  .col-md-5g,
  .col-lg-5g {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .col-md-5g {
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px;
  }

  .col-xs-5g,
  .col-sm-5g,
  .col-md-5g,
  .col-lg-5g {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .col-lg-5g {
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px;
  }

  .col-xs-5g,
  .col-sm-5g,
  .col-md-5g,
  .col-lg-5g {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
}

.col-xs-5g {
  width: 20%;
  float: left;
  text-align: center;
}

/* 모바일기기 1 */
@media only screen and (max-width: 320px) {
  .custom-row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .box-300 {
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .box-300 .material-symbols-outlined {
    font-size: 45px;
    color: #fff;
  }

  .box-300 .title {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .custom-row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .box-300 {
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .box-300 .material-symbols-outlined {
    font-size: 45px;
    color: #fff;
  }

  .box-300 .title {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .custom-row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .box-300 {
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .box-300 .material-symbols-outlined {
    font-size: 45px;
    color: #fff;
  }

  .box-300 .title {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* 데스크탑 */
@media only screen and (min-width: 1201px) {
  .custom-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .box-300 {
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .box-300 .material-symbols-outlined {
    font-size: 45px;
    color: #fff;
  }

  .box-300 .title {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.no-padding {
  padding: 0px;
}

.box-300:hover {
  background: #0077b6;
  color: #fff;
  filter: grayscale(0%);
}

.box-300:hover p {
  color: #fff;
}

.box-300 a {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.box-300 .material-symbols-outlined {
  transition: transform 0.3s ease;
}

.box-300:hover .material-symbols-outlined {
  transform: rotateY(180deg);
}

/*
 * -------------------------------
 *  인증
 * -------------------------------
*/

/* 모바일기기 1 */
@media only screen and (max-width: 320px) {}

/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px) {}

/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px) {}

/* 데스크탑 */
@media only screen and (min-width: 1201px) {}


/* 메인슬라이드 추가 */

.main-slider .item {
  position: relative !important;
  z-index: 1;
  transform-style: preserve-3d;
}

.main-slider .item .sound-control {
  position: relative !important;
  display: flex;
  margin: 30px auto 0 auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 99999 !important;
  transform: translateZ(100px);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}

.main-slider .item .sound-control:hover {
  background: #cc0000;
}

.main-slider .item .sound-control .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
  user-select: none;
}

.main-slider .item .sound-control.muted .icon-sound {
  display: none !important;
}

.main-slider .item .sound-control.muted .icon-mute {
  display: block !important;
}

.main-slider .item .sound-control:not(.muted) .icon-mute {
  display: none !important;
}

.main-slider .item .sound-control:not(.muted) .icon-sound {
  display: block !important;
}

.equalizer {
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  height: 20px;
  gap: 4px;
  margin-top: 10px;
}

.equalizer .bar {
  width: 4px;
  background-color: #fff;
  height: 100%;
  transform-origin: bottom;
  animation: equalize 1s infinite ease-in-out;
}

.equalizer .bar-1 {
  animation-delay: -0.4s;
}

.equalizer .bar-2 {
  animation-delay: -0.2s;
}

.equalizer .bar-3 {
  animation-delay: 0s;
}

.equalizer .bar-4 {
  animation-delay: -0.6s;
}

.equalizer .bar-5 {
  animation-delay: -0.8s;
}

@keyframes equalize {

  0%,
  100% {
    transform: scaleY(0.3);
  }

  50% {
    transform: scaleY(1);
  }
}


/* 프로그레스 바 스타일 */
.progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: #32c5d2;
  /* 포인트 컬러 */
  transition: width linear;
  /* 부드럽게 차오르도록 */
}



/* 재생/정지 버튼 컨테이너 */
.slider-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  gap: 15px;
  /* 버튼 사이 간격 */
  align-items: center;
}

/* 버튼 공통 스타일 (배경 제거, 순수 아이콘) */
.slider-controls .control-btn {
  background: transparent !important;
  /* 배경 투명 */
  border: none !important;
  /* 테두리 없음 */
  box-shadow: none !important;
  /* 박스 그림자 없음 */
  padding: 0;
  width: auto;
  height: auto;
  color: #fff;
  cursor: pointer;
  display: flex;
  /* flex로 설정하여 아이콘 정렬 */
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, opacity 0.2s;
}

/* 아이콘 크기 및 가시성 */
.slider-controls .control-btn .material-symbols-outlined {
  font-size: 36px;
  /* 아이콘 크기 키움 (24px -> 36px) */
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  /* 흰색 아이콘이 잘 보이도록 그림자 추가 */
}

/* 마우스 올렸을 때 효과 */
.slider-controls .control-btn:hover {
  transform: scale(1.1);
  /* 살짝 커짐 */
  opacity: 0.8;
  color: #cc0000;
  /* 호버 시 색상 변경 (원치 않으면 삭제) */
}

.four-card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
}

.four-card-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  min-height: 360px;
  /* 카드 높이 고정 */
  position: relative;
}

.four-card-item:hover {
  /* transform: translateY(-5px); 위로 올라가는 애니메이션 제거 */
}

/* 텍스트 전용 카드 */
.four-card-text-only {
  background: #0077b6;
  color: #fff;
  padding: 40px 30px;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 119, 182, 0.2);
}

.four-card-text-only:hover {
  background: #005f92;
}

.four-card-text-only .title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.four-card-text-only .desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  word-break: keep-all;
}

/* 이미지 포함 카드 */
.four-card-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.four-card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* 어두운 그라데이션 오버레이 (텍스트 가독성을 위해) */
.four-card-img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.four-card-item:hover .four-card-img-box img {
  transform: scale(1.08);
  /* 마우스 오버 시 이미지 확대 */
}

.four-card-content {
  position: relative;
  z-index: 3;
  padding: 30px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* 텍스트를 카드 하단으로 정렬 */
}

.four-card-content .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.four-card-content .desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0;
  word-break: keep-all;
}

/* 반응형 처리 */
@media (max-width: 991px) {
  .four-card-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .four-card-item {
    min-height: 320px;
  }
}

@media (max-width: 480px) {
  .four-card-container {
    grid-template-columns: 1fr;
  }
}











.tetris-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  /* 로우의 기본 높이 설정 */
  gap: 15px;
  width: 100%;
}

/* 개별 박스 공통 속성 */
.tetris-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tetris-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* 1. 좌측 2x2 사이즈 (가장 큰 영역) - 이미지 백그라운드 */
.tetris-left-big {
  grid-column: span 2;
  grid-row: span 2;
}

.tetris-left-big .tetris-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tetris-item:hover .tetris-img {
  transform: scale(1.05);
}

/* 어두운 그라데이션 오버레이 */
.tetris-left-big::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  z-index: 1;
}

.tetris-content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 35px;
  color: #fff;
}

.tetris-content-overlay .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.tetris-content-overlay .desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  word-break: keep-all;
  margin: 0;
}

/* 텍스트 전용 솔리드 컬러 박스 */
.tetris-right-top {
  grid-column: span 2;
  grid-row: span 1;
  background: #005a96;
  padding: 35px;
  justify-content: center;
}

.tetris-right-top:hover {
  background: #004d80;
}

.tetris-right-top .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.tetris-right-top .desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  word-break: keep-all;
  margin: 0;
}

/* 심플한 아이콘 박스 */
.tetris-right-bot {
  grid-column: span 1;
  grid-row: span 1;
  background: #f8fbff;
  border: 1px solid #e1e7ec;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

.tetris-right-bot .material-symbols-outlined {
  font-size: 48px;
  color: #005a96;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.tetris-right-bot:hover .material-symbols-outlined {
  transform: scale(1.1);
}

.tetris-right-bot .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

/* 태블릿/모바일 반응형 처리 */
@media (max-width: 991px) {
  .tetris-container {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }

  /* 좌측 큰 아이템을 가로로 길게 2x1 로 변경 */
  .tetris-left-big {
    grid-column: span 2;
    grid-row: span 1;
  }
}

/* 모바일 반응형 처리 */
@media (max-width: 480px) {
  .tetris-container {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(180px, auto);
  }

  .tetris-left-big,
  .tetris-right-top,
  .tetris-right-bot {
    grid-column: span 1;
    grid-row: span 1;
  }
}


/* --- Extracted from index.php --- */
/* 관공서 스타일 벤토 라벨/소개 (좌측) */
.gov-bento-left {
  background: #fff;
  border: 1px solid #e1e7ec;
  border-radius: 12px;
  padding: 30px 25px;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.gov-bento-left .label {
  display: inline-block;
  padding: 6px 15px;
  background: #f0f4f8;
  color: #005a96;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  width: max-content;
}

.gov-bento-left h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.4;
  word-break: keep-all;
}

.gov-bento-left p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin: 0;
  word-break: keep-all;
  font-weight: 400;
}

/* 관공서 스타일 아이콘 컨테이너 (우측) */
.gov-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.gov-icon-box {
  background: #fff;
  border: 1px solid #e1e7ec;
  border-radius: 12px;
  padding: 30px 10px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gov-icon-box:hover {
  border-color: #005a96;
  background: #f8fbff;
}

.gov-icon-box span[class^="fi-rr"] {
  font-size: 38px;
  color: #005a96;
  margin-bottom: 15px;
  display: inline-block;
}

.gov-icon-box h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* 모바일 대응 */
@media (max-width: 991px) {
  .gov-icon-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
  }

  .gov-bento-left {
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .gov-icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Swiper 래퍼 구조 */
.gov-notice-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* 공지사항 슬라이더 부모 높이 일치 */
.gov-notice-slider {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.gov-notice-slider .swiper-wrapper {
  align-items: stretch !important;
}

.gov-notice-slider .swiper-slide {
  height: auto;
  display: flex !important;
  flex-direction: column;
}

/* 공지사항 슬라이더 박스 디자인 */
.notice-slide-item {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.notice-slide-box {
  width: 100%;
  flex: 1 1 auto;
  /* 세로로 끝까지 채움 */
  background: #fff;
  border: 1px solid #e1e7ec;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* 텍스트 상단 정렬 */
  transition: all 0.3s ease;
  text-decoration: none !important;
  box-sizing: border-box;
}

.notice-slide-box:hover {
  border-color: #005a96;
  background: #f8fbff;
  box-shadow: 0 10px 20px rgba(0, 90, 150, 0.08);
}

.notice-slide-date-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.notice-slide-date {
  font-size: 13px;
  color: #005a96;
  font-weight: 600;
}

.notice-slide-badge {
  display: inline-block;
  padding: 3px 10px;
  background: #f0f4f8;
  color: #005a96;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.notice-slide-title {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.notice-slide-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  word-break: keep-all;
}

/* 커스텀 네비게이션 버튼 (화살표) */
.gov-notice-wrap .swiper-button-prev,
.gov-notice-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  color: #005a96 !important;
  border: 1px solid #e1e7ec !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
}

.gov-notice-wrap .swiper-button-prev {
  left: -22px;
}

.gov-notice-wrap .swiper-button-next {
  right: -22px;
}

/* 모바일/태블릿 등에서 네비게이션 버튼 겹침 방지 */
@media (max-width: 991px) {
  .gov-notice-wrap .swiper-button-prev {
    left: 0px;
  }

  .gov-notice-wrap .swiper-button-next {
    right: 0px;
  }
}

.gov-notice-wrap .swiper-button-prev::after,
.gov-notice-wrap .swiper-button-next::after {
  display: none !important;
  content: none !important;
  /* 아이콘 기본 없애기 강화 */
}

.gov-notice-wrap .swiper-button-prev:hover,
.gov-notice-wrap .swiper-button-next:hover {
  background: #005a96 !important;
  color: #fff !important;
  border-color: #005a96 !important;
  box-shadow: 0 4px 15px rgba(0, 90, 150, 0.2) !important;
}

.gov-notice-wrap .material-symbols-outlined {
  font-size: 24px !important;
  line-height: 1 !important;
}

.cross-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.cross-row:last-child {
  margin-bottom: 0;
}

.cross-img-wrap {
  width: 50%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.cross-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cross-row:hover .cross-img-wrap img {
  transform: scale(1.05);
}

.cross-text-wrap {
  width: 50%;
  padding: 50px 60px;
  box-sizing: border-box;
}

.cross-text-wrap .label {
  display: inline-block;
  padding: 6px 15px;
  background: #f0f4f8;
  color: #005a96;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cross-text-wrap h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.4;
  word-break: keep-all;
}

.cross-text-wrap p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin: 0;
  word-break: keep-all;
}

/* 모바일/태블릿 반응형 */
@media (max-width: 991px) {

  .cross-img-wrap,
  .cross-text-wrap {
    width: 100%;
  }

  .cross-img-wrap {
    height: 300px;
  }

  /* 모바일에서는 순서를 이미지 -> 텍스트로 통일 */
  .cross-row.reverse .cross-img-wrap {
    order: -1;
  }

  .cross-text-wrap {
    padding: 40px 30px;
  }
}

/* 모바일 (1200px 이하) */
@media (max-width: 1200px) {
  .latest-box-1 {
    display: flex;
    flex-wrap: wrap;
  }

  .latest-box-1 .lists {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 15px 20px;
    height: 230px;
    position: relative;
    margin-bottom: 10px;
  }
}

/* PC (1201px 이상) */
@media (min-width: 1201px) {
  .latest-box-1 {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .latest-box-1 .lists {
    width: calc((100% - (1 * 10px)) / 2);
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 15px 20px;
    height: 260px;
    position: relative;
  }
}

.cs-brick-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.cs-brick {
  border-radius: 20px;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cs-brick:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

/* 백그라운드 장식용 패턴 */
.cs-brick::before {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  background: currentcolor;
  opacity: 0.05;
  border-radius: 50%;
  transition: transform 0.4s ease;
}

.cs-brick:hover::before {
  transform: scale(1.2);
}
/* 메인 안내 (2칸) : 다크 네이비톤 */
.cs-brick-main {
  grid-column: span 2;
  background: #0f172a;
  color: #fff;
}
.cs-brick-main:hover {
  background: #0f172a !important;
  color: #fff !important;
}

.cs-brick-main .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.cs-brick-main .number {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.cs-brick-main .info {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

/* 서브 버튼 1 : 시그니처 블루 */
.cs-brick-blue {
  background: #0ea5e9;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-blue:hover {
  background: #0ea5e9 !important;
  color: #fff !important;
}

/* 서브 버튼 2 : 스카이 블루 */
.cs-brick-sky {
  background: #38bdf8;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-sky:hover {
  background: #38bdf8 !important;
  color: #fff !important;
}

/* 서브 버튼 3 : 그레이 화이트 */
.cs-brick-light {
  background: #f8fafc;
  color: #334155;
  border: 1px solid #e2e8f0;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-light:hover {
  background: #f8fafc !important;
  color: #334155 !important;
}

/* 서브 버튼 4 : 오렌지 코랄 */
.cs-brick-orange {
  background: #f97316;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-orange:hover {
  background: #f97316 !important;
  color: #fff !important;
}

/* 공통 아이콘 및 텍스트 스타일 */
.cs-brick .icon-wrap {
  margin-bottom: auto;
  /* 상단 고정 */
}

.cs-brick .material-symbols-outlined {
  font-size: 40px;
}

.cs-brick .btn-text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 5px;
}

.cs-brick .btn-desc {
  font-size: 14px;
  opacity: 0.85;
  margin: 0;
}

/* 모바일/태블릿 반응형 */
@media (max-width: 991px) {
  .cs-brick-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .cs-brick-container {
    grid-template-columns: 1fr;
  }

  .cs-brick-main {
    grid-column: span 1;
  }
}

.owl-carousel .owl-item img {
  border: 1px solid #ddd;
}

/* --- Premium Scroll Experience --- */
#premium-scroll-wrap {
  --transition-speed: 0.8s;
  --easing: cubic-bezier(0.65, 0, 0.35, 1);
  --glass: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.15);
  background-color: #050505;
  color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  width: 100%;
}

#premium-scroll-wrap * {
  box-sizing: border-box;
}

#premium-scroll-wrap h1,
#premium-scroll-wrap h2,
#premium-scroll-wrap h3,
#premium-scroll-wrap h4,
#premium-scroll-wrap p {
  color: #fff;
  margin: 0;
  padding: 0;
}

#premium-scroll-wrap .ps-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#premium-scroll-wrap .section-top {
  background: linear-gradient(to bottom, #1a1a1a, #050505);
  z-index: 2;
}

#premium-scroll-wrap .section-top .intro-content {
  text-align: center;
}

#premium-scroll-wrap .section-top h2 {
  font-size: 4rem;
  letter-spacing: 10px;
  font-weight: 200;
  margin-bottom: 20px;
  opacity: 0.8;
  line-height: 1.2;
}

#premium-scroll-wrap .scroll-hint {
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 50px;
  animation: ps-bounce 2s infinite;
}

@keyframes ps-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

#premium-scroll-wrap .interactive-container {
  position: relative;
  height: 300vh;
}

#premium-scroll-wrap .sticky-viewport {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

#premium-scroll-wrap .section-bottom {
  background: linear-gradient(to top, #0f172a, #050505);
  z-index: 2;
}

#premium-scroll-wrap .section-bottom h2 {
  font-size: 3rem;
  font-weight: 800;
  opacity: 0.9;
  line-height: 1.2;
}

#premium-scroll-wrap .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#premium-scroll-wrap .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity var(--transition-speed) var(--easing), transform var(--transition-speed) var(--easing);
}

#premium-scroll-wrap .bg-img.active {
  opacity: 1;
  transform: scale(1);
}

#premium-scroll-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  z-index: 0;
}

#premium-scroll-wrap .ps-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1.2fr 1.1fr;
  padding: 0 60px;
  gap: 100px;
  align-items: center;
  transition: opacity 0.5s ease;
  margin: 0 auto;
}

#premium-scroll-wrap .left-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}

#premium-scroll-wrap .grid-box {
  background: var(--glass);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid var(--glass-border);
  border-radius: 30px;
  padding: 40px;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all var(--transition-speed) var(--easing);
  opacity: 0;
}

#premium-scroll-wrap .box-top {
  transform: translateY(-50px);
}

#premium-scroll-wrap .box-bottom {
  transform: translateY(50px);
}

#premium-scroll-wrap .content-active .box-top {
  opacity: 1;
  transform: translateY(-30px);
}

#premium-scroll-wrap .content-active .box-bottom {
  opacity: 1;
  transform: translateY(70px);
}

#premium-scroll-wrap .grid-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

#premium-scroll-wrap .grid-box p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

#premium-scroll-wrap .right-panel {
  display: flex;
  flex-direction: column;
  gap: 50px;
  opacity: 0;
  transform: translateX(50px);
  transition: all var(--transition-speed) var(--easing);
}

#premium-scroll-wrap .content-active .right-panel {
  opacity: 1;
  transform: translateX(0);
}

#premium-scroll-wrap .title-group h1 {
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 0.95;
  margin-bottom: 30px;
  letter-spacing: -3px;
  white-space: pre-line;
  text-transform: uppercase;
}

#premium-scroll-wrap .title-group p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  max-width: 450px;
}

#premium-scroll-wrap .card-section {
  display: flex;
  gap: 20px;
}

#premium-scroll-wrap .small-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 24px;
  border-radius: 20px;
  transition: all 0.4s ease;
}

#premium-scroll-wrap .small-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px);
}

#premium-scroll-wrap .small-card .num {
  font-size: 0.8rem;
  font-weight: 800;
  color: #a0a0a0;
  margin-bottom: 20px;
  display: block;
}

#premium-scroll-wrap .small-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#premium-scroll-wrap .nav-dots {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 100;
  transition: opacity 0.5s ease;
}

#premium-scroll-wrap .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s var(--easing);
  cursor: pointer;
}

#premium-scroll-wrap .dot.active {
  background: #fff;
  transform: scale(2.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1200px) {
  #premium-scroll-wrap .ps-container {
    grid-template-columns: 1fr;
    padding: 60px 30px;
    height: 100vh;
    overflow-y: auto;
    align-items: flex-start;
  }

  #premium-scroll-wrap .left-panel {
    order: 2;
    margin-bottom: 100px;
    gap: 20px;
  }

  #premium-scroll-wrap .grid-box {
    height: 300px;
  }

  #premium-scroll-wrap .right-panel {
    order: 1;
    margin-top: 40px;
  }

  #premium-scroll-wrap .title-group h1 {
    font-size: 3.5rem;
  }

  #premium-scroll-wrap .card-section {
    flex-direction: column;
  }
}

/* 정부/공지사항 슬라이드 좌우 네비게이션 버튼 (index.php 에서 이동됨) */
.gov-btn-prev,
.gov-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #005a96;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e1e7ec;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gov-btn-prev {
  left: -22px;
}

.gov-btn-next {
  right: -22px;
}

.gov-btn-prev:hover,
.gov-btn-next:hover {
  background: #005a96;
  color: #fff;
  border-color: #005a96;
}

.gov-notice-wrap .material-symbols-outlined {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}

@media (max-width: 991px) {
  .gov-btn-prev {
    left: 0px;
  }

  .gov-btn-next {
    right: 0px;
  }
}

/* PC 환경에서 좌우 컨테이너 높이 고정 (동일하게 맞춤) */
@media (min-width: 992px) {
  .gov-bento-left {
    height: 300px !important;
  }

  .gov-notice-wrap {
    height: 300px !important;
    max-height: 300px !important;
  }

  .gov-notice-slider {
    height: 100% !important;
  }

  .notice-slide-item {
    height: 300px !important;
  }
}


/* ety_index_2 */
@charset "utf-8";

#hardcoded-boards {
    width: 100%;
    padding: 60px 20px;
    background-color: #f5f5f7;
    box-sizing: border-box;
    overflow: hidden;
}

.bento-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}

.bento-wrapper > div {
    min-width: 0;
    box-sizing: border-box;
}

.hc-board {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    height: 100%;
    box-sizing: border-box;
}

.hc-board-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.hc-board-title {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    color: #1d1d1f;
}

.hc-board-more {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #86868b;
    text-decoration: none;
    background: #f0f0f2;
    border-radius: 50%;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.hc-board-more:hover {
    background: #1d1d1f;
    color: #fff;
}

.hc-board-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hc-board-list li {
    margin-bottom: 2px;
}

.hc-board-list li:last-child {
    margin-bottom: 0;
}

.hc-board-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 8px;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease;
}

.hc-board-list li a:hover {
    background: #f9f9fb;
}

.hc-board-list li .subject {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    padding-right: 15px;
    font-size: 15px;
}

.hc-board-list li .date {
    font-size: 13px;
    color: #999;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    #hardcoded-boards {
        padding: 40px 15px;
    }
    
    .bento-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/* 모바일 대응: 유튜브 사운드 버튼 크기 및 수직중앙정렬 */
@media (max-width: 768px) {
  .main-slider .item .sound-control {
    width: 32px !important;
    height: 32px !important;
    margin: 15px auto 0 auto !important;
  }
  .main-slider .item .sound-control .material-symbols-outlined {
    font-size: 18px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  /* 모바일 대응: 슬라이드 재생/멈춤 아이콘 맨 우측으로 이동 */
  .slider-controls {
    left: auto !important;
    right: 20px !important;
    transform: none !important;
  }
}
