@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;
}
.section1 .inner,
.section2 .inner,
.section3 .inner,
.section4 .inner,
.section5 .inner {
  /*padding-bottom: 180px;
  */
  width: 100%;
  max-width: 905px;
  max-height: 891px;
  /* background: blue; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section6 .inner{
  width: 100%;
  max-width: 905px;
  height: auto;


  /* background: blue; */
  position: absolute;
  left: 50%;
  top: 35%;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.animation_wrapper{
  width: 100%;
  max-width: 1000px;
  height: 507px;

  position: absolute;
  left: 50%;
  top: 40%;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section2_wrapper{
  width: 100%;
  max-width: 900px;
  height: 420px;

  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);

  

  .item_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    
    

    .item_content{
      box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
      background-color: white;
      border: 1px solid white;
      border-radius: 28px;
      align-content: center;
      text-align: center;
      
      width: 33%;
      height: 400px;
      margin-left: 11px;
      margin-right: 11px;

      .item_title{
        text-align: center;
        font-size: 30px;
        color: #333333;
        font-weight: 700;
        margin-bottom: 20px;
      }
      img{
        width: calc(100% - 55px);
        aspect-ratio: 230/278;
        /* width: 230px;
        height: 278px;; */
      }
    }
    
  }
}








/*반응형 화면 크기*/
.inner {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
.product .inner,
.notice .inner {
  width: 900px;
}
.red {
  color: #e10317;
}

.divider {
  height: 2px;
  background: black;
  width: 100%;
  margin-bottom: 33px;
  margin-top: 16px;
}

.info_container{
  display: flex;
  justify-content: space-between;
  height: auto;

  .info_content{
    width: 50%;
    display: grid;
    .text_container{
      margin-top: 30px;

      display: flex;
      .info_title {
        font-size: 100%;
        font-weight: bold;
        color:#666666;
        line-height: 26px;
        width: 27%;
      }
      .info_sub {
        width: 73%;
        font-size: 100%;
        font-weight: 300;
        line-height: 26px;
        color:#666666
      }
    }


  }
}

.title_wrapper{
  display: grid;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  left: 50%;
  top: 15%;
  .top_title{
    text-align: center;
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 18px;
  }
  .bottom_title{
    text-align: center;
    color: #333333;
    font-size: 45px;
    font-weight: 700;
  }
}


.notice_container{

  display: flex;
  justify-content: space-between;

  .notice_content{
    width: 50%;
    display: grid;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color:#666666;
  }

  .notice_content2{
    margin-top: 48px;
    width: 50%;
    display: grid;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color:black;
  }

}


.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: translate(-50%, 3px);
    -webkit-transform: translate(-50%, 3px);
    -moz-transform: translate(-50%, 3px);
    -ms-transform: translate(-50%, 3px);
    -o-transform: translate(-50%, 3px);
  }
}
.section.grey {
  /* background: #f5f6f8; */
}
.section .fp-tableCell {
  display: block;
}
.section .inner {
  height: 100%;
  /*display: flex;*/
  justify-content: center;
  flex-direction: column;
}

.header__logo--anchor {
  display: block;
  width: 17vh;
  height: 8vh;
  /* background: lavender;
  opacity: 0.8; */
}
.header {
  width: 103vh;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 10;
  top: 3%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-top: 23px;
}
.header .inner {
  width: 100%;
  max-width: 905px;
}
.header__tel {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  background: #181f2e;
  padding: 8px 18px 8px 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
}
.header__tel img {
  margin-right: 8px;
}

.apply__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87vh;
  height: 10vh;
  border-radius: 5px;
  text-align: center;
  line-height: 75px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
  position: absolute;
  left: 50%;
  bottom: 16.5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: #e10317;
  /* opacity: 0.8; */
}
.apply__anchor img {
  height: 30px;
  /* width: 53%; */
  /* display: none; */
}
@keyframes btnScaleHover {
  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);
  }
}
.apply__anchor:hover img {
  animation: btnScaleHover 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 2 !important;
  -webkit-animation: btnScaleHover 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 2 !important;
}

