/* 랜딩 페이지에서 사용할 Css */

html {
    overflow-x: hidden;
}

body {
    background-color: #fff;
}

img {
    max-width: 100%;
}

:root {
    --title3: 32px;
    --title2: 40px;
    --headling2: 18px;
    --label1: 14px;
}

/* common */

.mo_br {
    display: none;
}

.custom-inner {
    max-width: 1080px;
    padding: 108px 20px;
    margin: 0 auto;
    text-align: center;
}

.custom-landing-main {
    position: relative;
    z-index: 1;
    color: #121926;
}

.custom-inner.left {
    text-align: left;
}

.custom-line-break {
    display: none;
}

.custom-line-break-pc {
    display: block;
}

.custom-start-button {
    background-color: var(--ct-primary);
    border: 1px solid var(--ct-primary);
    color: var(--ct-white);
    border-radius: 8px;
    padding: 16px 22px;
    font-size: var(--headling2);
    line-height: 23px;
    gap: 8px;
}

.custom-guide-botton {
    background-color: #fff;
    color: var(--ct-primary);
    border: 1px solid var(--ct-primary);
    border-radius: 8px;
    padding: 16px 22px;
    font-size: var(--headling2);
    line-height: 23px;
    gap: 8px;
    margin-top: 41px;
    margin-bottom: 60px;
    align-self: flex-start;
    white-space: nowrap;
}

.custom-sub-title-en {
    color: #9aa4b2;
    font-weight: 500;
    font-family: "Funnel Display", sans-serif;
}

.custom-title-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 48px;
}

.custom-landing-data .custom-title-container {
    margin-bottom: 72px;
}

.custom-sub-title {
    font-size: var(--headling2);
    line-height: 130%;
    color: #4b5565;
}

.custom-title {
    font-size: var(--title3);
    line-height: 130%;
    font-weight: 700;
}

.custom-title-2 {
    font-size: var(--title2);
    line-height: 130%;
    font-weight: 700;
}

/*
* header
*/
.custom-header {
    position: fixed;
    top: 0;
    z-index: 99997;
    width: 100%;
    padding: 10px 0;
}

.custom-header-sticky {
    background: #fff;
    transition: all 0.3s ease;
}

.custom-header .custom-header-close-button {
    @media (max-width: 768px) {
        display: block;
        width: 8.125vw;
        height: 8.125vw;
        background: url(/bootstrap/m/custom-assets/images/landing/icon-close.svg) no-repeat center center;
        background-size: 100% auto;
        margin: 0 0 0 auto;
    }
}

.custom-header-button-list {
    display: flex;
    align-items: center;
}

.custom-header-menu-logo {
    width: 80px;
}

.custom-header-menu-top {
    display: none;
}


.custom-header-container {
    padding-block: 16px;
}

.custom-header-logo {
    width: 144px;
}

.custom-text-button {
    color: #121926;
    padding: 10px 24px;
    font-size: 17px;
    font-weight: 500;
}

.custom-text-button:hover {
    color: #121926;
}

.custom-text-button.btn_active {
    color: rgb(93, 43, 244);
    border-color: transparent;
    border:none;
}

.custom-rounded-button {
    border-radius: 8px;
    background-color: #fff;
    color: #364152;
    font-size: 16px;
    border: 1px solid #121926;
    padding: 10px 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -2%;
    margin-left: 12px;
    box-sizing: border-box;
}

/*
* top
*/

.custom-top-title {
    font-size: 64px;
    line-height: 88px;
    font-weight: 700;
    font-family: "Pretendard";
    color: #121926;
}

.custom-top-description {
    font-size: 20px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 28px;
}

.custom-top-description b {
    font-weight: inherit;
}

