@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --brand-navy: #0e1e4b;
  --brand-navy-press: #0b1638;
  --muted: #8a92a6;
  --danger: #f83015;
  --border: #e8e8e8;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0;
}

button, input, select, textarea {
  outline: 0;
}

body, button, html {
  margin: 0;
  padding: 0;
}

button {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Urbanist;
}

body {
  display: block;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.disNone {
  display: none !important;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.scrollbar-none {
  -ms-overflow-style: none;  
  scrollbar-width: none;    
}

.e-con-inner {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.main-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding: 0;
}

/* === 전체 레이아웃 === */
.loginContainer {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/* === 좌측 이미지 (6:4) === */
.officePoster {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.loginCommonImgSlider {
  width: 100%;
  height: 100%;
}
.loginCommonImgSlider .slick-list.draggable,
.loginCommonImgSlider .slick-track {
  height: 100%;
}

.posterImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.loginCommonImgItem1 {
  background-image: url('/wp-content/uploads/2026/01/loginPage1.png');
}
.loginCommonImgItem2 {
  background-image: url('/wp-content/uploads/2026/01/loginPage2.png');
}


.posterText {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: #fff;
  font-family: Urbanist;
}
.posterText .PosterText-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 140%;
}
.posterText .PosterText-sub {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  line-height: 130%;
}

/* === 우측 폼 === */
.loginRightArea {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px;
  position: relative;
  z-index: 1;
  max-width: 640px;
  width: 45%;
  height: 100vh;
  min-height: 660px;
}

.loginRightContents {
  width: 100%;
  max-width: 463px;
}

.headerLogo {
  position: absolute;
  top: 64px;
  left: 64px;
  width: 128px;
  height: auto;
}

.headerLogo-mo {
  display: none;
}

.commonIconBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  padding: 0px;
  border-radius: 8px;
  transition: background-color 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s, transform 0.08s;
  user-select: none;
  background: none;
  color: rgb(13, 27, 76);
  border: none;
}

.commonBtn {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  height: 52px;
  padding: 0px 16px;
  min-width: 100px;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 8px;
  transition: background-color 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s;
  white-space: normal;
  word-break: break-word;
  user-select: none;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
.commonBtn.IconWith {
  display: inline-flex;
}

.commonPrimaryBtn {
  background: #0D1B4C;
  color: #fff;
  border: none;
}
.commonPrimaryBtn:hover {
  background: rgba(13, 27, 76, 0.80);
}
.commonPrimaryBtn:disabled {
  background: rgba(13, 27, 76, 0.20);
  cursor: no-drop;
}

.commonGrayBtn {
  background: rgb(233, 233, 233);
  color: rgb(78, 78, 78);
  border: none;
}
.commonGrayBtn:hover {
  background: rgb(209, 209, 209);
}

.commonBtnLeftIcon {
  margin-right: 8px;
  margin-top: 3px;
}

.inputWrap,
.inputWrapper {
  position: relative;
  width: 100%;
}
.inputLabelFrame {
  position: relative;
  width: 100%;
  display: flex;
  align-items: start;
  z-index: 10;
}
.inputLabel {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #4E4E4E !important;
  position: absolute !important;
  top: 7px !important;
  left: 12px !important;
}
.inputLabelRequired {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #4B7DBC;
  border-radius: 50%;
  margin-bottom: 7px;
  margin-left: 1px;
}
.labelInput {
  width: 100% !important;
  min-height: 52px !important;
  padding: 25px 12px 7px !important;
  border: 1px solid #E9E9E9 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  box-sizing: border-box !important;
  color: #111 !important;
  background-color: #fff !important;
}
.labelInputWithButton {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 25px 80px 7px 12px;
}
.labelInputButtonInside {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  height: 36px;
  padding: 0 12px;
  font-size: 13px;
  border: 1px solid #4B7DBC;
  background: #FFF;
  color: #4B7DBC;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
  white-space: nowrap;
}
.btnPeNone,
input.labelInput:read-only,
.labelInput:disabled {
  background-color: #f5f5f5 !important;
  color: #999999 !important;
  border-color: #ddd !important;
  cursor: not-allowed !important;
}
.btnPeNone {
  pointer-events: none;
}

.labelCustomSelect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/wp-content/themes/dt-the7-child/inc/img/iconline-down.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
  border: 1px solid var(--Neutral-100, #E9E9E9);
  border-radius: 8px;
  height: 56px;
}

.customSelect option:first-child {
  display: none;
}

.customSelect:disabled {
  background-color: #f5f5f5;
  color: #999999;
  border-color: #ddd;
  cursor: not-allowed;
}

.labelInputSuccessMsg {
  font-size: 13px;
  font-weight: 500;
  color: #59c173;
  height: 15px;
  line-height: 15px;
  margin-top: 4px;
}
.labelInputError {
  border-color: #FB7563 !important;
  background-color: #fff;
}

.labelInputErrorMsg {
  color: #FA533C;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}

.commonModalH1 {
  text-align: center;
  font-size: 1.25rem;
  color: #1d1e1e;
  font-weight: 700;
}
.commonModalH2 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #4e4e4e;
  white-space: pre-line;
}
.commonModalH2Pad {
  padding: 12px 0px 16px;
}
.commonModalBtnWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 8px;
}

.c-modal__dialog {
  width: 100%;
  max-width: 480px;
}

.appContentsWrap {
  width: 100%;
  padding: 1.5rem;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pcFormBtnWrap {
  display: block;
}

.moFormBtnWrap {
  display: none;
  margin-bottom: 90px;
}

.inputDuoWrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
  gap: 1rem;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
}

.signUpTooltipWrap {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.signUpTooltip {
  font-size: 14px;
  font-weight: 500;
  color: #686868;
}
.signUpTooltipBlue {
  color: #4b7dbc;
  cursor: pointer;
}

.commCheckboxLabel {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #686868;
  cursor: pointer;
  user-select: none;
}

.commCheckboxInput {
  display: none;
}

.commCheckboxIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/dt-the7-child/inc/img/CheckIcon.svg');
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  margin-right: 4px;
}

.commCheckboxInput:checked + .commCheckboxIcon {
  background-image: url('/wp-content/themes/dt-the7-child/inc/img/CheckedIcon.svg');
}

.commCheckboxText .commHighlight {
  color: #4B7DBC;
}

@media (max-width:1024px) {
  .officePoster {
    display: none;
  }
  .loginRightArea {
    width: 100%;
    max-width: 100%;
  } 
}

@media (max-width:767px) {
  .headerLogo {
    display: none;
  }

  .headerLogo-mo {
    display: block;
    width: 180px;
    height: auto;
  }

  .signUpTooltipWrap {
    align-items: center;
  }
  .signUpTooltip {
    text-align: center;
  }
}

@media (max-width:530px) {
  .headerLogo-mo {
    width: 129px;
  }
  .labelInput {
    padding: 23px 12px 6px;
  }
  .commonModalH1 {
    font-size: 1.125rem;
  }
  .commonModalH2 {
    font-size: 13px;
  }
  .appContentsWrap {
    border: 0;
    padding: 0;
  }
  .pcFormBtnWrap {
    display: none;
  }
  .moFormBtnWrap {
    display: block;
  }
  .signUpTooltip {
    font-size: 12px;
  }
  .commCheckboxLabel {
    font-size: 12px;
  }
  .c-modal__dialog {
    width: 90%;
  }
}