@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {font-family: 'Pretendard-Regular';}

@media (min-width: 1320px) {
    .swiper-slide .slogan .s1 {font-size: 3.125em;}
    .swiper-slide .slogan .s2 {font-size: 1.375em;}
    .swiper-slide .slogan .s3 {font-size: 1.125em;}
}

@media (max-width: 1320px) {
    .swiper-slide .slogan .s1 {font-size: 2.825em;}
}

@media (max-width: 1023px) {
    .slog_txt {
        text-align: center;
        position: relative;
        z-index: 10;
    }

    .s4 {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .swiper-slide .slogan .s1 {
        font-size: 2.125em;
    }
    .swiper-slide .slogan .s2 {
        font-size: 1.25em;
    }
    .swiper-slide .slogan .s3 {
        font-size: 1.068em;
    }
    .swiper-slide .slogan .s4 .t_tel {width:100%;
        font-size: 1.068em;
    }
    .swiper-slide .slogan .s4 .v_link_btn {margin-left:0; margin-top:20px; font-size:1.068em; padding:12px 20px;}

    .box1, .wrap {
    width:1300px;
    margin: 0 auto;
    position: relative;
    max-width: 100%!important;}
}

@media (max-width: 500px) {

    .swiper-slide .slogan {
            padding: 0 10px;
        }
    
    .swiper-slide .slogan .s1 {
        font-size: 1.425em;
        margin-bottom: 15px;
    }
        .swiper-slide .slogan .s2 {
            font-size: 1.125em;
            line-height: 1.3;
        }
        .swiper-slide .slogan .s3 {
            font-size: 0.8em;
            margin-top: 12px;
        }

        .swiper-slide .slogan .s4 .t_tel .xi{width:34px; height: 34px; line-height: 34px; font-size:1.068em;}
        .swiper-slide .slogan .s4 .t_tel .t_nm{font-size:1.375em;}
        .swiper-slide .slogan .s4 .v_link_btn{font-size:.938em; margin-top:10px;}

}

.bg-light {background-color:white!important;}

.swiper {
  width: auto;
  height: 580px;
  border-radius: 40px;
  background: #514875;
}

.bg {position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition-delay: 1s;
    opacity: 0.5;}

.bgfix {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {max-width:100vw;}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {padding-left:0px; padding-right:0px;}

.swiper-pagination-bullet { width: 12px; height: 12px; background: transparent; border: 1px solid white; opacity: 1; }
.swiper-pagination-bullet-active { width: 40px; transition: width .5s; border-radius: 5px; background: white; border: 1px solid transparent;}
.swiper-combination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: 50vw;
    height: 10%;
}

.swiper-button-next, .swiper-button-prev {color:white;}

.slogan {
    position: absolute;
    top: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    color: #fff;
    text-align: left;
}

.flex.vc {
    align-content: center;
    align-items: center;
}
.flex.fw {
    flex-wrap: wrap;
}

.box1, .wrap {

    margin: 0 auto;
    position: relative;
    max-width: 96%;
}

.swiper-slide .slogan .s1 {

    display: block;

    opacity: 0;
    margin-bottom: 25px;
    line-height: 1.2;
}

.swiper-slide .slogan .s2 {
    

    opacity: 0;
}

.swiper-slide .slogan .s3 {
    

    opacity: 0;
    line-height: 1.5;
    margin-top: 15px;
}

.swiper-slide .slogan .s4 {

    opacity: 0;
    margin-top: 40px;
}

.swiper-slide-active .slogan .s1 {
    transform: translateY(0);
    opacity: 1;
    transition: 1s;
    transition-delay: .5s;
}

.swiper-slide-active .slogan .s2 {
    transform: translateY(0);
    opacity: 1;
    transition: 1s;
    transition-delay: 1s;
}

.swiper-slide-active .slogan .s3 {
    transform: translateY(0);
    opacity: 1;
    transition: 1s;
    transition-delay: 1.5s;
}

.swiper-slide-active .slogan .s4 {
    transform: translateY(0);
    opacity: 1;
    transition: 1s;
    transition-delay: 2s;
}


.sa_p700 {
    font-weight: 700;
}

.sa_p600 {
    font-weight: 600;
}

.sa_p300 {
    font-weight: 300;
}

.s4 .v_link_btn {
    padding: 14px 25px;
    border-radius: 50px;
    background-color: #fff;
    color: #444;
    font-size: 1.125em;
    font-weight: 500;
}

.s4 .t_tel .xi {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1.375em;
    margin-right: 8px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.v_link_btn {text-decoration: none;}

.navbar-nav {margin-right: 10px;}

.callyou {color:white; text-decoration: none;}

.mt-5 {
    margin-top: 1rem !important;
}

.container-fluid {
    width: 95vw;
}

.swiper2 {
    width: auto;
    height: 400px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 5vh;
    max-width: 1300px;
    margin: 0 auto;
}

.reason {
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    margin-top: 5vh;
    margin-bottom: 1vh;
    line-height: 1.2em;
}

.swiper2 .swiper-slide
{
    border: solid silver 1px;
    border-radius: 20px;
}

.img_r {width:100%; height:215px; border-radius: 20px;}

.txt_r {
    padding: 35px 30px;
    font-size: 1.068em;
    color: #333;
}

.in_rr {
    font-weight: 600;
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #111;
}

.t_tel {margin-bottom: 2em;}

.swiper3 {
    width: auto;
    height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 5vh;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 10vh
}

.swiper3 .swiper-slide
{
    border: solid silver 1px;
    border-radius: 20px;

}

.img_re {width:100%; height:100%; border-radius: 20px;}
.txt_re {
    position: absolute;
    bottom: 4%;
    left: 50%;
    color: white;
    font-weight: 900;
    transform: translate(-50%, -50%);
    font-size: 1em;
}

.line {
    height: 2px;
    width: 250px;
    background-color: darkblue;
    margin: 0 auto;
    margin-bottom: 2vh;
}

.reservation {text-align: center; margin-bottom: 4vh;}

.customoverlay {position:relative;bottom:55px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;}
.customoverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}
.customoverlay a {display:block;text-decoration:none;color:#000;text-align:center;border-radius:6px;font-size:14px;font-weight:bold;overflow:hidden;background: #007aff;background: #007aff url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;}
.customoverlay .title {display:block;text-align:center;background:#fff;margin-right:35px;padding:10px 15px;font-size:14px;font-weight:bold;}
.customoverlay:after {content:'';position:absolute;margin-left:-12px;left:50%;bottom:-12px;width:22px;height:12px;background:url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')}

.flexible.hc {
    justify-content: center;
}

.flexible.fw {
    flex-wrap: wrap;
}

.flexible {
    display: flex;
}

.inq_wrap {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    max-width: 96%;
    margin-bottom: 4vh;
}

.inq_top {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 14px 10px;
    border-radius: 10px;
}

.inq_top .i_tx .xi {
    color: #4330a4;
    font-size: 1.25em;
    vertical-align: middle;
    margin-right: 6px;
}

.inq_top .i_tx .st {
    font-weight: 600;
}

.inq_top .i_tx {
    font-size: 1.125em;
    color: #333;
    margin: 0 35px;
}

@media (max-width: 1320px) {
    .inq_top .i_tx {
        font-size: 1.068em;
        margin: 0 20px;
    }
}

@media (max-width: 767px) {
    .inq_top .i_tx {
        font-size: 1em;
    }
}

@media (max-width: 500px) {
    .inq_top .i_tx {
        width: 100%;
        font-size: .938em;
        text-align: left;
        margin: 0;
    }
}

.footer_wrap {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    max-width: 96%;
}

#sa_footer {
    background-color: #21165b;;
    padding: 55px 0 30px;
    font-size: 16px;
}

#sa_footer .f_left {
    flex: 75%;
}

.f_left {
    float: left !important;
}

.flexible.vb {
    align-content: flex-end;
    align-items: flex-end;
}

#sa_footer .f_logo img {
    width: 120px;
    height: auto;
}

#sa_footer .f_left .f_info {
    margin-top: 1.5em;
    letter-spacing: 0;
}