.visual__title {
  font-size: 72px;
  font-weight: 700;
}
.visual__list {
  margin-top: 30px;
  width: 590px;
  padding: 20px 45px 15px;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.visual__list::before {
  content: '';
  display: block;
  position: absolute;
  width: 384px;
  height: 401px;
  background: blue;
  right: -430px;
  background: url('../images/visual_img.png') no-repeat;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.visual__item {
  padding: 13px 10px 17px 90px;
  line-height: 46px;
  font-size: 34px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.visual__item:nth-child(1) {
  background: url('../images/visual_ic1.png') no-repeat left;
}
.visual__item:nth-child(2) {
  background: url('../images/visual_ic2.png') no-repeat left;
}
.visual__item:nth-child(3) {
  background: url('../images/visual_ic3.png') no-repeat left top 13px;
}
.visual__item .big {
  font-size: 40px;
  vertical-align: middle;
}
.visual__item .small {
  font-size: 22px;
  /* vertical-align: middle; */
}
.visual__item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.visual__item--info {
  margin-top: 5px;
  font-size: 15px;
  color: #a1a1a1;
  font-weight: 400;
  transform: rotate(0.04deg);
  -webkit-transform: rotate(0.04deg);
  -moz-transform: rotate(0.04deg);
  -ms-transform: rotate(0.04deg);
  -o-transform: rotate(0.04deg);
  line-height: 1;
}
.visual__list1 {
  margin-top: 5px;
}
.visual__item1 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
.visual__btn--box {
  width: 585px;
}
.visual .apply__anchor img {
  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__next--btn {
  display: block;
  animation: arrowMove 1s infinite;

  display: block;
  animation: arrowMove 1s infinite;
  width: 3.5vh;
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  -webkit-animation: arrowMove 1s infinite;
}
.visual__next--btn img {
  width: 100%;
}
.section2 .inner {
  display: flex;
  align-items: center;
}

.benefit__title--box {
  text-align: center;
}
.benefit__title {
  margin: 0 auto;
}
.benefit__subtitle {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -2px;
}
.benefit__subtitle2 {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
}
.benefit__subtitle--arrow {
  vertical-align: middle;
}
.benefit__img {
  margin-top: 20px;
}
.benefit__table {
  margin-top: 6px;
}
.benefit__table--th,
.benefit__table--td {
  padding: 9px 0;
}
.benefit__table--th {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding-left: 45px;
}
.benefit__table--th::before {
  content: '';
  display: block;
  width: 25px;
  height: 24px;
  background: url('../images/check.png') no-repeat;
  left: 0;
  top: 0px;
  position: absolute;
}
.benefit__table--td {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  padding-left: 5px;
}
.benefit__table--td .small {
  font-size: 24px;
}
.benefit__table--td .regular {
  font-weight: 400;
}
.benefit__table--td .middle {
  vertical-align: middle;
}
.benefit .apply__anchor {
  margin: 25px auto 0;
}

.info.inner {
  align-items: center;
  padding-top: 35px;
}
.info__title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 30px;
}
.info__title .big {
  font-size: 48px;
}
.info__title .small {
  font-size: 32px;
}
.info__img {
  margin-top: 55px;
}
.info .apply__anchor {
  margin-top: 35px;
}
.info__title--notice {
  font-size: 22px;
  color: #878787;
  font-weight: 400;
  margin-top: 15px;
}

.product {
  background: #ffffff;
  padding: 52px 0;
  min-height: 70vh !important;
  /*height: 100vh !important;*/
}

.product .inner {
  width: 900px;
  height: 50vh !important;

}

.product__title {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}
.product__content {
  margin-top: 45px;
  display: flex;
}
.product__list.one {
  width: 425px;
}
.product__list.two {
  padding-left: 40px;
}
.product__list.two .product__item:not(:first-child) {
  margin-top: 20px;
}
.product__item {
  display: flex;
}
.product__item.column {
  display: block;
}
.product__item.column .product__item--content {
  margin-top: 18px;
}
.product__item:not(:first-child) {
  margin-top: 26px;
}
.product__item--title {
  font-size: 17px;
  font-weight: 700;
  color: #666666;
  width: 132px;
  transform: rotate(0.04deg);
  -webkit-transform: rotate(0.04deg);
  -moz-transform: rotate(0.04deg);
  -ms-transform: rotate(0.04deg);
  -o-transform: rotate(0.04deg);
}
.product__item--content {
  font-size: 17px;
  color: #666666;
  font-weight: 400;
  line-height: 1.3;
  transform: rotate(0.04deg);
  -webkit-transform: rotate(0.04deg);
  -moz-transform: rotate(0.04deg);
  -ms-transform: rotate(0.04deg);
  -o-transform: rotate(0.04deg);
}

.notice {
  background: #e9eaeb;
  padding: 38px 45px;
}
.notice .inner {
}
.notice__list.dot .notice__item {
  position: relative;
  padding-left: 6px;
}
.notice__list.dot .notice__item::before {
  content: '·';
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}

.notice__item {
  color: #454646;
  font-size: 14px;
  font-weight: 400;
  transform: rotate(0.04deg);
  line-height: 1.4;
}
.notice__item:not(:first-child) {
  margin-top: 5px;
}
.notice__box {
  display: flex;
  justify-content: space-between;
}
.notice__box:not(:first-child) {
  margin-top: 30px;
}
.notice__list:first-child {
  /* background: red; */
  width: 430px;
}
.notice__list:last-child {
  width: calc(100% - 381px);
  padding-left: 35px;
}
#fp-nav ul li a span {
  background: #000;
  opacity: 0.2;
}

#fp-nav ul li a.active span {
  background: #e10317;
  opacity: 1;
  width: 9px;
  height: 9px;
}
#fp-nav {
  bottom: 90px;
  top: inherit;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#fp-nav ul {
  display: flex;
  bottom: 88px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  width: 0;
  height: 0;
}
.benefit__box {
  margin-top: 55px;
  /* padding: 25px 68px 25px;
  background: #fff;
  width: 900px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-sizing: border-box;
  margin-top: 60px; */
}
.benefit__info {
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.benefit__title--img {
  text-align: center;
  width: 600px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.benefit__list {
  margin-top: 25px;
}
.benefit__item {
  display: flex;
  align-items: center;
}
.benefit__item--title {
  font-size: 26px;
  font-weight: 700;
  padding-right: 13px;
  margin-right: 13px;
  position: relative;
  width: 62px;
  box-sizing: border-box;
}
.benefit__item--title::after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 18px;
  background: #000000;
  right: 0;
  top: 3px;
}
.benefit__item--content {
  font-size: 26px;
}
.benefit__item--content .grey {
  font-size: 18px;
  color: #666666;
}
.benefit__item:not(:first-child) {
  margin-top: 20px;
}
.visual__info {
  width: 1012px;
  margin-left: -10px;
}
/*# sourceMappingURL=index.css.map */
/* .section1 .inner {
  background: url('../images/section1_1.png') no-repeat center center;
  background-size: auto 100%;
}
.section2 .inner {
  background: url('../images/section2_1.png') no-repeat center center;
  background-size: auto 100%;
}
.section3 .inner {
  background: url('../images/section3_1.png') no-repeat center center;
  background-size: auto 100%;
}
.section4 .inner {
  background: url('../images/section4_1.png') no-repeat center center #f5f6f8;
  background-size: auto 100%;
}
.section5 .inner {
  background: url('../images/section5_1.png') no-repeat center center;
  background-size: auto 100%;
} */
.footer {
  /* background: url('../images/footer.png') no-repeat center center;
  background-size: auto 100%; */
}
@media (max-width: 550px) {
  /* .visual__next--btn {
    width: 20px;
  }
  .visual__next--btn img {
    width: 100%;
  } */
}
.section1 {
  background: url('../images/section01.png?v=230811') no-repeat center center;
  background-size: auto 100%;
}
.section2 {
  background: url('../images/section02.png') no-repeat center center #f5f6f8;
  background-size: auto 100%;
  background-color: #f4f3f4;
}
.section3 {
  background: url('../images/section03.png') no-repeat center center #f5f5f8;
  background-size: auto 100%;
}
.section4 {
  background: url('../images/section04.png') no-repeat center center;
  background-size: auto 100%;
}
.section5 {
  background: url('../images/section05.png') no-repeat center center;
  background-size: auto 100%;
}
