@charset "utf-8";
@import url("fonts.css");

/*
* Saramnuri R&D Team
* Copyright 2021 SARAMNURI
* Written for - www.saramnuri.com
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Pretendard", sans-serif;
    color: #111;
}

a {
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Pretendard", sans-serif;
}
header {
    width: 100%;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: fixed;
    height: 70px;
    z-index: 50;
    background: #333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

header.active {
    background: #fff !important;
    transition: background 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
    header {
        padding: 15px;
        height: 50px;
    }

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #fff;
    border: 1px solid #d6dce2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 0.4s;
    color: #11101d;
    font-size: 28px;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    background: #428dfc;
    border: 1px solid #428dfc;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 100px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f8fbfe;
}

.section-bg-blue {
    background-color: #f2f7ff;
}

.section-bg-grey {
    background-color: #f2f5f7;
}

@media (max-width: 900px) {
    section {
        padding: 50px 0px;
    }

    .section-title {
        padding-bottom: 60px;
    }

    .section-title h1 {
        font-size: 26px;
        letter-spacing: -1px;
    }

    .section-title h2 {
        font-size: 14px;
    }

    .section-title p {
        font-size: 16px;
    }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .services-item {
    margin-bottom: 30px;
}

.services .services-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.services .services-wrap .services-info {
    display: block;
    text-align: center;
    z-index: 3;
    transition: all 0.5s ease 0s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services .services-wrap .services-info p {
    color: #11101d;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    margin: 40px 0 20px;
}

.service-grid {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.service-item {
    padding-right: 10px;
}

.service-item .icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.service-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .service-grid {
        gap: 40px;
    }
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.services-info .btn,
.cta-info .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 15px 0px 15px 15px;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    margin: 10px;
    min-width: 205px;
}

/*--------------------------------------------------------------
# Date Range
--------------------------------------------------------------*/

.date-range {
    border-radius: 10px;
    background: #e6f1ff;
    padding: 60px;
}

.date-range h3 {
    text-align: left;
    color: #0c0c0c;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    word-break: keep-all;
}

.date-range p {
    text-align: center;
    color: #0c0c0c;
    margin-bottom: 0px;
    font-size: 18px;
}

.date-range-item {
    display: flex;
    justify-content: center;
}

.date-range-item .item-box {
    text-align: left;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border-radius: 15px 15px 0px 0px;
    padding: 20px;
    position: relative;
    min-height: 260px;
}

.point {
    text-align: center;
    transition: all ease-in-out 0.3s;
    font-size: 18px;
    background: #6f52ed;
    height: 135px;
    color: #fff;
    padding: 20px;
    border-radius: 0px 0px 15px 15px;
    word-break: keep-all;
}

.date-range-item .text-box {
    display: inline-block;
    text-align: left;
    color: #0c0c0c;
}

.date-range-item .text-box h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 800;
    color: #4e2bf4;
    line-height: 1.5;
    margin-bottom: 10px;
}

.date-range-item .text-box h4 {
    display: inline-block;
    text-align: center;
    color: #0c0c0c;
    font-weight: 600;
}

.date-range-item .text-box i {
    text-align: left;
    font-size: 24px;
    color: #4e2bf4;
    margin-right: 8px;
    vertical-align: middle;
}

