
.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;
}












@media only screen and (max-width: 320px) {}


@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;
}




@media only screen and (max-width: 320px) {}


@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;
}


@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;
  }
}


@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;
}


@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;
  }
}


@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: #005a96;
  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);
}




@media only screen and (max-width: 320px) {}


@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;
  
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, opacity 0.2s;
}


.slider-controls .control-btn .material-symbols-outlined {
  font-size: 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: 1px solid #ddd;
  border-radius: 8px;
  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 {
  
}


.four-card-white-box {
  padding: 40px 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.four-card-white-box .fi {
  font-size: 48px;
  color: #005a96;
  margin-bottom: 20px;
  transition: transform 0.5s ease;
  display: inline-block;
}

.four-card-white-box:hover .fi {
  transform: rotateY(180deg);
}

.four-card-white-box .title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.four-card-white-box .desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  word-break: keep-all;
}


.four-card-text-only {
  background: #005a96;
  color: #fff;
  padding: 40px 30px;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 90, 150, 0.2);
}

.four-card-text-only:hover {
  background: #004d80;
}

.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(8, 1fr);
  grid-auto-rows: 140px;
  
  gap: 20px;
  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);
}


.tetris-left-big {
  grid-column: span 4;
  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: 15px; 
}

.tetris-right-bot .fi {
  font-size: 32px;
  color: #005a96;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.tetris-right-bot:hover .fi {
  transform: scale(1.1);
}

.tetris-right-bot .title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0;
}


@media (max-width: 991px) {
  .tetris-container {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px;
  }

  
  .tetris-left-big {
    grid-column: span 4;
    grid-row: span 2;
  }
}


@media (max-width: 480px) {
  .tetris-container {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(130px, auto);
  }

  .tetris-left-big {
    grid-column: span 2;
    grid-row: span 2;
  }

  .tetris-right-top,
  .tetris-right-bot {
    grid-column: span 1;
    grid-row: span 1;
  }
}





.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: 20px;
}

.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);
  }
}


.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;
  }
}


@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;
  }
}


@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);
}

.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;
}


.cs-brick-blue {
  background: #005a96;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-blue:hover {
  background: #005a96 !important;
  color: #fff !important;
}


.cs-brick-sky {
  background: #2b7bb9;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-sky:hover {
  background: #2b7bb9 !important;
  color: #fff !important;
}


.cs-brick-light {
  background: #f0f4f8;
  color: #005a96;
  border: 1px solid #e1e7ec;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-light:hover {
  background: #e8ecf1 !important;
  color: #004d80 !important;
}


.cs-brick-orange {
  background: #004d80;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
.cs-brick-orange:hover {
  background: #004d80 !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-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;
  }
}


.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;
  }
}


@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;
  }
}



@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: 15px;
    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: 15px;
    }
}

@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;
  }
}


.wide-grid {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=1920&auto=format&fit=crop') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.wide-grid::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}
.wide-grid-inner {
  position: relative;
  z-index: 2;
}
.bento-biz-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 15px;
  width: 100%;
}
.bento-biz-item {
  background: #222;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bento-biz-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.bento-biz-item img.bg-img,
.bento-biz-item video.bg-video {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;
}
.bento-biz-item:hover img.bg-img,
.bento-biz-item:hover video.bg-video {
  transform: scale(1.08);
}
.bento-biz-item::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) 70%);
  z-index: 2;
}
.bento-biz-item.bento-text-only {
  background: #005a96;
  justify-content: center;
}
.bento-biz-item.bento-text-only::after {
  display: none;
}
.bento-biz-content {
  position: relative;
  z-index: 3;
}
.bento-biz-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.bento-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bento-biz-item.bento-text-only .bento-title-wrap {
  margin-bottom: 15px;
}
.bento-title-wrap h3 {
  margin-bottom: 0 !important;
}
.bento-link-icon {
  font-size: 24px;
  color: #fff;
  transition: transform 0.3s ease, background 0.3s ease;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bento-biz-item:hover .bento-link-icon {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.3);
}
.bento-biz-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin: 0;
  word-break: keep-all;
}

.bento-span-2x2 { grid-column: span 2; grid-row: span 2; }
.bento-span-2x1 { grid-column: span 2; grid-row: span 1; }
.bento-span-1x2 { grid-column: span 1; grid-row: span 2; }
.bento-span-1x1 { grid-column: span 1; grid-row: span 1; }

