.findParentDiv{
	padding-top: 70px;
	padding-bottom: 20px;
	position: relative;
	width: 512px;
	left: calc(50% - 256px);
	top: 0px;
	text-align: center;
}
@media screen and (max-width: 768px) {
    .findParentDiv {
	 	padding-top: 30px;
		width: 100%;
		left: 0px;
		top: 0px;
    }
}
.title{
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	color: #666666;
   font-family: 'NS';
}
.title .sub{
	margin-top: -10px;
	font-size: 17px;
	text-align: center;
	font-weight: normal;
}
.title img{
  width: calc(80%);
}


.infoDiv{
	padding-top: 50px;
	padding-bottom: 10px;
	color: #aaaaaa;
	font-weight: normal;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.formDiv{
	padding-top: 70px;
	text-align: center;
}

.formDiv .formRow{
	padding-top: 5px;
	padding-bottom: 5px;
}
.formDiv .formRow .formLabel{
	color: #aaaaaa;
	font-size: 15px;
	font-weight: normal;
	width: 60px;
}

.formDiv .formRow .formInput{
	height: 45px;
	border: none;
	background: #f0f0f0;
	padding-left: 15px;
	border-radius: 0;
  width: calc(90% - 70px);
  font-weight: bold;
}

.findButton{
	height: 45px;
	margin-top: 50px;
	border: none;
	width: 80%;
	padding: 12px;
	font-weight: bold;
	font-size: 15px;
	color: white;
	background: #e12a2e;
	text-align: center;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: normal;
  font-size: 11px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight: normal;
  font-size: 11px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight: normal;
  font-size: 11px;
}
:-moz-placeholder { /* Firefox 18- */
  font-weight: normal;
  font-size: 11px;
}
/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 3px 6px 0 rgba(0, 0, 0, 0.3);*/

.tabButtonDiv{
	margin-top: 30px;
	text-align: center;
}

.tabButtonDiv button{
	width: 150px;
	height: 40px;
	background: #fff;
	color: #666;
	border: 1px solid #666;
	font-family: 'NS';
}

.tabButtonDiv .active{
	color: #ffffff;
	background: #666;
}

.findDiv {
	display: inline-block;
	text-align: center;
	width: 400px;
	max-width: 100%;
	margin-top: 40px;
}
.findDiv .findResultDiv{
	background: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 30px;
}
.findDiv .successInfoDiv{
	display: inline-block;
	background: #ffffff;
	text-align: center;
	width: calc(80%);
	padding: 8px 0px 5px 0px;
}

.findDiv .idpwfindIcon{
	width: 100px;
}

.findDiv .titleLabel{
	display: block;
	text-align: center;
	font-size: 18px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.findDiv .success{
	color: #e12a2e;
}

.findDiv .failed{
	color: #e12a2e;
}

.findDiv .descLabel{
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}

.findDiv .changePWDiv {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.findDiv .changePWDiv .inputPW {
	margin-top: 5px;
	text-align: center;
	width: 100%;
	font-size: 15px;
	background: #f0f0f0;
	border: none;
	border-radius: 0;
	font-family: 'NBG';
	height: 40px;
	color: #e12a2e;
}
.findDiv .inputEmail {
	margin-top: 25px;
	text-align: center;
	width: 100%;
	font-size: 15px;
	background: #f0f0f0;
	border: none;
	font-family: 'NBG';
	height: 40px;
	color: #e12a2e;
}

.findDiv button,
.findDiv a{
	display: inline-block;
	margin-top: 20px;
	width: 45%;
	border: 1px solid #e12a2e;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff;
	color: #e12a2e;
	font-size: 15px;
	font-family: 'NS';
}
.findDiv #applyChangePWButton,
.findDiv #changePWButton{
	background: #e12a2e;
	color: #ffffff;
	border: 1px solid #e12a2e;
}

.findDiv .findValue{
	width: 100%;
	font-size: 15px;
	font-family: 'NBG';
   -webkit-touch-callout: initial;
   -webkit-user-select: initial;
}

.authButtonDiv{
  position: relative;
  width: 100%;
  text-align: center;
}
.authButtonDiv .authphoneIcon{
  margin-top: 30px;
  width: 180px;
}
.authButtonDiv .authphoneDesc{
  display: block;
  margin-top: 20px;
  font-size: 12px;
  color: #aaaaaa;
}
.authButtonDiv #authButton{
  display: inline-block;
  width: calc(80%);
  background: #e12a2e;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 15px;
  line-height: 50px;
}

.successDiv{
   margin-top: 40px;
   padding-top: 20px;
   padding-bottom: 20px;
   text-align: center;
}

.successDiv label{
   display: block;
   width: 100%;
   font-size: 20px;
   color: #e12a2e;
   margin-bottom: 10px;
   text-align: center;
	font-family: 'NS';
}

.successDiv span{
   display: block;
   width: 100%;
   font-size: 15px;
   color: #0080cc;
   text-align: center;
}



.successDiv a{
   display: inline-block;
   text-decoration: none;
   margin-top: 30px;
   padding: 10px;
   width: 100px;
   text-align: center;
   background: #e12a2e;
   color: #ffffff;
}