.date-range-item .text-box p {
    text-align: left;
    color: #0c0c0c;
    margin-bottom: 0px;
    font-size: 16px;
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .date-range {
        background-size: contain;
        padding: 20px 40px;
    }

    .date-range-item .text-box p {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .date-range {
        height: auto;
        padding: 15px 30px;
    }

    .date-range h3 {
        font-size: 20px;
    }

    .date-range p {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media (max-width: 414px) {
    .date-range {
        height: auto;
        padding: 26px;
    }

    .date-range h3 {
        font-size: 20px;
    }

    .date-range p {
        margin-top: 0px;
        font-size: 16px;
    }

    .date-range-item img {
        width: 50%;
    }
}

@media (max-width: 375px) {
    .date-range {
        height: auto;
        padding: 23px;
    }
}

@media (max-width: 360px) {
    .date-range {
        height: auto;
        padding: 22px;
    }

    .date-range h3 {
        font-size: 18px;
    }

    .date-range p {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .date-range {
        height: auto;
        padding: 18px;
    }
}

.table-responsive {
    width: 100%;
    text-align: center;
}

.table-responsive th {
    color: #0c0c0c;
    word-break: keep-all;
    border: 1px solid #d6dce2;
}

.table-responsive td {
    border: 1px solid #d6dce2;
    color: #0c0c0c;
    word-break: keep-all;
    height: 72px;
    background: #fff;
}

@media (max-width: 414px) {
    .table-responsive {
        width: 100%;
        text-align: center;
    }

    .table-responsive th {
        font-size: 14px !important;
    }

    .table-responsive td {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .table-responsive {
        width: 100%;
        text-align: center;
    }

    .table-responsive th {
        font-size: 14px !important;
    }

    .table-responsive td {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/

#popup-wrap {
    font-size: 14px;
    position: relative;
    font-family: "SCDream", sans-serif;
    letter-spacing: -0.1em;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1.4;
    z-index: 1;
}

#popup-wrap a {
    color: #fff;
    text-decoration: none;
}

#popup-wrap a:hover {
    color: #2679f4;
    text-decoration: underline;
}

#popup-wrap h1,
#popup-wrap h2 {
    line-height: 1.4;
}

#popup-wrap h1 {
    font-size: 20px;
    color: #0c0c0c;
}

#popup-wrap h2 {
    font-size: 12px;
    color: #777;
    margin-bottom: 20px;
}

#popup-wrap ul,
#popup-wrap ol {
    list-style: none;
    margin: 0;
    padding-left: 1em;
    padding: 0;
    word-break: break-all;
}

#popup-wrap #popup-container {
    display: none;
}

#popup-wrap #popup-content1,
#popup-wrap #popup-content2 {
    overflow: auto;
    color: #555;
    min-width: 320px;
    /*max-width: 670px;*/
    max-width: 600px;
    min-height: 300px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    position: fixed;
}

#popup-wrap #popup-content1 {
    left: 10%;
    top: 10%;
}

#popup-wrap #popup-content2 {
    left: 45%;
    top: 10%;
}

#popup-wrap #popup-content1 img,
#popup-wrap #popup-content2 img {
    width: 100%;
    height: auto;
}

#popup-wrap .popup-header {
    height: 60px;
    padding: 20px 20px 10px;
    margin-bottom: 0px;
}

#popup-wrap #popup-footer {
    font-size: 14px;
    width: 100%;
    padding: 9px 20px;
    background-color: #333;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    bottom: 0px;
    border-radius: 0px 0px 6px 6px;
}

#popup-wrap #popup-footer:after {
    content: "";
    display: table;
    clear: both;
}

#popup-wrap #popup-footer input {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
    min-height: auto !important;
}

#popup-wrap #popup-footer p {
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 0.05em;
}

#popup-wrap #popup-footer button {
    float: right;
}

#popup-wrap button {
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 1;
    font-family: "SCDream", sans-serif !important;
    font-size: 14px;
    padding: 5px 10px;
    transition: all 0.2s linear;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    border: 0px;
}

#popup-wrap button:hover {
    color: #2679f4;
}

@media (max-width: 1024px) {
    #popup-wrap #popup-container {
        max-width: 500px;
        height: auto;
    }
}

@media (max-width: 575px) {
    #popup-wrap {
        z-index: 100;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        /*bottom: 0;*/
        margin: 10px;
    }

    #popup-wrap #popup-container {
        width: 100%;
        position: relative;
        left: 0px;
        top: 0px;
    }

    #popup-wrap #popup-content {
        max-height: 100%;
    }

    #popup-wrap #popup-content1 {
        left: 1px;
    }
}

/*--------------------------------------------------------------
# Sub
--------------------------------------------------------------*/

