@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');


.subInner {
	position: relative;
	width: 1320px;
	margin: 0 auto;
}

.sub_top {
	position: relative;
	height: 699px;
}

.sub_top .sub_title {
	position: absolute;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sub_top .sub_title .sub_p {
	display: inline-block;
	color: #333;
	font-size: 1.125rem;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.sub_top .sub_title h2 {
	display: block;
	font-size: 3rem;
	font-weight: 500;
	color: #333;
	line-height: 1em;
}

.sub_top .sub_title em {
	display: inline-block;
	margin-top: 35px;
	font-size: 1.1rem;
	font-weight: 300;
	font-style: normal;
	color: #333;
	line-height: 1em;
}


.top_01 {
	background: url(../img/sub/mn01/subtop_01.jpg) no-repeat center center/cover;
}

.top_02 {
	background: url(../img/sub/mn02/subtop_02.jpg) no-repeat center center/cover;
}

.top_03 {
	background: url(../img/sub/mn03/subtop_03.jpg) no-repeat center center/cover;
}

.top_04 {
	background: url(../img/sub/mn04/subtop_04.jpg) no-repeat center center/cover;
}

.top_05 {
	background: url(../img/sub/mn05/subtop_05.jpg) no-repeat center center/cover;
}

.top_06 {
	background: url(../img/sub/mn06/subtop_06.jpg) no-repeat center center/cover;
}

.top_07 {
	background: url(../img/sub/mn07/subtop_07.jpg) no-repeat center center/cover;
}

.top_08 {
	background: url(../img/sub/mn01/subtop_01.jpg) no-repeat center center/cover;
}

@media (max-width: 1200px) {
	.sub_top {
		height: 450px;
	}
}

@media (max-width: 1023px) {
	.sub_top .sub_title em {
		font-size: 1.3rem;
	}
}

@media (max-width: 768px) {

	.sub_top {
		position: relative;
		height: 250px;
	}

	.sub_top .sub_title {
		position: absolute;
		top: unset;
		bottom: 50px;
		left: 5%;
		transform: none;
		width: 100%;
		text-align: center;
	}

	.sub_top .sub_title .sub_p {
		font-size: 0.9rem;
		margin: 0 0 8px;
	}

	.sub_top .sub_title h2 {
		font-size: 1.7rem;
	}

	.sub_top .sub_title em {
		margin-top: 15px;
		font-size: 0.9rem;
		line-height: 1.2em;
	}




}

@media (max-width: 540px) {
	.sub_top {
		position: relative;
		height: 175px;
	}
}

.sub_content {
	position: relative;
}


/* lnb */
.area_lnb {
	position: absolute;
	top: -35px;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 70px;
	z-index: 2;
}

.area_lnb nav {
	width: 1320px;
	height: 100%;
	border: 1px solid #e0e1e1;
	background: #fff;
	box-sizing: border-box;
}

.area_lnb nav .wrap {
	width: 100%;
	height: 100%;
}

.area_lnb nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 70px;
	width: 100%;
	height: 100%;
}

.area_lnb nav ul>li {
	position: relative;
}

.area_lnb nav ul>li:before {
	content: '';
	position: absolute;
	top: 2px;
	right: -35px;
	width: 1px;
	height: 20px;
	background: #e0e1e1;
}

.area_lnb nav ul>li:last-child {
	margin: 0;
}

.area_lnb nav ul>li:last-child:before {
	display: none;
}

.area_lnb nav ul>li>a {
	position: relative;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	color: #333;
	word-break: keep-all;
}

.area_lnb nav ul>li.active>a {
	color: #298f85;
}

.sub-title {
	text-align: center;
	margin-bottom: 70px;
}

.sub-title .mini_logo {
	margin-bottom: 30px;
}

.sub-title .mini_logo img {
	width: auto;
}

.sub-title h3 {
	display: block;
	font-size: 2.10rem;
	font-weight: 400;
	color: #333;
	word-break: keep-all;
}

.sub-title h3 b {
	color: #85ccc5;
	font-weight: 400;
}

.sub-title p {
	display: block;
	margin-top: 10px;
	font-size: 1.05rem;
	font-weight: 400;
	color: #333;
	line-height: 1.5em;
	word-break: keep-all;
}


/* 다나온한의원 */
.intro-about {
	position: relative;
	padding: 140px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.intro-img {
	position: relative;
	margin-top: 80px;
}

.intro-img .img {
	width: 830px;
}

.intro-img .img img {
	width: auto;
}

.intro-img .txt {
	position: absolute;
	right: 4.5%;
	bottom: 50px;
}

.intro-img .txt p {
	display: block;
	margin-top: 25px;
	font-size: 1.05rem;
	font-weight: 600;
	color: #333;
	line-height: 1.5em;
	word-break: keep-all;
}

.intro-txt {
	display: block;
	margin-top: 60px;
}

.intro-txt p {
	display: block;
	margin-bottom: 30px;
	font-size: 1.13rem;
	font-weight: 400;
	color: #333;
	line-height: 1.5em;
	word-break: keep-all;
}

.intro-txt p:last-child {
	margin: 0;
}

.obj {
	position: absolute;
	top: 0;
	right: 0;
}

.obj img {
	width: auto;
}

.intro-service {
	position: relative;
	padding: 120px 0;
	background: url(../img/sub/mn01/bg-system.jpg)no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}

.intro-service .top {
	display: block;
	text-align: center;
	margin-bottom: 70px;
}

.intro-service .top p {
	display: block;
	margin-top: 50px;
	font-size: 1.13rem;
	font-weight: 400;
	line-height: 1.5em;
	word-break: keep-all;
	color: #37b6a4;
}

.service-img {
	width: 100%;
}

.service-img img {
	width: 99%;
}

.service-txt {
	display: block;
	margin-top: 70px;
	text-align: center;
}

.service-txt p {
	display: block;
	margin-bottom: 30px;
	font-size: 1.13rem;
	font-weight: 400;
	color: #333;
	line-height: 1.5em;
	word-break: keep-all;
}

.service-txt p:last-child {
	margin: 0;
}

.service-txt h4 {
	position: relative;
	display: block;
	padding-top: 140px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #333;
	line-height: 1.5em;
	word-break: keep-all;
}

.service-txt h4:before {
	content: '';
	position: absolute;
	top: 60px;
	left: 50%;
	width: 80px;
	height: 20px;
	margin-left: -40px;
	background: url(../img/sub/mn01/dot.png)no-repeat center;
	background-size: contain;
}

.intro-system {
	position: relative;
	padding: 120px 0;
	box-sizing: border-box;
}

.system-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	padding: 60px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #85ccc561;
	box-sizing: border-box;
}

.system-item:first-child {
	padding-top: 0;
}

.system-item:last-child {
	padding-bottom: 0;
	border: none;
}

.system-item .img {
	width: 630px;
	border-radius: 10px;
	overflow: hidden;
}

.system-item .img img {
	width: auto;
	max-width: 100%;
}

.system-item .txt {
	width: calc(100% - 690px);
}

.system-item .txt .num {
	display: block;
	margin-bottom: 20px;
}

.system-item .txt .num img {
	width: auto;
}

.system-item .txt h3 {
	position: relative;
	display: block;
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

.system-item .txt p {
	display: block;
	font-size: 1.13rem;
	font-weight: 400;
	color: #333;
	line-height: 1.5em;
	word-break: keep-all;
}

.intro-bn {
	position: relative;
	width: 100%;
	height: 596px;
	background: url(../img/sub/mn01/bg-intro-bn.jpg)no-repeat center;
	background-size: cover;
}

.intro-bn .subInner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.intro-bn .sub-title .mini_logo {
	margin-bottom: 40px;
}

.intro-bn .sub-title p {
	margin-top: 50px;
	color: #a5f7eb;
}


@media (max-width:1450px) {
	.subInner {
		width: 90%;
	}

	.sub_top .sub_title {
		width: 90%;
	}

	.area_lnb nav {
		width: 90%;
	}
}

@media (max-width:1400px) {
	.sub-title h3 {
		font-size: 1.4rem;
	}

	.obj img {
		width: 500px;
	}

	.intro-img .img {
		width: 65%;
	}

	.intro-img .img img {
		width: 100%;
	}

	.intro-img .txt .big-txt {
		height: 65px;
	}

	.intro-img .txt .big-txt img {
		height: 100%;
	}
}

@media (max-width:1023px) {
	.area_lnb nav ul {
		gap: 40px;
	}

	.area_lnb nav ul>li:before {
		right: -20px;
	}

	.sub-title {
		margin-bottom: 40px;
	}

	.intro-about {
		padding: 120px 0 100px;
	}

	.intro-img {
		margin: 0;
	}

	.intro-img .img {
		width: 100%;
	}

	.intro-img .img img {
		width: 100%;
	}

	.intro-img .txt {
		position: relative;
		left: 60px;
		right: 0;
	}

	.intro-txt {
		margin-top: 0;
	}

	.obj img {
		width: 300px;
	}

	.intro-service {
		padding: 100px 0;
	}

	.intro-service .top .big-txt {
		height: 35px;
	}

	.intro-service .top .big-txt img {
		width: auto;
		max-width: 100%;
		height: 100%;
	}

	.intro-service .top p {
		margin-top: 30px;
	}

	.intro-system {
		padding: 100px 0;
	}

	.system-item {
		display: flex;
		flex-direction: column-reverse;
	}

	.system-item:nth-child(even) {
		flex-direction: column;
	}

	.system-item .img {
		width: auto;
		margin: 0 auto;
	}

	.system-item .txt {
		width: 100%;
		text-align: center;
	}

	.intro-bn .big-txt {
		height: 35px;
	}

	.intro-bn .big-txt img {
		height: 70%;
	}
}

@media (max-width:900px) {
	.area_lnb {
		top: 0;
		border: none;
		position: relative;
	}

	.area_lnb nav {
		width: 100%;
		border: none;
		border-bottom: 1px solid #e0e1e1;
	}

	.area_lnb nav ul {
		gap: 20px;
	}

	.area_lnb nav ul>li:before {
		top: 5px;
		right: -10px;
		height: 13px;
	}
}

@media (max-width:768px) {

	.area_lnb {
		height: 40px;
	}

	.area_lnb nav ul {
		padding: 0 15px;
	}

	.area_lnb.v2 {
		height: auto;
	}

	.area_lnb.v2 nav ul {
		padding: 12px 15px;
		gap: 10px 20px;
	}

	.area_lnb.v2 nav ul>li:before {
		top: 3px;
	}

	.sub-title .mini_logo {
		margin-bottom: 20px;
	}

	.intro-about {
		padding: 80px 0;
	}

	.intro-img .txt {
		left: 30px;
		bottom: -20px;
	}

	.intro-img .txt .big-txt {
		height: 55px;
	}

	.intro-txt {
		margin-top: 20px;
	}

	.intro-txt p {
		margin-bottom: 15px;
	}

	.obj img {
		width: 200px;
	}

	.intro-service .top .big-txt {
		max-width: 100%;
		height: 25px;
	}

	.intro-service .top .big-txt img {
		height: 100%;
	}

	.intro-service {
		padding: 80px 0;
	}

	.service-txt h4 {
		padding-top: 100px;
	}

	.service-txt h4:before {
		top: 30px;
		height: 14px;
	}

	.intro-system {
		padding: 80px 0;
	}

	.system-item {
		gap: 40px;
	}

	.system-item .img {
		width: 100%;
	}

	.system-item .img img {
		width: 100%;
	}

	.system-item .txt {
		text-align: left;
	}

	.system-item .txt .num {
		height: 20px;
		margin-bottom: 15px;
	}

	.system-item .txt .num img {
		height: 80%;
	}

	.intro-bn {
		height: auto;
		padding: 100px 0;
	}

	.intro-bn .big-txt {
		height: 25px;
	}
}

@media (max-width:540px) {
	/*.sub_content {
		padding: 40px 0 0;
	}
	*/

	.sub-title {
		margin-bottom: 20px;
	}

	.sub-title .mini_logo {
		margin-bottom: 10px;
	}

	.intro-about {
		padding: 30px 0;
	}

	.intro-img .txt {
		width: 90%;
		left: 0px;
	}

	.intro-img .txt .big-txt {
		height: 40px;
	}

	.intro-img .txt p {
		margin-top: 15px;
	}

	.intro-txt {
		margin-top: 50px;
	}

	.obj img {
		width: 140px;
	}

	.intro-service {
		padding: 30px 0;
	}

	.intro-service .top .big-txt {
		height: 20px;
	}

	.intro-service .top .big-txt img {
		height: 80%;
	}

	.intro-service .top {
		margin-bottom: 30px;
	}

	.intro-service .top p {
		margin-top: 20px;
		font-size: 1.13rem;
	}

	.service-txt {
		margin-top: 30px;
	}

	.service-txt h4 {
		padding-top: 50px;
		font-size: 1.3rem;
	}

	.service-txt h4:before {
		top: 10px;
		height: 12px;
	}

	.service-txt p {
		margin-bottom: 20px;
		font-size: 1.13rem;
	}

	.service-txt p br {
		display: none;
	}

	.system-item {
		gap: 20px;
		padding: 30px 0;
	}

	.system-item .txt .num {
		height: 13px;
		margin-bottom: 10px;
	}

	.system-item .txt h3 {
		font-size: 1.3rem;
		margin-bottom: 15px;
	}

	.system-item .txt p {
		font-size: 1.1rem;
	}

	.intro-system {
		padding: 30px 0;
	}

	.intro-bn {
		padding: 40px 0;
	}

	.intro-bn .sub-title .mini_logo {
		margin-bottom: 15px;
	}

	.intro-bn .big-txt {
		height: 20px;
	}

	.intro-bn .sub-title p {
		margin-top: 15px;
		font-size: 1.05rem;
	}

	.intro-bn .sub-title p br {
		display: none;
	}

}


/* 의료진 */
.doctor-about {
	position: relative;
	padding: 140px 0 110px;
	box-sizing: border-box;
}

.doctor-about .sub-title {
	margin: 0;
}

.doctor-about .sub-title p {
	margin-top: 40px;
	font-size: 1.05rem;
	font-weight: 400;
}

.doctor-history {
	position: relative;
	padding: 90px 0 0;
	background: url(../img/sub/mn01/bg-doctor.jpg)no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}

.doctor-title {
	position: absolute;
	top: 40px;
	left: 90px;
}

.doctor-title h3 {
	display: block;
	margin-bottom: 20px;
	font-size: 3.25rem;
	font-weight: 500;
	color: #333;
	line-height: 1em;
}

.doctor-title p {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	line-height: 1.4em;
	word-break: keep-all;
}

.history-cont {
	display: flex;
}

.history-cont>div {
	width: 58%;
}

.history-info {
	padding-top: 280px;
	padding-left: 90px;
	box-sizing: border-box;
}

.history-info .top {
	margin-bottom: 40px;
}

.history-info .top .txt-en {
	position: relative;
	z-index: 2;
	margin: 0 0 20px;
}

.history-info .top .txt-en:before {
	content: '';
	position: absolute;
	bottom: 12px;
	left: 150px;
	width: calc(100% - 150px);
	height: 1px;
	background: #333;
	z-index: -1;
}

.history-info .top .txt-en h3 {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 400;
	padding-right: 10px;
	font-family: "Sorts Mill Goudy", serif;
	color: #333;
	line-height: 1em;
}

.history-info .top h4 {
	display: block;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1em;
	color: #333;
	word-break: keep-all;
}

.history-info .info-list {
	margin-bottom: 30px;
}

.history-info .info-list>li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

.history-info .info-list>li::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 10px;
	background: #333;
}

.history-img {
	text-align: center;
}

.doctor-story {
	position: relative;
	padding: 150px 0 170px;
	background: url(../img/sub/mn01/bg-story.jpg)no-repeat center;
	background-size: cover;
	box-sizing: border-box;
}

.doctor-story>div {
	padding: 0 0 0 90px;
	box-sizing: border-box;
}

.doctor-story h3 {
	display: block;
	font-size: 3.0rem;
	font-weight: 400;
	color: #85ccc5;
	line-height: 1em;
	font-family: "Sorts Mill Goudy", serif;
}

.doctor-story h4 {
	display: block;
	margin: 10px 0 50px;
	font-size: 2.0rem;
	font-weight: 500;
	color: #85ccc5;
	line-height: 1em;
}

.doctor-story p {
	display: block;
	margin-bottom: 30px;
	font-size: 1.13rem;
	font-weight: 300;
	/* letter-spacing: -1px; */
	color: #fff;
	line-height: 1.5em;
	word-break: keep-all;
}

.doctor-story p.last {
	margin: 0;
}

.story-item {
	display: flex;
}

.story-item>div {
	width: 50%;
}

.story-item>.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story-item>.txt {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 0 125px;
	box-sizing: border-box;
}

.story-item>.txt .txt-wrap {
	text-align: justify;
	width: 600px;
}

.story-item>.txt p {
	margin-bottom: 20px;
	font-size: 1.13rem;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: -0.9px;
	color: #333;
}

.story-item>.txt p.bold {
	font-weight: 600;
}

.story-item>.txt .logo {
	margin-top: 100px;
}

.story-item.v2>.txt {
	background: #dee3e7 url(../img/sub/mn01/bg-doctor03.jpg)no-repeat center;
	background-size: cover;
	padding: 0 125px 0 210px;
	letter-spacing: -1px;
}

.story-item.v2>.txt p {
	margin-bottom: 30px;
}

@media (max-width:1700px) {
	.story-item>.txt {
		padding: 0 90px;
	}

	.story-item>.txt .txt-wrap {
		width: auto;
	}

	.story-item.v2>.txt {
		padding: 0 90px;
	}
}

@media (max-width:1400px) {
	.doctor-about .sub-title p {
		margin-top: 20px;
		font-size: 1.15rem;
	}

	.story-item>.txt,
	.story-item.v2>.txt {
		padding: 50px;
	}

	.doctor-story>div {
		padding: 0;
	}
}

@media (max-width:1100px) {

	.story-item>.txt,
	.story-item.v2>.txt {
		padding: 30px;
	}
}

@media (max-width:1023px) {
	.doctor-history {
		padding: 80px 0 0;
	}

	.doctor-title {
		left: 0;
	}

	.doctor-title p {
		font-size: 1.15rem;
	}

	.history-info {
		padding-top: 210px;
		padding-left: 0;
	}

	.history-info .top {
		margin-bottom: 30px;
	}

	.history-info .top .txt-en {
		margin: 0 0 10px;
	}

	.history-info .top .txt-en h3 {
		font-size: 1.8rem;
	}

	.history-info .top h4 {
		font-size: 1.8rem;
	}

	.history-info .top .txt-en:before {
		left: 90px;
		width: calc(100% - 90px);
	}

	.history-info .info-list {
		margin-bottom: 20px;
	}

	.history-info .info-list>li {
		font-size: 1.00rem;
	}

	.history-info .info-list>li::before {
		top: 7px;
	}

	.doctor-story {
		padding: 100px 0;
	}

	#area-cs {
		padding: 100px 0;
	}

	.history-img img {
		width: 270px;
	}
}

