@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
}
a {
  text-decoration: none;
}

#wrap {
  width: 100%;
  height: 100%;
}
#mobile_view {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#top {
  width: 100%;
  text-align: center;
}
.content1 {
  max-width: 640px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
}
.top_cont {
  width: 89%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.logo {
  width: 55%;
}
.call {
  width: 30%;
}
.logo img {
  width: 100%;
}
.call img {
  width: 100%;
}

#main {
  width: 100%;
  text-align: center;
  background-color: #f9faf8;
}
.content2 {
  max-width: 640px;
  width: 89%;
  display: inline-block;
  padding-top: 35px;
  padding-bottom: 30px;
}
.main_text {
  width: 100%;
}
.main_text img {
  width: 100%;
}
.sub_text {
  font-size: 12px;
  color: #8a957e;
  letter-spacing: -1px;
}
.sub_text {
  width: 100%;
}
.sub_text img {
  width: 100%;
}

#cont_wrap {
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.content3 {
  max-width: 640px;
  width: 100%;
  display: inline-block;
}

ul.tabs {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
}
ul.tabs li {
  background-color: #fff;
  color: #666;
  display: inline-block;
  width: 50%;
  height: 55px;
  font-weight: 400;
  float: left;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  letter-spacing: -1px;
}
ul.tabs:after {
  clear: both;
  content: "";
  display: inline-block;
}
ul.tabs li {
  border-bottom: 1px solid #ebebeb;
}
ul.tabs li:nth-child(2) {
  border-left: 1px solid #ebebeb;
}
ul.tabs li.current {
  background: #fff;
  border-top: 1px solid #52a774;
  color: #52a774;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  display: "";
}
ul.tabs li:nth-child(2).current {
  background: #fff;
  border-top: 1px solid #6982ff;
  color: #6982ff;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  display: "";
}
.tab-content.current {
  display: inherit;
}
.tab-content {
  display: none; /*padding-bottom: 80px*/
}
.db_01 {
  width: 89%;
  margin: 0 auto;
  padding-top: 40px;
}

.db_text {
  font-size: 13px;
  letter-spacing: -1px;
  color: #444444;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 8px;
}
.form {
  width: 100%;
  height: 50px;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  padding-left: 15px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 5px;
}

.form1 {
  width: 66%;
  float: left;
}
.form_float {
  display: inline-block;
  width: 100%;
}

.form_float::after {
  clear: both;
  content: "";
  display: inline-block;
}

#mobile_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smsWrap .form {
  width: 73%;
  margin-bottom: 0;
}
#btnSendAuthCode {
  border: none;
  width: 24%;
  height: 50px;
  color: #489d69;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  line-height: 50px;
  border: 1px solid #489d69;
  border-radius: 5px;
}

#auth_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
#btnCheckAuthCode {
  border: none;
  width: 24%;
  height: 50px;
  color: #489d69;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  line-height: 50px;
  border: 1px solid #489d69;
  border-radius: 5px;
}

#gen {
  width: 31.25%;
  height: 50px;
  float: right;
}
input::placeholder {
  color: #dddddd;
  letter-spacing: -1px;
}
#gen input[type="radio"] {
  display: none;
}
#gen input[type="radio"]:checked + span {
  background-color: #444444;
  color: #fff;
  border: 1px solid #e1e1e1;
}
#gen label span {
  display: inline-block;
  width: 50%;
  height: 50px;
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  outline: 0;
  text-align: center;
  line-height: 50px;
  float: left;
}
#gen1 {
  border-radius: 5px 0px 0px 5px;
}
#gen2 {
  border-radius: 0px 5px 5px 0px;
}

.personal_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: #777777;
  margin-top: 16px;
  letter-spacing: -0.03em;
}
.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: #52a774;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  border-radius: 5px;
}

