@charset "utf-8";

nav {
  width: 100%;
  height: 85px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
nav > div {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
nav .logo {
}
nav .logo img {
  margin-top: 18px;
}
nav .sns {
  float: right;
}
nav .sns a {
  display: inline-block;
  margin-right: -55px;
}
nav .sns a:last-child {
  margin-right: 0;
}
nav .sns a img {
  width: 13rem;
  margin-top: -0.5rem;
}

.pc {
  display: block;
}
.mobile {
  display: none;
}
.btn-kakao-talk {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 20;
}
.section {
  width: 100%;
  height: 526px !important;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 85px;
  position: relative;
  display: table;
  margin: 0 auto;
}
.counter_section {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 85px;
  position: relative;
  display: table;
  margin: 0 auto;
}
.banner1 {
  margin-top: 1px !important;
}
.contWrap {
  /*display: table-cell*/
}
.contWrap::after {
  content: "";
  display: block;
  clear: both;
}
.contWrap > div {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.phoneWrap,
.txtWrap {
  width: 50%;
  float: right;
}
.txtWrap {
  padding-top: 134px;
}
.phoneWrap {
  position: relative;
  height: 649px;
  text-align: right;
}
.phoneWrap img {
  margin-right: 40px;
}
.contWrap h3 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 55px;
  padding-top: 45px;
  color: black;
}
.contWrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #818181;
}
.b1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: bgScale 5s;
  animation-fill-mode: forwards;
  z-index: -1;
}
.b2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  animation: bgScale 5s;
  animation-fill-mode: forwards;
  z-index: -1;
}
.section:nth-child(2) {
}
.section:nth-child(3) {
  /*background-image: url(../img/intro/bg03.png);*/
}
.section:nth-child(4) {
  /*background-image: url(../img/intro/bg04.png);*/
  background-color: #f9f9f9;
}
/*.section:nth-child(5) {
  background-image: url(../img/bg05.png);
}*/
.section:nth-child(5) {
  /*background-image: url(../img/intro/bg06.png);*/
}
.section:nth-child(6) {
  /*background-image: url(../img/intro/bg07.png);*/
  background-color: #f9f9f9;
}
.section:nth-child(7) {
  /*background-image: url(../img/intro/bg08.png);*/
}
.section:nth-child(8) {
  /*background-image: url(../img/intro/bg09.png);*/
  background-color: #f9f9f9;
}
.contWrap.two h3 {
  background: url(../img/intro/list-1.png) no-repeat top left / 45px;
}
.contWrap.three h3 {
  background: url(../img/intro/list-2.png) no-repeat top left / 55px;
}
.contWrap.four h3 {
  background: url(../img/intro/list-3.png) no-repeat top left / 45px;
}
/*.contWrap.five h3{
    background: url(../img/ic-05.png) no-repeat top left / 90px;
}*/
.contWrap.five h3 {
  background: url(../img/intro/list-4.png) no-repeat top left / 50px;
}
.contWrap.six h3 {
  background: url(../img/intro/ic-07.png) no-repeat top left / 80px;
}
.contWrap.seven h3 {
  background: url(../img/intro/ic-09.png) no-repeat top center / 94px;
}
.contWrap.eight h3 {
  background: url(../img/intro/list-6.png) no-repeat top center / 60px;
}
.contWrap.ten h3 {
  background: url(../img/intro/list-10.png) no-repeat top left / 50px;
}

.one .txtWrap {
  width: 100%;
}
.one h3 {
  padding-top: 0 !important;
}
.one h3,
.one p {
  color: #fff;
}
.app-links {
  margin-top: 55px;
}
.app-links a {
  display: inline-block;
  margin-right: 10px;
}
.app-links a:last-child {
  margin-right: 0;
}
.app-links a img {
  width: 195px;
}

