

:root{
      --bg:#0b1020;         /* 깊은 남청색 배경 */
      --card:#11162b;       /* 카드 배경 */
      --muted:#7f89a8;      /* 보조 텍스트 */
      --text:#e9edf7;       /* 본문 텍스트 */
      --accent:#3ea1ff;     /* 포커스/링크 */
      --ok:#27d17f;
      --warn:#ffd166;
      --danger:#ff5c7a;
      --radius:16px;
      --shadow:0 10px 30px rgba(0,0,0,.35);
    }
    .bg {
  background: radial-gradient(1200px 800px at 20% -10%, #172042 0%, transparent 60%),
                  radial-gradient(1000px 600px at 110% 10%, #16213e 0%, transparent 55%),
                  var(--bg);
  padding: 3rem 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
  margin: 3rem auto;
  line-height: 1.8;
  color: #333;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
}





.noto-sans-kr {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}





#container {
    margin: 80px auto 0;
}





















.section2 {
  /* background: #E1E2E6; */
  
}
.section2 .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.section2 .profile {
  /* margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}
.section2 .link-info {
  position: absolute;
  bottom: 370px;
  left: 105px;
  font-size: 20px;
  font-weight:700
}


.section3 {
  background: #EFF1FE;
  height: 500px;
}

.section3 .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.section3 .inner .text {
  padding-top: 120px;
}

.section3 .inner p {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.section3 .inner p.sub2 {
  font-size: 20px;
  margin-top: 20px;
}



.top {
     position: relative;
     height: auto;
}

.top .top-mySwiper {
      width: 100%;
      height: 60px;
      border-bottom: 1px solid #e5e5e5;
      background-color: #000;
    }

   .top .top-mySwiper {
      text-align: center;
      font-size: 20px;
      padding: 12px 0;
      font-weight: bold;
      background: #000;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

   .top .top-mySwiper img {
      display: block;
      width: 100%;
      height: 60px;
      object-fit: cover;
      
    }
    .swiper-slide {
        color: #fff;
    }

    

    .slide-text {
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ff5733;
      color: white;
      padding: 10px 20px;
      border-radius: 8px;
      animation: slideDown 1s ease-out forwards;
      z-index: 3;
    }

    @keyframes slideDown {
      0% {
        top: -50px;
        opacity: 0;
      }
      100% {
        top: 0;
        opacity: 1;
      }
    }



    .nav-wrap {
 
        width:100%;
        border-bottom: 1px solid #e5e5e5;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1000;
    }
    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    nav ul {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 20px;
        height: 80px;
        align-items: center;
    }

    nav ul li {
        font-size: 18px;
        font-weight: bold;
    }


.mySwiper {
    height: 100%;
    position: relative;
}

    .mySwiper swiper-container {
      width: 100%;
      height: 100%;
    }

    .mySwiper swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .mySwiper swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
     
    }


    p.text {
        position: absolute;
        display: flex;
        font-size: 8rem;
        color: #fff;
        z-index: 99;
    }

    .mySwiper swiper-slide::after {
        content: '';
        /* background: rgba(0, 0, 0, 0.5); */
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .slide-img {
      padding-top: 80px;
      height:  calc(100vh - 0px);
    }

.mySwiper swiper-slide .text {
        position: absolute;
        display: flex;
        font-size: 8rem;
        color: #fff;
    }










.slide2 {
  max-width: 1200px;
  margin: 100px auto;
}


    .mySwiper2 {
      width: 100%;
      height: 100%;
    }

    .mySwiper2 > swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0.8;
  transform: scale(0.9);
  transition: all 0.3s ease;
  cursor: default;
    }

    .mySwiper2 > swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .mySwiper2 swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
  cursor: pointer; /* 가운데만 선택 가능 */
  z-index: 10;
  pointer-events: auto;
}

    /* swiper-slide {
      width: 80%;
    }

    swiper-slide:nth-child(2n) {
      width: 60%;
    }

    swiper-slide:nth-child(3n) {
      width: 40%;
    } */



















