@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*, :after, :before {
  box-sizing: border-box;
  flex-shrink: 0;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.3;
  overflow-wrap: break-word;
  -moz-tab-size: 2;
  tab-size: 2;
  --color-blue:#35C5F0;
}

html, body {
  height: 100%;
  line-height: 1.3;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 10px;
  letter-spacing: -0.3px;
  color: #000;
}

img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

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

a {
  text-decoration: none;
}

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

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: Pretendard;
  src: url("/view/assets/font/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/view/assets/font/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/view/assets/font/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/view/assets/font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/view/assets/font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/view/assets/font/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/view/assets/font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/view/assets/font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/view/assets/font/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/view/assets/font/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
}

.bold {
  font-weight: 700;
}

.hidden {
  display: none;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

[class*=sc-] {
  padding-top: 60px;
  padding-bottom: 60px;
}

[class*=sc-] .title40 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

[class*=sc-] .title48 {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

[class*=sc-] .title30 {
  font-size: 3rem;
  font-weight: 700;
}

.product-title {
  padding: 34px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
.product-title .p-title {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.2px;
}
.product-title .p-title > span:nth-child(1) {
  font-size: 3rem;
}
.product-title .p-title .point {
  color: #008BF5;
  display: inline-block;
  font-weight: 700;
}
.product-title .line {
  flex: 2;
  height: 2px;
  background: #7E7E7E;
  margin: 0 8px 2px;
}
.product-title .hash {
  font-size: 2rem;
  font-weight: 600;
}

/* ===== 요금제 ===== */
.sc-price {
  height: 300px;
  background: url("/view/assets/imgs/olma/img_payment.png") 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.sc-price .title {
  font-size: 5.6rem;
  letter-spacing: -2.8px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sc-price .title > span {
  display: block;
  margin-top: 8px;
  font-size: 3.6rem;
  letter-spacing: -1.2px;
  color: #a6eaff;
}

/* ===== 각 페이지별 구매상담 ===== */
.sc-consult {
  background: #DEF1FF;
}
.sc-consult .inner .title40 {
  text-align: center;
}
.sc-consult .inner > ul {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  padding: 40px;
  margin-top: 40px;
}
.sc-consult .inner > ul > li {
  flex: 1;
}
.sc-consult .inner > ul > li + li {
  border-left: 1px solid #EAEAEA;
  padding-left: 50px;
}
.sc-consult .inner > ul > li:nth-child(3) .consult-link {
  background: #293897;
}
.sc-consult .inner > ul > li > p:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -1px;
}
.sc-consult .inner > ul > li > p:nth-child(2) {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 6px;
  letter-spacing: -1px;
}
.sc-consult .inner > ul > li .num {
  font-size: 4rem;
  font-weight: 700;
  margin: 20px 0;
  letter-spacing: -2px;
}
.sc-consult .inner > ul > li .consult-link {
  display: block;
  width: 218px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  background: #008BF5;
  border-radius: 50px;
}
.sc-consult .inner > ul > li .consult-link:hover {
  background: #000;
}

.pagination-box {
  position: fixed;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
}
.pagination-box .page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  background: #3c3c3c;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.pagination-box .page-btn + .page-btn {
  margin-top: 40px;
}
.pagination-box .page-btn:hover::before {
  content: "";
  background: #000;
  opacity: 0.2;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  position: absolute;
}

.top-btn {
  position: fixed;
  bottom: 150px;
  right: 114px;
  display: inline-block;
  width: 72px;
  z-index: 10;
}
.top-btn:hover img {
  content: url("/view/assets/imgs/btn_top_hover.svg");
}

.banner {
  width: 115px;
  display: block;
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 10;
}

.top-banner {
  position: relative;
}
.banner,.top-btn{transition: bottom 0.2s ease-in-out;}
.banner.active,.top-btn.active{position: fixed;bottom: 380px;}
.top-banner .banner-swiper {
  width: 542px;
  display: flex;
  justify-content: center;
}
.top-banner .banner-swiper::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 58px;
  top: 50%;
  transform: translateY(-50%);
  left: 216px;
  background: rgba(255, 255, 255, 0.4666666667);
}
.top-banner .banner-swiper::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 58px;
  top: 50%;
  transform: translateY(-50%);
  right: 218px;
  background: rgba(255, 255, 255, 0.4666666667);
}
.top-banner .banner-swiper .swiper-wrapper .swiper-slide {
  width: 180px;
  margin: 0 auto;
}
.top-banner .banner-swiper .swiper-wrapper .swiper-slide img {
  margin: 0 auto;
}
.top-banner .close-box {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 30px;
  bottom: 15px;
  right: -300px;
}
.top-banner .close-box .today {
  display: flex;
  align-items: center;
}

header {
  display: flex;
  align-items: center;
  height: 76px;
  background: #fff;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 36px;
  letter-spacing: -0.5px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header .h-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .h-inner .list-group {
  width: 92%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .h-inner .list-group .gnb-list {
  display: flex;
  gap: 40px;
  font-size: 2.2rem;
  margin-left: 40px;
}
header .h-inner .list-group .gnb-list .gnb-item {
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
header .h-inner .list-group .gnb-list .gnb-item:hover {
  color: #008BF5;
}
header .h-inner .list-group .user-list {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-right: 14px;
}
header .h-inner .list-group .user-list .user-item {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
header .h-inner .list-group .user-list .user-item::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #c8cccf;
  position: absolute;
  top: 4px;
  left: -15px;
}
header .h-inner .list-group .user-list .user-item:nth-child(1)::before {
  content: none;
}
header .h-inner .list-group .user-list .consult-link {
  display: inline-block;
  position: relative;
  color: #fff;
  background: linear-gradient(89deg, #0075FF -4.65%, #0017E6 57.84%, #AD00FF 115.69%);
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 40px;
  padding: 0 16px 0 16px;
}
header .h-inner .list-group .user-list .consult-link:hover {
  color: #fff;
  background: #000;
}
header .h-inner .list-group .lnb-list {
  width: 240px;
  padding: 18px 0 32px 30px;
  z-index: 9;
  position: absolute;
  top: 53px;
  left: -20px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
header .h-inner .list-group .lnb-list .lnb-item {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
}
header .h-inner .list-group .lnb-list .lnb-item + .lnb-item {
  margin-top: 22px;
}
header .h-inner .list-group .lnb-list .sub-list {
  margin: 18px 0 0 10px;
}
header .h-inner .list-group .lnb-list .sub-list.second > .sub {
  color: #666;
}
header .h-inner .list-group .lnb-list .sub-list .sub {
  font-size: 1.6rem;
  color: #3c3c3c;
  font-weight: 500;
}
header .h-inner .list-group .lnb-list .sub-list .sub:hover {
  color: #008BF5;
}
header .h-inner .list-group .lnb-list .sub-list .sub + .sub {
  margin-top: 16px;
}

footer {
  font-family: Pretendard, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
footer .f-top {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .f-top .company {
  display: flex;
  align-items: center;
  gap: 40px;
}
footer .f-top .company .introduce {
  color: #3c3c3c;
}
footer .f-top .company .relate-site {
  position: relative;
}
footer .f-top .company .relate-site .relate-btn {
  width: 160px;
  line-height: 36px;
  padding: 0 14px;
  text-align: left;
  border: 1px solid #eaeaea;
  position: relative;
  color: #3c3c3c;
}
footer .f-top .company .relate-site .relate-btn::after {
  content: "";
  background: url("/view/assets/imgs/ic_footer_down.svg") 0 0 no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 9px;
}
footer .f-top .company .relate-site .relate-btn.active::after {
  content: "";
  transform: rotate(180deg);
}
footer .f-top .company .relate-site .relate-list {
  width: 100%;
  position: absolute;
  background: #fff;
  border: 1px solid #eaeaea;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 12px 14px;
  top: 37px;
}
footer .f-top .company .relate-site .relate-list > li {
  color: #3c3c3c;
}
footer .f-top .company .relate-site .relate-list > li:hover {
  color: #008BF5;
}
footer .f-top .partner-list {
  display: flex;
  gap: 40px;
}
footer .f-bottom {
  padding: 0 40px 20px;
}
footer .f-bottom .f-b-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
footer .f-bottom .f-b-top .util-list {
  display: flex;
  gap: 40px;
}
footer .f-bottom .f-b-top .util-list .util-item {
  font-weight: 500;
  color: #666;
}
footer .f-bottom .f-b-top .util-list .util-item .bold {
  color: #3c3c3c;
}
footer .f-bottom .f-b-top .sns-list {
  display: flex;
  gap: 20px;
}
footer .f-bottom .f-b-top .sns-list .sns-item {
  width: 50px;
}
footer .f-bottom .f-b-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
footer .f-bottom .f-b-bottom .f-company {
  font-weight: 600;
  color: #000;
}
footer .f-bottom .f-b-bottom .f-info {
  margin-top: 20px;
}
footer .f-bottom .f-b-bottom .f-info .addr {
  display: inline-block;
  color: #3c3c3c;
  margin-bottom: 12px;
}
footer .f-bottom .f-b-bottom .f-info .addr > span {
  display: inline-block;
  color: #7e7e7e;
  margin-right: 10px;
}
footer .f-bottom .f-b-bottom .copyright {
  display: block;
  font-size: 1.4rem;
  color: #7e7e7e;
  margin-top: 18px;
}
footer .f-bottom .right {
  margin-top: 60px;
}
footer .f-bottom .right .customer-service {
  margin-top: 28px;
}
footer .f-bottom .right .customer-service > span {
  display: inline-block;
  font-size: 1.4rem;
  color: #7e7e7e;
}
footer .f-bottom .right .customer-service .confirm {
  display: inline-block;
  margin-left: 10px;
}

.sc-intro1 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.sc-intro1 .inner .left p {
  letter-spacing: -0.5px;
  font-size: 4.8rem;
}
.sc-intro1 .inner .left p span {
  display: inline-block;
  font-size: 3rem;
}
.sc-intro1 .inner .left p .point1 {
  font-size: 4.8rem;
  color: #008BF5;
}
.sc-intro1 .inner .left p .point2 {
  font-size: 4.8rem;
  color: #293897;
}
.sc-intro1 .inner .right {
  position: relative;
  height: 460px;
  width: 570px;
}
.sc-intro1 .inner .right h3 {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: right;
  margin-right: 74px;
}
.sc-intro1 .inner .right .banner-link {
  display: block;
  margin-top: 20px;
}

.sc-intro2 .tit-box {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.sc-intro2 .tit-box .line {
  flex: 2;
  height: 2px;
  background: #7E7E7E;
  margin-bottom: 8px;
}
.sc-intro2 .tit-box::before {
  content: "";
  display: block;
  background: url("/view/assets/imgs/bg-circle1.svg") 0 0 no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -76px;
}
.sc-intro2 .content-group {
  width: 996px;
  margin: 0 auto;
  margin-top: 86px;
}
.sc-intro2 .content-group .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sc-intro2 .content-group .content-area + .content-area {
  margin-top: 20px;
}
.sc-intro2 .content-group .content-area .swiper-wrapper {
  width: 300px;
}
.sc-intro2 .content-group .content-area .swiper-wrapper > li {
  width: 300px;
}
.sc-intro2 .content-group .content-area em {
  display: block;
  color: #008BF5;
  font-size: 3rem;
  font-weight: 700;
}
.sc-intro2 .content-group .content-area strong {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
}
.sc-intro2 .content-group .content-area .desc {
  font-size: 2.2rem;
  margin-top: 20px;
}
.sc-intro2 .content-group .content-area .img-box {
  overflow: hidden;
}
.sc-intro2 .content-group .content-area .img-box img {
  width: 300px;
}
.sc-intro2 .content-group .content-area:nth-child(1) {
  position: relative;
}
.sc-intro2 .content-group .content-area:nth-child(1) .txt-box::before {
  content: "";
  display: block;
  background: url("/view/assets/imgs/bg-circle1.svg") 0 0 no-repeat;
  background-size: contain;
  width: 340px;
  height: 340px;
  position: absolute;
  top: -52px;
  left: -480px;
  z-index: -1;
}
.sc-intro2 .content-group .content-area:nth-child(2) {
  position: relative;
}
.sc-intro2 .content-group .content-area:nth-child(2) .txt-box::before {
  content: "";
  display: block;
  background: url("/view/assets/imgs/bg-circle1.svg") 0 0 no-repeat;
  background-size: contain;
  width: 340px;
  height: 340px;
  transform: rotate(70deg);
  position: absolute;
  top: 46px;
  right: 94px;
  z-index: -1;
}
.sc-intro2 .content-group .content-area:nth-child(3) {
  position: relative;
}
.sc-intro2 .content-group .content-area:nth-child(3) .txt-box::before {
  content: "";
  display: block;
  background: url("/view/assets/imgs/bg-circle1.svg") 0 0 no-repeat;
  background-size: contain;
  width: 340px;
  height: 340px;
  position: absolute;
  top: 40px;
  left: 84px;
  z-index: -1;
}
.sc-intro2 .content-group .content-area .tooltip {
  position: absolute;
  width: 272px;
  font-size: 2rem;
  font-weight: 600;
  color: #3c3c3c;
  background: #def1ff;
  border-radius: 5px;
  padding: 14px;
  bottom: -47px;
  left: 207px;
}
.sc-intro2 .content-group .content-area .tooltip::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #def1ff;
  transform: rotate(60deg) skewY(334deg);
  position: absolute;
  top: 16px;
  left: -4px;
}

.sc-intro3 .inner {
  position: relative;
}
.sc-intro3 .inner::before {
  content: "";
  display: block;
  background: url("/view/assets/imgs/img_main_worry.png") 0 0 no-repeat;
  background-size: contain;
  width: 48%;
  height: 76%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sc-intro3 .inner .tit-box {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.sc-intro3 .inner .tit-box .line {
  flex: 2;
  height: 2px;
  background: #7E7E7E;
  margin-bottom: 8px;
}
.sc-intro3 .inner .tit-box::before {
  content: "";
  display: block;
  background: url("/view/assets/imgs/bg-circle2.svg") 0 0 no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  right: -58px;
}
.sc-intro3 .inner .content-group {
  margin-top: 86px;
}
.sc-intro3 .inner .content-group .content-area + .content-area {
  margin-top: 50px;
}
.sc-intro3 .inner .content-group .content-area em {
  display: block;
  color: #293897;
  font-size: 3rem;
  font-weight: 700;
}
.sc-intro3 .inner .content-group .content-area strong {
  font-size: 3.6rem;
  font-weight: 600;
}
.sc-intro3 .inner .content-group .content-area .desc {
  font-size: 2.2rem;
  margin-top: 20px;
}
.sc-intro4 .inner {
  position: relative;
}
.sc-intro4 .inner .review-swiper .rev-list {
  display: flex;
  margin-top: 40px;
  padding-bottom: 8px;
}
.sc-intro4 .inner .review-swiper .rev-list .rev-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 312px;
  height: 296px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 32px;
  transition: all 0.2s;
  cursor: pointer;
}
.sc-intro4 .inner .review-swiper .rev-list .rev-item .rev-t {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.sc-intro4 .inner .review-swiper .rev-list .rev-item .rev {
  font-size: 16px;
  font-weight: 500;
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.sc-intro4 .inner .review-swiper .rev-list .rev-item .customer {
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3c;
  margin-top: 16px;
}
.sc-intro4 .inner .review-swiper .rev-list .rev-item .date {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #a8a8a8;
}
.sc-intro4 .inner .review-swiper .rev-list .rev-item:hover {
  background: #008BF5;
  color: #fff;
}
.sc-intro4 .inner .review-swiper .rev-list .rev-item:hover .rev-t, .sc-intro4 .inner .review-swiper .rev-list .rev-item:hover .rev, .sc-intro4 .inner .review-swiper .rev-list .rev-item:hover .customer, .sc-intro4 .inner .review-swiper .rev-list .rev-item:hover .date {
  color: #fff;
}

.sc-visual {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.sc-visual video {
  height: 722px;
  object-fit: cover;
}
.sc-visual .v-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  color: #fff;
}
.sc-visual .v-txt .v-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 98px;
}
.sc-visual .v-txt .v-left .v-title {
  font-size: 4rem;
  letter-spacing: -0.5px;
  text-align: right;
}
.sc-visual .v-txt .v-right {
  display: flex;
  align-items: center;
  gap: 158px;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.75);
  padding-left: 120px;
}
.sc-visual .v-txt .v-right .p-left {
  padding-bottom: 60px;
}
.sc-visual .v-txt .v-right .p-right {
  padding-top: 60px;
}
.sc-visual .v-txt .v-right .p-box p:nth-child(1) {
  font-weight: 500;
  font-size: 2.4rem;
}
.sc-visual .v-txt .v-right .p-box p:nth-child(2) {
  font-size: 9.6rem;
  letter-spacing: -5px;
}
.sc-visual .v-txt .v-right .p-box p:nth-child(3) {
  font-size: 1.6rem;
  padding-top: 12px;
  border-top: 1px solid #fff;
}
.sc-visual .v-txt .v-right .p-box:nth-child(2) {
  margin-top: 7vh;
}

@media screen and (max-width: 1500px) {
  .sc-visual video {
    height: 564px;
    object-fit: cover;
  }
  .sc-visual .v-txt .v-right {
    gap: 80px;
    padding-left: 40px;
  }
  .sc-visual .v-txt .v-right .p-left {
    padding-bottom: 0px;
  }
  .sc-visual .v-txt .v-right .p-left .p-box:nth-child(2) {
    margin-top: 50px;
  }
  .sc-visual .v-txt .v-right .p-right {
    padding-top: 0px;
  }
  .sc-visual .v-txt .v-right .p-right .p-box:nth-child(2) {
    margin-top: 70px;
  }
  .sc-visual .v-txt .v-right .p-box p:nth-child(1) {
    font-weight: 500;
    font-size: 2.4rem;
  }
  .sc-visual .v-txt .v-right .p-box p:nth-child(2) {
    font-size: 8rem;
    letter-spacing: -5px;
  }
  .sc-visual .v-txt .v-right .p-box p:nth-child(3) {
    font-size: 1.6rem;
  }
}
.sc-product .title40 {
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.sc-product .title40 > span {
  color: #008BF5;
  font-weight: 700;
}
.sc-product .product-list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}
.sc-product .product-list .product {
  flex: 1;
  height: 354px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sc-product .product-list .product + .product {
  border-left: 1px dashed #d3d3d3;
}
.sc-product .product-list .product .txt > span {
  font-size: 1.6rem;
  font-weight: 700;
}
.sc-product .product-list .product .txt > p {
  font-size: 2.8rem;
  letter-spacing: -2.6px;
}
.sc-product .product-list .product .txt > p > span {
  display: inline-block;
  font-weight: 700;
  color: #008BF5;
}
.sc-product .product-list .product img {
  width: 50%;
  margin: 0 auto;
}
.sc-product .product-list .product .link-btn {
  display: block;
  color: #fff;
  width: 174px;
  margin: 0 auto;
  line-height: 48px;
  background-color: #1F2E48;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 50px;
}
.sc-product .product-list .product .link-btn:hover {
  background: #008BF5;
}

.sc-news {
  background: #f5f5f5;
}
.sc-news .inner {
  display: flex;
  gap: 60px;
}
.sc-news .inner .news-area {
  position: relative;
  flex: 1;
}
.sc-news .inner .news-area .title40 {
  font-weight: 600;
}
.sc-news .inner .news-area .list {
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
}
.sc-news .inner .news-area .list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 2.2rem;
  height: 92px;
}
.sc-news .inner .news-area .list > li + li {
  border-top: 1px solid #d3d3d3;
}
.sc-news .inner .news-area .list > li:hover > a {
  color: #008BF5;
}
.sc-news .inner .news-area .list > li:hover > a > span {
  color: #666;
}
.sc-news .inner .news-area .list > li > a {
  display: inline-block;
  width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-news .inner .news-area .list > li > span {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
}
.sc-news .inner .news-area .list .awards {
  font-weight: 700;
  font-size: 26px;
}
.sc-news .inner .news-area .list .awards > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #666;
}
.sc-news .inner .news-area .more-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 14px;
  right: 0;
  color: #293897;
  font-size: 2.2rem;
  font-weight: 500;
}
.sc-news .inner .news-area .more-btn::after {
  content: "";
  display: inline-block;
  background: url("/view/assets/imgs/ic_main_more.svg") 0 0 no-repeat;
  background-size: 8px 14px;
  width: 8px;
  height: 14px;
}

.sc-event .inner {
  position: relative;
}
.sc-event .inner .event-list {
  display: flex;
  margin-top: 20px;
}
.sc-event .inner .event-list .event-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.sc-event .inner .event-list .event-item > a {
  display: flex;
}
.sc-event .inner .event-list .event-item > a .event {
  width: 222px;
  background: #fff;
  padding: 34px 30px;
  word-break: keep-all;
}
.sc-event .inner .event-list .event-item > a .event p {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.sc-event .inner .event-list .event-item > a .event .period {
  font-size: 1.8rem;
  color: #666;
}
.sc-event .inner .more-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 14px;
  right: 0;
  color: #293897;
  font-size: 2.2rem;
  font-weight: 500;
}
.sc-event .inner .more-btn::after {
  content: "";
  display: inline-block;
  background: url("/view/assets/imgs/ic_main_more.svg") 0 0 no-repeat;
  background-size: 8px 14px;
  width: 8px;
  height: 14px;
}

.sc-more {
  background: #353D51;
}
.sc-more .more-list {
  width: 996px;
  margin: 0 auto;
  display: flex;
  gap: 35px;
}
.sc-more .more-list .more-item {
  flex: 1;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.sc-more .more-list .more-item .more {
  display: flex;
  justify-content: space-between;
  padding: 18px 24px 28px;
}
.sc-more .more-list .more-item .more .more-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #293897;
  font-size: 2.2rem;
  font-weight: 500;
}
.sc-more .more-list .more-item .more .more-btn::after {
  content: "";
  display: inline-block;
  background: url("/view/assets/imgs/ic_main_more.svg") 0 0 no-repeat;
  background-size: 8px 14px;
  width: 8px;
  height: 14px;
}

.screen {
  height: 52px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  position: sticky;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 12px;
}
.screen p {
  font-size: 1.8rem;
  font-weight: 500;
}
.screen .first {
  margin-left: 212px;
}

nav {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  background: #fafafa;
  height: 62px;
  position: sticky;
  top: 127px;
  left: 0;
  right: 0;
  z-index: 8;
}
nav .inner {
  display: flex;
  align-items: center;
}
nav .inner .navigation {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #999;
  line-height: 62px;
}
nav .inner .navigation:nth-child(1).on img {
  content: url(/view/assets/imgs/olma/ic_widgets_gradation.svg);
}
nav .inner .navigation:nth-child(2).on img {
  content: url(/view/assets/imgs/olma/ic_reviews_gradation.svg);
}
nav .inner .navigation.on {
  position: relative;
  background: linear-gradient(89deg, #0075FF -4.65%, #0017E6 57.84%, #AD00FF 115.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
nav .inner .navigation.on::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(89deg, #0075FF -4.65%, #0017E6 57.84%, #AD00FF 115.69%), #499DFF;
  position: absolute;
  bottom: 1px;
}

/* ===== 주요기능 ===== */
.sc-skills {
  padding-bottom: 0;
}
.sc-skills h2 {
  text-align: center;
  letter-spacing: -0.9px;
}
.sc-skills .function-nav {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  line-height: 66px;
  margin: 32px 0;
}
.sc-skills .function-nav .nav-btn {
  flex: 1;
  background: #499DFF;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}
.sc-skills .function-nav .nav-btn a {
  width: 100%;
  display: block;
}
.sc-skills .function-nav .nav-btn:hover {
  background: #3A8FF2;
}
.sc-skills .function-nav .nav-btn.on {
  background: #3456CE;
}
.sc-skills .group-function .function-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 60px 0;
  width: 100%;
  display: none;
}
.sc-skills .group-function .function-area.on {
  display: flex;
}
.sc-skills .group-function .function-area.account .function-info::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/view/assets/imgs/olma/img_product_header_01.png") 0 0 no-repeat;
  background-size: contain;
  width: 216px;
  height: 294px;
  bottom: 0;
  right: 74px;
}
.sc-skills .group-function .function-area.tax .function-info::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/view/assets/imgs/olma/img_product_header_02.png") 0 0 no-repeat;
  background-size: contain;
  width: 358px;
  height: 292px;
  bottom: 22px;
  right: 48px;
}
.sc-skills .group-function .function-area.pay .function-info::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/view/assets/imgs/olma/img_product_header_03.png") 0 0 no-repeat;
  background-size: contain;
  width: 494px;
  height: 314px;
  bottom: 0;
  right: 26px;
}
.sc-skills .group-function .function-area.inventory .function-info::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/view/assets/imgs/olma/img_product_header_04.png") 0 0 no-repeat;
  background-size: contain;
  width: 248px;
  height: 314px;
  bottom: 0;
  right: 48px;
}
.sc-skills .group-function .function-area.make .function-info::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/view/assets/imgs/olma/img_product_header_05.png") 0 0 no-repeat;
  background-size: contain;
  width: 360px;
  height: 286px;
  bottom: 0;
  right: 40px;
}
.sc-skills .group-function .function-area.service .function-info::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/view/assets/imgs/olma/img_product_header_07.png") 0 0 no-repeat;
  background-size: contain;
  width: 387px;
  height: 314px;
  bottom: 8px;
  right: 52px;
}
.sc-skills .group-function .function-area.build .function-info::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/view/assets/imgs/olma/img_product_header_06.png") 0 0 no-repeat;
  background-size: contain;
  width: 358px;
  height: 280px;
  bottom: 32px;
  right: 38px;
}
.sc-skills .group-function .function-area.mall .function-info::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/view/assets/imgs/olma/img_product_header_08.png") 0 0 no-repeat;
  background-size: contain;
  width: 350px;
  height: 280px;
  bottom: 32px;
  right: 38px;
}
.sc-skills .group-function .function-area .function-info {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #293897;
  height: 370px;
  position: relative;
}
.sc-skills .group-function .function-area .function-info .info-list {
  list-style: disc;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 100px;
  line-height: 1.8;
}
.sc-skills .group-function .function-area .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.sc-skills .group-function .function-area .bottom .f-left .function-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 22px;
}
.sc-skills .group-function .function-area .bottom .f-left .function-list > li {
  padding: 8px 18px;
  background: #F5F5F5;
  font-weight: 600;
  font-size: 2.2rem;
  border-radius: 50px;
  cursor: pointer;
}
.sc-skills .group-function .function-area .bottom .f-left .function-list > li:hover {
  background: #E0E0E0;
}
.sc-skills .group-function .function-area .bottom .f-left .function-list > li + li {
  margin-top: 20px;
}
.sc-skills .group-function .function-area .bottom .f-left .function-list > li.on {
  color: #fff;
  background: #008BF5;
}
.sc-skills .group-function .function-area .bottom .f-right {
  width: 900px;
}
.sc-skills .group-function .function-area .bottom .f-right .function {
  display: none;
}
.sc-skills .group-function .function-area .bottom .f-right .function.on {
  display: block;
}
.sc-skills .group-function .function-area .bottom .f-right .function .f-box {
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 28px 160px 28px 24px;
}
.sc-skills .group-function .function-area .bottom .f-right .function .f-box + .f-box {
  margin-top: 20px;
}
.sc-skills .group-function .function-area .bottom .f-right .function .f-box > p {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.sc-skills .group-function .function-area .bottom .f-right .function .f-box > ul {
  list-style: disc;
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
  word-break: keep-all;
  margin-left: 28px;
  line-height: 1.8;
}
.sc-skills .group-function .function-area .bottom .f-right .function .f-box > a {
  position: absolute;
  display: block;
  bottom: 28px;
  right: 24px;
}
.sc-skills .group-function .function-area .bottom .f-right .function .function-link{
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 28px;
  right: 24px;
}
.sc-skills .group-plus {
  display: none;
  background: url("/view/assets/imgs/olma/gradation-bg.png") 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}
.sc-skills .group-plus.on {
  display: block;
}
.sc-skills .group-plus .plus-tit {
  text-align: center;
  margin-bottom: 20px;
}
.sc-skills .group-plus .plus-tit span {
  font-size: 4.8rem;
  color: #293897;
  font-weight: 700;
}
.sc-skills .group-plus .plus-tit .normal {
  font-weight: 400;
  color: #000;
}
.sc-skills .group-plus .sub-tit {
  text-align: center;
  font-size: 2.8rem;
}
.sc-skills .group-plus .sub-tit span {
  color: #293897;
  font-weight: 700;
}
.sc-skills .group-plus .plus-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-template-areas: "box1 box2 box3" "box4 box5 box6" "box7 box8 box9" "box10 box11 box12" "box13 box14 box15" "box16 box17 box18" "box19 box20 box20";
  gap: 24px;
  margin-top: 40px;
}
.sc-skills .group-plus .plus-area .plus-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--W, #FFF);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  padding: 34px 40px 28px;
}
.sc-skills .group-plus .plus-area .plus-box.bg {
  border: 1px solid #ACACAC;
  background: #fff;
}
.sc-skills .group-plus .plus-area .plus-box.bg > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 3px;
}
.sc-skills .group-plus .plus-area .plus-box.bg:hover {
  color: #fff;
  padding: 31px 37px 25px;
  border: 4px solid var(--W, #FFF);
  box-sizing: border-box;
  background: linear-gradient(90deg, #447AFF 3.32%, #4F82FF 28%, #60B7FE 71.8%, #60B7FE 85%, #B8BEF9 98%, #F9C3F5 106%);
}
.sc-skills .group-plus .plus-area .plus-box.bg:hover.bg > a {
  color: #FFEF62;
}
.sc-skills .group-plus .plus-area .plus-box.bg:hover.bg > a path {
  fill: #FFEF62;
}
.sc-skills .group-plus .plus-area .plus-box .service {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -1.5px;
}
.sc-skills .group-plus .plus-area .plus-box .desc {
  display: block;
  font-size: 1.6rem;
  word-break: keep-all;
  margin-top: 16px;
}
.sc-skills .group-plus .plus-desc {
  font-size: 2.2rem;
  color: #3c3c3c;
  margin-top: 30px;
  text-align: center;
}

/* ===== 후기 ===== */
.sc-post {
  background: #f5f5f5;
}
.sc-post .title48 {
  text-align: center;
  letter-spacing: -2px;
  line-height: 1.2;
}
.sc-post .title48 .normal {
  font-weight: 400;
}
.sc-post .title48 .point {
  color: #008BF5;
}
.sc-post .post-area {
  width: 1200px;
  margin: 40px auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 30px;
}
.sc-post .post-area .post-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.sc-post .post-area .post-box .p-tit {
  color: #222;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.sc-post .post-area .post-box .p-txt {
  color: #777;
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sc-post .post-area .post-box .user1 {
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 15px 0 22px;
}
.sc-post .post-area .post-box .user1 span {
  color: #008BF5;
}
.sc-post .all-link {
  width: 334px;
  height: 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.sc-post .all-link:hover {
  background: #008BF5;
}

/* ===== 하단 비디오 영역 ===== */
.sc-graph {
  padding-bottom: 0;
}
.sc-graph .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sc-graph .inner .g-left .title48 {
  letter-spacing: -3px;
  line-height: 1.2;
}
.sc-graph .inner .g-left .title48 .normal {
  font-weight: 400;
}
.sc-graph .inner .g-left .title48 .point {
  color: #008BF5;
}
.sc-graph .inner .g-left .graph-box {
  margin-top: 40px;
}
.sc-graph .inner .g-left .graph-box .graph + .graph {
  margin-top: 10px;
}
.sc-graph .inner .g-left .graph-box .graph .txt {
  display: block;
  font-size: 2.2rem;
}
.sc-graph .inner .g-left .graph-box .graph .flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sc-graph .inner .g-left .graph-box .graph .flex .chart {
  width: 5px;
  height: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: linear-gradient(to top left, #00E0FF, #7D64FF);
}
.sc-graph .inner .g-left .graph-box .graph .flex .percent {
  display: inline-block;
  font-weight: 500;
  font-size: 3rem;
  opacity: 0;
}
.sc-graph .inner .g-right video {
  width: 467px;
}
.sc-graph .inner .g-right .bottom-desc {
  display: flex;
  justify-content: space-between;
  gap: 104px;
  margin-bottom: 46px;
}
.sc-graph .inner .g-right .bottom-desc p {
  font-size: 2.2rem;
  font-weight: 700;
}
.sc-graph .inner .g-right .bottom-desc ul {
  margin-top: 10px;
}
.sc-graph .inner .g-right .bottom-desc ul li {
  font-size: 1.8rem;
  color: #3c3c3c;
}
.sc-graph .inner .g-right .bottom-desc ul li + li {
  margin-top: 4px;
}
.sc-graph .inner .g-right .bottom-desc ul li:nth-child(1):before {
  background: #297DFF;
}
.sc-graph .inner .g-right .bottom-desc ul li:nth-child(2):before {
  background: #00B2EE;
}
.sc-graph .inner .g-right .bottom-desc ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
}
.sc-graph .inner .g-right .bottom-desc ul li:before:nth-child(1) {
  background: #297DFF;
}
.sc-graph .inner .g-right .bottom-desc ul li:before:nth-child(1) {
  background: #00B2EE;
}
.sc-graph .circle {
  position: absolute;
  display: block;
}
.sc-graph .circle.img1 {
  background: url("/view/assets/imgs/olma/img_account_intro_01.png") 0 0 no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  bottom: 124px;
  left: 130px;
}
.sc-graph .circle.img2 {
  background: url("/view/assets/imgs/olma/img_account_intro_02.png") 0 0 no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  bottom: 50px;
  left: 330px;
}
.sc-graph .circle.img3 {
  background: url("/view/assets/imgs/olma/img_account_intro_03.png") 0 0 no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.sc-graph .circle.img4 {
  background: url("/view/assets/imgs/olma/img_a1_intro_01.png") 0 0 no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  bottom: 124px;
  left: 130px;
}
.sc-graph .circle.img5 {
  background: url("/view/assets/imgs/olma/img_a1_intro_02.png") 0 0 no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  bottom: 50px;
  left: 330px;
}
.sc-graph .circle.img6 {
  background: url("/view/assets/imgs/olma/img_a1_intro_03.png") 0 0 no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.sc-graph .circle.img7 {
  background: url("/view/assets/imgs/olma/img_c1_intro_01.png") 0 0 no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  bottom: 124px;
  left: 130px;
}
.sc-graph .circle.img8 {
  background: url("/view/assets/imgs/olma/img_c1_intro_02.png") 0 0 no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  bottom: 50px;
  left: 330px;
}
.sc-graph .circle.img9 {
  background: url("/view/assets/imgs/olma/img_c1_intro_03.png") 0 0 no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}