.content-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.img-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* 전체 이미지 한장 */
.img-box.full {
    margin: 10px 0px;
    display: inline-grid;
}

/* 이미지2 좌우배치 */
.img-box.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 10px 0px;
}

/* 반응형 */
@media (max-width: 768px) {
    .section-title {
        font-size: 22px;
    }

    .img-box.grid-2 {
        grid-template-columns: 1fr;
        /* 모바일 시 한줄로 */
    }
}


/*--------------------------------------------------------------
# info-grid
--------------------------------------------------------------*/

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.info-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
}

.info-card.blue {
    background: #f2f8fd;
}

.info-card-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

.info-card-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0px;
}

.info-card-title p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    min-height: 60px;
}

.info-card .img-area img {
    /* width: 100%; */
    margin-top: 16px;
    position: relative;
    /* 실제 이미지 들어오면 background-image or <img>로 변경 */
}

/* 아래 한칸 중앙에 오는 3번째 박스 */
.info-card.wide {
    grid-column: span 2;
}

/* 모바일 */
@media(max-width:900px) {
    .info-grid {
        grid-template-columns: 1fr;
    }

    .info-card.wide {
        grid-column: span 1;
    }

    .info-card h3 {
        font-size: 18px;
    }

    .info-card p {
        font-size: 16px;
        line-height: 1.5;
    }

    .info-card .img-area img {
        width: 100%;

    }
}

/*--------------------------------------------------------------
# feature
--------------------------------------------------------------*/

/* 전체 섹션 */
.feature {
    width: 100%;
    max-width: 1280px;
    margin: 100px auto;
    text-align: center;
    padding: 0px;
}

.feature-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
}

/* 그리드 */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* 카드 */
.feature-card {
    background: #f7f8fc;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
    text-decoration: none;
    color: #111;
    transition: 0.25s;
    display: block;
    border: 1px solid transparent;
}

/* hover 효과 */
.feature-card:hover {
    background: #f3f3f6;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-4px);
    color: #111;
}

/* 아이콘 */
.feature-card .icon {
    font-size: 28px;
    margin-bottom: 12px;
}

/* 제목 */
.feature-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* 내용 */
.feature-card p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.85;
}

