@charset "utf-8";


.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 (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) {}


@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;
  
}







#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);
  }
}

/* 섹션4 */
.section4-wrap {
    width: 100%;
}

.s4-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.s4-left {
    width: 50%;
    background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.s4-right {
    width: 50%;
    background-color: #f4f5f7;
    padding: 80px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s4-right h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 50px;
}

.s4-list {
    margin-bottom: 40px;
}

.s4-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.s4-icon {
    width: 50px;
    height: 50px;
    background-color: #3f6aa6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.s4-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.s4-text p {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    margin: 0;
    word-break: keep-all;
}

.s4-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.3s;
}

.s4-btn:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 700;    
}

.s4-bottom {
    background-color: #050505;
    background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    position: relative;
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.s4-counter-box {
    padding: 20px;
}

.s4-counter-box .num-wrap {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}

.s4-counter-box .num-wrap span.counter {
    line-height: 1;
}

.s4-counter-box .title {
    font-size: 16px;
    color: #ddd;
    font-weight: 500;
}

@media (max-width: 992px) {

    .s4-left,
    .s4-right {
        width: 100%;
    }

    .s4-left {
        min-height: 300px;
    }

    .s4-right {
        padding: 50px 20px;
    }
}

#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);
}

#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;
  }
}


@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;
  }
}


/* 섹션1 */
.business-box {
    border: 1px solid #eaeaea;
    padding: 25px 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background: #fff;
    cursor: pointer;
    border-radius: 0;
}

.business-box i {
    font-size: 35px;
    margin-bottom: 15px;
    color: #111;
    display: inline-block;
    transition: transform 0.6s ease, color 0.3s ease;
}

.business-box h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
    font-size: 18px;
    transition: all 0.3s ease;
}

.business-box p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    word-break: keep-all;
    height: 45px;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.business-box .btn {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 8px 30px;
    font-size: 14px;
    border-radius: 0;
    transition: all 0.3s ease;
}


.business-box:hover {
    background: #1f304a;
    border-color: #1f304a;
}

.business-box:hover i {
    color: #fff !important;
    transform: rotateY(180deg);
}

.business-box:hover h4,
.business-box:hover p {
    color: #fff !important;
}

.business-box:hover .btn {
    background: #fff;
    color: #111;
    border-color: #fff;
}

/* 추가 스타일 */
.business-box.bg-dark-blue {
    background: #21324b;
    border-color: #21324b;
}

.business-box.bg-dark-blue i,
.business-box.bg-dark-blue h4,
.business-box.bg-dark-blue p {
    color: #fff;
}

.business-box.bg-dark-blue .btn {
    border-color: #fff;
}

.business-box.bg-slate-blue {
    background: #5d829e;
    border-color: #5d829e;
}

.business-box.bg-slate-blue i,
.business-box.bg-slate-blue h4,
.business-box.bg-slate-blue p {
    color: #fff;
}

.business-box.bg-slate-blue .btn {
    border-color: #fff;
}


.business-row {
    margin-left: -10px;
    margin-right: -10px;
}

.business-row>div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}


.portfolio-slider-wrap {
    position: relative;
    padding-bottom: 30px;
}

