@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face{
	font-family: 'Spoqa Han Sans Neo';
	src: url(../font/SpoqaHanSansNeo-Regular.ttf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, input, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Malgun Gothic';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**/
#login_wrap{
    /* width: 760px; */
    height: 470px;
}
#login_text_wrap{
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.login_title{
    color: #212121;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px; 
    border-bottom: 1px solid #dadada;
}
.login_text{
    line-height: 140%;
    font-size: 16px;
    color: #555555;
}
.login_text2{
    line-height: 140%;
    font-size: 14px;
    color: #555555;

}
.tab_header ul {
    width: 760px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
  }
  
.tab_header ul li {
    width: 33% !important;
    height: 36px;
    line-height: 36px;
    list-style: none;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: #666666;
    text-align: center;
    width: 25%;
    border: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 0;
}

.tab_header ul li:last-child {
    border-right: 1px solid #e5e5e5;
}

.tab_header ul li.on {
    overflow: hidden;
    font-weight: bold;
    color: #7271cb;
    border-top: 2px solid #7271cb;
    border-bottom: none;
}

.tab_body {
    width: 760px;
    margin: 0 auto;
}

.tab_body ul li {
    display: none;
    padding: 20px;
}

.tab_body ul li.on {
    display: block;
}

.li_text1{
    font-size: 15px;
    text-align: center;
    color: #212121;
    margin-bottom: 10px;
}
.ganpyun{
    width: 280px;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    background: url(../images/img.svg) no-repeat center 80%;
    background-size: 80%;
    background-color: #7271cb;
}
.onepass{
    width: 324px;
    height:48px;
    background: url(/images/btn_onepass_blue_48.png) no-repeat;
    margin: 0 auto;
    margin-top: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.mobile{
    width: 180px;
    height: 42px;
    line-height: 42px;
    padding-left: 30px;
    text-align: center;
    border-radius: 30px;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    color: #FFFFFF;
    margin: 0 auto;
    background: url(../images/mobile.png) no-repeat 20px center;
    background-color: #091F2C;
    background-size: 32px 32px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
.li_text2{
    padding-top: 10px;
    width: 720px;
    font-size: 14px;
    color: #555555;
    line-height: 140%;
    margin: 0 auto;
}
.span1{
    color: blue;
}
.span2{
    color: red;
}
.sns_sub{
    color: #555555;
    font-size: 14px;
    text-align: center;
    margin: 72px 0 20px 0;
    line-height: 120%;
}
#login_sns{
    margin: 0 auto;
    margin-top: 30px;
}
.sns_btn{
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.kakao, .naver{
    width: 300px;
    height: 45px;
    border: transparent;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}
.kakao{
    background: url('../images/kakaotalk_logo.svg') no-repeat 10px center;
    background-size: 7%;
    color: #000000;
    background-color: #FEE500;
    margin-bottom: 10px;
}
.naver{
    background: url('../images/naver_logo.svg') no-repeat 12px center;
    background-size: 5%;
    background-color: #03C75A;
    color: #ffffff;
}

#login_origin{
    margin:0 auto;
}
#login_origin > form { 
    width: 300px;
    margin: 0 auto;
}

.login_input{
    width: 288px !important;
    height: 36px !important;
    border:1px solid #dadada !important;
    margin-bottom: 10px !important;
    border-radius: 4px !important;
    padding-left: 10px !important;
    font-size: 14px !important;
}
.login_sub{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.login_sub_inner{
    display: inline-block;
    line-height: 15px;
}
.login_sub_inner > input {
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.login_sub_inner > label {
    cursor: pointer;
}
.login_sub_text{
    font-size: 14px;
    color: #555555;
}
.login_btn{
    width: 300px;
    height: 45px;
    border-radius: 4px;
    background: #7271cb;
    color: #ffffff;
    font-size: 16px;
    border: transparent;
    cursor: pointer;
}
.login_bottom_text{
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #555555;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.login_bottom_text > span > a{
    text-decoration: none;
}
.login_bottom_text2{
    line-height: 140%;
    font-size: 14px;
    color: #555555;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

/**/
#find_id_area{
    width: 1048px;
    height: 590px;
}
#login_top_text{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    gap: 60px;
    line-height: 120%;
    width: 300px;
    margin-bottom: 60px;
}
#login_top_text > div > label {
    cursor: pointer;
}
#find_id_bottom {
    width: 1050px;
    display: flex;
}
.box {
    width: 33%;
    height: 170px;
    border: 1.5px solid #dadada;
    border-top: 2px solid #0e53a3;
    margin: 0 auto;
    padding: 30px;
    cursor: pointer;
    margin-right: 30px;
    margin-left: 30px;
}
.box_title{
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.box_sub{
    line-height: 140%;
    font-size: 14px;
    color: #555555;
    height: 60px;
    margin-top: 40px;
}