@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(../fonts/Roboto/font_roboto.css);
@import url(../fonts/notoSansKr/css/noto-sans-korean.css);
@import url(../fonts/NanumGothic/NanumGothic.css);
@import url(../fonts/NanumSquare/nanumsquare.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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Welcome', 'Roboto', 'Noto Sans KR', 'Nanum Gothic', sans-serif;
  vertical-align: baseline;
  letter-spacing: -0.8px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

@font-face {
  font-family: 'Welcome';
  font-weight: 700;
  src: url(../fonts/welcome/welcome_Bold.woff2) format('woff2');
  src: url(../fonts/welcome/welcome_Bold.woff) format('woff');
  src: url(../fonts/welcome/welcome_Bold.otf) format('woff');
}
@font-face {
  font-family: 'Welcome';
  font-weight: 400;
  src: url(../fonts/welcome/welcome_Regular.woff2) format('woff2');
  src: url(../fonts/welcome/welcome_Regular.woff) format('woff');
  src: url(../fonts/welcome/welcome_Regular.otf) format('opentype');
}
.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.eb {
  font-weight: 900;
}

/*반응형 화면 크기*/
.inner {
  position: relative;
  width: 100%;
  padding: 0 28.5px;
  box-sizing: border-box;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.eb {
  font-weight: 900;
}

@keyframes highlight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes btnScale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes arrowMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(3px);
  }
}
.red {
  color: #e10317;
}

.header {
  /* position: absolute; */
  padding-top: 23.5px;
  width: 100%;
  box-sizing: border-box;
}
.header .inner {
  display: flex;
  justify-content: space-between;
}
.header__tel {
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  background: #181f2e;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 15px;
}
.header__tel img {
  width: 20px;
  height: 20px;
  margin-right: 7.5px;
}

.visual {
  /* background: url('../images/visual_bg.png') no-repeat;
  background-size: 100%;
  padding-top: 31vh; */
}
.visual .inner {
  margin-top: 60px;
  padding-bottom: 30px;
}
.visual__bg {
  width: 100%;
}
.visual__title {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: -1px;
  line-height: 1.25;
}
.visual__list {
  position: relative;
  padding: 0 25px;
}
.visual__list::before {
  content: '';
  display: block;
  position: absolute;
  width: 192px;
  height: 200.5px;
  background: url('../images/visual_img.png') no-repeat;
  background-size: 100%;
  right: 0;
  top: -172px;
}
.visual__item {
  position: relative;
  font-size: 22.5px;
  font-weight: bold;
}
.visual__item:not(:last-child) {
  padding: 37.5px 0 27.5px 71px;
  border-bottom: 1px solid #e5e5e5;
}
.visual__item .visual__item--icon {
  left: 9px;
}
.visual__item:not(:last-child) .visual__item--icon {
  top: 26px;
}
.visual__item:last-child {
  padding: 20px 0 20px 71px;
}
.visual__item:last-child .visual__item--icon {
  top: 18px;
}
.visual__item:nth-child(1) .visual__item--icon {
  width: 42.5px;
}
.visual__item:nth-child(2) .visual__item--icon {
  width: 39px;
}
.visual__item:nth-child(3) .visual__item--icon {
  width: 47.5px;
}
.visual__item .fs-24 {
  font-size: 24px;
}
.visual__item--icon {
  position: absolute;
  left: 0;
}
.visual__item--icon img {
  width: 100%;
}
.visual__sub_list {
  margin-top: 10px;
}
.visual__sub_item {
  font-size: 17px;
  font-weight: 400;
}
.visual__sub_item:not(:first-child) {
  margin-top: 7px;
}
.visual__sub_item .fs-16 {
  font-size: 16px;
}
.visual__info {
  font-size: 12px;
  color: #7f7f7f;
  margin-top: 10px;
  line-height: 1.3;
  transform: rotate(0.04deg);
}
.visual__anchor {
  margin-top: 25px;
  display: block;
  padding: 20px 0px 15px;
  text-align: center;
  background: #e10317;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  transform: rotate(0.04deg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.visual__anchor img {
  /* max-width: 346px;
  width: 100%; */
  width: 77.53%;
  animation: 0.7s btnScale 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 2;
  -webkit-animation: 0.7s btnScale 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 2;
}
.visual__btn_arrow {
  margin: 18px auto 15px;
  display: block;
  width: 40px;
  height: 40px;
  animation: 1.5s arrowMove cubic-bezier(0.17, 0.67, 0.83, 0.67) infinite;
  -webkit-animation: 1.5s arrowMove cubic-bezier(0.17, 0.67, 0.83, 0.67)
    infinite;
}
.visual__btn_arrow img {
  width: 100%;
}
.visual__btn_arrow--img.two {
  margin-top: -5px;
}

