﻿
/* ------ 담당자 주석 표기, 주석 표기 시 가급적 영문표기(언어 설정 에러 시 한글 깨짐), 주요 부분 주석 표기, 사용하지 않는 부분 삭제, 에러 시 오타 확인 ---- */
/* ----------------------------------------------------
--- 1st : 2025.08.03 pjsuny emro DesignTeam
---------------------------------------------------- */

@charset "utf-8";
@import url("reset.css");

/** LOGIN LAYOUT **/
.wrapper {
  display: flex;
  height: 100vh;
  min-height: 900px;
}
.section-left {
  flex: 1;
  background: url('../img/visual.jpg') no-repeat left/cover;
  position: relative;
}
.section-left.inner {
  background: url('../img/visual_inner.jpg') no-repeat left/cover;
}
.logo-white {
  position: absolute;
  top: 130px;
  left: 148px;
}
.logo-white img {
  height: 40px;
}
.section-right {
  width: 500px;
  padding: 60px 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-box {
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 0;
}
.login-box__title {
  text-align: center;
}
.login-box__title img {
  height: 30px;
  margin-bottom: 20px;
}
.login-box__subtitle {
  text-align: center;
  font-size: 20px;
  color: #111;
  line-height: 140%;
  margin-bottom: 20%;
}
.login-form {
  width: 350px;
}
.login-form p input {
  width: 100%;
  padding: 12px 4px; 
  margin-bottom: 14px;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #999;
  box-sizing: border-box;
}
.login-form.inner p input {
  padding: 12px 20px;
  border-radius: 6px;
  background: #F4F4F4;
  border-bottom: 0;
}
.login-form__options {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
}
.checkbox input {
  margin-right: 5px;
  border-radius: 4px;
}
.login-form__options .search a {
  color: #666;
}
.login-form__options .search a:hover {
  color: #0d3b84;
  text-decoration: underline;
  text-underline-position: under;
}
.login-form__submit {
  width: 100%;
  height: 60px;
  padding: 20px;
  background-color: #0d3b84;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.login-form__submit:hover {
  background-color: #1246BB;
}
.login-form__submit.inner {
  border-radius: 50px;
}
.banner-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.action-button {
  flex: 1;
  height: 80px;
  text-align: center;
  font-size: 14px;
  color: #0d3b84;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  background-color: #ECF1FB;
  border: 1px solid #ECF1FB;
  text-decoration: none;
  margin: 0 4px;
  vertical-align: middle;
}

/*20251110 추가*/
.banner-box2 {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  width: 100%;
}
.action-button2 {
  flex: 1;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #00696D;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  background-color: #E5F7F7;
  border: 1px solid #E5F7F7;
  text-decoration: none;
  margin: 0 4px;
  vertical-align: middle;
}
.action-button2:hover {
  border: 1px solid #00696D;
  background-color: #FFF;
}

.action-button img {
  display: block;
  margin: 6px auto;
  width: 24px;
  height: 24px;
}
.action-button:hover {
  border: 1px solid #0d3b84;
  background-color: #FFF;
}
.footer {
  text-align: center;
}
.footer .links {
  margin-bottom: 10px;
}
.footer .links a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  margin: 0 4px;
}
.footer .links a:hover {
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
}
.footer .copyright {
  color: #999;
}
.footer > img {
  margin-bottom: 12px;
}

