@charset "utf-8";
#introduce {
	position: relative;
	padding-top: 5em;
}
#introduce .target_tabs_area {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	border-bottom: 1px solid #dedede;
}
#introduce .target_tabs {
	display: flex;
	line-height: 5em;
	width: 1145px;
	max-width: 100%;
	margin: auto;
	text-align: center;
	justify-content: space-around;
}
#introduce .target_tabs>a {
	position: relative;
	font-family : BareunDotumPro1;
	max-width: 33vw;
	font-size: 1.6em;
	user-select: none;
	color: black;
}
#introduce .target_tabs>a::after {
	content: "";
	border-bottom: 3px solid black;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
}
#introduce .target_tabs>a:hover::after {
	opacity: 0.6;
}
#introduce .target_tabs>a[on]::after {
	opacity: 1;
}

#introduce .branches_tab_area {
    width: 1280px;
    max-width: 100vw;
    margin: 5em auto 0 auto;
}

#introduce .branches_tab_area ul {
    display: flex;
    line-height: 4.9em;
    flex-wrap: wrap;
}
#introduce .branches_tab_area ul li {
    font-family : BareunDotumPro1;
    position: relative;
    flex: 0 14.2857%;
    border-right: 1px solid #dfd6d1;
	border-bottom: 1px solid #dfd6d1;
}
#introduce .branches_tab_area ul li:nth-child(-n+7) {
    border-top: 1px solid #dfd6d1;
}
#introduce .branches_tab_area ul li:nth-child(7n+1) {
    border-left: 1px solid #dfd6d1;
}
#introduce .branches_tab_area ul li[on]::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 2px solid #181818;
    top: -1px;
}
#introduce .branches_tab_area ul li>* {
    display: block;
    font-size: 1.8em;
    text-align: center;
    color: #696969;
	cursor: default;
	user-select: none;
}
#introduce .branches_tab_area ul li>a {
	cursor: pointer;
}
#introduce .branches_tab_area ul li>*>noti {
	position: absolute;
	display: inline;
	right: 50%;
	bottom: 0;
	background: orange;
	height: auto;
	line-height: 100%;
	font-size: 0.6em;
	padding: 0.3em 0.5em;
	border-radius: 0.5em;
	color: white;
	transform: translateX(50%);
	white-space: nowrap;
}
#introduce .branches_tab_area ul li[on]>*,
#introduce .branches_tab_area ul li:hover>* {
    color: black;
}

#introduce #all_branch_informations {
	margin-top: 0;
	padding-top: 6.5em;
}
#introduce .employees_data {
	display: none;
	width: 1312px;
	max-width: 100vw;
	flex-wrap: wrap;
	padding: 0 9px;
	margin-bottom: 20em;
}
#introduce .employees_data[on] {
    display: flex;
}
#introduce .employees_data .employee_title {
	flex: 1 100%;
	text-align: center;
	padding: 4.5em;
}
#introduce .employees_data .employee_title:not(:first-child) {
	margin-top: 10em;
}
#introduce .employees_data .employee_title span {
	display: inline-block;
	font-family: BareunDotumPro1;
	font-size: 2em;
	line-height: 100%;
	padding: 0.5em 1.5em;
	background-image: url(/img/bg_employee_class@2x.png);
	background-size: 100% 100%;
}
#introduce .employees_data .employee_outer {
	position: relative;
	flex: 1 25%;
	min-width: 25%;
	max-width: 25%;
	padding: 7px;
}
#introduce .employees_data .employee_inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#introduce .employees_data .employee_inner::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 200 197.5'%3E%3C/svg%3E");
    display: block;
    width: 100%;
}

#introduce .employees_data .employee_inner .profile_img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
}
#introduce .employees_data .employee_inner .branch_name {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	font-family: BareunDotumPro2;
	font-size: 1.3em;
	font-weight: 600;
	padding: 0.5em 0.7em;
	background: orange;
	border-radius: 0.5em;
	color: white;
	line-height: 100%;
}
#introduce .employees_data .employee_inner .name_area {
	position: relative;
	text-align: center;
	font-family: BareunDotumPro1;
	font-size: 2em;
	color: white;
}
#introduce .employees_data .employee_inner .name_area .kor_name {
	height: 50px;
	line-height: 50px;
	background-color: rgb(63,53,52);
}
#introduce .employees_data .employee_inner .name_area .eng_name {
	position:absolute;
	top: -50px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-color: rgba(63,53,52,0.6);
}

