@charset "UTF-8";
/* Header */
/* Footer */
/* Breakpoints */
:root {
  --side-bar-container__level: 3000;
  --side-bar-overlay__level: 3001;
  --side-bar__level: 3002;
  --modal-container__level: 3000;
  --modal-overlay__level: 3001;
  --modal__level: 3002;
}
@media (min-width: 335px) and (max-width: 757px) {
  :root {
    --header__height: 56px;
  }
}
@media (min-width: 758px) and (max-width: 1023px) {
  :root {
    --header__height: 56px;
  }
}
@media (min-width: 1024px) {
  :root {
    --header__height: 80px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard";
}

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  background-color: var(--color-white);
}
html::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

body {
  line-height: normal;
}

/* reset */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active {
  text-decoration: none;
}

input,
textarea {
  border: none;
  background-color: transparent;
}

input,
textarea:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* IE의 경우 */
input::-ms-clear,
input::-ms-reveal {
  opacity: 0;
  position: absolute;
  right: 0;
} /* 크롬의 경우 */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  opacity: 0;
  position: absolute;
  right: 0;
}

button {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  font-size: 0;
}

a,
button {
  -webkit-tap-highlight-color: transparent !important;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  cursor: pointer;
}

textarea {
  resize: vertical; /* 사용자가 수직 방향으로 크기 조정할 수 있도록 설정 */
  padding: 0;
  border: none;
  outline: none;
  overflow: auto;
  background-color: transparent; /* 배경색을 투명하게 설정 */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%; /* 혹은 원하는 크기 지정 */
}

@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Regular.woff") format("woff"), url("../../assets/fonts/Pretendard/Pretendard-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Medium.woff") format("woff"), url("../../assets/fonts/Pretendard/Pretendard-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-SemiBold.woff") format("woff"), url("../../assets/fonts/Pretendard/Pretendard-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Bold.woff") format("woff"), url("../../assets/fonts/Pretendard/Pretendard-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff"), url("../../assets/fonts/Pretendard/Pretendard-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../../assets/fonts/Outfit/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../../assets/fonts/Outfit/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../../assets/fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../../assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../../assets/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
:root {
  /* Primary Color */
  --color-primary: #0056A2;
  --color-primary-hover: #024c8e;
  --color-point: #0099DA;
  --color-white: #fff;
  --color-black: #001432;
  --color-failure: #f6354c;
  /* Greys */
  --color-grey-01: #bfc2c8;
  --color-grey-02: #b0b0b0;
  --color-grey-03: #3e4654;
  /* Borders */
  --color-border: #d8dde7;
  /* background */
  --theme__background-color-01: #3c4b77;
  /* Inactive */
  --theme__inactive-background-color: #e2e2e2;
  --theme__inactive-color: #b0b0b0;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.container .leftSection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex: 1;
  overflow: hidden;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .leftSection {
    position: absolute;
    z-index: -1;
  }
}
.container .leftSection .bg {
  height: 100%;
}
.container .rightSection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex: 1;
  background-color: var(--color-white);
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection {
    padding: 16px;
    flex: none;
    border-radius: 8px;
  }
}
.container .rightSection .loginBox {
  width: 100%;
  max-width: 480px;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox {
    max-width: 100%;
  }
}
.container .rightSection .loginBox .logoWrap {
  margin-bottom: 40px;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox .logoWrap {
    margin-bottom: 32px;
  }
}
.container .rightSection .loginBox .logoWrap .logo {
  max-width: 200px;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox .logoWrap .logo {
    max-width: 160px;
  }
}

.container .rightSection .loginBox .logoWrap .doorayLogo {
  max-width: 200px;
  margin-left: 30px;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox .logoWrap .doorayLogo {
    max-width: 160px;
    margin-left: 15px;
  }
}

.container .rightSection .loginBox .boxWrap {
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox .boxWrap {
    margin-bottom: 12px;
  }
}
.container .rightSection .loginBox .boxWrap .boxLabel {
  display: block;
  margin-bottom: 8px;
  color: var(--color-grey-03);
  font-size: 1.7rem;
  font-weight: 500;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox .boxWrap .boxLabel {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}
.container .rightSection .loginBox .boxWrap .boxInput {
  width: 100%;
  height: 56px;
  padding: 16px;
  font-size: 1.5rem;
  border: 1.5px solid var(--color-border);
  border-radius: 6px;
  transition: all 0.2s ease;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox .boxWrap .boxInput {
    height: 50px;
    padding: 12px;
    border: 1px solid var(--color-border);
  }
}
.container .rightSection .loginBox .boxWrap .boxInput:hover, .container .rightSection .loginBox .boxWrap .boxInput:active, .container .rightSection .loginBox .boxWrap .boxInput:focus {
  border: 1.5px solid var(--color-point);
  transition: all 0.2s ease;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox .boxWrap .boxInput:hover, .container .rightSection .loginBox .boxWrap .boxInput:active, .container .rightSection .loginBox .boxWrap .boxInput:focus {
    border: 1px solid var(--color-point);
  }
}
.container .rightSection .loginBox .boxWrap .boxInput::-moz-placeholder {
  color: var(--color-grey-01);
  font-size: 1.5rem;
  font-weight: 400;
}
.container .rightSection .loginBox .boxWrap .boxInput::placeholder {
  color: var(--color-grey-01);
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox .boxWrap .boxInput::-moz-placeholder {
    font-size: 1.5rem;
  }
  .container .rightSection .loginBox .boxWrap .boxInput::placeholder {
    font-size: 1.5rem;
  }
}
.container .rightSection .loginBox .boxWrap .message {
  margin-top: 4px;
  color: var(--color-failure);
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox .boxWrap .message {
    font-size: 1.3rem;
  }
}
.container .rightSection .loginBox .checkBoxWrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 4px;
}
.container .rightSection .loginBox .checkBoxWrap .checkIcon {
  width: 24px;
  height: 24px;
}
.container .rightSection .loginBox .checkBoxWrap .checkBoxLabel {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-grey-02);
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .loginBox .checkBoxWrap .checkBoxLabel {
    font-size: 1.4rem;
  }
}
.container .rightSection .btnWrap {
  margin-top: 12px;
  width: 100%;
  height: 56px;
  border-radius: 6px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 1.7rem;
  font-weight: 400;
  transition: all 0.2s ease;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .btnWrap {
    margin-top: 12px;
    height: 50px;
    font-size: 1.5rem;
  }
}
.container .rightSection .btnWrap:hover {
  background-color: var(--color-primary-hover);
  transition: all 0.2s ease;
}
.container .rightSection .btnWrap.inactive {
  background-color: var(--theme__inactive-background-color);
  color: var(--theme__inactive-color);
}
.container .rightSection .copyright {
  text-align: center;
  margin-top: 24px;
  font-size: 1.3rem;
  color: var(--color-grey-03);
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .copyright {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}
#loginBtn:disabled {
  background-color: var(--theme__inactive-background-color);
  color: var(--theme__inactive-color);
}
#customerLoginBtn:disabled {
  background-color: var(--theme__inactive-background-color);
  color: var(--theme__inactive-color);
}
.container .rightSection .loginBox .message {
  margin-top: 4px;
  color: var(--color-failure);
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 335px) and (max-width: 757px) {
  .container .rightSection .boxWrap .message {
    font-size: 1.3rem;
  }
}



/*# sourceMappingURL=login.css.map */