.custom-landing-top {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-landing-top-img {
    position: absolute;
    top: 43%;
    right: -391px;
    transform: translateY(-50%);
    width: 1500px;
    height: 800px;
    background: url(/bootstrap/custom-assets/images/main/hero_img.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}

.custom-landing-top .custom-start-button {
    margin-top: 41px;
    margin-bottom: 60px;
    align-self: flex-start;
    white-space: nowrap;
}

.swiper-data {
    overflow: visible !important;
}

.swiper-data .swiper-wrapper {
    display: flex;
    align-items: stretch; /* 핵심 */
}

.swiper-data .swiper-wrapper .swiper-slide {
    height: auto;
    opacity: 0.3;
    transition: opacity 0.7s ease, scale 0.7s ease;
    scale: 0.8;
}

.swiper-data .swiper-wrapper .swiper-slide-active {
    opacity: 1;
    scale: 1;
    z-index: 9;
}

.swiper-data-box {
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 16px;
    background: #F6F4FF;
    background: linear-gradient(320deg,rgba(246, 244, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 0 7px 4px rgba(63, 63, 63, 0.12);
    margin-bottom: 20px;
}

.swiper-data-top {
    position: relative;
    display: block;
    padding: 36px 24px 24px;
    padding-right: 0;
    border-radius: 16px 16px 0 0;
    background: var(--ct-primary);
}

.swiper-data-top .category {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    white-space: nowrap;
}

.swiper-data-top .cate_content {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}

.swiper-data-top img {
    position: absolute;
    bottom: -38px;
    right: 16px;
    width: 70px;
    height: 70px;
    object-fit: contain;
    box-shadow: 0 0 7px 4px rgba(63, 63, 63, 0.12);
    border-radius: 50%;
}

.swiper-data-content {
    padding: 28px;
    padding-right: 0;
}

.swiper-data-content .company_nm {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--ct-primary);
    margin-bottom: 4px;
}

.swiper-data-content .company_need {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 16px;
}

.swiper-data-content .company_detail {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    padding-bottom: 16px;
    min-height: 78.39px;
}

.swiper-data-content .company_value {
    display: flex;
    justify-content: flex-start;
    align-items: end;
}

.swiper-data-content .company_value span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 9px;
    padding-right: 6px;
}

.swiper-data-content .company_value b {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--ct-primary);
}

.custom-landing-data .custom-title-container p {
    text-align: center;
}

.swiper-data-btn {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.swiper-data-prev, .swiper-data-next {
    width: 60px;
    height: 60px;
}

.swiper-data-prev img, .swiper-data-next img {
    width: 100%;
    height: 100%;
}

    /*
    * 채널
    */

.custom-landing-channel.custom-inner {
    padding: 108px 0 232px;
}

.custom-flow-channel-list {
    max-width: 865px;
    height: 100px;
    margin: 49px auto 0;
    overflow: hidden;
    position: relative;
    filter: grayscale(100%);
}

.custom-flow-channel-track {
    display: flex;
    gap: 53px;
    width: calc((865px * 2) + 53px);
    animation: flow-channel-list 18s linear infinite;
    height: 100%;
}

.custom-flow-channel-list-img {
    width: 865px;
    flex-shrink: 0;
}

.custom-flow-channel-list-img img {
    height: 100%;
}

.custom-flow-channel-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 15%,
        rgba(255, 255, 255, 0) 85%,
        rgba(255, 255, 255, 1) 100%
    );
    pointer-events: none;
    z-index: 1;
}

/*
* 솔루션
*/

.custom-landing-solution {
    padding: 0 20px;
}

.custom-landing-solution .custom-title {
    padding-bottom: 72px;
}

.custom-landing-solution .custom-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    background: #f8fafc;

    border-radius: 22px;
    padding: 108px 32px;
}

/*
.custom-landing-solution img {
  width: 100%;
  margin: 52px auto 0;
  max-width: 1151px;
  @media (max-width: 768px) {
    margin-top: 8px;
    max-width: 360px;
  }
} */

.solution {
    max-width: 1080px;
    width: 100%;
    background-color: #fff;
    padding: 60px 70px;
    box-shadow: 0px 8px 42px -11px #00000014;
    border-radius: 16px;
}

.solution > div:nth-child(1) {
    position: relative;
    width: 55%;
}

.solution > div:nth-child(2) {
    width: 45%;
}

.solution_img_wrap img {
    position: absolute;
    top: 100px;
    right: 0;
}

.solution_img_wrap img:nth-child(1) {
    top: 0px;
    right: 0;
    transform: translateY(-50%);
}

.solution_img_wrap img:nth-child(2) {
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
}

