@charset "UTF-8";

/* membership */
.loginHead{
    height: 47px;
    border-bottom: 1px solid #bbb;
	background:#f1f4f7
}
.loginNav{
    text-align: right;
    line-height: 47px;
}
.Bx {
    width: 1000px;
    margin: 0 auto;
}
.loginContent h1{
    height: 30px;
    margin: 35px 0;
	letter-spacing:-1px;
	color:#333;
	font-size:2rem
}
.loginContent h1 strong {color:#f04481}
.loginContent h1::after{
    content: '';
    display: block;
    position: relative;
    top: 32px;
    width: 1000px;
	height:5px;
	background: linear-gradient(to right, #f95d93, #9845d8);
}
.loginContent h1 strong:before {
	content:"";
	padding-left:18px;
	margin-left:18px;
	border-left:2px solid #f04481;
}
.loginContent  .loginW{
    background-position: center 0;
}
.loginBx{
    width: 600px;
    margin: 55px auto;
}
.loginBx h2{
    text-align: center;
    font-size: 2.5rem;
}
.login_inp {
	display:inline;
	float:left;
	width:280px;
	height:55px;
	margin:13px 0 0 0px;
}
.login_inp .lab_login {
	overflow:hidden;
	position:absolute;
	left:15px;
	padding-left:12px;
	font-size:1.7rem;
	line-height:40px;
	color:#888;
	letter-spacing:-1px
	cursor:text;
}
.login_inp .lab_pw {
	top:85px;
	height:27px;
	line-height:30px;
}
.login_inp .tf_login {
	display:block;
	width:273px;
	height:43px;
	margin-bottom:4px;
	padding-left:12px;
	border:1px solid #b2b2c5;
	line-height:20px;
	color:#8f8f8f;
	font-size:1.6rem;
    box-sizing: border-box;
}
.login_inp .tf_pw {
	line-height:25px;
}
.loginBx .btn_login {
	overflow:hidden;
    color: #fff;

	width:173px;
	height:90px;
	margin-top:13px;
	line-height:85px;
	background-color:#ee5c90;
	border-radius:3px;
}
.btn_login .ir_wa{
    color: #fff;
	font-size:1.4rem
}
.loginBx p{
    margin-top: 10px;
}
.loginIdPw {margin-left:75px;margin-top:20px !important}
.loginCheck{
    color: #7475e9
}
.loginIdPw{
    color: #000;
}
.loginIdPw::after{
    content: '';
    display: block;
    position: relative;
    top: 6px;
    height: 1px;
    width: 210px;
    background-color: #000;
}
.loginSns{
    margin: 25px auto;
	width:450px;
}
.loginSns ul li{
    width: 450px;
    height: 60px;
    text-align: center;
    margin-bottom: 10px;
}
.loginSns ul li.loginG a{
    background: #4285f4;
}
.loginSns ul li.loginF a{
    background: #38559b;

}
.loginSns ul li.loginT a{
    background: #34bef0;

}
.loginSns ul li.loginK a{
    background: #fae100;
    color: #301817;

}
.loginSns ul li a{
    display: block;
    width: 100%;
    color: #fff;
    line-height: 60px;
    font-size: 1.8rem;
}
.loginSns ul li a::before{
    content: '';
    display: inline-block;
    position: relative;
    top: 7px;
    width: 27px;
    height: 27px;
    margin-right: 15px;
    background: url('/images/member/member_icon.png') no-repeat;
}
.loginSns ul li.loginG a::before{
        background-position: center -1px;
}
.loginSns ul li.loginF a::before{
    background-position: center -29px;

}
.loginSns ul li.loginT a::before{
    background-position: center -57px;

}
.loginSns ul li.loginK a::before{
    width: 36px;
    height: 33px;
    top: 13px;
    background-position: center -84px;
}
.loginBtn{
    width: 450px;
    height: 60px;
    margin-top: 20px;
    line-height: 60px;
    background: #fff;
    border: 1px solid #c4c4c4;
	border-radius:3px;
    box-shadow: 0 0 8px #ccc;
    font-size: 1.6rem;
	font-weight:600;
    color: #000;
}

.loginContent  .loginI{
    background-position: center -45px;
}
.findIdPwBx{
    width: 800px;
    height: auto;
    margin: 55px auto;

}
.findIdPw{
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}
.findTab{
    display: flex;
}
.findTab li{
    width: 50%;
    height: 68px;
}
.findTab li a{
    display: block;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background: #9499bc;
    font-size: 2.5rem;
    color: #fff;
}
.findTab li a.on{
    background: #404fbf;
}
.findHTxt{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    height: 83px;
    background: #f8f8f8;
    text-align: left;
    padding-left: 150px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.findHTxt p{
    font-size: 1.5rem;
    color: #000;
}

.fidnIdPwF{
    width: 450px;
    margin: 0 auto 60px;
}
.fidnIdPwF .btn_login {
	overflow:hidden;
    color: #fff;
	float:right;
	width:173px;
	height:90px;
	margin-top:33px;
	line-height:85px;
	background-color:#fa5f32;
}
.fidnIdPwF .btn_login span{
    font-size: 1.8rem;
}
.findBTxt{
    width: 680px;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.findBTxt p{
    font-size: 1.5rem;
    margin-bottom:5px;
}
.findBTxt p:first-child{
    font-size: 1.9rem;
    color: #404fbf;
    line-height: 2.3rem;
    margin-bottom:10px;
}
.fidnIdPwF.Pw{
    width: 344px;
}
.findHTxt.Pwm{
    margin-bottom: 40px;
}
.Pw .login_inp, .fidnIdPwF.Pw .btn_login{
    float: none;
}
.fidnIdPwF.Pw .btn_login{
    margin-top: 0;
}
.Pw .login_inp .tf_login{
    width: 334px;
}
.fidnIdPwF.Pw .btn_login{
        width: 334px;
        height: 59px;
}

.loginContent  .loginJ{
    background-position: center -92px;
}
.loginContent  .loginM{
    background-position: center -140px;
}
.joinBx{
	margin: 55px 0;
}
.joinHTxt, .logHTxt{
	position: relative;
	height: 70px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c4c4c4;
}
.joinHTxt p{
	padding-left: 90px;
	box-sizing: border-box;
	font-size: 1.5rem;
	color: #000;
	line-height: 4.3rem;
}
.logHTxt p {
    text-align:center;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #000;
    line-height: 4.3rem;
}

.joinAllcheck, .joincheck{
    position: absolute;
    top: 7px;
    right: 58px;
}
.joinAllcheck input[type="checkbox"],  .joincheck input[type="checkbox"]{
    display:none;
}
.joinAllcheck input[type="checkbox"] + label span,  .joincheck input[type="checkbox"] + label span{
    display:inline-block;
    width: 159px;
    height: 47px;
    vertical-align: middle;
    background:url('/images/member/check.png') center top no-repeat;
    cursor:pointer;
    text-indent: -9999em;
}
.joinAllcheck input[type="checkbox"]:checked + label span, .joincheck input[type="checkbox"]:checked + label span {
    background:url('/images/member/check.png') center -48px no-repeat;
}
.joinCont{
	width: 800px;
	margin: 0 auto 50px;
}
.joinPy{
    position: relative;
    margin-bottom: 30px;
}
.joinPy h2{
    margin-bottom: 30px;
    font-size: 1.3rem;
    color: #000000;
    font-weight: 700;
    letter-spacing: -1px;
}
.joinPy h2 strong {color:#f04481}
.joinPy h2::before{
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #575c88;
	margin-right: 10px;
}
.joinPy.evnet h2{
    margin-bottom: 0;
}
.joinPy .sign_term{
    width: 798px;
    height: 245px;
    padding: 5px 18px 10px;
    border: 1px solid #c6d1e4;
    background: #fafafa;
    overflow-y: scroll;
}
.joinPy dl.inner {
	width: 750px;
	overflow-y: hidden;
	border:0;
	background:none;
	height:auto;
	padding:5px;
}
.joinPy dl dt, .joinPy h4{
    margin: 2px 0;
    font-size: 1.2rem;
    color: #000;
	font-weight:500;
}

.joinPy dl li, .joinPy dl p {line-height:20px;}
.joinAllcheck input[type="checkbox"],  .joincheck input[type="checkbox"]{
    display:none;
}
.joinAllcheck input[type="checkbox"] + label span,  .joincheck input[type="checkbox"] + label span{
    display:inline-block;
    width: 159px;
    height: 47px;
    vertical-align: middle;
    background:url('/images/member/check.png') center top no-repeat;
    cursor:pointer;
    text-indent: -9999em;
}
.joinAllcheck input[type="checkbox"]:checked + label span, .joincheck input[type="checkbox"]:checked + label span {
    background:url('/images/member/check.png') center -48px no-repeat;
}

.joincheck{
    top: -10px;
    right: -38px;
}
.joincheck input[type="checkbox"] + label span{
    width: 41px;
    height: 41px;
    background:url('/images/member/check.png') center -97px  no-repeat;
}
 .joincheck input[type="checkbox"]:checked + label span {
    background:url('/images/member/check.png') center -140px no-repeat;
}


.joinInfo{
	position: relative;
	margin-bottom: 15px;
}
.joinInfo select{
	text-indent: 5px;
}
.join_line {border-bottom: 1px solid #bcbcbc;}
.field{
   position: relative;
   width: 798px;
   line-height:37px;
   /*height: 56px;*/
    padding:0px 19px 10px 0px; 
   margin-top: 20px;
   align-items: center;
}
.field .joinInputst{
    width: 634px;
    height: 33px;
    border: 1px solid #a9a9a9; 
	border-radius:3px;
	background: #f9f8f0;
    font-size: 1.1rem;
    text-indent: 10px;
}
.birthDay .joinInputst{
    width: 634px;
    height: 33px;
    border: 1px solid #a9a9a9; 
	border-radius:3px;
	background: #f9f8f0;
    font-size: 1.1rem;
    text-indent: 10px;
}
.field .joinInputst_s{
    width: 51%;
    height: 33px;
    border: 1px solid #a9a9a9; 
	border-radius:3px;
	background: #f9f8f0;
    font-size: 1.1rem;
    text-indent: 10px;
}
.required{
    font-size: 1.2rem;
    text-align: center;
    color: #3386a1;
	float:right
}
.joinGender{
	display: flex;
	justify-content: center;
	height: auto;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.joinGender input[type="radio"] + label{
	width: 221px;
	height: 53px;
	cursor: pointer;
	text-align: center;
	line-height: 53px;
	border: 1px solid #f04481;
	color: #000;
}
.joinGender input[type="radio"]:checked + label{
	background-color: #f04481;
	color: #fff;
}
.radioHidden {
	overflow: hidden !important;
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
}

.birthDay{
	/*display: flex;*/
}
.birthDay em, .Nm em, .Gp em{
	line-height: 52px;
	text-align: center;
	margin-right: 4px;
}
.birthDay .field input{
	width: 174px;
}
.birthDay .field select{
	width: 160px;
	margin-left: 7px;
	height: 42px;
	border: 1px solid #a9a9a9;
	background: #f6f6f6;

}

.Nm .required::before{
	content: '';
}
.joinInfo.Nm .field #country, .joinInfo.Gp .field #group{
	width: 160px;
	height: 44px;
	border: 1px solid #a9a9a9;
	background: #f6f6f6;
}
.Nm select{
	width: 132px;
	margin-right: 7px;
	margin-top: 1px;
	height: 44px;
	border: 1px solid #a9a9a9;
	background: #f6f6f6;

}
.Nm .field input{
	position: relative;
	width: 495px;
}

.Nm .certification{
	position: absolute;
	top: 12px;
	right: 4px;
	font-size: 1.4rem;
	text-align: center;
	color: #7c93bc;
	background: none;
}
.Nm em, .Gp em{
	background: none;
	text-align: left;
	line-height: 39px;

}
.joinConfirm{
	text-align: center;
	margin-top: 30px;
}
.joinConfirm button{
	width: 266px;
	height: 58px;
	border: 1px solid #f04481;
	border-radius: 50px;
	font-size: 1.7rem;
	color: #f04481;
	font-weight: bold
}
.joinConfirm button::before{
	content: '';
	display: inline-block;
	position: relative;
	width: 25px;
	top:1px;
	height: 30px;
	margin-right: 15px;
	background-image: url('/images/member/member_icon.png');
	background-position: center -264px;
	vertical-align: middle;

}
.joinInfoBTxt{
	border-top: 1px solid #dddddd;
	text-align: center;
	margin-top: 30px;
}
.joinInfoBTxt p{
	font-size: 1.5rem;
	color: #000;
	margin-top: 30px;
}


.wrap_find {
	display:flex;
	justify-content:space-between;
	width:100%;
	margin:60px auto 30px;
	box-sizing:border-box
}

.f_findID {
	width:49%;
	box-sizing:border-box;
}

.findBx {width:100%;margin:0 auto}
.f_findID .login_inp .tf_login {
width: 100%;border-radius:3px
}
.f_findID .tit {
	border-bottom:1px solid #ddd; margin-bottom:10px;padding-bottom:20px
}
.f_findID .wrap_log .btn_login {
    overflow: hidden;
    color: #fff;
    float: right;
    width: 173px;
    height: 136px;
    margin-top: 13px;
    line-height: 85px;
    background-color: #ee5c90;
    border-radius: 3px;
}
.wrap_log {
width: 455px;
    margin: 0 auto;}
.f_findID .login_inp{
width:250px;margin-right:5px
}
.f_findID h3 {color:#000; font-size:1.2rem}

.bx_add {
	box-sizing:border-box;
	margin:50px auto 50px;
	width:930px
}
.bx_add dt {line-height:2.3em;font-size:1.2rem;font-weight:600;color:#555}


label.error{
  margin-left:10px;
  color:red;
  display:block;
}
p.error{
  margin-left:10px;
  color:blue;
 display:block;
}



.btnStyle4{
	color: #436bb1;
	background: #f3f3f3;
	border: 1px solid #627aca
}
.btnStyle5{
	color: #fff;
	background: #627aca;
	border: 1px solid #627aca

}


.joinBtn{
    border-top: 1px solid #c4c4c4;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
}

.joinBtn, .logbtn {
    text-align: center;
}
.joinBtn button{
    width: 225px; height: 55px;font-size:1.3rem
	}
.btnStyle2, .btnStyle5 {
    color: #f04481;
    background: #fff;
    border: 1px solid #f04481;
}
.btnStyle1, .btnStyle3, .btnStyle4 {
    color: #fff;
    background: #f04481;
    font-size: 12px;
}
.finishBx {
    border: 1px solid #ccc;
    margin: 30px auto 70px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 7px;
}
.finishBx .htxt {
    font-size: 27px;
    color: #000;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}
.finishBx .htxt em, .htxt span {
    color: #f23c96;
    font-size: 40px;
    display: block;
    line-height: 2em;
}
.finishBx hr {
    width: 100%;
    height: 1px;
    border: none;
    margin: 30px 0;
    background: #dadada;
}
.finishBx .finishLogin {
    width: 100%;
    padding: 15px;
    margin-top: 50px;
    background: linear-gradient(to right, #f95d93, #9845d8);
    color: #fff;
    border: 0;
    font-size: 17px;
    border-radius: 5px;
}

#view_userId, #view_userName {
	color: #3b5fc5;
    font-size: 1.3rem;
    margin-left: 10px;
    background: #fff7cf;
	font-weight:600;
    padding: 7px;
}
.captcha_new button {
padding:11px; border:1px solid #777;border-radius:3px;margin-right:5px;
background:linear-gradient(to bottom, #ddd, #fff);color:#000
}
.captcha_audio button {
padding:11px; border:1px solid #777;border-radius:3px;
background:linear-gradient(to bottom, #c5d0ea, #fff);color:#000
}

.necess{border: 1px solid #9f47d4 !important; }
.unnecess{background: #fff !important; }
.fieldex {width: 550px !important;   margin-right: 10px;}
.memberInBtn{
padding:11px; border:1px solid #777;border-radius:3px;margin-right:5px;
background:linear-gradient(to bottom, #ddd, #fff);color:#000;
line-height: initial;
}