@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard";
  letter-spacing: -0.02em;
}
body {
  overflow-x: hidden;
}

li {
  list-style: none;
}
p {
  color: #333b4e;
}

textarea {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  display: block;
  color: #0762c8;
  width: 100%;
}
#wrap {
  width: 100%;
  height: 100%;
}
#main_wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #0762c8;
}

#main {
  width: 100%;
  text-align: center;
}
.content1 {
  display: inline-block;
  max-width: 640px;
  margin: 0 auto;
}
.main_img {
  width: 100%;
}
.main_img img {
  width: 100%;
}

.main_btn {
  background-color: #fff;
  width: 60%;
  height: 50px;
  color: #0762c8;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto 40px auto;
}

.main_boldText {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-bottom: 15px;
}
.sub_regText {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  margin-bottom: 40px;
}

#element01 {
  width: 100%;
  text-align: center;
}
.content2 {
  max-width: 640px;
  width: 89%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.table_box {
  width: 100%;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(232, 232, 232, 0.4);
  padding: 30px;
}
.table_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}
.table_text p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.table_text p:nth-child(2) {
}

.table_gif {
  width: 100%;
}
.table_gif img {
  width: 100%;
}

.table_cont {
  margin-top: 30px;
}

.table_cont div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table_cont_text01 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #0762c8;
}
.table_cont_text02 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.bar {
  background-color: #f9fafb;
  width: 2px;
  height: 105px;
}

.source {
  font-size: 11px;
  font-weight: 300;
  text-align: left;
  color: #9e9e9e;
  padding-top: 15px;
}

#element02_wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #f9fafb;
}

#element02 {
  width: 100%;
  text-align: center;
}
.content3 {
  display: inline-block;
  max-width: 640px;
  width: 89%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
}
.content3_ground {
  background-color: #f9fafb;
}

.quest_step {
  width: 100%;
}
.quest_step ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.quest_step li {
  float: left;
  border-bottom: 2px solid #f0f0f0;
  width: 9%;
}
.quest_step .step_active {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #0762c8;
  color: #0762c8;
  width: 16%;
}

.quest_wrap {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.q_cont p:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #0762c8;
}
.q_cont p:nth-child(2) {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
}

.q_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.q_btn {
  flex: 0 1 48%;
  margin-bottom: 4%;
  border: 2px solid #f0f0f0;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 48px;
  color: #a3a3a3;
}
.btn_active {
  border: 2px solid #0762c8;
  color: #0762c8;
}

.q_cont04 .q_btn_wrap {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.q_cont06 .q_btn_wrap {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.infor_text {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  color: #a3a3a3;
  padding-top: 25px;
}
.bar2 {
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  margin-top: 10px;
  margin-bottom: 40px;
}

.pre_next_btn {
  display: flex;
  justify-content: space-evenly;
}
.pre_btn {
  border: 1px solid #f0f0f0;
  color: #a3a3a3;
  width: 35%;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}
.next_btn {
  background-color: #f9fafb;
  border: 1px solid #f0f0f0;
  color: #a3a3a3;
  width: 35%;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}
.next_enabled {
  border: 1px solid #0762c8;
  color: #0762c8;
}
.q_cont07 textarea {
  resize: none;
  width: 100%;
  height: 115px;
  border-radius: 20px;
  border: 2px solid #f0f0f0;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 4%;
}

.q_cont02,
.q_cont03,
.q_cont04,
.q_cont05,
.q_cont06,
.q_cont07 {
  display: none;
}

.db_text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}

.form {
  border: 0;
  border: 2px solid #f0f0f0;
  background-color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  color: #333b4e;
  margin-bottom: 15px;
  -webkit-appearance: none;
}

textarea::placeholder {
  color: #a3a3a3;
  font-size: 14px;
}

input::placeholder {
  color: #a3a3a3;
  font-size: 15px;
}

#gen {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#gen label {
  width: 48%;
}
#gen input[type="radio"] {
  display: none;
}
#gen input[type="radio"]:checked + span {
  border: 2px solid #0762c8;
  background-color: #0762c8;
  color: #fff;
}
#gen label span {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  outline: 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #333b4e;
  border: 2px solid #f0f0f0;
}

