@charset "utf-8";

/* Theme Custom CSS */
/* html, body { height: 100%; } */

body {
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-align: center;
  align-items: center;
  /* padding-top: 40px; */
  padding-bottom: 40px;
  background-color: #fff;
}
/*로그인*/
.form-control:focus{
  /* box-shadow: none;ㄴㄴㄴㄴㄴㄴㄴㄴ */
}
#login-form-container {
  position: relative;
  max-width: 506px;
  margin: 60px auto;
}
#login-form .input-wrapper, #login-form #id-area, #login-form #pw-area {
  position: relative;
}
#login-form > .input-wrapper #id-area {
  margin-bottom: 20px;
}
#login-form > .input-wrapper .login-btn {
  width: 100%;
  margin: 3rem 0 0;
  padding: 1rem;
  background-color: #173582;
  color: white;
  letter-spacing: -1px;
  border-radius: 4px;
  font-weight: 600;
  font-family: "Noto Sans KR Light", "Malgun Gothic" !important;
}
#login-form > .input-wrapper input:not(input[type="checkbox"]) {
  color: #495055;
  width: 100%;
  padding: 15px 15px;
  border-radius: 4px;
  border: none;
  outline: none;
  border-bottom: 1px solid #e1e3e3;
}
#login-form > .input-wrapper span {
  position: absolute;
  top: 15px;
  left: 15px;
  letter-spacing: -1.2px;
  color: #bdbdbd;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  font-size: 16px;
}
#login-form > .input-wrapper > div > input:focus,
 #login-form > .input-wrapper  > div > input:valid {
  border: 1px solid #173582;
}
#login-form > .input-wrapper input:valid + .input-placeholder,
#login-form > .input-wrapper input:focus + .input-placeholder {
  top: -10px;
  transform: scale(0.8);
  background-color: white;
  color: #173582;
  font-weight: 500;
  font-size: 16px;
}
#login-form > .find-container {
  margin-top: 32px;
  text-align: center;
  font-size: 16px;
}
.find-container .find-wrapper{
  font-weight: bold;
  letter-spacing: -0.04px;
  font-size: 18px;
}
.login_state{
  margin: 5% 0;
}
/*로그인*/
.logo {
  max-width:150px; 
  width:100%; 
  height:auto;
}

#login_wrap{
  width:100%;
  /* height:100%; */
}

.login_tit{
  text-align: center;
}

#login_wrap .login_tit h3{
  color: #333;
  width: 90px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.35px;
  margin: 160px auto 50px;
}

.login_tit h3 img{
  width: 120px;
  height: auto;
  max-width: 100%;
}

.form-signin {
  width: 100%;
  max-width: 480px;
  padding: 15px;
  margin: auto;
}

@media screen and (max-width:767px) {
  #login_wrap .login_tit h3{
    margin: 50px auto 50px;
  }
  .form-signin{
    max-width: 400px;
  }

  #login_wrap .login_tit h3{
    font-size: 30px;
    padding-top:50px;
  }
}

/***나중에 지울거***/
/* .form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="user"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 10px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} */
/***나중에 지울거***/

.form-join {
  width: 100%;
  /* max-width: 1064px; */
  max-width: 767px;
  padding: 15px;
  margin: auto;
  padding: 100px 20px 50px 20px;
}
.form-join > form > div{
  margin-bottom: 5% !important;
}
.sj_form_st {max-width: 630px; margin: 0 auto;}
.for_label_font.for_block{display: block;}
#passsearch { position:relative; max-width:506px; margin:32px auto; overflow:hidden; padding: 0 10px;}
.login_tit{
  text-align: center;
}

/* #passsearch .login_tit{
  height:250px;
  display:flex;
  align-items: center;
  justify-content: center;
  width: 506px;
  margin-top:-32px;
  margin-bottom:40px;
} */

#passsearch .login_tit{
  height: 250px;
  position: relative;
}
#passsearch .login_tit h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.rs_footer{
  padding: 2% 0 ;
  text-align: center;
}
.rs_footer .ft_top a:first-child{
  margin-right: 1%;
}
@media screen and (max-width:767px){
  .form-join{
    padding-top:40px;
  }
}

@media screen and (max-width:991px) {
  .next_btn{
    margin-bottom: 50px;
  }  
  
}

.form-password {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-info {
	display:block;
	margin:5px 0 0;
	font-size:80%;
	color:#ff0000;
	letter-spacing:-0.1em
}

.label_font{
  font-size:18px;
  font-weight:500;
}

.form-control01{
  font-size:1.33em;
  width: 100%;
  background: #fff;
  height: 150px;
  resize: none;
  font-weight: 300;
}
textarea.form-control01{
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3); 
  background-color: rgba(239, 239, 239, 0.3)
}
.next_btn,
.login_btn{
  background-color: #093687;
  height: 50px;
}

.sm_text{
  font-size:15px;
  font-weight: 300;
}

