﻿ 
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 800;
    src:  url(webfont/GmarketSansTTF/GmarketSansTTFBold.ttf) format('truetype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal; 
    font-weight: 400;
    src:  url(webfont/GmarketSansTTF/GmarketSansTTFLight.ttf) format('truetype');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal; 
    font-weight: 700;
    src:  url(webfont/GmarketSansTTF/GmarketSansTTFMedium.ttf) format('truetype');
}


@font-face {
 font-family: 'NanumBarunpen';
 src: url(webfont/NanumBarunpen/NanumBarunpenR.eot);
 src: url(webfont/NanumBarunpen/NanumBarunpenR.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumBarunpen/NanumBarunpenR.woff) format('woff'),
      url(webfont/NanumBarunpen/NanumBarunpenR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumBarunGothic';
 src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot);
 src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumBarunGothic/NanumBarunGothicWeb.woff) format('woff'),
      url(webfont/NanumBarunGothic/NanumBarunGothicWeb.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumBareunGothicUltraLight';
 src: url(webfont/NanumBarunGothicL/NanumBarunGothicWebUltraLight.eot);
 src: url(webfont/NanumBarunGothicL/NanumBarunGothicWebUltraLight.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumBarunGothicL/NanumBarunGothicWebUltraLight.woff) format('woff'),
      url(webfont/NanumBarunGothicL/NanumBarunGothicWebUltraLight.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumGothicEco';
 src: url(webfont/NanumEco/NanumGothicEco/NanumGothicEco.eot);
 src: url(webfont/NanumEco/NanumGothicEco/NanumGothicEco.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumEco/NanumGothicEco/NanumGothicEco.woff) format('woff'),
      url(webfont/NanumEco/NanumGothicEco/NanumGothicEco.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumBrush';
 src: url(webfont/NanumBrush/NanumBrush.eot);
 src: url(webfont/NanumBrush/NanumBrush.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumBrush/NanumBrush.woff) format('woff'),
      url(webfont/NanumBrush/NanumBrush.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumPen';
 src: url(webfont/NanumBrush/NanumPen.eot);
 src: url(webfont/NanumBrush/NanumPen.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumBrush/NanumPen.woff) format('woff'),
      url(webfont/NanumBrush/NanumPen.ttf) format('truetype');
}

@font-face {
 font-family: 'NanumSquare';
 src: url(webfont/NanumSquare/NanumSquareR.eot);
 src: url(webfont/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumSquare/NanumSquareR.woff) format('woff'),
      url(webfont/NanumSquare/NanumSquareR.ttf) format('truetype');
}

@keyframes menu_move{
	0%{opacity:0;transform:scaleX(0);}
	100%{opacity:1;transform:scaleX(1);}
}


a:focus{outline:0;}

.black {color:black!important; border-bottom-color: black!important;}
.black > a {color:black!important;}


 
#dimodePage{display:block!important; overflow: hidden;}
#loginForm{margin-top:100px!important;}
#joinForm{margin-top:100px!important;}
#findForm{margin-top:100px!important;}
/*#sub_title{font-size: 60px;font-weight:700; color: black; position:absolute; top:50%;left:50%; transform:translateX(-50%) translateY(-50%);}*/
.go_top {display:none;cursor: pointer;position: fixed; width: 87px;right: 70px; bottom: 17%;z-index: 999;height: 87px;}
body{font-family: 'NanumSquare', sans-serif;} 
.logo-wrap{transition: all .2s ease-in-out;width: 400px;float: left;margin-left: 4%;position: relative;height: 120px;}
.logo-wrap img{position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.container-fluid {
    padding: 0px;
    border-bottom: 1px solid black;
     width: calc(100% - 300px);
}
 


.row{margin:0px;}
.menu-icon{font-size:25px;    position: relative; top:3px;}
#gnb-wrap{position:fixed;top:0; width:100%;z-index:999; /*background:white;*/}
#sitemap-wrap{display:none;}
ul#gnb {
    /*float: right;*/
    display: flex;
    justify-content: flex-end;
    gap: 75px;
}
ul#gnb > li{width:max-content; position: relative; text-align:center; padding: 0 ; height: 120px;  font-weight:bold;  transition: all .2s ease-in-out;     display: flex;
    justify-content: flex-end;
    align-items: center;}
ul#gnb > li li{line-height:1.5;}
ul#gnb > li .subal{
/* background:black;  */
padding:10px 10px; }
ul#gnb > li > a{font-size:18px;color:black; text-decoration:none; letter-spacing: .54px; text-transform: uppercase;}
ul#gnb.white > li > a{ color:white;  }

ul#gnb > li a{text-decoration:none; display:block;}
ul#gnb > li a li {font-size:16px; color:white; margin-bottom:10px;}
/*ul#gnb > li:last-child{background: #1847b9;padding:0px 15px;    margin-left: 40px;width:200px!important; }
ul#gnb > li:last-child a{color:white;}*/


.layout-top.white{border-bottom:1px solid white;}

.login {max-width:95px!important; }
li.login.start {margin-left:50px;}
.ham-menu{max-width:75px!important;      padding-left: 30px !important;}
 
#gnb.white i.fa.fa-bars.menu-icon {color:white!important;}

.menu-icon{padding-right:15px;}
.subal {width: 150px;padding: 18px 13px;text-align: left;
/* background-color: #000; */ 
backdrop-filter:saturate(180%) blur(8px);-webkit-backdrop-filter: saturate(180%) blur(8px);
background: rgba(0, 0, 0, 0.08); /* 거의 티 안 나는 어두운 막 */
 position: absolute; left: 50%; z-index: 0;visibility: hidden;
    -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);opacity: 0;top: 30px;-webkit-transition: opacity .2s ease-in-out,top .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,top .2s ease-in-out;-o-transition: opacity .2s ease-in-out,top .2s ease-in-out;transition: opacity .2s ease-in-out,top .2s ease-in-out;
    word-break: keep-all;         border-radius: 10px;
}
.subal:before {
    /* content: '';position: absolute; left: 50%;top: -8px; */
    /* border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #000;-webkit-transform: translateX(-50%); */
    /* -ms-transform: translateX(-50%);transform: translateX(-50%); -webkit-transition: opacity .2s ease-in-out;-moz-transition: opacity .2s ease-in-out; */
    /* -o-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; */

content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.22),
        rgba(0, 0, 0, 0.08)
    );
    pointer-events: none;     border-radius: 10px;


}
.subal a {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.7),
        0 0 8px rgba(0, 0, 0, 0.35);
}