@media (max-width:860px) {
	.story-item {
		flex-direction: column;
	}

	.story-item.v2 {
		flex-direction: column-reverse;
	}

	.story-item>div {
		width: 100%;
	}

	.story-item>.txt,
	.story-item.v2>.txt {
		padding: 50px 5%;
	}

	.story-item>.txt .logo {
		margin-top: 50px;
	}
}

@media (max-width:768px) {
	.doctor-about {
		padding: 80px 0 50px;
	}

	.doctor-story {
		padding: 80px 0;
	}

	.doctor-history {
		padding: 50px 0 0;
	}

	.doctor-title {
		top: 20px;
	}

	.doctor-title h3 {
		font-size: 2.5rem;
		margin-bottom: 15px;
	}

	.history-info {
		padding-top: 150px;
	}

	.history-img img {
		width: 220px;
	}

	.doctor-story h3 {
		font-size: 2.7rem;
	}

	.doctor-story h4 {
		margin: 10px 0 25px;
		font-size: 2rem;
	}

	.doctor-story p {
		margin-bottom: 20px;
	}

	.doctor-story p br {
		display: none;
	}

	.history-info .top .txt-en:before {
		left: 76px;
		width: calc(100% - 76px);
		bottom: 6px;
	}

	.history-info .info-list>li::before {
		width: 2px;
		height: 2px;
		top: 6px;
	}

}