@media (max-width: 991px) {
  .bento-biz-container { grid-template-columns: repeat(2, 1fr); }
  .bento-span-2x1, .bento-span-2x2 { grid-column: span 2; }
}
@media (max-width: 768px) {
  .wide-grid { padding: 60px 0; margin: 40px 0; }
  .bento-biz-container { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .bento-span-2x2, .bento-span-2x1, .bento-span-1x2, .bento-span-1x1 {
    grid-column: span 1; grid-row: span 1;
  }
}



.custom-service-wrap {
    background: linear-gradient(to right, #f4f7fe 0%, #f4f7fe 30%, #eef4ff 30%, #eef4ff 100%);
    padding: 60px 0;
}

.custom-service-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cs-left-area {
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    background: #fff;
}

.cs-left-area a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 24px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    text-decoration: none !important;
    border-bottom: 2px solid #f4f7fe;
    transition: all 0.3s;
}

.cs-left-area a:last-child {
    border-bottom: none;
}

.cs-left-area a .num {
    margin-right: 15px;
    color: #94a3b8;
    font-weight: 800;
}

.cs-left-area a.active {
    background: #005a96;
    color: #fff;
    margin: -10px -20px -10px -10px;
    
    padding: 34px 30px;
    border-radius: 8px;
    box-shadow: 0 15px 25px rgba(0, 90, 150, 0.4);
    border-bottom: none;
    z-index: 10;
}

.cs-left-area a.active .num {
    color: #bfdbfe;
}

.cs-left-area a.active::after {
    content: '\2192';
    margin-left: auto;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.cs-center-area {
    flex: 0 0 220px;
    padding-left: 20px;
}

.cs-center-area h3 {
    font-size: 26px;
    font-weight: 800;
    color: #005a96;
    line-height: 1.4;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.cs-center-area p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    word-break: keep-all;
    margin: 0;
}

.cs-right-area {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.cs-icon-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 10px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    text-decoration: none !important;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.cs-icon-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.cs-icon-card.hover-scale .fi {
    font-size: 40px;
    color: #475569;
    margin-bottom: 15px;
    transition: transform 0.3s, color 0.3s;
    display: inline-block;
}

.cs-icon-card:hover .fi {
    color: #005a96;
    transform: scale(1.1);
}

.cs-icon-card .title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

@media(max-width: 1200px) {
    .custom-service-inner {
        gap: 15px;
    }

    .cs-right-area {
        grid-template-columns: repeat(4, 1fr);
    }

    .cs-left-area a.active {
        margin: -5px -10px -5px -5px;
        padding: 29px 20px;
    }
}

@media(max-width: 991px) {
    .custom-service-wrap {
        background: #eef4ff;
        padding: 50px 0;
    }

    .custom-service-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .cs-center-area {
        text-align: center;
        padding-left: 0;
    }

    .cs-left-area {
        flex: auto;
        box-shadow: none;
        background: transparent;
    }

    .cs-left-area a {
        border-radius: 8px;
        border-bottom: none;
        background: #fff;
        margin-bottom: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    }

    .cs-left-area a.active {
        margin: 0;
        padding: 24px 20px;
    }

    .cs-right-area {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}


.cs-right-area {
    display: none;
    
}

.cs-right-area.active-tab {
    display: grid;
    
    animation: csFadeIn 0.4s ease-out forwards;
}

@keyframes csFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 40px;
}

.g-card {
    background: #fff;
    border: 1px solid #e1e7ec;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}

.g-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.g-card-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.g-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.g-card:hover .g-card-img-wrap img {
    transform: scale(1.05);
}

.g-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.g-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
}

.g-card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
}

.g-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f4f8;
    padding-top: 16px;
    font-size: 13px;
    color: #888;
}

.g-card-author {
    display: flex;
    align-items: center;
    gap: 6px;
}

.g-card-author i,
.g-card-date i {
    font-size: 14px;
    color: #005a96;
}

.g-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 1200px) {
    .gallery-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .gallery-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid-container {
        grid-template-columns: 1fr;
    }

    .g-card-img-wrap {
        height: 220px;
    }
}


.cs-wide-section {
    position: relative;
    padding: 60px 0;
    background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=2000&auto=format&fit=crop') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin-top: 60px;
}

.cs-wide-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(17, 24, 39, 0.85); 
}

.cs-wide-section .container {
    position: relative;
    z-index: 2;
}

.cs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.cs-header .title-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cs-header .title-area h2.title {
    font-size: 26px;
    font-weight: 800;
    color: #111827;
    margin: 0;
    letter-spacing: -1px;
}

