html
{
	scroll-behavior: smooth;
}

.wrap
{
	width:100%;
}

.wrap2
{
	padding-top:100px;
	width:100%;
	font-family:'NanumSquareNeo', sans-serif;
	table-layout:fixed;
	background:white;
}

.title_en
{
	font-weight:400;
	font-size:1.0rem;
	color: #2DB400;
	text-align:center;
	padding-bottom:20px;
}

.title
{
	font-family:'NanumSquareNeo', sans-serif;
	font-size:2.5rem;
	font-weight:400;
	text-align:center;
	padding-bottom:40px;
}

.intro_td
{
	padding:50px 80px 50px 80px;
	line-height:2.5rem;
}

.intro_1
{
	font-size:2.0rem;
	font-weight:500;
}

.intro_2
{
	font-size:1.5rem;
	font-weight:400;
}

.intro_3
{
	font-size:1.2rem;
	font-weight:300;
}

.content
{
	font-size:1.3rem;
	font-weight:300;
	line-height:2.5rem;
}

.doc_img
{
	width:300px;
	margin-bottom:20px;
}

.doctor_name
{
	font-size:2.0rem;
	border-bottom:1px solid gray;
	padding-bottom:10px;
}

.subject
{
	display:inline-block;
	padding:10px;
	font-size:1.2rem;
}

.subject_img
{
	width:200px;
}

.device
{
	display:inline-block;
	padding:10px;
	font-size:1.2rem;
}

.device_img
{
	height:300px;
}

.device_name
{
	font-weight:400;
}

#way_detail
{
	width:100%;
	margin-bottom:20px;
}

#way_detail td
{
	font-size:1.2rem;
	text-align:left;
	height:40px;
	line-height:180%;
	font-weight:300;
	padding-left:20px;
}

#contact_table
{
	width:80%;
	height:100%;
	table-layout:fixed;
	border-collapse:collapse;
	border-radius:15px;
	box-shadow:0 0 0 1px #888888;
	overflow:hidden;
	margin-top:20px;
}

#contact_table td
{
	text-align:center;
	padding:10px 0px 10px 0px;
	font-size:1.2rem;
	font-weight:400;
}

#contact_number:hover
{
	transform: scale(1.1);
	color:#2F96FC;
	font-weight:500;
}

#contact_naver
{
	background:#00C046;
}

#contact_naver a
{
	color:white;
}

#contact_kakao
{
	background:#FEE500;
}