@media (max-width:540px) {
	.doctor-about {
		padding: 30px 0;
	}

	.doctor-history {
		padding: 40px 0 0;
	}

	.doctor-title {
		top: 10px;
	}

	.doctor-title h3 {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.doctor-about .sub-title p {
		text-align: justify;
	}

	.doctor-about .sub-title p br {
		display: none;
	}

	.history-info {
		padding-top: 110px;
	}

	.history-info .top {
		margin-bottom: 18px;
	}

	.history-info .top .txt-en {
		margin: 0 0 7px;
	}

	.history-info .top .txt-en:before {
		left: 60px;
		width: calc(100% - 60px);
	}

	.history-info .top .txt-en h3,
	.history-info .top h4 {
		font-size: 1.4rem;
	}

	.history-info .info-list {
		margin-bottom: 12px;
	}

	.history-info .info-list>li {
		margin-bottom: 7px;
		padding-left: 8px;
	}

	.history-img img {
		width: 175px;
	}

	.doctor-story {
		padding: 40px 0;
	}

	.doctor-story h3 {
		font-size: 1.8rem;
	}

	.doctor-story h4 {
		margin: 8px 0 20px;
		font-size: 1.3rem;
	}

	.doctor-story p {
		margin-bottom: 14px;
		text-align: justify;
		letter-spacing: -0.9px;
	}

	.story-item>.txt,
	.story-item.v2>.txt {
		padding: 30px 5%;
	}

	.story-item>.txt p {
		margin-bottom: 12px;
	}

	.story-item.v2>.txt p {
		margin-bottom: 20px;
	}

	.story-item>.txt .logo {
		margin-top: 30px;
		height: 45px;
	}

	.story-item>.txt .logo img {
		height: 70%;
	}
}

@media (max-width:480px) {
	.history-info .top .txt-en:before {
		left: 55px;
		bottom: 5px;
		width: calc(100% - 55px);
	}
}

@media (max-width:420px) {
	.doctor-title {
		position: relative;
		top: 0;
	}

	.history-info {
		padding: 20px 0 15px 15px;
	}

	.history-img {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.history-img img {
		width: 125px;
	}
}

#area-cs {
	position: relative;
	padding: 100px 0 120px;
	box-sizing: border-box;
}

/* inquiry */
#area-cs {
	position: relative;
	background: #f9f9f9;
	background-size: cover;
}

#area-cs .subInner {
	box-sizing: border-box;
}

.box-inquriy__form>form {
	display: block;
	padding: 60px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: left;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
	box-shadow: 4px 5px 15px rgb(17 17 17 / 2%);
}

.box-inquriy__form>form .box-required {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 400;
	color: #999;
	line-height: 1em;
}

.box-inquriy__form>form i {
	display: inline-block;
	position: relative;
	top: 2px;
	font-size: 15px;
	font-weight: 400;
	color: #ff0000;
}

.box-inquriy__form>form .box {
	display: flex;
	gap: 20px;
	margin-bottom: 25px;
	text-align: left;
}

.box-inquriy__form>form .box-full {
	display: block;
}

.box-inquriy__form>form .box .box-input {
	width: calc((100% / 2) - 5px);
	text-align: left;
}

.box-inquriy__form>form .box label {
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	line-height: 1em;
	word-break: keep-all;
}

.box-inquriy__form>form .box label i {
	position: absolute;
	top: -5px;
	right: -10px;
}