.mobile_wrap {
  display: flex;
  justify-content: space-between;
}
.phoneNumber {
  border: 0;
  border: 2px solid #f0f0f0;
  background-color: #fff;
  width: 70%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  color: #333b4e;
  margin-bottom: 15px;
  -webkit-appearance: none;
}
#btnSendAuthCode {
  border: 0;
  border: 2px solid #0762c8;
  background-color: #fff;
  width: 27%;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  color: #0762c8;
  margin-bottom: 15px;
  -webkit-appearance: none;
}

#auth_wrap {
  display: flex;
  justify-content: space-between;
}
#auth_code {
  border: 0;
  border: 2px solid #f0f0f0;
  background-color: #fff;
  width: 70%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  color: #333b4e;
  margin-bottom: 15px;
  -webkit-appearance: none;
}
#btnCheckAuthCode {
  border: 0;
  border: 2px solid #0762c8;
  background-color: #fff;
  width: 27%;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  color: #0762c8;
  margin-bottom: 15px;
}

.personal_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  color: #a3a3a3;
}
.all_box {
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
}
.look {
  width: 50%;
  text-align: right;
}
.receive_box {
  margin-bottom: 20px;
}

.btn_01 {
  border: 0;
  outline: 0;
  background-color: #0762c8;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  margin-bottom: 40px;
}

.q_db {
  display: none;
}

.process {
  padding-top: 25px;
}
.pro_num {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #e8e8e8;
  padding-bottom: 10px;
}

.pro_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pro_right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  padding-left: 20px;
}

.pro_cont01,
.pro_cont02 {
  box-shadow: 0px 0px 10px rgba(239, 239, 239, 0.25);
}
.bar3 {
  width: 2px;
  height: 55px;
  background-color: #e8e8e8;
  margin: 0 auto;
}
.bar4 {
  width: 2px;
  height: 55px;
  background-color: #f9fafb;
  margin: 0 auto;
}

.pro_img {
  width: 23%;
  margin-right: 20px;
}
.pro_img img {
  width: 100%;
}
.pro_text p:nth-child(1) {
  color: #0762c8;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
}
.pro_text p:nth-child(2) {
  color: #333b4e;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.pro_cont03 .pro_right {
  background-color: #0762c8;
}

.pro_cont03 .pro_right p {
  color: #fff;
}

#element03 {
  width: 100%;
  text-align: center;
}
.content4 {
  max-width: 640px;
  width: 89%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 10px;
}

.benefit {
  margin-bottom: 50px;
}
.benefit_img {
  width: 30%;
  margin: 0 auto 20px auto;
}
.benefit_img img {
  width: 100%;
}

.benefit p:nth-child(2) {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.benefit p:nth-child(3) {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

#element04 {
  width: 100%;
  text-align: center;
  background-color: #f9fafb;
}
.content5 {
  max-width: 640px;
  width: 89%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bohum_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  color: #0762c8;
  margin-bottom: 20px;
}
.life_bohum {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.life_img {
  width: 28%;
  margin-right: 3%;
  margin-bottom: 5%;
}
.life_img img {
  width: 100%;
}

.gen_bohum {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gen_img {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 5%;
}
.gen_img img {
  width: 100%;
}

#footer {
  width: 100%;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}
.bites {
  width: 25%;
}
.bites img {
  width: 100%;
}
.content6 {
  max-width: 640px;
  width: 89%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer_text02 {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin-top: 15px;
  color: #a3a3a3;
}
.footer_text_wrap {
  margin-top: 40px;
}

.infor_summary {
  width: 100%;
  margin: 0px auto;
  background-color: #3c444b;
}
.infor_summary div {
  width: 89%;
  max-width: 640px;
  margin: 0px auto;
  padding: 32px 0 20px 0;
}
.infor_summary div p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 22px;
  color: #eee;
  text-align: left;
  margin-bottom: 12px;
}

.footer_text01 {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  text-align: left;
  letter-spacing: -0.5px;
  line-height: 21px;
}
.footer_text01 li {
  margin-bottom: 5px;
  color: #444;
}
.footer_bar {
  padding-left: 10px;
  padding-right: 10px;
}

.privacy {
  display: block;
  width: 100%;
  color: #444;
}
.notice {
  display: block;
  width: 100%;
  color: #444;
}

.blue_text {
  color: #0762c8;
}
.footer_toggle {
  margin-top: 20px;
  width: 100%;
  padding: 10px 0px;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  text-align: center;
  color: rgb(83, 78, 78);
}
.f_toggle_cont {
  display: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  margin-top: 15px;
  color: #a3a3a3;
}

@media all and (min-width: 641px) {
  .m_div {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .p_div {
    display: none;
  }
}
