@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;
}


a, a:visited, a:hover, a:link {text-decoration: none;color: #666666;  }
a.wfont {color:#ffffff;}
img, a img {border:none;}

body {background-color: #ffffff;}

.rounded-image {
    border-radius: 15px; /* 원하는 픽셀 값으로 조절 가능 */
}

.submenu-action a {font-weight: 800; font-size: 1.1em;}


.grayBG {background-color: #efefef;}
.grayFont {color: #efefef;}
.grayFont2 {color: #999999;}
.grayS {color:#888888; font-size:0.9em;}
.brawnText {color:brown;}
.wfont {color:#ececec; text-decoration: none;}
.gfont {color:#33c4bc; text-decoration: none;}

.pb-3 {padding-bottom: 3em;}

.test {border:1px solid red;}

.pr-3 {padding-right: 3em;}
.pd-05 {padding: 0.5em;}
.cur-p {cursor: pointer;}
.sz30 { width: 30px; }
.sz60 { width: 60px; }
.sz130 { width: 130px; }
.w48 { width: 48%; }
.nopm {margin: 0; padding: 0;}
.hidden  {display: none;}
.absolute {position: absolute;}
.bigFont {font-size: 2.4em; font-weight: bold;}
.icon-lg {    font-size: 3rem;}
.boldLineHr { border: none; /* 기본 테두리를 제거 */
            background-color: black; /* 검은색 배경 설정 */
            height: 0.5em; /* 높이 설정 */
            margin: 1em 0; /* 위아래 여백 (옵션) */ }
.underLine {border-bottom: 2px solid #efefef;}            
.underLine2 {border-bottom: 1px solid #999999;}            


body {font-family: 'Pretendard-Regular'; color:#666666;}
/* .menuArea {position: relative;}
.menuArea ul li  { padding-right: 40px; }
.menuArea ul li:last  { padding-right: 0px; }


.top_menu { display: block; color: #373737; transition: all .2s; font-size: 1.2em; font-weight: 700; text-decoration: none;}
.top_menu:hover {color:#33c4bc;  text-decoration: none;}


.submenubox { position: absolute; margin: 0px; padding: 1em; width: 300px; background-color:rgba(255, 255, 255, 0.7); z-index: 100; border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; }
.submenubox a {color:#444444; font-size: 16px; font-weight: 500; text-decoration: none; }
.submenubox ul li { width: auto; max-width: 280px;}
.top_submenu {color: #222;  font-size: 16px; font-weight: 500; text-decoration: none; color:#999999; }
.top_submenu:hover {color:#000000;} */

.fixedtop-submenu {position: absolute; display: none; top:3em; background-color: #ffffff; padding: 1em; color:#444444;}
/* .fixedtop-submenu:last-child {margin-left: -4em;} */
.fixedtop-submenu ul li {margin-top: 0.5em;}
.black-hr { color:#cecece; margin-top: 3em; margin-bottom: 3em;}

#subTopArea {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 550px;
    padding: 0 calc((100% - var(--mainsize)) / 2);
    background: url(/static/img/main/main1.jpeg) center no-repeat;
    background-size: cover;
    color: #444;
    font-family: 'Pretendard';
    position: relative;
}

.text-background {
    background-color: rgba(255, 255, 255, 0.7); 
    color: black;
    padding: 5px;
    display: inline-block; 
}
/* 
#subTopNav {
    position: absolute;
    height: 75px;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    top: 475px;
    max-width: 1320px;
} */

#naviGoHome {position: absolute; left: 0px; top: 0px; width: 75px; height:75px; background-color: brown;    display: flex;flex-flow: column;
    justify-content: center; text-align: center; font-size: 2em;}

#subGNB { margin-left: 90px; padding-top: 27px; font-weight: bold; color:#999999; font-size: 1.1em;}    
#subGNB li a, #subGNB li a:visited {color:#999999;}
#subGNB li a.active {color:#000000;}

.subContentsTitleBox {padding-left: 1em; padding-right: 1em; border-left: 2px solid #000000; border-right: 2px solid #000000;}

.gtTable table tr td {white-space: nowrap;}
.activePage {background-color: brown; color:#ffffff; font-weight: bold;}

.topfix-menu  li a { margin-right: 2em;}

.hamburger {
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 40px;
    cursor: pointer;
    color:#999999;
    z-index: 1000;
}

.hamburger:hover {color:#444444;}

.drawer {
    position: fixed;
    top: 0;
    left: -300px; /* 초기 위치를 화면 왼쪽 밖으로 설정 */
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    color: #444444;;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    transition: left 0.5s ease; /* 부드러운 이동 효과 */
    z-index: 6005;
}

.drawer.open {
    left: 0; /* 메뉴 열기 */
}

.drawer ul {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.drawer ul li {
    margin: 10px 0;
    cursor: pointer;
}

.drawer ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.drawer ul li .submenu {
    display: none; /* 기본적으로 숨김 */
    padding-left: 15px; /* 서브 메뉴 들여쓰기 */
}

.drawer ul li .submenu li {
    font-size: 14px;
    margin: 5px 0;
}

.drawer div.row {
    padding-left:20px;
}


.overlayLayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 6001;
}

.overlayLayer.activeOverlay {
    display: block; /* 드로어가 열릴 때 오버레이 표시 */
}



        .mainDesc {
            padding: 0px 0;
            opacity: 1;
            transform: translateY(50px);
            transition: all 0.5s ease-in-out;
        }
        .mainDesc.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .mainDesc .img img {
              transition: all .3s;
              width : 100%;
              overflow-clip-margin: content-box;
              overflow: clip;
        }

/* Hero Section Styles */
.hero-section {
    height: 100vh;
    background: linear-gradient(135deg, #006994 0%, #0099cc 50%, #33b5e5 100%);
    background-size: 400% 400%;
    animation: poolWave 8s ease-in-out infinite;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@keyframes poolWave {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 2;
}

.hero-title {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-family: 'Pretendard-Regular', sans-serif;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.5s ease-out 0.5s forwards;
}

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

/* 반응형 디자인 */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    
    .hero-section {
        height: 70vh;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .pool-image-container {
        height: 50vh;
    }
    
    .pool-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .pool-image-container {
        height: 40vh;
    }
    
    .pool-title {
        font-size: 2rem;
    }
}

/* 이미지 호버 효과 - 80% 크기로 축소 */
.hover-scale {
    transition: transform 0.4s ease;
    cursor: pointer;
}

.hover-scale:hover {
    transform: scale(0.9);
}
        
        .mainDesc .tit p {
            margin-top: 0.6em;
            font-size: 1.2em;
            font-weight: bold;
            letter-spacing: 0;
            color: #444;
            text-decoration: none;
        }
        
        .mainDesc .tit p span {
            font-size: 15px;
            letter-spacing: 0;
            color: #700808;
            text-decoration: none;
            padding-right: 0.7em;
        }
        
        .mainDesc .txt { margin-top: 1em; }
        .mainDesc { margin-top: 3em; }
        .mainDesc:first-of-type { margin-top: 0em; }        

        
#blogContents img { max-width: 100%;}        

.admin_menu ul li .submenu {display: none;}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 991px) {
    .sview {display: block; } 
    .mview {display: none; }     
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .sview {display: none; } 
    .mview {display: block; } 
}
