/* layout */
html {
  height: 100%;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  src: url("/path/to/fonts/SpoqaHanSansNeo-Regular.woff2") format("woff2"),
    url("/path/to/fonts/SpoqaHanSansNeo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

body {
  height: 100%;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
}

.BtnStyled a {
  color: #fff;
}

div._wsaicon img {
  display: none !important;
}

.background-container {
  background-image: url("../img/place/backgroundImg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh; /* Adjust as necessary */
  position: relative;
}

@media screen and (max-width: 500px) {
  .background-container {
    background-image: none;
  }
}
/* The Modal (background) */
.modal_search {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #00000080;
  padding-top: 50px;
}

/* login */

#header {
  padding-top: 3.875rem;
  /*padding-bottom:1.25rem;*/
  text-align: center;
}

h2#logo {
  width: 50%;
  max-width: 364px;
  margin: 0 auto;
}

h2#logo img {
  width: 70%;
}
.pwcontainer {
  padding: 100px 10px 10px;
}

@media screen and (min-width: 1920px) {
  .pwcontainer {
    padding: 280px 10px 10px;
  }
}

.container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 10px 60px;
}

.desc_txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(83, 83, 83);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .desc_txt {
    font-size: 1.2rem;
  }
}

/* google btn */
.googleBtnBox {
  width: 150px;
  height: 40px;
  cursor: pointer;
}