.box-inquriy__form>form .box input[type="text"] {
	display: block;
	padding: 10px 13px;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #eee;
	font-size: 16px;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

.box-inquriy__form>form .box input[type="text"]::placeholder {
	outline: none;
}

.box-inquriy__form>form .box textarea {
	display: block;
	padding: 15px;
	width: 100%;
	height: 110px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #eee;
	font-size: 15px;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

.list-check {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 10px;
}

.box-inquriy__form>form .box .list-check>li {
	position: relative;
	box-sizing: border-box;
	border-radius: 4px;
}

.box-inquriy__form>form .box .list-check>li>label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	white-space: nowrap;
	font-size: 17px;
	font-weight: 500;
	color: #333;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s;
	cursor: pointer;
}

.box-inquriy__form>form .box .list-check>li>label::before {
	display: inline-block;
	position: relative;
	content: "";
	width: 20px;
	height: 20px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-size: contain;
	transition: transform .3s ease-in-out;
}

.box-inquriy__form>form .box .list-check>li>label em {
	position: relative;
	top: -1px;
	font-style: normal;
}

.box-inquriy__form>form .box .list-check>li input[type="checkbox"]:checked+label::before {
	background: url(../img/common/check-line.svg)no-repeat center;
	background-size: 12px auto;
	transition: transform .3s ease-in-out;
	opacity: 1;
}

.box-inquriy__form>form .box .list-check>li input[type="checkbox"]:checked+label {
	transition: all .2s;
}

.box-inquriy__form>form .box .list-check>li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.submitBox {
	margin: 25px auto 0;
	text-align: center;
}

.submitBox input[type=submit] {
	width: 140px;
	height: 48px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1em;
	word-break: keep-all;
	border: none;
	background: #85ccc5;
}

/* checkbox */
.check-wrap .checkbox_label {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.check-wrap .checkbox_label input[type='checkbox'] {
	display: none;
}

.check-wrap .checkbox_icon::before {
	content: '';
	display: block;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #fff;
	border: 1px solid #222;
	box-sizing: border-box;
	position: relative;
	top: 1px;
	cursor: pointer;
	border-radius: 0;
}

.checkbox_label input:checked+.checkbox_icon::before {
	background: #85ccc5 url(../img/common/ic-chk.svg)no-repeat center;
	background-size: 13px 10px;
	border: none;
}

.chk-list>li.last .checkbox_icon::before {
	top: -1px;
}

.check-wrap .checkbox_icon::before {
	width: 17px;
	height: 17px;
	top: 2px;
	border-radius: 2px;
	border-color: #ddd;
	background: #ddd;
}

.check-wrap .checkbox_label input:checked+.checkbox_icon::before {
	background-size: 10px 8px;
}

.check-wrap em {
	display: flex;
	align-items: center;
	margin-left: 7px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 1.2em;
	word-break: keep-all;
	font-style: normal;
}

.check-wrap em a {
	display: inline-block;
	margin-left: 5px;
	background: #eee;
	border-radius: 5px;
	padding: 3px 5px;
	font-size: 13px;
	font-weight: 500;
	color: #777;
	line-height: 1.2em;
	word-break: keep-all;
}



@media all and (max-width:1023px) {}

@media all and (max-width:768px) {
	#area-cs {
		padding: 70px 0;
	}

	.box-inquriy__form>form {
		padding: 30px;
	}

	.list-check {
		grid-template-columns: repeat(2, 1fr);
	}

	.box-inquriy__form>form .box .list-check>li>label {
		font-size: 16px;
	}
}

@media all and (max-width:620px) {
	.list-check {
		grid-template-columns: repeat(1, 1fr);
	}

	.box-inquriy__form>form .box {
		flex-direction: column;
	}

	.box-inquriy__form>form .box .box-input {
		width: 100%;
	}
}

@media all and (max-width:540px) {
	#area-cs {
		padding: 40px 0;
	}

	.box-inquriy__form>form {
		border-radius: 7px;
		padding: 14px 14px 20px;
	}

	.box-inquriy__form>form i {
		font-size: 11px;
	}

	.box-inquriy__form>form .box label i {
		top: -4px;
		right: -7px;
	}

	.box-inquriy__form>form .box {
		gap: 10px;
		margin-bottom: 13px;
	}

	.box-inquriy__form>form .box label {
		font-size: 11px;
		margin-bottom: 7px;
	}

	.box-inquriy__form>form .box input[type="text"] {
		height: 34px;
		padding: 8px;
		font-size: 11px;
	}

	.box-inquriy__form>form .box .list-check {
		margin-top: 8px;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.box-inquriy__form>form .box .list-check>li>label {
		gap: 5px;
		font-size: 11px;
	}

	.box-inquriy__form>form .box .list-check>li>label::before {
		top: -1px;
		width: 12px;
		height: 12px;
	}

	.box-inquriy__form>form .box textarea {
		padding: 8px;
		font-size: 11px;
		height: 60px;
	}

	.box-inquriy__form>form .box-required {
		font-size: 11px;
		margin-bottom: 5px;
	}

	.check-wrap em {
		font-size: 11px;
		margin-left: 4px;
	}

	.check-wrap em a {
		font-size: 10px;
		margin-left: 3px;
	}

	.check-wrap .checkbox_icon::before {
		width: 14px;
		height: 14px;
	}

	.check-wrap .checkbox_label input:checked+.checkbox_icon::before {
		background-size: 8px 6px;
	}

	.submitBox {
		margin: 14px auto 0;
	}

	.submitBox input[type=submit] {
		width: 85px;
		height: 30px;
		font-size: 13px;
		border-radius: 5px;
	}
}

/* 병원둘러보기 */
.viewgall {
	position: relative;
	padding: 140px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.viewgall .containergall {
	position: relative;
}

.viewgall .mySlides {
	display: none;
}

.viewgall .mySlides>img {
	max-height: 650px;
	object-fit: cover;
}

.viewgall .cursor {
	cursor: pointer;
}

.viewgall .prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 32%;
	width: auto;
	padding: 16px;
	margin-top: 0px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	background-color: rgb(133 204 198 / 51%);
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.viewgall .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.viewgall .prev:hover,
.next:hover {
	background-color: hsl(174, 41%, 44%);
	color: #fff
}

.viewgall .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.viewgall .caption-containergall {
	text-align: center;
	background-color: #85ccc5;
	padding: 10px 16px;
	color: white;
}

.viewgall .roww:after {
	content: "";
	display: table;
	clear: both;
}

.viewgall .column {
	float: left;
	width: 20%;
}

.viewgall .demo {
	opacity: 0.6;
}

.viewgall .active,
.demo:hover {
	opacity: 1;
}

.viewgall p #caption {
	font-size: 20px;
	margin: 0 auto;
	padding: 10px 0px;
}

@media (max-width: 768px) {
	.viewgall {
		position: relative;
		padding: 30px 0;
	}

	.viewgall .leaf02 {
		position: absolute;
		top: 0;
		right: 0;
		width: 20%;
	}

	.viewgall .tit_txt {
		margin-bottom: 30px;
	}

	.viewgall .containergall {
		position: relative;
		width: 100%;
	}

	.viewgall .mySlides {
		display: none;
	}

	.viewgall .mySlides>img {
		max-height: 650px;
		object-fit: cover;
	}

	.viewgall .cursor {
		cursor: pointer;
	}

	.viewgall .prev,
	.next {
		cursor: pointer;
		position: absolute;
		top: 27%;
		width: auto;
		padding: 12px;
		margin-top: -50px;
		color: white;
		font-weight: bold;
		font-size: 10px;
		background-color: rgb(133 204 198 / 51%);
		border-radius: 0 3px 3px 0;
		user-select: none;
		-webkit-user-select: none;
	}

	.viewgall .next {
		right: 0px;
		border-radius: 3px 0 0 3px;
	}

	.viewgall .prev:hover,
	.next:hover {
		background-color: hsl(174, 41%, 44%);
		color: #fff
	}

	.viewgall .numbertext {
		color: #f2f2f2;
		font-size: 12px;
		padding: 8px 12px;
		position: absolute;
		top: 0;
	}

	.viewgall .caption-containergall {
		text-align: center;
		background-color: #85ccc5;
		padding: 7px 16px;
		color: white;
	}

	.viewgall .roww:after {
		content: "";
		display: table;
		clear: both;
	}

	.viewgall .column {
		float: left;
		width: 33.33%;
	}

	.viewgall .demo {
		opacity: 0.6;
	}

	.viewgall .active,
	.demo:hover {
		opacity: 1;
	}

	.viewgall p #caption {
		font-size: 12px;
		margin: 0 auto;
		padding: 5px 0px;
	}
}

/* 오시는길 */
.location {
	position: relative;
	padding: 140px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.location .box01 {
	width: 50%;
	float: left
}

.location .box01 .root_daum_roughmap .wrap_map {
	height: 600px;
}

.location .box01 .root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont .section.lst {
	display: none;
}

.location .box01 .root_daum_roughmap_landing .border2 {
	display: block;
	border: 1px solid #000;
}

.location .map {
	width: 100% !important
}

.location .box02 {
	width: 50%;
	float: right;
	background: #f9f9f9;
	height: 600px;
	padding: 70px;
	position: relative;
}

.location .box02 .mapcon_box {
	margin-bottom: 50px;
}

.location .box02 .mapcon_box:nth-child(3) {
	margin-bottom: 0;
}

.location .box02 .mapcon_box ul {
	display: flex;
	gap: 40px;

	font-size: 24px;
	font-weight: 500;
}

.location .box02 .mapcon_box ul strong {
	color: #85ccc5;
}

.location .box02 .mapcon_box .time_table,
.location .box02 .mapcon_box .contact_num {
	display: flex;
	gap: 5px;
	flex-direction: column;
}

.location .box02 .mapcon_box .time_table span {
	font-size: 18px;
	font-weight: 600;
	color: #85ccc5;
}

.location .box02 .mapcon_box .contact_num b {
	font-size: 45px;
	line-height: 40px;
	font-weight: 700;
	color: #85ccc5;
	line-height: 1.0;
}

@media (max-width: 1400px) {
	.location .box01 {
		width: 100%
	}

	.location .box02 {
		width: 100%
	}
}

@media (max-width:1023px) {
	.location .box01 .root_daum_roughmap .wrap_map {
		height: 300px
	}
}

@media (max-width: 768px) {
	.location {
		position: relative;
		padding: 30px 0;
	}

	.location .leaf02 {
		position: absolute;
		top: 0;
		right: 0;
		width: 20%;
	}

	.location .tit_txt {
		margin-bottom: 30px;
	}

	.location .map {
		width: 100% !important;
	}

	.location iframe {
		height: 360px;
	}

	.location .box02 {
		width: 100%;
		float: right;
		background: #f9f9f9;
		height: 100%;
		padding: 40px 30px;
		position: relative;
		margin-top: 15px;
	}

	.location .box02 .mapcon_box {
		margin-bottom: 20px;
	}

	.location .box02 .mapcon_box:nth-child(3) {
		margin-bottom: 0;
	}

	.location .box02 .mapcon_box ul {
		display: flex;
		gap: 30px;
		font-size: 13px;
		font-weight: 500;
	}

	.location .box02 .mapcon_box ul strong {
		color: #85ccc5;
	}

	.location .box02 .mapcon_box .time_table,
	.location .box02 .mapcon_box .contact_num {
		display: flex;
		gap: 3px;
		flex-direction: column;
	}

	.location .box02 .mapcon_box .time_table span {
		font-size: 11px;
		font-weight: 600;
		color: #85ccc5;
	}

	.location .box02 .mapcon_box .contact_num b {
		font-size: 16px;
		font-weight: 700;
		color: #85ccc5;
		line-height: 1.2;
	}
}


.area-privacy {
	padding: 130px 0;
	box-sizing: border-box;
}

.sub_con h3 {
	margin-bottom: 20px;
}

.sub_con p {
	margin-bottom: 60px;
}


@media (max-width:1023px) {
	.area-privacy {
		padding: 80px 0;
	}
}

@media (max-width:768px) {
	.area-privacy {
		padding: 60px 0;
	}

	.sub_con h3 {
		margin-bottom: 10px;
	}

	.sub_con p {
		margin-bottom: 30px;
	}
}

@media (max-width:540px) {
	.area-privacy {
		padding: 30px 0;
	}
}

/* 진료과목 */

/* 한방내과/피부과 */
/* 한방부인과/소아과 */
/* 한방안과/이비인후과 */

.sec-clinic {
	padding: 140px 0 110px;
}

.sec-clinic.gray {
	position: relative;
	background: #f9f9f9;
}

.sec-clinic .doctor-about {
	padding: 0;
	margin-bottom: 80px;
}

.sec-clinic .doctor-about .sub-title p {
	margin-top: 25px;
}

.box-center {
	margin-bottom: 85px;
}

.center-img {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.center-img img {
	width: auto;
	max-width: 100%;
}


.center-img .btn-skin {
	position: absolute;
	top: 63.2%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.92rem;
	background: #34A0A1;
	padding: 1rem 1.33rem;
	/* margin-top: 117px; width:200px; height: 46px; */
	margin-left: -17px;
	border-radius: 16px;
	font-family: "Noto Sans KR", sans-serif;
	color: #fff;
	line-height: 1em;
}

.mcenter-img {
	margin: 0 auto;
	text-align: center;
}

.mcenter-img img {
	width: auto;
	max-width: 100%;
	border-radius: 10px;
}

.center-txt {
	margin-top: 90px;
	font-size: 1.13rem;
	font-weight: 300;
	color: #333;
	line-height: 1.5em;
	text-align: justify;
	letter-spacing: -0.8px;
}

.sub-tit {
	display: block;
	margin-bottom: 40px;
}

.sub-tit>h3 {
	position: relative;
	display: block;
	padding-left: 70px;
	font-size: 1.875rem;
	font-weight: 300;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

.sub-tit>h3:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 0;
	width: 51px;
	height: 51px;
	background: url(../img/main/logo-mini-color.png)no-repeat center;
	background-size: contain;
}

.clinic-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 13px;
}

.clinic-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
	height: 254px;
	padding: 5px;
	border-radius: 15px;
	background: #bfe2df;
	box-sizing: border-box;
	z-index: 1;
	text-align: center;
}