.phoneWrap {
  position: relative;
}
.phone-right .phoneWrap {
  left: 7rem;
}
.phone-right div.phoneWrap:nth-child(1) {
  display: block;
}
.phone-right div.phoneWrap:nth-child(3) {
  display: none;
}
.phoneWrap img {
  position: absolute;
  top: 0;
  margin-right: 0;
}
.three-phone .phoneWrap img:nth-child(1) {
  left: 0;
}
.three-phone .phoneWrap img:nth-child(2) {
  left: 50%;
  margin-left: -181.5px;
  z-index: 2;
}
.three-phone .phoneWrap img:nth-child(3) {
  right: 2rem;
}
.two-phone .phoneWrap img {
  position: absolute;
  top: 0;
}
.two-phone .phoneWrap img:nth-child(1) {
  left: 0;
}
.two-phone .phoneWrap img:nth-child(2) {
  right: 0;
  z-index: 2;
  margin-right: 4.3rem;
}

.contact {
  text-align: center;
}
.contact .txtWrap {
  float: none;
  width: 100%;
}
.contact h6 {
  font-size: 40px;
  color: #1ca971;
  margin-top: 4rem;
}
.contact .mailto {
  margin-top: 1.5rem;
  margin-bottom: 80px;
}
.contact .mailto a {
  width: 15rem;
  background: #1ca971;
  padding: 1.1rem;
  border-radius: 10rem;
  display: inline-block;
  font-size: 22px;
  color: white;
}

.footer {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.footer .logo-footer {
  /*height: 90px*/
}
.footer .info {
  margin-top: 30px;
}
.footer .info span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.3px;
  color: #979797;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}
.footer .info span::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #636363;
  position: absolute;
  top: 10px;
  right: 0;
}
.footer .info span:nth-child(4) {
  margin-right: 0;
  padding-right: 0;
}
.footer .info span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer .info span:nth-child(4)::after,
.footer .info span:last-child::after {
  width: 0;
  height: 0;
}
.footer .copyright {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #5c5c5c;
}
.footer .sns-bottom {
  margin-top: 50px;
  text-align: center;
}
.footer .sns-bottom a {
  display: inline-block;
  margin-right: 32px;
}
.footer .sns-bottom a:last-child {
  margin-right: 0;
}
.footer .sns-bottom a img {
  width: 36px;
}

/* fullpage custom vertical nav */
#fp-nav::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(220, 220, 220, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
}
#fp-nav ul li {
  margin: 11px 7px;
}
#fp-nav ul li a span {
  width: 9px;
  height: 9px;
  background: rgba(220, 220, 220, 0.5);
  margin: -2px 0 0 -4.5px;
}
#fp-nav ul li a.active span {
  width: 9px;
  height: 9px;
  background: #df2d32;
  margin: -2px 0 0 -4.5px;
}
#fp-nav ul li a.active span::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(223, 45, 50, 0.34);
  position: absolute;
  top: -6px;
  left: -6px;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 9px;
  width: 9px;
  margin: -2px 0 0 -4.5px;
}

