@charset "UTF-8";

@font-face {
  font-family: S-CoreDream;
  src: url(../fonts/S-CoreDream-1Thin.woff) format("woff");
  font-weight: 100
}

@font-face {
  font-family: S-CoreDream;
  src: url(../fonts/S-CoreDream-4Regular.woff) format("woff");
  font-weight: 400
}

@font-face {
  font-family: S-CoreDream;
  src: url(../fonts/S-CoreDream-5Medium.woff) format("woff");
  font-weight: 600
}

body {
  font-family: S-CoreDream, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #888;
  line-height: 1.5em;
  text-align: center;
  word-break: keep-all
}

strong {
  font-weight: 500
}

a {
  color: #0418a3;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s
}

a:focus,
a:hover {
  color: #0418a3;
  text-decoration: none
}

h1,
h2 {
  margin-top: 10px;
  font-size: 3.438rem;
  font-weight: 100;
  color: #555;
  line-height: 1.3em;
  font-weight: lighter;
  letter-spacing: -.08em;
  margin-top: -2px
}

@media (max-width:1200px) {

  h1,
  h2 {
    font-size: calc(1.4688rem + 2.6256vw)
  }
}

h1 span,
h2 span {
  font-weight: 400
}

h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px
}

h3 span {
  font-weight: 400
}

h4 {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 26px
}

p {
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.1em
}

img {
  max-width: 100%
}

.navbar {
  display: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  z-index: 10;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden
}

.navbar .nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px;
  width: 100%
}

.navbar .nav .btn {
  margin: 0;
  border-radius: 100px;
  font-size: 1.125rem;
  letter-spacing: -.09em;
  background-color: #0418a3;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff
}

.navbar .nav .btn:active,
.navbar .nav .btn:focus {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.navbar-brand {
  display: block;
  margin: 0
}

.navbar-brand img {
  height: 36px
}

.navbar-main .navbar-brand {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.navbar-sub {
  background-color: transparent
}

.navbar-sub .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-sub .nav .navbar-brand {
  position: relative;
  display: block;
  left: 0;
  -webkit-transform: none;
  transform: none;
  z-index: 10;
  margin-top: 2px
}

.navbar-sub .nav .title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  font-size: 1.2rem;
  color: #fff
}

.navbar-sub .nav .btn {
  position: relative;
  z-index: 10;
  padding-left: 15px;
  padding-right: 16px
}

.navbar-faq {
  background-color: #0418a3
}

.navbar-faq+.content {
  margin-top: 86px
}

.navbar-faq .nav .navbar-brand {
  position: relative;
  display: block;
  left: 0;
  -webkit-transform: none;
  transform: none
}

.navbar-faq .nav span {
  font-size: 1.2rem;
  color: #fff
}

.navbar-faq .nav .btn {
  background-color: #fff;
  color: #0418a3;
  padding-left: 15px;
  padding-right: 16px
}

.navbar.topBannerOpen #topBanner {
  display: block
}

.navbar.navSticky {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}

.navbar.navSticky.topBannerOpen #topBanner {
  display: none !important
}

.navbar.navSticky .nav {
  background-color: #fff
}

.navbar.navSticky .nav span {
  color: #0418a3 !important
}

.navbar.navSticky .nav .btn {
  background-color: #0418a3;
  color: #fff
}

.navbar .topbanner-container {
  display: none;
  position: relative;
  min-height: auto;
  width: 100%
}

.navbar .topbanner-container.bg-primary a {
  color: #fff
}

.navbar .topbanner-container.bg-primary .btn-banner-close i {
  color: #fff
}

.navbar .topbanner-container img {
  height: 40px;
  margin-right: 5px
}

.navbar .topbanner-container .btn-banner-close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-53%);
  transform: translateY(-53%);
  font-size: 1.3rem;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.navbar .topbanner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  height: 100%;
  padding: 20px
}

.navbar .topbanner-wrap .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.open-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px
}

.open-menu.scroll .icon div {
  background-color: #0418a3
}

.open-menu .icon {
  display: block;
  height: 20px;
  position: relative;
  width: 26px;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0)
}

.open-menu .icon div {
  background-color: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: backgound .5s;
  transition: backgound .5s
}

.open-menu .icon div.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left .5s;
  transition: left .5s
}

.open-menu .icon div.bottom {
  bottom: 0
}

.open-menu.active .icon {
  display: block;
  height: 20px;
  position: relative;
  width: 26px;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0)
}

.open-menu.active .icon div {
  background-color: #0418a3
}

.open-menu.active .icon div.middle {
  left: -2px
}

@media (max-width:575px) {
  .navbar .nav {
    padding: 15px 15px
  }

  .navbar .nav .btn {
    font-size: .8125rem
  }

  .navbar-brand img {
    height: 25px;
    margin-top: -4px
  }

  .navbar .topbanner-container img {
    display: none
  }

  .navbar .topbanner-container .btn-banner-close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    font-size: 1rem
  }

  .navbar .topbanner-wrap {
    display: block;
    text-align: left;
    width: 100%;
    min-height: auto;
    height: 100%;
    padding: 15px 50px 15px 20px;
    font-size: 14px
  }

  .navbar .topbanner-wrap .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .open-menu {
    top: 10px;
    left: 10px
  }

  .open-menu.activeBanner {
    top: 99px
  }
}

.sidebar {
  width: 420px;
  left: calc(-420px - 5px);
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  color: #222;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  padding: 30px 40px 20px
}

.sidebar .dismiss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 32px;
  color: #0418a3;
  cursor: pointer
}

.sidebar.active {
  left: 0
}

.sidebar .app-appstore {
  padding-bottom: 40px
}

.sidebar .app-download,
.sidebar .app-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.sidebar .app-download.row,
.sidebar .app-help.row {
  margin-left: -4px;
  margin-right: -4px;
  border-top: 1px solid #dcdcdc
}

.sidebar .app-download.row>div,
.sidebar .app-help.row>div {
  padding-left: 4px;
  padding-right: 4px
}

.sidebar .app-download .btn,
.sidebar .app-help .btn {
  display: block;
  width: 100%;
  height: 52px
}

.sidebar .app-download .btn-light,
.sidebar .app-help .btn-light {
  background-color: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: noen;
  box-shadow: noen;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 0
}