#sub_title {
font-size: 40px;}


/*사이트맵*/
.site-map {height:100%;background: white;display: none;transition: 0.3s all;padding-top: 100px; width: 100%;position: fixed;top:0;left:0;z-index: 998;}
.site-map .depth3 {padding-left: 30px;}
.site-map .depth3 > a {color: #8D8D8D !important;}
.site-map .navbar-nav{position: relative;left: 50%; transform: translate(-50%);}
.site-map .navbar-nav > li {padding: 40px;text-align: left !important;height: 800px;border-right: 1px solid #F2F2F2;}
.site-map .navbar-nav > li:first-child {border-left: 1px solid #F2F2F2;}
.site-map .navbar-nav > li > a {padding: 10px 0px;color: black;font-size: 18px;}
.site-map .navbar-nav > li ul li a {font-size: 16px;color: black;line-height: 1.7;}
.site-map hr {margin: 5px 0px 20px 0px;border: 2px solid #f1592a;width: 65px;}
.nav > li > a:focus, .nav > li > a:hover {background:none!important;}
/*사이트맵*/

/* all-menu */

.gnb-all { display: none; position: fixed; z-index: 9999; background: rgba(0, 0, 0, 0.7); top: 0; left: 0; width: 100%; height: 100%; text-align:center;}
.gnb-all a {color:#fff; text-decoration:none;}
.gnb-all img {margin:100px 0px 60px; max-width:300px; }
.gnb-all .all-wrapper .all-close { color: #fff; cursor: pointer; font-weight: 600; font-size: 5em; float:right;     margin-top: 1vw;}
.gnb-all .all-wrapper .container a { display: block; color: #fff; }
.gnb-all .all-wrapper .container > ul > li { display: inline-block; vertical-align: top; padding:0px 24px;}
.gnb-all .all-wrapper .container > ul > li > a { margin:0px 0px 18px; font-size: 25px; font-weight: 600; text-decoration:none;}
.gnb-all .all-wrapper .container > ul > li:first-child { display: none; }
.gnb-all .all-wrapper .container > ul > li > ul > li > a { color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:20px; padding:6px 0px;}
.gnb-all .all-wrapper .container > ul > li > ul > li > a:hover { font-weight:bold; transition:0.2s all ease;}
.gnb-all .all-wrapper .container > ul > li > ul > li > ul > li > a { color: #fff; display: block; margin-bottom: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:16px;}


/*모바일*/
#mm-2 { background:#348480 !important; }
#mm-3 { background:#1b7773 !important; }
#mm-4 { background:#348480 !important; }
#mm-5 { background:#1b7773 !important; }
#mm-6 { background:#348480 !important; }
#mm-7 { background:#1b7773 !important; }
.mm-title, .mm-listview>li>a, .mm-listview>li>span { color:#fff !important; }
.mm-menu .mm-listview>li .mm-next:after { border-color:#fff !important; }
.mm-vertical .mm-panel{background-color:#fff;}
.mm-panels>.mm-panel.mm-hasnavbar{background-color:rgba(45, 71, 108, 0.74) !important;  }


#footer{background:rgba(0,0,0,1); text-align:left; padding: 3% 11%;}
#footer >div{width:100%; padding:0;     justify-content: space-between;    align-items: flex-end;}
#footer p{color:#fff; font-weight:500; font-size:17px;line-height: 2;}
#footer p a{color:#8D8D8D; }
.foot_log{display:inline-block;}
.foot_log table{border:0px; width:300px;}
.foot_log table td {text-align:center;}
.site-link{padding: 30px 0px;}
.site-link span{padding:0px 30px; color:rgb(207,205,192); font-size:16px; text-decoration:underline;}

.foot_info img{padding:1.5% 0;} 

#footer hr {    width: 35px;    text-align: left;    margin-left: 0;    border: 2px solid white;}

.foot_info_right p{    text-align: right;}


@media(min-width:1400px) {
    .container{width:1400px;}
}

@media(max-width:1870px) {
    ul#gnb { 
		gap: 2rem;
	}

}
 
@media(max-width:1670px) { 
	.logo-wrap {
        width: 300px;
    }

	.container-fluid { 
		width: calc(100% - 200px);
	}



}

@media(max-width:1450px) {
    /* ul#gnb > li{width:125px!important;} */
    .site-map .navbar-nav > li{padding:40px 20px;}
    .logo-wrap {
        width: 250px;
    }
}
@media(max-width:1370px) {
    /* ul#gnb > li{width:105px!important;}  */
    .logo-wrap {        width: 250px;    }
	ul#gnb > li > a {
    font-size: 18px;
	}
	
	.subtop-img >img {    height: 300px; object-fit:none;}
}
/* @media(max-width:1199px) { */
    /* .logo-wrap {  */
        /* width: 200px;  */
    /* } */


    /* ul#gnb > li{width:75px!important;} */
    /* ul#gnb li a{font-size:16px;} */
    /* ul#gnb > li:not(:last-child){width:100px;} */
    /* #gnb > li:last-child{margin:0px 0px 0px 5px;} */
    /* .logo-wrap{margin-left:20px!important;} */
    /* .site-map .navbar-nav > li{padding:40px 10px;} */
/* } */
/* @media(max-width:991px) { */
	 /* .header-mobile-gnb{float:right;position: absolute;top: 50%; transform: translateY(-50%); right: 15px;} */
    /* .fa-bars{font-size:30px;     color: black;} */
    /* .site-map{display:none!important;} */
	
	/* #footer >div {     flex-direction: column;} */
/* } */
/* @media (max-width:767px) { */
   /* .site-link span{display: block;} */
    /* #footer {        padding: 8% 3%;    } */
    /* .foot_info  { padding: 5% 3%;} */
    /* #footer p { line-height: 1.2; } */
	
	/* #gnb-wrap {    background: white!important;} */
	/* #subtop {     padding-top: 120px;} */

/* } */
 

/* ============================================
   반응형 보강 - layout.css
   PC 표준 (1400px↑) 영역은 건드리지 않음
   브레이크포인트: 1399 / 1199 / 1023 / 767 / 467
   1rem = 18px (PC 기준, 1023↓부터 자동 축소)
   ============================================ */

@media(max-width:1399px) {
    /* GNB 컨테이너 풀너비 해제 */
    .container-fluid { width: 100%; }

    .logo-wrap {
        width: 15rem;           /* ≈270px */
        margin-left: 3%;
    }

    ul#gnb { gap: 2.8rem; }
    ul#gnb > li { width: auto !important; }
    ul#gnb > li > a { font-size: 1rem; }

    .site-map .navbar-nav > li { padding: 2.2rem 1.1rem; }

    /* 서브탑 */
    .subtop-img > img {
        height: 18rem;
        object-fit: cover;
    }
    #sub_title { font-size: 2.1rem; }


	.gnb-all .all-wrapper .container > ul > li { 
		padding: 0px 20px;
	}




}

@media(max-width:1199px) {
    .logo-wrap {
        width: 12.5rem;
        height: 5.5rem;
        margin-left: 1.2rem !important;
    }
    .logo-wrap img { max-height: 3.8rem; }

    ul#gnb { gap: 1.8rem; }
    ul#gnb > li { height: 5.5rem; }
    ul#gnb > li > a { font-size: 0.95rem; }

    li.login.start { margin-left: 1.2rem; }
    .ham-menu { padding-left: 0.9rem !important; }

    .site-map .navbar-nav > li { padding: 2.2rem 0.6rem; }

    /* 서브탑 */
    .subtop-img > img { height: 16rem; }
    #sub_title { font-size: 1.9rem; }

    /* 사이트맵(전체메뉴) */
    .gnb-all .all-wrapper .container > ul > li { padding: 0 0.5rem; }
    .gnb-all .all-wrapper .container > ul > li > a { font-size: 1.3rem; }
    .gnb-all .all-wrapper .container > ul > li > ul > li > a { font-size: 1rem; }
}

@media(max-width:1023px) {
    /* 모바일 햄버거 모드 진입 */
    .container-fluid {
        width: 100%;
        padding: 0 1rem;
    }

    .logo-wrap {
        width: 11rem !important;
        height: 5rem;
        margin-left: 0.7rem !important;
    }
    .logo-wrap img {
        max-width: 100%;
        max-height: 3.5rem;
    }

    .header-mobile-gnb {
        float: right;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
    }
    .fa-bars {
        font-size: 1.7rem;
        color: black;
    }
    .layout-top.white .header-mobile-gnb .fa-bars { color: #fff; }

    .site-map { display: none !important; }

    /* 서브탑 */
    .subtop-img > img { height: 14rem; }
    #sub_title { font-size: 1.7rem; }

    /* 서브 탭메뉴 */
    #subMenu { margin: 1.5rem 0; }
    #subMenu ul { padding: 0 3%; }
    #subMenu ul li {
        padding: 0 0.7rem;
        font-size: 0.95rem;
        line-height: 2.2rem;
    }

    /* 사이트맵(전체메뉴) */
    .gnb-all img {
        margin: 3.5rem 0 2.2rem;
        max-width: 13rem;
    }
    .gnb-all .all-wrapper .container > ul > li {
        display: block;
        padding: 0.4rem 0;
    }
    .gnb-all .all-wrapper .container > ul > li > a {
        font-size: 1.2rem;
        margin-bottom: 0.4rem;
    }
    .gnb-all .all-wrapper .container > ul > li > ul > li > a {
        font-size: 0.95rem;
        padding: 0.2rem 0;
    }

    /* 푸터 */
    #footer { padding: 6% 5%; }
    #footer > div {
        flex-direction: column;
        gap: 1.4rem;
        align-items: flex-start !important;
    }
    .foot_info_left, .foot_info_right { width: 100%; }
    .foot_info_right p { text-align: left; }
    #footer p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

@media(max-width:767px) {
    #gnb-wrap { background: white !important; }
	
	 
	
    .layout-top { border-bottom: 1px solid #e5e5e5;height: 4.5rem; }
    .container-fluid.layout-top.white {
        border-bottom: 1px solid #e5e5e5;
    }

    .logo-wrap {
        width: 9rem !important;
        height: 4.2rem;
        margin-left: 0.6rem !important;
    }
    .logo-wrap img { max-height: 2.8rem; }

    .header-mobile-gnb a { color: #000 !important; }
    .header-mobile-gnb .fa-bars {
        color: #000 !important;
        font-size: 1.5rem;
    }

    /* 서브탑 */
    #subtop { padding-top: 4.5rem; }
    .subtop-img > img { height: 11rem; }
    .sub-desc { top: 65%; width: 90%; }
    #sub_title {
        font-size: 1.5rem;
        padding-bottom: 0.4rem;
        border-bottom-width: 3px;
    }

    /* 서브 GNB breadcrumb */
    #subgnb span, #subgnb a { font-size: 0.9rem; }
    #subgnb .subgnb-home { margin: 0.6rem; }

    /* 서브 탭메뉴 - 모바일 가로 스크롤 */
    #subMenu { margin: 1rem 0; }
    #subMenu ul {
        padding: 0;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        text-align: left;
    }
    #subMenu ul::-webkit-scrollbar { display: none; }
    #subMenu ul li {
        padding: 0 0.7rem;
        font-size: 0.9rem;
        line-height: 2.1rem;
    }

    /* 콘텐츠 */
    #content { margin-bottom: 3rem; }
    #content .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .board-title {
        font-size: 1.5rem;
        padding-bottom: 0.6rem;
        margin-top: 1.3rem;
        margin-bottom: 1.3rem;
    }

    /* 사이트맵(전체메뉴) */
    .gnb-all img {
        margin: 2.5rem 0 1.5rem;
        max-width: 11rem;
    }
    .gnb-all .all-wrapper .all-close {
        font-size: 3em;
        margin-top: 3vw;
        margin-right: 5vw;
    }
    .gnb-all .all-wrapper .container > ul > li > a {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }
    .gnb-all .all-wrapper .container > ul > li > ul > li > a {
        font-size: 0.9rem;
    }

    /* 하단 sitemap 숨김 */
    #sitemap-wrap { display: none; }

    /* 푸터 */
    #footer {
        padding: 8% 5%;
        text-align: left;
    }
    #footer > div { gap: 1.1rem; }
    #footer p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    #footer hr {
        width: 1.5rem;
        border-width: 1.5px;
    }
    .foot_info_right p { text-align: left; }

    /* 탑버튼 */
    .go_top {
        width: 3rem;
        height: 3rem;
        right: 1rem;
        bottom: 12%;
    }
}

@media(max-width:467px) {
    .logo-wrap {
        width: 8rem !important;
        height: 3.8rem;
    }
    .logo-wrap img { max-height: 2.5rem; }

    .header-mobile-gnb .fa-bars { font-size: 1.4rem; }

    #subtop { padding-top: 4rem; }
    .subtop-img > img { height: 9rem; }
    #sub_title { font-size: 1.3rem; }

    #subMenu ul li {
        padding: 0 0.5rem;
        font-size: 0.85rem;
    }

    .board-title { font-size: 1.3rem; }

    .gnb-all .all-wrapper .container > ul > li > a { font-size: 1rem; }
    .gnb-all .all-wrapper .container > ul > li > ul > li > a { font-size: 0.85rem; }

    #footer p { font-size: 0.85rem; }
    #footer { padding: 10% 5%; }
}