/* 반응형 */
@media (max-width: 1024px) {
    .feature {
        margin: 0px;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }

    .feature-card {
        text-align: center;
    }

    .feature-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .feature {
        margin: 0px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .feature-card {
        text-align: center;
    }

    .feature-card h3 {
        font-size: 20px;
    }

    .feature-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}


/*--------------------------------------------------------------
# PRICING TABLE
--------------------------------------------------------------*/

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li + li {
    margin-left: 0;
}

.plan-option .nav.nav-pills li a {
    border: 1px solid #ebf0f2;
    color: #232323;
    font-size: 16px;
    padding: 18px 35px;
    border-radius: 0px;
}

.plan-option .nav.nav-pills .active a {
    border-color: #4e2bf4;
    background-color: #4e2bf4;
    color: #fff;
}

.plan-option .nav.nav-pills li:last-child a {
    border-left: none;
}

.plan-option .nav.nav-pills {}

.plan-option .nav.nav-pills li {
    position: relative;
}

.nav-pills > li + li {
    margin-left: 0;
}

.plan-option .or-crircle {
    background-color: #4e2bf4;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    color: #fff;
    display: block;
    font-size: 10px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    width: 25px;
    position: absolute;
    top: 0px;
    left: -14px;
    z-index: 1;
}

.pricing-table p {
    font-size: 20px;
    color: #0c0c0c;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 600;
}

.plan-price h1 {
    font-size: 40px;
    display: inline-block;
    margin-right: 5px;
    letter-spacing: -2px;
    margin-top: 0px;
}

.plan-price h2 {
    font-size: 18px;
    margin-left: 15px;
    letter-spacing: -2px;
    margin-bottom: 0px;
    color: #ff004e;
    text-decoration: line-through;
    text-align: left;
}

.plan-price h1 sup {
    top: -0.4em;
    font-size: 24px;
}

.plan-price sub {
    font-size: 12px;
    color: #333333;
    display: inline-block;
    bottom: 0.25em;
}

.plan-price span.underline {
    border-bottom: 2px solid #42a5f6;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: left;
}

@media (max-width: 920px) {
    .plan-price h2 {
        margin-left: 18%;
    }
}

@media (max-width: 860px) {
    .plan-price h2 {
        margin-left: 18%;
    }
}

@media (max-width: 768px) {
    .plan-price h2 {
        margin-left: 18%;
    }
}

@media (max-width: 540px) {
    .plan-price h2 {
        margin-left: 23%;
    }
}

@media (max-width: 430px) {
    .plan-price h2 {
        margin-left: 23%;
    }
}

@media (max-width: 375px) {
    .plan-price h2 {
        margin-left: 20%;
    }
}

.upper-detail {
    position: relative;
    padding-top: 30px;
}

h5.plan-name {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #0c0c0c;
}

.plan-price {
    padding-bottom: 43px;
    position: relative;
    padding: 0px 30px;
}

.lower-detail ul > li {
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: left;
}

.lower-detail ul > li i {
    text-align: left;
    font-size: 24px;
    color: #4e2bf4;
    margin-right: 8px;
    vertical-align: middle;
}

.lower-detail ul li:last-child {
    border-bottom: none;
}

@media (max-width: 1024px) {
    .lower-detail {
        padding: 0 15px;
    }

    .lower-detail ul > li {
        font-size: 14px;
    }
}

.btn-area {
    position: absolute;
    width: 100%;
    padding: 0px;
    bottom: 20px;
    margin: 0px -16px;
}

.btn-get {
    padding: 18px 42px;
    border: 2px solid #e5e5e5;
    background: transparent;
    color: #232323;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
}

.outer-border:hover .btn-get {
    background-color: #42a5f6;
    border-color: #42a5f6;
    color: #fff;
}

.pricing-table {
    border: 1px solid #ededed;
    border-radius: 10px;
    min-height: 765px;
    margin: 10px 0px;
}

.select-tag span {
    font-size: 12px;
    background-color: #f7f2ff;
    color: #6f52ed;
    font-family: "PT Sans";
    padding: 6px 15px;
    border-radius: 0px 10px 0px 0px;
}

.select-tag {
    position: absolute;
    right: 0;
    top: 1px;
}

.required-tag span {
    font-size: 12px;
    background-color: #6f52ed;
    color: #fff;
    padding: 6px 15px;
    border-radius: 0px 10px 0px 0px;
}

.required-tag {
    position: absolute;
    right: 0;
    top: 1px;
}

.lower-detail {
    margin-top: 10px;
    padding: 0 30px;
}

.lower-detail ul {
    padding: 0;
}

.outer-border:hover .upper-detail {
    background-color: #f8f9fb;
}

.outer-border:hover .upper-detail::after {
    border-top-color: #f8f9fb;
}

.outer-border:hover {
    border-color: #fff;
    box-shadow: 0 0 12px #f6f6f6;
}

.pricing-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.plan-radio,
.plan-option {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.plan-radio {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.plan-radio label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.plan-radio input[type="radio"] {
    accent-color: #2563eb;
    /* 파란 라디오 */
    cursor: pointer;
    margin: 3px;
}

.plan-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.plan-option label {
    display: inline-flex;
    align-items: center;
}


/* 기본 숨김 */
.price-list {
    display: none;
}

/* 연간 */
#plan-yearly:checked ~ .price-area .yearly {
    display: block;
}

/* 월간 */
#plan-monthly:checked ~ .price-area .monthly {
    display: block;
}

input#plan-monthly {
    position: relative;
    left: 0px;
    top: 23px;
}

input#plan-yearly {
    position: relative;
    left: 77px;
    top: 23px;
}

.discount {
    position: relative;
    margin-left: 8px;
    padding: 4px 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #333;
    background: #ffe8a3;
    border-radius: 4px;
    white-space: nowrap;
}