.counter {
      font-size: 60px;
      font-weight: bold;
      text-align: center;
      color: #fda100;
    }
.counter-style {
      font-size: 60px;
      font-weight: bold;
      text-align: center;
      color: #fda100;
    }


    .title {
        font-size: 40px; 
        font-weight: bold;
        text-align: center;
        line-height: normal;
        margin: 80px auto;
    }


.flex {
        display: flex;
        align-items: baseline;
        justify-content: center;

    }
    .flex p {
        font-size: 30px;
        font-weight: bold;
        margin-right: 10px;
        letter-spacing: -0.5px;
    }


    .form-wrap {
        max-width: 1200px;
        margin: 20px auto;
        padding-bottom: 100px;
    }

     .form-wrap form {
        display: flex;
  flex-direction: column;
  gap: 12px; /* 요소 간 간격 */
     }

     .form-wrap form input {
        border-radius: 5px;
        height: 30px;
        background: #e5e5e5;
        padding: 5px;
     }
      .form-wrap form textarea {
        background: #e5e5e5;
        height: 300px;
        width: 500px;
        padding: 5px;
      }

      .form-wrap form span {
        width: 80px;
        display: inline-block;
      }
      
      .form-wrap label {
          display: flex;
        }


      .submit-btn {
        width: 150px;
        height: 40px;
        background: #0071b4;
        color: #fff;
        border-radius: 5px;;
      }


      .kakao {
        position: fixed;
        bottom: 60px;
        right: 20px;
        z-index: 77;
      }

      .kakao a {
        background: rgb(255, 200, 0);
        color: rgb(47, 47, 47);
        height: 40px;
        border-radius: 10px;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 15px;
    
      }

      .kakao1 {
        position: fixed;
        bottom: 120px;
        right: 20px;
        z-index: 77;
      }
      .kakao1 a {
        background: rgb(255, 200, 0);
        color: rgb(47, 47, 47);
        height: 40px;
        border-radius: 10px;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 15px;
    
      }

      .kakao2 {
        position: fixed;
        bottom: 180px;
        right: 20px;
        z-index: 77;
      }
      .kakao2 a {
        background: rgb(255, 200, 0);
        color: rgb(47, 47, 47);
        height: 40px;
        border-radius: 10px;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 15px;
    
      }
      .kakao3 {
        position: fixed;
        bottom: 240px;
        right: 20px;
        z-index: 77;
      }
      .kakao3 p {
        background: rgb(255, 200, 0);
        color: rgb(47, 47, 47);
        border-radius: 10px;
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
    
      }









      .img-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
        max-width: 1200px;
        margin: 0 auto;
      }

      .img-list li {
        width: 292.5px
      }








      .form-wrap label.agree {
        display: flex;
        align-items: center;
      }
    .agree input {
        width: 23px; 
        height: 23px;
    }
    .agree p {
        margin-left: 10px;
    }




    .footer {
        border-top: 1px solid #e5e5e5;
        padding: 25px 0 30px;
        background: #fff;
        
    }

.footer .info-text {
max-width: 1200px;
margin: 0 auto;
}








