@charset "utf-8";

#_wrap {
}
#_wrap #_wrapHeader {
	width: 100%;
	z-index: 9;
}
#_wrap #_wrapHeader #_header {
  	height: 100px;
}
#_wrap #_wrapArticle {
}
#_wrap #_wrapArticle #_subVisual {
  	font-size: 35px;
}
#_wrap #_wrapArticle #_subVisual img{
	width: 100%;
}
#_wrap #_wrapArticle #_container {
}
#_wrap #_wrapArticle #_container #_aside {
  	display: none;
	position: fixed;
	width: 100%;
	top: 115px;
	z-index: 9;
}
#_wrap #_wrapArticle #_container #_content {
	padding: 15px 15px 40px 15px;
}
#_wrap #_wrapFooter {
}
#_wrap #_wrapFooter #_footer {
}
#_wrap #_wrapFooter #_footerMenu {
  	padding: 15px 0;
}
#_wrap #_wrapFooter #_footerMenu .footer_nav {
  	padding: 0 15px;
}
#_wrap #_wrapFooter #_footerMenu .footer_nav ul li {
    width: 49.5%;
}
#_wrap #_wrapFooter #_footerMenu .footer_nav ul li:nth-child(2),
#_wrap #_wrapFooter #_footerMenu .footer_nav ul li:nth-child(4) {
    margin-left: 1%;
}
#_wrap #_wrapFooter #_footerMenu .footer_nav ul li a {
    height: auto;
    padding: 6px 0;
    text-align: center;
    border: 1px solid #868686;
    background: #646464;
    font-size: 13px;
    color: #fff;
  	font-weight: 400;
}
#_wrap #_wrapFooter #_footerMenu .footer_nav ul li:last-child a {
  	border: 1px solid #868686;
}
#_wrap #_wrapFooter #_footer .address{
	padding: 25px 15px;
	text-align: center;
}
#_wrap #_wrapFooter #_footer .footLogo{
	display: none;
}
#_wrap #_wrapHeader #_header,
#_wrap #_wrapArticle #_container,
#_wrap #_wrapFooter #_footer {
	width: 100%;
}
#_wrap #_wrapArticle #_subVisual{
  	width: calc(100% - 20px);
}

/**[홈메뉴]********************************************************/
#_goMain {
	display: none;
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu{
	display: block !important;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -20px;
}
#mMenu .mMenuButton{
	background-color: transparent;
	background-repeat: no-repeat;
}
#mMenu #mMenuOpen{
	background-position: 0 0;
}
#mMenu #mMenuClose{
	background-position: 0 -41px;
}

/**[주메뉴]********************************************************/
.menuUItop{
	display: none;
	top: 99px;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #f7f7f7;
}
.menuUItop ul.ul_1 {
  	position: fixed;
    left: 0;
    width: 100%;
    height: calc(100% - 99px);
    overflow-y: scroll;
	border-width: 1px 0;
	border-color: #ddd;
	border-style: solid;
}
.menuUItop ul.ul_1 li.li_1 {
	float: none;
	width: 100%;
}
.menuUItop ul.ul_1 li.li_1 a.a_1{
	width: auto;
	height: auto;
	text-indent: 0;
	color: #fff;
	background-color: #b40c0c;
	background-image: none;
	font-weight: 600;
	font-size: 1.3em;
}
.menuUItop ul.ul_1 li.li_1 .div_2{
	display: block !important;
}
.menuUItop ul.ul_1 li.li_1 .div_2 ul.ul_2 li.li_2 a.a_2{
	font-weight: 0;
	color: #333;
	background-color: #fff;
	border-top: 1px #ddd solid;
	font-size: 1.2em;
	display: block;
	padding: 0.8em;
}
.menuUItop ul.ul_1 li.li_1 .div_2 ul.ul_2 li.li_2:first-child a.a_2{
	border: none;
}

/**페이지타이틀+페이지네비게이션********************************************************/
#masterTitle {
  	padding-top: 28px;
}
#masterNavigation{
	position: absolute;
	right: 15px;
}


/**[글로벌 네비게이션]********************************************************/
#_globalNavi {
	right: 10px;
}
