@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: #444444;  }
a.wfont {color:#ffffff;}
img, a img {border:none;}

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

.grayBG {background-color: #efefef;}
.grayFont {color: #efefef;}
.brawnText {color:brown;}
.wfont {color:#ececec; 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;}            


body {font-family: 'Pretendard-Regular'}
.menuArea {position: relative;}
.menuArea ul li  { padding-right: 40px; }
.menuArea ul li:last  { padding-right: 0px; }
.top_menu { display: block; color: #222; transition: all .2s; font-size: 17px; font-weight: 700; text-decoration: none;}
.top_menu:hover {color:#650b0c;  text-decoration: none;}

/*.topSubMenu {display: none; background-color: #ffffff; color:#444444; font-size: 16px; font-weight: 500; text-decoration: none; position: absolute; margin: 0px; padding: 0px;}
.topSubMenu .col { margin: 7px; padding: 0px;}*/

.submenubox { position: absolute; margin: 0px; padding: 1em; width: 300px; background-color:#ffffff; z-index: 100; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; }
.submenubox a {color:#444444; font-size: 16px; font-weight: 500; text-decoration: none; }
.submenubox ul li { width: 280px;}
.top_submenu {color: #222;  font-size: 16px; font-weight: 500; text-decoration: none; color:#999999; }
.top_submenu:hover {color:#000000;}


.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/sub/sub_img.png) 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;
    /*display: flex;*/
    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;}



 .hamburger {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 28px;
            cursor: pointer;
            z-index: 1000;
        }

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

        .drawer.open {
            right: 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: 998;
        }

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