/* BASIC css start */
/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
}

/* WRAP */
#wrap {
  display: flex;
  width: 100%;
  height: 100vh;
}

/* LEFT IMAGE */
.brand-area {
  width: 55%;
  background: url('/design/gwang927/1770348044532.png') center center / cover no-repeat;
  position: relative;
}

.brand-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* GLASS TEXT BOX */
.brand-text {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  max-width: 540px;
  padding: 36px 38px;

  color: #fff;
  line-height: 1.9;

  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.brand-text h1 {
  font-size: 40px;
  color: #ffffff;  
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -0.3px;
  text-align: center;
}

.brand-text .info {
  font-size: 16px;
  opacity: 0.96;
  text-align: center;\
  line-height: 1.4;
}

.brand-text .highlight {
  color: #ffe3e3;
  font-weight: 600;
}

.brand-text a {
  font-size: 16px;
  color: #ffd6e8;
  text-decoration: underline;
}

/* RIGHT LOGIN */
.login-form {
  width: 45%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
  color: #1f2a44;
  letter-spacing: -0.5px;
}

.form-wrap {
  width: 420px;
}

.frm-list li {
  list-style: none;
  margin-bottom: 14px;
}

.frm-list label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #555;
}

.frm-list input {
  width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  padding: 0 14px;
  font-size: 14px;
}

.frm-list input:focus {
  outline: none;
  border-color: #1f2a44;
}

.btn-login {
  display: block;
  width: 100%;
  height: 54px;
  background: #1f2a44;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  text-decoration: none;
  margin-top: 10px;
}

.sign {
  margin-top: 18px;
  text-align: center;
}

.sign a {
  font-size: 13px;
  color: #666;
  margin: 0 8px;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 1024px) {
  .brand-area {
    display: none;
  }
  .login-form {
    width: 100%;
  }
}

/* =========================================
   RESPONSIVE + POS MONITOR OPTIMIZED
========================================= */

/* 1400px ÀÌÇÏ - »ìÂ¦ Á¤¸® */
@media (max-width:1400px) {

  .brand-glass {
    width:80%;
    padding:35px;
  }

  .login-form .form-wrap {
    width:400px;
  }
}


/* 1200px ÀÌÇÏ - ºñÀ² Ãà¼Ò */
@media (max-width:1200px) {

  .brand-area {
    width:50%;
  }

  .login-form {
    right:4%;
  }

  .login-form .form-wrap {
    width:360px;
    padding:45px 30px;
  }
}


/* 1024px ÀÌÇÏ - ¼¼·Î Á¤·Ä */
@media (max-width:1024px) {

  #wrap {
    overflow:auto;
  }

  .brand-area {
    position:relative;
    width:100%;
    height:260px;
  }

  .brand-glass {
    position:absolute;
    width:85%;
    padding:25px;
  }

  .login-form {
    position:relative;
    top:auto;
    right:auto;
    transform:none;
    width:100%;
    margin:30px 0 60px;
  }

  .login-form .form-wrap {
    width:90%;
    margin:0 auto;
  }
}


/* POS ¸ð´ÏÅÍ (1024x768 ´ëÀÀ) */
@media (max-width:1024px) and (max-height:800px) {

  .brand-area {
    height:200px;
  }

  .brand-glass {
    padding:18px;
  }

  .brand-glass h1 {
    font-size:20px;
  }

  .brand-info {
    font-size:13px;
    line-height:1.5;
  }

  .login-form {
    margin-top:20px;
  }

  .login-form .form-wrap {
    padding:30px 20px;
  }

}


/* 600px ÀÌÇÏ - ¸ð¹ÙÀÏ */
@media (max-width:600px) {

  .brand-area {
    height:220px;
  }

  .brand-glass h1 {
    font-size:20px;
  }

  .brand-info {
    font-size:13px;
    line-height:1.6;
  }

  .frm-list li {
    padding:18px 20px;
  }

  .frm-list li input {
    width:100%;
    float:none;
    margin-top:8px;
  }

  .frm-list li label {
    float:none;
    display:block;
    width:auto;
  }

  .login-form .form-wrap {
    padding:30px 18px;
  }

}

/* =========================
   ³ëÆ®ºÏ °¡µ¶¼º º¸Á¤ (1280~1600)
========================= */
@media (min-width:1280px) and (max-width:1600px) {

  .brand-glass h1 {
    font-size:40px;
  }

  .brand-info {
    font-size:20px;
    line-height:1.8;
  }

}

/* =========================
   FHD 1920x1080 ÃÖÀûÈ­
========================= */
@media (min-width:1600px) {


  .brand-glass h1 {
    font-size:40px;
  }

  .brand-info {
    font-size:20px;
    line-height:2;
  }

/* ===================================
   POS 1024x768 2ºÐÇÒ °­Á¦ À¯Áö
=================================== */
@media screen and (max-width:1024px) and (max-height:768px) {

  #wrap {
    display:flex;
    height:100vh;
    overflow:hidden;
  }

  /* ¿ÞÂÊ ºê·£µå ¿µ¿ª */
  .brand-area {
    display:flex !important;
    position:relative;
    width:50%;
    height:100vh;
  }

  .brand-glass {
    width:85%;
    padding:20px;
  }

  .brand-glass h1 {
    font-size:22px;
  }

  .brand-info {
    font-size:13px;
    line-height:1.5;
  }

  /* ¿À¸¥ÂÊ ·Î±×ÀÎ ¿µ¿ª */
  .login-form {
    position:relative !important;
    transform:none !important;
    right:auto !important;
    top:auto !important;
    width:50%;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .login-form .form-wrap {
    width:85%;
    padding:30px 20px;
  }

}

/* =====================================
   ¸ðµç ÇØ»óµµ¿¡¼­ °­Á¦ 2ºÐÇÒ °íÁ¤
===================================== */

#wrap {
  display:flex !important;
  flex-direction:row !important;
  height:100vh !important;
  min-width:1024px; /* ÃÖ¼Ò °¡·Î À¯Áö */
}

/* ¿ÞÂÊ ºê·£µå */
.brand-area {
  display:flex !important;
  width:50% !important;
  height:100vh !important;
}

/* ¿À¸¥ÂÊ ·Î±×ÀÎ */
.login-form {
  position:relative !important;
  transform:none !important;
  right:auto !important;
  top:auto !important;
  width:50% !important;
  height:100vh !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

/* ·Î±×ÀÎ ³»ºÎ */
.login-form .form-wrap {
  width:80%;
  max-width:480px;
}
/* BASIC css end */

