@charset "utf-8";

#_wrap {
	min-width: 320px;
	width: auto !important;
	_width: 320px;
}
#_wrap #_wrapHeader {
}
#_wrap #_wrapHeader #_header {
  	height: 100px;
  	border-bottom: 1px solid #ddd;
}
#_wrap #_wrapArticle {
  	background: none;
}
#_wrap #_wrapArticle #_subVisual{
	display: none;
}
#_wrap #_wrapArticle #_container #_aside {
	display: none;
}
#_wrap #_wrapArticle #_container {
}
#_wrap #_wrapArticle #_container #_content {
	padding: 20px 15px 40px;
}
#_wrap #_wrapFooter {
}
#_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 {
}
#_wrap #_wrapFooter #_footer .address{
	padding: 25px 15px;
	text-align: center;
}
#_wrap #_wrapHeader #_header,
#_wrap #_wrapArticle #_container,
#_wrap #_wrapFooter #_footer {
	width: 100%;
}


/**[모바일 - 메뉴열기/닫기]********************************************************/
#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% - 136px);
    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;
}

/**페이지타이틀+페이지네비게이션********************************************************/
#masterNavigation{
	margin-bottom: 1em;
}