/* 말풍선 화살표 */
.discount::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffe8a3;
}

@media (max-width: 768px) {

    /* 라디오 영역 세로 정렬 */
    .plan-radio {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .plan-option {
        flex-wrap: wrap;
    }

    input#plan-monthly {
        left: 0px;
        top: 20px;
    }

    input#plan-yearly {
        left: -25px;
        top: 54px;
    }

    .discount {
        margin-left: 8px;
    }

    .discount::before {
        left: -6px;
        top: 11px;
    }
}


/* 카드 */
.price-item {
    background: #333;
    color: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.price-item p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #bdbdbd;
}

.price-item .left h1 {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    width: 100px;
}

.price-item .left span {
    /* margin-left: 20px; */
    font-size: 18px;
    color: #bdbdbd;
}

.right {
    text-align: right;
    display: flex;
    align-items: center;
}

.right b {
    font-size: 24px;
}

.right small {
    display: block;
    color: #ccc;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 5px;
}

.right i {
    font-style: normal;
    opacity: 0.7;
}

.required {
    display: inline-block;
    background: #00c853;
    color: #000;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    margin-right: 15px;
    font-weight: 600;
}

@media (max-width: 768px) {

    .price-item {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }

    .price-item .left h1 {
        width: auto;
        font-size: 20px;
    }

    .price-item .left span {
        display: block;
        font-size: 14px;
        line-height: 1.4;
        margin-top: 4px;
    }

    .right {
        width: 100%;
    }

    .right b {
        font-size: 22px;
    }

    .right small {
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .price-item i {
        font-size: 14px;
    }
}

/* 하단 */
p.notice {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

/*--------------------------------------------------------------
# guide 도입
--------------------------------------------------------------*/

.guide-wrap {
    margin: 0px auto;
    padding: 0 16px;
}

.guide-wrap h2 {
    font-size: 54px;
    margin-bottom: 60px;
}

/* ===== 테이블 ===== */
.guide-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d9e3f0;
}

.guide-table .title {
    background-color: #eff6ff;
}

.guide-table th {
    background: #333;
    color: #fff;
    padding: 18px;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.guide-table td {
    background: #fff;
    padding: 18px;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #d9e3f0;
    border-right: 1px solid #d9e3f0;
}

.guide-table td:first-child {
    font-weight: 600;
    text-align: left;
}

.guide-table tr td:last-child,
.guide-table tr th:last-child {
    border-right: none;
}

/* ===== 모바일 ===== */
@media (max-width: 768px) {
    .guide-wrap {
        padding: 0px;
    }

    .guide-wrap h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .guide-table,
    .guide-table thead,
    .guide-table tbody,
    .guide-table th,
    .guide-table td,
    .guide-table tr {
        display: block;
    }

    .guide-table thead {
        display: none;
    }

    .guide-table {
        border: none;
    }

    .guide-table tr {
        background: #fff;
        border-radius: 12px;
        margin-bottom: 20px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
    }

    .guide-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        border: none;
        border-bottom: 1px solid #eee;
        padding: 14px 16px;
        font-size: 14px;
    }

    .guide-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #333;
        text-align: left;
    }

    .guide-table td:first-child {
        background: #333;
        color: #fff;
        font-weight: 700;
        justify-content: center;
        text-align: center;
    }

    .guide-table td:first-child::before {
        content: "";
    }
}

/*--------------------------------------------------------------
# module
--------------------------------------------------------------*/

.submodule-wrap {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 16px;
}

.submodule-wrap h2 {
    font-size: 54px;
    margin-bottom: 60px;
}

.submodule-wrap .submodule:last-of-type {
    margin-bottom: 0;
}

/* ===== 아코디언 ===== */
.submodule {
    border-bottom: 1px solid #333;
    margin-bottom: 24px;
}

.submodule-header {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0;
    cursor: pointer;

}

.submodule-header span {
    font-size: 30px;
}

