@charset "utf-8";

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

/* reset.css */
:root {
  --primary-color: #ff6b3e;
  --secondary-color: #1c1c1c;
  --tertiary-color: #625ef3;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

body {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: var(--secondary-color);
}

#wrap {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}

.noscroll {
  overflow: hidden;
}

.con01,
.con03,
.con04 {
  position: relative;
}

.fixed_btn {
  width: 100%;
  max-width: 640px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* s: chat */
.chat a {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--tertiary-color) url("../images/ico_chat.jpg") no-repeat
    center/50%;
  cursor: pointer;
  margin-left: auto;
  margin-right: 20px;
}
/* e: chat */

/* s: btn */
.btn {
  border-radius: 20px 20px 0 0;
  background: var(--primary-color);
  margin-top: 30px;
}

.btn a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  padding: 14px 10px;
}
/* e: btn */

/* s: popup_wrap */
.popup_wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.popup_db {
  background: #fff;
  padding: 50px 30px;
  border-radius: 20px;
  min-width: 375px;
  max-width: 375px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  max-height: 80vh;
  overflow-y: auto;
}

.popup_title {
  font-size: 18px;
  line-height: 28px;
}

.popup_title span {
  color: var(--primary-color);
}

.db_wrap {
  margin-top: 20px;
}

.form_wrap {
  margin-top: 14px;
}

.form_wrap:nth-last-child(1) {
  margin-top: 20px;
}

.form_wrap label {
  font-size: 12px;
  line-height: 16px;
  color: #515151;
}

.form {
  width: 100%;
  height: 48px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}

.form::placeholder {
  color: #b6b6b6;
}

.smsWrap {
  margin-top: 14px;
}

#mobile_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}

#mobile_wrap .form {
  width: 75%;
  margin-top: 0;
}

#btnSendAuthCode {
  width: 23%;
  border: 0;
  border-radius: 10px;
  border: 1px solid var(--tertiary-color);
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: var(--tertiary-color);
  -webkit-appearance: none;
  cursor: pointer;
}

#auth_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 6px;
}

#auth_wrap .form {
  width: 75%;
  margin-top: 0;
}

#btnCheckAuthCode {
  width: 23%;
  border: 0;
  border-radius: 10px;
  border: 1px solid var(--tertiary-color);
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: var(--tertiary-color);
  -webkit-appearance: none;
  cursor: pointer;
}

.sms_okay {
  height: 48px;
  background: #fff;
  border: 1px solid var(--tertiary-color);
  padding-left: 16px;
  border-radius: 10px;
  margin-top: 6px;
}

.sms_okay p {
  font-size: 14px;
  color: var(--tertiary-color);
  line-height: 47px;
}

.insu_wrap {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
}

.insu_radio {
  display: flex;
  gap: 6px;
  align-items: center;
}

.insu_radio input {
  cursor: pointer;
}

.insu_radio label {
  color: #b6b6b6;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

/* 마지막 요소를 전체 너비로 확장 */
.insu_radio:last-child {
  grid-column: 1 / -1;
}

/* s: personal_box */
.personal_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: #7b7b7b;
  margin-top: 20px;
}

.personal_box input,
.personal_box label {
  cursor: pointer;
}

.personal_box a {
  text-decoration: underline;
  color: #7b7b7b;
}

.all_box {
  width: 50%;
  text-align: left;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.look {
  width: 50%;
  text-align: right;
}

.agree_box {
  display: flex;
  align-items: center;
  gap: 6px;
}

.receive_box {
  display: flex;
  align-items: center;
  gap: 6px;
}
/* e: personal_box */

/* s: popup_btn */
.popup_btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: var(--primary-color);
  border: 0;
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 30px;
  cursor: pointer;
}
/* e: popup_btn */

/* s: close */
.close {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 0;
  cursor: pointer;

  position: absolute;
  top: 20px;
  right: 20px;
}

.close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* e: close */
/* e: popup_wrap */

/* s: infor_summary_wrap */
.infor_summary_wrap {
  background-color: #4b4b4b;
  padding: 40px 0;
}

.infor_summary {
  width: 90%;
  margin: 0 auto;
}

.infor_summary p {
  color: #fff;
  font-size: 14px;
}

.infor_summary p + p {
  margin-top: 8px;
}
/* e: infor_summary_wrap */

/* s: footer_conts */
.footer_conts {
  padding: 40px 0 98px;
  background: #f2f2f2;
  /* letter-spacing: -0.6px; */
}

.footer_left {
  width: 90%;
  margin: 0 auto;
}

.footer_logo {
  width: 18%;
}

.footer_logo img {
  width: 100%;
  object-fit: cover;
}

.footer_popup {
  margin-top: 24px;
}

.footer_popup ul {
  display: flex;
  gap: 12px;
}

.footer_popup li {
  font-size: 13px;
  font-weight: 600;
  color: #222;
}

.footer_popup a {
  color: #222;
}

li {
  list-style: none;
}

.footer01 {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.footer01 li,
.footer02 li {
  font-size: 13px;
  color: #666666;
}

.footer01 li:nth-child(odd)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #e1e1e1;
  margin-left: 8px;
}

.footer02 {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.footer02 li:nth-child(odd)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #c3c3c3;
  margin-left: 8px;
}

.footer02 li:nth-last-child(1)::after {
  display: none;
}

.footer_info {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 24px;
}
/* e: footer_conts */
