@charset "utf-8";
.mb80 {
  margin-bottom: 80px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.sign {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100dvh;
}
.sign .s__container {
  max-height: 100vh;
  overflow: auto;
  display: flex;
  justify-content: center;
  padding: 80px 0px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign .s__row {
  max-width: 432px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sign-logo {
  width: 200px;
  margin-bottom: 60px;
}
.w100p {
  width: 100%;
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.line1 {
  width: 100%;
  display: flex;
  gap: 8px;
}
.line1 + .line1 {
  margin-top: 8px;
}
.line2 + .line1 {
  margin-top: 8px;
}
.s__input {
  flex: 1;
  border-radius: 4px;
  background: #f7f8fa;
  padding: 12px 20px;
  border: none;
}
button:hover,
a:hover {
  filter: brightness(0.95);
}
.btn {
  display: inline-flex;
  height: 48px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #eeeff1;
  background: #fff;
  color: #181818;
  font-weight: 600;
}
.main-btn {
  background: #5b9db6;
  color: #fff;
  margin-top: 24px;
}
.sign-bottom-link {
  display: flex;
  margin-top: 32px;
}
.sign-bottom-link li {
  position: relative;
  padding: 0 24px;
  height: 14px;
  display: flex;
  align-items: center;
}
.sign-bottom-link li:nth-child(1) {
  border-right: 1px solid var(--border);
}
.sign-bottom-link li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.sign-bottom-link li a:hover {
  color: var(--main);
}
.sign-bg {
  position: relative;
  height: 100dvh;
}
.sign-bg-back {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sign-bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sign-title {
  color: #181818;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.sub-title {
  color: #181818;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.sub-title.complete::before {
  content: "";
  display: block;
  background: url(../image/icon_check.svg);
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.sub-title.complete {
  color: var(--main);
  font-weight: 700;
}
.line1 + .sub-title {
  margin-top: 24px;
}
.s__select {
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url("../image/icon_down_arrow.svg") no-repeat 96% 50%/24px auto;
  background-color: #fff;
  padding: 12px 54px 12px 18px;
  border-radius: 5px;
  border: 1px solid var(--border);
  font-size: 16px;
  min-height: 48px;
  margin: 0;
  color: #181818;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.s__select::-ms-expand {
  display: none; /*for IE10,11*/
}
.line2 {
  display: flex;
  align-items: center;
}
.security-btns {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 4px;
}
.security-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 4px;
  min-width: 140px;
  height: 48px;
}
.line2 p {
  margin-left: 12px;
  color: #ccd0d8;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1;
}
.warning-text {
  color: #f00;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 6px 0 8px 0;
}
.warning-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/icon_warning.svg);
}
/*#tel,*/
/*#email {*/
/*  display: none;*/
/*}*/

@media (max-width: 900px) {
  .sign-bg {
    display: none;
  }
  .sign {
    grid-template-columns: 1fr;
  }
}