.submodule.open .submodule-header {
    border-bottom: 1px solid #333;
}

.submodule-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: ease-in-out, .8s;
    border-top: 1px solid #ddd;
}


.submodule.open .submodule-content {
    max-height: 1100px;
    /* 충분히 크게 */
    opacity: 1;
    transform: translateY(0);
}

.submodule.show-more .feature-more {
    max-height: 1000px;
}

/* ===== 처음엔 숨김 ===== */
.hidden-submodule {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: ease-in-out, .8s;
}

/* ===== 전체보기 클릭 시 ===== */
.hidden-submodule.show {
    max-height: 1000px;
    /* 충분히 큰 값 */
    opacity: 1;
    margin-bottom: 24px;
}

/* ===== 기능 리스트 ===== */
.feature-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.feature-row b {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}

.feature-row p {
    font-size: 18px;
    margin: 0;
    color: #555;
    line-height: 1.5;
}

.feature-more {
    max-height: 0;
    overflow: hidden;
    /* transition: max-height 0.5s ease; */
    transition: ease-in-out, .8s;
}

.submodule.show-more .feature-more {
    display: block;
}

/* ===== 모바일 ===== */
@media (max-width: 768px) {
    .submodule-wrap {
        padding: 0;
    }

    .submodule-wrap h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .submodule-header span {
        font-size: 22px;
    }

    .submodule.open .submodule-content {
        max-height: fit-content;
    }

    .hidden-submodule.show {
        max-height: fit-content;
    }

    .feature-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }


    .feature-row b {
        color: #000;
        font-size: 16px;
    }

    .feature-row p {
        font-size: 16px;
    }
}

/* ===== 버튼 ===== */
.btn-more {
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    color: #428dfc;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-wrap {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 16px;
    font-family: Pretendard, sans-serif;
}

.faq-wrap h2 {
    font-size: 54px;
    margin-bottom: 60px;
}

/* ===== 아이템 ===== */
.faq-item {
    border-top: 1px solid #ddd;
}

.faq-item:last-child {
    border-bottom: 1px solid #ddd;
}

/* ===== 질문 ===== */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    transition: background .3s;
}

.faq-item.active .faq-question {
    background: #333;
    color: #fff;
}

.faq-question .icon {
    font-size: 22px;
    transition: transform .3s;
}

/* ===== 답변 ===== */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    background: #fafafa;
    color: #333;
    line-height: 1.6;
    transition: ease-in-out, .25s;
    font-size: 18px;
    font-weight: 300;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 20px 16px 30px;
}

/* 아이콘 전환 */
.faq-item.active .icon {
    transform: rotate(45deg);
    /* + → x */
}

/* ===== 모바일 ===== */
@media (max-width: 768px) {
    .faq-wrap {
        padding: 0px;
    }

    .faq-wrap h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .faq-question {
        font-size: 16px;
        word-break: keep-all;
    }

    .faq-item.active .faq-answer {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# cta
--------------------------------------------------------------*/

.cta {
    background: #333;
    color: #fff;
    padding: 20px 24px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    cursor: pointer;
}

.cta span {
    color: #00c853;
}

.cta i {
    font-style: normal;
    opacity: 0.7;
}

.sub-cta {
    text-align: center;
    padding: 120px 20px;
    background: linear-gradient(to bottom, #fff, #d8e8ff);
}

.sub-cta h2 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sub-cta h3 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 0px;
}

.sub-cta h3 strong {
    font-weight: 600;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .sub-cta {
        padding: 60px 20px;
    }

    .sub-cta h2 {
        font-size: 24px;
        margin-top: 0px;
        font-weight: 600;
    }

    .sub-cta h3 {
        font-size: 24px;
        margin-bottom: 30px;
        margin-top: 0px;
        font-weight: 600;
    }
}


/*--------------------------------------------------------------
# 도입방식
--------------------------------------------------------------*/


.card-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.hr-card {
    background: #2c7df4;
    border-radius: 10px;
    padding: 40px;
    min-height: 325px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hr-card:hover {
    transform: translateY(-6px);
    background: #2473e9;
}

.hr-card .icon {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    color: #fff;
    background: #1c6fe9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 40px;
}

.hr-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

.hr-card p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    opacity: 0.8;
    font-weight: 300;
    word-break: keep-all;
    letter-spacing: -0.8px;
}

/* 반응형 */
@media (max-width: 1024px) {
    .card-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .card-wrap {
        grid-template-columns: 1fr;
    }

    .hr-card {
        min-height: 280px;
    }

    .hr-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hr-card p {
        font-size: 18px;

    }
}

/* Tags */
.deploy-tag-wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.deploy-tag {
    font-size: 14px;
    padding: 8px 14px;
    background: #f1f5f9;
    border-radius: 5px;
    color: #475569;
}

.deploy-tag.active {
    background: #e8f0ff;
    color: #2563eb;
}

/* Card */
.deploy-card {
    margin: 60px auto 0px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
    padding: 10px 40px 30px;
    max-width: 810px;
}

.deploy-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #e8ebf0;
}

.deploy-card-header h3 {
    font-size: 20px;
    font-weight: 600;
}

.window-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 6px;
}

