@charset "UTF-8";

/* ************로그인 css************ */
.loading_overlay {
  display: none;
}
html {
  min-width: 1280px;
  overflow-x: auto;
}
.section_login {
  margin:0 auto;
  width: 600px;
  padding: 88px 0 300px;
  box-sizing: border-box;
}
.section_login .title{
  padding-bottom: 40px;
}
.section_login .title .head {
  display: block;
  font-weight: 500;
  font-size: 25px;
  color: #202122;
  letter-spacing: 0;
}
.title .desc {
  color: #1786F1;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 52px;
  position: relative;
  letter-spacing: 0;
  display: inline-block;
}
.title .desc:after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../../img_kc/ver2412/ico_login.png) no-repeat center / 100%;
  position: absolute;
  top: -28px;
  right: -65px;
}
.title .desc b {
  font-weight: 600;
}
.section_login .title .comm{
  float:right;
  color:#8c98af;
  letter-spacing: -1px;
  font-size:15px;
  line-height:14px;
}
.section_login .input_frame{
  padding-bottom: 10px;
}
.section_login .input_frame:last-child{
  padding-bottom: 18px;
}
.section_login .input_frame input{
  display: block;
  width: 100%;
  padding: 30px 20px;
  background-color: #EAF1F5;
  border-radius: 20px;
  border: 0;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}
.section_login .input_frame input:last-of-type{
  margin-bottom: 0;
}
.section_login .input_frame input:focus {
  border: 1px solid #005FCD;	
}
.section_login .btn_frame .login_btn{
  width:100%;
  display: block;
  font-size:23px;
  font-weight: bold;
  height:70px;
  border:0px;
  border-radius:20px;
  color:#fff;
  background: #1786F1;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}
.loginState{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 20px;
}
.loginState input[type=checkbox] {
  display: none;
}
.loginState input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #A0A9B4;
  cursor: pointer;
}
.loginState input[type=checkbox] + label span{
  position: relative;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../../img_kc/ver2412/chk_lightblue.svg) no-repeat center / auto;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #1786F1;
  transform: translateY(-1.5px);
  padding-left: 1px;
}
.loginState input[type=checkbox]:checked + label {
  font-weight: bold;
  color: #444;
}
.loginState input[type=checkbox]:checked + label span{
  border-color: #0161D1;
  background: #0161D1 url(../../img_kc/ver2412/yello2d-chk.svg) no-repeat center / 13px;
}
.section_login .lostfound{
  margin-bottom: 40px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.section_login .lostfound a{
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #7B7F84;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lostfound > a::before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1786F1;
}
.lostfound .blue {
  color: #005FCD !important;
  font-weight: bold !important;
}
input::placeholder {
  color: rgba(0,0,0,.3);
}


/* ************SNS css************ */
.btn_Sns{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.btn_Sns a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 22px;
  box-sizing: border-box;
}
.nlogin_naver {
  background: #03C75A;
}
.nlogin_kakao{
  background-color: #F9E000;
}
[class*="nlogin_"] [class*="icon"] {
  position: relative;
  width: 20px;
  height: 20px;
}
[class*="nlogin_"] .btn_name {
  font-size: 15.5px;
} 
.nlogin_naver .btn_name {
  color: #fff;
}
.nlogin_kakao .btn_name {
  color: #313437;
}

.area2 {
  width: 100%;
  margin-top: 50px;
}
.area2 strong{
  display: block;
  line-height: 25px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #555;
  font-size: 16px;
  font-weight: 500;
}
.area2 ul{
  display: flex;
  gap: 20px;
}
.area2 li {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding:0;
  border-radius: 20px;
  box-sizing: border-box;
}



.update_box {
  position: fixed;
  right: 40px;
  top: 220px;
  z-index: 100;
}
.update_box .inner{
  border-radius: 30px;
  border: 1px solid #1786F1;
  width: 110px;
  height: 187px;
  background: #ECF1F8;
  position: relative;
  padding-top: 40px;
  box-sizing: border-box;
}
.update_box .inner:before {
  content: "";
  width: 59px;
  height: 57px;
  background: url("../../img_kc/ver2412/ico_bell.png") no-repeat center / 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
.update_box .txt_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.update_box .txt_box > * {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
}
.update_box .txt_box strong{
  color:#0B7BFE;
  font-size: 18px;
}
.update_box .txt_box em {
  font-size: 19px;
  color: #0051AF;
}
.update_box .txt_box span {
  font-size: 19px;
  color: #002857;
}
.update_box .txt_box + span {
  display: block;
  text-align: center;
  color: #EC5B57;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 3px;
}
.update_box .btn_top {
  background: #0161D1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 55px;
  height: 39px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}
.update_box .btn_top:before {
  content: "";
  width: 14px;
  height: 10px;
  margin-bottom: 2px;
  background: url("../../img_kc/ver2412/btn_top.svg") no-repeat center / auto;
}
.gauge-container {
  width: 80px;
  height: 9px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #DDE5EF;
  padding: 1px;
  box-sizing: border-box;
  margin: 0 auto;
}
.gauge {
  width: 0%;
  height: 100%;
  background-color: #EC5B57;
  border-radius: 1px;
  animation:  fillGauge 1.6s ease-out infinite;
}
@keyframes fillGauge {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width:1280px) {
  .update_box {
    display: none;
  }
}