.sidebar .app-download .btn-light i,
.sidebar .app-help .btn-light i {
  font-size: 52px;
  margin-right: 8px
}

.sidebar ul.menu-elements {
  -webkit-transition: all .3s;
  transition: all .3s
}

.sidebar ul li a {
  display: block;
  padding: 20px 0;
  border: 0;
  color: #222;
  letter-spacing: -.08em
}

.sidebar ul li a:focus,
.sidebar ul li a:hover {
  outline: 0;
  color: #0418a3
}

.sidebar ul li.active>a:focus,
.sidebar ul li.active>a:hover {
  outline: 0;
  color: #0418a3
}

.sidebar ul li a i {
  margin-right: 5px
}

.sidebar ul li.active>a {
  color: #0418a3;
  font-weight: 700
}

@media (max-width:767px) {
  .sidebar {
    width: 420px;
    left: calc(-420px - 5px)
  }
}

@media (max-width:575px) {
  .sidebar {
    width: 100vw;
    left: calc(-100vw - 5px);
    padding: 20px 20px 0
  }

  .sidebar ul {
    margin-bottom: 20px
  }

  .sidebar ul li a {
    padding: 15px 0
  }

  .sidebar .app-appstore {
    padding-bottom: 20px
  }

  .sidebar .app-download,
  .sidebar .app-help {
    padding: 20px 0
  }

  .sidebar .app-help i {
    font-size: 20px
  }
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  z-index: 998;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-blend-mode: multiply
}

.overlay.active {
  display: block;
  opacity: 1
}

::-moz-selection {
  background: #0418a3;
  color: #fff;
  text-shadow: none
}

::-moz-selection,
::selection {
  background: #0418a3;
  color: #fff;
  text-shadow: none
}

.wrapper {
  display: block
}

.content {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s
}

.logo-white {
  -webkit-filter: invert(100%) sepia(36%) saturate(2%) hue-rotate(130deg) brightness(111%) contrast(101%);
  filter: invert(100%) sepia(36%) saturate(2%) hue-rotate(130deg) brightness(111%) contrast(101%)
}

.btn-primary {
  background-color: #0418a3;
  border-color: #0418a3
}

