@charset "UTF-8";


#main{ overflow: hidden;background: url(../img/shop/back_ci00.png) 0 0 no-repeat; }
#main .pd{padding-top: 40px}
.main_tit{font-size: 27px;color: #333;line-height: 1;margin-bottom: 18px}

/* .main_visual{overflow: hidden;height: 754px} */
.main_visual .width{width: 2000px;overflow: hidden;position: relative;left: 50%;margin-left: -1000px}
.main_visual .width img{display: block;margin: 0 auto;}

.main_visual .slick-slider > button{ display: none; }
.main_visual .slick-dotted { position: relative; }

.main_visual .slick-dotted .slick-list { position: relative;z-index: 5; }
.main_visual .slick-dotted .slick-dots{ position: absolute;left:0;bottom:50px;right:0; z-index: 10;text-align:center;}
.main_visual .slick-dotted .slick-dots li{ border:2px solid #fff;width:18px;height:18px;border-radius:50%;margin:0 20px;cursor:pointer; }
.main_visual .slick-dotted .slick-dots li.slick-active{ background:#fff; }
#stv{top: 540px}

#stv.f_m{position: fixed}
#stv.f_m{top:80px}

.m3 .cont,.m3 .sct_img{margin:0 5px}
.m3 .sct_img img{display: block;margin: 0 auto;width: 100%;height: 355px !important}

/* .m3 .sct_img{width: 292px !important} */

.sct_txt a,.sct_cost{font-size: 16px !important}

.m3 .inner{position: relative;}
.overlay{position: absolute;bottom: 0;background: #000;opacity: .8;width: 137px;height: 440px;z-index: 1}
.overlay.l{left:-12px;}
.overlay.r{right:12px;width: 136px}

/* .owl-carousel:before,.owl-carousel:after{position: absolute;bottom: 0;background: #000;opacity: .8;width: 137px;height: 440px;z-index: 1;content: ''}
.owl-carousel:before{left:-0;}
.owl-carousel:after{right:0;width: 136px} */

.sct_01 .sct_txt{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}


/* 특정 슬라이드 전용 스타일 */
.left-align-slide .text {
    left: 9%;  /* 왼쪽 정렬 */
    transform: translateY(-50%);
    text-align: left;
}

/* 폰트 및 크기 별도 설정 */
.left-align-slide .big-slogan {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 2.5vw;
    font-weight: 700;
}

.left-align-slide .small-slogan {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.8vw;
    font-weight: 500;
}

.left-align-slide .small-slogan2 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1vw;
    font-weight: 300;
}

.left-align-slide .link-button {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1vw;
}



.banner-container {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.new-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.new-slide.active {
    opacity: 1;
    z-index: 1;
}

.new-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.big-slogan,
.small-slogan,
.small-slogan2,
.link-button {
    opacity: 0;
}

.animate .big-slogan {
    animation: slideUp 1s ease forwards;
    animation-delay: 0s;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.9vw;
    font-weight: 500;
}

.animate .small-slogan {
    animation: slideUp 1s ease forwards;
    animation-delay: 1s;
    font-size: 3vw;
    font-weight: 800;
}

.animate .small-slogan2 {
    animation: slideUp 1s ease forwards;
    animation-delay: 2s;
    font-size: 1.2vw;
    font-weight: 300;
    margin-top: 3%;
}

.animate .link-button {
    display: inline-block;
    margin-top: 20%;
    padding: 10px 50px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 1vw;
    transition: background 0.3s, color 0.3s;
    animation: slideUp 1s ease forwards;
    animation-delay: 3s;
    font-weight: 300;
    border-radius: 50px;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 1000;
}

.control {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 10px 25px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 50px;
    transition: background 0.3s ease; /* 추가: 배경색 전환 효과 */
}

.control:hover {
    background: rgba(0, 123, 255, 0.8); /* 수정: 파란색 계열 배경 */
}

.link-button:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .banner-container {
        height: 400px;
    }

    .big-slogan {
        font-size: 6vw;
    }

    .small-slogan {
        font-size: 3vw;
    }

    .control {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .banner-container {
        height: 300px;
    }

    .big-slogan {
        font-size: 7vw;
    }

    .small-slogan {
        font-size: 4vw;
    }

    .control {
        padding: 6px 12px;
        font-size: 12px;
    }
}


/*20250516메인수정*/

.gray-background {
  width: 100%;
/*  background-color: #f5f5f5; */
  padding: 60px 0 80px 0; /* 위아래 공간 조절 (필요에 따라) */

}

.container-0516 {
      max-width: 1600px;
      margin: 0 auto;
      padding: 20px 0 40px 0;
    }

    .fade-0516 {
      opacity: 0;
      transform: translateY(20px);
      animation: fadeIn-0516 1s forwards;
    }

    @keyframes fadeIn-0516 {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .header-row-0516 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 40px;
      flex-wrap: nowrap;
      padding-bottom: 5px;
    }

    .title-area-0516 {
      text-align: left;
      flex-grow: 1;
      max-width: 60%;
    }

    .title-area-0516 h1 {
      font-size: 26px;
      margin-bottom: 0;
      line-height: 1;
      color: #555;
        font-weight: 700;letter-spacing: -1px;
    }

    .title-area-0516 span {
      color: #777;
      font-size: 16px;
      line-height: 1;
      font-weight: 300;
    }

    .tabs-0516 {
      display: flex;
      gap: 10px;
      justify-content: flex-end;
      flex-shrink: 0;
    }

    .tab-btn-0516 {
      padding: 10px 20px;
      background-color: #fff;
      border: 1px solid #ddd;
      cursor: pointer;
      border-radius: 5px;
      font-weight: 400;
      font-size: 16px;
      color: #888;
      transition: background-color 0.3s, border-color 0.3s;
    }

    .tab-btn-0516.active {
      background: #33384a;
      color: white;
    }

    .tab-content-0516 {
      display: none;
    }

    .tab-content-0516.active {
      display: block;
    }

    .gallery-wrapper-0516 {
      position: relative;
    }

    .image-row-0516 {
      display: flex;
      gap: 42px;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding: 20px 0;
    }

    .image-row-0516::-webkit-scrollbar {
      display: none;
    }

    .image-row-0516 {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    .image-wrapper-0516 {
      position: relative;
      flex: 0 0 368px;
      border-radius: 12px;
      overflow: hidden;
      background: #f5f7fa;
      border: 1px solid #e2e6ec;
      transition: border-color 0.3s ease, background-color 0.3s ease;
    }

    .image-wrapper-0516 img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      display: block;
      transition: transform 0.3s ease;
      object-fit: cover;
    }

    .image-wrapper-0516:hover {
      background-color: #cce7ff;
      border-color: #79b2e4;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      z-index: 5;
    }

    .image-wrapper-0516:hover img {
      transform: scale(1.05);
    }

.image-wrapper-0516 a {
  position: relative; /* 아이콘 위치 기준 */
  display: inline-block; /* img가 block이 아니라면 이걸로 감싸기 */
}

.icon-best {
  position: absolute;
  top: -2px;    /* 이미지 위쪽에서 8px 띄우기 */
  left: -2px;   /* 이미지 왼쪽에서 8px 띄우기 */
  z-index: 10;
}

    .title-price-0516 {
      text-align: center;
      margin-top: 0;
      font-weight: 500;
      font-size: 1.1em;
      color: #333;
      line-height: 1.3;
      user-select: none;
      background: transparent;
      border-radius: 0 0 12px 12px;
      padding: 15px 10px 20px 10px;
        font-family: "Roboto Condensed", sans-serif;
    }

    .title-price-0516 > div:first-child {
      margin-bottom: 5px;
      font-size: 1.4em;
      font-weight: 600;
      color: #555;
    }

    .title-price-0516 > div:last-child {
      font-size: 1.1em; font-weight: 400;
      color: #555;
    }

    .nav-btn-0516 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background: rgba(0, 0, 0, 0.1);
      color: white;
      border: none;
      width: 60px;
      height: 60px;
      cursor: pointer;
      font-size: 18px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background 0.3s ease;
    }

.nav-btn-0516::before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  /* 투명한 클릭 영역 확장 */
}

    .nav-btn-0516:hover {
      background: rgba(0, 0, 0, 0.9);
    }

    .prev-btn-0516 {
      left: -30px;
    }

    .next-btn-0516 {
      right: -30px;
    }


.content0519 {
      padding: 50px;
    }

    /* 슬로건 영역 */
    .slogan-section0519 {
      position: relative;
      height: 80vh;
      overflow: hidden;
    }

    .slogan-background0519 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: 
/*        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),*/
        url('https://osmdsmall.co.kr/image/detail/ssd_mainb.png') no-repeat center center;
      background-size: cover;
      background-attachment: fixed;
      z-index: -1;
    }

    .slogan0519 {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 15%;
      text-align: left;
      color: white;
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }

    .slogan0519.visible0519 {
      opacity: 1;
      transform: translateY(0);
    }

    .slogan0519 h1 {
      font-size: 2.6rem;
      margin-bottom: 3rem;
        line-height: 1.3;letter-spacing: -1; font-weight: 800;
    }

    .slogan0519 h2 {
      font-size: 1.3rem;
      margin-bottom: 0rem; line-height: 1;
    }

    .slogan0519 p {
      font-size: 1rem;
      opacity: 0.85; line-height: 1;
        
    }
      .btn-outline {
  font-size: 1.4rem;
  color: white;
  background: transparent;
  border: 1px solid white;
  border-radius: 100px;
  padding: 0.7em 1.5em;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.03em;
          text-decoration: none
}

.btn-outline:hover,
.btn-outline:focus {
  background-color: black;
  color: white;
  outline: none;
    border: 1px solid #222;
}

  .slider-container0520 {
            position: relative;
            width: 100%;
            height: 800px;
            overflow: hidden;
            background: transparent;
            font-family: 'S-CoreDream', sans-serif;
        }

        .slide-wrapper0520 {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .slide0520 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            clip-path: inset(0 100% 0 0);
            transition: clip-path 0.8s ease-in-out, transform 0.6s ease-in-out;
            z-index: 1;
        }

        .slide0520 img {
            width: 100%;
            height: 800px;
            object-fit: cover;
            /*        transform: scale(0.9);*/
            transition: transform 2s ease;
        }

        .slide0520.active img {
            transform: scale(1.1);
        }

        .slogan0520 {
            position: absolute;
            top: 35%;
            left: 1280px;
            color: white;
            z-index: 30;
        }

        .slogan0520 h1,
        .slogan0520 h2,
        .slogan0520 p,
        .slogan0520 .detail-btn {
            opacity: 0;
            transform: translateY(30px);
            animation-fill-mode: forwards;
        }

        .slogan0520 h1 {
            font-size: 32px;
            font-weight: bold;
            animation: slideUp0520 0.6s forwards;
            margin: 0 0 5px 0;
            animation-delay: 0.3s;
            line-height: 1.6;
        }

        .slogan0520 h2 {
            font-size: 20px;
            margin: 0;
            animation: slideUp0520 0.6s forwards;
            animation-delay: 0.6s;
        }

        .slogan0520 p {
            font-size: 16px;
            margin-top: 10px;
            color: rgba(255, 255, 255, 0.9);
            animation: slideUp0520 0.6s forwards;
            animation-delay: 0.9s;
        }

        .slogan0520 .detail-btn {
            display: inline-block;
            margin-top: 16px;
            padding: 8px 20px;
            color: white;
            border: 1px solid #eee;
            border-radius: 25px;
            font-weight: 400;
            cursor: pointer;
            text-decoration: none;
            animation: slideUp0520 0.6s forwards;
            animation-delay: 1.2s;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .slogan0520 .detail-btn:hover {
            background-color: black;
            color: white;
            border: none;
        }

        @keyframes slideUp0520 {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .nav-button0520 {
            position: absolute;
            top: 45%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            color: white;
            font-size: 36px;
            font-weight: 300;
            cursor: pointer;
            padding: 80px;
            border-radius: 50%;
            width: 48px;
            height: 48px;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 40;
            overflow: visible;
        }

        .nav-button0520::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 80px;
            height: 80px;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            background-color: transparent;
            transition: background-color 0.3s ease;
            z-index: -1;
        }

        .nav-button0520:hover::before {
            background-color: rgba(0, 0, 0, 0.7);
        }

        .nav-button0520:hover {
            color: white;
        }

        .nav-prev0520 {
            left: 0px;
        }

        .nav-next0520 {
            right: 0px;
        }

        .dots0520 {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 50;
        }

        .dots0520 span {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .dots0520 span.active {
            background-color: white;
        }