.fregister_agree input[type="checkbox"],
.rs_agree_box input[type="checkbox"]{
  width: 20px;
  height: 20px;
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {transition: background-color 5000s; }

/*2022 0907수정  성명 휴대폰본인확인 플렉스 
성명 휴대폰번호 : 배경색바꾸기*/
.name-input-btn-flex{
  display: flex;
}

#win_hp_cert{
  flex: 1;
  color: #ffffff;
  padding: 20px 5px;
  border-radius: 4px;
  outline: none;
  background-color: #173582;
  font-weight: 300;
  height: 50px;
  font-size:16px;
}
#win_hp_cert.rfs2_phone_chk{
  height: 40px;
  width: 210px;
  flex:inherit;
  line-height: 0px;
}
#mb_name{ 
  flex: 2;
  background-color: #f1f1f1;
}

#mb_hp{
  background-color: #f1f1f1;
}

#lost-pwd-btn{
  width: 100%;
  height: 56px;
  font-size: 1.3em;
  margin-top: -62px;
}
#lost-pwd-btn:hover{
  background-color: #173582;
}




/* login.skin.php */
#sns_login h3 { display: none; }
#sns_login { border-bottom: 1px solid #edeaea; margin-bottom: 15px; }
.sns-wrap { margin: 10px 0 10px; }

.idS { position:relative; width:100%; margin-top:0px; margin-bottom:15px; border-radius:3px }
.idS h2 { position:relative; width:100%; font-size:1.2em; color:#555555; padding:10px 20px; border-bottom:2px solid #ccc; }
/*
.sinputboxs { position:relative; width:100%; padding:5%; margin:20px auto 0; background-color: #F4F4F4; text-align:center; }
*/
.sinputboxs span { font-size:1.5em; font-weight:600; color:#555555; line-height:1.2em; }
.certify_input {width:48.5%; }
.certify_input2 {
  width:100%; 
  height: 56px;
  margin-bottom:13px; 
  font-size:15px; 
  font-weight:400; 
  border: 1px solid #e1e3e3;
  color: #495055;
  box-shadow: none;
  padding: 15px;
}
.certify_input2 input::placeholder {
  font-weight: 400;
  color:#e1e3e3;
}
.certify_input3 {width:75%; }
.sinput_subboxs{margin-top:5%}

.win_btn { position:relative; width:100%; margin:50px auto; text-align:center; }
.win_btn.pls_sin_btn{margin: 12px 0;}
.rs_agree_box{
  margin: 4% 0;
} 
.rs_agree_box .form-check{
  margin-bottom: 1%;
}
.ls_login_how{
  margin-left: 5px;
}
.ls_login_how li{
  display: inline-block;
  font-size: 1.2em;
  width: 28%;
}
.btn_confirm .next_btn,
.win_btn .next_btn{
  color: #fff;
  width: 100%;
}
#find-form > .sinputboxs input {
  color: #495055;
  width: 100%;
  padding: 15px 15px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #e1e3e3;
  background-color: #f1f1f1;
  display: inline-block;
}

#find-form > .sinputboxs .cert-btn {
  flex: 1;
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  border: 0;
  background: #173582;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
}

#find-form{
  max-width: 526px;
  margin: 0 auto;
  /* padding: 0 15px; */
}
#find-form .sinputboxs{
  padding: 0;
  font-size:16px;
}

.sinputboxs #phoin-area input{
  width: 70%;
  height: 56px;
}
.sinputboxs #phoin-area button.btn_frmline {
  width: 30%;
}
.win_btn .next_btn{
    border-radius: 4px;
    font-weight: 400;
}


/**회원가입**/
.btn_confirm.register_btn{
  max-width: 756px;
  padding: 0 20px;
  height: inherit;
}


.hide{
  display: none;
}

.for_label_font{font-size: 16px;}
@media (max-width: 575px) {
	#captcha_audio {display:none !important;} 
}

@media screen  and (max-width:400px){
  #win_hp_cert,
  #phoin-area input::placeholder{
    font-size: 14px;
  }
  #win_hp_cert.rfs2_phone_chk{
    font-size: 13px;
  }
}

/* 로그인 추가 */
.login_go{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0.25rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}
.login_go.naver{
  background: url(/img/naver.png)no-repeat 130px center #16c900;
  background-size: 38px;
  color: #fff;
  display: block;
}
.login_go.kakao{
  background: url(/img/kakao_bubble.png)no-repeat 137px center #fae301;
  background-size: 25px;
  color: #391b1b;
}
.other_login_social{
  text-align: center;
  margin-top: 13%;
  border-top: 1px solid #ccc;
  padding-top: 13%;
}
.other_login_social h2{
  font-weight: bold;
  margin-bottom: 5%;
  font-size: 1.5em;
}
.other_login_social a{
  display: inline-block;
  width: 50px;
  height: 50px;
}
.other_login_social a img{
  max-width: 100%;
}
.other_login_social a.go_naver{background:url(/img/naver.png) no-repeat center; background-size: 50px; margin-right:3%}
.other_login_social a.go_kakao{background:url(/img/kakao.jpg) no-repeat center; background-size: 50px;}

@media screen and (max-width: 780px) {
  .login_go.kakao{
    background-position: 50px center;
  }
  .login_go.naver{
    background-position: 42px center;
  }
}