.window-dot span:nth-child(1) {
    background: #ff5f56;
}

.window-dot span:nth-child(2) {
    background: #ffbd2e;
}

.window-dot span:nth-child(3) {
    background: #27c93f;
}

/* Options */
.deploy-option-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 0px;
}

.deploy-option-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-radius: 10px;
    background: #f4f7f9;
    position: relative;
}

.deploy-option-item.active {
    background: #eff6ff;
    border: 1px solid #cfe0ff;
}

.deploy-option-item.active .deploy-icon {
    color: #428dfc;
}

.deploy-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
}

.deploy-text strong {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
}

.deploy-text span {
    font-size: 16px;
    color: #64748b;
}

.deploy-text .link {
    color: #2563eb;
}

.deploy-badge {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #2563eb;
    color: #fff;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 0px 10px 0px 10px;
}

@media (max-width: 600px) {
    .deploy-tag-wrap {
        display: none;
    }

    .deploy-card {
        padding: 10px 20px;
        margin: 30px auto;
    }

    .deploy-text strong {
        font-size: 18px;
    }

    .deploy-text span {
        font-size: 14px;
    }

    .deploy-badge {
        display: none;
    }
}

.deploy-detail {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

/* Layout */
.deploy-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.deploy-row.reverse {
    flex-direction: row-reverse;
}

/* Text */
.deploy-text-area {
    flex: 1;
}

.deploy-text-area h2 {
    font-size: 40px;
    margin-bottom: 12px;
}

.deploy-text-area h2 span {
    color: #428dfc;
    font-weight: 600;
    margin-left: 10px;
}

.deploy-text-area .sub {
    color: #555;
    margin-bottom: 28px;
    font-size: 22px;
    text-shadow: none;
    font-weight: 400;
}

.deploy-text-area h3 {
    font-size: 22px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.deploy-text-area h3 > i {
    color: #428dfc;
    margin-right: 10px;
    font-weight: 700;
}

.deploy-text-area ul {
    list-style: none;
    padding-left: 20px;
    color: #444;
}

.deploy-text-area li {
    margin-bottom: 10px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 20px;
}

.deploy-text-area li i {
    font-weight: 700;
    margin-right: 5px;
    font-size: 10px;
    color: #000;
}

/* Diagram */
.diagram {
    position: relative;
    flex: 1;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 100px;
    overflow: hidden;
}

.diagram.white {
    background: #fff;
}

.diagram.blue-bg {
    background: #4c8ef7;
}

/* SVG dotted lines */
.lines {
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    height: 300px;
}

.lines line {
    stroke: #9ec1ff;
    stroke-width: 2;
    stroke-dasharray: 4 6;
}

/* Center circle */
.center {
    position: relative;
    z-index: 2;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 8px;
}

.circle.blue {
    background: #4c8ef7;
    color: #fff;
}

.circle.white {
    background: #fff;
    color: #2563eb;
}

/* icon placeholder */
.circle-icon {
    width: 35px;
    height: 35px;
    font-size: 30px;
    /* border-radius: 6px;
  background: rgba(255,255,255,0.3); */
}

/* Items */
.deploy-items {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.deploy-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
}

.deploy-item.blue {
    background: #4c8ef7;
    color: #fff;
}

.deploy-item.white {
    background: #fff;
    color: #2563eb;
}

/* item icon placeholder */
.deploy-item-icon {
    width: 28px;
    height: 28px;
    font-size: 24px;
    line-height: 1.5;
    /*   border-radius: 50%;
  background: rgba(255,255,255,0.35); */
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 900px) {

    .deploy-row,
    .deploy-row.reverse {
        flex-direction: column;
    }

    .deploy-text-area h2 {
        font-size: 24px;
    }

    .deploy-text-area .sub {
        font-size: 16px;
    }

    .deploy-text-area li {
        font-size: 14px;
    }

    .diagram {
        width: 100%;
        justify-content: center;
        gap: 20px;
    }

    .circle {
        width: 120px;
        height: 120px;
    }

    .lines {
        display: none;
    }
}

.suite-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
}

.suite-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.4;
}

