@charset "utf-8";

/* ******************************************************************************************************************** */
/* common */
/* ******************************************************************************************************************** */
.clinic-box {
	display: flex;
	padding: 2em;
	margin-bottom: 4em;
	background-color: #f2f1f5;
}
.clinic-box figure {
	width: 36%;
	margin-right: 2em;
}
.clinic-box figure img {
	max-width: 100%;
}
.clinic-box .clinic-txt {
	flex: 1;
}
#sub_container section h5.p-b-none {
	padding-bottom: 0;
}
.mt-10 {
	margin-top: 10px;
}
.handtherapy_list_dl dt {
	padding-left:20px;
	margin-bottom:2px;
	font-family:'NanumGothicBold';
	color:#d63c00;
	background:url('/share/images/common/bullet_arrow_red.gif') no-repeat left center;
}
.handtherapy_list_dl dd {
	margin-bottom: 1em;
}
.handtherapy_list_dl dd:last-child {
	margin-bottom: 0;
}
.clinic-img img {
	max-width: 100%;
}

#sub_container .article {
	margin-bottom: 3em;
}

#sub_container .h6-style {
	margin-bottom: 5px;
	text-decoration: underline;
	font-family:'NanumGothicBold';
}


/* ----------------------------------------------------------------------------- */
/* MEDIA QUERY */
/* ----------------------------------------------------------------------------- */
	@media only screen and (min-width:0px) and (max-width:480px) {



	}
	@media only screen and (min-width:0px) and (max-width:768px) {

		/* ******************************************************************************************************************** */
		/* common */
		/* ******************************************************************************************************************** */
		.clinic-box {
			display: block;
			padding: 2em;
			margin-bottom: 4em;
			background-color: #f2f1f5;
		}
		.clinic-box figure {
			width: 100%;
			margin-right: 0;
			margin-bottom: 1em;
		}



	}
	@media only screen and (min-width:769px) and (max-width:1099px) {


	}