.googleBtnBox img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.googleBox {
  width: 100%;
  height: 48px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background: white;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.googleBox .googleWrap {
  overflow: hidden;
}

.googleBox .googleWrap .googleLogo {
  float: left;
  width: 42px;
  padding: 8px 0;
  margin: 0 12px;
  position: absolute;
}

.googleBox .googleWrap .googleLogo .googleLogoImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.googleBox .googleWrap .googleText {
  font-family: "RobotoRegular", sans-serif;
  float: left;
  /* font-size:14px;*/
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  line-height: 48px;
  text-align: center;
  width: 438px;
}

/* New Login */

.BoxStyled {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.PictureStyled {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
}

.PictureStyled .logoStyle {
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* .PictureStyled img {
  width: 260px;
  height: auto;
  object-fit: cover;
  display: flex;
  margin: 0 auto;
} */

.PictureStyled object {
  width: 260px;
  height: auto;
  object-fit: cover;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .PictureStyled {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.ViewStyled {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .ViewStyled {
    padding: 0;
    min-height: 100%;
  }
}

.back_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.back_wrap .back_tab {
  width: 100%;
  padding: 40px 40px 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1080px) {
  .back_wrap .back_tab {
    padding: 0 16px;
    max-width: 540px;
  }
}

.backTabStyled {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.backTabStyled:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.backTabStyled svg {
  width: 14px;
}

@media (max-width: 1080px) {
  .backTabStyled {
    width: 40px;
    height: 40px;
  }
  .backTabStyled svg {
    width: 14px;
  }
}

.FormStyled {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  transition: 0.3s ease-in-out;
  padding: 0;
}

/* @media (max-width: 1080px) {
  .FormStyled {
    max-width: 84%;
    padding: 30px 30px 60px;
  }
} */

.field {
  width: 100%;
  max-width: 26vw;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 8px;
  padding: 50px 40px;
}

@media screen and (max-width: 1200px) {
  .field {
    max-width: 32vw;
  }
}
@media screen and (max-width: 1000px) {
  .field {
    max-width: 37vw;
  }
}

@media screen and (min-width: 1920px) {
  .field {
    max-width: 19%;
  }
}

.field h1 {
  font-size: 26px;
  white-space: pre-line;
}

.field p {
  font-size: 14px;
  margin-top: 12px;
  color: #424242;
}

.loginfield {
  width: 100%;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 768px) {
  .field {
    width: 100%;
    max-width: 52vw;
    padding: 50px 40px;
  }

  .field h1 {
    font-size: 24px;
    white-space: pre-line;
  }

  .field p {
    font-size: 14px;
    color: #424242;
    margin-top: 0;
  }
  .loginfield {
    margin-top: 50px;
    row-gap: 18px;
  }
  .partnerLoginfield {
    max-width: 350px;
  }
}

@media screen and (max-width: 500px) {
  .field {
    padding: 0 24px;
    max-width: none;
    margin-bottom: 40px;
  }
}

.field .tab_wrap {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
}

.field .tab_wrap span {
  font-size: 16px;
  color: #ff4558;
  align-items: center;
  column-gap: 4px;
}

.InputLine {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.InputLine label {
  white-space: nowrap;
  width: 100%;
  font-size: 16px;
  color: #424242;
  display: flex;
  column-gap: 0.308em;
}

.InputLine div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  padding: 8px 0;
  /* border-bottom: 1px solid #e5e5e5; */
}

.InputLine div input {
  width: 100%;
  height: 44px;
  font-size: 14px;
  padding: 12px;
  border: 1px solid #d4d4d5;
  border-radius: 4px;
}

#formPasswordInput2 {
  position: relative;
}

.InputLine div input::placeholder {
  font-size: 16px;
  color: #c9c9c9;
}

.BtnStyled {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  height: 44px;
  padding: 0.9rem;
  font-size: 1rem;
  font-weight: 400;
  background-color: #c5c5c5;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  user-select: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .InputLine div input {
    font-size: 14px;
    height: 36px;
  }

  .InputLine div input::placeholder {
    font-size: 14px;
  }

  .BtnStyled {
    height: 36px;
  }
}

.password {
  width: 300px;
  background-color: #46ab66;
}

.checkStyled {
  display: flex;
  align-items: center;
  column-gap: 12px;
  cursor: pointer;
}

.checkedInput {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  border: 0px solid gainsboro;
  border-radius: 1000px;
  appearance: none;
  background-color: #e2e2e2;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  user-select: none;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
/* .checkedInput {
  width: 24px;
  height: 24px;
  max-width: 27px;
  max-height: 27px;
  border: 0px solid gainsboro;
  border-radius: 1000px;
  appearance: none;
  background-color: #e2e2e2;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  user-select: none;
  transition: 0.2s ease-in-out;
  cursor: pointer;
} */

.checkedInput:checked {
  border-color: transparent;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #46ab66;
  border-radius: 1000px;
  cursor: pointer;
}

.checkStyled label {
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  cursor: pointer;
  white-space: pre-line;
}

@media screen and (max-width: 768px) {
  .checkedInput {
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
  }
  .checkStyled label {
    font-size: 14px;
  }
  .InputLine label {
    font-weight: 500;
  }
}

.subTabStyled {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}

.subTabStyled span {
  font-size: 16px;
  color: #888;
}

.subTabStyled a {
  font-size: 14px;
  color: #424242;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  padding: 4px;
  cursor: pointer;
}

.subTabStyled a:hover {
  color: #444;
  cursor: pointer;
}

.joinStyled {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.joinStyled div {
  width: 100px;
  height: 1px;
  background-color: #e2e2e2;
  margin: 10px 0;
}

.joinStyled p a {
  color: #49b26a;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.joinStyled p a:hover {
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .subTabStyled {
    column-gap: 10px;
    position: relative;
    top: -10px;
  }
  .subTabStyled a {
    font-size: 14px;
  }

  .joinStyled {
    margin-top: 10px;
  }
}

/* 팝업창 css */

.dialogStyled {
  z-index: 9000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 21%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 32px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .dialogStyled {
    max-width: 29vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .dialogStyled {
    max-width: 50vw;
  }
}

.mobileBoxStlyed {
  max-width: 16%;
}

.cancelBtnIconLayout {
  z-index: 999;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  user-select: none;
  transition: 0.3s ease-in-out;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #00000080;
}

.mobileCertText {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  text-align: left;
}

.mobileCertText h1 {
  font-size: 18px;
  color: #424242;
  white-space: pre-line;
  font-weight: 400;
}
.mobileCertText h3 {
  font-size: 16px;
  color: #424242;
  white-space: pre-line;
  font-weight: 300;
  margin: 0 0 20px 0;
  letter-spacing: -0.3px;
}

.mobileCertText p {
  font-size: 12px;
  color: #424242;
  background: #f8f8f8;
  padding: 12px;
  line-height: 1.35;
}

.TempoPw {
  display: flex;
  flex-direction: column;
  line-height: 8px;
  gap: 12px;
}

.TempoPw h2 {
  text-align: left;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
}

.TempoPw span {
  color: #4607d8;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: left;
  font-weight: bold;
}

.AuthChoice {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.AuthChoiceInput {
  width: 100%;
  height: 34px;
  font-size: 12px;
  padding: 14px 12px;
  border: none;
  border-radius: 4px;
  background: #f8f8f8;
}

.btnContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-top: 20px;
}

.cancelBtn {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  font-size: 14px;
  color: #9e9e9e;
  background: none;
  border: 1px solid #d4d4d5;
  transition: 0.3s ease-in-out;
}

.cancelBtn:hover {
  background-color: #d4d4d5;
  color: #9e9e9e;
}

.submitBtn {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background-color: #46ab66;
  transition: 0.3s ease-in-out;
}

.submitBtn:hover {
  background-color: #008f56;
}

.SNSBtnStyled img {
  width: 45px;
}

.SNSBtnContainer {
  margin-top: 25px;
}

.SNSBtnContainer h4 {
  text-align: center;
  color: #424242;
  font-size: 14px;
  font-weight: 500;
}

.SNSBtn {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.passwordBox {
  position: relative;
}

.passwordEye {
  width: 20px !important;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  right: 16px;
}

.SNS_Info {
  display: flex;
  gap: 15px;
  line-height: 39px;
  font-size: 22px;
  text-align: left;
  align-items: baseline;
  margin: 10px;
}

.SNSImage {
  width: 30px;
  height: 30px;
  position: relative;
  top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1919px) {
  .SNSBtnContainer {
    margin-top: 22px;
  }
  .joinStyled {
    margin-top: 6px;
  }
}

@media screen and (max-width: 600px) {
  .SNS_Info {
    font-size: 16px;
    line-height: 24px;
    align-items: unset;
  }

  .SNSImage {
    width: 24px;
    height: 24px;
    position: relative;
    top: -1px;
  }

  .SNSBtnContainer {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .SNSBtn {
    gap: 20px;
  }

  .SNSBtnStyled {
    padding: 0;
  }

  .dialogStyled {
    max-width: 86%;
    border-radius: none;
  }
}
