/**{ font-family: 'Quicksand', sans-serif;}*/

/*html {-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;}*/

.main-title {
	text-align: center;

}

.main-title p:first-of-type {
	font-size: 50px;
	font-family: 'Quicksand', sans-serif;

}

.main-title div {
	background: black;
	width: 197px;
	height: 3px;
	margin: auto;
	margin-top: -15px;
	margin-bottom: 30px;
}

.main-title p:last-of-type {
	max-width: 351px;
	margin: auto;
	line-height: 1.64;
	font-size: 13px;
	color: #293e53 !important;
}

.img-box img {
	width: 100%;

}

.img-box {
	margin-top: 121px;
	margin-bottom: 120px;
}

.circle-wrap {
	text-align: center;
}

.circle-wrap div {
	width: 240px;
	height: 240px;
	margin: 60px 16px 30px 16px;
	background: #fff;
	border-radius: 200px;
	display: inline-block;
	text-align: center;
	vertical-align: text-top;
	border: solid 1px #00c73c;
}

.circle-wrap div p:first-of-type {
	color: #007222;
	font-size: 15px;
	margin-top: 50px;
	font-weight: bold;
}

.circle-wrap div p:last-of-type {
	color: #4c4c4c;
	font-size: 13px;
	line-height: 1.53;
}

.img-box-pad {
	display: none;
}
.icon-lock-6, .icon-lock-open-2, .icon-lock-2{
	color: #ef0000;
}
.icon-lock-open-2, .icon-lock-2{
	font-size: 16px;
}
.icon-lock-2:before {
	margin: 0 !important;
}
.newConsult{
	color: #ef0000;
	font-size: 10px;
	font-weight: 500;
	padding: 2px;
	vertical-align: text-top;
}
.pw-reset {
	width: 100%;
	height: auto;
	text-align: center;
	display: inline-block;
	padding: 3%;
}
.pw-reset-form .form-group {
	height: 50px;
}
.pw-reset-form .form-group span {
  width: 15%;
  display: inline-block;
	text-align: left;
	color: #656565;
  font-weight: 600;
}
.pw-reset-form .form-group span.form-error {
	width: 50%;
	text-align: left;
	color: red;
	font-size: 13px;
}
.pw-reset-form .form-group input {
  width: 65%;
  display: inline-block;
}

/* 찾아오시는 길 */

#map {
	width: 100%;
	height: 400px;
	border: 1px solid gray;
}

/*------주소 및 연락처 */

.map-title {
	font-weight: bolder;
	font-size: 20px !important;
	color: #000 !important;
}

.map-title-box {
	display: inline-block;
	width: 100%;
}

.map-title-box i {
	color: #ff3f3f;
	margin-left: 35px;
}

.map-title-box span {
	font-size: 17px;
	font-weight: bold;
	color: #8a8a8a;
	margin-right: 40px;
	margin-left: 24px;
	line-height: 2.0em;
}

.map-substance {
	width: 60%;
	display: inline;
	font-size: 14.5px;
	color: #8a8a8a;
	font-weight: normal;
}

/*------교통안내 */

.map-title-box2 {
	display: inline-block;
	width: 100%;
	margin-bottom: 2%;
}

.map-title-box2 i {
	color: #00cabd !important;
	font-size: 20px;
	margin-left: 30px;
}

.map-title-box2 span {
	font-size: 16px;
	font-weight: bold;
	color: #3c3c3c;
	margin-left: 20px;
}

.map-title-box2 div {
	width: 80%;
	display: inline;
	float: right;
	line-height: 2em;
}

.map-bold {
	font-weight: bold;
	margin-left: 0 !important;
	font-size: 14px !important;
}

.mail-p-wrap {

	text-align: center;
	padding-top: 50px;
}

.mail-p-wrap p {

	color: #646464;
	font-weight: bold;
	font-family: 'nanum gothic'
}

@media all and (max-width:768px) {


	.circle-wrap div {
		margin: 60px 80px 30px 80px;

	}

	.img-box {
		display: none;
	}
	.img-box-pad {
		display: block;
		margin-left: 20%;
		margin-bottom: 150px;
		padding-top: 50px;
	}
	.img-box-pad img {

		display: block;
		margin: 40px 0px;
		width: 100%;
		max-width: 431px;
	}


}

@media all and (max-width:450px) {
	.circle-wrap div {
		margin: 60px 0px 30px 0px;
	}
	.img-box-pad {
		margin: 0 7%;
		padding-top: 30px;
		margin-bottom: 30%;
	}
	.map-title-box span {
		margin-left: 0;
	}
	.icon-lock-open-2, .icon-lock-2 {
		font-size: 13px;
	}
	.newConsult {
		padding: 1px;
	}

}
