article.contents {padding: 20px 10px;}
article.contents p{line-height:1.4}


/*-- 예약페이지 --*/

div.reserv-inner {
	height: 200px;
	overflow: auto;
}


/*-- END 예약페이지 --*/


/*-- 회원가입페이지 --*/

div.join-inner {
	width: 100%;
	border: 1px solid #ddd;
}

div.all-check {
	width: 100%;
	height: 38px;
	background-color: #eee;
	line-height: 38px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

div.all-check>label {
	margin-left: 10px;
	font-size: 16px;
	font-family: 'Noto Sans Medium';
	color: #535353;
}

div.all-check>label>input {
	margin-right:8px;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	border-radius: 0;
}

ul.agree-box {
	width: 100%;
}

ul.agree-box li.top-btn {
	position: relative;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	border-bottom: 1px solid #ddd;
}

ul.agree-box li.top-btn>label {
	padding-left: 10px;
}
ul.agree-box li.top-btn>label>input {
	margin-right:8px;
	border-radius: 0;
}

span.view-btn {
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;
	width: 18%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 25px;
}

span.view-btn>a {
	color: #aaa;
}

span.flip-btn {
	position: absolute;
	top: 0;
	right: 12px;
	padding-right: 20px;
	font-size: 13px;
	color: #52c3f1;
	background: url('../img/arrow.png') no-repeat 52px;
}

li.panel {
	display: none;
	width: 100%;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

ul.agree-box:last-child li.panel {
	border-bottom: none;
}

div.panel-inner {
	padding: 10px 0;
	margin: 0 auto;
	width: 95%;
}

div.join-txt {
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #535353;
}

.commoninput {
	font-size: 14px;
	width:100px;
	height:24px;
	border: 1px solid #dddddd;
	border-radius: 0;
	background: #fefefe;
	box-sizing: border-box;
}

a .bt_mem {
	position:absolute;
	top:3px;
	left:110px;
	box-sizing: border-box;
	display:block;
	text-align:center;
	width:80px;
	height:24px;
	line-height:24px;
	font-size: 12px;
	background: #645b53;
	color: #ffffff;
	margin: 5px 0 0 0;
}


/*로그인창*/
div.login_box {
	margin-top:0
}
div.login_box input {
	display:block;
	margin:0 auto;
	padding-left:15px;
	width:88%;
	height:35px;
	border:1px solid #eee;
	color:#424953;
}
div.login_box input:first-child {
	margin-bottom:9px;
}
div.login_box label {
	margin:15px auto;
	display:block;
	width:90%;
}
div.login_box label > p {
	float:left;
	display:block;
	width:90%;
	padding-left:2%;
	padding-bottom:5px;
	font-size:14px;
}
div.login_box label input.checkbox {
	float:left;
	margin:0;
	width:5%;
	height:15px;
}
div.btn {
	clear:both;
	margin:0 auto;
	padding-top:10px;
	width:90%;
}
div.lgn_btn {
	float:left;
	width:31.3%;
	height:35px;
	border:none;
	background-color:#9f9084;
	font-size:0.875em;
	font-weight:bold;
	letter-spacing:0.05em;
	cursor:pointer;
	margin-left:3.05%;
}
div.lgn_btn:first-child {
	margin-left:0%;
}
div.lgn_btn a {
	display:block;
	line-height:35px;
	text-align:center;
	font-size:0.875em;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.05em;
	color:#fff;
}
div.col {
	background-color:#545454;
	color:#fff;
}


/* 공지사항 */
.board {
	margin:0 auto;
	width:98%;
	border-top:2px solid #645b52;
}
.board li{
	background:url(../img/btn_view.png) right 12px no-repeat;
	background-size:40px 25px;
	height:50px;
	border-bottom:1px solid #dbdbdb;
	list-style:none;
}
.board li a {
	display:block;
	width:auto;
	height:50px;
	text-decoration:none;
}
.board li a img{
	vertical-align:middle;
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 10px 5px 5px;
}
.board li .date{
	display:block;
	color:#52c3f1;
	font-size:13px;
	padding-top:7px;
	margin-left:15px;
	letter-spacing:-1px;
}
.board li .title{
	padding-top:5px;
	display:block;
	width:82%;
	font:14px/24px;
	color:#999;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-left:15px;
}

/* 공지사항 뷰 페이지 */
div.view_cont {
	width:100%;
}
div.view_cont > p {font-size:14px; padding-top:10px; line-height:26px;}
div.list-btn {
	margin:15px 0;
	padding-top:15px;
	border-top:1px solid #ddd;
	text-align:center;
}



/*-- 코스 --*/

/*텝메뉴*/
ul.tabs-nav {
	clear:both;
	margin:0 auto;
	width:100%;
}
ul.tabs-nav li {
	float:left;
	width:11.1%;
	text-align:center;
	color:#fff;
	font:14px/30px;
	letter-spacing:-2px;
	list-style:none;
	background-color:#beb4a7;
	padding:8px 0;
	margin:0;
}
ul.tabs-nav li:first-child {
	margin-left:0;
}
ul.tabs-nav li:hover {
	background:#3d3932;
}
ul.tabs-nav li a:hover {
	color:#fff;
}
ul.tabs-nav li a {
	display:inline;
	padding:20%;
	text-align:center;
	text-decoration:none;
	font-size:0.8em;
	color:#ffffff;
}
ul.tabs-nav li.active {
	background:#3d3932;
}
/*탭컨텐츠*/
.tabs-content div:first-child {
  display:block;
}
div.tab_content {
	margin:20px auto;
	width:100%;
	display:none;
}
div.tab_content > p {
	margin-bottom:4px;
	font-size:0.8em;
	line-height:20px;
	color:#999;
}
div.tab_content > img {
	margin-top:16px;
	margin-bottom:10px;
	border:1px solid #ddd;
	box-sizing:border-box;
}

ul.ul-point {margin:10px 0 30px 0;}
ul.ul-point > li {position:relative; margin-top:5px; padding-left:15px; font-size:14px; line-height:22px; color:#555;}
ul.ul-point > li:after {position: absolute; top: 11px; left: 5px; content: ''; display: block; width: 2px; height: 2px; background: #999;}