.solution_img_wrap img:nth-child(3) {
    top: 32px;
    right: 20px;
    width: 130px;
}

.solution_text_wrap {
    text-align: left;
}

.solution_text_wrap h4 {
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 600;
}

.solution_text_wrap p {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5565;
}

.solution_text_wrap hr {
    margin: 24px 0;
}

.solution_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.solution_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;

    font-style: Medium;
    line-height: 130%;
    letter-spacing: -2%;
    text-align: center;
}

/*
* 프로세스
*/

.custom-landing-process {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    will-change: transform;
}

.custom-landing-process .custom-inner {
    position: relative;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;

    padding: 108px 24px;
    padding-top: 200px;
}

.custom_process_img {
    position: relative;
    top: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
}

.process_img_main,
.process_img_sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

.process_img_main {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    border: 2px solid #5d2bf4;
}

.process_img_main > img {
    width: 41px;
    height: 41px;
    object-fit: contain;
}

.process_img_main > span {
    color: #5d2bf4;
    font-weight: 600;
    font-size: 20px;
}

.process_img_sub {
    width: 128px;
    height: 128px;
}

.process_img_sub > img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.process_img_sub > span {
    font-size: 16px;
    color: #697586;
    font-weight: 500;
}

.custom-arrow-section {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 48px;
    top: -120px;
    width: 100%;
}

.custom-arrow-text {
    font-size: 64px;
    color: var(--ct-primary);
    font-family: "Funnel Display", sans-serif;
    font-weight: 700;
    opacity: 0;
    line-height: 83px;
    will-change: opacity, transform;
}

.custom-arrow-text.fade-in {
    opacity: 1;
}

.custom-arrow-container {
    display: flex;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 584px;
    overflow: visible;
}

.custom-arrow-container .arrow {
    width: auto;
    height: 40px;
    flex-shrink: 0;
    margin-left: -14.8px;
    transition: all 0.4s ease;
    opacity: 0.1;
    will-change: opacity, transform;
}

/* 첫 번째 화살표는 마진 제거 */
.custom-arrow-container .arrow-1 {
    margin-left: 0;
}

@keyframes text-fade-in {
    to {
        opacity: 1;
    }
}

/* 예: 10번째 화살표 이후 등장, 필요시 delay 조정 */
.custom-landing-process.animated .custom-arrow-text.top,
.custom-landing-process.animated .custom-arrow-text.bottom {
    animation: text-fade-in 0.6s forwards;
    animation-delay: 0.5s;
}

/*
* 키워드
*/

.custom-landing-keyword {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    height: 100%;
    min-height: 100vh;

    will-change: opacity, transform;
    transition: position 0.3s ease;
}

.custom-keyword-placeholder {
    height: 100vh;
    width: 100%;
}

.custom-keyword-bg {
    width: 1552px;
    height: 1048px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/bootstrap/m/custom-assets/images/landing/bg-keyword.png") no-repeat center / contain;
}

.custom-keyword-swiper-container {
    overflow: hidden;
    height: 447px;
    width: 440px;
    will-change: transform;
}

.custom-keyword-title-list-title {
    font-size: 24px;
}

.custom-keyword-container {
    margin-top: 0; /* 마진 제거 */
    display: flex;
    gap: 50px;
    align-items: center;
    margin-top: 68px;
    will-change: transform;
}

.custom-landing-keyword .custom-inner {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    width: 100%;
}

.custom-keyword-left {
    display: flex;
    gap: 18px;
}

.custom-keyword-title {
    font-family: "Funnel Display", sans-serif;
    font-size: 44px;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: -2%;
    color: var(--ct-primary);
    flex: none;
    margin-top: 15px;
    transition: transform 0.3s ease-in-out;
}

.custom-keyword-title-1 {
    transform: translateY(91px);
}

.custom-keyword-title-2 {
    transform: translateY(189px);
}

.custom-keyword-title-3 {
    transform: translateY(282px);
}