.portfolio-box {
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    text-align: left;
    transition: all 0.3s ease; 
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.portfolio-box:hover {
    border-color: #ddd;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); 
}

.portfolio-box .img-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.portfolio-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.portfolio-box:hover .img-box img {
    transform: scale(1.05); 
}

.portfolio-box .text-box {
    padding: 25px 20px;
}

.portfolio-box .text-box .title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.portfolio-box .text-box .desc {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin: 0;
    word-break: keep-all;
}


.pf-arrow {
    position: absolute;
    top: calc(50% - 40px); 
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eaeaea;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.pf-arrow i {
    font-weight: 900;
    -webkit-text-stroke: 1px currentColor;
}

.pf-arrow:hover {
    background: #1f304a;
    color: #fff;
    border-color: #1f304a;
}

.pf-prev {
    left: -60px;
}

.pf-next {
    right: -60px;
}

.pf-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    opacity: 1;
    margin: 0 4px !important;
    transition: background 0.3s;
}

.pf-pagination .swiper-pagination-bullet-active,
.pf-pagination .swiper-pagination-bullet:hover {
    background: #4782d3;
}


.pf-play-controls {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #a0a0a0;
    cursor: pointer;
}

.pf-play-controls i:hover {
    color: #1f304a;
}

/* 섹션4 */
.section4-wrap {
    width: 100%;
}

.s4-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.s4-left {
    width: 50%;
    background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.s4-right {
    width: 50%;
    background-color: #f4f5f7;
    padding: 80px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s4-right h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 50px;
}

.s4-list {
    margin-bottom: 40px;
}

.s4-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.s4-icon {
    width: 50px;
    height: 50px;
    background-color: #3f6aa6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.s4-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.s4-text p {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    margin: 0;
    word-break: keep-all;
}

.s4-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.3s;
}

.s4-btn:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none;
}

.s4-bottom {
    background-color: #050505;
    background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    position: relative;
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.s4-counter-box {
    padding: 20px;
}

.s4-counter-box .num-wrap {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}

.s4-counter-box .num-wrap span.counter {
    line-height: 1;
}

.s4-counter-box .title {
    font-size: 16px;
    color: #ddd;
    font-weight: 500;
}

@media (max-width: 992px) {

    .s4-left,
    .s4-right {
        width: 100%;
    }

    .s4-left {
        min-height: 300px;
    }

    .s4-right {
        padding: 50px 20px;
    }
}



/* 섹션5 */
.section5-wrap {
}

.s5-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}



@media screen and (max-width: 480px) {
  .s5-tab {
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 700;
      color: #333;
      background: #f4f5f7;
      cursor: pointer;
      border: none;
      transition: background 0.3s, color 0.3s;
  }

  .s5-tab.active {
      background: #111;
      color: #fff;
  }
}

/* 2. 모바일 가로 & 작은 태블릿 (481px ~ 768px 이하) */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .s5-tab {
      padding: 10px 20px;
      font-size: 16px;
      font-weight: 700;
      color: #333;
      background: #f4f5f7;
      cursor: pointer;
      border: none;
      transition: background 0.3s, color 0.3s;
  }

  .s5-tab.active {
      background: #111;
      color: #fff;
  }
}

@media screen and (min-width: 1201px) {
  .s5-tab {
      padding: 15px 40px;
      font-size: 16px;
      font-weight: 700;
      color: #333;
      background: #f4f5f7;
      cursor: pointer;
      border: none;
      transition: background 0.3s, color 0.3s;
  }

  .s5-tab.active {
      background: #111;
      color: #fff;
  }
}






.s5-panels {
    width: 100%;
}

.s5-panel {
    display: none;
}

.s5-panel.active {
    display: block;
}

/* 섹션6 */

.section6-wrap {
    background-color: transparent;
}

.s6-container {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.s6-container>div {
    /* If a background image is used behind them, we don't have exactly the same image. We'll simulate the layout. */
}

.s6-left {
    flex: 0 0 40%;
    background: #fff;
    padding: 35px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.s6-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.s6-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    position: relative;
    padding-bottom: 15px;
    margin: 0;
}

.s6-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #999;
}

.s6-plus {
    font-size: 28px;
    color: #111;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
}

.s6-plus:hover {
    color: #666;
}

.s6-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.s6-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    color: #555;
}

.s6-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
}

.s6-list li a:hover {
    color: #111;
    text-decoration: underline;
}

.s6-h-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c93b4a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    line-height: 1;
    border-radius: 2px;
    flex-shrink: 0;
}

.s6-cmt {
    color: #e53935;
    font-size: 13px;
    margin-left: 5px;
}

.s6-list li .date {
    color: #999;
    font-size: 14px;
    flex-shrink: 0;
    margin-left: 15px;
}

