@charset "UTF-8";
/* Type ⋮ con_com.scss · Author ⋮ hyeonjin · Create date ⋮ 2025. 05. 27 */
/* Type ⋮ _mixin.scss · Author ⋮ Hyeonjin · Create date ⋮ 2025. 06. 27 */
@import "/fonts/pretendard/fonts.css";
@import "/fonts/NotoSansKR/fonts.css";
@import "/fonts/xeicon/xeicon.min.css";
/*************************************
    # PAGE 공통 변수 
************************************/
/* font family */
/* font color */
input[class*=InpSel] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* responsive */
html {
  position: relative;
}

/*--🔸 login layout 🔸--*/
.login-wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: url(/images/main/login-main.png) no-repeat center/100% 100%;
}
.login-wrap .login-con {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  float: right;
  background: #fff;
  opacity: 0;
  transform: translateX(100px) scale(0.98);
  filter: blur(3px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.login-wrap .login-con > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 47%;
}
.login-wrap .login-con > div .logo {
  display: inline-block;
  width: 18.25rem;
  height: 2.8rem;
  background: url(/images/main/logo.png) no-repeat center/100%;
}
.login-wrap .login-con > div .input-txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.login-wrap .login-con > div .input-txt-wrap .input-wrap {
  width: 100%;
  border: 1px solid #DCDCDC;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.login-wrap .login-con > div .input-txt-wrap .input-wrap .input-item {
  width: 100%;
  height: 3rem;
}
.login-wrap .login-con > div .input-txt-wrap .input-wrap .input-item [class^=InpSel] {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}
.login-wrap .login-con > div .input-txt-wrap .input-wrap .input-item:nth-child(2) {
  border-top: 1px solid #ccc;
  position: relative;
}
.login-wrap .login-con > div .input-txt-wrap .input-wrap .input-item:nth-child(2) .icon-view {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.wrong-txt {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: #F36363;
}
.wrong-txt > span {
  line-height: normal;
}
.login-wrap .login-con > div .find-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.login-wrap .login-con > div .find-wrap > a {
  color: #666;
  line-height: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.login-wrap .login-con > div .find-wrap > a:hover {
  font-weight: 500;
}
.login-wrap .login-con > div .find-wrap .bar {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #ccc;
  margin: 0 0.5rem;
}
.login-wrap .login-con > div [class^=btn-style] {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
}
.login-wrap .login-con > div [class^=btn-style] > span {
  font-size: 1rem;
  font-weight: 700;
}
.login-wrap .login-con.show {
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0);
}

/*--🔸 Btn(default) 🔸--*/
[class^=btn-style] {
  position: relative;
  display: inline-block;
  min-width: 2rem;
  height: 2rem;
  margin: 0.15rem;
  padding: 0 1rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: calc(2rem - 2px);
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
[class^=btn-style] span {
  position: relative;
  z-index: 2;
}
[class^=btn-style] i {
  margin-right: 0.25rem;
}
[class^=btn-style] em.hid + i {
  margin-right: 0;
}

.btn-style1 {
  border: 1px solid #DCDCDC;
  background: #fff;
  color: #1d1d1d;
}
.btn-style1 i {
  color: #777;
}
.btn-style2 {
  background: linear-gradient(90deg, #203FB3 2.22%, #2771E1 100%);
  border: 0;
  line-height: 2rem;
}
.btn-style2:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.btn-style3 {
  border: 1px solid #203FB3;
  background: #203FB3;
  color: #fff;
}
.btn-style4 {
  border: 1px solid #777;
  background: #777;
  color: #fff;
}
.btn-style5 {
  border: 1px solid #3C4463;
  background: #3C4463;
  color: #fff;
}
.btn-style6 {
  border: 1px solid #7B99C6;
  background: #7B99C6;
  color: #fff;
}

[class^=btn-style]:hover {
  background: transparent;
}

.btn-style1:hover {
  background: #DCDCDC;
  color: #000;
}
.btn-style2:hover {
  background: linear-gradient(90deg, #203FB3 2.22%, #2771E1 100%);
}
.btn-style2:hover > span {
  color: #203FB3;
  background: linear-gradient(90deg, #203FB3 2.22%, #2771E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-style2:hover:before {
  opacity: 1;
}
.btn-style3:hover {
  color: #203FB3;
}
.btn-style4:hover {
  color: #60616B;
}
.btn-style5:hover {
  color: #83858F;
}
.btn-style6:hover {
  color: #7B99C6;
}

/*--🔸 Common form 🔸--*/
label {
  margin-right: 0.5rem;
  font-size: 0.8rem;
  vertical-align: middle;
}
label input {
  margin-right: 0.25rem;
  vertical-align: middle;
}

input.w100 {
  width: 100%;
}
input.w80 {
  width: 80%;
}
input.w60 {
  width: 60%;
}
input.w50 {
  width: 50%;
}
input.w40 {
  width: 40%;
}
input.w30 {
  width: 30%;
}
input.w20 {
  width: 20%;
}
input.mx-w5 {
  width: 100%;
  max-width: 5rem;
}
input.mx-w10 {
  width: 100%;
  max-width: 10rem;
}
input.mx-w20 {
  width: 100%;
  max-width: 20rem;
}
input.mx-w30 {
  width: 100%;
  max-width: 30rem;
}
input.mx-w40 {
  width: 100%;
  max-width: 40rem;
}

/*--🔸 Input/Select 🔸--*/
input[class*=InpSel] {
  position: relative;
  height: 2rem;
  padding: 0 0.5rem;
  border: 1px solid #ccc;
  background: #fff;
  color: #1d1d1d;
  font-size: 0.75rem;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
input[class*=InpSel]::placeholder {
  color: #A2A2A2;
}
input[class*=InpSel][readonly=readonly] {
  background: #DCDCDC;
}

[class*=InpSel]:disabled,
.InpSel-wrong:focus {
  outline: 0;
}
[class*=InpSel]:disabled::placeholder,
.InpSel-wrong:focus::placeholder {
  color: #A2A2A2;
}

[class*=InpSel]:not(.InpSel-wrong):not([disabled]):focus,
[class*=InpSel]:focus {
  border: double 1px transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #203FB3 2.22%, #2771E1 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  outline: 0;
}

input[class*=InpSel].InpSel-wrong:focus {
  border: double 1px transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #B12727 0%, #B12727 10%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  outline: 0;
  box-shadow: 0 0 0.5rem rgba(177, 39, 39, 0.3);
}

/* input width */
.InpSel {
  /* input width % */
  /* input width px */
}
.InpSel-wrong {
  border: 1px solid #C26C65;
}
.InpSel-wrong + .input-wrong-txt {
  display: block;
  color: #B12727;
  font-size: 0.7rem;
}
.InpSel-w5 {
  width: 5% !important;
}
.InpSel-w10 {
  width: 10% !important;
}
.InpSel-w15 {
  width: 15% !important;
}
.InpSel-w20 {
  width: 20% !important;
}
.InpSel-w30 {
  width: 30% !important;
}
.InpSel-w40 {
  width: 40% !important;
}
.InpSel-w50 {
  width: 50% !important;
}
.InpSel-w60 {
  width: 60% !important;
}
.InpSel-w70 {
  width: 70% !important;
}
.InpSel-w80 {
  width: 80% !important;
}
.InpSel-w90 {
  width: 90% !important;
}
.InpSel-w100 {
  width: 100% !important;
}
.InpSel-50 {
  width: 50px !important;
}
.InpSel-80 {
  width: 80px !important;
}
.InpSel-100 {
  width: 100px !important;
}
.InpSel-150 {
  width: 150px !important;
}
.InpSel-200 {
  width: 200px !important;
}
.InpSel-250 {
  width: 250px !important;
}
.InpSel-300 {
  width: 300px !important;
}
.InpSel-350 {
  width: 350px !important;
}
.InpSel-400 {
  width: 400px !important;
}
.InpSel-450 {
  width: 450px !important;
}
.InpSel-500 {
  width: 500px !important;
}

/*-----------🔸 responsive 🔸-----------*/
/* 1600px */
@media (max-width: 1600px) {
  .login-wrap .login-con > div {
    width: 60%;
  }
}
/* 1400px */
@media (max-width: 1400px) {
  .login-wrap .login-con > div {
    width: 70%;
  }
}
/* 1024px */
@media (max-width: 1024px) {
  .login-wrap {
    background: none;
  }
  .login-wrap .login-con {
    width: 100%;
  }
}