@charset "utf-8";

label {
  font-weight: 400;
  margin-bottom: 0;
}
input {
  accent-color: var(--main-color01);
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 2px;
}

/* 
.sub-visual .sv-inner {
  background-color: #f2f3f5;
}
.sub-visual .sv-inner .sv-img {
  display: none;
}
.sub-visual .sv-title {
  color: #222;
}
 */
#main.join #main-section-body {
  margin: 0 auto;
}

/* title  */
@media(max-width: 768px) {
  #main.join .tit-h3 {
    font-size: 24px;
  }
}
@media(max-width: 576px) {
  #main.join .tit-h3 {
    font-size: 20px;
  }
}

/* btn-box */
.join .btn-box {
  margin: 20px 0 10px;
  text-align: center;
}

/* steps-list */
.join-step {
  width: 100%;
  overflow-x: auto;
  position: relative;
  top: auto;
  min-height: 60px;
  margin: 30px 0;
}
.join-step ol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.join-step li {
  margin-bottom: 1rem;

  position: absolute;
  top: 0;
  left: -9999em;
}
.join-step li.active {
  left: 0;
}
.join-step li > div {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 1rem;
}
.join-step li > div::before,
.join-step li > div::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f2f3f5;
}
.join-step li.active > div::before,
.join-step li.active > div::after {
  background: linear-gradient(90deg, #05367b 0%, #5ea42a 50%);
}
.join-step li.active:not(:last-child) > div::before {
  left: inherit;
  bottom: 8px;
  right: -5px;
  width: 24px;
  transform: rotate(45deg);
}
.join-step li > div > span:last-child {
  font-size: 21px;
  color: #555555;
  font-weight: 700;
  padding-left: 10px;
}
.join-step .badge {
  font-size: 14px;
  font-family: 'Montesarrat';
  font-weight: 400;
  letter-spacing: normal;
  padding: 8px 10px;
  border-radius: 10rem;
}
.join-step li {
  flex: 1 0 100%;
  max-width: 100%;
}
.join-step .badge { 
  color: #222;
  background-color: #dddddd;
}
.join-step li.active .badge { 
  color: #fff;
  background-color: #159cb6;
}

@media(min-width: 576px) {
  .join-step {
    overflow: hidden;
  }
  .join-step li {
    flex: 1 0 25%;
    max-width: 25%;
    position: relative;
    left: inherit;
  }
  .join-step li > div {
    flex-direction: column;
    padding-bottom: 1rem;
  }
  .join-step .badge {
    margin-bottom: 1rem;
  }
}
@media(min-width: 992px) {
  .join-step {
    margin: 60px 0 70px;
  }
  .join-step li > div {
    flex-direction: row;
  }
  .join-step .badge {
    margin-bottom: 0;
  }
  .join-step li > div > span:last-child {
    font-size: 23px;
  }

}

/* join-type */
.join-type {
  margin-top: 70px;
}
.join-type .row > [class*='col-'] {
  border: solid 1px #dddddd;
  border-bottom: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column-reverse;
}
.join-type .row > [class*='col-']:nth-child(2) {
  background-color: #f2f3f5;
}

.join-type .row > [class*='col-']:nth-child(1) > a {
  background-image: url(/common/images/join-type-icon01.png);
}
.join-type .row > [class*='col-']:nth-child(2) > a {
  background-image: url(/common/images/join-type-icon02.png);
}
.join-type .row > [class*='col-']:nth-child(3) > a {
  background-image: url(/common/images/join-type-icon03.png);
}
.join-type .row > [class*='col-']:nth-child(1) .title {
  background-color: #5ea42a;
}
.join-type .row > [class*='col-']:nth-child(2) .title {
  background-color: #159cb6;
}
.join-type .row > [class*='col-']:nth-child(3) .title {
  background-color: #05367b;
}
.join-type a {
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 20px 40px;
}
.join-type .text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.1rem;
  line-height: 1.4;
  color: #353535;
  word-break: keep-all;
  padding: 45px 0 20px 100px;
}
.join-type .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

@media(min-width: 768px) {  
  .join-type a {
    background-size: auto;
    background-position: center 40px;
  }
  .join-type .text {
    text-align: center;
    padding: 160px 0 20px;
  }
  .join-type .row > [class*='col-']:nth-child(2) .title {
    margin-left: -1px;
    margin-right: -1px;
    width: calc(100% + 2px);
  }
}