.s6-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.s6-icon-box {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.s6-icon-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.s6-icon-box i {
    font-size: 40px;
    color: #666;
    margin-bottom: 15px;
}

.s6-icon-box span {
    font-size: 15px;
    color: #444;
    font-weight: 500;
}

@media (max-width: 992px) {
    .s6-container {
        flex-direction: column;
    }

    .s6-right {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .s6-right {
        grid-template-columns: 1fr;
    }
}

/* Bento Grid Styles Added */
.business-box, .portfolio-box, .news-item, .s5-card, .s6-left, .s6-icon-box {
    border-radius: 24px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04) !important;
}

.s4-top {
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04) !important;
}

.news-thumb, .s5-card-img {
    border-radius: 20px !important;
}

.news-item {
    padding: 30px !important;
}

.business-box:hover, .portfolio-box:hover, .s6-icon-box:hover, .small-card:hover {
    transform: none !important;
}

/* 섹션7 (핵심 역량 - 벤토그리드) */
.section1-wrap,
.section3-wrap,
.section5-wrap,
.s4-modern-wrap,
.section6-wrap,
.section7-wrap {
    padding: 60px 0;
}
.s7-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.s7-card { background: #fff; border-radius: 24px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04); padding: 40px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; border: none; }
.s7-featured { grid-column: span 2; background: #1f304a; color: #fff; }
.s7-featured i { color: #32c5d2; }
.s7-featured h3 { color: #fff; }
.s7-featured p { color: rgba(255,255,255,0.8); }
.s7-card i { font-size: 40px; color: #111; margin-bottom: 20px; }
.s7-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 15px; color: #111; }
.s7-card p { font-size: 15px; color: #666; line-height: 1.6; margin: 0; word-break: keep-all; }
.s7-image-bg { grid-column: span 2; background-size: cover; background-position: center; color: #fff; padding: 0; justify-content: flex-end; }
.s7-image-bg .s7-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2)); z-index: 1; }
.s7-image-bg .s7-content { position: relative; z-index: 2; padding: 40px; }
.s7-image-bg h3 { color: #fff; }
.s7-image-bg p { color: rgba(255,255,255,0.9); }
@media (max-width: 992px) { .s7-grid { grid-template-columns: repeat(2, 1fr); } .s7-featured, .s7-image-bg { grid-column: span 2; } }
@media (max-width: 768px) { .s7-grid { grid-template-columns: 1fr; } .s7-featured, .s7-image-bg { grid-column: span 1; } }
/* 섹션6 (공지사항 및 아이콘 박스) 퀄리티 개선 */
.s6-container {
    gap: 20px;
}
.s6-right {
    gap: 20px !important;
}
.s6-left {
    padding: 40px !important;
}
.s6-title {
    font-size: 24px !important;
    letter-spacing: -0.5px;
}
.s6-list li {
    padding: 16px 0 !important;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.2s;
}
.s6-list li:last-child {
    border-bottom: none;
}
.s6-list li:hover {
    padding-left: 10px !important;
}
.s6-list li a {
    font-size: 16px !important;
    font-weight: 500;
}
.s6-h-icon {
    background: #1f304a !important;
    border-radius: 6px !important;
    width: auto !important;
    padding: 0 6px !important;
    height: 22px !important;
    font-size: 11px !important;
    margin-right: 10px;
}
.s6-icon-box {
    padding: 35px 20px !important;
    align-items: center;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
}
.s6-icon-box i {
    width: 64px !important;
    height: 64px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f8f9fa;
    border-radius: 50%;
    font-size: 26px !important;
    color: #1f304a !important;
    margin-bottom: 16px !important;
    transition: all 0.3s ease !important;
}
.s6-icon-box span {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
}
.s6-icon-box:hover {
    background: #1f304a !important;
    border-color: #1f304a !important;
}
.s6-icon-box:hover span {
    color: #fff !important;
}
.s6-icon-box:hover i {
    background: #fff;
    color: #1f304a !important;
    transform: scale(1.1);
}
/* 핵심 역량 (섹션 7) 폰트 색상 및 간격 수정 */
.s7-featured h3, .s7-image-bg h3 {
    color: #fff !important;
}
.s7-featured p, .s7-image-bg p {
    color: rgba(255, 255, 255, 0.8) !important;
}
.s7-featured i {
    color: #32c5d2 !important;
}
.s7-card h3 {
    line-height: 1.4 !important;
    letter-spacing: -0.5px !important;
}
.s7-card p {
    font-size: 15.5px !important;
    font-weight: 400 !important;
    color: #555 !important;
}
/* 합쳐진 벤토그리드 대응 CSS 업데이트 */
@media (max-width: 992px) {
    .s6-left.s7-card { grid-column: span 2 !important; grid-row: span 1 !important; }
    .s6-right { grid-column: span 2 !important; }
}
@media (max-width: 768px) {
    .s6-left.s7-card { grid-column: span 1 !important; }
    .s6-right { grid-column: span 1 !important; grid-template-columns: repeat(2, 1fr) !important; }
}

/* 버튼 라운드 처리 (Bento Grid 스타일) */
.btn, 
.business-box .btn, 
.s4-btn, 
.s5-tab {
    border-radius: 50px !important;
}

.pf-arrow {
    border-radius: 50px !important;
}

/* .s4-btn download 버튼 호버 시 크기 변경 방지 */
.s4-btn:hover {
    transform: none !important;
    padding: 15px 40px !important;
    border: none !important;
}
.s4-btn {
    padding: 15px 40px !important;
    border: none !important;
    box-sizing: border-box !important;
}

/* 모바일 s5-tab 우선순위 보장을 위해 최하단에 배치 */
@media (max-width: 400px) {
    .s5-tabs {
        gap: 5px !important;
        flex-wrap: wrap !important;
    }
    .s5-tabs .s5-tab,
    .section5-wrap .s5-tab {
        padding: 8px 10px !important;
        font-size: 12px !important;
        flex: 1 1 auto;
        text-align: center;
    }
}
/* 5단 벤토그리드 대응 CSS 업데이트 */
@media (max-width: 992px) {
    .s7-featured[style*="column: span 3"] { grid-column: span 3 !important; }
    .s7-image-bg[style*="column: span 3"] { grid-column: span 3 !important; }
    .s6-left.s7-card[style*="column: span 2"] { grid-column: span 2 !important; }
    .s6-right[style*="column: span 2"] { grid-column: span 2 !important; }
}
@media (max-width: 768px) {
    .s7-grid { grid-template-columns: 1fr !important; }
    .s7-featured[style*="column: span 3"],
    .s7-image-bg[style*="column: span 3"],
    .s6-left.s7-card[style*="column: span 2"],
    .s6-right[style*="column: span 2"] { grid-column: span 1 !important; }
}


/* 섹션6 */
.section7-outer {
    background-color: #f5f6f8;
    padding: 60px 0;
    width: 100%;
}

.s6-center-heading {
    margin-bottom: 50px;
}

.s6-heading-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.s6-heading-line {
    width: 50px;
    height: 1px;
    background: #ddd;
    margin: 0 auto 20px;
}

.s6-heading-desc {
    color: #666;
    font-size: 15px;
}

.s7-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s7-row-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.s6-left.s7-card {
    border-radius: 24px;
    padding: 30px !important;
}

.s6-title {
    margin-bottom: 0;
}

.s6-list {
    margin-top: 15px;
}

.s7-right-group2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.s6-icon-box.s7-card {
    padding: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.s6-icon-box.s7-card i {
    margin-bottom: 10px;
    font-size: 32px;
}

@media (max-width: 992px) {

    .s7-row-1,
    .s7-row-2 {
        grid-template-columns: 1fr !important;
    }

    .s7-right-group2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .s7-bottom-cards {
        grid-template-columns: 1fr !important;
    }
}




/* 섹션1 스타일 */
.section1-wrap {
}

.section1-center-heading {
    margin-bottom: 50px;
}

.section1-heading-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.section1-heading-desc {
    color: #666;
    font-size: 15px;
}

/* 섹션2 스타일 */
.section2-outer {
  background-color: #f5f6f8;
  padding: 60px 0;
  width: 100%;
}

.section2-center-heading {
  margin-bottom: 50px;
}

.section2-heading-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.section2-heading-line {
  width: 50px;
  height: 1px;
  background: #ddd;
  margin: 0 auto 20px;
}

.section2-portfolio-slider-wrap {
  position: relative;
}

.section2-swiper-wrapper {
  padding-bottom: 5px;
}

.section2-controls-wrap {
  position: relative;
  margin-top: 15px;
}

.section2-pagination {
  position: relative;
  text-align: center;
  bottom: 0;
}

.section2-play-controls {
  position: absolute;
  right: 0;
  top: -5px;
}

/* 섹션3 스타일 */
.section3-wrap {
}

.section3-center-heading {
    margin-bottom: 50px;
}

.section3-heading-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.section3-divider {
    border-top: 2px solid #333;
    margin-bottom: 20px;
}

/* 섹션4 스타일 */
.s4-btn {
    padding: 10px 15px;
}

.s4-plus-icon {
    font-size: 30px;
}


/* 비즈니스 박스 레이아웃 (Grid 적용 - 20px 간격) */
.business-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /* 박스 간격 20px */
    margin: 0;
}

/* Bootstrap의 기본 row 속성 충돌 방지 */
.business-row::before,
.business-row::after {
    display: none !important;
}

.business-row>div[class*="col-"] {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    float: none !important;
}

/* 비즈니스 박스 보더 및 여백 디자인 */
.business-box {
    border: 2px solid #f6f6f6;
    /* 요청하신 f9f9f9 보더 */
    border-radius: 12px;
    padding: 40px 20px;
    background-color: #fff;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.business-box:hover {
    border-color: #ebebeb;
}

/* 반응형 모바일 사이즈 처리 */
@media (max-width: 991px) {
    .business-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .business-row {
        grid-template-columns: 1fr;
    }
    .business-box {
        margin: 15px;
    }
}

/* 섹션4 */
.s4-modern-wrap {
    position: relative;
    width: 100%;
    min-height: 800px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    overflow: hidden;
}

.s4-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.s4-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(10, 15, 30, 0.9) 100%);
    z-index: 2;
}

.s4-content-container {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s4-left-content {
    max-width: 500px;
    padding-right: 40px;
}

.s4-left-content h2 {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3;
    letter-spacing: -1px;
}

.s4-left-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 35px;
    word-break: keep-all;
}

.s4-left-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(0, 86, 179, 0.8);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(2px);
}

.s4-glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 60px 50px;
    max-width: 550px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    margin: 40px 0;
}

.s4-glass-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffff;
    line-height: 1.3;
}