.benefit {
  /* background: #fff; */
  /* padding: 15px; */
  /* border-radius: 5%; */
  /* box-shadow: 0px 3px 7px 4px rgba(0, 0, 0, 0.05); */
}
.benefit__title--img {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  max-width: 337.5px;
  width: 100%;
}
.benefit__title {
  text-align: center;
  font-size: 30px;
}
.benefit__title--p {
  margin-top: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit__arrow {
  width: 20px;
  vertical-align: middle;
}
.benefit__arrow.one {
  margin-left: 4px;
}
.benefit__arrow.two {
  margin-left: 4px;
}
.benefit__img {
  width: 100%;
  box-shadow: 0px 3px 7px 4px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.benefit__box {
  margin-top: -4px;
  padding: 35px 15px 47px;
  background: #fff;
}
.benefit__item {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 700;
}
.benefit__item:not(:first-child) {
  margin-top: 30px;
}
.benefit__item::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 20px;
  height: 18.5px;
  background: url('../images/ic_check.png') no-repeat center center;
  background-size: 100%;
}
.benefit__item .fs-16 {
  font-size: 16px;
}
.benefit__item--sub {
  font-size: 13.5px;
  font-weight: 400;
  margin-top: 8px;
}
.benefit__item--sub2 {
  margin-top: 8px;
  margin-left: 42px;
}

.info {
  margin-top: 10px;
}
.info__item {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  padding: 35px 0 25px;
}
.info__item:not(:last-child) {
  border-bottom: 1px solid #c4c5c6;
}
.info__item img {
  display: block;
  margin: 38px auto 0;
}
.info__item:nth-child(1) img {
  width: 246.5px;
}
.info__item:nth-child(2) img {
  width: 264px;
}
.info__item:nth-child(3) img {
  width: 227px;
}
.info__item .red {
  font-size: 27px;
  color: #e10317;
}

.product {
  padding: 32.5px 0 47.5px;
}
.product__img {
  width: 100%;
}
.product .inner,
.notice .inner {
}
.product__title {
  font-size: 21px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.product__item::after {
  content: '';
  display: block;
  clear: both;
}
.product__item--title {
  font-weight: 700;
  font-size: 14px;
  color: #666666;
  float: left;
}

.product__list.two {
  margin-top: 20px;
}
.product__list.two li {
  /* display: flex; */
}
.product__list.two .product__item--title {
  width: 100px;
  margin-top: 2px;
}
.product__list.two .product__item--content {
  margin-top: 0;
  float: left;
  width: calc(100% - 100px);
}
.product__item--content {
  font-size: 13.5px;
  color: #666666;
  margin-top: 7px;
  line-height: 1.3;
}
.product__list--wrap {
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin-top: 18.5px;
}
.product__list {
  margin-top: 8px;
  /* width: 50%; */
}
.product__list.one li:not(:first-child) {
  margin-top: 20px;
}
.product__list.two li:not(:first-child) {
  margin-top: 12.5px;
}
.product__item .small {
  font-size: 18px;
}

.notice {
  padding: 20px 0 45px;
  background: #e9eaeb;
}
.notice__title {
  font-weight: 700;
  font-size: 14px;
  color: #2f2f2f;
  margin-bottom: 17px;
}
.notice__list2 {
  margin-top: 22.5px;
}
.notice__list2 .notice__item::before {
  content: '';
}
.notice__item {
  position: relative;
  padding-left: 5px;
  color: #454646;
  font-size: 11px;
  transform: rotate(0.04deg);
  line-height: 1.4;
}
.notice__item:not(:first-child) {
  margin-top: 5px;
}
.notice__item::before {
  content: '·';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.visual__box {
  width: 100%;
  margin-top: 90px;
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}
.floating {
  display: none;
  height: 70px;
  width: 100%;
  position: fixed;
  bottom: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  z-index: 5;
}
.floating__connect--btn,
.floating__apply--btn {
  display: flex;
  width: 50%;
  height: 70px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-family: 'Welcome';
  font-weight: 700;
  transform: rotate(0.04deg);
  letter-spacing: -0.8px;
}
.floating__connect--btn {
  background: #e10317;
}
.floating__connect--btn img {
  width: 20px;
  margin-left: 8px;
  margin-top: -5px;
}

.floating__apply--btn {
  background: #c00000;
}
.none {
  display: none !important;
}
body {
  padding-bottom: 70px;
}
.benefit__img1 {
  display: block;
  margin: 0 auto;
  width: 96.52%;
}
.top__btn {
  display: none;
  position: fixed;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
  z-index: 10;
  bottom: 85px;
  right: 15px;
  padding: 0;
  z-index: 100;
  background: #181f2e;
}
.top__btn img {
  width: 20px;
}
.header__logo--img {
  width: 118.5px;
}
.silver_bg {
  background: #f5f6f8;
  padding: 25px 0 35px;
}
.benefit__img--box {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.benefit__img--box img {
  display: block;
  margin: 17px auto 0;
  max-width: 298px;
  width: 100%;
}
.benefit__condition_list {
  margin-top: 20px;
}
.benefit__condition_item:not(:first-child) {
  margin-top: 20px;
}
.benefit__condition_item > * {
  float: left;
}
.benefit__condition_item--title {
  font-size: 18px;
  font-weight: 700;
  padding-right: 12px;
  margin-right: 10px;
  position: relative;
  width: 45px;
  box-sizing: border-box;
}
.benefit__condition_item--title::after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 13px;
  background: #000;
  right: 0;
  top: 1px;
}
.benefit__condition_item--content {
  /* width: calc(100% - 45px); */
  font-size: 18px;
  line-height: 1.2;
}
.benefit__condition_item--content .grey {
  color: #666666;
  font-size: 13px;
  margin-top: 13px;
}
.info__item--info {
  margin-top: 5px;
  color: #626263;
  font-size: 13px;
  font-weight: 400;
}
.info__item--info.m-t-20 {
  margin-top: 20px;
}
.clear::after {
  content: '';
  display: block;
  clear: both;
}

/* 220609 신규하우스론 수정 */
.visual__img {
  width: 100%;
  margin-left: -1%;
  display: block;
  margin: 0 auto;
}
.benefit__info {
  width: 100%;
}
.notice__img {
  width: 96%;
}
/*# sourceMappingURL=index.css.map */