.cs-header .title-area .sub-text {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    padding-top: 5px;
}

.cs-header .plus-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #1e293b;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s;
}

.cs-header .plus-btn:hover {
    background: #3b82f6;
    transform: rotate(90deg);
}

.cs-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.cs-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
    height: 320px; 
}

.cs-card:hover {
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
}

.cs-card .card-top {
    margin-bottom: 25px;
}

.cs-card .category {
    font-size: 18px;
    font-weight: 800;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs-card .category i {
    font-size: 38px;
    color: #005a96;
}

.cs-card .card-body {
    flex-grow: 1;
}

.cs-card .card-title {
    font-size: 24px;
    font-weight: 400;
    color: #111827;
    margin: 0 0 20px 0;
    line-height: 1.4;
    word-break: keep-all;
}

.cs-card .card-divider {
    width: 30px;
    height: 4px;
    background: #e5e7eb;
    margin-bottom: 20px;
    border-radius: 2px;
    transition: width 0.3s, background 0.3s;
}

.cs-card:hover .card-divider {
    width: 60px;
    background: #005a96;
}

.cs-card .arrow-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #9ca3af;
    font-size: 14px;
    transition: all 0.3s ease;
}

.cs-card:hover .arrow-icon {
    background: #005a96;
    color: #ffffff;
    transform: translateX(4px);
}


.cs-card-special {
    background: #005a96;
    color: #fff;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cs-card-special .badge {
    background: #004d80;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 15px;
}

.cs-card-special .special-title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.cs-card-special .special-info {
    list-style: none;
    padding: 0;
    margin: 0 0 auto 0;
    font-size: 13.5px;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
}

.cs-card-special .pagination-mock {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #0c4a6e;
    align-self: flex-start;
    margin-top: 15px;
    z-index: 2;
}

.cs-card-special .special-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 160px;
    color: rgba(255,255,255,0.2);
    z-index: 1;
    line-height: 1;
}

@media (max-width: 1200px) {
    .cs-card-grid { gap: 15px; }
    .cs-card { padding: 25px 20px; height: 340px; }
}

@media (max-width: 991px) {
    .cs-card-grid { grid-template-columns: repeat(2, 1fr); }
    .cs-header { flex-direction: column; align-items: flex-start; gap: 15px; }
    .cs-header .plus-btn { align-self: flex-end; margin-top: -35px; }
}

@media (max-width: 576px) {
    .cs-wide-section { padding: 50px 0; }
    .cs-card-grid { grid-template-columns: 1fr; }
    .cs-card { height: auto; }
}

/* 하단 고객센터 신규 레이아웃 (지도 + 카드 2x2 반응형) */
.cs-layout-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cs-map-col, .cs-cards-col {
    margin-bottom: 15px;
}

.cs-map-box {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    min-height: 400px;
}

.cs-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    height: 100%;
}

.cs-cards-grid .cs-card {
    height: 100%;
    min-height: 200px;
    padding: 25px 20px;
}

.cs-cards-grid .card-title {
    font-size: 16px;
    margin-bottom: 15px;
}

.cs-cards-grid .cs-card-special {
    padding: 25px 20px;
    min-height: 200px;
}

.cs-cards-grid .special-title {
    font-size: 24px;
    margin: 10px 0;
}

@media (max-width: 767px) {
    .cs-layout-wrapper {
        display: block; 
    }
    
    .cs-map-box {
        min-height: 300px;
        height: 300px;
    }
    
    .cs-map-box iframe {
        height: 300px !important;
    }
    
    .cs-cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }
    
    .cs-cards-grid .cs-card, 
    .cs-cards-grid .cs-card-special {
        padding: 15px 12px;
        min-height: 180px;
    }
    
    .cs-cards-grid .card-title {
        font-size: 14px;
        line-height: 1.3;
    }
    
    .cs-cards-grid .special-title {
        font-size: 18px;
        margin: 5px 0;
    }
    
    .cs-cards-grid .special-info li {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .cs-cards-grid .special-info li i {
        font-size: 12px;
    }
    
    .cs-cards-grid .arrow-icon {
        width: 30px;
        height: 30px;
        bottom: 12px;
        right: 12px;
    }
    
    .cs-cards-grid .category {
        font-size: 14px;
    }
    
    .cs-cards-grid .category i {
        font-size: 24px;
    }
    
    .cs-card-special .badge {
        font-size: 11px;
        padding: 4px 8px;
    }
}


.center-heading {
    text-align: center;
    margin-bottom: 0px !important;
}