@media(min-width: 992px) {
  .join-type .row > [class*='col-'] {
    margin-bottom: 0;
  }
  .join-type .row > [class*='col-']:nth-child(2) {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .join-type .text {
    font-size: 20px;
  }
  .join-type .title {
    font-size: 18px;
  }
}

/*  */
.radio input[type="radio"], 
.radio input[type="checkbox"] {
  background-color: #fff;
}
.radio label {
  margin-bottom: 0;
}


/* join-complete */
.join-complete > .row + div.text-center {
  margin-top: 50px;
}


/* login */
.login-box {
  /* border: solid 1px #eee; */
  margin-bottom: 20px;
  word-break: keep-all;
}
.login-box > .row > div {
  padding: 50px 100px;
}
.login-box > .row > div:first-child:not(:only-child) {
  min-height: 330px;
  /* background: url(/common/images/login-box-bg.jpg) no-repeat center bottom; */
  order: 1;
}
.login-box > .row > .login-box01 {
  padding: 0 10px;
}
.login-box > .row > .login-box02 {
  padding: 0 20px;
  align-content: center;
}
.login-box .img-box {
  max-width: 640px;
  width: 100%;
  aspect-ratio: 1 / .4;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto;
}
.login-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tit-h3 {
  font-family: var(--font-type02);
  font-weight: normal;
}
.cert-tit {
  font-family: var(--font-type02);
  font-weight: normal;
  font-size: 19px;
}
@media(max-width: 576px) {
  .login-box > .row > div {
    padding: 20px 30px 50px;
  }
  .login-box > .row > div:first-child:not(:only-child) {
    min-height: 160px;
    background-size: contain;
    background-position: top 20px center;
  }
}
@media(min-width: 500px) {
  .login-box > .row > .login-box02 {
    padding: 0 40px;
  }
}
@media(min-width: 576px) {
  .login-box > .row > .login-box02 {
    padding: 0 100px;
  }
}
@media(min-width: 992px) {
  .login-box > .row > .login-box01 {
    align-content: center;
  }
  .login-box > .row > .login-box02 {
    padding: 0 40px;
  }

  .login-box .img-box {
    max-width: none;
    aspect-ratio: unset;
    height: 100%;
  }
  .login-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .login-box > .row > .login-box02 .tit-h3 {
    margin-top: 1rem;
  }
  .cert-tit {
    font-size: 21px;
  }
}
@media(min-width: 1200px) {
  .login-box > .row > div:first-child:not(:only-child) {
    background-position: left 60px top 60px;
    background-size: 88%;
  }
  .login-box > .row > .login-box01 {
    padding: 0 20px 0 100px;
  }
  .login-box > .row > .login-box02 {
    padding: 0 200px 0 40px;
  }
}

.login-box .form-box {
  display: flex;
  align-items: center;
  /* margin-top: 30px; */
  margin-bottom: 10px;
}
.login-box .form-box form {
  flex: 1 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  margin-right: 5px;
}
.login-box .form-box .form-group {
  margin-bottom: 5px;
}
.login-box .form-box .form-group:last-child {
  margin-bottom: 0;
}
.login-box .form-box .form-control {
  height: 45px;
  border-radius: .25rem;
}

.login-box .form-box .btn.login-btn {
  width: 120px;
  height: 89px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color01);
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 16px 12px;
}
.login-box .form-box .btn.login-btn:hover,
.login-box .form-box .btn.login-btn:focus {
  background-color: var(--main-color01-hover);
}

.check-box {
  display: flex;
  align-items: center;
}

@media(max-width: 768px) {
  .login-box .form-box {
    flex-direction: column;
    align-items: stretch;
  }
  .login-box .form-box form {
    flex: 1 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .login-box .form-box .btn.login-btn {
    width: 100%;
    margin-top: 5px;
    height: auto;
  }
}

.login-box .btn-box {
  display: flex;
  justify-content: space-between;
}
.login-box .btn-box .btn {
  width: 50%;
  margin-right: 5px;
  font-size: 15px;
  /* color: #fff; */
  font-weight: 500;
  border: 1px solid var(--main-color03);
  align-content: center;
  padding: 8px 12px;
}
.login-box .btn-box .btn:hover,
.login-box .btn-box .btn:focus {
  border: 1px solid var(--main-color01-hover);
}
.login-box .btn-box .btn:last-child {
  margin-right: 0;
}
@media(max-width: 768px) {
  .login-box .btn-box {
    margin-top: 20px;
  }
}

.join-box {
  text-align: center;
}
.join-box small {
  word-break: keep-all;
  line-height: 1.2;
  display: block;
  font-weight: 500;
  margin-bottom: .25rem;
}
.join-box .join-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color01);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
}
.join-box .join-btn:hover,
.join-box .join-btn:focus {
  color: var(--main-color01-hover);
}
.join-box .btn-join {
  width: 100%;
}
.login-box > .row > div .join-box {
  margin: 1rem 0 0;
  padding: 20px 12px;
  border-top: 1px solid var(--form-color01);
}
@media(min-width: 768px) {
  .join-box .btn-join {
    width: 140px;
  }
}

