@charset "utf-8";

/* 커뮤니티 웹사이트 가격표 */
.all-wrap.type-sub .sect.treatment-prices-wrap {border-bottom:0;}
.all-wrap.type-sub .sect.treatment-prices-wrap::before {display:none;}

.treatment-prices-wrap .inner.type-secondary {padding-top:100px; padding-bottom:200px;}
@media screen and (max-width: 767px) {
	.treatment-prices-wrap .inner.type-secondary {padding-top:50px; padding-bottom:100px;}
}

.treatment-prices-wrap{
	position:relative;
	width:94%;
	max-width:1480px;
	margin:150px auto;
	overflow-x:scroll;
}

.treatment-prices-wrap button{background: inherit ; border:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer;}

.treatment-prices-wrap .toparea{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.treatment-prices-wrap .toparea ul{display:flex;}
.treatment-prices-wrap .toparea ul li{
	position:relative;
	padding-left:10px;
	margin-right:10px;
}
.treatment-prices-wrap .toparea ul li a{
	display:block;
	font-size:1.8rem;color:#9e9e9e;font-weight:500;
}
.treatment-prices-wrap .toparea ul li.on a{color:#000;font-weight:700;}
.treatment-prices-wrap .toparea ul li.on:before{
	display:block;content:"";
	width:6px;height:6px;
	background:#c69c6c;
	border-radius:50%;
	position:absolute;left:0;top:10px;
}
.treatment-prices-wrap .toparea .searchwrap{
	display:flex;align-items:center;
	width:300px;
	box-sizing:border-box;
	padding:0 10px;
	border-bottom:1px solid #ddd;
}
.treatment-prices-wrap .toparea .searchwrap input{
	width:calc(100% - 20px);height:50px;
	font-size:19px;color:#333;
	border:0;outline:0;
}
.treatment-prices-wrap .toparea .searchwrap input::placeholder{color:#999;}
.treatment-prices-wrap .toparea .searchwrap button{
	width:20px;height:20px;
}

.treatment-prices-wrap .mainText{
	font-size:5.0rem;
	text-align:Center;
	margin:50px 0;
}

.treatment-prices-wrap table{
	border-collapse: collapse; border-spacing: 0;
	margin-top:50px;
	width:100%;
}

.treatment-prices-wrap table tr {
	height:40px;
	text-align: center;	

}

.treatment-prices-wrap table th {
	background: var(--color-primary);
	color: #fff;
	vertical-align:middle;
	font-size:1.4rem;
	font-weight:500;
	padding:10px 0;

}

.treatment-prices-wrap table td {
	color: #333;
	vertical-align:middle;
	font-size:1.2rem;
}

.treatment-prices-wrap table th{
	border-right:1px solid #fff;
}

.treatment-prices-wrap table td{
	border: 1px solid #d7d8d8
}

@media screen and (max-width: 812px) {
    	
	.treatment-prices-wrap{
		max-width:800px;
	}
	
	.treatment-prices-wrap table{
		min-width:800px;
	}
	
	.treatment-prices-wrap table th {
		font-size:1.2rem;

	}

	.treatment-prices-wrap table td {
		font-size:1.0rem;
	}
	
}

@media screen and (min-width: 813px) and (max-width: 1399px) {
	
	.treatment-prices-wrap{
		max-width:1280px;
	}
	
	.treatment-prices-wrap.toparea{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
	.treatment-prices-wrap.toparea ul{display:flex;width: 100%;}
	.treatment-prices-wrap.toparea ul li{
		position:relative;
		padding-left:15px;
		margin-right:2vw;
	}
	.treatment-prices-wrap.toparea ul li a{
		display:block;
		font-size:1.6rem;color:#9e9e9e;font-weight:500;
	}
	.treatment-prices-wrap.toparea ul li.on a{color:#000;font-weight:700;}
	.treatment-prices-wrap.toparea ul li.on:before{
		display:block;content:"";
		width:6px;height:6px;
		background:#c69c6c;
		border-radius:50%;
		position:absolute;left:0;top:8px;
	}
	.treatment-prices-wrap.toparea .searchwrap{
		margin-top: 20px;
		display:flex;align-items:center;
		width:100%;
		box-sizing:border-box;
		padding:0 10px;
		border-bottom:1px solid #ddd;
	}
	.treatment-prices-wrap.toparea .searchwrap input{
		width:calc(100% - 20px);height:50px;
		font-size:19px;color:#333;
		border:0;outline:0;
	}
	.treatment-prices-wrap.toparea .searchwrap input::placeholder{color:#999;}
	.treatment-prices-wrap.toparea .searchwrap button{
		width:20px;height:20px;
	}

}

@media screen and (max-width: 812px) {

	.treatment-prices-wrap .toparea{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;
	width:94%;
	overflow:hidden;
	}
	.treatment-prices-wrap .toparea ul{display:flex;width: 100%;overflow: hidden;
	overflow-y: hidden;
	overflow-x: auto;white-space:nowrap;}
	.treatment-prices-wrap .toparea ul::-webkit-scrollbar{display: none;}
	.treatment-prices-wrap .toparea ul li{
		position:relative;
		padding-left:15px;
		margin-right:4vw;
	}
	.treatment-prices-wrap .toparea ul li a{
		display:block;
		font-size:15px;color:#9e9e9e;font-weight:500;
	}
	.treatment-prices-wrap .toparea ul li.on a{color:#000;font-weight:700;}
	.treatment-prices-wrap .toparea ul li.on:before{
		display:block;content:"";
		width:6px;height:6px;
		background:#c69c6c;
		border-radius:50%;
		position:absolute;left:0;top:6px;
	}
	.treatment-prices-wrap .toparea .searchwrap{
		margin-top: 20px;
		display:flex;align-items:center;
		width:100%;
		box-sizing:border-box;
		padding:0 10px;
		border-bottom:1px solid #ddd;
	}
	.treatment-prices-wrap .toparea .searchwrap input{
		width:calc(100% - 20px);height:50px;
		font-size:15px;color:#333;
		border:0;outline:0;
	}
	.treatment-prices-wrap .toparea .searchwrap input::placeholder{color:#999;}
	.treatment-prices-wrap .toparea .searchwrap button{
		width:20px;height:20px;
	}

}


.treatment-prices-wrap .empty_table {padding:100px 0 !important;text-align:center}

/* 장비소개 관련 탭 */
.gallery-equipment .toparea{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;  margin-bottom:50px;}
.gallery-equipment .toparea ul{display:flex;}
.gallery-equipment .toparea ul li{
	position:relative;
	padding-left:10px;
	margin-right:25px;
}
.gallery-equipment .toparea ul li a{
	display:block;
	font-size:1.8rem;color:#9e9e9e;font-weight:500;
}
.gallery-equipment .toparea ul li.on a{color:#000;font-weight:700;}
.gallery-equipment .toparea ul li.on:before{
	display:block;content:"";
	width:6px;height:6px;
	background:#c69c6c;
	border-radius:50%;
	position:absolute;left:0;top:10px;
}

/* 이달의 이벤트 */
.monthly_event_wrap{
	width:100%;
	position:relative;
}

.monthly_event_wrap .inner.type-secondary {
    padding-top: 100px;
    padding-bottom: 200px;
}

.inner.type-secondary {
    max-width: 800px;
}

.monthly_event_wrap .img_wrap{
	width:94%;
	max-width:800px;
	margin:0 auto;
}

@media screen and (max-width: 812px) {

	.monthly_event_wrap .inner.type-secondary {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	


}