a.btn-customized {
  margin-left: 5px;
  margin-right: 5px;
  padding: .75rem 1.5rem;
  background: #0418a3;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized.active:focus,
a.btn-customized:active,
a.btn-customized:active:focus,
a.btn-customized:focus,
a.btn-customized:hover {
  outline: 0;
  background: #0d3bc5;
  background: rgba(13, 59, 197, .7);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active {
  outline: 0;
  background: #0d3bc5;
  background: rgba(13, 59, 197, .7);
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #0d3bc5;
  background: rgba(13, 59, 197, .7);
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-2 {
  margin-left: 5px;
  margin-right: 5px;
  padding: .75rem 1.5rem;
  background: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #555;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-2.active:focus,
a.btn-customized-2:active,
a.btn-customized-2:active:focus,
a.btn-customized-2:focus,
a.btn-customized-2:hover {
  outline: 0;
  background: #ccc;
  background: rgba(255, 255, 255, .5);
  border: 0;
  color: #555;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active {
  outline: 0;
  background: #ccc;
  background: rgba(255, 255, 255, .5);
  border: 0;
  color: #555;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #ccc;
  background: rgba(255, 255, 255, .5);
  border: 0;
  color: #555;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .75rem 1.5rem;
  background: #444;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-3.active:focus,
a.btn-customized-3:active,
a.btn-customized-3:active:focus,
a.btn-customized-3:focus,
a.btn-customized-3:hover {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized i,
a.btn-customized-2 i,
a.btn-customized-3 i {
  margin-right: 5px
}

a.btn-customized-4 {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  padding: 0;
  background: #444;
  border: 0;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: -999999px
}

a.btn-customized-4.btn-customized-dark {
  background: #222
}

a.btn-customized-4.btn-customized-light {
  background: #fff
}

a.btn-customized-4.btn-customized-dark.active:focus,
a.btn-customized-4.btn-customized-dark:active,
a.btn-customized-4.btn-customized-dark:active:focus,
a.btn-customized-4.btn-customized-dark:focus,
a.btn-customized-4.btn-customized-dark:hover {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-4.btn-customized-light.active:focus,
a.btn-customized-4.btn-customized-light:active,
a.btn-customized-4.btn-customized-light:active:focus,
a.btn-customized-4.btn-customized-light:focus,
a.btn-customized-4.btn-customized-light:hover {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  background: #555;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.section-container {
  margin: 0 auto;
  padding-bottom: 150px
}

.section-container h2 {
  color: #0418a3
}

.section-container+.footer {
  border-top: 1px solid #dcdcdc
}

.section-description {
  margin-top: 150px;
  padding-bottom: 10px
}

.section-description.text-left h2 {
  margin-left: -5px
}

.section-description.text-left p {
  padding-left: 0
}

.section-description p {
  margin-top: 20px;
  padding: 0 120px
}

.bg-gray {
  background-color: #fbfbfb
}

.bg-primary {
  background-color: #0418a3 !important
}

.section-container-image-bg {
  color: #fff
}

.section-container-image-bg h2,
.section-container-image-bg h3 {
  color: #fff
}

.section-container-image-bg .divider-1 span {
  border-color: #fff;
  border-color: rgba(255, 255, 255, .8)
}

.section-container-image-bg .section-description p {
  opacity: .8
}

.section-bottom-button {
  padding-top: 20px
}

.divider-1 span {
  display: inline-block;
  width: 200px;
  border-bottom: 1px dotted #aaa
}

.nav-pills {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.nav-howtouse .nav-link {
  border: 1px solid #0418a3;
  margin: 0 5px;
  min-width: 180px
}

.nav-howtouse .nav-link.active {
  background-color: #0418a3
}

.top-content {
  width: 100%;
  position: relative;
  padding: 0 !important;
  background-size: cover;
  background-position: center;
  background-image: url(https://static.imforyou.co.kr/web/homepage/v1.0.5/images/IM_IG_6-4_6-318.jpeg);
}

.top-content h1 {
  padding-bottom: 170px;
  color: #fff;
  text-align: left;
  line-height: 1.5em;
  text-shadow: rgba(0, 0, 0, .4) 1px 1px 0
}

.top-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.top-content .content .inner {
  padding-left: 16px;
  padding-right: 16px;
  width: 90%
}

.top-content .description {
  margin: 30px 0 0 0;
  padding-bottom: 30px
}

.top-content .description p {
  color: #fff;
  color: rgba(255, 255, 255, .8)
}

.top-content .description a {
  color: #fff;
  color: rgba(255, 255, 255, .8);
  border-color: #fff;
  border-color: rgba(255, 255, 255, .8)
}

.top-content .description a:focus,
.top-content .description a:hover {
  color: #fff;
  color: rgba(255, 255, 255, .8)
}

.footer {
  padding: 50px 0;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #888;
  text-align: left
}

.footer .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0;
  margin-bottom: 2rem
}

.footer .logo img {
  height: 36px
}

.footer .logo h6 {
  color: #222;
  font-weight: 600;
  font-family: S-CoreDream, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-bottom: 0;
  margin-top: 2px;
  margin-left: 10px
}

.footer-top .s-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.footer-top .social-icons {
  display: block !important;
  font-size: 1.8rem;
  margin: 0 5px
}

.footer-bottom p {
  margin-top: 20px
}

.footer-bottom a {
  color: #444
}

.footer-bottom ul {
  width: 100%
}

.footer-bottom ul li {
  display: inline-block;
  position: relative;
  padding-right: 21px
}

.footer-bottom ul li:first-child {
  padding-left: 0
}

#insta {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.instagram {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: .5rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.mobile-app-download {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #0418a3;
  z-index: 100
}

.mobile-app-download a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  line-height: 70px
}

.swiper-pagination {
  z-index: 1 !important
}

.image-background {
  height: 100vh;
  width: 100%;
  z-index: 0;
  position: absolute;
  overflow: hidden;
  inset: 0px;
  pointer-events: none;
  background-image: url(https://static.imforyou.co.kr/web/homepage/v1.0.4/images/backgrounds/main-background-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

#section-6-2 {
  background: url(../images/backgrounds/footer-banner.jpg) no-repeat;
  background-position: bottom;
  padding-bottom: 30%;
  position: relative
}

#section-6-2 .ab-area {
  position: absolute;
  left: 50%;
  bottom: 180px
}

#section-6-2 a,
#section-6-2 button {
  border-radius: 25px;
  margin-right: 4px;
  font-size: 14px;
  padding: 8px 20px;
  width: 140px
}

#section-6-2 a {
  background: inherit;
  border: 1px solid #000
}

#section-6-2 h4 {
  margin-top: 40px;
  color: #0d3bc5;
  letter-spacing: -1px;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#section-6-2 h4 img {
  height: 45px;
  left: -7px;
  margin-bottom: 16px;
  position: relative;
  display: block;
  margin-left: 8px
}

.top-content .text {
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -1px
}

.top-content .ab-area {
  position: absolute;
  left: 50%;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.section-1 {
  position: relative;
  overflow: hidden
}

.section-1 .section-description {
  margin-top: 90px
}

.section-1-box {
  text-align: left
}

.section-1-box .section-1-box-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid #0418a3;
  font-size: 40px;
  color: #0418a3;
  line-height: 78px;
  text-align: center;
  border-radius: 50%
}

.section-1-box h3 {
  margin-top: 0;
  padding: 0 0 10px 0
}

.section-1 .car-container {
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.section-1 .car-container .car {
  width: 100%
}

.section-1 .car-container .car img {
  max-width: 100%;
  width: 40%
}

.section-1 .line {
  position: absolute;
  width: 150vw;
  left: -50%;
  bottom: 50%;
  height: 20px;
  background-color: #fff;
  z-index: -1
}

@media (min-width:992px) and (max-width:1199px) {
  .section-1 .car-container .car {
    width: 100%
  }
}

@media (max-width:991px) {
  .section-1 .car-container {
    margin-bottom: 48px;
    margin-top: 0
  }

  .section-1 .line {
    margin-top: -140px
  }
}

@media (max-width:767px) {
  .section-1 .car-container {
    margin-top: 0;
    width: 100%
  }

  .section-1 .car-container .car img {
    width: 50%
  }

  .section-1 .line {
    margin-top: 0
  }
}

@media (max-width:575px) {
  .section-1 .car-container {
    margin-bottom: 16px
  }

  .section-1 .car-container .car {
    display: block !important
  }

  .section-1 .car-container .car img {
    max-width: 100%;
    height: auto;
    width: 60%
  }

  .section-1 .line {
    height: 16px
  }

  .section-1-box {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px
  }

  .section-1-box h2 {
    padding-top: 40px;
    margin-bottom: 1rem
  }
}

.section-2-container {
  padding: 0 !important;
  background-color: #000
}

.section-2-first {
  padding-left: 30px !important;
  padding-right: 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.section-2-first h3 {
  margin-top: 0;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2em;
  margin-bottom: 90px
}

@media (max-width:1200px) {
  .section-2-first h3 {
    font-size: calc(1.425rem + 2.1vw)
  }
}

.section-2-icon {
  padding-left: 25px
}

.section-2-icon img {
  height: 60px
}

.section-2-box {
  text-align: left;
  padding: 0 0 0 25px
}

.section-2-box h4 {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.2em;
  font-size: 2rem;
  font-weight: 400
}

@media (max-width:1200px) {
  .section-2-box h4 {
    font-size: calc(1.325rem + .9vw)
  }
}

.section-2-box p {
  color: #fff
}

.section-2-slide {
  text-align: left;
  padding: 0
}

.section-2-slide div[class*=col-] {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px
}

.section-2-slide div[class*=col-]:first-child {
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.section-2-slide div[class*=col-]:first-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  background-color: rgba(170, 116, 86, .9);
  z-index: -1
}

.section-2-slide div[class*=col-]:not(:first-child) {
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.section-2 .swiper-about-button-next,
.section-2 .swiper-about-button-prev {
  color: #fff
}

@media (min-width:1440px) {
  .section-2 .swiper-about-button-next {
    right: 10vw
  }

  .section-2 .swiper-about-button-prev {
    left: 10vw
  }
}

@media (max-width:1440px) {
  .section-2 .swiper-about-button-next {
    right: 5vw
  }

  .section-2 .swiper-about-button-prev {
    left: 5vw
  }
}

@media (min-width:768px) and (max-width:991px) {
  .section-2 .swiper-about-button-next {
    right: 5vw
  }

  .section-2 .swiper-about-button-prev {
    left: 5vw
  }
}

@media (max-width:991px) {
  .section-2-container {
    padding: 0;
    background-color: #000
  }

  .section-2-slide div[class*=col-] {
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .section-2-slide div[class*=col-]:first-child {
    padding-top: 85px;
    padding-bottom: 0
  }

  .section-2-slide div[class*=col-]:first-child::after {
    content: none
  }

  .section-2-slide div[class*=col-]:last-child {
    padding-bottom: 85px
  }

  .section-2-slide div[class*=col-] h3 {
    margin-bottom: 0;
    text-align: center
  }

  .section-2-slide div[class*=col-] h4 {
    margin-bottom: 12px
  }

  .section-2-slide div[class*=col-] p {
    margin: 0
  }

  .section-2-slide div[class*=col-]:not(:first-child) {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .15)
  }

  .section-2-slide .about-pagination {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center
  }

  .section-2-slide .about-pagination .swiper-pagination-bullet {
    height: 3px;
    width: 12px
  }

  .section-2-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-left: 5%
  }

  .section-2-icon img {
    height: 60px
  }

  .section-2-box {
    width: 80%
  }

  .section-2 .swiper-about-button-next {
    right: 2vw
  }

  .section-2 .swiper-about-button-prev {
    left: 2vw
  }
}

@media (max-width:767px) {
  .section-2 .swiper-about-button-next {
    right: 5vw;
    width: auto
  }

  .section-2 .swiper-about-button-next::after {
    font-size: 2rem
  }

  .section-2 .swiper-about-button-prev {
    left: 5vw;
    width: auto
  }

  .section-2 .swiper-about-button-prev::after {
    font-size: 2rem
  }
}

.about-pagination {
  position: relative;
  text-align: left;
  line-height: 3px
}

.about-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 30px;
  height: 3px;
  border-radius: 0;
  margin: 0 2px
}

.section-3 h2 {
  margin-bottom: 40px
}

.section-3-box {
  margin-top: 72px;
  text-align: left
}

.section-3-box .section-3-box-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #0418a3;
  font-size: 28px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 50%
}

.section-3-box h3 {
  margin-top: 0;
  padding: 0 0 10px 0
}

.section-3-box .guide-app {
  padding-bottom: 30px
}

.section-3-box .guide-app .swiper-slide+.swiper-slide .frame {
  position: relative
}

.section-3-box .guide-app .swiper-slide+.swiper-slide .frame::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: -91px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0418a3;
  color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.section-3-box .guide-app .frame-img {
  border-radius: 20px;
  border: 3px solid #0418a3;
  overflow: hidden
}

.section-3-box .guide-app .frame-img img {
  display: block
}

.section-3-box .guide-app .text-group {
  margin-top: 2.875rem;
  text-align: center
}

.section-3-box .guide-app .text-group h5 {
  font-weight: 700;
  color: #0418a3;
  line-height: -.09em
}

.section-3-box .guide-app .guide-pagination {
  bottom: 0
}

.section-3-box .phone-box {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 20px;
  border: 3px solid #0418a3
}

.section-3-box .phone-box+.phone-box {
  margin-top: 50px
}

.section-3-box .phone-box .img,
.section-3-box .phone-box .txt {
  width: 50%;
  height: 100%
}

.section-3-box .phone-box .phone-img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.section-3-box .phone-box .phone-img img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.section-3-box .phone-box .txt {
  padding: 50px 50px 50px 0
}

.section-3-box .phone-box .num {
  width: 72px;
  height: 72px;
  background-color: #0418a3;
  color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -5px;
  font-size: 1.2rem
}

.section-3-box .phone-box p {
  font-size: 1.5rem;
  line-height: 1.5em;
  padding-top: 40px;
  color: #333
}

@media (max-width:1200px) {
  .section-3-box .phone-box p {
    font-size: calc(1.275rem + .3vw)
  }
}

@media (max-width:1279px) {
  .section-3 .guide-app .swiper-slide+.swiper-slide .frame {
    position: relative
  }

  .section-3 .guide-app .swiper-slide+.swiper-slide .frame::before {
    width: 32px;
    height: 32px;
    top: 50%;
    left: -56px;
    font-size: 1rem
  }
}

@media (min-width:768px) and (max-width:991px) {
  .section-3-box {
    margin-top: 40px
  }
}

@media (max-width:1024px) {
  .section-3 .guide-app .swiper-slide+.swiper-slide .frame {
    position: relative
  }

  .section-3 .guide-app .swiper-slide+.swiper-slide .frame::before {
    width: 32px;
    height: 32px;
    top: 50%;
    left: -56px;
    font-size: 1rem
  }
}

@media (max-width:768px) {
  .section-3 .guide-app .swiper-slide+.swiper-slide .frame {
    position: relative
  }

  .section-3 .guide-app .swiper-slide+.swiper-slide .frame::before {
    width: 32px;
    height: 32px;
    top: 50%;
    left: -46px;
    font-size: 1rem
  }
}

@media (max-width:575px) {
  .section-3-box {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px
  }

  .section-3 .nav-howtouse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .section-3 .nav-howtouse li {
    width: 100%
  }

  .section-3 .nav-howtouse li a {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    margin: 0 2px
  }

  .section-3 .guide-app .swiper-slide .padding-ctrl {
    padding-left: 60px;
    padding-right: 60px
  }

  .section-3 .guide-app .swiper-slide+.swiper-slide .frame::before {
    content: none
  }

  .section-3 .phone-box {
    border-width: 2px
  }

  .section-3 .phone-box.phone-box {
    margin-top: 20px
  }

  .section-3 .phone-box .phone-img,
  .section-3 .phone-box .txt {
    width: 100%
  }

  .section-3 .phone-box .phone-img {
    padding-top: 20px
  }

  .section-3 .phone-box .phone-img img {
    max-width: auto;
    height: 25vh;
    -o-object-fit: contain;
    object-fit: contain
  }

  .section-3 .phone-box .txt {
    padding: 30px 30px 0;
    text-align: left
  }

  .section-3 .phone-box .txt .num {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    font-weight: 700
  }

  .section-3 .phone-box .txt p {
    padding-top: 1.5rem;
    font-size: 16px
  }
}

.section-4 .section-description {
  text-align: left
}

.section-4 h2,
.section-4 p {
  text-shadow: rgba(0, 0, 0, .4) 1px 1px 0
}

.section-5-wrap {
  display: block;
  text-decoration: none;
  border: 0;
  padding: 60px 20px 50px;
  color: #666
}

.section-5-box {
  margin-top: 60px;
  text-align: center;
  border: 1px solid #dcdcdc;
  background-color: #fbfbfb
}

.section-5-box+.section-5-box {
  border-left: 0
}

.section-5-box:hover .section-5-box__icon i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.section-5-box.active {
  background-color: #0418a3
}

.section-5-box.active .section-5-box__icon i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff
}

.section-5-box.active .section-5-box__text {
  color: #fff
}

.section-5-box__icon {
  color: #0418a3
}

.section-5-box__icon i {
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 3.125rem
}

@media (max-width:1200px) {
  .section-5-box__icon i {
    font-size: calc(1.4375rem + 2.25vw)
  }
}

.section-5-box__text {
  padding-top: 20px
}

@media (min-width:768px) and (max-width:991px) {
  .section-5-box {
    margin-top: 30px
  }

  .section-5-wrap {
    padding: 40px 10px
  }
}

@media (max-width:767px) {
  .section-5-box {
    margin-top: 0;
    border: 0;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px
  }

  .section-5-box:not(:first-child) {
    margin-top: -1px
  }

  .section-5-box__icon {
    width: 100px
  }

  .section-5-box__text {
    padding: 0
  }

  .section-5-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #dcdcdc;
    background-color: #fbfbfb
  }

  .section-5-wrap::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    margin-left: auto
  }
}