.custom-keyword-list {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.custom-keyword-list .swiper-wrapper {
    display: flex;
    gap: 17px;
    flex-direction: column;
}

.custom-keyword-list span {
    flex-shrink: initial;
    display: block;
    font-size: 74px;
    line-height: 78px;
    font-weight: 700;
    font-family: "Funnel Display", sans-serif;
    color: rgba(0, 0, 0, 0.15);
    transition: opacity 0.2s, color 0.2s;
}

.custom-keyword-list span.active {
    opacity: 1;
    color: var(--ct-primary);
}

.custom-keyword-swiper-nav {
    display: none;
}

.custom-keyword-swiper-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 100;
}

.custom-keyword-swiper-nav button:disabled {
    opacity: 0.5;
}

.custom-keyword-swiper-next {
    transform: translateY(-50%);
    right: 0;
}

.custom-keyword-swiper-prev {
    left: 0;
    transform: translateY(-50%);
}

.custom-keyword-list span.active {
    opacity: 1;
    color: var(--ct-primary);
}

.custom-keyword-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    height: 347px;
}

.custom-keyword-item {
    opacity: 0;
    display: none;
    transition: opacity 0.1s;
    border: 1px solid #efeafe;
    border-radius: 16px;
    background: #fff;
    padding: 32px 32px 48px 32px;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
}

.custom-keyword-item.active {
    opacity: 1;
    display: block;
}

.custom-keyword-icon {
    background: rgba(93, 43, 244, 0.1);
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-keyword-item-title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    margin-top: 29px;
}

.custom-keyword-description {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    color: #4b5565;
    margin-top: 9px;
}

.custom-keyword-button {
    margin-top: 29px;
    border: 1px solid #b49dfa;
    border-radius: 8px;
    padding: 12px 18px;
    color: var(--ct-primary);
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
}

/*
* 고민
*/
.custom-landing-concern .custom-inner {
    padding-top: 232px;
    padding-bottom: 232px;
}

.custom-concern-img {
    margin-top: 5px;
}

.concern_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 49px;
}

.concern_wrap > li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e3e8ef;
    border-radius: 16px;
    gap: 45px;
    padding-top: 36px;
    padding-right: 27px;
    overflow: hidden;
    box-shadow: 0px 8px 42px -11px #00000014;
}

.concern_wrap > li.reverse {
    flex-direction: row-reverse;
    padding-left: 63px;
    padding-right: 0;
}

.concern_wrap > li > .concern_img {
    min-width: 588px;
    height: 348px;

    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.concern_wrap > li > .concern_img_01 {
    background: url("/bootstrap/custom-assets/images/main/concern_img_01.png");
}

.concern_wrap > li > .concern_img_02 {
    background: url("/bootstrap/custom-assets/images/main/concern_img_02.png");
}

.concern_wrap > li > .concern_img_03 {
    background: url("/bootstrap/custom-assets/images/main/concern_img_03.png");
}

/*.concern_wrap > li:nth-child(3) {*/
/*    padding-top: 0;*/
/*}*/

.concern_wrap > li:nth-child(3) > .concern_img {
    background-position: 0px 50px !important;
}

.concern_wrap > li .concern_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 32px;
}

.concern_text_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
}

.concern_text_box img {
    width: 49px;
    height: 49px;
}

.concern_text_factor span {
    position: relative;
    display: block;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;

    color: #4b5565;
}

.concern_text_factor p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
}

.concern_text_factor p b {
    font-weight: 700;
}

/*
* 성과
*/

.result {
    display: flex;
    flex-direction: column;
    justify-content: center;

    backdrop-filter: blur(83px);
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 23px 0px #3e1aa80d;
    padding: 36px 32px 24px;
    border-radius: 24px;
}