.clinic-item:before {
	content: '';
	position: absolute;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background: #fff;
	box-sizing: border-box;
}

.clinic-item>* {
	z-index: 2;
}

.clinic-item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 95px;
}

.clinic-item .icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.clinic-item .txt {
	display: block;
	font-size: 1.15rem;
	font-weight: 400;
	color: #85ccc5;
	line-height: 1em;
	word-break: keep-all;
	font-family: "Noto Sans KR", sans-serif;
	line-height: 1.3em;
}

.box-clinic.ent .clinic-item .icon {
	width: 104px;
	height: 104px;
}

.clinic-txt {
	margin-top: 50px;
}

.clinic-txt p {
	display: block;
	margin-bottom: 30px;
	font-size: 1.13rem;
	font-weight: 300;
	color: #333;
	line-height: 1.5em;
	text-align: justify;
	letter-spacing: -0.8px;
}

.clinic-txt p:last-child {
	margin: 0;
}

.bm-obgy {
	margin-bottom: 80px;
}

.bm-skin {
	margin-bottom: 60px;
}

.bm-gast {
	margin-bottom: 50px ! important;
}

.breath {
	font-size: 1.05rem ! important;
	text-align: left;
	margin-left: 78px;
}

@media (max-width:1200px) {
	.clinic-item {
		height: 230px;
	}

	.clinic-item .icon {
		width: 80px;
		height: 80px;
	}

	.clinic-item:before {
		top: 14px;
		left: 14px;
		right: 14px;
		bottom: 14px;
	}

	.box-clinic.ent .clinic-item .icon {
		width: 94px;
		height: 94px;
	}
}

@media (max-width:1024px) {
	.sec-clinic {
		padding: 120px 0;
	}

	.sec-clinic.first {
		padding-top: 80px;
	}

	.clinic-item {
		gap: 20px;
	}

	.clinic-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.clinic-item:last-child {
		display: none;
	}

	.sec-clinic .doctor-about {
		margin-bottom: 40px;
	}

	.center-img .btn-skin {
		padding: 0.8rem 1rem;
		border-radius: 12px;
		margin-left: -12px;
	}
}

@media (max-width:768px) {
	.sec-clinic.first {
		padding-top: 60px;
	}

	.sec-clinic .doctor-about .sub-title p {
		margin-top: 10px;
		font-size: 1.0rem;
	}

	.sec-clinic {
		padding: 80px 0;
	}

	.box-center {
		margin-bottom: 50px;
	}

	.sub-tit {
		margin-bottom: 30px;
	}

	.sub-tit>h3 {
		padding-left: 45px;
	}

	.sub-tit>h3:before {
		top: -5px;
		width: 35px;
		height: 35px;
	}

	.clinic-item {
		height: 200px;
		gap: 10px;
	}

	.clinic-item .icon {
		width: 70px;
		height: 70px;
	}

	.box-clinic.ent .clinic-item .icon {
		width: 80px;
		height: 80px;
	}

	.center-txt {
		margin-top: 40px;
	}

	.clinic-txt {
		margin-top: 30px;
	}
}

@media (max-width:640px) {
	.clinic-item {
		height: 160px;
	}

	.clinic-item:before {
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.clinic-item .icon {
		width: 60px;
		height: 60px;
	}

	.box-clinic.ent .clinic-item .icon {
		width: 70px;
		height: 70px;
	}

	.center-img .btn-skin {
		padding: 0.5rem 0.8rem;
		border-radius: 8px;
		font-size: 0.6rem;
		margin-left: -6px;
	}
}

@media (max-width:540px) {
	.sec-clinic {
		padding: 30px 0;
	}

	.sec-clinic.first {
		padding-top: 30px;
	}

	.sec-clinic .doctor-about {
		margin-bottom: 30px;
	}

	.sec-clinic .doctor-about .sub-title p br {
		display: none;
	}

	.box-center {
		margin-bottom: 30px;
	}

	.clinic-item:before {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
	}

	.center-txt {
		margin-top: 20px;
		font-size: 1.1rem;
	}

	.sub-tit {
		margin-bottom: 20px;
	}

	.sub-tit>h3 {
		padding-left: 24px;
		font-size: 1.2rem;
	}

	.sub-tit>h3:before {
		top: -3px;
		width: 18px;
		height: 18px;
	}

	.clinic-list {
		gap: 7px;
	}

	.clinic-item {
		border-radius: 10px;
		height: 120px;
	}

	.clinic-item .icon {
		width: 40px;
		height: 40px;
	}

	.box-clinic.ent .clinic-item .icon {
		width: 40px;
		height: 40px;
	}

	.clinic-item:before {
		top: 6px;
		left: 6px;
		right: 6px;
		bottom: 6px;
		border-radius: 6px;
	}

	.clinic-item .txt {
		font-size: 1.0rem;
		letter-spacing: -0.5px;
	}

	.clinic-txt {
		margin-top: 20px;
	}

	.clinic-txt p {
		font-size: 1.11rem;
		margin-bottom: 15px;
	}

	.bm-obgy {
		margin-bottom: 35px;
	}

	.bm-skin {
		margin-bottom: 35px;
	}

	.bm-gast {
		margin-bottom: 25px ! important;
	}
}


.sec-board {
	padding: 140px 0;
}

@media (max-width:1024px) {
	.sec-board {
		padding: 120px 0;
	}
}

@media (max-width:768px) {
	.sec-board {
		padding: 80px 0;
	}
}

@media (max-width:540px) {
	.sec-board {
		padding: 30px 0;
	}
}


/* 단아온 클리닉 */
.page-clinic .sec-clinic {
	padding: 100px 0 120px;
}

.page-clinic .sec-clinic.first {
	padding-top: 140px;
}

.page-clinic .box-center {
	margin-bottom: 0;
}

.deco {
	text-align: center;
	margin-bottom: 80px;
}

.deco .img {
	width: auto;
}

.center-txt.clinic {
	margin-top: 50px;
}

.center-txt .bold {
	font-style: normal;
	font-weight: 600;
	font-size: 1.20rem;
}

.page-clinic .clinic-txt {
	text-align: center;
	margin-bottom: 50px;
}

.clinic-txt.top {
	margin-top: 0;
}

.clinic-txt>h2 {
	display: block;
	margin-bottom: 20px;
	font-size: 1.88rem;
	font-weight: 300;
	color: #333;
	line-height: 1.2em;
}

.clinic-txt>h2>i {
	display: inline-block;
	font-style: normal;
	font-size: 2.6rem;
}

.clinic-txt>h3 {
	display: block;
	margin-bottom: 20px;
	font-size: 1.65rem;
	font-weight: 300;
	color: #4b8f88;
	line-height: 1.4em;
}

.clinic-txt>h3 .txt-orange {
	font-style: normal;
	font-weight: bold;
	color: #ff9933;
}

.clinic-txt.top>p {
	text-align: center;
}

.line-title {
	position: relative;
	display: block;
	margin-bottom: 50px;
	text-align: center;
	z-index: 1;
}

.line-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e7;
	z-index: -1;
}