@media (max-width:575px) {
  .section-5-box {
    padding-left: 20px;
    padding-right: 20px
  }

  .section-5-box__icon {
    width: 80px
  }

  .section-5-wrap {
    padding: 20px 20px 20px 0
  }
}

.section-6-box {
  padding-top: 30px;
  text-align: left
}

.section-6-box h3 {
  margin-top: 0
}

.section-6-box .btn {
  height: 52px;
  min-width: 180px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0
}

.section-6-box .btn-primary {
  background-color: #0418a3
}

.section-6-box .btn-primary i {
  font-size: 1.2em;
  margin-right: 10px
}

.section-6-box .btn-primary i.fa-apple {
  margin-top: -1px
}

.section-6 img {
  max-width: 260px;
  margin-bottom: 10px
}

.section-7-wrap {
  display: block;
  text-decoration: none;
  border: 0;
  padding: 60px 20px;
  background-color: #fbfbfb
}

.section-7-wrap img {
  mix-blend-mode: darken
}

.section-7.section-description p.text-primary {
  color: #0418a3 !important
}

.section-7-box {
  margin-top: 60px;
  text-align: center;
  border: 1px solid #dcdcdc
}

.section-7-box+.section-7-box {
  border-left: 0
}

@media (min-width:768px) and (max-width:991px) {
  .section-7-box {
    margin-top: 30px
  }

  .section-7-wrap {
    padding: 40px 10px
  }
}

