@charset "utf-8";
@import "/sites/gs/style/css/layout_master_Tablet.css";

/**[Layout]********************************************************/
	#_wrap #_wrapVisual {
		height: 130px;
		background-position: -510px top;
	}
	#_wrap #_wrapArticle #_container #_aside {
		display: none;
		position: relative;
		z-index: 2;
	}
	#_wrap #_wrapArticle #_container #_content {
		padding: 0 10px 30px 10px;
	}
	#_wrap #_wrapVisual #_visual ._slogan {
		right: 1em;
	}

/**[sns]********************************************************/
	#submenuNavigation .view_option {
		right: 1em;
	}

/**[서브메뉴]********************************************************/
	#wrapLnb{
		display: none;
	}
	#submenuNavigation,
	#submenuNavigation ul.navig {
		height: auto;
	}

/**페이지타이틀+페이지네비게이션********************************************************/
	#masterTitle{
		padding: 50px 0 30px 0;
		color: #000;
		border-bottom: 2px solid #4a4a4a;
		margin-bottom: 50px;
	}
	#masterTitle h1{
		height: 60px;
		line-height: 60px;
		font-size: 28px;
		color: #595a5b;
		font-weight: 600;
	}
	#masterNavigation{
		display: none;
	}