.arrow {
  background-color: #f9faf8;
  width: 100%;
  margin-top: 40px;
}
#pay_table_01 {
  background-color: #f9faf8;
  padding-top: 25px;
}
.price_box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.pay_table_cont {
  max-width: 640px;
  width: 89%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.pay_box {
  width: 48%;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 10px;
  padding: 22px 0 20px 0;
  margin-bottom: 8px;
}

.brand_name {
  display: flex;
  justify-content: center;
  width: auto;
  margin-bottom: 12px;
}
.b_number {
  background-color: #f5a200;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.b_number p {
  color: #fff;
  font-weight: 500;
  font-size: 7px;
  text-align: center;
  line-height: 18px;
}
.b_txt {
  color: #222;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.brand_price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_price {
  color: #666;
  font-weight: 500;
  font-size: 14px;
}
.price {
  color: #52a774;
  font-size: 22px;
  margin: 0 4px;
  width: 70px;
  text-align: right;
  font-weight: 600;
}

.price_infor {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #666;
  text-align: center;
  padding-top: 16px;
}
.price_infor span {
  font-weight: 600;
  color: #666;
  text-decoration: underline;
}

/**
.company_img {width: 100%;}
.company_img img {width: 100%;}
.company_text p{ font-size: 13px; color: #B6C0A8; letter-spacing: -1px;}
.company_text{display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 8px;}
.price_box{width: 48.5%;  height: 95px; border: 1px solid #e1e1e1; background: #FFFFFF; border-radius: 10px; padding: 20px 0; margin-bottom: 10px;}
.wonlogo{width: 105px; height: 25px; margin: 0 auto 10px auto;}
.wonlogo img{width: 100%;}
.switchOff{width: 105px; height: 25px; margin: 0 auto 10px auto;}
.switchOff img{width: 100%;}
.zero{font-size: 14px; color: #444444; letter-spacing: -1px; font-weight: 400;}
.price{ color: #52a774; font-size: 20px; letter-spacing: -1px; font-weight: 600;}
.price_infor{font-size: 13px; line-height: 20px; color: #aaa; letter-spacing: -0.5px; text-align: center; margin-top: 15px; background-color: #EFF2EB; padding: 15px; border-radius: 5px;}
**/

/*일반보험 css*/

.db_02 {
  width: 89%;
  margin: 0 auto;
  padding-top: 40px;
}

#mobile_wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smsWrap .form {
  width: 73%;
  margin-bottom: 0;
}
#btnSendAuthCode2 {
  border: none;
  width: 24%;
  height: 50px;
  color: #6982ff;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  line-height: 50px;
  border: 1px solid #6982ff;
  border-radius: 5px;
}

#auth_wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
#btnCheckAuthCode2 {
  border: none;
  width: 24%;
  height: 50px;
  color: #6982ff;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  line-height: 50px;
  border: 1px solid #6982ff;
  border-radius: 5px;
}

#frmProc2 .btn_01 {
  border: 0;
  outline: 0;
  background-color: #6982ff;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  border-radius: 5px;
}
#tab-2 .arrow {
  background-color: #f2f4fe;
  width: 100%;
  margin-top: 40px;
}
#tab-2 #pay_table_02 {
  background-color: #f2f4fe;
  width: 100%;
  padding-top: 25px;
}
#tab-2 .pay_table_cont {
  max-width: 640px;
  width: 89%;
  margin: 0 auto;
  padding-bottom: 30px;
}

#tab-2 .pay_box {
  width: 48%;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 10px;
  padding: 22px 0 20px 0;
  margin-bottom: 8px;
}

#tab-2 .brand_name {
  display: flex;
  justify-content: center;
  width: auto;
  margin-bottom: 12px;
}
#tab-2 .b_number {
  background-color: #f5a200;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
#tab-2 .b_number p {
  color: #fff;
  font-weight: 500;
  font-size: 7px;
  text-align: center;
  line-height: 18px;
}
#tab-2 .b_txt {
  color: #222;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

#tab-2 .brand_price {
  display: flex;
  align-items: center;
  justify-content: center;
}
#tab-2 .sub_price {
  color: #666;
  font-weight: 500;
  font-size: 14px;
}
#tab-2 .price {
  color: #6982ff;
  font-size: 22px;
  margin: 0 4px;
  width: 70px;
  text-align: right;
  font-weight: 600;
}

#tab-2 .price_infor {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #666;
  text-align: center;
  padding-top: 16px;
}
#tab-2 .price_infor span {
  font-weight: 600;
  color: #666;
  text-decoration: underline;
}

/*일반보험 css*/

.banner_wrap {
  width: 89%;
  margin: 0px auto;
  padding: 40px 0 10px 0;
}
.banner_wrap div {
  width: 100%;
  margin-bottom: 30px;
}
.banner_wrap div img {
  width: 100%;
}