.suite-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Header */
.suite-header {
    margin-bottom: 40px;
}

.suite-badge {
    display: inline-block;
    background: #000;
    color: #00dc3c;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 6px;
    margin-top: 30px;
    font-weight: 600;
}

.suite-header h2 {
    font-size: 28px;
    margin-bottom: 16px;
}


.suite-desc-list {
    list-style: none;
    padding-left: 10px;
    color: #555;
}

.suite-desc-list li {
    margin-bottom: 10px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.suite-desc-list li i {
    font-weight: 700;
    margin-right: 5px;
    font-size: 10px;
    color: #428dfc;
}

.suite-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.suite-card h3 {
    background: #4a8cff;
    color: #fff;
    padding: 14px 16px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.suite-card .sub-title {
    background: #428dfc;
    margin-top: 10px;
}

.suite-card ul {
    list-style: none;
    padding: 16px;
    margin-top: 0px;
}

.suite-card li {
    font-size: 16px;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e8ef;
}

.suite-card li:last-child {
    border-bottom: none;
}

.interface-visual {
    margin-top: 40px;
    border: 1px solid #d6dce2;
    height: auto;
    border-radius: 16px;
    max-height: 668px;
    background-color: #fff;
}

.interface-visual img {
    width: 100%;
    height: auto;
}


/* 태블릿 */
@media (max-width: 1024px) {
    .suite-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 모바일 */
@media (max-width: 640px) {
    .suite-grid {
        grid-template-columns: 1fr;
    }

    .suite-header h2 {
        font-size: 20px;
        word-break: keep-all;
    }

    .suite-desc-list li {
        font-size: 14px;
        word-break: keep-all;
    }

    .suite-title {
        font-size: 22px;
        word-break: keep-all;
    }

    .interface-visual {
        max-height: 170px;
    }
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 auto;
    position: relative;
}

.process-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid #e5e8ef;
}

.process-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -24px;
    width: 24px;
    height: 2px;
    background: #000;
}

.step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.step-badge.blue {
    background: #3b82f6;
}

.process-card h3 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 500;
}

.step-link {
    display: inline-block;
    font-size: 18px;
    color: #428dfc;
    margin-bottom: 12px;
    letter-spacing: -0.8px;
    word-break: keep-all;
}

.process-card p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 16px;
    letter-spacing: -0.8px;
    min-height: 78px;
    word-break: keep-all;
}

.process-card ul {
    padding-left: 18px;
}

.process-card li {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
    word-break: keep-all;
}

/* 반응형 */
@media (max-width: 1024px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-card::after {
        display: none;
    }
}

@media (max-width: 640px) {
    .process-steps {
        grid-template-columns: 1fr;
    }
}