@media (max-width:767px) {
  .section-7-box {
    margin-top: 0
  }

  .section-7-wrap {
    padding: 20px
  }
}

@media (max-width:575px) {
  .section-7-box:nth-child(even) .section-7-wrap {
    border-left: 0
  }

  .section-7-wrap {
    padding-left: 5px;
    padding-right: 5px
  }
}

.section-9-slide {
  padding: 0;
  height: 100%;
  position: relative
}

.section-9-slide h4 {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.2em;
  font-size: 2rem;
  font-weight: lighter;
  text-align: center;
  width: 100%;
  margin-bottom: 0
}

@media (max-width:1200px) {
  .section-9-slide h4 {
    font-size: calc(1.325rem + .9vw)
  }
}

.section-9-slide h4 span {
  font-weight: 700;
  display: block
}

.section-9-slide .swiper-slide {
  position: relative;
  height: auto;
  padding: 0
}

.section-9 .swiper-advantages-box {
  width: 100%;
  padding: 0 15px;
  height: 100%
}

.section-9 .swiper-advantages-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10vw 30px;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  background-color: #f8f8f8
}

.section-9 .swiper-advantages-box .inner h4 {
  margin: 0;
  line-height: 1.4em
}

.section-9 .swiper-advantages-box .inner.slide-01 {
  background-image: url(../images/backgrounds/use-01.jpg)
}

.section-9 .swiper-advantages-box .inner.slide-02 {
  background-image: url(../images/backgrounds/use-02.jpg);
  background-position-y: 35%
}

.section-9 .swiper-advantages-box .inner.slide-03 {
  background-image: url(../images/backgrounds/use-03.jpg)
}

.section-9 .swiper-advantages-box .inner.slide-04 {
  background-image: url(../images/backgrounds/use-04.jpg)
}

.section-9 .swiper-advantages-box .inner.slide-05 {
  background-image: url(https://static.imforyou.co.kr/web/homepage/v1.0.2/images/backgrounds/use-05.jpg)
}

.section-9 .swiper-advantages-button-next,
.section-9 .swiper-advantages-button-prev {
  color: #0418a3 !important;
  outline: 0
}

.section-9 .section-description {
  margin-bottom: 50px
}

.section-9 .advantages-pagination {
  bottom: -40px;
  left: 0;
  right: 0
}

.section-9 .advantages-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  background-color: #0418a3
}

.section-9 h2 {
  margin: 0
}

.section-9 h2 span {
  font-weight: 700
}

@media (max-width:991px) {
  .section-9-slide .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .section-9-box {
    width: 80%
  }

  .section-9 .swiper-advantages-button-next {
    right: 2vw
  }

  .section-9 .swiper-advantages-button-prev {
    left: 2vw
  }
}

@media (max-width:767px) {
  .section-9 .swiper-advantages-box .inner {
    padding: 20vw 20px
  }

  .section-9-slide .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .section-9-slide .swiper-slide h4 {
    font-size: 1.5rem
  }
}

@media (max-width:767px) and (max-width:1200px) {
  .section-9-slide .swiper-slide h4 {
    font-size: calc(1.275rem + .3vw)
  }
}