.consult_wrap {
  background-color: #fffaf2;
}
.consult_cont {
  width: 89%;
  margin: 0px auto;
  padding: 50px 0;
}
.consult_img {
  width: 100%;
}
.consult_img img {
  width: 100%;
}
.db_03 {
  width: 100%;
  padding: 20px 0;
  margin-top: 30px;
  background-color: #ffedd0;
  border-radius: 10px;
}
#frmProc3 {
  width: 90.625%;
  margin: 0 auto;
}

#frmProc3 .form {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  padding-left: 15px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 5px;
  margin-bottom: 10px;
}
#frmProc3 .form1 {
  width: 62.5%;
  float: left;
}
#frmProc3 .form_float {
  display: inline-block;
  width: 100%;
}
#frmProc3 #gen {
  width: 31.25%;
  height: 50px;
  float: right;
}
#frmProc3 .form_float::after {
  clear: both;
  content: "";
  display: inline-block;
}
#frmProc3 input::placeholder {
  color: #dddddd;
  letter-spacing: -1px;
}
#frmProc3 #gen input[type="radio"] {
  display: none;
}
#frmProc3 #gen input[type="radio"]:checked + span {
  background-color: #444444;
  color: #fff;
  border: 1px solid #e1e1e1;
}
#frmProc3 #gen label span {
  display: inline-block;
  width: 50%;
  height: 50px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  outline: 0;
  text-align: center;
  line-height: 50px;
  float: left;
}
#frmProc3 #gen1 {
  border-radius: 5px 0px 0px 5px;
}
#frmProc3 #gen2 {
  border-radius: 0px 5px 5px 0px;
}

#frmProc3 .mobile_select {
  float: left;
  width: 28.125%;
  height: 50px;
  color: #777777;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding-left: 15px;
  background: url("../images/select_arrow.png") no-repeat right 15px center/12px;
  font-size: 15px;
  background-color: #fff;
}
#frmProc3 .form2 {
  float: right;
  width: 68.75%;
}
#frmProc3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#frmProc3 select::-ms-expand {
  display: none;
}

#frmProc3 .check03 {
  width: 100%;
  margin: 10px auto 15px auto;
  letter-spacing: -1px;
}
#frmProc3 .ch {
  float: left;
  font-size: 14px;
  color: #cfbb9a;
}
#frmProc3 .look {
  float: right;
  font-size: 14px;
  color: #cfbb9a;
}
#frmProc3 .check03 input[type="checkbox"] {
  display: none;
}
#frmProc3 .check03 input[type="checkbox"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 8px 0 0;
  vertical-align: middle;
  border: 1px solid #cfbb9a;
  border-radius: 8px;
  background: url("../images/uncheck02.png") #fff no-repeat center/50%;
}
#frmProc3 .check03 input[type="checkbox"]:checked + label span {
  background: url("../images/checked.png") #cfbb9a no-repeat center/50%;
  border: 0;
}
#frmProc3 .check03::after {
  clear: both;
  display: block;
  content: "";
}

#frmProc3 .btn_01 {
  border: 0;
  outline: 0;
  background-color: #f5a200;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  border-radius: 5px;
}

/**2023 통합 모바일 푸터 CSS**/
#footer_2023 {
  width: 100%;
}
.infor_summary {
  background-color: #4e4e4e;
  padding: 30px 0 22px 0;
}
.infor_summary > div {
  width: 89%;
  margin: 0 auto;
}
.infor_summary p {
  color: #eee;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 6px;
  letter-spacing: -0.6px;
  font-weight: 300;
  text-align: left;
}

.footer_conts {
  max-width: 640px;
  width: 85%;
  margin: 0px auto;
  padding: 40px 0;
  letter-spacing: -0.6px;
}
.footer_conts li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.footer_conts ul::after {
  clear: both;
  display: block;
  content: "";
}

.footer01 li:nth-child(odd)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #e1e1e1;
  margin-left: 8px;
}
.footer_popup li {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-align: left;
  margin-right: 16px;
}
.footer_popup a {
  color: #222;
}

.footer01 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer01 li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #666666;
  text-align: left;
}
.footer02 li {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #999999;
  text-align: left;
}
/**2023 통합 모바일 푸터 CSS**/

.company_wrap {
  width: 100%;
  margin-bottom: 20px;
}
.company_img {
  width: 100%;
}
.company_img img {
  width: 100%;
}