.line-title>h4 {
	display: inline-block;
	padding: 0 30px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	line-height: 1em;
	z-index: 2;
	background: #fff;
}

.line-title>h4 .bold {
	font-style: normal;
	font-weight: 600;
}

.gray .line-title>h4 {
	background: #f9f9f9;
}

.box-flex {
	display: flex;
	align-items: center;
	gap: 20px;
}

.box-flex .img {
	display: flex;
	justify-content: center;
	width: 375px;
}

.box-flex .img img {
	width: auto;
	max-width: 100%;
}

.box-flex .vertebrae-list {
	width: calc(100% - 395px);
}

.vertebrae-item {
	display: flex;
	align-items: center;
	gap: 25px;
	height: 94px;
	background: #f1f1f1;
	border-radius: 10px;
	padding: 10px 10px 10px 35px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.vertebrae-item:last-child {
	margin: 0;
}

.vertebrae-item .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 50px;
	background: #85ccc5;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	font-family: "Noto Sans KR", sans-serif;
}

.vertebrae-item .txt {
	width: calc(100% - 77px);
}

.vertebrae-item h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 1.13rem;
	font-weight: 400;
	color: #85ccc5;
	line-height: 1.1em;
	word-break: keep-all;
	font-family: "Noto Sans KR", sans-serif;
	letter-spacing: -0.8px;
}

.vertebrae-item p {
	display: block;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.4em;
	word-break: keep-all;
	letter-spacing: -0.8px;
	text-align: justify;
}

.box-flex .dvertebrae-list {
	width: calc(100% - 395px);
}

.box-flex .cvertebrae-list {
	width: calc(100% - 395px);
}

.box-flex .gvertebrae-list {
	width: calc(100% - 395px);
}

.dvertebrae-item {
	display: flex;
	align-items: center;
	gap: 25px;
	height: 94px;
	background: #f1f1f1;
	border-radius: 10px;
	padding: 10px 45px 10px 35px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.dvertebrae-item:last-child {
	margin: 0;
}

.dvertebrae-item .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 50px;
	background: #85ccc5;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	font-family: "Noto Sans KR", sans-serif;
}

.dvertebrae-item .txt {
	width: calc(100% - 77px);
}

.dvertebrae-item h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 1.13rem;
	font-weight: 400;
	color: #85ccc5;
	line-height: 1.1em;
	word-break: keep-all;
	font-family: "Noto Sans KR", sans-serif;
	letter-spacing: -0.8px;
}

.dvertebrae-item p {
	display: block;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.4em;
	word-break: keep-all;
	letter-spacing: -0.8px;
	text-align: justify;
}

.gvertebrae-item {
	display: flex;
	align-items: center;
	gap: 25px;
	height: 230px;
	background: #f1f1f1;
	border-radius: 10px;
	padding: 10px 45px 10px 35px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.gvertebrae-item:last-child {
	margin: 0;
}

.gvertebrae-item .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 50px;
	background: #85ccc5;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	font-family: "Noto Sans KR", sans-serif;
}

.gvertebrae-item .txt {
	width: calc(100% - 77px);
}

.gvertebrae-item h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 1.13rem;
	font-weight: 400;
	color: #85ccc5;
	line-height: 1.1em;
	word-break: keep-all;
	font-family: "Noto Sans KR", sans-serif;
	letter-spacing: -0.8px;
}

.gvertebrae-item p {
	display: block;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.4em;
	word-break: keep-all;
	letter-spacing: -0.8px;
	text-align: justify;
}

.cvertebrae-item {
	display: flex;
	align-items: center;
	gap: 25px;
	height: 150px;
	background: #f1f1f1;
	border-radius: 10px;
	padding: 10px 45px 10px 35px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.cvertebrae-item:last-child {
	margin: 0;
}

.cvertebrae-item .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 50px;
	background: #85ccc5;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	font-family: "Noto Sans KR", sans-serif;
}

.cvertebrae-item .txt {
	width: calc(100% - 77px);
}

.cvertebrae-item h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 1.13rem;
	font-weight: 400;
	color: #85ccc5;
	line-height: 1.1em;
	word-break: keep-all;
	font-family: "Noto Sans KR", sans-serif;
	letter-spacing: -0.8px;
}

.cvertebrae-item p {
	display: block;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.4em;
	word-break: keep-all;
	letter-spacing: -0.8px;
	text-align: justify;
}

.sports-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.derma-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.sports-item {
	width: calc((100% / 5) - 13px);
}

.sports-item .img {
	display: block;
	width: 100%;
	height: auto;
}

.sports-item .img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

.sports-item .txt {
	display: block;
	margin-top: 25px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1em;
	color: #85ccc5;
	font-family: "Noto Sans KR", sans-serif;
}

.derma-item {
	width: calc((100% / 5) - 13px);
}

.derma-item .img {
	display: block;
	width: 100%;
	height: auto;
}

.derma-item .img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

.derma-item .txt {
	display: block;
	margin-top: 25px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1em;
	color: #85ccc5;
	font-family: "Noto Sans KR", sans-serif;
}

.dana-item .img {
	display: block;
	width: 100%;
	height: auto;
}

.dana-item .img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

.dana-item .txt {
	display: block;
	margin-top: 25px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1em;
	color: #85ccc5;
	font-family: "Noto Sans KR", sans-serif;
}

.clinic-cont .box {
	margin-bottom: 90px;
}

.clinic-cont .box:last-child {
	margin: 0;
}

.clinic-cont .box>p {
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.13rem;
	font-weight: 300;
	color: #333;
	line-height: 1.5em;
	letter-spacing: -0.8px;
}

.clinic-list.circle {
	gap: 24px;
}

.clinic-list.circle .clinic-item {
	position: relative;
	height: 0;
	padding-bottom: 98%;
	border-radius: 500px;
	gap: 0;
}

.clinic-list.circle .clinic-item:before {
	border-radius: 500px;
}

.clinic-list.circle .clinic-item>.wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.clinic-list.circle .clinic-item .icon {
	width: 104px;
	height: 100px;
	margin-bottom: 20px;
}

.step-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 80px;
}

.step-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 270px;
	background: #f1f1f1;
	border-radius: 15px;
	box-sizing: border-box;
}

.step-item:before {
	content: '>';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: -68px;
	margin-top: -27px;
	width: 55px;
	height: 55px;
	border-radius: 60px;
	background: #85ccc5;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans KR", sans-serif;
}

.step-item:last-child:before {
	display: none;
}

.step-item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 107px;
}

.step-item .icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.step-item .txt {
	display: block;
	margin-top: 25px;
	text-align: center;
}

.step-item .txt>em {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1em;
	color: #85ccc5;
	font-style: normal;
	font-family: "Noto Sans KR", sans-serif;
}

.step-item .txt>span {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1em;
	color: #85ccc5;
	text-transform: uppercase;
}

.dstep-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 80px;
}

.dstep-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 270px;
	background: #f1f1f1;
	border-radius: 15px;
	box-sizing: border-box;
}

.dstep-item:before {
	content: '>';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: -68px;
	margin-top: -27px;
	width: 55px;
	height: 55px;
	border-radius: 60px;
	background: #85ccc5;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	font-family: "Noto Sans KR", sans-serif;
}

.dstep-item:last-child:before {
	display: none;
}

.dstep-item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 107px;
}

.dstep-item .icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.dstep-item .txt {
	display: block;
	margin-top: 25px;
	text-align: center;
}

.dstep-item .txt>em {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1em;
	color: #85ccc5;
	font-style: normal;
	font-family: "Noto Sans KR", sans-serif;
}

.dstep-item .txt>span {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1em;
	color: #85ccc5;
	text-transform: uppercase;
}

.down-arr {
	margin: 40px auto;
	text-align: center;
}

.derma {
	margin: 60px auto;
	text-align: center;
}

.dana {
	margin: 60px auto;
	text-align: center;
}

.skin {
	margin: 60px auto 80px;
	text-align: center;
}

.diet {
	margin: 60px auto 80px;
	text-align: center;
}

.sintro img {
	margin: 0px auto 80px;
	text-align: center;
	border-radius: 10px;
}

.step-txt {
	text-align: center;
}

.step-txt>h3 {
	display: block;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2em;
	word-break: keep-all;
	color: #333;
}

.step-txt>p {
	display: block;
	margin-top: 15px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4em;
	color: #85ccc5;
	font-style: normal;
	font-family: "Noto Sans KR", sans-serif;
}