.result_title {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.result_title_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.result_title_inner span {
    font-size: 24px;
    font-weight: 500;
}

.result_title_inner img {
    height: 25px;
}

.result_title::before {
    content: "";
    width: 17px;
    height: 35px;
    background: url("/bootstrap/custom-assets/images/main/landing_result_wing01.png") no-repeat center / contain;
}

.result_title::after {
    content: "";
    width: 17px;
    height: 35px;
    background: url("/bootstrap/custom-assets/images/main/landing_result_wing02.png") no-repeat center / contain;
}

.result_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.result_wrap .result_text {
    position: relative;
    display: block;
    width: 33%;
    padding: 50px 0;
}

.result_wrap .result_bar {
    height: 175px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}

.result_wrap .result_text > span {
    position: relative;
    display: block;
    line-height: 130%;
    letter-spacing: -2%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 19px;
    color: #4B5565;
}

.result_wrap .result_text .result_text_factor {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
}

.result_wrap .result_text .result_text_factor > span {
    font-size: 20px;
    font-weight: 600;
    top: -6px;
    position: relative;
}

.result_wrap .result_text .result_text_factor > b {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

/*
* ai
*/

.custom-landing-ai {
    background: url(/bootstrap/m/custom-assets/images/landing/bg-ai.png) no-repeat center center;
    background-size: 1440px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-landing-ai .custom-inner {
    width: 100%;
    padding: 232px 0;
}

.custom-ai-img {
    margin: 47px 0;
    display: block;
}

.custom-ai-description {
    font-size: 20px;
    line-height: 26px;
    color: #121926;
    margin-top: 8px;
    font-weight: 500;
    margin-bottom: 32px;
}

/*
* 컨텐츠
*/

.custom-landing-content {
    background: #f8fafc;
}

.custom-landing-content .custom-inner {
    padding: 108px 20px;
}

.custom-content-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 38px;
}

.custom-content-list li {
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e3e8ef;
    padding: 24px 16px 19px;
}

.custom-content-list li img {
    max-width: 261px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.custom-content-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: -2%;
}

.custom-content-sub-title {
    text-align: start;
    color: #697586;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.custom-content-button {
    margin-top: 16px;
    border: 1px solid #b49dfa;
    border-radius: 8px;
    padding: 8px 12px;
    color: #5d2bf4;
    font-size: var(--label1);
    line-height: 18px;
    font-weight: 600;
}

/*
* 추가캐시
*/

.custom-landing-additional-cash {
    padding: 0 110px;
    background: url(/bootstrap/m/custom-assets/images/landing/bg-cash.png) no-repeat center center;
    background-size: 1440px auto;
    height: calc(100dvh - 268px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.custom-landing-additional-cash .custom-inner {
    width: 100%;
}

.custom-cash-description {
    margin-top: 8px;
    color: #697586;
    font-size: var(--headling2);
    line-height: 23px;
    font-weight: 400;
}

.custom-cash-description em {
}

.custom-landing-additional-cash .custom-start-button {
    margin-top: 38px;
    display: flex;
    font-size: 16px;
    padding: 12px 18px;
}

/*
* animation
*/

@keyframes flow-channel-list {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * (865px + 53px)));
    }
}

@keyframes flow-channel-list-m {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * (495px + 15px)));
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 페이지 배경 */
body {
    background-color: #fff;
}

/* 섹션 바깥 여백(위·아래 공간) */
.feature-section {
    padding: 64px 0;
}

/* 컨테이너: 가운데 정렬 및 폭 제한 */
.custom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 카드(박스) 레이아웃 */
.feature-wrap {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 48px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left; /* 전체 좌측 정렬 */
}

/* 이미지 */
.hero-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    display: block;
}

/* 작은 보랏색 점 */
.badge-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6f42c1;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

/* 체크 리스트 */
.vstack.gap-3 {
    align-items: flex-start; /* 좌측 정렬 */
}

.check-item {
    display: flex;
    align-items: center; /* 아이콘과 텍스트 수직 가운데 */
    gap: 10px;
}

.check-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border: 2px solid #6f42c1;
    border-radius: 50%;
    position: relative;
}

.check-icon::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 12px;
    border-right: 2px solid #6f42c1;
    border-bottom: 2px solid #6f42c1;
    transform: rotate(45deg);
}


/*
* footer
*/

