header {
    max-width: 1280px;
	padding: 0 20px;
    margin: 0 auto;
	border-bottom: 0.1rem solid #cdd1d5;
}
header input,
header img,
header a,
header select,
header button {
    font-size: 1.5rem;
    line-height: 1.5;
}
header button {
    cursor: pointer;
    border: none;
}
header a {
    color: #464c53;
    text-decoration: none;
    text-decoration: none;
}

/* 건너뛰기 메뉴 */
#skip {
	position: relative;
	z-index: 9999
}


#skip a {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	padding: 5px 0;
	background-color: #0e726c;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	transition: all 0.4s
}

#skip a:hover, #skip a:focus, #skip a:active {
	top: 0;
	text-decoration: none;
	outline: dashed 3px #0088ff;
	margin: 3px;
}

.hide_skip {
	position: fixed;
	top: -100px;
	left: -100px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #000;
	background: #fff
} /* 접근성으로 인한 display:none 작성 금지 */


/* 전자정부 배너 시작 */
#banner {
	background-color: #EEF2F7;
    padding: .5rem 0 .5rem;
}

#banner .eg {
	max-width: 1248px;
    margin: 0 auto;
}

#banner .eg .nuri-txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0.5rem;
    font-size: 15px;
	color: #1e2124;
}

#banner .eg .nuri-txt::before {
    content: "";
    background: url(../images/ico_flag.svg) no-repeat center; 
    background-size: 25px 25px;
	padding: 1.3rem;
}

#banner .lang_eng{
	float: right;
	display: block;
	margin-right: 40px;
	color: #333;
	padding: 8px 0px;
	font-weight: 600;
}
/* 전자정부 배너 끝 */

.header_top {
    position: relative;
}

.inner {
    position: relative;
}

.header_top > .inner {
	max-width: 1248px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: column;
}

.header_bottom > .inner {
    padding: 0.5rem 0 0;
}

#logo {
    float: left;
}

#logo a img {
    display: inline-block;
    max-width: initial;
    height: 100%;
    width: 105px;
}

#logo a:last-child {
	font-size: 3.5rem;
    line-height: 1.5;
    margin-left: 10px;
    font-weight: 700;
} 
.header_util {
    display: flex;
    font-size: 1.5rem;
    color: var(--gray90);
    justify-content: end;
}
.header_util li a {
	display: flex;
}
.header_util li a .ico-global {
	background: url(/ffas/images/publicPage/ico_global.svg) no-repeat center;
	background-size: 18px 18px;
	margin-right: 0.4rem;
    padding: 1rem;
}
.header_bottom {
	margin-bottom: 1rem;
}
#gnb1 {
    float: right;
}
#gnb1 > ul {
    display: flex;
    justify-content: space-around;
    padding-inline-start: inherit;
}
#gnb1 > ul > li > a {
    display: flex;
    align-items: center;
    height: 6.2rem;
    position: relative;
    padding: 0 3rem;
    font-size: 2.2rem;
    font-weight: 700;
    vertical-align: top;
    transition: all .3s;
}

.header_util {
	margin-top : revert-layer;
}
header .m_menu.show {
    left: 0px;
}
header .m_menu {
    position: fixed;
	top: 0px;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    background: #eef2f7;
    transition: all ease .6s;
}
header .m_menu .head_menu > li > a {
		display: block;
        width: 14rem;
        margin-bottom: 0;
        padding: 2rem 2.4rem;
        line-height: 2.4rem;
        color: #1d1d1d;
        font-size: 1.7rem;
        font-weight: 700;
}
header .m_menu .closebtn {
    display: flex;
    color: #000000;
    height: 5rem;
    padding: 0 10px;
    background-color: white;
}
header .m_menu .closebtn button {
    font-size: 35px;
    color: #191925d9;
    position: absolute;
    right: 10px;
    top: 00px;
    background: transparent;
    font-weight: 200;
}
header .m_menu .header_util { 
	padding-left: 2rem;
} 
header .m_menu .header_util > li { 
    padding: 0 0 0 0;
    border-bottom: none;
} 
header .m_menu .header_util > li > a { 
    font-size: 1.3rem;
    color: var(--gray90) !important;
} 
header .m_menu ul li a {
    font-size: 2.1rem;
    color: #fff;
    transition: 0.3s;
    text-wrap: nowrap;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
#gnb2 .control {
    position: absolute;
    left: 50%;
    top: 5.5rem;
    margin-left: calc(128rem / 2);
    transform: translateX(-100%);
}
#gnb2 .control.open {
    display: none;
    font-size: 1.7rem;
    color: var(--gray90);
    font-weight: 700;
}
#gnb2 .control.open::before {
    content: "";
    display: block;
    margin: 0 auto .2rem;
    width: 2rem;
    height: 2rem;
    background: url(../../images/publicPage/icon_all_menu.svg) no-repeat center;;
    background-size: 2rem auto;
}




