/*
* 서림왕족발 - v0.1.0 - 150309
* 전재훈 - into0517@timecoms.com
*/

html,
body {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
}

body {
	overflow:hidden;
	background:#fff;
}

/*기본 배경*/
.cont {
	background: #fff;
}

/*배너*/
.banner {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	z-index: 99999999999;
}
.banner a {
	display: block;
	height: 50px;
	text-align: center;
}
.banner a  > img {
	height: 100%;
}

/*네비바*/
.navbar .logo {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: url("/images/navbar/logo_bg.jpg") repeat-x;
	box-shadow: 0px 3px 2px -1px rgba(100, 100, 100, 0.40);
}
.navbar .logo img{
	width: 200px;
	margin: 5px 0;
}
.navbar .menu-bg {
	position: relative;
	background: url("/images/navbar/menu_bg.jpg") repeat-x;
	box-shadow: 0px 3px 2px -1px rgba(100, 100, 100, 0.40);
	z-index: 1;
}
.navbar ul.menu {
	max-width: 420px;
	margin: 0 auto;
	padding: 0px 10px;
	list-style: none;
}
.navbar ul.menu:before,
.navbar ul.menu:after {
	display: table;
	content: "";
}
.navbar ul.menu:after {
	clear: both;
}
.navbar ul.menu li {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}
.navbar ul.menu li.active {
}
.navbar ul.menu li.active a {
	color: #045f9b;
}
.navbar ul.menu li a {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}
.navbar ul.menu li:first-child a {
	background: none;
	border-left: none;
}
.navbar ul.menu li a img {
	width: 90%;
	vertical-align: top;
}
.navbar .call-link {
	position: absolute;
	top: 15px;
	right: 5%;
	width: 38px;
	z-index: 12;
}

/*퀵메뉴*/
.quick-menu {
	position: absolute;
	bottom: 2%;
	width: 98%;
	padding: 0 1%;
	overflow: hidden;
}
.quick-menu:before,
.quick-menu:after {
	display: table;
	content: "";
}
.quick-menu:after {
	clear:both;
}
.quick-menu a {
	position: relative;
	display: block;
	float: left;
	width: 21%;
	margin: 0 2%;
	z-index: 2;
}
.quick-menu a img {
	width: 100%;
}

/*푸터바*/
.footerbar {
	padding: 10px 0 20px 0;
	background: #3c3c3c;
}
.footerbar p{
	line-height: 16px;
	margin: 0;
	text-align: center;
	color: #ddd;
	font-size: 12px;
	letter-spacing: -0.5px;
}
.footerbar .footer-btn-container {
	width: 330px;
	margin-bottom: 10px;
}
.footerbar .footer-btn {
	display: block;
	float: left;
	width: 48%;
	padding-left: 1%;
	padding-right: 1%;
	margin: 0;
}


/*로그아웃*/
.logout_wrap {
	padding-bottom: 10px;
}
.logout_wrap a {
	display: block;
	width: 330px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #666;
}
.logout_wrap a:hover {
	color: #fff;
}

/*SNS 영역*/
.sns-wrap {
	max-width: 340px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}
.sns-wrap img {
	width: 10%;
	margin: 0 5px;
}

/*메인화면*/
.main .main-visual {
	position: relative;
	text-align: center;
}
.main .navbar ul.menu {
	display: none;
}
/*메인슬라이드*/
.main .main-slider {
	position: relative;
}
.main .main-slider .slider-item {
	display: none;
	opacity: 0;
}
.main .main-slider .slider-item.active {
	display: block;
}
.main .main-visual .visual-btn {
	position: absolute;
	top: 34%;
	left: 4.5%;
	width: 18%;
}
/*서브컨텐츠*/
.sub-cont {
	position: relative;
	width: 90%;
	min-height: 100px;
	padding: 10px 5% 30px 5%;
	margin: 0 auto;
	text-align: center;
}

/*탭*/
ul.tab {
	display: block;
	height: 33px;
	padding: 0 5%;
	margin-top: 15px;
	margin-bottom: 0;
	list-style: none;
}
ul.tab li {
	display: block;
	float: left;
	width: 100px;
	list-style: none;
}
ul.tab li:first-child {
	margin-right: 10px;
}
ul.tab li a {
	display: block;
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 29px;
	text-align: center;
	border: 2px solid #980303;
	border-radius: 3px;
	background: #fff;
	font-weight: 600;

}
ul.tab li:first-child {
	border-right: none;
}
ul.tab li.active a{
	color: #fff;
	background: #801310;
	border-color: #a1a1a1;
}

/*제목*/
.title {
	width: 90%;
	color: #4a4a4a;
	text-align: left;
	padding: 0 5%;
	margin-top: 10px;
	margin-bottom: 0px;
	background: url("/images/sub/title.png") no-repeat;
	background-position: 5% center;
	background-size: 22px 22px;
}
.title span {
	padding-left: 25px;
	font-size: 25px;
	font-weight: bold;
}

/*오시는길*/
#DMap {
	display: block;
	width: 100%;
	height: 280px;
	margin: 0 auto;
}
.location_tbl {
	width: 100%;
	border-top: 2px solid #801310;
}
.location_tbl th,
.location_tbl td  {
	font-size: 15px;
	border-bottom: 1px solid #e5e5e5;
	letter-spacing: -0.5px;
}
.location_tbl th {
	width: 15%;
	color: #801310;
	text-align: center;
}
.location_tbl th span {
	display: inline-block;
	width: 100%;
	border-right: 1px solid #e5e5e5;
	margin-top: 10px;
	margin-bottom: 10px;
}
.location_tbl td {
	width: 85%;
	color: #444;
	padding: 10px;
	text-align: left;
}