@media (max-width:767px) {
  .section-9-slide .about-pagination {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center
  }

  .section-9-slide .about-pagination .swiper-pagination-bullet {
    height: 1px;
    width: 10px
  }

  .section-9 .advantages-pagination {
    bottom: -30px
  }
}

@media (max-width:575px) {
  .section-9 .section-description {
    margin-bottom: 20px
  }

  .section-9 .section-description h2 {
    margin-bottom: 0
  }
}

.faq+.footer {
  border-top: 1px solid #dcdcdc
}

.faq-container {
  margin-top: 70px
}

.faq-container .article {
  text-align: left;
  color: #333
}

.faq-container .article h6 {
  font-weight: 600;
  font-size: 1rem;
  color: #222;
  line-height: 1.5em
}

.faq-container .article h5 {
  font-weight: 600;
  font-size: 1.4rem;
  color: #0418a3;
  line-height: 1.5em;
  margin-top: 2em
}

@media (max-width:1200px) {
  .faq-container .article h5 {
    font-size: calc(1.265rem + .18vw)
  }
}

.faq-container .article :last-child {
  margin-bottom: 0
}

.faq-container .article .divider {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc
}

.faq-container .article ol,
.faq-container .article ul {
  padding-left: 20px
}

.faq-container .article ol.list-unstyled,
.faq-container .article ul.list-unstyled {
  padding-left: 0
}

.faq-container .article ol li,
.faq-container .article ul li {
  line-height: 1.5em;
  padding: 5px 0;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif
}

.faq-container .article ol li ul,
.faq-container .article ul li ul {
  margin-top: .5em
}

.faq-container .article ol+h6,
.faq-container .article p+h6,
.faq-container .article ul+h6 {
  margin-top: 2rem
}

.faq-container .article p {
  line-height: 1.5em
}

.faq-container .card {
  border-radius: 0;
  border: 0
}

.faq-container .card-header {
  padding: 0;
  background-color: #fff
}

.faq-container .card-header button {
  width: 100%;
  height: 100px;
  padding: 0;
  font-weight: 700;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #0418a3;
  font-size: 1.75rem
}

@media (max-width:1200px) {
  .faq-container .card-header button {
    font-size: calc(1.3rem + .6vw)
  }
}

.faq-container .card-header button.collapsed {
  font-weight: 400;
  color: #222
}

.faq-container .card-header button.collapsed span i {
  color: #ccc
}

.faq-container .card-header button span {
  position: relative;
  display: inline-block
}

.faq-container .card-header button span i {
  color: #0418a3
}

.faq-container .card-body {
  padding: 40px 0
}

.faq-container .card .collapse {
  border-bottom: 1px solid #dcdcdc
}

.faq .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem 1.3rem;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.faq .dropdown-toggle:active,
.faq .dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.faq .dropdown-toggle .section-5-box__icon {
  width: auto
}

.faq .dropdown-toggle .section-5-box__icon i {
  font-size: 1.2em
}

.faq .dropdown-toggle .section-5-box__icon i::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.faq .dropdown-toggle .section-5-box__text {
  padding-left: 2rem;
  margin-right: auto
}

.faq .dropdown-menu {
  width: 100%;
  border-radius: 0;
  margin-top: -1px
}

.faq .dropdown-item {
  padding-top: .5em;
  padding-bottom: .5em
}

.faq .dropdown-item.active {
  background-color: #0418a3
}

@media (max-width:575px) {
  .faq-container {
    margin-top: 20px
  }

  .faq-container .card-header button {
    height: 60px;
    font-size: 1rem
  }

  .faq-container .card-body {
    padding: 25px 0
  }

  .faq-container .card .collapse {
    border-bottom: 1px solid #dcdcdc
  }
}

.genie-section {
  padding-bottom: 100px;
  text-align: left
}

.genie-section h2 {
  margin-top: 100px;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 40px
}

@media (max-width:1200px) {
  .genie-section h2 {
    font-size: calc(1.35rem + 1.2vw)
  }
}

.genie-section h2 i {
  padding-right: 3px
}

.genie-section h3 {
  color: #222;
  font-weight: 700
}

.genie-section ol,
.genie-section ul {
  margin: 0;
  line-height: 1.4em
}

.genie-section ol:not(.list-unstyled),
.genie-section ul:not(.list-unstyled) {
  padding-left: 1.1rem
}

.genie-section ol li,
.genie-section ul li {
  padding: 8px 0
}

.genie-section p {
  line-height: 1.5em
}

.genie-section .bold {
  font-weight: 700
}

.genie-section .list-check li {
  line-height: 2rem
}

.genie-section .list-check li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  padding-right: 5px;
  color: #0418a3
}

.genie-section .list-number {
  counter-reset: orderedlist
}

.genie-section .list-number li {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 2rem
}

.genie-section .list-number li::before {
  position: absolute;
  counter-increment: orderedlist;
  content: counter(orderedlist);
  border-radius: 100px;
  border: 1px solid #b4b4b4;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8em;
  color: #0418a3
}

.genie-1 {
  text-align: center;
  background-color: #000;
  color: #fff;
  background-image: url(../images/genie/bg.png);
  background-size: cover;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0 !important
}

.genie-1 h1 {
  color: #fff;
  font-size: 3.75rem
}

@media (max-width:1200px) {
  .genie-1 h1 {
    font-size: calc(1.5rem + 3vw)
  }
}