#introduce .intro {
	width: 1280px;
	max-width: 100%;
	flex-wrap: wrap;
	margin-top:95px;
}

#introduce .intro .hospital {
	width:100%;
	height:100%;
}

#introduce .intro .hospital .represent {
	width:100%;
	height:100%;
	display:flex;
}

#introduce .intro .hospital .represent.reverse{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:row-reverse;
}

#introduce .intro .hospital .represent>img {
	width:50%;
	height:100%;
}

#introduce .intro .hospital .represent.reverse .inner_comments::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 390'%3E%3C/svg%3E");
    display: block;
    width: 100%;
}

#introduce .intro .hospital .represent .inner_comments::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 640 390'%3E%3C/svg%3E");
    display: block;
    width: 100%;
}
#introduce .intro .hospital .represent .inner_comments {
	width:50%;
	text-align: center;
	height: 100%;
	position:relative;
}

#introduce .intro .hospital .represent .inner_comments .tmp_area {
	position:absolute;
	width:100%;
	text-align: center;
	top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#introduce .intro .hospital .represent .inner_comments .title_area {
	width:100%;
	height:100%;
	padding-top:52px;
	text-align: center;
}

#introduce .intro .hospital .represent .inner_comments .title_area .left_quotes {
	height:50px;
	font-size: 112px;
	font-family: NewYork;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.85;
	letter-spacing: normal;
	text-align: center;
	color: #bb947e;
}

#introduce .intro .hospital .represent .inner_comments .title_area .right_quotes {
	height: 50px;
	font-size: 112px;
	font-family: NewYork;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.95;
	letter-spacing: normal;
	text-align: center;
	color: #bb947e;
}

#introduce .intro .hospital .represent .inner_comments .title_area .title {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: BareunDotumPro2;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #483a39;
}

#introduce .intro .hospital .represent .inner_comments .body{
	margin-top:30px;
	font-size: 16px;
	font-family: BareunDotumPro1;
}

#introduce .intro .hospital .bottom_contents {
	position: relative;
	margin-top:160px;
	width:100%;
	height:514px;;
}

#introduce .intro .hospital .bottom_contents .background_image {
	position: absolute;
	width:100%;
	height:100%;
	background-image: url("/public/introduce_weare.jpg");
}

#introduce .intro .hospital .bottom_contents .fake_background_image {
	position: absolute;
	width:100%;
	height:100%;
	object-fit: contain;
	opacity: 0.8;
	background-color: #1e1413;
}

#introduce .intro .hospital .bottom_contents .bottom_title_area {
	position: absolute;
	width:100%;
	height:100%;
	padding-top:167px;
	padding-bottom:164px;
}

#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title {
	font-family: NewYork;
  	font-size: 81.1px;
  	font-weight: normal;
  	line-height: 1.08;
  	letter-spacing: normal;
  	text-align: center;
  	color: #fefefe;
}

#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title br{
	display:none;
}

#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_body {
 	object-fit: contain;
	margin-top:40px;
  	font-family: BareunDotumPro1;
  	font-size:17px;
	letter-spacing: normal;
  	text-align: center;
  	color: #fefefe;
	line-height:1.83;
}

#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_body .br_none>br{
 	display:none;
}