/* 반응형 메뉴 시작 */
@media screen and (max-width: 1280px) {
	header ul {
	    unicode-bidi: isolate;
	    margin-block-start: 1em;
	    margin-block-end: 1em;
	    unicode-bidi: isolate;
	}
	#gnb1 {
	    width: 100%;
	}
	#gnb1 > ul {
	    margin-block-start: 2em;
	    margin-block-end: 0em;
	}
}

@media screen and (max-width: 768px) {
    #banner {
	    padding: 0 0 0 0;
	}
    #banner .eg .nuri-txt {
	    font-size: 11px;
	}
	#banner .eg .nuri-txt::before {
	    background-size: 20px 26px;
	}
	.header_top > .inner > .header_util {
		display: none;
	}
	#header h1 {
        margin-left: 0;
    }
	.header_util li a {
	    font-size: 1.3rem;
	}
	.inner {
	    padding: 0 0 0 0;
	}
    #gnb1 {
	    display: none;
	}
	.header_bottom {
        margin: 2rem 0;
	}
    #gnb2 {
        display: block;
    }
    #gnb2 .control.open {
        display: flex;
        flex-direction: column;
        height: 4.5rem;
        justify-content: space-between;
        line-height: 1;
        font-weight: 400;
    }
    #gnb2 .control {
        top: 2.7rem;
        left: auto;
        right: 0;
        margin-left: 0;
        transform: translate(0);
    }
}

@media screen and (max-width: 540px) {
	#logo a img {
	    width: 55px;
	}
	#logo a:last-child {
	    font-size: 2.2rem;
	    margin-left: 3px;
	}
    #gnb2 .control.open {
        height: 3.5rem;
    }
	#gnb2 .control.open {
	    font-size: 1.1rem;
	}
	#gnb2 .control.open::before {
	    background-size: 1.8rem auto;
	}
}

@media screen and (max-width: 300px) {
	header .m_menu {
	    width: 100%;
	}
}
/* 반응형 메뉴 끝 */


/* 산불조심기간 배너 시작 */
.campaign_banner{height:50px;width:100%;background: #e00007;align-items: center;justify-content: center;}
.campain_wrap{display: flex;align-items: center;justify-content: center;width: 100%;max-width: 1280px;height:100%; margin: 0 auto;overflow: hidden;color: #fff;font-weight: 600;}
.img_fire{width: 80px;height: 50px;background: url(../../images/publicPage/img_forest_fire.png) no-repeat center 0;}
.text_wrap{display: flex;align-items:center}
.txt_b{font-size: 23px;margin-right:15px}
.txt_s{font-size: 18px;}
.fc_yellow{color:#ffde00;}

@media screen and (max-width:1024px){
	.text_wrap{display: block;}
	.txt_b{font-size: 20px;margin-right:0}
	.txt_s{font-size: 15px;}
}

@media screen and (max-width:430px){
	.txt_b{font-size: 18px;}
	.txt_s{font-size: 13px;}
	.img_fire{background: url(../../images/publicPage/img_forest_fire.png) no-repeat center 3px / 90%;}
}

@media screen and (max-width:390px){
	.txt_b{font-size: 16px;}
	.txt_s{font-size: 12px;}
	.img_fire{display: none;}
}
/* 산불조심기간 배너 끝 */