@charset "utf-8";

/* header */
#nav.fullDown .topGnb,
#nav.oneDown .depth01,
#nav.oneFull .depth01{ padding-right:9rem;}

/* header e기록관 바로가기 */
.btn_exhbt{ position:absolute; right:calc(50% - 32rem); top:4.75rem; padding:0.25rem 1rem; color:#fff; border-radius:1rem; background:#444; z-index:100;}
.popFullmenu .btn_exhbt{ display:none;}
/* media query mobile */

/* footer */
#footer address { padding-right: 6rem; }

/* 웹접근성 마크 */
#footer .wa_mark { top: 8.5rem; bottom: 0; }
#footer .wa_mark img { max-width: 100%; }

@media screen and (max-width: 1440px){

	.btn_exhbt{ right:3.5rem; }
}

@media screen and (max-width: 1240px){

	#header > .btn_exhbt{ display:none; }
	.popFullmenu .btn_exhbt{ display:block; left:1rem; top:1rem; right:auto;}

	/*250102 모바일 사이트맵 스크롤링*/
	.popFullmenu .depth02{height: calc(100vh - 10.5rem);overflow-y:scroll;} 


}