@media (max-width: 1152px) {
	#introduce .intro {
		width: 1000px;
		max-width: 100%;
		flex-wrap: wrap;
		margin-top:80px;
	}

	#introduce .intro .hospital .represent {
		width:100%;
		height:100%;
		display:flex;
	}
	
	#introduce .intro .hospital .represent.reverse{
		width:100%;
		height:100%;
		display:flex;
		flex-direction:row-reverse;
	}
	
	#introduce .intro .hospital .represent>img {
		width:50%;
		height:100%;
	}
	
	#introduce .intro .hospital .represent .inner_comments {
		width:50%;
		height:100%;
		text-align: center;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area {
		width:100%;
		height:100%;
		padding-top:52px;
		text-align: center;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .left_quotes {
		height:50px;
		font-size: 80px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.85;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .right_quotes {
		height:50px;
		font-size: 80px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.95;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .title {
		width: 100%;
		height: 100%;
		object-fit: contain;
		font-family: BareunDotumPro2;
		font-size: 2em;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: normal;
		text-align: center;
		color: #483a39;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title br{
		display:none !important;
	}
	
	#introduce .intro .hospital .represent .inner_comments .body{
		margin-top:5px;
		font-size: 1.5em;
		font-family: BareunDotumPro1;
	}	

	#introduce .intro .hospital .bottom_contents {
		position: relative;
		margin-top:80px;
		width:100%;
		height:514px;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area {
		position: absolute;
		width:100%;
		height:100%;
		padding-top:150px;
		padding-bottom:164px;
	}
}

@media (max-width:914px) {
	#introduce .target_tabs>a {
		font-size: 1.3em;
		white-space: nowrap;
	}
	
	#introduce .branches_tab_area {
	    width: 100vw;
	    margin-top: 3em;
	}

	#introduce .branches_tab_area ul {
	    line-height: 3.8em;
	}
	#introduce .branches_tab_area ul li>* {
	    font-size: 1.3em;
	}
	#introduce .branches_tab_area ul li>*>noti {
		transform-origin: center bottom;
		transform: translateX(50%) scale(0.8);
		font-size: 0.75em;
	}
	#introduce .branches_tab_area ul li {
	    flex: 0 33.33333%;
	}
	
	#introduce .branches_tab_area ul li[on]::before {
	    border-top: 2px solid #ff3600;
		color: #ff3600;
	}
	#introduce .branches_tab_area ul li[on]>* {
	    color: #ff3600;
		font-family: BareunDotumPro2;
	}
	#introduce .branches_tab_area ul li:nth-child(-n+7) {
	    border-top: initial;
	}
	#introduce .branches_tab_area ul li:nth-child(7n+1) {
	    border-left: initial;
	}
	#introduce .branches_tab_area ul li:nth-child(-n+3) {
	    border-top: 1px solid #dfd6d1;
	}
	#introduce .branches_tab_area ul li:nth-child(3n+1) {
	    border-left: 1px solid #dfd6d1;
	}
	
	#introduce .employees_data {
		width: 100vw;
		flex-wrap: wrap;
		padding: 0 18px;
		margin-bottom: 20em;
	}
	#introduce .employees_data .employee_title {
		padding: 3em 0 1.6em 0;
	}
	#introduce .employees_data .employee_title span {
		font-size: 1.37em;
	}
	#introduce .employees_data .employee_outer {
		flex: 1 50%;
		min-width: 50%;
		max-width: 50%;
		padding: 4px;
	}
	#introduce .employees_data .employee_inner .branch_name {
		top: 0.5em;
		left: 0.5em;
		font-size: 1em;
		padding: 0.3em 0.5em;
		border-radius: 0.2em;
	}
	#introduce .employees_data .employee_inner .name_area {
		font-size: 1em;
	}
	#introduce .employees_data .employee_inner .name_area .kor_name {
		height: 25px;
		line-height: 25px;
	}
	#introduce .employees_data .employee_inner .name_area .eng_name {
		position:absolute;
		top: -25px;
		height: 25px;
		line-height: 25px;
		width: 100%;
		font-size: 1.2em;
		background-color: rgba(63,53,52,0.6);
	}
	#introduce .employees_data .employee_title:not(:first-child) {
		margin-top: 6em;
	}
		
	#introduce #all_branch_informations {
		padding-top: 3em;
	}
	
	#introduce .intro {
		width: 100%;
		max-width: 100%;
		flex-wrap: wrap;
		margin-top:3px;
	}
	#introduce .intro .hospital .represent {
		width:100%;
		height:100%;
		display:block;
	}

	#introduce .intro .hospital .represent.reverse{
		width:100%;
		height:100%;
		display:flex;
		flex-direction: column;
	}

	#introduce .intro .hospital .represent>img {
		width:100%;
		height:100%;
	}
	
	#introduce .intro .hospital .represent .inner_comments {
		width:100%;
		height: calc(45vw / 16 * 10);
		text-align: center;
		padding-top:15px;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area {
		width:100%;
		height: auto;
		padding-top:0px;
		text-align: center;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area .left_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.85;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .right_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.95;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .title {
		width: 100%;
		height: auto;
		object-fit: contain;
		font-family: BareunDotumPro2;
		font-size: 23px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: normal;
		text-align: center;
		color: #483a39;
	}

	#introduce .intro .hospital .represent .inner_comments .body{
		margin-top:0px;
		font-size: 14px;
		font-family: BareunDotumPro1;
	}

	#introduce .intro .hospital .bottom_contents {
		position: relative;
		margin-top:5px;
		margin-bottom:0px;
		width:100%;
		height:371.2px;
	}

	#introduce .intro .hospital .bottom_contents .background_image {
		position: absolute;
		width:100%;
		height:100%;
		background-image: url("/public/introduce_weare.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area {
		position: absolute;
		width:100%;
		height:100%;
		padding-top:40px;
		padding-bottom:164px;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title {
		margin-top:63px;
		object-fit: contain;
		font-family: NewYork;
		font-size: 48px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.92;
		letter-spacing: -0.83px;
		text-align: center;
		color: #fefefe;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title br{
		display:block !important;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title br {
		display:none;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_body {
	 	object-fit: contain;
		margin-top:37px;
	  	font-family: BareunDotumPro1;
	  	font-size: 14px;
		letter-spacing: normal;
	  	text-align: center;
	  	color: #fefefe;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_body .br_none>br{
	 	display:block;
	}
}

@media (max-width:768px) {
	#introduce .intro {
		width: 512px;
		max-width: 100%;
		flex-wrap: wrap;
		margin-top:3px;
	}
	#introduce .intro .hospital .represent {
		width:100%;
		height:100%;
		display:block;
	}

	#introduce .intro .hospital .represent.reverse{
		width:100%;
		height:100%;
		display:flex;
		flex-direction: column;
	}

	#introduce .intro .hospital .represent>img {
		width:100%;
		height:100%;
	}
	
	#introduce .intro .hospital .represent .inner_comments {
		width:100%;
		height: calc(50vw / 16 * 10);
		text-align: center;
		padding-top:15px;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area {
		width:100%;
		height: auto;
		padding-top:0px;
		text-align: center;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area .left_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.85;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .right_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.95;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .title {
		width: 100%;
		height: auto;
		object-fit: contain;
		font-family: BareunDotumPro2;
		font-size: 19px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: normal;
		text-align: center;
		color: #483a39;
	}

	#introduce .intro .hospital .represent .inner_comments .body{
		margin-top:0px;
		font-size: 14px;
		font-family: BareunDotumPro1;
	}

	#introduce .intro .hospital .bottom_contents {
		position: relative;
		margin-top:5px;
		margin-bottom:0px;
		width:100%;
		height:371.2px;
	}

	#introduce .intro .hospital .bottom_contents .background_image {
		position: absolute;
		width:100%;
		height:100%;
		background-image: url("/public/introduce_weare.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area {
		position: absolute;
		width:100%;
		height:100%;
		padding-top:40px;
		padding-bottom:164px;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title {
		margin-top:65px;
		object-fit: contain;
		font-family: NewYork;
		font-size: 48.7px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.92;
		letter-spacing: -0.83px;
		text-align: center;
		color: #fefefe;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_body {
	 	object-fit: contain;
		margin-top:33px;
	  	font-family: BareunDotumPro1;
	  	font-size: 14px;
		letter-spacing: normal;
	  	text-align: center;
	  	color: #fefefe;
	}
}