@media screen and (max-width: 960px) {
  .section {
    min-height: 60vh;
    overflow: hidden;
  }
  .phoneWrap {
    height: 45vh;
  }
  .phoneWrap img {
    width: 100%;
  }
  .contWrap h3 {
    font-size: 40px;
  }

  .seven .phoneWrap,
  .seven .txtWrap,
  .eight .phoneWrap,
  .eight .txtWrap {
    width: 100%;
  }
  .seven .phoneWrap,
  .eight .phoneWrap {
    margin-top: 50px;
  }
  .seven .phoneWrap img,
  .eight .phoneWrap img {
    width: 50%;
  }
  .seven .phoneWrap img:nth-child(1) {
    left: 30px;
  }
  .seven .phoneWrap img:nth-child(2) {
    margin-left: -160px;
  }
  .seven .txtWrap h3,
  .eight .txtWrap h3 {
    text-align: center;
  }
  .seven .txtWrap p,
  .eight .txtWrap p {
    text-align: center;
  }
  .contWrap.seven h3 {
    background: url(../img/intro/ic-07.png) no-repeat top center / 95px;
  }
  .contWrap.eight h3 {
    background: url(../img/intro/ic-08.png) no-repeat top center / 101.5px;
  }
  .eight .phoneWrap img:nth-child(1) {
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .d-block {
    display: table-cell !important;
  }
  nav {
    height: 80px;
  }
  nav > div {
    margin: 0;
    width: 100%;
  }
  nav .logo img {
    width: 180px;
    margin: 18px;
  }
  nav .sns a {
    margin-right: -30px;
  }
  nav .sns a img {
    width: 15rem;
    margin-top: -1rem;
    margin-right: -4px;
  }
  .btn-kakao-talk {
    right: 1rem;
    bottom: 1rem;
  }
  .btn-kakao-talk img {
    width: 5rem;
    height: 5rem;
  }
  .section {
    padding-top: 60px;
  }
  .section:nth-child(1)::before {
    top: 0;
    background: url("../img/intro/bg01_1.png") no-repeat 60% 0%;
    background-size: cover;
  }
  .contWrap h3 {
    font-size: 40px;
    padding-top: 70px;
    margin-bottom: 30px;
  }
  .contWrap p {
    font-size: 20px;
  }
  .app-links a {
    width: 45%;
  }
  .app-links a img {
    width: 100%;
  }
  .contWrap h3 {
    text-align: center;
    background-position: top center !important;
  }
  .contWrap p {
    text-align: center;
  }
  .contWrap h6 {
    font-size: 20px;
  }
  .contact .mailto a {
    width: 14rem;
    padding: 0.9rem;
    font-size: 20px;
  }
  .phoneWrap,
  .txtWrap {
    width: 100%;
  }
  .banner1 {
    margin-top: 0 !important;
  }
  .txtWrap {
    padding-top: 22px;
  }
  .phoneWrap {
    height: 55vh;
    overflow: hidden;
  }
  .phoneWrap img {
    margin-right: 0;
    margin-left: 10px;
    width: 60%;
  }
  .three-phone .phoneWrap img:nth-child(2) {
    margin-left: -167px;
    top: 0 !important;
  }
  .three-phone .phoneWrap img:nth-child(3) {
    right: 0;
  }
  .two-phone .phoneWrap img:nth-child(2) {
    margin-right: 0;
  }
  .phone-right div.phoneWrap:nth-child(1) {
    display: none;
  }
  .phone-right div.phoneWrap:nth-child(3) {
    display: block;
  }
  .phone-right .phoneWrap {
    left: 0;
  }

  .app-links {
    text-align: center;
  }

  .contWrap.two h3 {
    background: url(../img/intro/ic-02.png) no-repeat top center / 45px;
  }
  .contWrap.three h3 {
    background: url(../img/intro/ic-03.png) no-repeat top center / 45px;
  }
  .contWrap.four h3 {
    background: url(../img/intro/ic-04.png) no-repeat top left / 45px;
  }
  .contWrap.five h3 {
    background: url(../img/intro/ic-08.png) no-repeat top left / 50.5px;
  }

  .six .txtWrap h3 {
    background: url(../img/intro/ic-07.png) no-repeat top center / 47.5px;
  }
  .contWrap.seven h3 {
    background: url(../img/intro/ic-09.png) no-repeat top left / 50.5px;
  }
  .contWrap.eight h3 {
    background: url(../img/intro/ic-09.png) no-repeat top left / 50.5px;
  }

  .seven .phoneWrap img,
  .eight .phoneWrap img {
    width: 70%;
  }
  .seven .phoneWrap img:nth-child(1) {
    left: 0;
  }
  .seven .phoneWrap img:nth-child(2) {
    margin-left: -112px;
  }
  .seven .phoneWrap,
  .eight .phoneWrap {
    margin-top: 0px;
  }

  .eight .phoneWrap img:nth-child(1) {
    left: 0;
  }
}

@media screen and (max-width: 320px) {
  body {
    min-width: 320px;
  }
  .contWrap h3 {
    font-size: 26px;
  }
  .contWrap p {
    font-size: 13px;
  }
  .phoneWrap {
    height: 50vh;
  }

  .seven .phoneWrap img:nth-child(2) {
    margin-left: -95px;
  }

  .footer .info span {
    font-size: 12px;
  }
  .footer .copyright {
    font-size: 12px;
  }
}
