body {
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}

article {
	width: 100vw;
	min-width: 1280px;
	height: 100vh;
	overflow-x: hidden;
	padding-bottom: 100px;
}

button {
	border: none;
}

input[type=text]:focus {
    outline: 1px solid #5F4EEE;
}

.logo_header {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

.logo_header > div {
	width: 1280px;
	margin: 0 auto;
}

.logo_header img {
	float: left;
	margin-top: 30px;
    /* margin-left: 320px; */
}

.logo_header .find_login {
	float: right;
	margin-top: 40px;
	color: #333333;
	text-decoration: none;
}

.find h5 {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	font-weight: 600;
}

/* input 공통 */

input[type=text] {
	width: 100%;
	height: 50px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DDDDDD;
	padding-left: 10px;
	box-sizing: border-box;
}

/* a 공통 */

a.btn_white,
a.btn_purple {
	display: inline-block;
	width: 300px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}

a.btn_white {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #5F4EEE;
	color: #5F4EEE;
	margin-right: 140px;
	box-sizing: border-box;
} 

a.btn_purple {
	background: #5F4EEE 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}



.title {
	display: block;
	color: #666666;
	font-size: 14px;
	margin: 12px 0 5px;
}

.title em {
	display: inline-block;
}

.red,
.blue,
.gray {
	display: block;
	font-size: 12px;
	margin: 5px 0;
} 

.red {
	color: #EB3838; 
}

/* 공통 탭 */

.tab_box {
	width: 1280px;
    margin: 0 auto;
}

.tab_title {
    display: contents;
	width: 1280px;
}

.tab_title li {
    list-style: none;
    float: left;
    /* width: calc(100% / 3); */
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #999999;
    border-bottom: 2px solid #DDDDDD;
}

#find_id .tab_title li {
	width: calc(100% / 3);
}

#find_pw .tab_title li {
	width: calc(100% / 2);
}

.tab_title li.on {
    color: #5F4EEE;
    font-weight: bold;
    border-bottom: 2px solid #5F4EEE;
}

.tab_cont {
    clear: both;
}

.tab_cont > div {
    display: none;
    padding-top: 32px;
}

.tab_cont div .id_pw_title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.tab_cont > div.on {
    display: block;
}

.tab_cont > div input {
	display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
}

.tab_cont > div input:focus {
    border: 1px solid #5F4EEE;
    outline: 0 none;
}

.tab_cont > div div,
.tab_cont > div input {
    margin: 5px 0;
}


.find_common {
	width: 480px;
    margin: 0 auto;
}

.find_common > p {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}

/* tooltip */

#find_id .ico-info-box,
#find_pw .ico-info-box {
	vertical-align: sub;
}

#find_id .ico-info-box div {
    line-height: 20px;
}

.find_common .next {
	margin-top: 48px;
	text-align: center;
}

.find_common .next a.next_page {
    display: inline-block;
	width: 200px;
	height: 50px;
	background: #5F4EEE 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
    line-height: 50px;
    cursor: pointer;
}

.find_common .next p {
	font-size: 14px;
	color: #666666;
	margin-top: 30px;
}

.find_common .next p a {
	color: #854DFF;
	text-decoration: underline;
	cursor: pointer;
}

/* 아이디 찾기 결과페이지 */
.find .result {
	width: 1080px;
	height: 354px;
	margin: 120px auto 76px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
}

.find .result img {
	margin: 40px 0 20px;
}

.find .result span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 35px;
}

.find .result p {
	font-size: 14px;
	color: #666666;
}

.find .result p b {
	color: #333333;
}

.result_btn {
    text-align: center;
}

.self_confirm span {
	font-size: 14px;
}

.self_confirm span b {
	font-size: 16px;
}

.self_confirm span em {
	color: #5F4EEE;
	font-style: normal;
	font-weight: 600;
}


#find_pw .ico-info-box .ico-info-type-box.type3 {
	padding-left: 5px;
	padding-right: 5px;
}

#find_pw_result .find .result img {
	margin-top: 30px;
}