@media (max-width:645px) {
	#introduce .intro {
		width: 360px;
		max-width: 100%;
		flex-wrap: wrap;
		margin-top:3px;
	}
	#introduce .intro .hospital .represent {
		width:100%;
		height:100%;
		display:block;
	}

	#introduce .intro .hospital .represent.reverse{
		width:100%;
		height:100%;
		display:flex;
		flex-direction: column;
	}

	#introduce .intro .hospital .represent>img {
		padding-top:3px;
		width:100%;
		height:100%;
	}
	
	#introduce .intro .hospital .represent .inner_comments {
		width:100%;
		height: calc(55vw / 16 * 10);
		text-align: center;
		padding-top:15px;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area {
		width:100%;
		height: auto;
		line-height:1.56;
		padding-top:0px;
		text-align: center;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area .left_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.85;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .right_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.95;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .title {
		width: 100%;
		height: auto;
		object-fit: contain;
		font-family: BareunDotumPro1;
		font-size: 19px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: normal;
		text-align: center;
		color: #483a39;
	}

	#introduce .intro .hospital .represent .inner_comments .body{
		line-height:1.56;
		font-size: 13px;
		font-family: BareunDotumPro1;
	}

	#introduce .intro .hospital .bottom_contents {
		position: relative;
		margin-top:10px;
		width:100%;
		height:261px;
	}

	#introduce .intro .hospital .bottom_contents .background_image {
		position: absolute;
		width:100%;
		height:100%;
		background-image: url("/public/introduce_weare.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area {
		position: absolute;
		width:100%;
		height:100%;
		padding-top:0px;
		padding-bottom:164px;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title {
		margin-top:43px;
		object-fit: contain;
		font-family: NewYork;
		font-size: 41.7px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.92;
		letter-spacing: -0.83px;
		text-align: center;
		color: #fefefe;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_body {
	 	object-fit: contain;
		margin-top:22.5px;
	  	font-family: BareunDotumPro1;
	  	font-size: 10px;
		letter-spacing: normal;
	  	text-align: center;
	  	color: #fefefe;
	}
}

