@charset "UTF-8";
/* 회원가입 css */
.hide_tit, legend, .field_box label{
  display:none;
}
.wrap{
  width:100%;
  min-width: 1250px;
}

.title .head {
  display: block;
  font-weight: 500;
  font-size: 25px;
  color: #202122;
  letter-spacing: 0;
}
.title .desc {
  color: #1786F1;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 52px;
  position: relative;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 63px;
}
.title .desc:after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: url(../../img_kc/ver2412/ico_join_bg.png) no-repeat center / 100%;
  position: absolute;
  top: -30px;
  right: -82px;
}
.title .desc b {
  font-weight: 600;
}

.input_field {
  width: 600px;
  margin: 0 auto;
  background: #FFF;
  box-sizing:border-box;
}
.field_wrap{
  margin: 0;
  margin-bottom:30px;
  padding: 0;
}
.field_wrap > .field_box{
  margin-bottom:30px;
  position:relative;
}
.field_wrap > .field_box:last-of-type{
  margin-bottom:0;
}

/* 입력폼, 입력 삭제버튼 (공통) */
.field_box > input.join_field{
  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;
}
.field_box > input.join_field::placeholder{
  color: rgba(0,0,0,.3);
}
.field_box > input.num_field{
  width:300px;
}
.field_box > .adress_field{
  margin-bottom:10px;
}
.btnClear {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  display: none;
}
.btnClear::before{
  content:"✖";
  font-size: 1rem;
  color: #929DAD;
}
.tip_txt {
  color: #EC5B57;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 20px;
  margin-top: 9px;
  margin-bottom: -4px;
}
.certi_btn1{
  width: 125px;
  height: 56px;
  background: #fee300;
  border-radius: 4px;
  color: #000;
  text-align: center;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.04em;
  display: inline-block;
  border:none;
  position:absolute;
  right:0;
  top:0;
}
.certi_btn2{
  width: 103px;
  height: 56px;
  background: #1F5EC7;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #FFF;
  line-height:56px;
  display: inline-block;
  border:none;
  position:absolute;
  right:0;
  top:0;
}
.count-down{
  padding-top:4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #4F8EF7;
}
.input_true, .input_false{
  padding-top: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: -0.04em;
  display:none;
}
.input_ture{
  color:blue;
}
.input_false{
  color:red;
}
#id_checkerror {
  /* color: #EC5B57 !important; */
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 20px;
  margin-top: 9px;
}

/* 약관동의 */
.agree-check{
  margin-top: 40px;
  margin-bottom: 50px;
}
.allcheck {
  padding-left: 20px;
  margin-top: 12px;
}
.checkbox + label{
  position:relative;
  padding-left:37px;
  display:inline-block;
  vertical-align:middle;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  color: #82878D;
}

.checkbox {
  width:20px;
  height:20px;
  vertical-align:-2px;
  position:absolute;
  visibility:hidden;
}
.checkbox + label:before, .checkbox + label:after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #badbfb;
  border-radius: 6px;
  box-sizing: border-box;
}
.checkbox + label:after {
  border: 0;
  background: url(../../img_kc/ver2412/chk_lightblue.svg) no-repeat center / auto;
  left: 1px;
}
.checkbox:checked + label:before {
  border-color:#0161D1;
  background:#0161D1;
}
.checkbox:checked + label:after {
  background-image: url(../../img_kc/ver2412/chked_yello15.svg);
}
.checkbox.only + label {
  height:28px;
  overflow:hidden;
  text-indent:-999em;
}
.agree-checklist .checkbox:checked + label + a {
  color: #000;
}
.agree-checklist .checkbox:checked + label + a:after {
  color: #fff;
  border-color: #0161D1;
  background: #0161D1;
}

