@charset "utf-8";

#_wrap {
	min-width: 320px;
	width: auto !important;
	_width: 320px;
}
#_wrap #_wrapHeader { }
#_wrap #_wrapHeader #_header {
	height: 160px;
}
#_wrap #_wrapArticle {
}
#_wrap #_wrapArticle #_container {
}
#_wrap #_wrapArticle #_container #_content {
	padding: 0;
}
#_wrap #_wrapFooter {
}
#_wrap #_wrapFooter #_footer {
}
#_wrap #_wrapFooter #_footer .privacy{
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}
#_wrap #_wrapFooter #_footer .address{
	padding: 30px 0;
	text-align: center;
}
#_wrap #_wrapFooter #_footer .footLogo{
	display: none;
}
#_wrap #_wrapHeader #_header,
#_wrap #_wrapArticle #_container,
#_wrap #_wrapFooter #_footer {

}

/**********************************************************/
#_logo{
	top: 83px;
	left: 10px;
}
#_logo a {
  	display: block;
  	background: url("../images/logo_m.gif") no-repeat center top;
  	width: 280px;
  	height: 68px;
  	text-indent: -9999px;
}
#dMenu {
  	display: none;
}

/**[모바일 - 메뉴열기/닫기]********************************************************/
#mMenu{
	display: block !important;
	position: absolute;
	top: 115px;
	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: 160px;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #f7f7f7;
}
.menuUItop ul.ul_1 {
	position: fixed;
    left: 0;
    width: 100%;
    height: calc(100% - 160px);
    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: #415E70;
	background-image: none;
	font-weight: 600;
	font-size: 1.2em;
}
.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: 1em;
	display: block;
	padding: 1em;
}
.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;
}

/**[GNB 메뉴]********************************************************/
#mGnb { background: #454545; width: 100%; height: 35px; }

/**[글로벌 네비게이션]********************************************************/
#_globalNavi {
	position: relative;
  	width: 100%;
}
/**[모바일 obj position재정의]********************************************************/
._msMain #_wrap #_wrapArticle #_container ._contentBuilder ._obj {
    /*position: inherit !important;*/
}