@media (max-width:576px) {
	#introduce .intro {
		width: 360px;
		max-width: 100%;
		flex-wrap: wrap;
		margin-top:3px;
	}
	#introduce .intro .hospital .represent {
		width:100%;
		height:100%;
		display:block;
	}

	#introduce .intro .hospital .represent.reverse{
		width:100%;
		height:100%;
		display:flex;
		flex-direction: column;
	}

	#introduce .intro .hospital .represent>img {
		padding-top:3px;
		width:100%;
		height:100%;
	}
	
	#introduce .intro .hospital .represent .inner_comments {
		width:100%;
		height: calc(65vw / 16 * 10);
		text-align: center;
		padding-top:15px;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area {
		width:100%;
		height: auto;
		line-height:1.56;
		padding-top:0px;
		text-align: center;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area .left_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.85;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .right_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.95;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .title {
		width: 100%;
		height: auto;
		object-fit: contain;
		font-family: BareunDotumPro1;
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: normal;
		text-align: center;
		color: #483a39;
	}

	#introduce .intro .hospital .represent .inner_comments .body{
		line-height:1.56;
		font-size: 11.6px;
		font-family: BareunDotumPro1;
	}

	#introduce .intro .hospital .bottom_contents {
		position: relative;
		margin-top:10px;
		width:100%;
		height:261px;
	}

	#introduce .intro .hospital .bottom_contents .background_image {
		position: absolute;
		width:100%;
		height:100%;
		background-image: url("/public/introduce_weare.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area {
		position: absolute;
		width:100%;
		height:100%;
		padding-top:0px;
		padding-bottom:164px;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title {
		margin-top:43px;
		object-fit: contain;
		font-family: NewYork;
		font-size: 41.7px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.92;
		letter-spacing: -0.83px;
		text-align: center;
		color: #fefefe;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_body {
	 	object-fit: contain;
		margin-top:24.5px;
	  	font-family: BareunDotumPro1;
	  	font-size: 11.6px;
		letter-spacing: normal;
	  	text-align: center;
	  	color: #fefefe;
	}
}