.custom-footer-container {
    border-top: 1px solid var(--Border-border-primary, #eef2f6);
    background: #fcfcfd;
}
.custom-footer-container .custom-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 107px;
    padding: 88px 20px 56px;
}
.custom-footer-logo {
    width: 216px;
}
.custom-footer-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.custom-footer-content-list {
    display: flex;
    gap: 20px;
}
.custom-footer-content-list li {
    color: #4b5565;
    font-size: var(--label1);
    line-height: 130%;
    font-weight: 400;
}
.custom-footer-info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #697586;
    align-items: flex-start;
    font-size: var(--label1);
    line-height: 130%;
    font-weight: 400;
}
.custom-footer-info-list em {
    display: inline-block;
    width: 12px;
}
.custom-footer-content-list-item {
    display: flex;
    gap: 24px;
}
.custom-footer-info-list p {
    display: flex;
    gap: 4px;
    align-items: center;
}
.custom-footer-info-list p img {
    width: 16px;
    height: 16px;
}
.custom-copyright {
    color: #697586;
    text-align: left;
    font-size: var(--label1);
    line-height: 130%;
    font-weight: 400;
    opacity: 0.5;
}


/* 성과 디자인 추가 251215 */

.custom-landing-result {
    height: 784px;
    background: url("/bootstrap/m/custom-assets/images/landing/bg-result.png") no-repeat center;
    background-size: auto 784px;
}

.custom-landing-result .custom-inner {
    padding: 154px 20px 143px;
}

.custom-landing-result .custom-title {
    font-size: 41px;
    line-height: 52px;
    font-weight: 700;
}

.custom-landing-top {
    position: relative;
}

.swiper-top-banner {
    position: absolute !important;

    width: calc(100vw - 32px);
    padding: 8px 0;

    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-top-banner .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
}

.swiper-top-banner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184.5px !important;
    height: 184.5px;
    border-radius: 16px;
    background: #ddd;
    color: #1b1b1b;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.swiper-top-banner-area {
    position: relative;
    padding-top: 124px;
    text-align: left;
}

.swiper-top-banner-text {
    position: relative;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.swiper-top-banner-text b {
    color: var(--ct-primary);
    font-weight: 600;
}

.swiper-top-banner .swiper-slide .bg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 16px;
    padding-right: 0;
    border-radius: 16px;
}

.swiper-top-banner .swiper-slide .bg_01 {
    background: url("/bootstrap/custom-assets/images/main/hero_item_01.png");
}

.swiper-top-banner .swiper-slide .bg_02 {
    background: url("/bootstrap/custom-assets/images/main/hero_item_02.png");
}

.swiper-top-banner .swiper-slide .bg_03 {
    background: url("/bootstrap/custom-assets/images/main/hero_item_03.png");
}

.swiper-top-banner .swiper-slide .bg_04 {
    background: url("/bootstrap/custom-assets/images/main/hero_item_04.png");
}

.swiper-top-banner .swiper-slide .bg_05 {
    background: url("/bootstrap/custom-assets/images/main/hero_item_05.png");
}

.swiper-top-banner .swiper-slide .bg_06 {
    background: url("/bootstrap/custom-assets/images/main/hero_item_06.png");
}

.swiper-top-banner .swiper-slide .bg_07 {
    background: url("/bootstrap/custom-assets/images/main/hero_item_07.png");
}

.swiper-top-banner .swiper-slide .bg_08 {
    background: url("/bootstrap/custom-assets/images/main/hero_item_08.png");
}

.swiper-top-banner .swiper-slide .bg_09 {
    background: url("/bootstrap/custom-assets/images/main/hero_item_09.png");
}

.swiper-top-banner .swiper-slide .company_nm {
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 66px;
    font-weight: 300;
}

.swiper-top-banner .swiper-slide .value {
    position: relative;
    display: block;
    color: #fff;
    font-size: 32px;
    line-height: 1;
}

.swiper-top-banner .swiper-slide .category {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}

/* 우측 하단 플로팅 버튼 */
.fixed_action_btn_wrap {
    position: absolute;
    right: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1;
}

.fixed_action_btn {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: #5D2BF4;
    border: 0;
    cursor: pointer;
}

.fixed_action_btn > svg {
    width: 40px;
    height: 36px;
    margin-bottom: 2px;
}

.fixed_action_btn > span {
    font-size: 13px;
    line-height: 1.2;
}

.fixed_action_btn_img {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.fixed_action_btn_img > img {
    width: 90px;
    height: 90px;
}


.phone-number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #3A3A3A;
    border-radius: 8px;
}

.phone-number span {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: #3A3A3A;
}

.phone-number p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #3A3A3A;
}
