body,ul,li,p,h1,h2,h3,h4,h5,h6,fieldset,legend,form,table,caption{margin:0;padding:0;border:0;}
body {font-family: "Malgun Gothic", sans-serif; background-color: #FFF;}
a{color:#111;text-decoration:none;}
img {border:0 none;vertical-align:middle;}
img,fieldset,iframe{border:0 none;}
li{list-style:none;}
table {border-collapse:collapse; border: 0;}

.f12_666666b {color:#666666; font-size:12px;font-weight:bold;}
.f12_FF4E02b {color:#FF4E02; font-size:12px;font-weight:bold;}
.f12_016BFFb {color:#016BFF; font-size:12px;font-weight:bold; text-decoration: underline;}

/* 공통 */
.find_wrap{
	margin:0 auto;
	padding: 40px 38px;
	width: 714px;
	/* height: 657px; */
  font-size: 15px;
	color:#111;
}
.find_wrap .inner {
	/*height: 610px;*/
	/* height: 720px; */
	padding: 35px 40px;
	border: 1px solid #dbdbdb;
	border-top: 2px solid #333;
	box-sizing: border-box;
	font-size: 15px;
}
.find_wrap h3 {margin-bottom: 20px; font-size: 20px;}
.find_wrap .info {margin-bottom: 40px;text-align: center;}

.find_wrap .btn {
	display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 5px;
}
.find_wrap .btn_blue {
	border: 1px solid #0095eb !important;
  box-sizing: border-box;
  background: #0095eb !important;
  color: #fff;
}
.find_wrap .btn_b_blue {
	border: 1px solid #0095eb !important;
  box-sizing: border-box;
  background: #fff;
  color: #0095eb !important;
}
.find_wrap .btns {
	text-align: center;
  font-size: 0;
}
.find_wrap .btns .btn {
	display: inline-block;
	width: 49%;
	margin: 0 5px;
	border-radius: 3px;
}
.find_wrap .btns .btn:first-child {margin-left: 0;}
.find_wrap .btns .btn:last-child {margin-right: 0;}

/* 아이디/비밀번호 찾기 탭 메뉴 */
.tab_find {
	display:table;
	table-layout:fixed;
	position:relative;
	width:100%;
	overflow:hidden;
}
.tab_find li {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	padding-left:10px;
}
.tab_find li:first-child {padding-left:0;}
.tab_find li:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:#0095eb;
	content:"";
}
.tab_find li a {
	display:block;
	height:60px;
	line-height:60px;
	border:1px solid #ddd;
	box-sizing:border-box;
	background:#f7f7f7;
	text-align:center;
	font-size:15px;
	color:#111;
}
.tab_find li.on:after {
	display:none;
}
.tab_find li.on a {
	border:2px solid #0095eb;
	border-bottom:none;
	background:#fff;
	font-weight:bold;
}
.tab_find li span {
	font-size:13px;
	color:#777;
}
.tab_find li:not(:first-child).on:before {
	position:absolute;
	bottom:0;
	left:0;
	width:12px;
	height:2px;
	background:#0095eb;
	content:"";
}

/* 인증 선택 화면 */
.find_section {overflow:hidden; text-align: center;}
.find_section .find_box {padding:20px 45px 20px 30px; margin: 30px 0; background: #f7f7f7; text-align: left;}
.find_section .find_box li:first-child {padding-bottom: 30px; /*padding-top: 10px;*/ font-size: 14px;}
.find_section .find_box p {font-size: 14px; padding-top: 15px;}
.find_section .find_box label {position: relative; cursor: pointer; font-weight: bold;}
.find_section .find_box input[type=radio] {
	margin: 0;
	margin-right: 8px;
	opacity: 0;
	width: 22px;
	height: 22px;
}
.find_section .find_box	.radio_btn {
	position: absolute; top: 0; left: 0;
	width: 22px; height: 22px;
	background: gray;
	background: url(http://img.gameangel.com/renew/img/sp_ga_img_v4.png?v=2&CDN=1) no-repeat;
  background-position: -28px -676px;
}
.find_section .find_box	input[type=radio]:checked + .radio_btn {
	background: url(http://img.gameangel.com/renew/img/sp_ga_img_v4.png?v=2&CDN=1) no-repeat;
  background-position: -1px -676px;
}
.find_section .underline {text-decoration: underline;}
.find_section .bottom_txt {padding-top: 15px; font-size: 15px;}
.find_section .bottom_txt a {font-weight: bold;}

/* 인증 선택 - 아이디 */
.tbl_id {display: none; width: 100%; border-spacing: 0px; margin-top: 30px;}
.tbl_id input, .tbl_id select {
	width: 100%;
	padding: 10px 15px 12px;
	border: 1px solid #acacac;
	box-sizing: border-box;
	font-size: 14px;
	color: #888;
}
.tbl_id select {
	width: 143px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-collapse: separate;
  background: #fff url(http://img.gameangel.com/www.gameangel.com/renew/bg_select.png?v=3&CDN=1) no-repeat right center;
  cursor: pointer;
}
.tbl_id td {padding-bottom: 13px;}
.tbl_id td:first-child {padding-left: 15px; width: 107px; font-weight: bold; box-sizing: border-box;}
.tbl_id td:last-child {width: calc(100% - 107px); font-size: 0;}
.tbl_id .birth_box select:nth-child(2) {margin-left: 10px;}
.tbl_id .birth_box select:last-child {margin-left: 9px;}
/* .tbl_id .birth_box select {width: calc(100% / 3 - 20px); font-size: 0;} */

/* .find_section .find_phone {
	display:inline-block;
	overflow:hidden;
}
.find_section .find_phone li {
	position:relative;
	width:215px;
	height:244px;
	border:1px solid #d9d9d9;
	box-sizing:border-box;
	cursor:pointer;
}
.find_section .find_phone li:hover {border:1px solid #0095eb;}
.find_section .find_phone li:hover:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border:1px solid #0095eb;
	box-sizing:border-box;
	content:'';
}
.find_section .find_phone li:hover span {background:#0095eb;}
.find_section .find_phone li input {opacity: 0; width: 0; height: 0; position:absolute;}
.find_section .find_phone li i {
	position:relative;
	top:45px;
	display: block;
	width:51px;
	height:93px;
	margin:0 auto;
  vertical-align: middle;
  text-indent: -9999px;
	background-image:url(http://img.gameangel.com/www.gameangel.com/renew/sp_gameangel.png?v=7&CDN=1);
	background-position:0 -308px;
}
.find_section .find_phone li:hover i {
	background-image:url(http://img.gameangel.com/www.gameangel.com/renew/sp_gameangel.png?v=7&CDN=1);
	background-position:-61px -308px;
}
.find_section .find_phone li span {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:65px;
	line-height:67px;
	background:#42474d;
	color:#fff;
	text-align:center;
	font-size:20px;
} */

/* .find_section .dot_list {padding-top: 20px;}
.find_section .dot_list li {
	position: relative;
	padding-left: 8px;
	line-height:25px;
	color:#555;
	text-align:left;
	letter-spacing: -1px;
}
.find_section .dot_list li:before {
	position: absolute;
	top:10px;
	left: 0;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	content: "";
	background:#555;
} */

/* 인증선택 - 비밀번호 */
.find_section .find_box.pw_box {padding: 38px 45px 38px 30px;}
.find_section .find_box.pw_box li:first-child {padding-bottom: 50px;}


/* 아이디 찾기 결과 화면 */
.find_id_wrap {
	padding: 30px 0 20px;
  margin: 41px 0;
  background: #f7f7f7;
	/* max-height: 275px; */
	max-height: 295px;
  box-sizing: border-box;
  overflow-y: auto;
}
.find_id_wrap p{margin-bottom:8px;}
.find_id_wrap .id_list {
	width: 250px;
  margin: 0 auto;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  color: #555;
}
.find_id_wrap .id_list:last-child {border-bottom: 0;}
.find_id_wrap .id_list li:first-child {margin-bottom: 5px;}
.find_id_wrap .id_list li label {
	display: inline-block;
  width: 100px;
  color: #000;
  font-weight: bold;
}


/* 인증 선택 화면 - 비밀번호 찾기 */
.pwd_layout {
	margin: 30px 0;
	padding: 80px 0;
	background: #f7f7f7;
	text-align:center;
}
.pwd_layout .top_txt {margin-bottom: 50px;}
/* .pwd_layout b {
	display:inline-block;
	vertical-align:middle;
	margin-right:30px;
}
.pwd_layout input[type=text] {
	display:inline-block;
	width:234px;
	padding: 11px 15px;
	border: 1px solid #acacac;
	box-sizing: border-box;
	background: #fff;
	font-size: 14px;
	color: #888;
} */


/* 비밀번호 찾기 결과화면 */
.find_pw_wrap {
	padding: 40px 0;
  margin: 30px 0;
  background: #f7f7f7;
}
.find_pw_wrap p {line-height: 23px;}

.change_pw {margin-top: 23px;}
.change_pw li {
	position: relative;
	margin-bottom: 15px;
}
.change_pw li:last-child {margin-bottom: 0;}
.change_pw label {
	display: inline-block;
  width: 104px;
  text-align: left;
  font-weight: bold;
  color: #000;
}
.change_pw input {
	padding: 11px 15px;
	border: 1px solid #acacac;
	box-sizing: border-box;
	background: #fff;
	font-size: 14px;
	width: 280px;
	color: #555;
}
.change_pw .alert {
	color: #0095eb;
  font-size: 13px;
  text-align: left;
  padding-left: 230px;
	padding-top: 5px;
}

/* 비밀번호 변경 완료 */
.find_pw_wrap.pw_ok {margin: 30px 0px; padding: 63px 0;}
.find_pw_wrap.pw_ok .pw_list {
	margin: 30px auto 0;
	width: 245px;
	padding: 10px 0;
	text-align: left;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.find_pw_wrap.pw_ok .pw_list li {color: #555;}
.find_pw_wrap.pw_ok .pw_list li:first-child {margin-bottom: 5px;}
.find_pw_wrap.pw_ok .pw_list li span {
	display: inline-block;
	padding-left: 30px;
}
.find_pw_wrap.pw_ok .pw_list li .text {
	width: 70px;
	color: #000;
	font-weight: bold;
}
.find_pw_wrap.pw_ok .pw_list li .show {
	width: 100px;
	padding-left: 30px;
}


#pwid_body {
	 width:100%;
	 margin:auto;
	 text-align : center;
	 padding-top:16px;
}
#pwid_layout {
	width:400px;
	text-align : center;
	 margin:auto;
}
#title_pwid {
	width:400px;
	height:22px;
	margin-bottom:12px;
}
#content_pwid {
	width:400px;
}
.content_pwid_sub1_1 {
	height:20px;
}
.content_pwid_sub1_5 {
	width:375px;
	line-height:15px;
	padding-left:15px;
	padding-bottom:30px;
	float:left;
}
#content_pwid_sub3 {
	width:400px;
	border-bottom:3px solid #BBD8F6;
	background-color:#E8F5FD;
	text-align:left;
	color:#666666;
	float:left;
}
#content_pwid_sub3_sub {
	width:370px;
	text-align:left;
	padding:15px 15px 15px 15px;
	float:left;
}
.content_pwid_sub2_sub1 {
	width:370px;
	text-align:left;
}
.line3 {
	width:400px;
	height:23px;
	background-image:url(https://www.gameangel.com/ssl_img/sign/line3.gif);
	background-repeat:no-repeat;
	float:left;
}
#ipin_msg_box {
	position: absolute;
	z-index:100;
	margin-left:50px;
}
.center_btn1 {
	text-align:center;
	padding-top:15px;
}
.center_idform {
	margin-top:10px;
	padding-left:60px;
}