.checkbox.only2 + label {
  width:22px;
  height:24px;
  overflow:hidden;
  text-indent:-999em;
  padding:0;
}
.fPointC02 {
  font-style: normal;
}
.agree-checklist li {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #D2DCE5;
  padding: 15px 20px;
  box-sizing: border-box;
}
.agree-checklist li + li {
  margin-top: 10px;
}
.agree-checklist li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #82878D;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 9px;
}
.agree-checklist li a:after {
  content: "전문보기";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  border: 1px solid #44474A;
  border-radius: 10px;
  box-sizing: border-box;
}
.agree-checklist > li > .checkbox + label{
  padding-left:25px !important;
}
.agree_btn{
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #444;
}
.comple_btn > a{
  font-weight: 600;
  font-size: 16px;
  line-height: 56px;
  display: block;
  text-align: center;
  letter-spacing: -0.04em;
  color: #FFF;
}
#btn_submit{
  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;
}

/* 개인정보처리방침, 이용약관 css */
.main{
  margin: 90px 0 100px 0;
}
.main .one{
  width: 850px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}
.main .one li{
  position: relative;
}
.main .one li.on a{
  color: #fff;
  background-color: #0161D1;
  font-weight: bold;
}
.main .one li a{
  display: flex;
  align-items: center;
  gap: 20px;
  height: 56px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 18px;
  background: rgba(1, 97, 209, .1);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #535960;
  position: relative;
}
.main .one li.on a::after{
  content: "";
  display: block;
  width: 13.5px;
  height: 10px;
  background: url(../../img_kc/ver2412/yello2d-chk.svg) no-repeat center / auto;
}
.one + .txt_blue {
  display: block;
  color: #1786F1;
  font-size: 25px;
  font-weight: bold;
  margin: 74px auto 0;
  max-width: 600px;
}
.title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto 42px;
  position: relative;
}
.title_box .tit {
  color: #202122;
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  width: 100%;
  flex: none;
}
.title_box .tit:after {
  content: "";
  height: 2px;
  background: #1786F1;
  flex-grow: 1;
}
.title_box .tit > span {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  color: rgba(1, 97, 209, .5);
  letter-spacing: 0;
  margin-left: 10px;
}
.title_box .tit > span:after {
  content: "";
  width: 45px;
  height: 45px;
  background:url(../../img_kc/ver2412/mypage.png) no-repeat center / 100%; 
  margin-left: 25px;
  margin-left: 25px;
  margin-right: 50px;
}
.logout_box {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 0;
  background: #fff;
  padding-left: 50px;
  box-sizing: border-box;
}
.logout_box p {
  color: #202122;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
.logout_box p .blue {
  color: #1786F1;
  font-weight: bold;
}
.logout_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #44474A;
  font-size: 12px;
  font-weight: 600;
  color: #25282B;
  border-radius: 10px;
}

.dot {
  width: 6px;
  height: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1786F1;
  box-sizing: border-box;
  margin-right: 6px;
  margin-bottom: 1px;
}
.agree_01{
  width:100%;
  max-width:600px;
  margin:0 auto;
  padding: 35px 0 0;
  padding-left: 26px;
  box-sizing: border-box;
}
.agree_01 > h2{
  font-size: 16px;
  font-weight: 600;
  margin:15px 0 6px 0;
  line-height:23px;
  position: relative;
  letter-spacing: -0.02em;
  color: #000;
}
.agree_01 > h2:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #1786F1;
  position: absolute;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.agree_01 > h3{
  font-size:0.875rem;
  margin: 0.67rem 0;
  line-height:18px;
  font-weight: 600;
}
.agree_01 > p, .agree_01 > ul{
  font-size:13px;
  font-weight: 400;
  line-height:23px;
  color: #000;
  letter-spacing: -0.02em;
}
.top_nav{
  display:none;
}
.part-chois select{width:100%; border:1.06667px solid #E6ECF1; background:url("/StreamLine/theme/klife/home/join/icon_select_arrow.png") #F8F9FC no-repeat right 20px center/24px auto; padding:20px; font-size-adjust:0.3;}
a.priv_befo {
  color: #0161D1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 12px;
  background: #D8E3ED;
  box-sizing: border-box;
  margin-top: 6px;
}

.agree_01 h2 ~ h2 {
  margin-top: 30px;
}
.agree_01 h2 + h3 {
  margin-top: 6px;
}
.agree_01 > h3 {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 13px;
}



.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;
  }
}