@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap");
html {font-family: 'Noto Sans KR', sans-serif;}

/*콘텐츠*/



input,textarea:focus {outline: none;
	autocomplete:"off";}




.ipfind_title{
	margin:0 auto;
}

.ipfind_title>h2{
	margin:0px 0 45px 0;
	text-align:center;
	font-size:40px;
	color:#ffc528;
	font-weight:bold;

}

.ipfind_title>h2>img{
	margin: 130px 0 20px 3px;
}

.ipfind_line{
	width:950px;
	border-top: 1px dashed #a0a0a0;
	margin:0 auto;
	margin-bottom:30px;
}

.ipfind_reset{
	margin:80px 0 0 0;
	text-align:center;
}

.ipfind_reset>p>span{
	color:#777;
	font-size:30px;
	font-weight:bold;
	line-height:25px;
}

.repas{
	border:1px solid #d2d2d2;
	margin:60px 0 10px 0;
	width:375px;
	height:50px;
	border-radius:4px;
	font-size:15px;
	text-indent:40px;
	font-size:16px;
}

.repas::placeholder{
	color:#ccc;
}

.ipfind_retext{
	color:#d90000;
	font-size:13px;
	width:350px;
	text-align:left;
	margin:0 auto;
}

.rerepas{
	border:1px solid #d2d2d2;
	width:375px;
	height:50px;
	border-radius:4px;
	font-size:15px;
	text-indent:40px;
	margin: 10px 0 75px 0;
	font-size:16px;
}

.rerepas::placeholder{
	color:#ccc;
}

/* 버튼 */

.rule_box{
	width:195px;
	margin:0 auto;
}

.ipfind_res_log{
	width:195px;
	height:65px;
	background-color:#ffba00;
	border-radius:4px;
	color:#fff;
	font-size:25px;
	text-align:center;
	line-height:65px;
	margin-bottom:770px;
	border:1px solid #ffba00;
	cursor:pointer;
}