/** POPUP **/
.popupWrap {
  width: 100%;
  height: 100%;
  /*min-width: 1300px;*/
  /*max-width: 920px;*/
  background: #fff;
}
.popupWrap .popupHead {
  width: 100%;
  height: 48px;
  background: #E5E8F2;
  box-sizing:border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.popupWrap .popupHead b {
  text-align: left;
  font-size: 18px;
  color:#113479;
  font-weight: 600;
}
.popupWrap .popupHead a.close {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: transparent url(../img/btn_popupclose.svg) no-repeat;
}
.popupWrap .popupHead a.close:hover {
  background: #CBD3E8 url(../img/btn_popupclose.svg) no-repeat;
}
.popupWrap .popupSection {
  padding: 30px;
}
.popupWrap .popupSection .title {  
  text-align: center;
  padding-bottom: 30px;
}
.popupWrap .popupSection .title.underline {
  border-bottom: 1px solid #C3C8D7;
}
.popupWrap .popupSection .title h3 {
  color: #1246BB;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
.popupWrap .popupSection .title .bar {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #1246BB;
  margin: 12px 0;
}
.popupWrap .popupSection .title p {
  font-size: 14px;
  color: #2D2D2D;
  line-height: 1.6;
}
.popupWrap .popupSection .commt {
  margin: 10px 0 40px;
  text-align: center;
  font-size: 16px;
  color: #2D2D2D;
  line-height: 1.6;
}
.popupWrap .popupSection .commt b {
  color: #FF0000;
}
.popupWrap .popupSection .formBox {
  width: 100%;
  display: flex;
  padding: 30px 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: #F4F4F4;
}
.popupWrap .popupSection .formBox p {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
}
.popupWrap .popupSection .formBox label,
.popupWrap .popupSection .formBox input {
  display: inline-block;
}
.popupWrap .popupSection .formBox label {
  min-width: 120px;
  font-size: 14px;
  color: #32363A;
}
.popupWrap .popupSection .formBox input {
  padding: 0 10px;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
  vertical-align: middle;
}
.popupWrap .popupSection .buttonArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.popupWrap .popupSection .popupbtn {
  display: flex;
  padding: 10px 18px;
  align-items: center;
  height: 36px;
  border-radius: 6px;
  background: #113479;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500; 
}
.popupWrap .popupSection .popupbtn:hover {
  background: #1246BB;
}
.popupWrap .popupSection .popupbtn.gray {
  background: #999;  
}
.popupWrap .popupSection .popupbtn.gray:hover {
  background: #BBB;  
}
.popupWrap .popupSection .panel {
  width: 100%;
  margin-top: 40px;
}
.popupWrap .popupSection .panel > .p-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}
.popupWrap .popupSection .panel > .p-title > h4 {
  display: inline-block;
  color: #111;
  font-size: 18px;
  font-weight: 700;
}
.popupWrap .popupSection .panel > .p-title > .option {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.popupWrap .popupSection .panel > .p-title > .option .check {
  color: #2D2D2D;
  text-align: center;
}
.popupWrap .popupSection .panel > .p-title > .option .termsbtn {
  display: flex;
  height: 22px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
  color: #333;
  font-size: 12px;
  letter-spacing: -0.36px;
  box-sizing: border-box;
}
.popupWrap .popupSection .panel > .p-title > .option .termsbtn:hover {
  background: #DDD;
  color: #000;
}
.popupWrap .popupSection .panel > .textBox {
  display: flex;
  height: auto;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 10px;
  background: #F4F4F4;
}
.popupWrap .popupSection .panel > .textBox.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;

}
.popupWrap .popupSection .panel > .textBox p.em {
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
.popupWrap .popupSection .checkAll {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 16px;
}
h2.guide {
  color: #111;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
}
.pv-80 {
  padding: 80px 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}

/** LOGIN SUCCESS & FAIL, ERROR **/
.messageWrap {
  background: #f1f1f1;
}
.messageWrap>.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.messageWrap>.wrap>.container {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 460px;
  min-height: auto;
  margin-top: -280px;
  margin-left: -250px;
  box-shadow: 0px 3px 8px #dadada;
  background: #fff;
  border-radius: 5px;
}
.messageWrap>.wrap>.container2 {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 540px;
  height: 500px;
  margin-top: -300px;
  margin-left: -270px;
  box-shadow: 0px 3px 8px #dadada;
  background: #fff;
  border-radius: 5px;
}
.messageWrap .header {
  width: 100%;
  height: 52px;
  border-radius: 5px 5px 0 0;
  background: #41444e;
  box-sizing: border-box;
}
.messageWrap .header .logo {
  display: inline-block;
  width: 152px;
  height: 34px;
  margin: 20px 0 0 25px;
  background: url(../img/logo_message.png) no-repeat;
  text-indent: -10000px;
}
.messageWrap .section {
  width: 100%;
  box-sizing: border-box;
}
.messageWrap .section .subject {
  overflow: hidden;
  margin: 70px auto 50px;
}
.messageWrap .section .subject b, .messageWrap .section .subject span {
  display: inline-block;
  letter-spacing: -.5px;
}
.messageWrap .section .subject b {
  font-size: 80px;
  font-weight: normal;
  vertical-align: top;
  letter-spacing: -6px;
  line-height: 1;
}
.messageWrap .section .subject span {
  padding-top: 10px;
  padding-left: 22px;
  font-size: 28px;
  color: #303030;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: -1px;
}
.messageWrap .section .explan {
  width: 330px;
  min-height: 32px;
  margin: 0 auto;
  padding-left: 55px;
  background: url(../img/ico_caution_y.png) no-repeat;
  font-size: 12px;
  color: #7f7f7f;
  line-height: 1.3em;
}
.messageWrap .section .subject2 {
  width: 350px;
	margin: 80px auto 50px;
}
.messageWrap .section .subject2 b {
  display: inline-block;
  min-height: 32px;
  padding-left: 60px;
  padding-top: 7px;
  background: url(../img/ico_caution_y.png) no-repeat;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
}
.messageWrap .section .explan2 {
  width: 370px;
  margin: 0 auto;
  font-size: 13px;
  color: #252424;
  line-height: 1.5em;
  text-align: center;
}
.messageWrap .section .subject3 {
  width: 360px;
	margin: 90px auto 70px;
}
.messageWrap .section .subject3 b {
  display: inline-block;
  min-height: 71px;
  padding-top: 5px;
  background: url(../img/ico_logout_y.png) no-repeat 38px 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: -1px;
}
.messageWrap .section .hr {
  width: 360px;
  height: 1px;
  margin: 40px auto;
  background: #d4d4d4;
}
.messageWrap .section .hr2 {
  width: 400px;
  height: 1px;
  margin: 40px auto;
  background: #b1b1b1;
}
.messageWrap .section .commt {
  font-size: 15px;
  color: #252424;
  text-align: center;
  line-height: 1.6em;
}
.messageWrap .section .commt b {
  font-weight: normal;
}
.messageWrap .section .btn_bg_msg {
  width: 280px;
  height: 52px;
  padding: 16px 0;
  border: 0;
  background: #0d3b84;
  border: 1px solid #0d3b84;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.3em;
  cursor: pointer;
  border-radius: 5px;
  box-sizing:border-box;
}
.messageWrap .section .btn_bg_msg:hover {
  background: #1246BB;
  border: 1px solid #1246BB;
  color: #FFF;
  transition: all 0.5s;
}
.messageWrap .section .btn_cnt {
  margin-top: 25px;
  text-align: center;
}