.dstep-txt {
	text-align: center;
}

.dstep-txt>h3 {
	display: block;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2em;
	word-break: keep-all;
	color: #333;
}

.dstep-txt>p {
	display: block;
	margin-top: 15px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4em;
	color: #85ccc5;
	font-style: normal;
	font-family: "Noto Sans KR", sans-serif;
}

.dclinic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.dclinic-item {
	width: calc((100% / 4) - 12px);
}

.dclinic-item .img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

.dclinic-item .img img {
	width: 100%;
	height: auto;
}

.dclinic-item .txt {
	display: block;
	margin-top: 25px;
	text-align: center;
}

.dclinic-item .txt>h3 {
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4em;
	color: #85ccc5;
	font-style: normal;
	font-family: "Noto Sans KR", sans-serif;
}

.dclinic-item .txt>p {
	display: block;
	margin-top: 10px;
	font-size: 0.93rem;
	font-weight: 300;
	color: #333;
	line-height: 1.5em;
	letter-spacing: -0.7px;
	text-align: justify;
	padding: 0 10px;
}

@media (max-width:1200px) {
	.clinic-list.circle .clinic-item .icon {
		width: 84px;
		height: 80px;
		margin-bottom: 10px;
	}

	.step-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 60px;
	}

	.step-item:before {
		margin-top: -20px;
		right: -50px;
		width: 40px;
		height: 40px;
		z-index: 2;
	}

	.step-item:nth-child(2):before {
		display: none;
	}

	.step-item .icon {
		width: 130px;
		height: 90px;
	}

	.dstep-list {
		gap: 20px;
	}

	.dstep-item {
		height: 210px;
	}

	.dstep-item:before {
		margin-top: -20px;
		right: -30px;
		width: 40px;
		height: 40px;
		z-index: 2;
	}

	.dstep-item .icon {
		width: 130px;
		height: 90px;
	}

	.sintro img {
		width: 100%;
		height: 320px;
		margin: 0px auto 40px
	}
}