@media(min-width: 992px) {
  .login-box > .row > div:first-child:not(:only-child) {
    order: 0;
  }

  .join-box {
    text-align: start;
  }
  .login-box > .row > div .join-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .join-box small {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media(min-width: 1200px) {
}

@media(min-width: 1400px) {
}

/* 인증 아이콘 */
.login-box .auth-box {
  margin-top: 30px;
  /* border-top: dotted 1px #ccc; */
  /* padding-top: 30px; */
}
.login-box .auth-box #authBtn {
  text-align: start;
  padding: 0;
}
.auth-icon-box {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin: 0 auto;
}
.auth-icon-box span {
  position: relative;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-indent: -9999em;
  font-size: 0;
  margin: 0 4px;
  border: 1px solid var(--border-color01);
  border-radius: 20px;
  overflow: hidden;
}
.auth-icon-box span::before {
  content: '';
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border-radius: 20px;
  overflow: hidden;
  background: url(/common/images/icon-kakaotalk.png) no-repeat center;
  background-size: 100%;
}
@media(min-width: 1200px) and (max-width: 1400px) {
  .auth-icon-box span {
    width: 40px;
    height: 40px;
  }
  .auth-icon-box span::before {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}
@media(max-width: 576px) {
  .auth-icon-box span {
    width: 32px;
    height: 32px;
  }
  .auth-icon-box span::before {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
}
@media(max-width: 320px) {
  .auth-icon-box span {
    width: 24px;
    height: 24px;
  }
  .auth-icon-box span::before {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
}
@media(min-width: 992px) {
  .login-box .auth-box {
    margin-top: 40px;
  }
}

.auth-icon-box span.kakaotalk::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-kakaotalk.png);
}
.auth-icon-box span.kbstar::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-kbstar.png);
}
.auth-icon-box span.payco::before {
  border: solid 1px #dddddd;
  background-image: url(/_res/kibotb/kbsmna/img/icon-payco.png);
}
.auth-icon-box span.pass::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-pass.png);
}
.auth-icon-box span.samsungpass::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-samsungpass.png);
}
.auth-icon-box span.naver::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-naver.png);
}
.auth-icon-box span.shinhan::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-shinhan.png);
  background-color : white;
}
.auth-icon-box span.toss::before {
  border: solid 1px #dddddd;
  background-image: url(/_res/kibotb/kbsmna/img/icon-toss.png);
}
.auth-icon-box span.shinhan::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-shinhan.png);
  background-color : white;
}
.auth-icon-box span.nh::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-nh.png);
}
.auth-icon-box span.dream::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-dream.png);
}
.auth-icon-box span.banksalad::before {
  border: solid 1px #dddddd;
  background-image: url(/_res/kibotb/kbsmna/img/icon-banksalad.png);
}
.auth-icon-box span.wooribank::before {
  border: solid 1px #dddddd;
  background-image: url(/_res/kibotb/kbsmna/img/icon-wooribank.png);
}
.auth-icon-box span.kakaobank::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-kakaobank.png);
}
.auth-icon-box span.hana::before {
  background-image: url(/_res/kibotb/kbsmna/img/icon-hana.png);
}
.auth-icon-box span.koscom::before {
  background-image: url(/_res/kibotb/kbsmna/img/kibo_ver1.png);
}





/* 회원가입 문구 */
.login.join-suggest {
  word-break: keep-all;
  line-height: 1;
}
.login.join-suggest .join-btn {
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 0 0 10px;
}

@media(max-width: 768px) {
  .login.join-suggest .join-btn {
    max-width: 180px;
    margin: 10px auto;
    display: block;
  }
}

/* find id, pwd */
.login-box.find {
  margin: 50px auto;
  padding: 50px 20px;
}

/* radio-group */
.login-box.find .radio-group {
  margin: 30px auto;
  text-align: center;
}

/* find-box */
.login-box.find .find-box {
  margin: 30px auto 0;
}
.login-box.find .form-box {
  display: block;
}
.login-box.find .form-box .form-control {
  height: auto;
}
.login-box.find .btn-box .btn:last-child {
  width: 100%;
  margin: 0 auto 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.login-box.find .info-list {
  font-size: 14px;
}
@media(min-width: 576px) {
  .login-box.find .find-box {
    max-width: 480px;
  }
  .login-box.find .btn-box .btn:last-child {
    width: auto;
  }
}
@media(min-width: 768px) {
  .login-box.find .find-box {
    max-width: 640px;
  }
  .login-box.find .info-list {
    font-size: 15px;
  }
}
@media(min-width: 992px) {
  .login-box.find {
    padding: 100px 20px;
  }
  .login-box.find .find-box {
    max-width: 760px;
  }  
  .login-box.find .info-list {
    font-size: 16px;
  }
}

.btn-green {
  background-color: #405816 !important;  
}
.btn-blue {
  background-color: #05367b !important;
}