@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.3;
  font-family: "Pretendard";
  color: #222;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.25px;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* reset css */
html, body, 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, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, main, section {
  display: block;
}

body, input, textarea, select, button, table {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  color: #222;
}

img, fieldset, iframe {
  border: 0;
}

align img {
  vertical-align: top;
  max-width: 100%;
}

ul, ol, li {
  list-style: none;
}

em, address {
  font-style: normal;
}

caption, legend, .blind {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  text-align: left;
  line-height: 0;
}

/* form type */
input, select {
  max-width: 100% !important;
}

input[type=text], input[type=password], textarea, input {
  margin: 0;
  border: solid 1px #c2c2c2;
  font-family: "Pretendard", sans-serif;
  font-size: 13px;
  color: #222;
}

input[type=text]:disabled {
  background-color: #e2e2e2;
  color: #999;
}

input[type=radio] {
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  cursor: default;
}

input[type=radio]:disabled {
  cursor: default;
}

input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=password] {
  font-size: 13px;
}

input {
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  appearance: none;
}

input::placeholder, select::placeholder, textarea::placeholder {
  color: #BBB;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BBB !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #BBB !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #BBB !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #BBB !important;
}

textarea {
  padding: 12px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

select {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  font-family: "Pretendard", sans-serif;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* anchor */
a {
  text-decoration: none;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

/* table */
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: normal;
  word-wrap: break-word;
}

th {
  font-weight: bold;
}

/* hidden text */
caption {
  display: none;
  position: static;
  left: -9999px;
  height: 0;
  font-size: 0;
  text-indent: -9999px;
  line-height: 0;
}

.hidden, legend {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0;
}

.blind {
  position: absolute;
  left: -9999px;
  height: 0;
  font-size: 0;
  text-indent: -9999px;
  line-height: 0;
}

.ir {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  letter-spacing: -100px;
  text-indent: 0;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 200px;
}

.hide {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* 공통 input */
input[type=radio],
input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input:focus-visible,
select:focus-visible {
  outline: none;
}

::-webkit-scrollbar {
  display: none;
}

/*  - webfont -
    black    900
    bold     700
    semibold 600
    medium   500
    regular  400
    light    300
*/
.inner {
  position: relative;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
}
.wrap.is_scroll .floating_type1 {
  display: none;
}
.wrap.is_scroll footer {
  padding-bottom: 60px;
}

.full-width {
  width: 100% !important;
}

header.header-type1 {
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header.header-type1 .header_logo a {
  display: inline-block;
  font-size: 0;
}
header.header-type1 .header_logo a img {
  width: 96px;
}
header.header-type2 {
  text-align: left;
}
header.header-type2 .header_logo {
  margin-top: 12px;
}
header .htop {
  display: block;
  height: 40px;
}
header .htop_txt .inner {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.25px;
  padding: 7px 24px 14px;
  color: #737373;
}
header .hfilter {
  padding: 32px 0;
  background-color: #F1F3F9;
}
header .hfilter strong {
  color: #FF9B00;
}
header .hfilter strong span {
  color: #FF9B00;
}
header .hfilter :not(.filter_wrap) {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: left;
}

footer {
  padding-bottom: 140px;
}
footer * {
  word-break: keep-all;
}
footer .footer_emphasis {
  color: #FF3030;
}
footer .footer_info {
  background-color: #F5F5F5;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
footer .footer_info * {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
footer .footer_info .inner {
  padding: 25px 20px 30px;
}
footer .footer_dlbrt {
  border-bottom: 1px solid #E1E1E1;
}
footer .footer_dlbrt * {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
footer .footer_dlbrt p {
  padding: 24px 0;
}
footer .footer_desc * {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
footer .footer_desc .inner {
  padding: 50px 20px 0;
}
footer .footer_desc .footer_link {
  text-align: center;
}
footer .footer_desc .footer_link a {
  color: #222;
  display: inline-block;
  margin: 0 8px 8px 8px;
}
footer .footer_desc .footer_link a strong {
  display: inline-block;
  font-weight: 700;
  color: #FF9B00;
}
footer .footer_desc .footer_address {
  margin-top: 15px;
  color: #9F9F9F;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 24px 0;
}

.divider::before, .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #bbbbbb;
}

.divider::before {
  margin-right: 10px;
}

.divider::after {
  margin-left: 10px;
}

.divider span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.25px;
  color: #333;
}

.floating {
  overflow-x: clip;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
}
.floating .floating_preview {
  display: block;
  position: relative;
  text-align: right;
}
.floating .floating_preview button {
  position: absolute;
  right: 12px;
  bottom: 16px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #FF9B00;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.floating .floating_preview button span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #fff;
}
.floating .floating_type1 {
  display: block;
  position: relative;
  padding: 12px 20px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  font-size: 0;
}
.floating .floating_type1.is-float {
  border: 1px solid #FF0000;
}
.floating .floating_type1 > button {
  display: inline-block;
  width: calc((100% - 12px) / 2);
  height: 52px;
  border-radius: 12px;
}
.floating .floating_type1 > button span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.floating .floating_type1 > button span br {
  display: none;
}
.floating .floating_type1 > button + button {
  margin-left: 12px;
}
.floating .floating_type1 .btn_kakao {
  background-color: #FEE500;
}
.floating .floating_type1 .btn_naver {
  background-color: #03C75A;
}
.floating .floating_type1 .btn_naver span {
  color: #fff;
}
.floating .floating_type2 {
  display: block;
  position: relative;
  padding: 12px 20px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  font-size: 0;
}
.floating .floating_type2 > button {
  display: inline-block;
  height: 52px;
  border-radius: 12px;
}
.floating .floating_type2 > button span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.floating .floating_type2 > button:nth-of-type(1) {
  width: 90px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.floating .floating_type2 > button:nth-of-type(2) {
  width: calc(100% - 102px);
}
.floating .floating_type2 > button + button {
  margin-left: 12px;
}
.floating .floating_type3 {
  display: block;
  position: relative;
  padding: 12px 20px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  font-size: 0;
}
.floating .floating_type3.is-float {
  border: 1px solid #FF0000;
}
.floating .floating_type3 > button {
  display: inline-block;
  width: calc((100% - 12px) / 2);
  height: 52px;
  border-radius: 12px;
}
.floating .floating_type3 > button span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
  padding-right: 0;
  background-image: none;
}
.floating .floating_type3 > button span br {
  display: none;
}
.floating .floating_type3 > button + button {
  margin-left: 12px;
}
.floating .floating_side {
  display: none;
  text-align: right;
}
.floating .floating_side button {
  position: absolute;
  right: 20px;
  bottom: 94px;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/btn_top.svg") no-repeat;
  box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.btn_orange {
  background-color: #FF9B00;
  color: #fff !important;
}

.btn_black {
  background-color: #333;
  color: #fff !important;
}

.btn_normal {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
}

.btn_small {
  min-width: 105px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}

.btn_disabled {
  background-color: #ccc;
}

.login_area .btn_kakao {
  height: 70px;
  background-color: #FEE500;
  border-radius: 15px;
}
.login_area .btn_kakao > span {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.login_area .btn_kakao > span::before {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/logo_kakao.svg") no-repeat center center;
  background-size: 100% auto;
  content: "";
}
.login_area .btn_naver {
  height: 70px;
  background-color: #03C75A;
  border-radius: 15px;
}
.login_area .btn_naver > span {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #fff;
}
.login_area .btn_naver > span::before {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/logo_naver.svg") no-repeat center center;
  background-size: 100% auto;
  content: "";
}
.login_area .btn_certify {
  height: 70px;
  background-color: #333;
  border-radius: 15px;
}
.login_area .btn_certify > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #fff;
}

.btn_save {
  display: inline-block;
  height: 38px;
  border: 1px solid #FF9B00;
  border-radius: 10px;
}
.btn_save span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #FF9B00;
}
.btn_save:disabled {
  background-color: #ccc;
  border: none;
}
.btn_save:disabled span {
  color: #fff;
}

.btn-consult {
  display: inline-block;
  height: 38px;
  border: 1px solid #333;
  border-radius: 10px;
  background: #333;
}
.btn-consult span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #fff;
}
.btn-consult:disabled {
  background-color: #ccc;
  border: none;
}
.btn-consult:disabled span {
  color: #fff;
}

.btn_style1 {
  background-color: #FF9B00;
}
.btn_style1 span {
  padding-right: 26px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/icon_edit.svg") no-repeat;
  background-position: right center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #fff;
}
.btn_style1:disabled {
  background-color: #ccc;
}

.btn_style2 {
  background-color: #FF9B00;
}
.btn_style2 span {
  padding-right: 26px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/icon_arrow3.svg") no-repeat;
  background-position: right center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #fff;
}
.btn_style2:disabled {
  background-color: #ccc;
  cursor: auto;
}

.btn_filter {
  display: block;
  min-width: 160px;
  max-width: 100%;
  padding: 0 47px 0 16px;
  margin-top: 11px;
  line-height: 38px !important;
  border-radius: 24px;
  background: #fff url("//img.bohummall.co.kr/comparison/renew/mb/icon_down1.svg") no-repeat;
  background-position: right 18px center;
  text-align: left;
  overflow: hidden;
  word-wrap: normal;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.25px;
}
.btn_filter .filter_wrap {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.25px;
}

.btn_movelink {
  display: inline-block;
  line-height: 40px;
  padding-left: 24px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/icon_arrow2.svg") no-repeat;
  background-position: left center;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_item_search {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/icon_search.svg") no-repeat;
  font-size: 0;
  vertical-align: top;
}

.form1 {
  width: 100%;
  font-size: 0;
  text-align: left;
}

.form1 * {
  font-family: "Pretendard";
  font-weight: 500;
}

.form1 li + li {
  margin-top: 16px;
}

.form1 .form_box {
  position: relative;
  height: 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.form1 .tit label {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.25px;
  color: #737373;
}

.form1 input[type=text],
.form1 input[type=tel] {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
  background-color: #F5F5F5;
  border: 2px solid transparent;
  border-radius: 15px;
  font-size: 14px;
  outline: none;
}

.form1 input[type=text]::placeholder,
.form1 input[type=tel]::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #BBB;
}

.form1 .form_box input:active,
.form1 .form_box input:focus,
.form1 .form_box input:visited,
.form1 .form_box input:focus-within {
  border: 2px solid #FAA41A;
}

.make1 input + label {
  display: inline-block;
  position: relative;
  width: 100%;
  line-height: 48px;
  border: 2px solid transparent;
  border-radius: 15px;
  background-color: #F5F5F5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #222;
  text-align: center;
  cursor: pointer;
}
.make1 input:checked + label {
  z-index: 3;
  background-color: #FF9B00;
  color: #fff;
}

.make2 {
  display: block;
  line-height: 48px;
  background-color: #F5F5F5;
  border: 2px solid transparent;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #222;
  text-align: center;
  cursor: pointer;
}
.make2:active, .make2:visited, .make2:focus {
  background-color: #FF9B00;
  color: #fff;
}

/* 기본정보입력 : 이름 */
.form_name {
  font-size: 0;
}
.form_name .form_box_left {
  display: inline-block;
  width: calc(100% - 128px);
}
.form_name .form_box + .form_box {
  margin-left: 8px;
}
.form_name .gender_chk {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 120px;
  padding: 0;
  border: none;
  font-size: 0;
}
.form_name .gender_chk span {
  display: inline-block;
  position: relative;
  width: calc((100% - 8px) / 2);
  height: 100%;
}
.form_name .gender_chk span + span {
  margin-left: 8px;
}

/* 기본정보입력 : 인증 */
.form_num {
  font-size: 0;
}
.form_num .form_box + .form_box {
  margin-left: 8px;
}
.form_num .form_box_left {
  display: inline-block;
  width: calc(100% - 68px);
}
.form_num .form_box_right {
  display: inline-block;
  width: 60px;
}
.form_num .form_num-fix {
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 52px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.form_num input {
  padding: 0 15px 0 52px !important;
}

/* 기본정보입력 : 인증번호 */
.form_confirm {
  margin-bottom: 40px;
  font-size: 0;
}
.form_confirm .form_box + .form_box {
  margin-left: 8px;
}
.form_confirm .form_box_left {
  display: inline-block;
  width: calc(100% - 68px);
}
.form_confirm .form_box_right {
  display: inline-block;
  width: 60px;
}
.form_confirm .form_confirm-time {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 48px;
  font-size: 14px;
  color: #F79822;
}
.form_confirm .form_confirm-txt {
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: #FF0000;
  font-weight: 500;
}

/* 기본정보입력 : 보기 */
.form_bottom {
  text-align: left;
}
.form_bottom .agree_area input + label {
  display: inline-block;
  line-height: 28px;
  padding: 0 10px 0 38px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/checkbox1.svg") no-repeat 0 0;
  background-size: 28px 28px;
  color: #3E3E3E;
  cursor: pointer;
  font-size: 13px;
}
.form_bottom .agree_area input:checked + label {
  background: url("//img.bohummall.co.kr/comparison/renew/mb/checkbox1_active.svg") no-repeat 0 0;
  background-size: 28px 28px;
}
.form_bottom .agree_area a {
  display: inline-block;
  line-height: 28px;
  color: #888;
  font-size: 13px;
}

.main_top {
  display: block;
  position: relative;
  height: 282px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main_tit {
  position: absolute;
  top: 64px;
  left: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.8px;
  font-family: "JalnanGothic";
}
.main_tit span {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.8px;
  font-family: "JalnanGothic";
  color: #FF9B00;
}

.cont_tit {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.25px;
}

.cont_desc {
  margin: 12px 0 24px;
  word-break: keep-all;
  text-align: left;
  font-size: 13px;
  color: #737373;
}

.main_swiper .swiper-slide {
  min-height: 282px;
}
.main_swiper .main_pagination {
  position: absolute;
  bottom: 24px;
  left: 21px;
  z-index: 2;
}
.main_swiper .main_slide1 {
  background: linear-gradient(to bottom, #FFF1D6 270px, #fff 270px 282px);
}
.main_swiper .main_slide1::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 170px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/main_top_bg1.png") no-repeat;
  background-size: cover;
  content: "";
}
.main_swiper .main_slide2 {
  background: linear-gradient(to bottom, #F1F3F9 270px, #fff 270px 282px);
}
.main_swiper .main_slide2::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 170px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/main_top_bg2.png") no-repeat;
  background-size: 300px 170px;
  content: "";
}
.main_swiper .main_slide3 {
  background: linear-gradient(to bottom, #F1F3F9 270px, #fff 270px 282px);
}
.main_swiper .main_slide3::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 170px;
  background: url("//img.bohummall.co.kr/comparison/renew/mb/main_top_bg3.png") no-repeat;
  background-size: cover;
  content: "";
}

.main_list {
  margin-top: 48px;
}
.main_list .prd_list {
  font-size: 0;
  margin: -6px;
}
.main_list .prd_list li {
  display: inline-block;
  width: calc((100% - 36px) / 3);
  margin: 6px;
  text-align: center;
  vertical-align: top;
}
.main_list .prd_list .prd_lst {
  display: flex;
  flex-direction: initial;
  justify-content: center;
  align-items: center;
  height: 76px;
  border-radius: 12px;
  border: 2px solid #EEE;
  cursor: pointer;
}
.main_list .prd_list .prd_lst .prd_tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.main_list .prd_list .prd_lst .prd_tit br {
  display: none;
}
.main_list .prd_list input:checked + label .prd_lst {
  border: 2px solid #FF9B00;
}
.main_list .prd_list input:disabled + label .prd_lst {
  background-color: #F8F8F8;
  border: 2px solid transparent;
}
.main_list .prd_list input:disabled + label .prd_lst .prd_tit {
  color: #ccc;
}

.main_login {
  margin: 55px 0 55px;
}
.main_login .login_area {
  display: block;
  width: 100%;
  margin: 24px auto 0;
  font-size: 0;
  text-align: center;
}
.main_login .login_area button {
  display: block;
  width: 100%;
  height: 52px;
}
.main_login .login_area button + button {
  margin-top: 12px;
}

.item_wrap {
  font-size: 0;
}

.item_top {
  display: block;
  height: 130px;
  padding: 0 20px;
  border-bottom: 2px solid #F1F3F9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.item_top li {
  position: relative;
  display: inline-block;
  width: 33.333%;
  height: 100%;
  vertical-align: top;
}
.item_top li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}
.item_top li .item_total {
  margin-top: 12px;
  font-size: 0;
}
.item_top li .item_total * {
  color: #B0B0B0;
}
.item_top li .item_total strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.item_top li .item_total span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.item_top li.is_active::after {
  position: absolute !important;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: #FF9B00;
  content: "";
}
.item_top li.is_active .item_total * {
  color: #FF9B00;
}

.item_main {
  font-size: 0;
}
.item_main .item {
  width: 100%;
  padding: 30px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.item_main .item.is_show {
  display: block;
}

.item_cont {
  padding: 0 0 20px 0;
  min-height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.item_cont .item_header {
  position: relative;
  padding-bottom: 30px;
}
.item_cont .item_header .item_name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.25px;
}
.item_cont .item_header .item_flag {
  position: absolute;
  top: 1px;
  right: 0;
}
.item_cont .item_header .item_flag span {
  display: block;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  border-radius: 8px;
  background-color: #F1F3F9;
  font-size: 12px;
}
.item_cont .item_header .item_tit {
  display: inline-block;
  width: 100%;
  margin: 12px 0 11px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.25px;
}
.item_cont .item_header .item_mode {
  display: inline-block;
  font-size: 0;
  text-align: left;
}
.item_cont .item_header .item_mode span {
  position: relative;
  display: inline-block;
  line-height: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.item_cont .item_header .item_mode span:nth-of-type(1) {
  margin-right: 12px;
  padding-right: 12px;
}
.item_cont .item_header .item_mode span:nth-of-type(1)::after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #DDD;
  content: "";
}
.item_cont .item_list {
  position: relative;
  padding: 29px 0 20px;
  border-top: 1px solid #F1F3F9;
}
.item_cont .item_list * {
  letter-spacing: -0.5px;
}
.item_cont .item_list .tit {
  display: block;
  position: relative;
  font-size: 0;
}
.item_cont .item_list .tit span {
  display: inline-block;
  max-width: calc(100% - 20px);
  padding-right: 4px;
  overflow: hidden;
  word-wrap: normal;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.25px;
}

.item_list_box {
  position: relative;
}
.item_list_box::after::after {
  display: block;
  clear: both;
  content: "";
}
.item_list_box .num {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
  line-height: 32px;
  vertical-align: top;
}
.item_list_box .unit {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.25px;
  line-height: 32px;
  vertical-align: top;
}
.item_list_box .select_wrap {
  display: inline-block;
  font-size: 0;
}
.item_list_box .select_wrap .self_num {
  display: inline-block;
  position: relative;
  min-width: 40px;
  height: 32px;
  padding-right: 23px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
  line-height: 32px;
  color: #FF9B00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
}
.item_list_box .select_wrap .self_num::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -2px;
  padding: 3px;
  border-color: #FF9B00;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.item_list_box .select_wrap .self_num.is-select {
  color: #2B68EE;
}
.item_list_box .select_wrap .self_num.is-select::after {
  border-color: #2B68EE;
}
.item_list_box .select_wrap .self_unit {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.25px;
  line-height: 32px;
}
.item_list_box .amount_self {
  float: right;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.25px;
  line-height: 32px;
}

.item .item_tooltip {
  position: absolute;
  left: 120px;
  bottom: 2px;
  z-index: 0;
  width: 210px;
  padding: 0 35px 0 15px;
  background-color: #5f5f5f;
  border-radius: 4px;
  -webkit-animation: case1 1s infinite 0.8s;
  animation: case1 1s infinite 0.8s;
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.item .item_tooltip::after {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -6px;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #5F5F5F;
  border-left: 4px solid transparent;
  border-right: 4px solid #5F5F5F;
  content: "";
}
.item .item_tooltip .tooltip_close {
  display: block;
  position: absolute;
  top: 4px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(//img.bohummall.co.kr/comparison/renew/mb/icon_close3.svg) no-repeat;
  font-size: 0;
}

@keyframes case1 {
  50% {
    bottom: 5px;
  }
}
.floating .item_tooltip {
  position: absolute;
  left: calc(50% + 50px);
  top: -45px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  animation: case2 1s infinite 0.8s;
  width: max-content;
  padding: 0 35px 0 15px;
  background-color: #5F5F5F;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.floating .item_tooltip.cnsl_tooltip {
  left: 154px;
}
.floating .item_tooltip.cnsl_tooltip::after {
  left: 10%;
}
.floating .item_tooltip.cnsl_tooltip .point {
  color: #F8B500;
}
.floating .item_tooltip:not(.cnsl_tooltip) {
  left: calc(50% + 50px);
}
.floating .item_tooltip:not(.cnsl_tooltip)::after {
  left: 50%;
}
.floating .item_tooltip::after {
  display: inline-block;
  position: absolute;
  bottom: -6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #5F5F5F;
  content: "";
}
.floating .item_tooltip .tooltip_close {
  display: block;
  position: absolute;
  top: 4px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(//img.bohummall.co.kr/comparison/renew/mb/icon_close3.svg) no-repeat;
  font-size: 0;
}

@keyframes case2 {
  50% {
    top: -48px;
  }
}
.fixed_item {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 12px;
}
.fixed_item.is_topfixed {
  display: block;
}

.is_body {
  overflow: hidden;
}

.layercf {
  display: none;
  flex-direction: column;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.dim {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.94);
}

.dim_replace {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.layer_wrap {
  position: relative;
  z-index: 1;
}

.layer_body {
  padding: 24px 20px;
  overflow: auto;
}

.layer_footer {
  padding: 20px;
  margin-top: auto;
  border-top: 1px solid #F1F3F9;
}

.layer_tit1 {
  font-size: 20px;
  font-weight: 600;
}

.layer_index_tit1 {
  font-size: 24px;
  font-weight: 700;
}

.layer_tit2 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 600;
}

.layer_tit2 span {
  font-size: 20px;
  font-weight: 500;
  color: #FF9B00;
}

.layer_tit3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

.layer_txt1 {
  font-size: 16px;
  font-weight: 500;
}

.layer_txt2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.25px;
  color: #737373;
}

.layer_header {
  display: flex;
  flex-direction: initial;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px 14px 20px;
  border-bottom: 1px solid #F1F3F9;
}
.layer_header .layer_title {
  width: calc(100% - 30px);
  text-align: left;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.layer_header .layer_close {
  width: 30px;
  height: 30px;
  background: url(//img.bohummall.co.kr/comparison/renew/mb/icon_close2.svg) no-repeat center;
  font-size: 0;
  cursor: pointer;
}

.layer-show {
  display: block !important;
}

.layer-loading .dim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.layer-loading .layer_tit1 {
  margin: 15px 0 10px;
}
.layer-loading .layer_msg1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  color: #737373;
}
.layer-loading .layer_index_msg1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin: 16px 0;
  color: #737373;
}
.layer-loading .icon-spinner {
  width: 96px;
  animation: spinner 1s infinite linear;
}
@keyframes spinner {
  100% {
    transform: rotate(1turn);
  }
}

/* layer-login */
.layer-login .dim {
  background-color: #fff;
}
.layer-login .layer_wrap {
  display: flex;
  flex-direction: column;
  justify-content: initial;
  align-items: initial;
  width: 100%;
  height: 100%;
}

.layer-cnsl-login .main-form--snslogin {
  margin-top: 24px;
}
.layer-cnsl-login .login-sns {
  font-size: 0;
}
.layer-cnsl-login .login-sns button {
  width: calc((100% - 12px) / 2);
  height: 52px;
}
.layer-cnsl-login .login-sns > button + button {
  margin-left: 12px;
}

.layer-cnsl .layer_wrap {
  position: fixed;
  border-radius: 16px 16px 0 0;
  bottom: 0;
}
.layer-cnsl .layer_wrap .layer_header {
  border: none;
}
.layer-cnsl .layer_wrap .layer_body {
  padding: 12px 20px;
}
.layer-cnsl .layer_wrap .layer_footer {
  margin-top: 0;
  padding: 12px 20px;
  border-top: none;
}
.layer-cnsl .dim {
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-cnsl .layer_wrap {
  height: 213px;
  background: #fff;
}

.layer-again {
  text-align: center;
}
.layer-again .dim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.layer-again .layer_txt1 {
  margin: 15px 0;
}

.layer-confirm {
  text-align: center;
}
.layer-confirm img {
  display: block;
  margin: 10px auto;
}
.layer-confirm .layer_msg1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-top: 10px;
  color: #737373;
}
.layer-confirm .dim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.layer-preview .dim {
  background-color: #333;
}
.layer-preview .preview_header {
  display: flex;
  flex-direction: initial;
  justify-content: space-between;
  align-items: center;
  padding: 28px 20px;
}
.layer-preview .preview_title {
  width: calc(100% - 30px);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: left;
  color: #fff;
}
.layer-preview .preview_close {
  width: 30px;
  height: 30px;
  background: url(//img.bohummall.co.kr/comparison/renew/mb/icon_close.svg) no-repeat center;
  background-size: 14px auto;
  font-size: 0;
  cursor: pointer;
}
.layer-preview .preview_swiper.swiper {
  width: 100%;
  height: calc(100vh - 172px);
}
.layer-preview .preview_swiper .swiper-slide {
  display: flex;
  flex-direction: initial;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 300px;
  text-align: center;
  font-size: 18px;
}
.layer-preview .preview_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.layer-filter .dim {
  display: flex;
  flex-direction: initial;
  justify-content: initial;
  align-items: end;
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-filter .layer_wrap {
  width: 100%;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.layer-filter .prd_list {
  font-size: 0;
  margin: -8px;
}
.layer-filter .prd_list li {
  display: inline-block;
  width: calc((100% - 48px) / 3);
  margin: 8px;
  vertical-align: top;
}
.layer-filter .prd_list .prd_lst {
  display: flex;
  flex-direction: initial;
  justify-content: center;
  align-items: center;
  height: 65px;
  border-radius: 12px;
  border: 2px solid #EEE;
  cursor: pointer;
}
.layer-filter .prd_list .prd_lst .prd_tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.layer-filter .prd_list .prd_lst .prd_tit br {
  display: none;
}
.layer-filter .prd_list input:checked + label .prd_lst {
  border: 2px solid #FF9B00;
}
.layer-filter .prd_list input:disabled + label .prd_lst {
  background-color: #F8F8F8;
  border: 2px solid transparent;
}
.layer-filter .prd_list input:disabled + label .prd_lst .prd_tit {
  color: #ccc;
}

.layer-detail .dim {
  display: flex;
  flex-direction: initial;
  justify-content: initial;
  align-items: end;
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-detail .layer_wrap {
  width: 100%;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.layer-detail .layer_body {
  max-height: 493px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layer-detail .detail_box {
  padding-bottom: 24px;
}
.layer-detail .detail_box dl {
  display: flex;
  flex-direction: initial;
  justify-content: center;
  align-items: center;
  height: 52px;
  background-color: #FFF1D6;
  border-radius: 10px;
}
.layer-detail .detail_box dt {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.layer-detail .detail_box span {
  vertical-align: text-bottom;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.layer-detail .detail_area .detail_list + .detail_list {
  margin-top: 30px;
}
.layer-detail .detail_area .head .tit {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.layer-detail .detail_area .head .option {
  display: block;
  margin: 3px 0 5px;
  color: #FF9B00;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.layer-detail .detail_area .cont .txt {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.layer-amount .dim {
  display: flex;
  flex-direction: initial;
  justify-content: initial;
  align-items: end;
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-amount .layer_wrap {
  width: 100%;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.layer-amount .layer_body {
  max-height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layer-amount .amount_list {
  font-size: 0;
  margin: 0 -8px;
}
.layer-amount .amount_list li {
  display: inline-block;
  width: calc((100% - 48px) / 3);
  margin: 0 8px;
  text-align: center;
  vertical-align: top;
}
.layer-amount .amount_list .amount_lst {
  display: flex;
  flex-direction: initial;
  justify-content: center;
  align-items: initial;
  height: 72px;
  padding-top: 14px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.layer-amount .amount_list .amount_lst .amount_tit {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.layer-amount .amount_list .amount_lst .amount_tit span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.layer-amount .amount_list input:checked + label .amount_tit {
  font-weight: 600;
  color: #FF9B00;
}
.layer-amount .amount_list input:checked + label .amount_tit span {
  color: #FF9B00;
}

.layer-do {
  text-align: center;
}
.layer-do .dim {
  display: flex;
  flex-direction: initial;
  justify-content: initial;
  align-items: end;
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-do .layer_wrap {
  width: 100%;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.layer-do .layer_btn_wrap {
  margin-bottom: 12px;
}
.layer-do .layer_btn_wrap button {
  display: block;
  width: 100%;
}
.layer-do .layer_btn_wrap button + button {
  margin-top: 15px;
}
.layer-do .btn_kakao {
  height: 52px;
  background-color: #FEE500;
  border-radius: 12px;
}
.layer-do .btn_kakao > span {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.layer-do .btn_kakao > span::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(//img.bohummall.co.kr/comparison/renew/mb/logo_kakao.svg) no-repeat center center;
  background-size: 100% auto;
  content: "";
}
.layer-do .btn_sms {
  height: 52px;
  background-color: #2D9AFF;
  border-radius: 12px;
}
.layer-do .btn_sms > span {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: #fff;
}
.layer-do .btn_sms > span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(//img.bohummall.co.kr/comparison/renew/mb/logo_sms.svg) no-repeat center center;
  background-size: 100% auto;
  content: "";
}

.layer-system {
  min-width: 320px;
  background-color: #F8F1E8;
}
.layer-system .system_inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 16px;
}
.layer-system .system_header {
  display: flex;
  flex-direction: initial;
  justify-content: space-between;
  align-items: center;
  height: 56px;
}
.layer-system .system_header .system_call {
  padding-left: 16px;
  background: url(//img.bohummall.co.kr/comparison/renew/mb/icon_call.svg) no-repeat left center;
  font-size: 16px;
  font-weight: 700;
  color: #FF7A00;
}
.layer-system .system_top h3 {
  padding: 16px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.layer-system .system_body {
  margin: 20px 0 36px;
}
.layer-system .system_body .system_item {
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 15px;
}
.layer-system .system_body .system_item + .system_item {
  margin-top: 16px;
}
.layer-system .system_body .system_item .system_item_logo img {
  height: 35px;
}
.layer-system .system_body .system_item .system_item_tit {
  display: block;
  margin: 12px 0;
  overflow: hidden;
  word-wrap: normal;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.layer-system .system_body .system_item .system_item_total strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #FF9B00;
}
.layer-system .system_body .system_item .system_item_total em {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #999;
}
.layer-system .system_footer {
  padding: 36px 0;
  background-color: #F1F3F9;
}
.layer-system .system_footer h3 {
  padding: 0 0 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.layer-system .system_footer .system_noti li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.layer-system .system_footer .system_noti li + li {
  margin-top: 16px;
}
.layer-system .system_footer .system_noti li::before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
  content: "";
}

.wrap-step3 .item_cont .item_list .tit span {
  max-width: 70%;
}

@media screen and (min-width: 720px) {
  .footer_info .br {
    display: none;
  }
  .layer-preview .preview_swiper .swiper-slide {
    max-width: 400px;
    width: 45%;
  }
}
@media screen and (max-width: 360px) {
  .main_tit {
    font-size: 22px;
  }
  .main_tit span {
    font-size: 22px;
  }
  .item_top li .item_total {
    margin-top: 12px;
  }
  .item_top li .item_total strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.25px;
  }
  .item_top li .item_total span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }
  .main_list .prd_list input + label .prd_lst .prd_tit br {
    display: block;
  }
  .layer-filter .prd_list input + label .prd_lst .prd_tit br {
    display: block;
  }
  .floating .floating_type2 > button:nth-of-type(1) {
    width: 75px;
  }
  .floating .floating_type2 > button:nth-of-type(2) {
    width: calc(100% - 87px);
  }
}

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