#account_p .container {background:}
#account_p .header_line_logo{text-align:center;}
#account_p .header_line_logo .logo_top{float:none;margin:auto;display:inline-block;}
#account_p #middle{background:#ffb400;padding:80px 0px;}
#account_p fieldset{border:0px;padding:0px;}
#account_p fieldset legend{display:inline-block;width:100%;float:left;}
#account_p .one_half, #account_result_box {max-width:340px;margin:auto;text-align:center;}
#account_p .submit_form{width:100%;margin-top:10px;}
#account_p .submit_form input{background:#fff;border:0px;border-radius: 4px;width:99%;height:38px;line-height:38px;color:#999;cursor:pointer;opacity: 0.5;filter:alpha(opacity=50);font-size:20px;font-family:Arial,"Malgun Gothic","Gulim","Dotum";}
#account_p .submit_form input:hover{opacity: 0.6;filter:alpha(opacity=60);}
#save_idpw_box {float:right;display:block;color:#fff;}
#save_idpw_box input{display:block;float:left;margin:2px 5px 0px;padding:0px;}
#account_p .section_content {font-family:Arial,"Malgun Gothic","Gulim","Dotum";}
#account_p .section_content ul{margin:40px auto 0px;padding:0px;display:inline-block;}
#account_p .section_content ul li{list-style:none;float:left;color:#fff;}
#account_p .section_content ul li a{color:#fff;}
#account_p .section_content ul li .bar_dev{padding:0px 5px;}
#account_p .section_content input:focus{background:#f1f1f1;}
#account_p .section_content input[type=text], #account_p .section_content input[type=password], #account_p .section_content input[type=email]{height:30px;line-height:30px;padding:5px 2%;width:96%;margin-bottom:3px;border:0px;border-radius:3px 0px 0px  3px;font-size:24px;font-family:Arial;}
#account_p .section_content .field{position:relative;}
#account_p .section_content #user_input_box {margin-right:39px;}
#account_p .section_content #user_id_icon, #account_p .section_content #passwd_icon, #account_p .section_content #email_icon, #account_p .section_content #phone_icon {background:#333;width:40px;height:40px;position:absolute;right:0px;top:0px;z-index:9;opacity: 0.5;filter:alpha(opacity=50);}
#account_p .section_content #user_id_icon span{background:url('/images/account/icon_id.png') no-repeat 9px 9px;width:40px;height:40px;display:block;margin:auto;position:absolute;right:0px;top:0px;z-index: 10;}
#account_p .section_content #passwd_icon span{background:url('/images/account/icon_pw.png') no-repeat 9px 9px;width:40px;height:40px;display:block;margin:auto;position:absolute;right:0px;top:0px;z-index: 10;}
#account_p .section_content #email_icon span{background:url('/images/account/icon_email.png') no-repeat 9px 12px;width:40px;height:40px;display:block;margin:auto;position:absolute;right:0px;top:0px;z-index: 10;}
#account_p .section_content #phone_icon span{background:url('/images/account/icon_cellphone.png') no-repeat 9px 12px;width:40px;height:40px;display:block;margin:auto;position:absolute;right:0px;top:0px;z-index: 10;}
#account_result_box .text{background:#fff;padding:40px 0px;opacity: 0.5;filter:alpha(opacity=50);}
#account_p .section_content#slboard_account_password_form input{font-size:13px;}


@media screen and (max-width:359px)
{
#account_p .one_half, #account_result_box{width:300px;}
}

.find_page_title{
	font-size:25px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
    font-weight: bold;
}
.find_auth_title{
	text-align: left;
	color: #fff;
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.error_msg{
	color: #fff;
	text-align: center;
	margin: 5px 0;
}

.btn_resend_auth_number{
	background: #fff;
    border: 0px;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    color: #999;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    font-family: Arial,"Malgun Gothic","Gulim","Dotum";
}