.popup-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .popup-box {
      background: #fff;
      /* padding: 30px; */
      padding-bottom: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      max-width: 400px;
      width: 90%;
      text-align: center;
    }

    .popup-box h2 {
      margin-top: 0;
    }

    .popup-box label {
      display: block;
      margin-top: 20px;
      font-size: 14px;
      color: #555;
    }

    .popup-box button {
      margin-top: 15px;
      padding: 10px 20px;
      background: #333;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

    .popup-box button:hover {
      background: #555;
    }










.mo-btn {
  display: none;
}

      @media only screen and (max-width: 1200px) {
        section {
            padding: 20px;
        }
        
        nav {
            padding: 0 20px;
        }
        nav ul li {
            font-size: 0.875rem
        }
        .mySwiper swiper-slide .text {
            font-size: 1.5rem
        }
        .form-wrap form textarea {
            width: 100%;
        }
        .form-wrap label {
    display: inline;
        }

        .img-list {
            max-width: 100%;
        }
        .img-list li {
        width: 49%
      }

      .footer {
        padding: 15px 20px
      }


      }


      @media only screen and (max-width: 600px) {
.nav-wrap {
  
}
.nav-inner {
  height: 60px;
}

.footer {
  padding-bottom: 40px;
}
.footer .info-text {
  font-size: 14px;
}



.mo-btn {
  display: inline;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #e5e5e5;
  padding: 7px;
  
}


.able-time {
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.able-time span {
  font-size: 16px;
  color: #fff;
}
.mo-btn p {
  background: #fff;
  border-radius: 10px;
  padding: 3px 10px;
  color: #000;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  ;
}


 .time-button {
    padding: 12px 20px;
    font-size: 1rem;
    width: 100%;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    display: block;
    text-align: center;
    animation: subtlePulse 3s ease-in-out infinite;
    transition: transform 0.2s ease, background-color 0.3s ease;
  }

  .time-button:active {
    transform: scale(0.97);
    background-color: #0056b3;
  }

  @keyframes subtlePulse {
    0%, 100% {
      background-color: #000;
    }
    50% {
      background-color: #333;
    }
  }





        .img-list {
            max-width: 100%;
        }
        .img-list li {
        width: 100%
      }
.top .top-mySwiper span {
        font-size: 14px;
    }

    .slide2 {
      margin: 0
    }


      }




/* 게시판 스타일 수정 */

#hd, #wrapper, #ft {min-width: auto}
#container_wr {width: 100%;}
#container {width:100%; margin: 80px auto 0;;}

#bo_list {max-width: 900px !important; width: 100%; margin: 0 auto;}
#bo_w {
  margin: 0px auto;
  max-width: 900px;
  padding: 10px 10px 100px;;
}

.tbl_head01 td {
  font-size: 14px;
}
.bo_tit {
  font-size: 14px;
}


    .nav-inner {
    position: relative;
}
    .nav-menu {
    display: flex;
    gap: 1rem;
    list-style: none;
}

/* 햄버거 버튼 기본 숨김 */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}


.scrollbar { 
  overflow-y: auto; /*  */
}

/* 스크롤바의 폭 너비 */
.scrollbar::-webkit-scrollbar {
    width: 5px;  
}

.scrollbar::-webkit-scrollbar-thumb {
    background: rgba(220, 20, 60); /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scrollbar::-webkit-scrollbar-track {
    background: rgba(220, 20, 60, .1);  /*스크롤바 뒷 배경 색상*/
}


/* 모바일 전용 스타일 */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px; /* nav 높이에 맞게 */
        width: 100%;
        background: rgba(0, 0, 0, 1);
        padding: 10px;
        li {
            font-size: 16px;
            color: #fff;
            padding: 7px 0;
        }
    }
    .nav-menu.active {
        display: block;
        right: 0;
        width: 40%;
        height: auto;
        z-index: 110;
    }
    .nav-toggle {
        display: block;
        margin-left: auto;
    }


    #bo_v, #bo_list {
      padding: 40px 20px;
    }

    #smart_editor2 {
      min-width: auto !important;
    }




}


.mo-only {
  display: none;
}

@media only screen and (max-width: 1200px) {
  
}



.kakao, .kakao1, .kakao2, .kakao3 {
    display: none;
  }
@media only screen and (max-width: 600px) {
  .kakao, .kakao1, .kakao2, .kakao3 {
    display: none;
  }
  .slide-img {
    display: none;
  }
  .section3 {
    display: none;
  }
  .section2 {
    display: none;
  }
  .mo-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