#sa_footer .f_left .f_info > li {
    color: #fff;
    opacity: .6;
    font-size: .938em;
    margin-bottom: 5px;
    margin-right: 50px;
    font-weight: 300;
}

#sa_footer .f_left .f_info > ul {
    padding-inline-start: 0px;
}

.cl {
    clear: both !important;
    display: block;
}

.fl_wrap > * {
    float: left;
}

#sa_footer .f_left .f_info > li .stt {
    font-weight: 600;
    margin-right: 10px;
}

#sa_footer .f_left .f_info > li.f_copy {
    opacity: .4;
    margin-top: 15px;
    font-weight: 300;
    font-size: .875em;
}

ul, ol, li {
    list-style: none;
}

.f_logo {
    margin-left: 30px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 4vw;}
    }



    .introduce_wrap {
        width: 1300px;
        margin: 0 auto;
        position: relative;
        max-width: 96%;
    }

    .introduce_body {
        height: auto;
        min-height: 700px;
        background-image: url(/img/introduce.jpg);
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .intro_txt {
        width:80%;

    }

    .intro_txt1 {
        font-size: 1.3em;
        font-weight: 700;
    }

    .intro_final {
        position: relative;
        display: flex;
    }

    .intro_signature {
        font-size: 2.5em;
        font-family: 'ROEHOE-CHAN';
        font-weight: 500;
        margin-left: 20px;
    }

    .intro_ceo {  
        display: grid;
        place-items: center;}

        @font-face {
            font-family: 'ROEHOE-CHAN';
            src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/ROEHOE-CHAN.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }

            .table-container {
      overflow-x: auto;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      max-width: 1300px;
      margin : 0 auto;
    }

    th, td {
      border: 1px solid #999;
      padding: 10px;
      text-align: center;
    }

    th {
      background-color: #f0f0f0;
    }

    @media (max-width: 600px) {
      table {
        font-size: 14px;
      }

      th, td {
        padding: 8px;
      }
    }

   
      .timeline {
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
        width:100%;
      }
  
      .timeline::before {
        content: '';
        position: absolute;
        left: 20px;
        width: 4px;
        height: 100%;
        background: #cce0ff;
      }
  
      .entry {
        margin-bottom: 2rem;
        padding-left: 60px;
        position: relative;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.6s ease;
      }
  
      .entry.visible {
        opacity: 1;
        transform: translateY(0);
      }
  
      .entry::before {
        content: '';
        position: absolute;
        left: 13px;
        top: 5px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #6699ff;
        border: 3px solid white;
        box-shadow: 0 0 0 2px #cce0ff;
      }
  
      .year {
        font-weight: bold;
        color: #3366cc;
        font-size: 1.1rem;
        margin-bottom: 0.3rem;
      }
  
      .desc {
        color: #333;
        background: #fff;
        border-radius: 8px;
        padding: 0.8rem 1rem;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      }
  
      @media (max-width: 600px) {
        .entry {
          padding-left: 50px;
        }
  
        .timeline::before {
          left: 15px;
        }
  
        .entry::before {
          left: 8px;
        }
      }

      .page_wrap {width:96%; margin: 0 auto;}

      .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        max-width: 1300px;
        margin: 0 auto;
        margin-bottom: 4vh;
      }
  
      .gallery-item {
        position: relative;
        height: 300px;
        border-radius: 8px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #000;
        overflow: hidden;
        cursor: pointer;
      }
  
      .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        color: white;
        display: flex;
        justify-content: center;
        align-items: flex-end; /* 글자 아래 정렬 */
        text-align: center;
        padding: 10px;
        font-size: 18px;
      }
  
      /* Lightbox 스타일 */
      .lightbox {
        display: none;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
      }
  
      .lightbox img {
        max-width: 90%;
        max-height: 90%;
        border-radius: 10px;
      }
  
      .lightbox.active {
        display: flex;
      }
  
      @media (min-width: 768px) {
        .gallery {
          grid-template-columns: repeat(3, 1fr);
          width: 96%;
        }
      }
  
      @media (max-width: 767px) {
        .gallery {
          grid-template-columns: 1fr;
          width: 96%;
        }
      }