.s4-glass-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.s4-glass-icon {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.s4-glass-text h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}

.s4-glass-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin: 0;
    word-break: keep-all;
}

.s4-glass-btn {
    display: inline-flex;
    align-items: center;
    padding: 16px 40px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.s4-glass-btn i {
    margin-left: 10px;
    font-size: 18px;
    transform: translateY(2px);
}

.s4-glass-btn:hover {
    background: #0056b3;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 86, 179, 0.4);
}

/* 하단 카운터 (모던 스타일) */
.s4-counter-area {
    background: #11141a;
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.s4-modern-counter {
    text-align: center;
    position: relative;
}

.s4-modern-counter::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.col-md-3:last-child .s4-modern-counter::after {
    display: none;
}

.s4-modern-counter .num-wrap {
    font-size: 50px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1;
}

.s4-modern-counter .s4-plus-icon {
    color: #0056b3;
    font-size: 40px;
    vertical-align: top;
    margin-left: -5px;
}

.s4-modern-counter .title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -0.5px;
}

@media (max-width: 991px) {
    .s4-overlay {
        background: rgba(10, 15, 30, 0.8);
    }

    .s4-content-container {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding-top: 80px;
    }

    .s4-left-content {
        padding-right: 0;
        max-width: 600px;
        margin-bottom: 20px;
    }

    .s4-left-content h2 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .s4-left-content p {
        font-size: 16px;
    }

    .s4-glass-card {
        margin-top: 0;
    }

    .s4-modern-counter::after {
        display: none;
    }

    .s4-modern-counter {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .s4-glass-card {
        margin: 20px 15px;
        padding: 40px 30px;
    }

    .s4-glass-title {
        font-size: 26px;
    }

    .s4-modern-counter .num-wrap {
        font-size: 38px;
    }
}


/* 섹션5 */
.section5-center-heading { margin-bottom: 40px; }


/* 섹션6 (핵심 경쟁력 및 CTA) */
.section6-wrap { padding: 60px 0; background-color: #f8f9fa; }
.section6-center-heading { margin-bottom: 50px; }
.section6-heading-title { font-size: 32px; margin-bottom: 10px; }
.section6-heading-desc { font-size: 16px; margin-bottom: 40px; }
.s6-feature-box { background: #fff; padding: 30px; border-radius: 16px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); margin-bottom: 20px; transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; }
.s6-feature-box:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); }
.s6-feature-box .icon-wrap { width: 60px; height: 60px; background-color: #f0f4ff; color: #4782d3; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px; }
.s6-feature-box h4 { font-size: 18px; font-weight: 700; margin-bottom: 15px; color: #111; }
.s6-feature-box p { color: #666; font-size: 14px; line-height: 1.6; margin-bottom: 20px; flex: 1; }
.s6-feature-box .tags { display: flex; gap: 8px; flex-wrap: wrap; }
.s6-feature-box .tags span { font-size: 12px; background: #eef2f6; color: #555; padding: 4px 10px; border-radius: 20px; }
.s6-cta-area { margin-top: 50px; }
.s6-cta-area .s6-btn { margin: 10px; border-radius: 50px !important; padding: 15px 35px !important; font-size: 16px; font-weight: 700; }


/* 섹션7 (고객센터 안내) */
.section7-wrap { padding: 60px 0; background: #fff; border-top: 1px solid #ebebeb; }
.s7-left-box { padding-right: 30px; }

.s7-badge { display: inline-block; padding: 5px 12px; background: #111; color: #fff; font-size: 12px; font-weight: 700; border-radius: 50px; margin-bottom: 20px; }
.s7-title { font-size: 32px; color: #111; line-height: 1.4; margin-bottom: 20px; }
.s7-title b { color: #4782d3; }
.s7-desc { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 30px; }
.s7-contact-info { background: #f8f9fa; padding: 25px; border-radius: 12px; border-left: 4px solid #4782d3; }
.s7-contact-info .phone-num { font-size: 28px; font-weight: 800; color: #111; margin-bottom: 5px; }
.s7-contact-info .phone-num i { color: #4782d3; font-size: 24px; vertical-align: middle; margin-right: 5px; }
.s7-contact-info .op-time { font-size: 14px; color: #777; }

.s7-icon-row { margin-left: -10px; margin-right: -10px; display: flex; flex-wrap: wrap; }
.s7-icon-col { padding-left: 10px; padding-right: 10px; margin-bottom: 20px; }
.s7-icon-box { display: block; border: 1px solid #e1e1e1; border-radius: 12px; padding: 30px 10px; text-align: center; color: #333; transition: all 0.3s ease; height: 100%; text-decoration: none; background: #fff; }
.s7-icon-box:hover { border-color: #4782d3; background: #4782d3; color: #fff; box-shadow: 0 10px 20px rgba(71, 130, 211, 0.2); text-decoration: none; }
.s7-icon-box i { display: block; font-size: 36px; margin-bottom: 15px; color: #555; transition: all 0.3s ease; }
.s7-icon-box:hover i { color: #fff; }
.s7-icon-box span { font-size: 15px; font-weight: 700; display: block; }
@media (max-width: 991px) {
    .s7-left-box { padding-right: 0; margin-bottom: 40px; }
    .section7-wrap { padding: 60px 0; }
}
@media (max-width: 767px) {
    .s7-icon-col { padding-left: 5px; padding-right: 5px; }
    .s7-icon-row { margin-left: -5px; margin-right: -5px; }
    .s7-icon-box { padding: 20px 5px; }
    .s7-icon-box i { font-size: 28px; }
    .s7-icon-box span { font-size: 13px; }
}