@media (max-width:460px) {
	#introduce .intro {
		width: 380px;
		max-width: 100%;
		flex-wrap: wrap;
		margin-top:3px;
	}
	#introduce .intro .hospital .represent {
		width:100%;
		height:100%;
		display:block;
	}

	#introduce .intro .hospital .represent.reverse{
		width:100%;
		height:100%;
		display:flex;
		flex-direction: column;
	}

	#introduce .intro .hospital .represent>img {
		padding-top:3px;
		width:100%;
		height:100%;
	}
	
	#introduce .intro .hospital .represent .inner_comments {
		width:100%;
		height: calc(80vw / 16 * 10);
		text-align: center;
		padding-top:15px;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area {
		width:100%;
		height: auto;
		line-height:1.56;
		padding-top:0px;
		text-align: center;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area .left_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.85;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .right_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.95;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .title {
		width: 100%;
		height: auto;
		object-fit: contain;
		font-family: BareunDotumPro1;
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: normal;
		text-align: center;
		color: #483a39;
	}

	#introduce .intro .hospital .represent .inner_comments .body{
		line-height:1.56;
		font-size: 11.6px;
		font-family: BareunDotumPro1;
	}

	#introduce .intro .hospital .bottom_contents {
		position: relative;
		margin-top:10px;
		width:100%;
		height:261px;
	}

	#introduce .intro .hospital .bottom_contents .background_image {
		position: absolute;
		width:100%;
		height:100%;
		background-image: url("/public/introduce_weare.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area {
		position: absolute;
		width:100%;
		height:100%;
		padding-top:0px;
		padding-bottom:164px;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title {
		margin-top:43px;
		object-fit: contain;
		font-family: NewYork;
		font-size: 41.7px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.92;
		letter-spacing: -0.83px;
		text-align: center;
		color: #fefefe;
	}
	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_body {
	 	object-fit: contain;
		margin-top:22.5px;
	  	font-family: BareunDotumPro1;
	  	font-size: 11.6px;
		letter-spacing: normal;
	  	text-align: center;
	  	color: #fefefe;
	}
}

@media (max-width:384px) {
	#introduce .intro {
		width: 360px;
		max-width: 100%;
		flex-wrap: wrap;
		margin-top:3px;
	}
	#introduce .intro .hospital .represent {
		width:100%;
		height:100%;
		display:block;
	}

	#introduce .intro .hospital .represent.reverse{
		width:100%;
		height:100%;
		display:flex;
		flex-direction: column;
	}

	#introduce .intro .hospital .represent>img {
		padding-top:3px;
		width:100%;
		height:100%;
	}
	
	#introduce .intro .hospital .represent .inner_comments {
		width:100%;
		height: calc(90vw / 16 * 10);
		text-align: center;
		padding-top:15px;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area {
		width:100%;
		height: auto;
		line-height:1.56;
		padding-top:0px;
		text-align: center;
	}

	#introduce .intro .hospital .represent .inner_comments .title_area .left_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.85;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .right_quotes {
		height:30px;
		font-size: 70px;
		font-family: NewYork;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.95;
		letter-spacing: normal;
		text-align: center;
		color: #bb947e;
	}
	
	#introduce .intro .hospital .represent .inner_comments .title_area .title {
		width: 100%;
		height: auto;
		object-fit: contain;
		font-family: BareunDotumPro1;
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: normal;
		text-align: center;
		color: #483a39;
	}

	#introduce .intro .hospital .represent .inner_comments .body{
		line-height:1.56;
		font-size: 11.6px;
		font-family: BareunDotumPro1;
	}

	#introduce .intro .hospital .bottom_contents {
		position: relative;
		margin-top:10px;
		width:100%;
		height:261px;
	}

	#introduce .intro .hospital .bottom_contents .background_image {
		position: absolute;
		width:100%;
		height:100%;
		background-image: url("/public/introduce_weare.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area {
		position: absolute;
		width:100%;
		height:100%;
		padding-top:0px;
		padding-bottom:164px;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_title {
		margin-top:43px;
		object-fit: contain;
		font-family: NewYork;
		font-size: 41.7px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.92;
		letter-spacing: -0.83px;
		text-align: center;
		color: #fefefe;
	}

	#introduce .intro .hospital .bottom_contents .bottom_title_area .bottom_body {
	 	object-fit: contain;
		margin-top:22.5px;
	  	font-family: BareunDotumPro1;
	  	font-size: 10px;
		letter-spacing: normal;
	  	text-align: center;
	  	color: #fefefe;
	}
}