@charset "UTF-8";
/* NotoSansKR */
@font-face {
  font-family: "NotoSansKR";
  font-weight: 100;
  font-style: normal;
  src: url("./font/NotoSansKR-Thin.eot");
  src: url("./font/NotoSansKR-Thin.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansKR-Thin.woff2") format("woff2"), url("./font/NotoSansKR-Thin.woff") format("woff"), url("./font/NotoSansKR-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 300;
  font-style: normal;
  src: url("./font/NotoSansKR-Light.eot");
  src: url("./font/NotoSansKR-Light.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansKR-Light.woff2") format("woff2"), url("./font/NotoSansKR-Light.woff") format("woff"), url("./font/NotoSansKR-Light.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 400;
  font-style: normal;
  src: url("./font/NotoSansKR-Regular.eot");
  src: url("./font/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansKR-Regular.woff2") format("woff2"), url("./font/NotoSansKR-Regular.woff") format("woff"), url("./font/NotoSansKR-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 500;
  font-style: normal;
  src: url("./font/NotoSansKR-Medium.eot");
  src: url("./font/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansKR-Medium.woff2") format("woff2"), url("./font/NotoSansKR-Medium.woff") format("woff"), url("./font/NotoSansKR-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 700;
  font-style: normal;
  src: url("./font/NotoSansKR-Bold.eot");
  src: url("./font/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansKR-Bold.woff2") format("woff2"), url("./font/NotoSansKR-Bold.woff") format("woff"), url("./font/NotoSansKR-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 900;
  font-style: normal;
  src: url("./font/NotoSansKR-Black.eot");
  src: url("./font/NotoSansKR-Black.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansKR-Black.woff2") format("woff2"), url("./font/NotoSansKR-Black.woff") format("woff"), url("./font/NotoSansKR-Black.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "NotoSansKR";
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

/* 미디어쿼리 */
/* 변수 */
:root {
  --float-y:1.5vw;
}

/* 믹스인 */
/* 반응형 컨텐츠 설정 */
@media (min-width: 992px) {
  .pc-con {
    display: block;
  }
  .mob-con {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .pc-con {
    display: none !important;
  }
  .mob-con {
    display: block;
  }
}
/* 폰트 사이즈 */
.f50-txt-7 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1700px) {
  .f50-txt-7 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .f50-txt-7 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .f50-txt-7 {
    font-size: 28px;
  }
}

.f48-txt-5 {
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .f48-txt-5 {
    font-size: 41px;
  }
}
@media (max-width: 1240px) {
  .f48-txt-5 {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  .f48-txt-5 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .f48-txt-5 {
    font-size: 24px;
  }
}

.f38-txt-4 {
  font-size: 38px;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .f38-txt-4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .f38-txt-4 {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .f38-txt-4 {
    font-size: 14px;
  }
}

.f30-txt-7 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1700px) {
  .f30-txt-7 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .f30-txt-7 {
    font-size: 18px;
  }
}

.f28-txt-4 {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .f28-txt-4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .f28-txt-4 {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .f28-txt-4 {
    font-size: 12px;
  }
}

.f24-txt-5 {
  font-size: 24px;
  font-weight: 500;
}

.f22-txt-4 {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .f22-txt-4 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .f22-txt-4 {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .f22-txt-4 {
    font-size: 12px;
  }
}

.f22-txt-5 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .f22-txt-5 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .f22-txt-5 {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .f22-txt-5 {
    font-size: 14px;
  }
}

.f20-txt-4 {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .f20-txt-4 {
    font-size: 17px;
  }
}
@media (max-width: 1240px) {
  .f20-txt-4 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .f20-txt-4 {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .f20-txt-4 {
    font-size: 12px;
  }
}

.f19-txt-4 {
  font-size: 19px;
  font-weight: 400;
}

.f18-txt-4 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .f18-txt-4 {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .f18-txt-4 {
    font-size: 12px;
  }
}

.f16-txt-4 {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1240px) {
  .f16-txt-4 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .f16-txt-4 {
    font-size: 11px;
  }
}

.f14-txt-5 {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .f14-txt-5 {
    font-size: 12px;
  }
}

.f14-txt-4, .at-footer-inner .info .top ul li:not(.f24-txt-5) {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .f14-txt-4, .at-footer-inner .info .top ul li:not(.f24-txt-5) {
    font-size: 12px;
  }
}

.f14-txt-6 {
  font-size: 14px;
  font-weight: 600;
}

.comm-inner {
  max-width: 1222px;
  height: inherit;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

.comm-b-inner {
  max-width: 1458px;
  height: inherit;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

.randing_container_wide span {
  display: block;
}

.img-quality, .comm-layout-inner .phone img, .section01-inner .gif-box-inner {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 구글 플레이 / 앱스토어 다운로드 버튼 */
.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 991px) {
  .download {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .download {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.download img.mob-con {
  width: auto;
  height: 36px;
}

/* 각 섹션 공통 적용 */
.section {
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.comm-sc-1 {
  background: url(../assets/img/comm-sc-1_bg.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .comm-sc-1 {
    background: url(../assets/img/mcomm-sc-1_bg.png) no-repeat center/cover;
  }
}
.comm-sc-2 {
  background: url(../assets/img/comm-sc-2_bg.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .comm-sc-2 {
    background: url(../assets/img/mcomm-sc-2_bg.png) no-repeat center/cover;
  }
}
.comm-sc-3 {
  background: url(../assets/img/comm-sc-3_bg.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .comm-sc-3 {
    background: url(../assets/img/mcomm-sc-3_bg.png) no-repeat center/cover;
  }
}
.comm-sc-4 {
  background: url(../assets/img/comm-sc-4_bg.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .comm-sc-4 {
    background: url(../assets/img/mcomm-sc-4_bg.png) no-repeat center/cover;
  }
}
.comm-sc-5 {
  background: url(../assets/img/comm-sc-5_bg.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .comm-sc-5 {
    background: url(../assets/img/mcomm-sc-5_bg.png) no-repeat center/cover;
  }
}
.comm-sc-6 {
  background: url(../assets/img/comm-sc-6_bg.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .comm-sc-6 {
    background: url(../assets/img/mcomm-sc-6_bg.png) no-repeat center/cover;
  }
}
.comm-sc-7 {
  background: url(../assets/img/comm-sc-7_bg.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .comm-sc-7 {
    background: url(../assets/img/mcomm-sc-7_bg.png) no-repeat center/cover;
  }
}

/* 플로팅 이미지 애니메이션 */
.float {
  width: auto;
  position: absolute;
  -webkit-animation: float 7s ease-in-out infinite alternate;
          animation: float 7s ease-in-out infinite alternate;
}
.float-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.float-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.float-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.float-4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.float-5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
  25% {
    -webkit-transform: translateY(var(--float-y));
            transform: translateY(var(--float-y));
  }
  50% {
    -webkit-transform: translateY(0) rotate(9deg);
            transform: translateY(0) rotate(9deg);
  }
  75% {
    -webkit-transform: translateY(var(--float-y));
            transform: translateY(var(--float-y));
  }
  100% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
  25% {
    -webkit-transform: translateY(var(--float-y));
            transform: translateY(var(--float-y));
  }
  50% {
    -webkit-transform: translateY(0) rotate(9deg);
            transform: translateY(0) rotate(9deg);
  }
  75% {
    -webkit-transform: translateY(var(--float-y));
            transform: translateY(var(--float-y));
  }
  100% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
}
/*** 헤더(로고) 시작 ***/
.at-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 54px 0;
}
@media (max-width: 991px) {
  .at-header {
    padding: 22px 0;
  }
}
@media (max-width: 720px) {
  .at-header {
    padding: 11px 0;
  }
}
.at-header .logo .pc-con {
  width: 233px;
  height: 68px;
}
.at-header .logo .mob-con {
  width: auto;
  height: 43px;
}

/*** 헤더 끝 ***/
/*** section01 시작***/
.section01 {
  height: calc(100vh + 70px);
  overflow: hidden;
  background-position: top;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5fffd), to(#fff));
  background: linear-gradient(to bottom, #f5fffd, #fff);
}
.section01 .sc01-circle {
  position: absolute;
  z-index: -1;
  -webkit-filter: blur(26px);
          filter: blur(26px);
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section01 .sc01-circle.yellow-circle {
  width: 303px;
  height: 303px;
  right: 700px;
  bottom: 120px;
  background: rgba(255, 244, 144, 0.6);
}
@media (max-width: 1780px) {
  .section01 .sc01-circle.yellow-circle {
    right: 32%;
  }
}
@media (max-width: 991px) {
  .section01 .sc01-circle.yellow-circle {
    right: auto;
    left: -8%;
    bottom: -21%;
  }
}
@media (max-width: 480px) {
  .section01 .sc01-circle.yellow-circle {
    width: 180px;
    height: 180px;
    left: -12%;
    bottom: -7%;
  }
}
.section01 .sc01-circle.green-circle {
  width: 770px;
  height: 770px;
  top: -240px;
  right: -110px;
  background: rgba(25, 215, 143, 0.6019607843);
}
@media (max-width: 1780px) {
  .section01 .sc01-circle.green-circle {
    width: 700px;
    height: 700px;
    right: -14%;
  }
}
@media (max-width: 991px) {
  .section01 .sc01-circle.green-circle {
    width: 66vw;
    height: 66vw;
    top: auto;
    right: -19%;
    bottom: -11%;
  }
}
@media (max-width: 480px) {
  .section01 .sc01-circle.green-circle {
    width: 305px;
    height: 305px;
    top: auto;
    bottom: 15%;
  }
}
.section01 .sc01-circle.green-circle::before {
  content: "";
  width: 720px;
  height: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(131px);
          filter: blur(131px);
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1780px) {
  .section01 .sc01-circle.green-circle::before {
    width: 600px;
    height: 600px;
  }
}
.section01 div.green-light-circle {
  width: 675px;
  height: 675px;
  position: absolute;
  right: -14%;
  bottom: -21%;
  z-index: -1;
  -webkit-filter: blur(101px);
          filter: blur(101px);
  background: rgba(142, 255, 194, 0.1215686275);
  border-radius: 50%;
}
@media (max-width: 480px) {
  .section01 div.green-light-circle {
    display: none;
  }
}
.section01-inner {
  max-width: 1234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section01-inner .intro-txt-box {
  width: 100%;
}
.section01-inner .intro-txt-box-1 h1 {
  line-height: 1.2;
  letter-spacing: -1px;
}
.section01-inner .intro-txt-box-1 h1 p:last-child {
  color: #3BC996;
}
.section01-inner .intro-txt-box-1 > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin: 5px 0 0 0;
}
.section01-inner .intro-txt-box-1 > p span {
  color: #3BC996;
}
@media (max-width: 991px) {
  .section01-inner .intro-txt-box-1 > p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 12px 0 0 0;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .section01-inner .intro-txt-box-1 > p {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    margin: 10px 0 0 0;
  }
}
.section01-inner .intro-txt-box-2 {
  margin: 43px 0 52px;
}
@media (max-width: 991px) {
  .section01-inner .intro-txt-box-2 {
    margin: 26px 0 52px;
  }
}
@media (max-width: 480px) {
  .section01-inner .intro-txt-box-2 {
    margin: 22px 0 24px;
  }
}
.section01-inner .intro-txt-box-3 {
  line-height: 1.6;
}
@media (max-width: 1700px) {
  .section01-inner .intro-txt-box {
    width: 45vw;
  }
}
@media (max-width: 991px) {
  .section01-inner .intro-txt-box {
    width: 100%;
    text-align: center;
  }
}
.section01-inner .gif-box {
  width: calc(34vw + 2px);
  height: 38vw;
  position: absolute;
  top: calc(9vw + 30px);
  right: calc(-2vw + 5px);
}
.section01-inner .gif-box .heart {
  width: 84px;
  height: 90px;
  position: absolute;
  top: -1px;
  left: calc(50% - 95px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section01-inner .gif-box-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../assets/img/landing-gif.gif) no-repeat center/cover;
}
@media (max-width: 991px) {
  .section01-inner .gif-box-inner {
    background: url(../assets/img/mlanding-gif.gif) no-repeat center/cover;
  }
}
@media (max-width: 480px) {
  .section01-inner .gif-box-inner {
    background-size: contain;
  }
}
@media (min-width: 1921px) {
  .section01-inner .gif-box {
    width: 654px;
    height: 729px;
  }
}
@media (max-width: 1700px) {
  .section01-inner .gif-box {
    width: 582px;
    height: 648px;
    position: static;
  }
}
@media (max-width: 991px) {
  .section01-inner .gif-box {
    width: 362px;
    height: 630px;
  }
}
@media (max-width: 480px) {
  .section01-inner .gif-box {
    width: 349px;
    height: 490px;
    margin: 0 0 0 12px;
  }
}
@media (max-width: 991px) {
  .section01-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 991px) {
  .section01 {
    height: auto;
    padding: 114px 0;
    background: url(../assets/img/mcomm-sc-1_bg.png) no-repeat center/cover;
  }
}
@media (max-width: 480px) {
  .section01 {
    padding: 121px 0 30px;
  }
}

/*** section01 끝***/
/*** section02 시작 ***/
.section02 {
  height: auto;
  padding: 88px 0;
}
.section02-inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section02-inner > * {
  line-height: 1;
}
.section02-inner .txt-box span {
  margin: 0 0 16px 0;
  color: #51AA8A;
}
@media (max-width: 480px) {
  .section02-inner .txt-box span {
    margin: 0 0 10px 0;
  }
}
.section02-inner .txt-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.section02-inner .txt-box div p {
  color: #3C9D7A;
  letter-spacing: -1px;
}
.section02-inner .txt-box div p:last-child {
  color: #3BC996;
}
@media (max-width: 991px) {
  .section02-inner .txt-box div {
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .section02-inner .txt-box div {
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .section02 {
    padding: 56px 0 63px;
    background-position: bottom;
  }
}
@media (max-width: 480px) {
  .section02 {
    padding: 37px 0 52px;
  }
}

/*** section02 끝 ***/
/*** section03 시작 ***/
.section03 {
  height: auto;
  padding: 0 0 380px 0;
  background: url(../assets/img/sc03-person.png) no-repeat center bottom, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edfcf7));
  background: url(../assets/img/sc03-person.png) no-repeat center bottom, linear-gradient(to bottom, #fff, #edfcf7);
}
.section03-inner {
  height: inherit;
  position: relative;
  padding: 5vw 15px 0 15px;
}
.section03-inner .bubble-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
  padding: 40px 27px 33px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 6px 12px 16px rgba(150, 175, 166, 0.05), -6px 12px 16px rgba(150, 175, 166, 0.03);
          box-shadow: 6px 12px 16px rgba(150, 175, 166, 0.05), -6px 12px 16px rgba(150, 175, 166, 0.03);
}
.section03-inner .bubble-box ul li .sc03-con {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #DEF6F2;
}
.section03-inner .bubble-box ul li .sc03-con-1 {
  background: url(../assets/img/sc03-con-1.png) #DEF6F2 no-repeat center/50%;
}
.section03-inner .bubble-box ul li .sc03-con-2 {
  background: url(../assets/img/sc03-con-2.png) #DEF6F2 no-repeat center/50%;
}
.section03-inner .bubble-box ul li .sc03-con-3 {
  background: url(../assets/img/sc03-con-3.png) #DEF6F2 no-repeat center/50%;
}
.section03-inner .bubble-box ul li .sc03-con-4 {
  background: url(../assets/img/sc03-con-4.png) #DEF6F2 no-repeat center/50%;
}
.section03-inner .bubble-box ul li .sc03-con-5 {
  background: url(../assets/img/sc03-con-5.png) #DEF6F2 no-repeat center/50%;
}
.section03-inner .bubble-box ul li .sc03-con-6 {
  background: url(../assets/img/sc03-con-6.png) #DEF6F2 no-repeat center/50%;
}
.section03-inner .bubble-box ul li .sc03-con-7 {
  background: url(../assets/img/sc03-con-7.png) #DEF6F2 no-repeat center/50%;
}
.section03-inner .bubble-box ul li .sc03-con-8 {
  background: url(../assets/img/sc03-con-8.png) #DEF6F2 no-repeat center/50%;
}
.section03-inner .bubble-box ul li .sc03-con-9 {
  background: url(../assets/img/sc03-con-9.png) #DEF6F2 no-repeat center/50%;
}
.section03-inner .bubble-box ul li .sc03-con-10 {
  background: url(../assets/img/sc03-con-10.png) #DEF6F2 no-repeat center/50%;
}
.section03-inner .bubble-box ul li .sc03-con-s {
  width: 38px;
  height: 38px;
}
@media (max-width: 720px) {
  .section03-inner .bubble-box ul li .sc03-con {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .section03-inner .bubble-box ul li .sc03-con {
    width: 30px;
    height: 30px;
  }
}
.section03-inner .bubble-box ul li .txt-box {
  line-height: 1.3;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.section03-inner .bubble-box ul li .s-bubble {
  position: absolute;
  top: 0;
  right: -90px;
  z-index: 10;
  padding: 6px 19px 18px 22px;
  background: url(../assets/img/speech-bubble.png) no-repeat center/cover;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 991px) {
  .section03-inner .bubble-box ul li .s-bubble {
    right: -55px;
    padding: 6px 15px 16px 18px;
    background: url(../assets/img/mspeech-bubble.png) no-repeat center/cover;
  }
}
@media (max-width: 480px) {
  .section03-inner .bubble-box ul li .s-bubble {
    padding: 6px 13px 12px 13px;
    background-size: contain;
  }
}
.section03-inner .bubble-box ul li.opacity {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}
.section03-inner .bubble-box ul li.blur {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 480px) {
  .section03-inner .bubble-box ul li.blur {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}
.section03-inner .bubble-box ul li.etc {
  -webkit-box-shadow: 0px 10px 20px rgba(150, 225, 216, 0.1);
          box-shadow: 0px 10px 20px rgba(150, 225, 216, 0.1);
}
@media (max-width: 720px) {
  .section03-inner .bubble-box ul li {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.section03-inner .bubble-box.pc-con ul {
  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;
}
.section03-inner .bubble-box.pc-con ul li {
  -webkit-transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section03-inner .bubble-box.pc-con ul:first-child {
  -webkit-column-gap: 69px;
     -moz-column-gap: 69px;
          column-gap: 69px;
}
.section03-inner .bubble-box.pc-con ul:first-child .etc {
  margin: 115px 0 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .section03-inner .bubble-box.pc-con ul:first-child .etc {
    margin: 0;
  }
}
.section03-inner .bubble-box.pc-con ul:first-child .padding-s {
  padding: 40px 50px 33px 27px;
}
.section03-inner .bubble-box.pc-con ul:nth-child(2) {
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  margin: 0 0 0 77px;
}
.section03-inner .bubble-box.pc-con ul:nth-child(2) li.margin.padding-b {
  margin: 41px 0 0 0;
  padding: 46px 40px 46px 37px;
}
.section03-inner .bubble-box.pc-con ul:nth-child(2) li.padding-s {
  padding: 27px 68px 33px 27px;
}
.section03-inner .bubble-box.pc-con ul:nth-child(2) li:not(.margin) {
  margin: -80px 0 0 0;
}
.section03-inner .bubble-box.pc-con ul:last-child {
  -webkit-column-gap: 440px;
     -moz-column-gap: 440px;
          column-gap: 440px;
  margin: -20px 0 0 0;
}
.section03-inner .bubble-box.mob-con ul {
  width: 100%;
  display: -webkit-box;
  margin-bottom: 30px;
}
.section03-inner .bubble-box.mob-con ul li {
  width: 50%;
  margin-right: 30px;
}
.section03-inner .bubble-box.mob-con ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .section03-inner .bubble-box.mob-con ul li {
    padding: 23px 27px 23px 27px;
  }
}
@media (max-width: 720px) {
  .section03-inner .bubble-box.mob-con ul li {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .section03-inner .bubble-box.mob-con ul li {
    width: 222px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 18px 17px 18px 17px;
    border-radius: 10px;
  }
}
.section03-inner .bubble-box.mob-con ul:nth-child(even) {
  margin: 0 0 30px -80px;
}
.section03-inner .bubble-box.mob-con ul:nth-child(even) .blur {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  .section03-inner .bubble-box.mob-con ul:nth-child(even) .blur {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 720px) {
  .section03-inner .bubble-box.mob-con ul:nth-child(even) {
    margin: 0 0 30px -100px;
  }
}
@media (max-width: 480px) {
  .section03-inner .bubble-box.mob-con ul:nth-child(even) {
    margin: 0 0 30px -150px;
  }
}
.section03-inner .bubble-box.mob-con ul:nth-child(odd) {
  margin: 0 0 30px 0;
}
.section03-inner .bubble-box.mob-con ul:first-child, .section03-inner .bubble-box.mob-con ul:last-child {
  margin-left: 0;
}
.section03-inner .bubble-box.mob-con ul:last-child {
  margin-bottom: 0;
}
.section03-inner .float-1 {
  bottom: -50px;
  left: -40px;
}
.section03-inner .float-2 {
  right: 340px;
  bottom: -260px;
}
@media (max-width: 1400px) {
  .section03-inner .float-2 {
    right: 160px;
  }
}
.section03-inner .float-3 {
  right: 90px;
}
@media (max-width: 1400px) {
  .section03-inner .float-3 {
    right: 30px;
  }
}
@media (max-width: 991px) {
  .section03-inner {
    padding: 14vw 15px 0 15px;
  }
}
@media (max-width: 480px) {
  .section03-inner {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .section03 {
    height: auto;
    padding: 0 0 320px 0;
    background: url(../assets/img/msc03-person.png) no-repeat center bottom/390px 304px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edfcf7));
    background: url(../assets/img/msc03-person.png) no-repeat center bottom/390px 304px, linear-gradient(to bottom, #fff, #edfcf7);
  }
}
@media (max-width: 480px) {
  .section03 {
    padding: 50px 0 320px 0;
    background: url(../assets/img/msc03-person.png) no-repeat center bottom/360px 274px, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edfcf7));
  }
}

/*** section03 끝 ***/
/*** section04 시작 ***/
.section04 {
  padding: 6vw 0;
  background: #fff;
}
.section04-inner {
  -webkit-column-gap: 150px;
     -moz-column-gap: 150px;
          column-gap: 150px;
}
.section04-inner .txt-box {
  margin: -120px 0 0 0;
}
@media (max-width: 1240px) {
  .section04-inner .txt-box {
    margin: 0;
  }
}
.section04-inner .img-box {
  width: 420px;
  height: 752px;
  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;
  position: relative;
  z-index: 5;
}
.section04-inner .img-box::before, .section04-inner .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
.section04-inner .img-box::before {
  width: 582px;
  height: 582px;
  border: 2px solid #D7F4EA;
}
@media (max-width: 1700px) {
  .section04-inner .img-box::before {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1240px) {
  .section04-inner .img-box::before {
    width: 37vw;
    height: 37vw;
  }
}
@media (max-width: 991px) {
  .section04-inner .img-box::before {
    width: 487px;
    height: 487px;
  }
}
@media (max-width: 480px) {
  .section04-inner .img-box::before {
    width: 380px;
    height: 380px;
  }
}
.section04-inner .img-box::after {
  width: 505px;
  height: 505px;
  background: #F3FEFA;
}
@media (max-width: 1700px) {
  .section04-inner .img-box::after {
    width: 430px;
    height: 430px;
  }
}
@media (max-width: 1240px) {
  .section04-inner .img-box::after {
    width: 32vw;
    height: 32vw;
  }
}
@media (max-width: 991px) {
  .section04-inner .img-box::after {
    width: 442px;
    height: 442px;
  }
}
@media (max-width: 480px) {
  .section04-inner .img-box::after {
    width: 330px;
    height: 330px;
  }
}
.section04-inner .img-box img {
  margin: 30px 0 0 -30px;
}
@media (max-width: 991px) {
  .section04-inner .img-box img {
    margin: 0 0 0 -30px;
  }
}
@media (max-width: 480px) {
  .section04-inner .img-box img {
    margin: 0 0 0 -8px;
  }
}
@media (max-width: 1700px) {
  .section04-inner .img-box {
    width: 362px;
    height: 650px;
  }
}
@media (max-width: 1240px) {
  .section04-inner .img-box {
    width: 25vw;
    height: 45vw;
  }
}
@media (max-width: 991px) {
  .section04-inner .img-box {
    width: 362px;
    height: 630px;
  }
}
@media (max-width: 480px) {
  .section04-inner .img-box {
    width: 285px;
    height: 480px;
  }
}
@media (max-width: 1240px) {
  .section04-inner {
    -webkit-column-gap: 110px;
       -moz-column-gap: 110px;
            column-gap: 110px;
  }
}
.section04 .float-1 {
  height: 40px;
  top: 100px;
  left: 110px;
}
@media (max-width: 1480px) {
  .section04 .float-1 {
    height: 40px;
    left: 57px;
  }
}
@media (max-width: 991px) {
  .section04 .float-1 {
    height: 50px;
    left: 30px;
  }
}
@media (max-width: 720px) {
  .section04 .float-1 {
    left: 15px;
  }
}
@media (max-width: 480px) {
  .section04 .float-1 {
    height: 40px;
    top: 31%;
    left: 5px;
  }
}
.section04 .float-2 {
  top: 180px;
  left: 15%;
}
@media (max-width: 1480px) {
  .section04 .float-2 {
    height: 25px;
    left: 10%;
  }
}
@media (max-width: 991px) {
  .section04 .float-2 {
    height: 40px;
    top: auto;
    right: 15px;
    bottom: 70px;
    left: auto;
  }
}
@media (max-width: 480px) {
  .section04 .float-2 {
    height: 34px;
    right: 30px;
    bottom: 30px;
  }
}
.section04 .float-3 {
  bottom: 200px;
  left: calc(50% - 30px);
}
@media (max-width: 1400px) {
  .section04 .float-3 {
    height: 30px;
    bottom: 150px;
  }
}
.section04 .float-4 {
  right: 200px;
  bottom: 130px;
}
@media (max-width: 1400px) {
  .section04 .float-4 {
    bottom: 90px;
  }
}
@media (max-width: 1240px) {
  .section04 .float-4 {
    height: 35px;
  }
}
.section04 .float-5 {
  right: 50px;
  bottom: calc(50% - 210px);
}
@media (max-width: 1240px) {
  .section04 .float-5 {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .section04 {
    height: auto;
  }
}

/*** section04 끝 ***/
/*** section05 시작 ***/
.section05 {
  height: auto;
  padding: calc(7vw + 10px) 0 5vw 0;
}
.section05-inner {
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
.section05-inner .txt-box {
  margin: -100px 0 0 0;
}
@media (max-width: 480px) {
  .section05-inner .txt-box {
    margin: 0 0 13px 0;
  }
}
@media (max-width: 1240px) {
  .section05-inner {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 1780px) {
  .section05 .float {
    height: 50px;
  }
}
@media (max-width: 1240px) {
  .section05 .float {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .section05 .float {
    height: auto;
  }
}
@media (max-width: 720px) {
  .section05 .float {
    height: 50px;
  }
}
.section05 .float-1 {
  top: 220px;
  right: 210px;
}
@media (max-width: 1780px) {
  .section05 .float-1 {
    right: 6%;
  }
}
@media (max-width: 991px) {
  .section05 .float-1 {
    top: 53%;
    right: 30px;
  }
}
@media (max-width: 720px) {
  .section05 .float-1 {
    right: 15px;
  }
}
@media (max-width: 480px) {
  .section05 .float-1 {
    height: 40px;
    right: 10px;
  }
}
.section05 .float-2 {
  top: 320px;
  right: 380px;
}
@media (max-width: 1780px) {
  .section05 .float-2 {
    right: 15%;
  }
}
@media (max-width: 1480px) {
  .section05 .float-2 {
    right: 12%;
  }
}
@media (max-width: 991px) {
  .section05 .float-2 {
    right: auto;
    left: 30px;
  }
}
@media (max-width: 720px) {
  .section05 .float-2 {
    left: 15px;
  }
}
@media (max-width: 480px) {
  .section05 .float-2 {
    height: 28px;
    top: 31%;
  }
}
.section05 .float-3 {
  right: 200px;
  bottom: 420px;
}
@media (max-width: 1780px) {
  .section05 .float-3 {
    right: 6%;
  }
}
@media (max-width: 1700px) {
  .section05 .float-3 {
    bottom: 28%;
  }
}
.section05 .float-4 {
  right: 940px;
  bottom: 280px;
}
@media (max-width: 1780px) {
  .section05 .float-4 {
    bottom: 20%;
  }
}
@media (max-width: 1480px) {
  .section05 .float-4 {
    right: auto;
    left: 30%;
  }
}
@media (max-width: 991px) {
  .section05 .float-4 {
    left: 30px;
    bottom: 11%;
  }
}
@media (max-width: 720px) {
  .section05 .float-4 {
    left: 15px;
  }
}
@media (max-width: 480px) {
  .section05 .float-4 {
    height: 40px;
  }
}
@media (max-width: 1480px) {
  .section05 {
    padding: 107px 0 69px;
  }
}
@media (max-width: 991px) {
  .section05 {
    background-position: bottom;
  }
}
@media (max-width: 480px) {
  .section05 {
    padding: 49px 0 35px;
  }
}

/*** section05 끝 ***/
/*** section06 시작 ***/
.section06 {
  height: auto;
  padding: 8vw 0 5vw;
  background: none;
}
.section06-inner {
  -webkit-column-gap: 155px;
     -moz-column-gap: 155px;
          column-gap: 155px;
}
.section06-inner .txt-box {
  position: relative;
  margin: -120px 0 0 0;
}
.section06-inner .txt-box .intro {
  margin: 0;
}
.section06-inner .txt-box .intro > div {
  margin: 6px 0 25px 0;
}
@media (max-width: 480px) {
  .section06-inner .txt-box .intro > div {
    margin: 6px 0 16px 0;
  }
}
@media (max-width: 991px) {
  .section06-inner .txt-box .intro {
    margin: 0;
  }
}
.section06-inner .txt-box .deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 63px;
     -moz-column-gap: 63px;
          column-gap: 63px;
  position: absolute;
  right: -7%;
  bottom: -95%;
  margin: 0;
}
.section06-inner .txt-box .deco-1, .section06-inner .txt-box .deco-2 {
  width: 156px;
  height: 194px;
}
@media (max-width: 1700px) {
  .section06-inner .txt-box .deco-1, .section06-inner .txt-box .deco-2 {
    width: 10vw;
    height: 13vw;
  }
}
.section06-inner .txt-box .deco-1 {
  background: url(../assets/img/sc06-con-1.png) no-repeat center/cover;
}
.section06-inner .txt-box .deco-2 {
  position: absolute;
  right: -220px;
  bottom: 160px;
  background: url(../assets/img/sc06-con-2.png) no-repeat center/cover;
}
.section06-inner .txt-box .deco-2 .heart {
  position: absolute;
}
.section06-inner .txt-box .deco-2 .heart-1 {
  top: -38px;
  -webkit-animation: heart-1 1.2s infinite step-end;
          animation: heart-1 1.2s infinite step-end;
}
.section06-inner .txt-box .deco-2 .heart-2 {
  top: -72px;
  left: 19px;
  -webkit-animation: heart-2 1.2s infinite step-end;
          animation: heart-2 1.2s infinite step-end;
}
.section06-inner .txt-box .deco-2 .heart-3 {
  top: -97px;
  left: -9px;
  -webkit-animation: heart-3 1.2s infinite step-end;
          animation: heart-3 1.2s infinite step-end;
}
@-webkit-keyframes heart-1 {
  0%, 100% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes heart-1 {
  0%, 100% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@-webkit-keyframes heart-2 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes heart-2 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes heart-3 {
  0%, 100% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
@keyframes heart-3 {
  0%, 100% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
@media (max-width: 1700px) {
  .section06-inner .txt-box .deco-2 {
    right: -140%;
    bottom: 60%;
  }
}
@media (max-width: 1400px) {
  .section06-inner .txt-box .deco {
    right: 5%;
    bottom: -89%;
  }
}
@media (max-width: 1240px) {
  .section06-inner .txt-box .deco {
    bottom: -77%;
  }
}
@media (max-width: 991px) {
  .section06-inner .txt-box {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480px) {
  .section06-inner .txt-box {
    margin: 0 0 15px 0;
  }
}
.section06-inner .img-box .mob-con {
  margin: 0 0 0 -4px;
}
@media (max-width: 1700px) {
  .section06-inner {
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px;
  }
}
@media (max-width: 1240px) {
  .section06-inner {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
.section06-bg-wrap .bg-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section06-bg-wrap .bg-effect-1 {
  z-index: -1;
  background: url(../assets/img/comm-sc-5_bg.png) no-repeat center/cover;
}
.section06-bg-wrap .bg-effect-2 {
  z-index: -2;
  background: url(../assets/img/comm-sc-5_bg.png) no-repeat center/cover;
}
.section06-bg-wrap .bg-effect-3 {
  z-index: -3;
  background: url(../assets/img/comm-sc-5_bg.png) no-repeat center/cover;
}
.section06-bg-wrap .bg-effect.basic {
  opacity: 0.4;
}
.section06-bg-wrap .bg-effect.overlay {
  opacity: 1;
  mix-blend-mode: overlay;
}
.section06-bg-wrap .bg-effect.exposure {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .section06 {
    background: url(../assets/img/mcomm-sc-5_bg.png) no-repeat center/cover;
  }
}
@media (max-width: 480px) {
  .section06 {
    padding: 49px 0 36px;
  }
}

/*** section06 끝 ***/
/*** section07 시작 ***/
.section07 {
  height: auto;
  padding: 8vw 0 5vw;
  background: #f0faf8;
}
.section07-inner {
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
.section07-inner .txt-box {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  margin: -160px 0 0 0;
}
.section07-inner .txt-box > div {
  margin: 8px 0 29px 0;
}
@media (max-width: 480px) {
  .section07-inner .txt-box > div {
    margin: 0px 0px 13px 0;
  }
}
.section07-inner .txt-box span.f16-txt-4 {
  margin: 5px 0 0 0;
  color: #3BC996;
}
@media (max-width: 480px) {
  .section07-inner .txt-box span.f16-txt-4 {
    margin: 2px 0 0 0;
  }
}
.section07-inner .txt-box .tree {
  position: absolute;
  z-index: 99;
}
.section07-inner .txt-box .tree-1 {
  right: -120px;
  bottom: -260px;
}
@media (max-width: 1480px) {
  .section07-inner .txt-box .tree-1 {
    width: 18vw;
    height: 14vw;
    right: -24%;
    bottom: -80%;
  }
}
@media (max-width: 1240px) {
  .section07-inner .txt-box .tree-1 {
    bottom: -70%;
  }
}
.section07-inner .txt-box .tree-2 {
  left: 186px;
  bottom: -20px;
}
@media (max-width: 480px) {
  .section07-inner .txt-box .tree-2 {
    left: 3px;
    bottom: 20px;
  }
}
.section07-inner .txt-box .tree-3 {
  right: 200px;
  bottom: -20px;
}
@media (max-width: 480px) {
  .section07-inner .txt-box .tree-3 {
    right: 22px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .section07-inner .txt-box {
    margin: 0;
    position: static;
  }
}
@media (max-width: 480px) {
  .section07-inner .txt-box {
    margin: 0 0 10px 0px;
  }
}
.section07-inner .img-box {
  position: relative;
}
@media (max-width: 991px) {
  .section07-inner .img-box {
    margin: 0 0 0 -10px;
  }
}
.section07 .float-2, .section07 .float-3, .section07 .float-4, .section07 .float-5 {
  -webkit-filter: opacity(0.2) brightness(1.5);
          filter: opacity(0.2) brightness(1.5);
}
@media (max-width: 1700px) {
  .section07 .float-1, .section07 .float-2, .section07 .float-3, .section07 .float-4, .section07 .float-5 {
    height: 35px;
  }
}
@media (max-width: 991px) {
  .section07 .float-1, .section07 .float-2, .section07 .float-3, .section07 .float-4, .section07 .float-5 {
    height: auto;
  }
}
.section07 .float-1 {
  width: auto !important;
  top: 0;
  right: 35%;
}
@media (max-width: 1400px) {
  .section07 .float-1 {
    right: 30%;
  }
}
.section07 .float-2 {
  top: -170px;
  right: 220px;
}
@media (max-width: 991px) {
  .section07 .float-2 {
    top: -50px;
    right: 30px;
  }
}
@media (max-width: 480px) {
  .section07 .float-2 {
    top: -20px;
    right: 15px;
  }
}
.section07 .float-3 {
  left: 250px;
  bottom: 500px;
}
@media (max-width: 1480px) {
  .section07 .float-3 {
    left: 10%;
  }
}
@media (max-width: 991px) {
  .section07 .float-3 {
    top: 32%;
    left: 30px;
    bottom: auto;
  }
}
@media (max-width: 480px) {
  .section07 .float-3 {
    left: 4px;
  }
}
.section07 .float-4 {
  left: 570px;
  bottom: 160px;
}
@media (max-width: 1480px) {
  .section07 .float-4 {
    left: 32%;
  }
}
@media (max-width: 991px) {
  .section07 .float-4 {
    left: auto;
    right: 26%;
    bottom: 29%;
    z-index: -1;
  }
}
@media (max-width: 480px) {
  .section07 .float-4 {
    right: 32px;
  }
}
.section07 .float-5 {
  left: 180px;
  bottom: 40px;
}
@media (max-width: 480px) {
  .section07 {
    padding: 45px 0 0;
  }
}

/*** section07 끝 ***/
/*** section04 ~ 07 공통 시작 ***/
.comm-layout-bubble {
  width: 39px;
  height: 40px;
  position: relative;
  background: url(../assets/img/speech-bubble2.png) no-repeat center/cover;
}
.comm-layout-bubble-1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -3px;
  background: url(../assets/img/comm-layout-bubble-1.png) no-repeat center;
}
@media (max-width: 480px) {
  .comm-layout-bubble-1::before {
    background: url(../assets/img/mcomm-layout-bubble-1.png) no-repeat center/18px;
  }
}
.comm-layout-bubble-2::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -3px;
  background: url(../assets/img/comm-layout-bubble-2.png) no-repeat center;
}
@media (max-width: 480px) {
  .comm-layout-bubble-2::before {
    background: url(../assets/img/mcomm-layout-bubble-2.png) no-repeat center/18px;
  }
}
.comm-layout-bubble-3::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -3px;
  background: url(../assets/img/comm-layout-bubble-3.png) no-repeat center;
}
@media (max-width: 480px) {
  .comm-layout-bubble-3::before {
    background: url(../assets/img/mcomm-layout-bubble-3.png) no-repeat center/18px;
  }
}
.comm-layout-bubble-4::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -3px;
  background: url(../assets/img/comm-layout-bubble-4.png) no-repeat center;
}
@media (max-width: 480px) {
  .comm-layout-bubble-4::before {
    background: url(../assets/img/mcomm-layout-bubble-4.png) no-repeat center/18px;
  }
}
.comm-layout-bubble-1::before {
  left: 1px;
}
@media (max-width: 480px) {
  .comm-layout-bubble-1::before {
    top: -2px;
    left: 1px;
  }
}
.comm-layout-bubble-2::before {
  left: 1px;
}
@media (max-width: 480px) {
  .comm-layout-bubble-2::before {
    left: 0;
  }
}
.comm-layout-bubble-3::before {
  left: 0;
}
@media (max-width: 480px) {
  .comm-layout-bubble-3::before {
    top: -2.5px;
    left: 0;
    background-size: 20px;
  }
}
.comm-layout-bubble-4::before {
  top: -2px;
  left: 0;
}
@media (max-width: 480px) {
  .comm-layout-bubble-4::before {
    top: -3px;
    left: 1px;
  }
}
@media (max-width: 991px) {
  .comm-layout-bubble {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .comm-layout-bubble {
    width: 36px;
    height: 36px;
  }
}
.comm-layout-inner {
  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;
}
.comm-layout-inner .txt-box > div {
  margin: 6px 0 35px 0;
}
.comm-layout-inner .txt-box > div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  letter-spacing: -1px;
}
.comm-layout-inner .txt-box > div p span:last-child {
  color: #3BC996;
}
@media (max-width: 991px) {
  .comm-layout-inner .txt-box > div p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 6px 0 0 0;
  }
}
@media (max-width: 991px) {
  .comm-layout-inner .txt-box > div {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 480px) {
  .comm-layout-inner .txt-box > div {
    margin: 0 0 13px 0;
  }
}
@media (max-width: 991px) {
  .comm-layout-inner .txt-box .f20-txt-4 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .comm-layout-inner .txt-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480px) {
  .comm-layout-inner .txt-box {
    margin: 0 0 13px 0;
  }
}
.comm-layout-inner .phone {
  width: calc(22vw - 2px);
  height: calc(39vw + 4px);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.comm-layout-inner .phone.leave {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.comm-layout-inner .phone img {
  width: 100%;
}
@media (max-width: 480px) {
  .comm-layout-inner .phone img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1700px) {
  .comm-layout-inner .phone {
    width: 362px;
    height: 650px;
  }
}
@media (max-width: 1480px) {
  .comm-layout-inner .phone {
    width: 25vw;
    height: 45vw;
  }
}
@media (max-width: 991px) {
  .comm-layout-inner .phone {
    width: 362px;
    height: 630px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 480px) {
  .comm-layout-inner .phone {
    width: 285px;
    height: 480px;
  }
}
@media (max-width: 991px) {
  .comm-layout-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 991px) {
  .comm-layout {
    padding: 90px 0;
  }
}
@media (max-width: 480px) {
  .comm-layout {
    padding: 46px 0;
  }
  .comm-layout.section07 {
    padding: 46px 0 15px;
  }
}

/*** section04 ~ 07 공통 끝 ***/
/*** section08 시작 ***/
.section08 {
  height: auto;
  padding: 127px 0 100px;
}
.section08-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section08-inner .txt-box span.f20-txt-4 {
  color: #fff;
}
.section08-inner .txt-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin: 10px 0 0 0;
  color: #fff;
}
.section08-inner .txt-box p span:last-child {
  color: #32BC98;
}
@media (max-width: 991px) {
  .section08-inner .txt-box p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 5px 0 0 0;
  }
}
@media (max-width: 480px) {
  .section08-inner .txt-box p {
    line-height: 1.4;
  }
}
.section08-inner .txt-box .download {
  margin: 40px 0 0 0;
}
@media (max-width: 991px) {
  .section08-inner .txt-box .download {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .section08-inner .txt-box .download {
    margin: 29px 0 0 0;
  }
  .section08-inner .txt-box .download a:last-child {
    margin: -1.2px 0 0 0;
  }
}
@media (max-width: 720px) {
  .section08-inner .txt-box {
    width: 100%;
  }
}
.section08-inner .img-box {
  width: 100px;
  height: 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;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05), 0 6px 9px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .section08-inner .img-box {
    display: none;
  }
}
@media (max-width: 991px) {
  .section08 {
    padding: 60px 0 50px;
    background-position: bottom;
  }
}
@media (max-width: 480px) {
  .section08 {
    padding: 45px 0 40px;
  }
}

/*** section08 끝 ***/
/*** 풋터 시작 ***/
.at-footer {
  padding: 73px 0 63px 0;
  background: #000;
}
.at-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.at-footer-inner .info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 221px;
     -moz-column-gap: 221px;
          column-gap: 221px;
}
.at-footer-inner .info .top ul li {
  position: relative;
  color: #fff;
}
.at-footer-inner .info .top ul li.f24-txt-5 {
  margin: 0 0 11px 0;
  color: #656565;
}
.at-footer-inner .info .top ul li:not(.f24-txt-5) {
  margin: 0 0 4px 0;
}
@media (max-width: 991px) {
  .at-footer-inner .info .top ul li:not(.f24-txt-5) {
    margin: 0 10px 5px 0;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 480px) {
  .at-footer-inner .info .top ul li:not(.f24-txt-5) {
    margin: 0 7px 2px 0;
    padding: 0 7px 0 0;
  }
}
.at-footer-inner .info .top ul li:last-child {
  margin: 0;
  padding: 0;
}
.at-footer-inner .info .top ul li::after {
  content: "";
  width: 1px;
  height: calc(100% - 7px);
  display: none;
  position: absolute;
  right: 0;
  top: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.at-footer-inner .info .top ul li a {
  color: #fff;
}
@media (max-width: 991px) {
  .at-footer-inner .info .top ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .at-footer-inner .info .top ul:first-child li:nth-child(3)::after {
    display: none;
  }
  .at-footer-inner .info .top ul:first-child li:last-child {
    width: 100%;
    margin-bottom: 5px;
  }
  .at-footer-inner .info .top ul:last-child li {
    margin-bottom: 0;
  }
  .at-footer-inner .info .top ul li::after {
    display: block;
  }
  .at-footer-inner .info .top ul li:last-child::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .at-footer-inner .info .top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.at-footer-inner .info .bott {
  margin: 15px 0 0 0;
}
.at-footer-inner .info .bott span {
  color: #3BC996;
}
@media (max-width: 991px) {
  .at-footer-inner .info .bott {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 480px) {
  .at-footer-inner .info .bott {
    margin: 7px 0 0 0;
  }
}
@media (max-width: 991px) {
  .at-footer-inner .info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.at-footer-inner .logo {
  margin: -10px 0 0 0;
}
@media (max-width: 991px) {
  .at-footer-inner .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480px) {
  .at-footer-inner .logo {
    margin: 0 0 30px 0;
  }
}
.at-footer-inner .logo img.mob-con {
  width: auto;
  height: 34px;
}
@media (max-width: 991px) {
  .at-footer-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 991px) {
  .at-footer {
    padding: 60px 0 55px 0;
  }
}
@media (max-width: 480px) {
  .at-footer {
    padding: 34px 0 38px 0;
  }
}

/*** 풋터 끝 ***/