@media (max-width:1024px) {
	.page-clinic .sec-clinic.first {
		padding-top: 80px;
	}

	.page-clinic .sec-clinic {
		padding: 80px 0;
	}

	.box-flex .img {
		width: 250px;
	}

	.box-flex .vertebrae-list {
		width: calc(100% - 270px);
	}

	.box-flex .vertebrae-item h3 {
		margin-bottom: 6px;
	}

	.vertebrae-item {
		gap: 15px;
		padding: 10px 20px;
	}

	.vertebrae-item .num {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.vertebrae-item .txt {
		width: calc(100% - 55px);
	}

	.box-flex .dvertebrae-list {
		width: calc(100% - 270px);
	}

	.box-flex .dvertebrae-item h3 {
		margin-bottom: 6px;
	}

	.dvertebrae-item {
		gap: 15px;
		padding: 10px 20px;
	}

	.dvertebrae-item .num {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.dvertebrae-item .txt {
		width: calc(100% - 55px);
	}

	.box-flex .gvertebrae-list {
		width: calc(100% - 270px);
	}

	.box-flex .gvertebrae-item h3 {
		margin-bottom: 6px;
	}

	.gvertebrae-item {
		gap: 15px;
		padding: 10px 20px;
	}

	.gvertebrae-item .num {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.gvertebrae-item .txt {
		width: calc(100% - 55px);
	}

	.box-flex .cvertebrae-list {
		width: calc(100% - 270px);
	}

	.box-flex .cvertebrae-item h3 {
		margin-bottom: 6px;
	}

	.cvertebrae-item {
		gap: 15px;
		padding: 10px 20px;
	}

	.cvertebrae-item .num {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.cvertebrae-item .txt {
		width: calc(100% - 55px);
	}

	.derma img {
		max-width: 100%;
		height: 400px;
	}

	.sintro img {
		width: 100%;
		height: 260px margin: 0px auto 40px;
	}

	.dana img {
		max-width: 100%;
		height: 370px;
	}

	.skin {
		margin: 30px auto 50px;
	}

	.skin img {
		max-width: 100%;
		height: 450px;
	}

	.diet {
		margin: 40px auto 50px;
	}

	.diet img {
		max-width: 100%;
		/*height: 750px;*/
		height: auto;
	}
}


@media (max-width:860px) {
	.step-list {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.step-item:before {
		right: -31px;
		z-index: 2;
	}


	.dstep-list {
		gap: 20px;
		grid-template-columns: repeat(4, 1fr);
	}

	.dstep-item {
		height: 175px;
	}

	.dstep-item .txt {
		margin-top: 15px;
	}

	.dstep-item .icon {
		width: 80px;
		height: 60px;
	}



	.dstep-item:before {
		right: -31px;
		z-index: 2;
	}



	.dclinic-item {
		width: calc((100% / 2) - 8px);
	}
}

@media (max-width:768px) {
	.page-clinic .sec-clinic.first {
		padding-top: 60px;
	}

	.page-clinic .sec-clinic {
		padding: 60px 0;
	}

	.page-clinic .clinic-txt {
		margin-bottom: 20px;
	}

	.center-txt.clinic {
		margin-top: 20px;
	}

	.center-txt .bold {
		font-style: normal;
		font-weight: 600;
	}

	.clinic-txt.top>p {
		text-align: justify;
	}

	.box-flex {
		display: block;
	}

	.box-flex .img {
		width: 100%;
	}

	.box-flex .img img {
		width: 140px;
	}

	.box-flex .vertebrae-list {
		margin-top: 20px;
		width: 100%;
	}

	.vertebrae-item {
		margin-bottom: 10px;
	}

	.vertebrae-item h3 {
		margin-bottom: 6px;
	}

	.box-flex .dvertebrae-list {
		margin-top: 20px;
		width: 100%;
	}

	.dvertebrae-item {
		margin-bottom: 10px;
	}

	.dvertebrae-item h3 {
		margin-bottom: 6px;
	}

	.box-flex .gvertebrae-list {
		margin-top: 20px;
		width: 100%;
	}

	.gvertebrae-item {
		margin-bottom: 10px;
	}

	.gvertebrae-item h3 {
		margin-bottom: 6px;
	}

	.box-flex .cvertebrae-list {
		margin-top: 20px;
		width: 100%;
	}

	.cvertebrae-item {
		margin-bottom: 10px;
	}

	.cvertebrae-item h3 {
		margin-bottom: 6px;
	}

	.line-title {
		margin-bottom: 20px;
	}

	.sports-item {
		width: calc((100% / 3) - 11px);
	}

	.derma-item {
		width: calc((100% / 3) - 11px);
	}

	.clinic-cont .box {
		margin-bottom: 40px;
	}

	.clinic-cont .box>p {
		margin-bottom: 20px;
	}

	.derma img {
		height: 350px;
	}

	.sintro img {
		width: 100%;
		height: 200px;
		margin: 20px auto;
	}

	.dana img {
		height: 275px;
	}

	.skin {
		margin: 30px auto 50px;
	}

	.skin img {
		height: 400px;
	}

	.diet {
		margin: 30px auto 50px;
	}

	.diet img {
		/*height: 650px;*/
	}

	.dstep-item {
		height: 150px;
	}

	.dstep-item:before {
		width: 34px;
		height: 34px;
		right: -26px;
		font-size: 20px;
	}
}

@media (max-width:640px) {
	.clinic-list.circle {
		gap: 14px;
	}

	.clinic-list.circle .clinic-item .icon {
		width: 74px;
		height: 70px;
	}

	.dstep-item {
		height: 124px;
	}

	.dstep-item .txt {
		margin-top: 10px;
	}
}

@media (max-width:540px) {
	.page-clinic .sec-clinic.first {
		padding-top: 30px;
	}

	.page-clinic .sec-clinic {
		padding: 30px 0;
	}

	.deco {
		margin-bottom: 30px;
	}

	.deco img {
		height: 20px;
	}

	.clinic-txt>h2 {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}

	.clinic-txt>h2>i {
		font-size: 2rem;
	}

	.clinic-txt>h3 {
		margin-bottom: 10px;
		font-size: 1.2rem;
	}

	.clinic-txt>p {
		text-align: justify;
	}

	.clinic-cont .box>p {
		text-align: justify;
		word-break: keep-all;
	}

	.clinic-cont .box>p br {
		display: none;
	}

	.line-title>h4 {
		font-size: 1.15rem;
		padding: 0 10px;
	}

	.box-flex .img img {
		width: 80px;
	}

	.vertebrae-item {
		gap: 20px;
		padding: 10px 20px 12px;
		height: 70px;
	}

	.vertebrae-item .num {
		width: 28px;
		height: 28px;
		font-size: 11px;
	}

	.vertebrae-item .txt {
		width: calc(100% - 44px);
	}

	.dvertebrae-item {
		gap: 20px;
		padding: 10px 20px 12px;
		height: 85px;
	}

	.dvertebrae-item .num {
		width: 28px;
		height: 28px;
		font-size: 11px;
	}

	.dvertebrae-item .txt {
		width: calc(100% - 44px);
	}

	.gvertebrae-item {
		gap: 20px;
		padding: 10px 20px 12px;
		height: 205px;
	}

	.gvertebrae-item .num {
		width: 28px;
		height: 28px;
		font-size: 11px;
	}

	.gvertebrae-item .txt {
		width: calc(100% - 44px);
	}

	.cvertebrae-item {
		gap: 20px;
		padding: 10px 25px 12px 20px;
		height: 140px;
	}

	.cvertebrae-item .num {
		width: 28px;
		height: 28px;
		font-size: 11px;
	}

	.cvertebrae-item .txt {
		width: calc(100% - 44px);
	}

	.clinic-list.circle {
		gap: 7px;
	}

	.clinic-list.circle .clinic-item {
		padding-bottom: 95%;
	}

	.clinic-list.circle .clinic-item .icon {
		margin-bottom: 5px;
		width: 54px;
		height: 50px;
	}

	.sports-list {
		gap: 15px 10px;
	}

	.derma-list {
		gap: 15px 10px;
	}

	.dana-list {
		gap: 15px 10px;
	}

	.sports-item {
		width: calc((100% / 3) - 7px);
	}

	.sports-item .txt {
		margin-top: 20px;
	}

	.derma-item {
		width: calc((100% / 3) - 7px);
	}

	.derma-item .txt {
		margin-top: 20px;
	}

	.dana-item {
		width: calc((100% / 3) - 7px);
	}

	.dana-item .txt {
		margin-top: 20px;
	}

	.step-list {
		gap: 10px;
	}

	.step-item {
		height: 200px;
	}

	.step-item:before {
		right: -24px;
	}

	.step-item .icon {
		width: 50px;
		height: 40px;
	}

	.step-item .txt {
		margin-top: 20px;
	}

	.dstep-list {
		gap: 10px;
	}

	.dstep-item {
		height: 110px;
	}



	.dstep-item:before {
		width: 20px;
		height: 20px;
		font-size: 9px;
		margin-top: -10px;
		line-height: 1.2;
		right: -15px;
	}

	.dstep-item .icon {
		width: 50px;
		height: 40px;
	}

	.dstep-item .txt {
		margin-top: 5px;
	}

	.down-arr {
		margin: 20px auto;
	}

	.down-arr img {
		height: 25px;
	}

	.derma {
		margin: 20px auto;
	}

	.derma img {
		height: 200px;
	}

	.sintro img {
		width: 100%;
		height: 200px;
		margin: 0px auto 20px;
	}

	.dana {
		margin: 20px auto;
	}

	.dana img {
		height: 170px;
	}

	.skin {
		margin: 20px auto 30px;
	}

	.skin img {
		height: 215px;
	}

	.diet {
		margin: 20px auto 30px;
	}

	.diet img {
		/*height: 420px;*/
	}

	.step-txt>h3 {
		font-size: 1.2rem;
	}

	.step-txt>p {
		font-size: 1.1rem;
		margin-top: 10px;
	}

	.dstep-txt>h3 {
		font-size: 1.2rem;
	}

	.dstep-txt>p {
		font-size: 1.1rem;
		margin-top: 10px;
	}

	.dclinic-list {
		gap: 10px;
	}

	.dclinic-item {
		width: calc((100% / 4) - 7.5px);
	}

	.dclinic-item .txt {
		margin-top: 10px;
	}

	.dclinic-item .txt>p {
		margin-top: 7px;
		display: none;
	}

	.dclinic-item .txt>h3 {
		font-size: 1.0rem;
	}

	.step-item .txt>em {
		font-size: 1.0rem;
	}

	.step-item .txt>span {
		font-size: 1.0rem;
	}

	.step-item {
		width: 100%;
	}

	.dstep-item .txt>em {
		margin-bottom: 3px;
		font-size: 1.0rem;
	}

	.dstep-item .txt>span {
		font-size: 1.0rem;
	}

	.dstep-item {
		width: 100%;
		border-radius: 8px;
	}
}

@media (max-width:450px) {
	.clinic-list.circle .clinic-item .icon {
		width: 40px;
		height: 40px;
	}

	.sports-item .txt {
		margin-top: 10px;
		font-size: 1.0rem;
	}

	.derma-item .txt {
		margin-top: 10px;
		font-size: 1.0rem;
	}

	.dana-item .txt {
		margin-top: 10px;
		font-size: 1.0rem;
	}

	.dana {
		margin: 20px auto;
	}

	.dana img {
		height: 147px;
	}

	.sintro {
		margin: 0px auto;
	}

	.sintro img {
		width: 100%;
		height: 125px;
	}

	.step-item {
		height: 140px;
	}

	.step-item:before {
		width: 20px;
		height: 20px;
		font-size: 9px;
		margin-top: -10px;
		line-height: 1.2;
		right: -15px;
	}


	.step-item .txt {
		margin-top: 10px;
	}

	.dstep-item {
		height: 90px;
	}

	.dstep-item .icon {
		height: 34px;
	}

	.dstep-item .txt {
		margin-top: 4px;
	}

	.diet {
		margin: 40px auto 30px;
	}

	.diet img {
		/*height: 350px;*/
	}
}

/* 소아청소년 */
.clinic05 .box-flex {
	gap: 30px;
}

.clinic05 .box-flex {
	margin-bottom: 70px;
}

.clinic05 .box-flex .clinic-img {
	width: 643px;
}

.clinic05 .box-flex .clinic-img img {
	width: auto;
	max-width: 100%;
	border-radius: 10px;
}

.clinic05 .box-flex .clinic-txt.top {
	text-align: left;
	margin: 0;
	width: calc(100% - 673px);
}

.clinic05 .box-flex .clinic-txt.top p {
	text-align: left;
}

.clinic-list.circle.col05 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.clinic-list.circle.col05 .clinic-item {
	width: calc((100% / 5) - 19.5px);
	padding-bottom: 18%;
}

.clinic-list.circle.col05 .clinic-item:last-child {
	display: block;
}

.clinic-list.circle.col05 .clinic-item>.wrap {
	padding: 15px 20px 10px;
	box-sizing: border-box;
}

.child-clinic__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.child-clinic__item {
	width: calc((100% / 3) - 16px);
}

.child-clinic__item .img {
	border-radius: 10px;
	overflow: hidden;
}

.child-clinic__item img {
	width: 100%;
	height: auto;
}

.child-clinic__item .txt {
	margin-top: 25px;
	text-align: center;
}

.child-clinic__item .txt h3 {
	display: block;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1em;
	color: #85ccc5;
	font-family: "Noto Sans KR", sans-serif;
}

.child-clinic__item .txt span {
	display: block;
	margin-top: 10px;
	font-size: 1.13rem;
	font-weight: 300;
	color: #333;
	line-height: 1.5em;
	letter-spacing: -0.3px;
}


@media (max-width:1200px) {
	.clinic05 .box-flex {
		gap: 0px;
	}

	.clinic05 .box-flex .clinic-img {
		width: 50%;
	}

	.clinic05 .box-flex .clinic-txt.top {
		width: 47%;
		margin-left: 3%;
	}
}

@media (max-width:1024px) {
	.clinic-list.circle.col05 .clinic-item {
		width: calc((100% / 3) - 16px);
		padding-bottom: 31%;
	}
}

@media (max-width:900px) {
	.clinic05 .box-flex {
		display: block;
		max-width: 643px;
		margin: 0 auto 70px;
	}

	.clinic05 .box-flex .clinic-img {
		width: 100%;
	}

	.clinic05 .box-flex .clinic-txt.top {
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}

	/*.clinic05 .box-flex .clinic-txt.top p{text-align:center;}*/
}

@media (max-width:768px) {
	.clinic-txt p br {
		display: none;
	}

	.child-clinic__list {
		gap: 10px;
	}

	.child-clinic__item {
		width: calc((100% / 3) - 7px);
	}

	.child-clinic__item .txt {
		margin-top: 10px;
	}

	.child-clinic__item .txt span {
		margin-top: 6px;
		display: none;
	}
}

@media (max-width:640px) {
	.clinic-list.circle.col05 .clinic-item {
		width: calc((100% / 3) - 10px);
		padding-bottom: 31%;
	}

	.clinic-list.circle.col05 .clinic-item>.wrap {
		padding: 10px;
	}
}

@media (max-width:540px) {
	.clinic05 .box-flex {
		margin: 0 auto 30px;
	}

	.clinic05 .box-flex .clinic-txt.top {
		margin-top: 20px;
	}

	.clinic-list.circle.col05 .clinic-item {
		width: calc((100% / 3) - 5px);
		padding-bottom: 31%;
	}

	.child-clinic__list {
		/* flex-direction: column; */
		gap: 10px;
	}

	.child-clinic__item {
		width: calc((100% / 3) - 7px);
	}

	.child-clinic__item .txt h3 {
		font-size: 1.0rem;
	}
}