      :root {
      --uos-blue: #00305b;
      --uos-blue-light: #004a8d;
      --uos-gold: #a68966;
      --soft-gray: #f4f7fa;
      --text-main: #1a1a1a;
      --bg-light: #f8f9fa;
      --transition-smooth: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
      }

      body.mainpage {
        font-family: 'Noto Sans KR', sans-serif;
      }

      .ff-ju {font-family: 'Jua', sans-serif !important;}


      /** main hero **/
      .hero-container {
          position: relative;
          width: 100%;
          height: 100vh;
          overflow: hidden;background: #000;
      }
      /* 비디오 배경 */
      .video-background {
          position: absolute;
          top: 0; left: 0;
          width: 100%; height: 100%;
          z-index: 1;
          pointer-events: none;
      }

      .video-background video {
          width: 100%; height: 100%;
          object-fit: cover;
          display: block;
      }
      .video-overlay {
          position: absolute;
          top: 0; left: 0;
          width: 100%; height: 100%;
          background: rgba(0, 0, 0, 0.35) url('/_skin/kor/images/site/grid-3.png') repeat;
          z-index: 2;


      }
      .hero-slide {
          position: absolute;
          width: 100%;
          left: 0;
          text-align: center;
          top: 50%;
          opacity: 0; /* 초기엔 숨김 */
          z-index: 10;
          padding: 0 20px; /* 모바일에서 글자가 화면 끝에 붙지 않도록 여백 */
      }
      .line-1 {
          font-size: clamp(14px, 2vw, 17.5px);
          color: #ccc;
          opacity: 0;
          letter-spacing: 2px;
          margin-bottom: 15px;font-weight: 400;
      }
      .line-2 {
          color: #fff; /* 흰색 */
          font-size: clamp(28px, 5vw, 50px);
          font-weight: 700;
          min-height: 1.2em;
          word-break: keep-all;
          text-shadow: 0 4px 15px rgba(0,0,0,0.5);
          margin-bottom: 20px;
      }
      .line-3 {
          font-size: clamp(16px, 2.5vw, 22.5px);text-shadow: 0 4px 15px rgba(0,0,0,0.5);
          color: #e0b98a;font-weight: 500;
          opacity: 0;
      }



      /* --- Existing Styles (Notice Section) --- */
      .notice-section {
      padding: 120px 0;
      position: relative;
      background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
      min-height: 800px;
      z-index: 1;
      }
      .notice-section::before {
      content: 'NOTICES';
      position: absolute;
      top: 50px;
      left: 5%;
      font-size: 180px;
      font-weight: 900;
      color: rgba(0, 48, 91, 0.03);
      z-index: 0;
      font-family: 'Playfair Display', serif;
      pointer-events: none;
      }
      .academic-title {
      font-family: 'Playfair Display', serif;
      font-size: 14px;
      letter-spacing: 4px;
      color: var(--uos-gold);
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      }
      .section-headline {
      font-size: 38px;letter-spacing:-0.01em;
      font-weight: 700;
      color: var(--uos-blue);
      margin-bottom: 20px;
      line-height: 1.2;
      word-break: keep-all;
      }
      .section-headline span {font-size:80%;color:#555 !important}

      /* Tabs Styling */
      .custom-tabs {
      border: none;
      margin-bottom: 20px;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      }
      .custom-tabs::-webkit-scrollbar { display: none; }
      .custom-tabs .nav-link {
      border: none;
      color: #999;
      font-weight: 500;
      padding: 10px 0;
      margin-right: 25px;
      position: relative;
      background: none;
      cursor: pointer;
      transition: var(--transition-smooth);
      white-space: nowrap;
      }
      .custom-tabs .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: var(--uos-blue);
      transition: var(--transition-smooth);
      }
      .custom-tabs .nav-link.active { color: var(--uos-blue); background: none; }
      .custom-tabs .nav-link.active::after { width: 100%; }

      /* List Item Styling */
      .simple-notice-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px 0;
      border-bottom: 1px solid #eee;
      text-decoration: none;
      color: inherit;
      transition: var(--transition-smooth);
      position: relative;
      }
      .simple-notice-item:first-child { border-top: none; }
      .simple-notice-item:hover {
      padding-left: 15px;
      background-color: transparent;
      }
      .simple-notice-item:hover::before { opacity: 1; }
      .simple-notice-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 3px;
      height: 70%;
      background-color: var(--uos-gold);
      opacity: 0;
      transition: opacity 0.3s;
      }
      .notice-info { flex-grow: 1; padding-right: 20px; min-width: 0; }
      .notice-cate {
      font-size: 11px;
      font-weight: 700;
      color: var(--uos-gold);
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 5px;
      display: block;
      }
      .notice-title {
      font-size: 17px;
      font-weight: 400;
      color: #222;
      margin: 0;
      line-height: 1.4;
      transition: color 0.3s;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      width: 100%;
      }
      .simple-notice-item:hover .notice-title { color: var(--uos-blue); font-weight: 600; }
      .notice-date {
      font-size: 14px;
      color: #999;
      font-family: 'Playfair Display', serif;
      white-space: nowrap;
      letter-spacing: 0.5px;
      flex-shrink: 0;
      width: 85px;
      text-align: right;
      }

      .more-btn-wrapper {
      margin-top: 30px;
      text-align: right;
      border-top: 2px solid #1a1a1a;
      padding-top: 15px;
      }
      .more-btn {
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      font-weight: 700;
      color: var(--text-main);
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: all 0.3s;
      }
      .more-btn i {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 1px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
      font-size: 10px;
      transition: all 0.3s;
      }
      .more-btn:hover { color: var(--uos-blue); }
      .more-btn:hover i {
      background-color: var(--uos-blue);
      border-color: var(--uos-blue);
      color: white;
      transform: rotate(90deg);
      }

      /* Slider Styling */
      .slider-container { position: relative; padding-left: 40px; }
      .premium-swiper {
      width: 100%;
      height: 540px;
      border-radius: 40px 0 40px 0;
      overflow: hidden;
      box-shadow: 0 20px 50px rgba(0,0,0,0.08);
      }
      .slide-inner { width: 100%; height: 100%; position: relative; overflow: hidden; }
      .slide-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 1.2s ease;border:1px solid #ddd;
      }
      .swiper-slide-active .slide-img { transform: scale(1.1); }
      .slide-content {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,48,91,0.9) 0%, transparent 60%);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 50px;
      color: white;
      }
      .slide-category {
      font-size: 12px;
      font-weight: 600;
      background: rgba(166, 137, 102, 0.9);
      padding: 6px 15px;
      align-self: flex-start;
      margin-bottom: 20px;
      }
      .slide-category.bg-reds{background:rgba(183, 21, 64, 0.9) !important;}
      .slide-title {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 10px;
      font-family: 'Playfair Display', serif;
      word-break: keep-all;color:#fff !important;
      }
      .controls-wrapper { display: flex; align-items: center; margin-top: 30px; gap: 15px; }
      .swiper-nav-btn {
      width: 45px;
      height: 45px;
      border: 1px solid #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: var(--transition-smooth);
      background: white;
      color: var(--uos-blue);
      font-size: 14px;
      }
      .swiper-nav-btn:hover { background: var(--uos-blue); color: white; border-color: var(--uos-blue); }
      .reveal-text { overflow: hidden; }

      /* --- [REVISED] VIDEO SECTION STYLES (Night Campus & Parallax) --- */
      .video-section {
          padding: 120px 0;
          background: #020c1b;
          position: relative;
          overflow: hidden;
      }

      .video-bg-layer {
          position: absolute;
          top: -20%;
          left: 0;
          width: 100%;
          height: 140%;
          background-image: url('/_skin/kor/images/site/short-bg-low.jpg');
          background-size: cover;
          background-position: center;
          filter: brightness(0.65) contrast(1.1) grayscale(0.2) saturate(0.9);
          z-index: 0;
          will-change: transform;
      }

      .video-bg-overlay {
          position: absolute;
          top: 0; left: 0; width: 100%; height: 100%;
          background: linear-gradient(135deg, rgba(2,12,27,0.7) 0%, rgba(0,48,91,0.5) 100%);
          mix-blend-mode: hard-light;
          z-index: 1;
      }

      .video-section .container {
          position: relative;
          z-index: 3;
      }

      .parallax-text {
          position: absolute;
          top: 20%; right: -5%;
          font-family: 'Playfair Display', serif;
          font-size: 12vw;
          font-weight: 900;
          color: rgba(255, 255, 255, 0.03);
          white-space: nowrap;
          z-index: 2;
          pointer-events: none;
          line-height: 0.8;
      }

      .video-header {
          margin-bottom: 50px;
          border-bottom: 1px solid rgba(255,255,255,0.15);
          padding-bottom: 25px;
      }
      .video-header .section-headline {
          color: #fff;
          margin-bottom: 0;
          text-shadow: 0 10px 30px rgba(0,0,0,0.5);
      }
      .video-header .academic-title {
          color: var(--uos-gold);
          opacity: 1;
          text-shadow: 0 2px 10px rgba(0,0,0,0.5);
      }

      .yt-channel-link {
          color: rgba(255,255,255,0.8);
          text-decoration: none;
          font-size: 14px;
          font-weight: 500;
          display: flex; align-items: center; gap: 10px;
          transition: all 0.3s;
          padding: 8px 16px;
          border: 1px solid rgba(255,255,255,0.2);
          border-radius: 30px;
          background: rgba(255,255,255,0.05);
          backdrop-filter: blur(5px);
      }
      .yt-channel-link:hover {
          background: #fff;
          color: #FF0000;
      }
      .yt-channel-link i { color: #ff0000; font-size: 18px; }

      /* Shorts Carousel */
      .shorts-swiper {
          padding: 20px 0 60px;
          overflow: visible;
      }
      .shorts-card {
          position: relative;
          border-radius: 12px;
          overflow: hidden;
          aspect-ratio: 9/16;
          background: #111;
          box-shadow: 0 15px 35px rgba(0,0,0,0.4);
          transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
          border: 1px solid rgba(255,255,255,0.1);
          cursor: pointer;
      }
      /* [FIX 1] pointer-events: none 추가 — 클릭 이벤트가 ::after에 막히지 않도록 */
      .shorts-card::after {
          content: '';
          position: absolute; inset: 0;
          background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.8) 100%);
          z-index: 1;
          pointer-events: none; /* ★ 핵심 수정 */
      }
      .shorts-card:hover {
          transform: translateY(-15px) scale(1.02);
          box-shadow: 0 30px 60px rgba(0,0,0,0.6), 0 0 20px rgba(166, 137, 102, 0.3);
          border-color: var(--uos-gold);
          z-index: 10;
      }
      .shorts-thumb {
          width: 100%; height: 100%; object-fit: cover; opacity: 0.85;
          transition: opacity 0.4s;
          pointer-events: none; /* ★ 이미지도 클릭 패스스루 */
      }
      .shorts-card:hover .shorts-thumb { opacity: 1; }

      .play-btn {
          position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8);
          width: 50px; height: 50px;
          background: rgba(255,255,255,0.15);
          backdrop-filter: blur(4px);
          border-radius: 50%;
          display: flex; align-items: center; justify-content: center;
          color: #fff; font-size: 18px;
          opacity: 0; z-index: 2;
          transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          border: 1px solid rgba(255,255,255,0.4);
          pointer-events: none; /* ★ 플레이 버튼도 클릭 패스스루 */
      }
      .shorts-card:hover .play-btn { opacity: 1; transform: translate(-50%, -50%) scale(1); background: var(--uos-gold); border-color: var(--uos-gold); color: #000; }

      .shorts-info {
          position: absolute; bottom: 20px; left: 15px; right: 15px; z-index: 2;
          transform: translateY(10px); opacity: 0.8; transition: all 0.4s;
          pointer-events: none; /* ★ 정보 영역도 클릭 패스스루 */
      }
      .shorts-card:hover .shorts-info { transform: translateY(0); opacity: 1; }
      .shorts-title {
          font-size: 15px; font-weight: 600; line-height: 1.4; color: #fff;
          display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
          text-shadow: 0 2px 4px rgba(0,0,0,0.8);
      }

      /* Camp Grid */
      .camp-section-title {
          font-size: 26px; color: #fff; font-weight: 700;
          margin-top: 80px; margin-bottom: 30px;
          display: flex; align-items: center;
      }
      .camp-section-title::before {
          content: ''; display: inline-block; width: 6px; height: 26px; background: var(--uos-gold); margin-right: 15px;
      }

      .camp-card { text-decoration: none; display: block; color: #fff; transition: transform 0.3s; }
      .camp-card:hover { transform: translateY(-5px); }

      .camp-thumb-box {
          position: relative; border-radius: 8px; overflow: hidden; margin-bottom: 15px;
          aspect-ratio: 16/9;
          box-shadow: 0 10px 30px rgba(0,0,0,0.3);
          border: 1px solid rgba(255,255,255,0.1);
      }
      .camp-img {
          width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1); filter: brightness(0.9);
      }
      .camp-card:hover .camp-img { transform: scale(1.1); filter: brightness(1.1); }
      .camp-overlay {
          position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s;
      }
      .camp-card:hover .camp-overlay { opacity: 1; }
      .camp-play-mini {
          width: 44px; height: 44px; background: rgba(255,255,255,0.9); border-radius: 50%; color: var(--uos-blue); display: flex; align-items: center; justify-content: center; font-size: 16px; transform: scale(0.8); transition: transform 0.3s;
      }
      .camp-card:hover .camp-play-mini { transform: scale(1); }
      .camp-meta { font-size: 12px; color: rgba(255,255,255,0.6); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; }
      .camp-meta span.tag { color: var(--uos-gold); font-weight: 700; margin-right: 8px; }
      .camp-title { font-size: 16px; font-weight: 500; line-height: 1.4; transition: color 0.3s; color: rgba(255,255,255,0.95); }
      .camp-card:hover .camp-title { color: #fff; text-decoration: underline; text-decoration-color: var(--uos-gold); text-underline-offset: 4px; }

      /* --- Fun & Casual Major Selection Section --- */
      .fun-major-section {
          padding: 120px 0 140px;
          background-color: #f3f9ff;
          position: relative;
          overflow: hidden;
      }
/*
      .fun-bg-doodles {
          position: absolute;
          top: 0; left: 0; width: 100%; height: 100%;
          background-image:
              linear-gradient(rgba(0, 48, 91, 0.06) 1px, transparent 1px),
              linear-gradient(90deg, rgba(0, 48, 91, 0.06) 1px, transparent 1px);
          background-size:25px 25px;
          z-index: 0;
      }
*/
      .fun-bg-doodles {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;

        background-image:
          url("/_skin/kor/images/site/Irumae-01.png"),
          linear-gradient(rgba(0, 48, 91, 0.05) 1px, transparent 1px),
          linear-gradient(90deg, rgba(0, 48, 91, 0.05) 1px, transparent 1px);

        background-repeat:
          no-repeat,
          repeat,
          repeat;

        background-position:
          right 28px bottom 28px,
          0 0,
          0 0;
        background-size:
          200px auto,   /* 아이콘 크기(원하는 값으로) */
          25px 25px,
          25px 25px;
        z-index: 0;
        opacity: 0.6;
      }


      @media (max-width: 768px) {
        .fun-bg-doodles{
          background-image:
            linear-gradient(rgba(0, 48, 91, 0.06) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 48, 91, 0.06) 1px, transparent 1px);
          background-size: 25px 25px;
          background-repeat: repeat, repeat;
          background-position: 0 0, 0 0;
        }
      }



      .doodle {
          position: absolute;
          pointer-events: none;
          opacity: 0.4;
          z-index: 0;
      }
      .doodle-circle {
          width: 100px; height: 100px;
          border: 4px solid #FFD700;
          border-radius: 50%;
          top: 10%; left: 10%;
          transform: rotate(-15deg);
      }
      .doodle-squiggly {
          top: 60%; right: 5%;
          width: 120px; height: 20px;
          background: radial-gradient(circle, var(--uos-blue) 4px, transparent 5px) repeat-x;
          background-size: 20px 20px;
          transform: rotate(45deg);
          opacity: 0.2;
      }
      .doodle-star {
          top: 20%; right: 15%;
          font-size: 60px; color: #ff6b6b;
          transform: rotate(20deg);
      }

      .fun-container {
          position: relative;
          z-index: 2;
      }

      .irumae-character {
          position: absolute;
          top: -20px;
          left: 0;
          width: 150px;
          z-index: 2;
          transform-origin: bottom center;
      }
      .irumae-character img {
          width: 100%;
          height: auto;
          filter: drop-shadow(0 10px 15px rgba(0,0,0,0.15));
      }
      .irumae-bubble {
          position: absolute;
          top: -40px;
          right: -80px;
          background: #fff;
          padding: 10px 20px;
          border-radius: 20px;
          border: 2px solid var(--uos-blue);
          font-family: 'Gaegu', cursive;
          font-family: 'Jua', sans-serif !important;
          font-size: 16px;
          color: var(--uos-blue);
          box-shadow: 5px 5px 0 rgba(0,0,0,0.0);
          opacity: 0;
      }
      .irumae-bubble::after {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 20px;
          border-width: 10px 10px 0;
          border-style: solid;
          border-color: var(--uos-blue) transparent transparent transparent;
      }

      .fun-headline-box {
          text-align: center;
          margin-bottom: 60px;
          position: relative;
      }
      .fun-tag {
          font-family: 'Jua', sans-serif;
          color: var(--uos-gold);
          font-size: 18px;
          display: block;
          margin-bottom: 10px;
      }
      .fun-headline {
          font-family: 'Jua', sans-serif;
          font-size: 48px;
          color: var(--uos-blue);
          margin-bottom: 15px;
          text-shadow: 3px 3px 0px rgba(255,255,255,1), 5px 5px 0px rgba(0,0,0,0.1);
      }
      .fun-subhead {
          font-family: 'Noto Sans KR', sans-serif;
          font-size: 18px;
          color: #666;
      }

      .fun-card-wrapper {
          perspective: 1000px;
      }
      .fun-card {
          background: white;
          border-radius: 16px;
          padding: 30px;
          height: 100%;
          text-decoration: none;
          color: inherit;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          box-shadow: 0 10px 20px rgba(0,0,0,0.05);
          border: 3px solid #fff;
          transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
          position: relative;
          z-index: 1;
      }
      .fun-card::before {
          content: '';
          position: absolute;
          top: -15px;
          left: 50%;
          transform: translateX(-50%);
          width: 80px;
          height: 30px;
          background-color: rgba(255,235,59, 0.6);
          transform: translateX(-50%) rotate(-2deg);
          z-index: 2;
          box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      }

      .fun-card-wrapper:nth-child(2) .fun-card::before { background-color: rgba(255,105,180, 0.5); transform: translateX(-50%) rotate(3deg); }
      .fun-card-wrapper:nth-child(3) .fun-card::before { background-color: rgba(100,149,237, 0.5); transform: translateX(-50%) rotate(-1deg); }

      .fun-card:hover {
          transform: scale(1.05) rotate(0deg) !important;
          box-shadow: 0 20px 40px rgba(0,0,0,0.1);
          z-index: 10;
      }

      .fun-icon-circle {
          width: 80px; height: 80px;
          background: #fffbe6;
          border-radius: 50%;
          display: flex; align-items: center; justify-content: center;
          font-size: 32px;
          color: var(--uos-blue);
          margin-bottom: 20px;
          border: 2px dashed var(--uos-gold);
          transition: all 0.3s;
      }
      .fun-card:hover .fun-icon-circle {
          background: var(--uos-blue);
          color: #fff;
          border-style: solid;
          transform: rotate(360deg);
      }

      .fun-card-title {
          font-family: 'Jua', sans-serif;
          font-size: 28px;
          color: #333;
          margin-bottom: 10px;font-weight:500;
      }
      .fun-card-desc {
          font-size: 16px;
          color: #555;
          line-height: 1.5;
          margin-bottom: 20px;
          word-break: keep-all;
      }

      .fun-btn {
          margin-top: auto;
          background: var(--uos-blue);
          color: #fff;
          padding: 10px 25px;
          border-radius: 50px;
          font-weight: 700;
          font-size: 14px;
          box-shadow: 3px 3px 0px rgba(0,0,0,0.2);
          transition: all 0.2s;
      }
      .fun-card:hover .fun-btn {
          transform: translateY(2px);
          box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
      }




      /* --- FOOTER STYLES --- */
      #footer.new-footer {
          background-color: var(--uos-blue) !important;
          color: #fff;
          padding: 60px 0;
          font-family: 'Noto Sans KR', sans-serif;
      }

      .footer-top {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap;
          padding-bottom: 20px;
          border-bottom: 1px solid rgba(255,255,255,0.15);
          margin-bottom: 30px;
      }

      .footer-logos img {
          height: 40px;
          filter: brightness(0) invert(1);
          margin-bottom: 15px;opacity: 0.85;
      }

      .footer-utils {
          display: flex;
          align-items: center;
          gap: 20px;
      }

      .footer-links {
          display: flex;
          gap: 20px;
          list-style: none;
          padding: 0;
          margin: 0;
      }
      .footer-links a {
          color: rgba(255,255,255,0.8);
          text-decoration: none;
          font-size: 14px;
          font-weight: 500;
          transition: color 0.3s;
      }
      .footer-links a:hover {
          color: var(--uos-gold);
          text-decoration: underline;
      }

      .family-select {
          background: transparent;
          border: 1px solid rgba(255,255,255,0.3);
          color: #fff;
          padding: 6px 24px;
          font-size: 14px;
          border-radius: 8px;
          cursor: pointer;
      }
      .family-select option { color: #333; }

      .footer-bottom {
          font-size: 14px;
          color: rgba(255,255,255,0.6);
          line-height: 1.6;
      }

      .footer-address span {
          display: inline-block;
          margin-right: 15px;
          position: relative;
      }
      .footer-address span::after {
          content: '|';
          margin-left: 15px;
          opacity: 0.3;
      }
      .footer-address span:last-child::after { display: none; }

      .copyright {
          margin-top:6px;
          opacity: 0.7;
      }

      /* Shorts Modal Styles */
      #shortsModal .modal-content {
          background: transparent;
          border: none;
      }
      #shortsModal .modal-dialog {
          max-width: 440px;
      }
      #shortsModal .video-container {
          position: relative;
          width: 100%;
          aspect-ratio: 9/16;
          border-radius: 12px;
          overflow: hidden;
      }
      #shortsModal .video-container iframe {
          width: 100%;
          height: 100%;
          border: none;
      }
      #shortsModal .btn-close {
          position: absolute;
          top: -40px;
          right: 0;
          z-index: 10;
          opacity: 1;
      }

      /* Responsive Adjustments */
      @media (max-width: 1199px) {
      .notice-section::before { font-size: 140px; top: 30px; }
      .section-headline { font-size: 36px; }
      }
      @media (max-width: 991px) {
      .notice-section { padding: 80px 0; min-height: auto; }
      .notice-section::before { font-size: 100px; opacity: 0.5; }
      .slider-container { padding-left: 0; margin-top: 60px; }
      .premium-swiper { height: 400px; border-radius: 20px; }
      .section-headline { margin-bottom: 30px; }
      .shape-1 { width: 300px; height: 300px; }

      .major-grid { grid-template-columns: repeat(2, 1fr); }
      .irumae-character { width: 120px; left: 0; top: -60px; }

      .footer-marquee-text { font-size: 80px; }

      .footer-top { flex-direction: column; gap: 20px; }
      .footer-utils { width: 100%; flex-wrap: wrap; justify-content: space-between; }
      .footer-address span { display: block; margin-right: 0; margin-bottom: 3px; }
      .footer-address span::after { display: none; }
      }
      @media (max-width: 768px) {
      .notice-section::before { display: none; }
      .section-headline { font-size: 28px; }
      .simple-notice-item { padding: 20px 0; }
      .notice-title { font-size: 15px; }
      .notice-date { font-size: 14px; width: 75px; }
      .premium-swiper { height: 360px; }
      .slide-content { padding: 30px; }
      .slide-title { font-size: 22px; }
      .controls-wrapper { flex-wrap: wrap; }
      .ms-auto { width: 100%; margin-top: 10px; text-align: right; }

      .video-section { padding: 60px 0; }
      .camp-title { font-size: 16px; }
      .shape-1, .shape-2 { filter: blur(40px); width: 200px; height: 200px; }

      .major-grid { grid-template-columns: 1fr; }
      .fun-headline { font-size: 36px; }

      .irumae-character {
          position: relative;
          top: auto; left: auto;
          width: 100px;
          margin: 0 auto 10px;
          display: block;
      }
      .irumae-bubble { right: -50px; top: -30px; font-size: 14px; padding: 5px 10px; }

      .footer-brand img { height: 50px; }
      .footer-slogan { font-size: 18px; }
      .footer-nav { flex-direction: column; gap: 15px; }
      .footer-info-grid { grid-template-columns: 1fr; }
      .family-wrapper { width: 100%; }
      .footer-marquee-text { font-size: 60px; }
      }
      @media (max-width: 576px) {
      .notice-info { padding-right: 10px; }
      .notice-date { width: 70px; letter-spacing: 0; }
      }