.genie-1-box {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.genie-1 .label {
  border-radius: 100px;
  border: 2px solid #fff;
  padding: .4rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1rem
}

.genie-1 span {
  font-weight: 700
}

.genie-2 {
  padding-top: 100px;
  background-color: #0418a3
}

.genie-2 h2,
.genie-2 p {
  color: #fff;
  margin-top: 0
}

.genie-2 h2 {
  margin-bottom: 20px
}

.genie-2 div[class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem
}

.genie-4 {
  padding-bottom: 50px
}

.genie-4 h2 {
  margin-bottom: 0
}

.genie-4.bg-gray {
  background-color: #f4f4f4
}

.genie-4 .genie-box,
.genie-4 .genie-img {
  width: 100%;
  padding: 50px 0
}

.genie-4 div[class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.genie-4 .img {
  width: 100%
}

.genie-5 {
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.8em
}

.genie-5 h2 {
  margin-top: 100px;
  border-bottom: 3px solid #0418a3;
  padding-bottom: 1rem
}

.genie-5 .btn {
  font-size: 1.8rem;
  margin-top: 100px;
  padding: 1rem
}

@media (max-width:1200px) {
  .genie-5 .btn {
    font-size: calc(1.305rem + .66vw)
  }
}

.genie-5 .location .spec-table {
  padding-left: 40px;
  border-left: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.genie-5 .location .spec-table p {
  margin-bottom: 0
}

.genie-5 .location .spec-table .row {
  height: 100%
}

@media (max-width:991px) {
  .genie-section {
    padding-bottom: 50px
  }

  .genie-section h2 {
    margin-top: 50px;
    margin-bottom: 30px
  }

  .genie-4 {
    padding-bottom: 20px !important
  }

  .genie-4 .genie-box,
  .genie-4 .genie-img {
    width: 100%
  }

  .genie-4 .genie-img {
    padding: 0
  }

  .genie-4 .genie-box {
    padding: 25px 0 30px
  }

  .genie-4 div[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .genie-4 .img {
    width: 100%
  }

  .genie-1 {
    padding: 0 !important
  }

  .genie-1 .genie-1-box {
    height: 400px
  }

  .genie-2 {
    padding-top: 65px;
    padding-bottom: 65px !important
  }

  .genie-2 h2 {
    margin-top: 0
  }

  .genie-5 .location .spec-table {
    padding-left: 15px;
    border: 0
  }

  .genie-5 .location .spec-table .box {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dcdcdc
  }
}

@media (max-width:575px) {

  .genie-1,
  .genie-2,
  .genie-3,
  .genie-4,
  .genie-5 {
    padding-bottom: 30px
  }

  .genie-1 {
    padding: 0 !important
  }

  .genie-1 .genie-1-box {
    height: 300px
  }

  .genie-5 .list-company span {
    display: block;
    margin-bottom: 5px
  }
}

.recruit-section {
  padding-bottom: 100px;
  text-align: left
}

.recruit-section h2 {
  margin-top: 100px;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 40px
}

@media (max-width:1200px) {
  .recruit-section h2 {
    font-size: calc(1.35rem + 1.2vw)
  }
}

.recruit-section h2 i {
  padding-right: 3px
}

.recruit-section h3 {
  color: #222;
  font-weight: 700
}

.recruit-section ol,
.recruit-section ul {
  margin: 0;
  line-height: 1.4em
}

.recruit-section ol:not(.list-unstyled),
.recruit-section ul:not(.list-unstyled) {
  padding-left: 1.1rem
}

.recruit-section ol li,
.recruit-section ul li {
  padding: 8px 0
}

.recruit-section p {
  line-height: 1.5em
}

.recruit-section .bold {
  font-weight: 700
}

.recruit-section .list-check li {
  line-height: 2rem
}

.recruit-section .list-check li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  padding-right: 5px;
  color: #0418a3
}

.recruit-section .list-number {
  counter-reset: orderedlist
}

.recruit-section .list-number li {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 2rem
}

.recruit-section .list-number li::before {
  position: absolute;
  counter-increment: orderedlist;
  content: counter(orderedlist);
  border-radius: 100px;
  border: 1px solid #b4b4b4;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8em;
  color: #0418a3
}

.recruit-section .faq-container {
  margin-top: 50px;
  border-top: 1px solid #dcdcdc
}

.recruit-section+.footer {
  border-top: 1px solid #dcdcdc;
  margin-top: 80px
}

.recruit-1 {
  text-align: center;
  background-color: #000;
  color: #fff;
  background-image: url(../images/backgrounds/recruit.jpg);
  background-size: cover;
  -o-object-fit: contain;
  object-fit: contain;
  padding-top: 50px;
  padding-bottom: 0 !important
}

.recruit-1 h1 {
  color: #fff;
  font-size: 3.75rem
}

@media (max-width:1200px) {
  .recruit-1 h1 {
    font-size: calc(1.5rem + 3vw)
  }
}

.recruit-1-box {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.recruit-1 .label {
  border-radius: 100px;
  border: 2px solid #fff;
  padding: .4rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1rem
}

.recruit-1 span {
  font-weight: 700
}

.recruit-2 {
  padding-top: 20px
}

.recruit-2 .recruit-box {
  color: #0418a3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.recruit-2 .recruit-box .icon {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 40px
}

.recruit-2 .recruit-box .icon i {
  font-size: 4.375rem
}

@media (max-width:1200px) {
  .recruit-2 .recruit-box .icon i {
    font-size: calc(1.5625rem + 3.75vw)
  }
}

.recruit-2 h3 {
  font-size: 1.25rem;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #0418a3;
  margin-top: 0;
  margin-bottom: 15px
}

.recruit-2 .desc {
  letter-spacing: -.04em
}

.recruit-3 .recruit-benefit {
  padding-top: 15px;
  padding-bottom: 15px
}

.recruit-3 .recruit-box {
  border: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff
}

.recruit-3 .recruit-box .icon {
  min-width: 40px;
  text-align: center;
  margin-right: 30px
}

.recruit-3 .recruit-box .icon i {
  font-size: 2.5rem;
  color: #333
}

@media (max-width:1200px) {
  .recruit-3 .recruit-box .icon i {
    font-size: calc(1.375rem + 1.5vw)
  }
}

.recruit-3 .recruit-box .content h5 {
  color: #333;
  font-size: 1.25rem;
  margin-bottom: .2em;
  font-weight: 700
}

.recruit-3 .recruit-box .content p {
  font-size: 1rem;
  letter-spacing: -.04em;
  margin-bottom: 0
}

.recruit-4 {
  padding-bottom: 50px
}

.recruit-4 h2 {
  margin-bottom: 0
}

.recruit-4.bg-gray {
  background-color: #f4f4f4
}

.recruit-4 .recruit-box,
.recruit-4 .recruit-img {
  width: 100%;
  padding: 50px 0
}

.recruit-4 div[class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.recruit-4 .img {
  width: 100%
}

.recruit-5 {
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.8em
}

.recruit-5 h2 {
  margin-top: 100px;
  border-bottom: 3px solid #0418a3;
  padding-bottom: 1rem
}

.recruit-5 .btn {
  font-size: 1.8rem;
  margin-top: 100px;
  padding: 1rem
}

@media (max-width:1200px) {
  .recruit-5 .btn {
    font-size: calc(1.305rem + .66vw)
  }
}

.recruit-5 .location .spec-table {
  padding-left: 40px;
  border-left: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.recruit-5 .location .spec-table p {
  margin-bottom: 0
}

.recruit-5 .location .spec-table .row {
  height: 100%
}

@media (max-width:991px) {
  .recruit-section {
    padding-bottom: 50px
  }

  .recruit-section h2 {
    margin-top: 85px
  }

  .recruit-4 {
    padding-bottom: 20px !important
  }

  .recruit-4 .recruit-box,
  .recruit-4 .recruit-img {
    width: 100%
  }

  .recruit-4 .recruit-img {
    padding: 0
  }

  .recruit-4 .recruit-box {
    padding: 25px 0 30px
  }

  .recruit-4 div[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .recruit-4 .img {
    width: 100%
  }

  .recruit-1 .recruit-1-box {
    height: 400px
  }

  .recruit-5 .location .spec-table {
    padding-left: 15px;
    border: 0
  }

  .recruit-5 .location .spec-table .box {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dcdcdc
  }
}

@media (max-width:768px) {
  .recruit-2 {
    padding-top: 10px
  }

  .recruit-2 h2 {
    margin-top: 30px;
    margin-bottom: 10px
  }

  .recruit-2 .desc {
    padding: 0 20px
  }
}

@media (max-width:575px) {

  .recruit-1,
  .recruit-2,
  .recruit-3,
  .recruit-4,
  .recruit-5 {
    padding-bottom: 30px
  }

  .recruit-1 h1,
  .recruit-2 h1,
  .recruit-3 h1,
  .recruit-4 h1,
  .recruit-5 h1 {
    font-size: 2rem;
    margin-bottom: 0
  }
}

@media (max-width:575px) and (max-width:1200px) {

  .recruit-1 h1,
  .recruit-2 h1,
  .recruit-3 h1,
  .recruit-4 h1,
  .recruit-5 h1 {
    font-size: calc(1.325rem + .9vw)
  }
}

@media (max-width:575px) {

  .recruit-1 h2,
  .recruit-2 h2,
  .recruit-3 h2,
  .recruit-4 h2,
  .recruit-5 h2 {
    margin-bottom: 30px
  }

  .recruit-1 {
    padding-bottom: 0
  }

  .recruit-1 .recruit-1-box {
    height: 300px
  }

  .recruit-2 .recruit-box .icon i {
    font-size: 9.375rem
  }
}

@media (max-width:575px) and (max-width:1200px) {
  .recruit-2 .recruit-box .icon i {
    font-size: calc(2.0625rem + 9.75vw)
  }
}

@media (max-width:575px) {
  .recruit-2 .desc {
    padding: 0 40px
  }

  .recruit-3 .recruit-benefit {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .recruit-4 h2 {
    margin-bottom: 30px
  }

  .recruit-4 .faq-container {
    margin-top: 0
  }

  .recruit-5 .list-company span {
    display: block;
    margin-bottom: 5px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .section-1-box .section-1-box-icon {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 60px
  }

  .footer-bottom ul li:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 1em;
    top: 50%;
    margin-top: -.5em;
    right: 11px;
    background-color: #999;
    opacity: .3
  }
}

@media (max-width:1024px) {
  #section-6-2 {
    background-image: url(../images/backgrounds/footer-banner-1024.jpg);
    background-size: 100%;
    padding-bottom: 80%
  }

  #section-6-2 .ab-area {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%
  }

  #section-6-2 .d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  #section-6-2 h4 {
    text-align: center
  }

  #section-6-2 h4 img {
    margin: auto;
    margin-bottom: 16px
  }
}

@media (max-width:767px) {
  #section-6-2 {
    padding-bottom: 100%
  }

  .top-content .ab-area {
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30%;
    width: 80%
  }

  .image-background {
    background-image: url(../images/backgrounds/main-background-1-m.jpg)
  }
}

@media (max-width:575px) {
  #section-6-2 {
    padding-bottom: 120%
  }

  #section-6-2 a,
  #section-6-2 button {
    width: 110px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px
  }

  .top-content h4 {
    font-size: 22px
  }

  .top-content .ab-area img {
    max-width: 200px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .section-container {
    padding-bottom: 85px
  }

  .section-description {
    margin-top: 85px
  }

  .section-description p {
    padding: 0
  }

  .section-1-box .section-1-box-icon,
  .section-3-box .section-3-box-icon {
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 50px
  }
}

@media (max-width:767px) {
  .section-container {
    padding-bottom: 85px
  }

  .section-description {
    margin-top: 85px
  }

  .top-content {
    padding: 20px 0 100px 0
  }

  .top-content .content .inner {
    width: 100%
  }

  .top-content .content .inner h1 {
    font-size: 30px
  }

  .top-content .description {
    margin: 10px 0 0 0
  }

  .top-content a.btn {
    margin: 5px
  }

  .section-description p {
    padding: 0
  }

  .section-1-container {
    padding-bottom: 60px
  }

  .section-3-box {
    text-align: center
  }

  .section-3-box h3 {
    margin-top: 20px;
    padding-top: 10px
  }

  .section-5-box,
  .section-6-box {
    text-align: center
  }

  .section-6-social a {
    margin: 0 5px 10px 5px
  }

  .section-6-form {
    margin-bottom: 30px;
    text-align: center
  }

  .section-6 img {
    max-width: 220px
  }
}

@media (max-width:575px) {
  .footer {
    padding-bottom: 100px
  }

  .footer .social-icons {
    font-size: 1.4rem
  }

  .section-container {
    padding-bottom: 65px
  }

  .section-description {
    margin-top: 65px
  }

  h1,
  h2 {
    font-size: 30px
  }

  h3 {
    font-size: 18px
  }

  .section-6 {
    text-align: left;
    padding-left: 20px;
    margin-top: 55px
  }

  .section-6 p {
    text-align: left
  }

  .section-6 img {
    max-width: 200px
  }

  .section-6-container {
    padding-bottom: 20px
  }

  .section-6-container .backstretch img {
    right: -100px !important;
    left: initial !important
  }

  .section-6-box {
    padding-top: 75px
  }
}