@charset "UTF-8";
.loading_overlay {
  display: none;
}
html {
  min-width: 1280px;
  overflow-x: auto;
}
#main_box{
  width:100%;
  max-width: 600px;
  margin:0 auto;
}
#main_box legend, input[name=a], .id_search, .pw_search, .id_search label, .pw_search label{
  display:none;
}
#main_box > h3 {
  color: #202122;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 90px;
}
#main_box > h3 span {
  display: inline-block;
  width: 2px;
  height: 22px;
  background: rgba(32, 33, 34, .2);
  margin: 0 9px;
  box-sizing: border-box;
}
.desc {
  font-size: 14px;
  font-weight: 400;
  color: #424548;
  text-align: left;
  letter-spacing: 0;
}
.m_con{
  text-align: center;
  padding: 80px 0 150px;
  box-sizing: border-box;
  position:relative;
}
.form_box{
  margin-top:90px;
}


/* 텍스트 / 버튼 서식 */
.m_con > input{
  display:none;
}
.m_con > label{
  position:absolute;
  top:70px;
  display:inline-block;
  width:50%;
  padding-bottom: 15px;
  border-bottom:1px solid #d2d3d3;
  text-align: center;
  line-height: 30px;
  color: rgba(32, 33, 34, .6);
  cursor: pointer;
  font-size: 19px;
  font-weight: 500;
}
label[for=tab01]{
  left: 0;
}
label[for=tab02]{
  left: 50%;
}
input[name=a]:checked + label{
  font-weight:bold;
  border-bottom:2px solid #1786F1;
  color:#1786F1;
  padding-bottom: 14px;
}

.txt_form{
  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;
  margin-top:27px;
}
.txt_form:nth-of-type(2){
  margin: 10px 0 40px !important;
}

.txt_form::placeholder{
  color:#A4ABC0;
}
.txt_form:focus{
  outline:none;
  border: 1px solid #333;
}
.txt_form:focus::placeholder{
  opacity: 0;
}

#tab01:checked ~ .id_search{
  display:block;
}
#tab02:checked ~ .pw_search{
  display:block;
}
/* input[name=s_btn01]{
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.04em;
} */

.bg_btn{
  background: #fee300;
  color:#000;
}
.bd_btn{
  border:1px solid #D4DFEE;
  background-color: #fff;
  color:#757E9E;
}
.btn_bg {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #1786F1;
  border-radius: 20px;
  border: 0;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
  box-sizing: border-box;
}
.btn_bd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 30px;
  color: #25282B !important;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #44474A;
}
.btn_bg + .btn_bd {
  margin-top: 50px;
}


.update_box {
  position: fixed;
  right: 40px;
  top: 220px;
}
.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;
  }
}