div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
    box-shadow: 0 0 0 0 !important;
}
div:where(.swal2-icon).swal2-warning {
    color: #83B414 !important;
    border-color: #83B414 !important;
}
.swal2-cancel {
    margin-left:10px;
    border-color: #83B414;
    color:#83B414;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.27px;
    padding: 9px 27px;
    border-radius: 6px;
}
.swal2-cancel:hover {
    color:white;
    background-color:#83B414;
}
.action.primary-solid {
    margin-top: 15px;
    font-size: 16px;
    height: 48px;
}
.fv-plugins-bootstrap5-row-valid .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}
.fv-plugins-bootstrap5-row-invalid .invalid-feedback{
    display: inline-block;
    width: 100%;
    margin-top: .25rem;
    font-size: .775em;
    color: var(--bs-form-invalid-color);
}
.show__email_verifications{
    color:white;background: #83B414;padding:3px 10px 5px 10px;top:8px !important; border-radius: 8px;
    font-weight: 600 !important;font-size:16px !important;
}
.show__email_verifications .gray{
    background: gray;
}
.input-cover > .invalid-feedback {
    text-align: center !important;
}
.input-image > .add-span {
    line-height: 20.27px;
    font-size: 14px;
    font-weight: 400;
    color: #989898;
    text-align: center;
}
.ph-dropdown-menu--item, .view__portfolio{
    cursor: pointer;
}
.swal2-confirm {
    min-width:90px;
}
.avatar_circle{
    border-radius: 50%;
}
.portfolio-bold-text{
    font-weight: 700;
    font-size: 14px;
    line-height: 20.27px;
    padding-top:20px;
    padding-bottom:5px;
}
#thumbnail_slider {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.thumbnail-item {
    cursor: pointer;
    display: inline-block;
}
.thumbnail-item img {
    width: 200px;
    height: auto;
    display: block;
}
/* 모바일 크기일 때 숨김 */
@media (max-width: 768px) {
    #thumbnail_slider {
        display: none;
    }
    .slide-item {
        display: block !important;
        margin-top:10px;
    }
}
.file-upload-button {
    min-width:80px;
    text-align:center;
}
#job-list .job {
    max-width:1200px;
}
#job-list .job .name h3{
    max-width:800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 1000px) {
    #job-list .job .name h3 {
        max-width:240px;
    }
}
.radio-box {
    border-radius:30px !important;
}
.hand-pointer {
    cursor:pointer;
}
.edit-post{
    position: relative;right:0px;
}
@media (max-width: 1200px) {
    .edit-post {
        position: absolute;
        right: 20px;
    }
}
.avatr-80 {
    width:80px;
    border-radius: 50%;
    object-fit: cover;
}
#gnb-chat-avator-title {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.non-active {
    display:none !important;
}
.message-noti {
    color:black;margin-top:30px;margin-bottom:30px;
}
.max-width-130 {
    max-width:130px;
}
.margin-top--5px {
    margin-top:-5px
}
#chat-starred, .recent-searches-item-pc, .recent-searches-item-mobi {
    cursor:pointer
}
.common-badge{
    color: #FF8A00;
    font-size: 12px;
    font-weight: 700;
    line-height: 17.38px;
    padding: 6px 10px;
    background-color: #FFF6EB;
    max-height: 28px;
    margin-left: 8px;
}
.item-line-ellipsis {
    max-width:150px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.line-change{
    word-wrap: break-word;overflow-wrap: break-word;white-space: normal;max-width: 90%;
}
.gnb-focus {
    color:#121212 !important;
}
.gnbm-focus {
    color: #83B414;
}
.select2-search__field {
    padding: 14px 16px;
    border: 1px solid #DBDEE9;
    border-radius: 4px;
    height: 48px;
    width:100%;
    outline: none;
}
.select2-search__field:focus {
    border: 1px solid #DBDEE9;
}
.center-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dot-1 {
    z-index: 2;
    animation: rotateAnimation 10s linear infinite;
}
.dot-2 {
    z-index: 3;
    animation: reverseRotateAnimation 20s linear infinite;
}
.dot-3 {
    z-index: 4;
    animation: rotateAnimation 30s linear infinite;
}
.dot-4 {
    z-index: 5;
    animation: rotateAnimation 30s linear infinite;
}
.dot-5 {
    z-index: 6;
    animation: reverseRotateAnimation 30s linear infinite;
}
@media (max-width: 991px) {
    .center-wrapper {
        z-index: -1;
    }
}
@media (min-width: 992px) {
    .center-wrapper {
        z-index: 1;
    }
}
@keyframes rotateAnimation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    25% {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    75% {
        transform: translate(-50%, -50%) rotate(270deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes reverseRotateAnimation {
    0% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
    25% {
        transform: translate(-50%, -50%) rotate(270deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    75% {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}
.deadline {
    text-decoration : line-through !important;
    background-color:#F9FBFF !important;
}
@media screen and (min-width: 992px) {
    .header_inner .navigation
    .menu-list--item.has-submenu > ul {
        overflow: visible !important;
    }
    .header_inner .navigation
    .menu-list--item.has-submenu > ul > li.has-depth3 {
        position: relative;
    }
    .header_inner .navigation
    .menu-list--item.has-submenu > ul > li.has-depth3 > ul.depth3-menu {
        position: absolute !important;
        top: 0 !important;
        left: 100% !important;
        right: auto !important;
        display: block !important;
        width: 243px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 8px 0 !important;
        background-color: #ffffff;
        border-radius: 0 8px 8px 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: visible !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        z-index: 9999 !important;
    }
    .header_inner .navigation
    .menu-list--item.has-submenu > ul > li.has-depth3:hover > ul.depth3-menu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }
    .header_inner .navigation
    .menu-list--item.has-submenu > ul > li.has-depth3 > ul.depth3-menu > li > a {
        display: block;
        width: 243px !important;
        padding: 14px 16px !important;
        color: #545454;
        background-color: #ffffff;
        white-space: nowrap;
    }
    .header_inner .navigation
    .menu-list--item.has-submenu > ul > li.has-depth3 > ul.depth3-menu > li > a:hover {
        color: #121212;
        background-color: #F4F5FC;
    }
}
.menu-list-mobile .mobile-depth3-menu {
    margin: 10px 20px 14px 32px !important;
    padding: 8px 0 !important;
    background-color: #f7f8fa !important;
    border: 1px solid #e1e4e8 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}
.brand_section {
    position: relative;
    padding: 50px 0 0px;
    background: #ffffff;
}
.brand_section .container_section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}
.brand_header {
    max-width: 820px;
    margin: 0 auto 48px;
}
.brand_eyebrow {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    color: #83B414;
}
.brand_title {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1.4px;
    color: #111;
}
.brand_title .text-primary {
    color: #83B414 !important;
}
.brand_description {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: #777;
}
.brand_wall {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(248,248,248,.95) 0%,
            rgba(255,255,255,1) 100%
        );
    border-radius: 28px;
}
.brand_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
}
.brand_item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 26%;
    width: 1px;
    height: 48%;
    background: rgba(0,0,0,.055);
}
/* remove divider every 6 */
.brand_item:nth-child(6n)::after {
    display: none;
}
.brand_item:nth-child(n+7)::before {
    content: "";
    position: absolute;
    left: 18%;
    top: 0;
    width: 64%;
    height: 1px;
    background: rgba(0,0,0,.04);
}
.brand_item img {
    display: block;
    width: auto;
    height: auto;
    max-width: 145px;
    max-height: 56px;
    object-fit: contain;
    opacity: .78;
    filter: grayscale(25%);
    transition:
        transform .25s ease,
        opacity .25s ease,
        filter .25s ease;
}
.brand_item:hover img {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.08);
}
.brand_item {
    transition: background .25s ease;
}
.brand_item:hover {
    background: rgba(131,180,20,.035);
}
@media (max-width: 1199px) {
    .brand_wall {
        grid-template-columns: repeat(4, 1fr);
    }
    .brand_item:nth-child(6n)::after {
        display: block;
    }
    .brand_item:nth-child(4n)::after {
        display: none;
    }
    .brand_item:nth-child(n+5)::before {
        content: "";
        position: absolute;
        left: 18%;
        top: 0;
        width: 64%;
        height: 1px;
        background: rgba(0,0,0,.04);
    }
    .brand_item {
        min-height: 125px;
    }
}
@media (max-width: 767px) {
    .brand_section {
        padding: 0px 0 76px;
    }
    .brand_section .container_section {
        padding: 0 18px;
    }
    .brand_header {
        margin-bottom: 36px;
    }
    .brand_title {
        font-size: 30px;
    }
    .brand_description {
        font-size: 14px;
    }
    .brand_wall {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 20px;
    }
    .brand_item {
        min-height: 100px;
        padding: 20px 16px;
    }
    .brand_item:nth-child(4n)::after {
        display: block;
    }
    .brand_item:nth-child(2n)::after {
        display: none;
    }
    .brand_item:nth-child(n+3)::before {
        content: "";
        position: absolute;
        left: 15%;
        top: 0;
        width: 70%;
        height: 1px;
        background: rgba(0,0,0,.04);
    }
    .brand_item img {
        max-width: 110px;
        max-height: 42px;
        border-radius: 50% !important;
    }
}
.brand_section .container_section {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
}
.brand_wall {
    width: 100%;
}
.brand_title {
    font-size: 42px;
}
.brand_description {
    font-size: 16px;
}
.service_section {
    position: relative;
    padding: 110px 0 80px;
    background: #ffffff;
}
.service_section .container_section {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 32px;
}
.service_header {
    max-width: 820px;
    margin: 0 auto 56px;
}
.service_eyebrow {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #83B414;
}
.service_title {
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1.5px;
    color: #111111;
}
.service_title .text-primary {
    color: #83B414 !important;
}
.service_description {
    margin: 18px auto 0;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.8;
    color: #777777;
}
.service_featured {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 54px;
    align-items: center;
    padding: 56px 58px;
    margin-bottom: 30px;
    border: 1px solid #edf0e9;
    border-radius: 30px;
    overflow: hidden;
}
.service_featured_content {
    position: relative;
    z-index: 2;
}
.service_number {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    color: #83B414;
}
.service_category {
    display: block;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    color: #999999;
}
.service_featured h3,
.service_card h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -1px;
    color: #111111;
}
.service_text {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.85;
    color: #666666;
}
.service_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}
.service_tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 500;
    color: #555555;
    background: #f5f6f3;
    border-radius: 999px;
}
.service_project {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #e9ece5;
}
.service_project_label {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #83B414;
}
.service_project p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    color: #333333;
}
.service_link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    border-bottom: 1px solid #111111;
    text-decoration: none;
    transition:
        color .2s ease,
        border-color .2s ease,
        gap .2s ease;
}
.service_link:hover {
    gap: 15px;
    color: #83B414;
    border-color: #83B414;
}
.service_featured_visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 390px;
}
.service_featured_visual::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(131, 180, 20, .12) 0%,
            rgba(131, 180, 20, .035) 48%,
            rgba(131, 180, 20, 0) 72%
        );
}
.service_featured_visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, .10);
}
.service_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.service_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 40px 42px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 24px;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}
.service_card:hover {
    transform: translateY(-6px);
    border-color: rgba(131, 180, 20, .28);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, .06);
}
.service_card_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.service_card_top .service_number {
    margin-bottom: 0;
}
.service_card_top .service_category {
    margin-bottom: 0;
    text-align: right;
}
/* 카드 안의 링크 하단 정렬 */
.service_card .service_link {
    margin-top: auto;
}
.service_card::before {
    content: "";
    position: absolute;
    left: 42px;
    top: 0;
    width: 44px;
    height: 3px;
    background: #83B414;
    border-radius: 0 0 3px 3px;
}
@media (max-width: 1199px) {
    .service_section {
        padding: 90px 0 100px;
    }
    .service_section .container_section {
        padding: 0 28px;
    }
    .service_title {
        font-size: 40px;
    }
    .service_featured {
        gap: 36px;
        padding: 46px 44px;
    }
    .service_featured_visual {
        min-height: 330px;
    }
    .service_featured h3,
    .service_card h3 {
        font-size: 27px;
    }
    .service_card {
        min-height: 420px;
        padding: 36px 34px;
    }
    .service_card::before {
        left: 34px;
    }
}
@media (max-width: 991px) {
    .service_section {
        padding: 80px 0 90px;
    }
    .service_header {
        margin-bottom: 44px;
    }
    .service_title {
        font-size: 36px;
    }
    .service_featured {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .service_featured_visual {
        min-height: auto;
    }
    .service_featured_visual img {
        max-width: 650px;
    }
    .service_grid {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }
    .service_card {
        min-height: 440px;
    }
}
@media (max-width: 767px) {
    .service_section {
        padding: 64px 0 74px;
    }
    .service_section .container_section {
        padding: 0 18px;
    }
    .service_header {
        margin-bottom: 34px;
    }
    .service_eyebrow {
        font-size: 11px;
    }
    .service_title {
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: -.8px;
    }
    .service_description {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.7;
    }
    .service_featured {
        padding: 32px 24px;
        border-radius: 22px;
        margin-bottom: 18px;
    }
    .service_featured h3,
    .service_card h3 {
        font-size: 24px;
    }
    .service_text {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.75;
    }
    .service_tags {
        margin-top: 18px;
    }
    .service_tags span {
        min-height: 30px;
        padding: 6px 10px;
        font-size: 12px;
    }
    .service_project {
        margin-top: 22px;
        padding-top: 18px;
    }
    .service_featured_visual::before {
        width: 250px;
        height: 250px;
    }
    .service_featured_visual img {
        border-radius: 14px;
    }
    .service_grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .service_card {
        min-height: auto;
        padding: 30px 24px;
        border-radius: 20px;
    }
    .service_card::before {
        left: 24px;
    }
    .service_card .service_link {
        margin-top: 26px;
    }
}
@media (max-width: 480px) {
    .service_section {
        padding: 54px 0 64px;
    }
    .service_title {
        font-size: 27px;
    }
    .service_featured {
        padding: 28px 20px;
    }
    .service_card {
        padding: 28px 20px;
    }
    .service_card::before {
        left: 20px;
    }
}
.level-overview-home .overview-tips .tips-contents .content .item {
    flex: 0 0 22%;
}
.level-overview-home .overview-tips .tips-contents .content .item2 {
    margin-top:50px;
}
.process_section {
    position: relative;
    padding: 110px 0 120px;
    background: #ffffff;
}
.process_section .container_section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
}
.process_header {
    max-width: 820px;
    margin: 0 auto 70px;
}
.process_eyebrow {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    color: #83B414;
}
.process_title {
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1.5px;
    color: #111111;
}
.process_title .text-primary {
    color: #83B414 !important;
}
.process_description {
    max-width: 760px;
    margin: 18px auto 0;
    font-size: 16px;
    line-height: 1.8;
    color: #777777;
}
.process_list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 18px;
}
.process_list::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 7%;
    right: 7%;
    height: 1px;
    background: #e7eadf;
    z-index: 0;
}
.process_item {
    position: relative;
    z-index: 2;
    min-width: 0;
    text-align: center;
    padding: 0 10px;
}
.process_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    background: #ffffff;
    border: 1px solid #e9ede1;
    border-radius: 50%;
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}
.process_icon svg {
    width: 42px;
    height: 42px;
}
.process_item:hover .process_icon {
    transform: translateY(-5px);
    border-color: rgba(131, 180, 20, .4);
    box-shadow:
        0 16px 35px rgba(0, 0, 0, .06);
}
.process_number {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #83B414;
}
.process_item h3 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -.4px;
    color: #111111;
}
.process_item p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    word-break: keep-all;
    color: #777777;
}
.process_item:hover h3 {
    color: #83B414;
}
@media (max-width: 1199px) {
    .process_section {
        padding: 90px 0 100px;
    }
    .process_list {
        grid-template-columns: repeat(4, 1fr);
        gap: 45px 24px;
    }
    .process_list::before {
        display: none;
    }
    .process_item {
        padding: 0 18px;
    }
}
@media (max-width: 991px) {
    .process_header {
        margin-bottom: 55px;
    }
    .process_title {
        font-size: 38px;
    }
    .process_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 24px;
    }
}
@media (max-width: 767px) {
    .process_section {
        padding: 65px 0 75px;
    }
    .process_section .container_section {
        padding: 0 18px;
    }
    .process_header {
        margin-bottom: 42px;
    }
    .process_eyebrow {
        font-size: 11px;
    }
    .process_title {
        font-size: 30px;
        letter-spacing: -.8px;
    }
    .process_description {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.7;
    }
    .process_list {
        display: block;
    }
    .process_item {
        position: relative;
        min-height: 120px;
        padding: 0 0 32px 84px;
        text-align: left;
    }
    .process_item:last-child {
        padding-bottom: 0;
    }
    .process_item::before {
        content: "";
        position: absolute;
        left: 35px;
        top: 70px;
        width: 1px;
        height: calc(100% - 52px);
        background: #e7eadf;
    }
    .process_item:last-child::before {
        display: none;
    }
    .process_icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 70px;
        height: 70px;
        margin: 0;
    }
    .process_icon svg {
        width: 38px;
        height: 38px;
    }
    .process_number {
        padding-top: 4px;
    }
    .process_item h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .process_item p {
        max-width: 430px;
        font-size: 14px;
        line-height: 1.7;
    }
}
@media (max-width: 480px) {
    .process_section {
        padding: 55px 0 65px;
    }
    .process_title {
        font-size: 27px;
    }
    .process_item {
        padding-left: 76px;
    }
    .process_icon {
        width: 62px;
        height: 62px;
    }
    .process_icon svg {
        width: 34px;
        height: 34px;
    }
    .process_item::before {
        left: 31px;
        top: 62px;
    }
}
.inquiry-cta-section {
    padding: 110px 0 120px;
    background: #ffffff;
}
.inquiry-cta-section .container_section {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 32px;
}
.inquiry-cta {
    position: relative;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center;
    padding: 76px 80px;
    overflow: hidden;
    border: 1px solid #edf0e7;
    border-radius: 32px;
    box-shadow:
        0 25px 70px rgba(0, 0, 0, .045);
}
.inquiry-cta::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: -230px;
    border-radius: 50%;
    background: rgba(131, 180, 20, .055);
}
.inquiry-cta::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: 60px;
    bottom: -100px;
    border-radius: 50%;
    background: rgba(131, 180, 20, .06);
}
.inquiry-cta__content {
    position: relative;
    z-index: 2;
}
.inquiry-cta__eyebrow {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    color: #83B414;
}
.inquiry-cta__title {
    margin: 0;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1.6px;
    color: #111;
}
.inquiry-cta__title .text-primary {
    color: #83B414 !important;
}
.inquiry-cta__description {
    max-width: 520px;
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 1.85;
    color: #666;
}
.inquiry-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 210px;
    margin-top: 32px;
    padding: 17px 26px;
    background: #83B414;
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease,
        gap .2s ease;
}
.inquiry-cta__button:hover {
    color: #ffffff;
    background: #739f11;
    gap: 20px;
    transform: translateY(-2px);
    box-shadow:
        0 12px 30px rgba(131, 180, 20, .22);
}
.inquiry-cta__note {
    max-width: 450px;
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 1.7;
    color: #999;
}
.inquiry-cta__services {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.inquiry-guide {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 20px;
    padding: 27px 0;
    border-bottom: 1px solid #e4e8de;
}
.inquiry-guide:first-child {
    padding-top: 0;
}
.inquiry-guide:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.inquiry-guide__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #83B414;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}
.inquiry-guide__content h3 {
    margin: 2px 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
}
.inquiry-guide__content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #777;
}
@media (max-width: 1199px) {
    .inquiry-cta {
        gap: 60px;
        padding: 64px 58px;
    }
    .inquiry-cta__title {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .inquiry-cta-section {
        padding: 90px 0;
    }
    .inquiry-cta {
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 56px 48px;
    }
    .inquiry-cta__content {
        text-align: center;
    }
    .inquiry-cta__description,
    .inquiry-cta__note {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .inquiry-cta-section {
        padding: 65px 0 75px;
    }
    .inquiry-cta-section .container_section {
        padding: 0 18px;
    }
    .inquiry-cta {
        gap: 42px;
        padding: 42px 25px;
        border-radius: 24px;
    }
    .inquiry-cta__eyebrow {
        font-size: 11px;
    }
    .inquiry-cta__title {
        font-size: 31px;
        line-height: 1.35;
        letter-spacing: -1px;
    }
    .inquiry-cta__description {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.75;
    }
    .inquiry-cta__button {
        width: 100%;
        margin-top: 26px;
    }
    .inquiry-guide {
        grid-template-columns: 52px 1fr;
        gap: 14px;
        padding: 22px 0;
    }
    .inquiry-guide__number {
        width: 42px;
        height: 42px;
    }
    .inquiry-guide__content h3 {
        font-size: 18px;
    }
    .inquiry-guide__content p {
        font-size: 14px;
    }
}
.service-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 105px;
    background: #fff;
}
.service-hero .container_section {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 32px;
}
.service-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}
.service-hero__content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}
.service-hero__eyebrow {
    display: block;
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .18em;
    color: #83B414;
}
.service-hero__title {
    margin: 0;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -2.2px;
    color: #111;
}
.service-hero__title .text-primary {
    color: #83B414 !important;
}
.service-hero__description {
    max-width: 620px;
    margin: 26px 0 0;
    font-size: 17px;
    line-height: 1.85;
    color: #666;
}
.service-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 0;
}
.service-hero__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #f4f6f1;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #555;
}
.service-hero__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 34px 0 0;
}
.service-hero__primary,
.service-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: .25s ease;
}
.service-hero__primary {
    background: #83B414;
    color: #fff;
}
.service-hero__primary:hover {
    gap: 18px;
    background: #739f11;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(131, 180, 20, .2);
}
.service-hero__secondary {
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
}
.service-hero__secondary:hover {
    border-color: #83B414;
    color: #83B414;
}
.service-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
}
.service-hero__visual::before {
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(131, 180, 20, .13) 0%, rgba(131, 180, 20, .045) 45%, rgba(131, 180, 20, 0) 72%);
}
.service-hero__image-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 590px;
    padding: 18px;
    border: 1px solid #edf0e9;
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .08);
}
.service-hero__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
}
.service-hero__badge {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 170px;
    padding: 16px 18px;
    border: 1px solid #edf0e9;
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}
.service-hero__badge strong {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #83B414;
}
.service-hero__badge span {
    font-size: 14px;
    font-weight: 700;
    color: #222;
}
.service-hero__badge--top {
    top: 55px;
    right: -18px;
}
.service-hero__badge--bottom {
    bottom: 68px;
    left: -28px;
}
@media (max-width: 1199px) {
    .service-hero {
        padding: 90px 0;
    }
    .service-hero__grid {
        gap: 50px;
    }
    .service-hero__title {
        font-size: 48px;
    }
    .service-hero__visual {
        min-height: 460px;
    }
    .service-hero__image-wrap {
        max-width: 520px;
    }
}
@media (max-width: 991px) {
    .service-hero__grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }
    .service-hero__content {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }
    .service-hero__description {
        margin-left: auto;
        margin-right: auto;
    }
    .service-hero__tags,
    .service-hero__actions {
        justify-content: center;
    }
    .service-hero__visual {
        min-height: auto;
    }
    .service-hero__badge--top {
        right: 6%;
    }
    .service-hero__badge--bottom {
        left: 5%;
    }
}
@media (max-width: 767px) {
    .service-hero {
        padding: 64px 0 72px;
    }
    .service-hero .container_section {
        padding: 0 18px;
    }
    .service-hero__eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
    }
    .service-hero__title {
        font-size: 36px;
        line-height: 1.25;
        letter-spacing: -1.4px;
    }
    .service-hero__description {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.75;
    }
    .service-hero__tags {
        gap: 6px;
        margin-top: 20px;
    }
    .service-hero__tags span {
        min-height: 30px;
        padding: 6px 10px;
        font-size: 12px;
    }
    .service-hero__actions {
        flex-direction: column;
        margin-top: 26px;
    }
    .service-hero__primary,
    .service-hero__secondary {
        width: 100%;
    }
    .service-hero__image-wrap {
        padding: 10px;
        border-radius: 20px;
    }
    .service-hero__image {
        border-radius: 14px;
    }
    .service-hero__badge {
        display: none;
    }
}
.service-overview {
    padding: 110px 0;
    background: #ffffff;
}
.service-overview .container_section {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 32px;
}
.service-overview__header {
    max-width: 900px;
    margin: 0 auto 58px;
}
.service-overview__eyebrow {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .18em;
    color: #83B414;
}
.service-overview__title {
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -1.5px;
    color: #111;
}
.service-overview__title .text-primary {
    color: #83B414 !important;
}
.service-overview__description {
    max-width: 820px;
    margin: 18px auto 0;
    font-size: 16px;
    line-height: 1.8;
    color: #6f6f6f;
}
.service-overview__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}
.service-overview__item {
    position: relative;
    min-height: 245px;
    padding: 34px 40px 32px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #ffffff;
    transition: background .25s ease, transform .25s ease;
}
.service-overview__item:hover {
    background: #fafcf7;
}
.service-overview__item--document {
    background: #fbfcf8;
}
.service-overview__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}
.service-overview__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.service-overview__icon svg {
    display: block;
    width: 48px;
    height: 48px;
}
.service-overview__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f2f6e9;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .06em;
    color: #83B414;
}
.service-overview__item h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -.7px;
    color: #111;
}
.service-overview__item p {
    max-width: 500px;
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.75;
    color: #707070;
}
.service-overview__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 17px;
}
.service-overview__tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    background: #f3f5ef;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #5d5d5d;
}
.service-overview__item--document .service-overview__tags span {
    background: #eef3e4;
}
@media (max-width: 991px) {
    .service-overview {
        padding: 90px 0;
    }
    .service-overview__header {
        margin-bottom: 48px;
    }
    .service-overview__title {
        font-size: 38px;
    }
    .service-overview__item {
        min-height: 230px;
        padding: 30px 30px 28px;
    }
    .service-overview__item h3 {
        font-size: 22px;
    }
    .service-overview__item p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .service-overview {
        padding: 68px 0 74px;
    }
    .service-overview .container_section {
        padding: 0 18px;
    }
    .service-overview__header {
        margin-bottom: 36px;
    }
    .service-overview__eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
    }
    .service-overview__title {
        font-size: 31px;
        line-height: 1.35;
        letter-spacing: -1px;
    }
    .service-overview__description {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.75;
    }
    .service-overview__grid {
        grid-template-columns: 1fr;
    }
    .service-overview__item {
        min-height: auto;
        padding: 28px 24px 26px;
    }
    .service-overview__top {
        margin-bottom: 16px;
    }
    .service-overview__icon,
    .service-overview__icon svg {
        width: 42px;
        height: 42px;
    }
    .service-overview__number {
        min-width: 34px;
        height: 26px;
        font-size: 11px;
    }
    .service-overview__item h3 {
        font-size: 21px;
    }
    .service-overview__item p {
        margin-top: 11px;
        font-size: 14px;
        line-height: 1.7;
    }
    .service-overview__tags {
        gap: 6px;
        margin-top: 15px;
    }
    .service-overview__tags span {
        min-height: 28px;
        padding: 5px 9px;
        font-size: 11px;
    }
}
.target-clients {
    padding: 110px 0;
    background: #f8faf5;
}
.target-clients .container_section {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 32px;
}
.target-clients__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: start;
}
.target-clients__intro {
    position: sticky;
    top: 110px;
    max-width: 520px;
}
.target-clients__eyebrow {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .18em;
    color: #83B414;
}
.target-clients__title {
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1.5px;
    color: #111;
}
.target-clients__title .text-primary {
    color: #83B414 !important;
}
.target-clients__description {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.85;
    color: #6f6f6f;
}
.target-clients__point {
    margin-top: 36px;
    padding: 24px 0 0;
    border-top: 1px solid #dfe5d6;
}
.target-clients__point-label {
    display: block;
    margin-bottom: 9px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .12em;
    color: #83B414;
}
.target-clients__point p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #555;
}
.target-clients__list {
    border-top: 1px solid #dfe3da;
}
.target-client {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 26px;
    padding: 34px 0;
    border-bottom: 1px solid #dfe3da;
}
.target-client__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #dfe6d7;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    color: #83B414;
}
.target-client__content h3 {
    margin: 2px 0 0;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -.6px;
    color: #111;
}
.target-client__content p {
    max-width: 620px;
    margin: 11px 0 0;
    font-size: 15px;
    line-height: 1.75;
    color: #707070;
}
.target-client__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
}
.target-client__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef3e7;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #5d5d5d;
}
@media (max-width: 991px) {
    .target-clients {
        padding: 90px 0;
    }
    .target-clients__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .target-clients__intro {
        position: static;
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }
    .target-clients__title {
        font-size: 38px;
    }
    .target-clients__point {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .target-clients {
        padding: 68px 0 74px;
    }
    .target-clients .container_section {
        padding: 0 18px;
    }
    .target-clients__grid {
        gap: 38px;
    }
    .target-clients__eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
    }
    .target-clients__title {
        font-size: 31px;
        line-height: 1.35;
        letter-spacing: -1px;
    }
    .target-clients__description {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.75;
    }
    .target-clients__point {
        margin-top: 26px;
        padding-top: 20px;
    }
    .target-client {
        grid-template-columns: 50px 1fr;
        gap: 14px;
        padding: 26px 0;
    }
    .target-client__number {
        width: 42px;
        height: 42px;
        font-size: 11px;
    }
    .target-client__content h3 {
        font-size: 19px;
    }
    .target-client__content p {
        margin-top: 9px;
        font-size: 14px;
        line-height: 1.7;
    }
    .target-client__tags {
        gap: 6px;
        margin-top: 13px;
    }
    .target-client__tags span {
        font-size: 10px;
    }
}
.development-scope {
    padding: 110px 0;
    background: #ffffff;
}
.development-scope .container_section {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 32px;
}
.development-scope__header {
    max-width: 900px;
    margin: 0 auto 60px;
}
.development-scope__eyebrow {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .18em;
    color: #83B414;
}
.development-scope__title {
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1.5px;
    color: #111;
}
.development-scope__title .text-primary {
    color: #83B414 !important;
}
.development-scope__description {
    max-width: 840px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.8;
    color: #6f6f6f;
}
.development-scope__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.development-scope__item {
    position: relative;
    min-height: 320px;
    padding: 34px 32px 30px;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    background: #ffffff;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.development-scope__item:hover {
    transform: translateY(-5px);
    border-color: rgba(131, 180, 20, .3);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .055);
}
.development-scope__number {
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
    color: #83B414;
}
.development-scope__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}
.development-scope__icon svg {
    display: block;
    width: 48px;
    height: 48px;
}
.development-scope__item h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -.6px;
    color: #111;
}
.development-scope__item p {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: #707070;
}
.development-scope__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
}
.development-scope__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f3f5ef;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #5d5d5d;
}
.development-scope__footer {
    margin-top: 28px;
    padding: 21px 26px;
    border-radius: 12px;
    background: #f8faf5;
    text-align: center;
}
.development-scope__footer p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}
@media (max-width: 1199px) {
    .development-scope__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    .development-scope {
        padding: 90px 0;
    }
    .development-scope__header {
        margin-bottom: 48px;
    }
    .development-scope__title {
        font-size: 38px;
    }
    .development-scope__item {
        min-height: 300px;
    }
}
@media (max-width: 767px) {
    .development-scope {
        padding: 68px 0 74px;
    }
    .development-scope .container_section {
        padding: 0 18px;
    }
    .development-scope__header {
        margin-bottom: 36px;
    }
    .development-scope__eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
    }
    .development-scope__title {
        font-size: 31px;
        line-height: 1.35;
        letter-spacing: -1px;
    }
    .development-scope__description {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.75;
    }
    .development-scope__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .development-scope__item {
        min-height: auto;
        padding: 28px 24px 26px;
    }
    .development-scope__number {
        top: 24px;
        right: 24px;
        font-size: 11px;
    }
    .development-scope__icon,
    .development-scope__icon svg {
        width: 42px;
        height: 42px;
    }
    .development-scope__icon {
        margin-bottom: 19px;
    }
    .development-scope__item h3 {
        font-size: 20px;
    }
    .development-scope__item p {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.7;
    }
    .development-scope__footer {
        margin-top: 20px;
        padding: 18px 20px;
    }
    .development-scope__footer p {
        font-size: 12px;
    }
}
.project-documents {
    padding: 110px 0;
    background: #f8faf5;
}
.project-documents .container_section {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 32px;
}
.project-documents__header {
    max-width: 920px;
    margin: 0 auto 62px;
}
.project-documents__eyebrow {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .18em;
    color: #83B414;
}
.project-documents__title {
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1.5px;
    color: #111;
}
.project-documents__title .text-primary {
    color: #83B414 !important;
}
.project-documents__description {
    max-width: 850px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.8;
    color: #6f6f6f;
}
.project-documents__body {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}
.project-documents__visual {
    position: relative;
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.document-stack {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 430px;
    margin: 0 auto;
}
.document-sheet {
    position: absolute;
    width: 310px;
    height: 390px;
    padding: 28px;
    border: 1px solid #e2e7dc;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .07);
}
.document-sheet--back {
    top: 10px;
    left: 0;
    transform: rotate(-7deg);
    opacity: .82;
}
.document-sheet--middle {
    top: 20px;
    right: 0;
    transform: rotate(7deg);
    opacity: .9;
}
.document-sheet--front {
    z-index: 3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, #ffffff 0%, #f7faef 100%);
}
.document-sheet__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8ebe4;
}
.document-sheet__head span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #83B414;
}
.document-sheet__head strong {
    font-size: 12px;
    color: #999;
}
.document-sheet__lines {
    margin-top: 28px;
}
.document-sheet__lines span {
    display: block;
    height: 9px;
    margin-bottom: 16px;
    border-radius: 20px;
    background: #eef1eb;
}
.document-sheet__lines span:nth-child(1) {
    width: 82%;
}
.document-sheet__lines span:nth-child(2) {
    width: 100%;
}
.document-sheet__lines span:nth-child(3) {
    width: 72%;
}
.document-sheet__lines span:nth-child(4) {
    width: 90%;
}
.document-sheet__checklist {
    margin-top: 28px;
}
.document-sheet__checklist div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.document-sheet__checklist i {
    width: 18px;
    height: 18px;
    border: 2px solid #83B414;
    border-radius: 4px;
}
.document-sheet__checklist span {
    width: 75%;
    height: 8px;
    border-radius: 20px;
    background: #edf0e9;
}
.document-sheet__label {
    margin-bottom: 20px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .14em;
    color: #83B414;
}
.document-sheet--front h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -1px;
    color: #111;
}
.document-sheet--front p {
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 1.7;
    color: #777;
}
.document-sheet__files {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 27px;
}
.document-sheet__files span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    background: #edf3e3;
    font-size: 10px;
    font-weight: 800;
    color: #6d9018;
}
.project-documents__notice {
    display: flex;
    gap: 13px;
    max-width: 480px;
    margin: 35px auto 0;
    padding: 18px 20px;
    border: 1px solid #e3e9da;
    border-radius: 12px;
    background: #fff;
}
.project-documents__notice svg {
    flex: 0 0 auto;
    margin-top: 2px;
}
.project-documents__notice p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #666;
}
.project-documents__list {
    border-top: 1px solid #dde3d6;
}
.project-document {
    padding: 29px 0 30px;
    border-bottom: 1px solid #dde3d6;
}
.project-document__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.project-document__number {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    color: #83B414;
}
.project-document__type {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    color: #aaa;
}
.project-document h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -.6px;
    color: #111;
}
.project-document p {
    max-width: 650px;
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.75;
    color: #707070;
}
.project-document__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
}
.project-document__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #edf2e5;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #5d5d5d;
}
.project-document--highlight h3 {
    color: #6f9813;
}
.project-documents__scope {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 28px;
    align-items: center;
    margin-top: 45px;
    padding: 24px 28px;
    border: 1px solid #e3e7df;
    border-radius: 14px;
    background: #fff;
}
.project-documents__scope strong {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #83B414;
}
.project-documents__scope p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}
@media (max-width: 991px) {
    .project-documents {
        padding: 90px 0;
    }
    .project-documents__header {
        margin-bottom: 50px;
    }
    .project-documents__title {
        font-size: 38px;
    }
    .project-documents__body {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .project-documents__visual {
        min-height: auto;
    }
    .document-stack {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .project-documents {
        padding: 68px 0 74px;
    }
    .project-documents .container_section {
        padding: 0 18px;
    }
    .project-documents__header {
        margin-bottom: 40px;
    }
    .project-documents__eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
    }
    .project-documents__title {
        font-size: 31px;
        line-height: 1.35;
        letter-spacing: -1px;
    }
    .project-documents__description {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.75;
    }
    .project-documents__body {
        gap: 32px;
    }
    .document-stack {
        max-width: 340px;
        height: 340px;
    }
    .document-sheet {
        width: 235px;
        height: 300px;
        padding: 21px;
        border-radius: 14px;
    }
    .document-sheet--front h3 {
        font-size: 25px;
    }
    .document-sheet--front p {
        margin-top: 13px;
        font-size: 11px;
    }
    .document-sheet__files {
        margin-top: 20px;
    }
    .project-documents__notice {
        margin-top: 20px;
    }
    .project-document {
        padding: 24px 0;
    }
    .project-document h3 {
        font-size: 20px;
    }
    .project-document p {
        font-size: 15px;
        line-height: 1.7;
    }
    .project-documents__scope {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 30px;
        padding: 20px;
    }
    .project-documents__scope p {
        font-size: 12px;
    }
}
.resource-downloads {
    padding: 110px 0;
    background: #ffffff;
}
.resource-downloads .container_section {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 32px;
}
.resource-downloads__header {
    max-width: 900px;
    margin: 0 auto 60px;
}
.resource-downloads__eyebrow {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .18em;
    color: #83B414;
}
.resource-downloads__title {
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1.5px;
    color: #111;
}
.resource-downloads__title .text-primary {
    color: #83B414 !important;
}
.resource-downloads__description {
    max-width: 840px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 1.8;
    color: #6f6f6f;
}
.resource-downloads__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.resource-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: 32px 30px 30px;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    background: #ffffff;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.resource-card:hover {
    transform: translateY(-5px);
    border-color: rgba(131, 180, 20, .3);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .055);
}
.resource-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}
.resource-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.resource-card__file {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
}
.resource-card__file--excel {
    background: #edf4e5;
    color: #6e9516;
}
.resource-card__file--hwp {
    background: #f1f3ec;
    color: #68705d;
}
.resource-card__number {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    color: #83B414;
}
.resource-card__category {
    display: block;
    margin-bottom: 9px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .13em;
    color: #aaa;
}
.resource-card h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -.6px;
    color: #111;
}
.resource-card p {
    margin: 13px 0 0;
    font-size: 14px;
    line-height: 1.75;
    color: #707070;
}
.resource-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
}
.resource-card__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f3f5ef;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #5d5d5d;
}
.resource-card__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 28px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    transition: gap .2s ease, color .2s ease;
}
.resource-card__link:hover {
    gap: 14px;
    color: #83B414;
}
.resource-card--more {
    background: linear-gradient(145deg, #f5f9ec 0%, #fbfcf8 100%);
    border-color: #e3ead9;
}
.resource-card__more-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.resource-card--more h3 {
    font-size: 27px;
}
.resource-card__more-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 28px;
    font-size: 14px;
    font-weight: 800;
    color: #83B414;
    text-decoration: none;
    transition: gap .2s ease;
}
.resource-card__more-link:hover {
    gap: 15px;
    color: #6f9813;
}
.resource-downloads__notice {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 22px 26px;
    border: 1px solid #e4e9de;
    border-radius: 14px;
    background: #f8faf5;
}
.resource-downloads__notice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
}
.resource-downloads__notice-content strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 800;
    color: #222;
}
.resource-downloads__notice-content p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #666;
}
@media (max-width: 1199px) {
    .resource-downloads__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    .resource-downloads {
        padding: 90px 0;
    }
    .resource-downloads__header {
        margin-bottom: 48px;
    }
    .resource-downloads__title {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    .resource-downloads {
        padding: 68px 0 74px;
    }
    .resource-downloads .container_section {
        padding: 0 18px;
    }
    .resource-downloads__header {
        margin-bottom: 36px;
    }
    .resource-downloads__eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
    }
    .resource-downloads__title {
        font-size: 31px;
        line-height: 1.35;
        letter-spacing: -1px;
    }
    .resource-downloads__description {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.75;
    }
    .resource-downloads__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .resource-card {
        min-height: auto;
        padding: 27px 24px 25px;
    }
    .resource-card h3 {
        font-size: 20px;
    }
    .resource-card p {
        font-size: 13px;
        line-height: 1.7;
    }
    .resource-card__link,
    .resource-card__more-link {
        margin-top: 24px;
        padding-top: 0;
    }
    .resource-card--more h3 {
        font-size: 23px;
    }
    .resource-downloads__notice {
        grid-template-columns: 40px 1fr;
        gap: 13px;
        margin-top: 20px;
        padding: 18px;
    }
    .resource-downloads__notice-icon {
        width: 38px;
        height: 38px;
    }
}
.service-faq {
    padding: 110px 0;
    background: #f8faf5;
}
.service-faq .container_section {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 100px;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 32px;
}
.service-faq__header {
    position: sticky;
    top: 110px;
    align-self: start;
}
.service-faq__eyebrow {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .18em;
    color: #83B414;
}
.service-faq__title {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1.5px;
    color: #111;
}
.service-faq__title span {
    color: #83B414;
}
.service-faq__description {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #707070;
}
.service-faq__list {
    border-top: 1px solid #dfe4da;
}
.service-faq__item {
    border-bottom: 1px solid #dfe4da;
}
.service-faq__item summary {
    display: grid;
    grid-template-columns: 55px 1fr 34px;
    gap: 15px;
    align-items: center;
    padding: 28px 0;
    cursor: pointer;
    list-style: none;
}
.service-faq__item summary::-webkit-details-marker {
    display: none;
}
.service-faq__number {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    color: #83B414;
}
.service-faq__item h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.3px;
    color: #191919;
}
.service-faq__toggle {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #d8ddd2;
    border-radius: 50%;
}
.service-faq__toggle::before,
.service-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #333;
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}
.service-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.service-faq__item[open] .service-faq__toggle {
    border-color: #83B414;
    background: #83B414;
}
.service-faq__item[open] .service-faq__toggle::before,
.service-faq__item[open] .service-faq__toggle::after {
    background: #fff;
}
.service-faq__item[open] .service-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(0);
}
.service-faq__item[open] h3 {
    color: #6f9813;
}
.service-faq__answer {
    padding: 0 50px 30px 70px;
}
.service-faq__answer p {
    max-width: 720px;
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: #696969;
}
@media (max-width: 991px) {
    .service-faq {
        padding: 90px 0;
    }
    .service-faq .container_section {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .service-faq__header {
        position: static;
        max-width: 650px;
    }
    .service-faq__title {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    .service-faq {
        padding: 68px 0 74px;
    }
    .service-faq .container_section {
        gap: 32px;
        padding: 0 18px;
    }
    .service-faq__eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
    }
    .service-faq__title {
        font-size: 31px;
        line-height: 1.35;
        letter-spacing: -1px;
    }
    .service-faq__description {
        margin-top: 15px;
        font-size: 14px;
    }
    .service-faq__item summary {
        grid-template-columns: 35px 1fr 30px;
        gap: 10px;
        padding: 22px 0;
    }
    .service-faq__number {
        font-size: 11px;
    }
    .service-faq__item h3 {
        font-size: 16px;
        line-height: 1.55;
    }
    .service-faq__toggle {
        width: 28px;
        height: 28px;
    }
    .service-faq__answer {
        padding: 0 38px 23px 45px;
    }
    .service-faq__answer p {
        font-size: 13px;
        line-height: 1.75;
    }
}
.sub-service-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 110px;
    background:
        radial-gradient(circle at 85% 20%, rgba(131, 180, 20, 0.10), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fbfcf8 100%);
}
.sub-service-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.92fr);
    gap: 80px;
    align-items: center;
}
.sub-service-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    font-size: 13px;
    color: #929292;
}
.sub-service-hero__breadcrumb strong {
    color: #555;
    font-weight: 600;
}
.sub-service-hero__eyebrow {
    display: inline-block;
    margin-bottom: 20px;
    color: #83B414;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.6px;
}
.sub-service-hero__title {
    margin: 0;
    color: #171717;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -2.2px;
}
.sub-service-hero__description {
    max-width: 710px;
    margin: 27px 0 0;
    color: #666;
    font-size: 17px;
    line-height: 1.85;
    word-break: keep-all;
}
.sub-service-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}
.sub-service-hero__tags span {
    padding: 8px 14px;
    border: 1px solid #e4e8dc;
    border-radius: 50px;
    background: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 600;
}
.sub-service-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
}
.sub-service-hero__primary,
.sub-service-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 23px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}
.sub-service-hero__primary {
    gap: 14px;
    background: #83B414;
    color: #fff;
}
.sub-service-hero__primary:hover {
    background: #749f12;
    color: #fff;
}
.sub-service-hero__secondary {
    border: 1px solid #dfe3d8;
    background: #fff;
    color: #333;
}
.sub-service-hero__secondary:hover {
    border-color: #83B414;
    color: #83B414;
}
.sub-service-hero__note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 650px;
    margin-top: 25px;
}
.sub-service-hero__note-icon {
    display: flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-radius: 50%;
    background: rgba(131, 180, 20, .12);
    color: #83B414;
    font-size: 12px;
    font-weight: 900;
}
.sub-service-hero__note p {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.7;
}
/* VISUAL */
.sub-service-hero__visual {
    position: relative;
    padding: 35px 25px 40px;
}
.startup-flow {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #e5e8df;
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 28px 80px rgba(38, 48, 25, .10);
}
.startup-flow__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 28px;
    border-bottom: 1px solid #edf0e8;
}
.startup-flow__header div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.startup-flow__header div span {
    color: #83B414;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}
.startup-flow__header div strong {
    color: #222;
    font-size: 17px;
}
.startup-flow__status {
    padding: 7px 11px;
    border-radius: 20px;
    background: rgba(131, 180, 20, .11);
    color: #83B414;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .7px;
}
.startup-flow__steps {
    padding: 26px 28px;
}
.startup-step {
    display: grid;
    grid-template-columns: 42px 1fr 26px;
    gap: 16px;
    align-items: center;
}
.startup-step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #dfe5d7;
    border-radius: 10px;
    background: #f9faf7;
    color: #8c9483;
    font-size: 12px;
    font-weight: 800;
}
.startup-step--active .startup-step__number {
    border-color: #83B414;
    background: #83B414;
    color: #fff;
}
.startup-step__content {
    display: flex;
    flex-direction: column;
}
.startup-step__content span {
    margin-bottom: 3px;
    color: #a0a0a0;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}
.startup-step__content strong {
    color: #2b2b2b;
    font-size: 14px;
}
.startup-step__content p {
    margin: 5px 0 0;
    color: #888;
    font-size: 11px;
    line-height: 1.55;
}
.startup-step__check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(131, 180, 20, .11);
    color: #83B414;
    font-size: 11px;
    font-weight: 900;
}
.startup-flow__line {
    width: 1px;
    height: 22px;
    margin: 5px 0 5px 20px;
    background: #dfe5d7;
}
.startup-flow__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 20px 25px;
    border-top: 1px solid #edf0e8;
    background: #fafbf8;
}
.startup-flow__footer div {
    text-align: center;
}
.startup-flow__footer span {
    display: block;
    margin-bottom: 3px;
    color: #aaa;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}
.startup-flow__footer strong {
    color: #333;
    font-size: 13px;
}
.startup-flow__arrow {
    color: #83B414;
    font-size: 22px;
}
.sub-service-hero__floating {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 200px;
    padding: 14px 17px;
    border: 1px solid #e3e7dc;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(30, 40, 20, .09);
}
.sub-service-hero__floating strong {
    color: #83B414;
    font-size: 10px;
    letter-spacing: .7px;
}
.sub-service-hero__floating span {
    color: #555;
    font-size: 11px;
}
.sub-service-hero__floating--top {
    top: 3px;
    right: -5px;
}
.sub-service-hero__floating--bottom {
    right: -18px;
    bottom: 3px;
}
/* RESPONSIVE */
@media (max-width: 1100px) {
    .sub-service-hero__grid {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }
    .sub-service-hero__title {
        font-size: 43px;
    }
    .sub-service-hero__floating {
        display: none;
    }
}
@media (max-width: 900px) {
    .sub-service-hero {
        padding: 85px 0 70px;
    }
    .sub-service-hero__grid {
        grid-template-columns: 1fr;
    }
    .sub-service-hero__visual {
        max-width: 620px;
        width: 100%;
        margin: 10px auto 0;
        padding: 0;
    }
}
@media (max-width: 600px) {
    .sub-service-hero {
        padding: 65px 0 55px;
    }
    .sub-service-hero__title {
        font-size: 34px;
        line-height: 1.3;
        letter-spacing: -1.5px;
    }
    .sub-service-hero__description {
        font-size: 15px;
    }
    .sub-service-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }
    .sub-service-hero__primary,
    .sub-service-hero__secondary {
        width: 100%;
    }
    .startup-flow__header,
    .startup-flow__steps {
        padding-left: 20px;
        padding-right: 20px;
    }
    .startup-step {
        grid-template-columns: 38px 1fr 22px;
        gap: 12px;
    }
    .startup-step__number {
        width: 38px;
        height: 38px;
    }
    .startup-flow__line {
        margin-left: 18px;
    }
}
.sub-service-problems {
    padding: 115px 0;
    background: #f7f9f3;
}
.sub-service-problems__header {
    max-width: 830px;
    margin: 0 auto;
}
.sub-service-problems__eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #83B414;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.sub-service-problems__title {
    margin: 0;
    color: #1e1e1e;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -1.7px;
}
.sub-service-problems__description {
    margin: 23px auto 0;
    color: #727272;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}
.sub-service-problems__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 58px;
}
.sub-service-problem {
    position: relative;
    padding: 34px 34px 30px;
    border: 1px solid #e4e8dd;
    border-radius: 14px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sub-service-problem:hover {
    transform: translateY(-3px);
    border-color: rgba(131, 180, 20, .45);
    box-shadow: 0 18px 45px rgba(35, 45, 25, .07);
}
.sub-service-problem__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.sub-service-problem__number {
    color: #83B414;
    font-size: 14px;
    font-weight: 900;
}
.sub-service-problem__label {
    color: #aaa;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.sub-service-problem h3 {
    margin: 0;
    color: #252525;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -.6px;
}
.sub-service-problem > p {
    min-height: 76px;
    margin: 17px 0 0;
    color: #757575;
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}
.sub-service-problem__point {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #edf0e8;
}
.sub-service-problem__point span {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 4px;
    background: rgba(131, 180, 20, .10);
    color: #83B414;
    font-size: 10px;
    font-weight: 800;
}
.sub-service-problem__point strong {
    color: #555;
    font-size: 14px;
    font-weight: 700;
}
.sub-service-problems__solution {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr) auto;
    gap: 35px;
    align-items: center;
    margin-top: 28px;
    padding: 34px 38px;
    border-radius: 14px;
    background: #20251c;
}
.sub-service-problems__solution-label {
    color: #83B414;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
}
.sub-service-problems__solution-content h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.45;
}
.sub-service-problems__solution-content h3 span {
    color: #a7d53a;
}
.sub-service-problems__solution-content p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1.7;
}
.sub-service-problems__solution-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
    padding: 13px 17px;
    border-radius: 6px;
    background: #83B414;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}
.sub-service-problems__solution-link:hover {
    background: #749f12;
    color: #fff;
}
@media (max-width: 900px) {
    .sub-service-problems {
        padding: 85px 0;
    }
    .sub-service-problems__grid {
        grid-template-columns: 1fr;
    }
    .sub-service-problems__solution {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .sub-service-problems__solution-link {
        width: fit-content;
    }
}
@media (max-width: 600px) {
    .sub-service-problems {
        padding: 65px 0;
    }
    .sub-service-problems__title {
        font-size: 31px;
    }
    .sub-service-problem {
        padding: 27px 23px 24px;
    }
    .sub-service-problem h3 {
        font-size: 19px;
    }
    .sub-service-problem > p {
        min-height: 0;
    }
    .sub-service-problems__solution {
        padding: 27px 24px;
    }
}
.solution-process {
    padding: 120px 0;
    background: #fff;
}
.solution-process__header {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr);
    gap: 80px;
    align-items: end;
}
.solution-process__eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #83B414;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.solution-process__title {
    margin: 0;
    color: #1e1e1e;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -1.7px;
}
.solution-process__description {
    margin: 0 0 5px;
    color: #737373;
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}
/* PROCESS */
.solution-process__flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
    align-items: stretch;
    margin-top: 65px;
}
.solution-step {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 34px 30px 30px;
    border: 1px solid #e4e8dd;
    border-radius: 15px;
    background: #fff;
    transition: .2s ease;
}
.solution-step:hover {
    transform: translateY(-4px);
    border-color: rgba(131, 180, 20, .5);
    box-shadow: 0 20px 50px rgba(35, 45, 25, .07);
}
.solution-step--active {
    border-color: rgba(131, 180, 20, .55);
    background:
        linear-gradient(
            180deg,
            rgba(131, 180, 20, .045) 0%,
            #fff 45%
        );
}
.solution-step__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}
.solution-step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #f2f5ed;
    color: #83B414;
    font-size: 13px;
    font-weight: 900;
}
.solution-step--active .solution-step__number {
    background: #83B414;
    color: #fff;
}
.solution-step__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-step__label {
    margin-bottom: 10px;
    color: #83B414;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
}
.solution-step h3 {
    margin: 0;
    color: #252525;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -.6px;
}
.solution-step > p {
    margin: 17px 0 0;
    color: #747474;
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}
.solution-step__items {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 24px;
}
.solution-step__items span {
    padding: 6px 9px;
    border-radius: 4px;
    background: #f4f6f1;
    color: #60645b;
    font-size: 11px;
    font-weight: 600;
}
.solution-step__result {
    margin-top: auto;
    padding-top: 25px;
}
.solution-step__result::before {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 18px;
    background: #e9ece5;
    content: "";
}
.solution-step__result span {
    display: block;
    margin-bottom: 5px;
    color: #aaa;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.1px;
}
.solution-step__result strong {
    color: #444;
    font-size: 14px;
    font-weight: 700;
}
/* ARROW */
.solution-process__connector {
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-process__connector span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border: 1px solid #e0e5da;
    border-radius: 50%;
    background: #fff;
    color: #83B414;
    font-size: 15px;
}
/* SUMMARY */
.solution-process__summary {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 40px;
    align-items: center;
    margin-top: 30px;
    padding: 28px 34px;
    border-radius: 13px;
    background: #20251c;
}
.solution-process__summary-title span {
    display: block;
    margin-bottom: 5px;
    color: #83B414;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.3px;
}
.solution-process__summary-title strong {
    color: #fff;
    font-size: 17px;
}
.solution-process__summary-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.solution-process__summary-flow div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.solution-process__summary-flow div span {
    color: rgba(255, 255, 255, .35);
    font-size: 14px;
    font-weight: 800;
}
.solution-process__summary-flow div strong {
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
}
.solution-process__summary-flow .is-result strong {
    color: #a7d53a;
}
.solution-process__summary-flow i {
    color: rgba(255, 255, 255, .2);
    font-size: 15px;
    font-style: normal;
}
/* RESPONSIVE */
@media (max-width: 1000px) {
    .solution-process__header {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .solution-process__flow {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .solution-process__connector {
        height: 35px;
    }
    .solution-process__connector span {
        transform: rotate(90deg);
    }
    .solution-process__summary {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}
@media (max-width: 600px) {
    .solution-process {
        padding: 70px 0;
    }
    .solution-process__title {
        font-size: 31px;
    }
    .solution-process__flow {
        margin-top: 45px;
    }
    .solution-step {
        padding: 27px 23px;
    }
    .solution-step h3 {
        font-size: 19px;
    }
    .solution-process__summary {
        padding: 25px 22px;
    }
    .solution-process__summary-flow {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
    }
    .solution-process__summary-flow i {
        transform: rotate(90deg);
        margin-left: 10px;
    }
}
.core-features {
    padding: 120px 0;
    background: #f8f9f6;
}
.core-features__header {
    max-width: 850px;
    margin: 0 auto;
}
.core-features__eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #83B414;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.core-features__title {
    margin: 0;
    color: #1f1f1f;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -1.7px;
}
.core-features__description {
    margin: 22px auto 0;
    color: #747474;
    font-size: 16px;
    line-height: 1.85;
    word-break: keep-all;
}
.core-features__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 60px;
}
.core-feature {
    position: relative;
    padding: 30px 28px 27px;
    border: 1px solid #e3e7dd;
    border-radius: 14px;
    background: #fff;
    transition: .2s ease;
}
.core-feature:hover {
    transform: translateY(-3px);
    border-color: rgba(131, 180, 20, .45);
    box-shadow: 0 18px 45px rgba(34, 45, 24, .07);
}
.core-feature--highlight {
    background:
        linear-gradient(
            145deg,
            rgba(131, 180, 20, .065),
            #fff 55%
        );
    border-color: rgba(131, 180, 20, .38);
}
.core-feature__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}
.core-feature__number {
    color: #b1b6aa;
    font-size: 12px;
    font-weight: 800;
}
.core-feature__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.core-feature__category {
    display: block;
    margin-bottom: 9px;
    color: #83B414;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.core-feature h3 {
    margin: 0;
    color: #262626;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -.5px;
}
.core-feature > p {
    min-height: 76px;
    margin: 14px 0 0;
    color: #747474;
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
}
.core-feature__items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 21px;
    padding-top: 18px;
    border-top: 1px solid #ecefe8;
}
.core-feature__items span {
    padding: 5px 8px;
    border-radius: 4px;
    background: #f3f5f0;
    color: #62675d;
    font-size: 10px;
    font-weight: 600;
}
.core-feature--highlight .core-feature__items span {
    background: rgba(131, 180, 20, .09);
    color: #658d0d;
}
/* BOTTOM */
.core-features__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 28px;
    padding: 31px 35px;
    border-radius: 13px;
    background: #20251c;
}
.core-features__bottom-content {
    max-width: 700px;
}
.core-features__bottom-content > span {
    display: block;
    margin-bottom: 7px;
    color: #83B414;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.core-features__bottom-content h3 {
    margin: 0;
    color: #fff;
    font-size: 19px;
}
.core-features__bottom-content p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.7;
}
.core-features__bottom-badge {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 9px;
    align-items: center;
    white-space: nowrap;
}
.core-features__bottom-badge span {
    color: rgba(255, 255, 255, .35);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .8px;
}
.core-features__bottom-badge strong {
    color: #fff;
    font-size: 14px;
}
.core-features__bottom-badge i {
    margin: 0 5px;
    color: #83B414;
    font-size: 16px;
    font-style: normal;
}
/* RESPONSIVE */
@media (max-width: 1000px) {
    .core-features__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .core-features__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .core-features {
        padding: 70px 0;
    }
    .core-features__title {
        font-size: 31px;
    }
    .core-features__grid {
        grid-template-columns: 1fr;
        margin-top: 43px;
    }
    .core-feature {
        padding: 25px 22px;
    }
    .core-feature > p {
        min-height: 0;
    }
    .core-features__bottom {
        padding: 26px 23px;
    }
    .core-features__bottom-badge {
        grid-template-columns: auto auto auto;
    }
    .core-features__bottom-badge span:nth-of-type(2),
    .core-features__bottom-badge strong:last-child {
        grid-column: auto;
    }
}
.service-architecture {
    padding: 120px 0;
    overflow: hidden;
    background: #fff;
}
.service-architecture__header {
    max-width: 850px;
    margin: 0 auto;
}
.service-architecture__eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #83B414;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.service-architecture__title {
    margin: 0;
    color: #1f1f1f;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -1.7px;
}
.service-architecture__description {
    margin: 22px auto 0;
    color: #747474;
    font-size: 16px;
    line-height: 1.85;
    word-break: keep-all;
}
/* ARCHITECTURE */
.service-architecture__board {
    display: grid;
    grid-template-columns:
        minmax(220px, 1fr)
        70px
        minmax(300px, 1.2fr)
        70px
        minmax(220px, 1fr);
    align-items: center;
    margin-top: 65px;
    padding: 55px 45px;
    border: 1px solid #e3e7dd;
    border-radius: 20px;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(131, 180, 20, .08),
            transparent 37%
        ),
        #fafbf8;
}
.service-architecture__side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.architecture-node {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 105px;
    padding: 20px 18px;
    border: 1px solid #e3e7dd;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(35, 45, 25, .045);
}
.architecture-node__icon {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 9px;
    background: rgba(131, 180, 20, .075);
}
.architecture-node div:last-child > span {
    display: block;
    margin-bottom: 4px;
    color: #83B414;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}
.architecture-node strong {
    display: block;
    color: #333;
    font-size: 14px;
}
.architecture-node p {
    margin: 5px 0 0;
    color: #888;
    font-size: 10px;
    line-height: 1.5;
}
/* CONNECT */
.architecture-connect {
    display: flex;
    align-items: center;
}
.architecture-connect span {
    flex: 1;
    height: 1px;
    background: #cfd8c5;
}
.architecture-connect i {
    display: flex;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border: 1px solid #dce4d4;
    border-radius: 50%;
    background: #fff;
    color: #83B414;
    font-size: 11px;
    font-style: normal;
}
/* CORE */
.service-architecture__core {
    position: relative;
    padding: 38px 30px 32px;
    border: 1px solid rgba(131, 180, 20, .45);
    border-radius: 17px;
    background: #fff;
    text-align: center;
    box-shadow: 0 20px 55px rgba(48, 65, 29, .08);
}
.architecture-core__label {
    position: absolute;
    top: -12px;
    left: 50%;
    padding: 6px 12px;
    transform: translateX(-50%);
    border-radius: 20px;
    background: #83B414;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
    white-space: nowrap;
}
.architecture-core__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.architecture-core__eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #83B414;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.service-architecture__core h3 {
    margin: 0;
    color: #282828;
    font-size: 21px;
    font-weight: 800;
}
.service-architecture__core > p {
    margin: 12px auto 0;
    color: #777;
    font-size: 12px;
    line-height: 1.7;
    word-break: keep-all;
}
.architecture-core__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
}
.architecture-core__features span {
    padding: 5px 8px;
    border-radius: 4px;
    background: rgba(131, 180, 20, .09);
    color: #658d0e;
    font-size: 9px;
    font-weight: 700;
}
/* DATA */
.service-architecture__data {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 35px;
    align-items: center;
    margin-top: 18px;
    padding: 25px 30px;
    border: 1px solid #e3e7dd;
    border-radius: 13px;
    background: #fff;
}
.architecture-data__title span {
    display: block;
    margin-bottom: 5px;
    color: #83B414;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.1px;
}
.architecture-data__title strong {
    color: #333;
    font-size: 15px;
}
.architecture-data__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.architecture-data__items div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.architecture-data__items div span {
    color: #aeb3a8;
    font-size: 8px;
    font-weight: 800;
}
.architecture-data__items div strong {
    color: #5b5f57;
    font-size: 11px;
}
.architecture-data__items i {
    width: 25px;
    height: 1px;
    background: #dce2d6;
}
/* PROCESS */
.service-architecture__process {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 45px;
    align-items: center;
    margin-top: 28px;
    padding: 32px 35px;
    border-radius: 14px;
    background: #20251c;
}
.architecture-process__intro > span {
    display: block;
    margin-bottom: 6px;
    color: #83B414;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.architecture-process__intro h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.architecture-process__intro p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
    line-height: 1.65;
}
.architecture-process__steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.architecture-process__step {
    min-width: 105px;
}
.architecture-process__step span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .35);
    font-size: 12px;
    font-weight: 800;
}
.architecture-process__step strong {
    display: block;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
}
.architecture-process__step p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .42);
    font-size: 10px;
}
.architecture-process__step--result strong {
    color: #a7d53a;
}
.architecture-process__arrow {
    color: rgba(255, 255, 255, .2);
    font-size: 14px;
}
/* RESPONSIVE */
@media (max-width: 1100px) {
    .service-architecture__board {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .architecture-connect {
        justify-content: center;
        height: 32px;
    }
    .architecture-connect span {
        display: none;
    }
    .architecture-connect i {
        transform: rotate(90deg);
    }
    .service-architecture__core {
        order: 2;
    }
    .service-architecture__side--left {
        order: 1;
    }
    .architecture-connect--left {
        order: 1;
    }
    .architecture-connect--right {
        order: 2;
    }
    .service-architecture__side--right {
        order: 3;
    }
    .service-architecture__process {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 800px) {
    .service-architecture__data {
        grid-template-columns: 1fr;
    }
    .architecture-data__items {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .architecture-data__items i {
        width: 1px;
        height: 10px;
        margin-left: 6px;
    }
    .architecture-process__steps {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .architecture-process__arrow {
        margin-left: 10px;
        transform: rotate(90deg);
    }
}
@media (max-width: 600px) {
    .service-architecture {
        padding: 70px 0;
    }
    .service-architecture__title {
        font-size: 31px;
    }
    .service-architecture__board {
        margin-top: 45px;
        padding: 35px 20px;
    }
    .architecture-node {
        min-height: auto;
    }
    .service-architecture__process {
        padding: 27px 23px;
    }
}
.use-cases {
    padding: 120px 0;
    background: #f7f9f3;
}
.use-cases__header {
    max-width: 850px;
    margin: 0 auto;
}
.use-cases__eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #83B414;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.use-cases__title {
    margin: 0;
    color: #1f1f1f;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -1.7px;
}
.use-cases__description {
    margin: 22px auto 0;
    color: #747474;
    font-size: 16px;
    line-height: 1.85;
    word-break: keep-all;
}
/* GRID */
.use-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 60px;
}
.use-case {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 30px 28px 27px;
    border: 1px solid #e2e7dc;
    border-radius: 15px;
    background: #fff;
    transition: .2s ease;
}
.use-case:hover {
    transform: translateY(-4px);
    border-color: rgba(131, 180, 20, .48);
    box-shadow: 0 20px 45px rgba(35, 45, 25, .07);
}
.use-case--highlight {
    border-color: rgba(131, 180, 20, .4);
    background:
        linear-gradient(
            145deg,
            rgba(131, 180, 20, .07),
            #fff 58%
        );
}
.use-case__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.use-case__number {
    color: #83B414;
    font-size: 13px;
    font-weight: 900;
}
.use-case__category {
    color: #aaa;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.1px;
}
.use-case h3 {
    margin: 0;
    color: #272727;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -.5px;
}
.use-case > p {
    margin: 15px 0 0;
    color: #747474;
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
}
.use-case__examples {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 21px;
}
.use-case__examples span {
    padding: 6px 9px;
    border-radius: 4px;
    background: #f2f5ee;
    color: #5f6658;
    font-size: 10px;
    font-weight: 600;
}
.use-case--highlight .use-case__examples span {
    background: rgba(131, 180, 20, .1);
    color: #648c0c;
}
/* FUNCTIONS */
.use-case__functions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: auto;
    padding-top: 25px;
    border-top: 1px solid #ebeee7;
}
.use-case__functions div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.use-case__functions span {
    color: #b5b9b1;
    font-size: 8px;
    font-weight: 800;
}
.use-case__functions strong {
    color: #5c6158;
    font-size: 14px;
    font-weight: 700;
}
/* MESSAGE */
.use-cases__message {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    gap: 27px;
    align-items: center;
    margin-top: 30px;
    padding: 34px 38px;
    border-radius: 15px;
    background: #20251c;
}
.use-cases__message-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.use-cases__message-content > span {
    display: block;
    margin-bottom: 6px;
    color: #83B414;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.use-cases__message-content h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}
.use-cases__message-content p {
    max-width: 720px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    line-height: 1.7;
}
.use-cases__message-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 14px 18px;
    border-radius: 6px;
    background: #83B414;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}
.use-cases__message-link:hover {
    background: #749f12;
    color: #fff;
}
/* RESPONSIVE */
@media (max-width: 1000px) {
    .use-cases__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .use-cases__message {
        grid-template-columns: 60px 1fr;
    }
    .use-cases__message-link {
        grid-column: 2;
        width: fit-content;
    }
}
@media (max-width: 600px) {
    .use-cases {
        padding: 70px 0;
    }
    .use-cases__title {
        font-size: 31px;
    }
    .use-cases__grid {
        grid-template-columns: 1fr;
        margin-top: 43px;
    }
    .use-case {
        min-height: auto;
        padding: 26px 23px;
    }
    .use-case__functions {
        margin-top: 25px;
    }
    .use-cases__message {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 27px 23px;
    }
    .use-cases__message-icon {
        justify-content: flex-start;
    }
    .use-cases__message-link {
        grid-column: auto;
    }
}
/* ========================================
   MOBILE
======================================== */
@media (max-width: 767px) {
    .sub-service-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        margin-top: 24px;
        padding: 12px;
        overflow: visible;
    }
    .sub-service-nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        padding: 10px 6px;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        white-space: normal;
        word-break: keep-all;
    }
}
/* ========================================
   SUB SERVICE NAV
   2Depth / 3Depth 바로가기 메뉴
======================================== */
.sub-service-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 20px 24px;
    background: #f8f9f6;
    border-radius: 12px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
/* ----------------------------------------
   LINK
---------------------------------------- */
.sub-service-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: #ffffff;
    border: 1px solid #e5e8e1;
    border-radius: 6px;
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    word-break: keep-all;
    box-sizing: border-box;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}
/* ----------------------------------------
   HOVER
---------------------------------------- */
.sub-service-nav a:hover {
    color: #83B414;
    border-color: #83B414;
}
/* ----------------------------------------
   CURRENT PAGE
---------------------------------------- */
.sub-service-nav a.active {
    color: #ffffff;
    background: #83B414;
    border-color: #83B414;
    font-weight: 600;
}
/* active hover */
.sub-service-nav a.active:hover {
    color: #ffffff;
    background: #83B414;
    border-color: #83B414;
}
/* ========================================
   TABLET
======================================== */
@media (max-width: 1024px) {
    .sub-service-nav {
        justify-content: flex-start;
        margin-top: 32px;
        padding: 16px;
        gap: 8px;
    }
    .sub-service-nav a {
        font-size: 13px;
        padding: 9px 14px;
    }
}
/* ========================================
   MOBILE
======================================== */
@media (max-width: 767px) {
    .sub-service-nav {
        display: grid;
        /* 모바일 2열 */
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 100%;
        margin-top: 24px;
        padding: 12px;
        gap: 8px;
        overflow: visible;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .sub-service-nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        padding: 11px 6px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
        white-space: normal;
        word-break: keep-all;
        box-sizing: border-box;
    }
    .sub-service-nav a.active {
        font-weight: 600;
    }
}
/* =========================================================
   WEBSITE MAINTENANCE PRICING
========================================================= */
.maintenance-pricing {
    padding: 110px 0;
    background: #f8f9f7;
}
/* HEADER
--------------------------------------------------------- */
.maintenance-pricing__header {
    max-width: 820px;
    margin: 0 auto 60px;
}
.maintenance-pricing__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: #83B414;
}
.maintenance-pricing__title {
    margin: 0;
    font-size: 42px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #181818;
}
.maintenance-pricing__title .text-primary {
    color: #83B414;
}
.maintenance-pricing__description {
    max-width: 720px;
    margin: 22px auto 0;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}
/* PRICING GRID
--------------------------------------------------------- */
.maintenance-pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}
/* PLAN CARD
--------------------------------------------------------- */
.maintenance-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 42px 36px 36px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}
.maintenance-plan:hover {
    transform: translateY(-6px);
    border-color: #cfd8c7;
    box-shadow:
        0 20px 45px rgba(0, 0, 0, .08);
}
/* RECOMMENDED PLAN
--------------------------------------------------------- */
.maintenance-plan--recommended {
    border: 2px solid #83B414;
    box-shadow:
        0 18px 45px rgba(131, 180, 20, .12);
}
.maintenance-plan--recommended:hover {
    border-color: #83B414;
    box-shadow:
        0 24px 55px rgba(131, 180, 20, .17);
}
.maintenance-plan__badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 18px;
    background: #83B414;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    white-space: nowrap;
}
/* PREMIUM
--------------------------------------------------------- */
.maintenance-plan--premium {
    background: #fcfdfb;
}
/* PLAN HEADER
--------------------------------------------------------- */
.maintenance-plan__header {
    min-height: 145px;
}
.maintenance-plan__label {
    display: block;
    margin-bottom: 9px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #83B414;
}
.maintenance-plan__header h3 {
    margin: 0 0 13px;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -.7px;
    color: #191919;
}
.maintenance-plan__header p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #707070;
}
/* PRICE
--------------------------------------------------------- */
.maintenance-plan__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 25px 0 23px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.maintenance-plan__price strong {
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #181818;
}
.maintenance-plan__price span {
    font-size: 14px;
    color: #777;
}
/* SUPPORT TIME
--------------------------------------------------------- */
.maintenance-plan__time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 22px 0 5px;
    padding: 14px 16px;
    background: #f5f8ef;
    border-radius: 7px;
}
.maintenance-plan__time span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #83B414;
}
.maintenance-plan__time strong {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
/* FEATURES
--------------------------------------------------------- */
.maintenance-plan__features {
    flex: 1;
    padding: 18px 0 30px;
}
.maintenance-plan__features > div {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 42px;
    border-bottom: 1px solid #f1f1f1;
}
.maintenance-plan__features > div:last-child {
    border-bottom: 0;
}
.maintenance-plan__features > div span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    border-radius: 50%;
    background: #eef5df;
    font-size: 11px;
    font-weight: 700;
    color: #83B414;
}
.maintenance-plan__features > div strong {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #444;
}
/* DISABLED FEATURE
--------------------------------------------------------- */
.maintenance-plan__features .is-disabled {
    opacity: .45;
}
.maintenance-plan__features .is-disabled span {
    background: #eee;
    color: #999;
}
/* BUTTON
--------------------------------------------------------- */
.maintenance-plan__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding: 0 20px;
    border: 1px solid #83B414;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #83B414;
    background: #fff;
    transition:
        background .2s ease,
        color .2s ease;
}
.maintenance-plan__button span {
    font-size: 20px;
    transition: transform .2s ease;
}
.maintenance-plan__button:hover {
    background: #83B414;
    color: #fff;
}
.maintenance-plan__button:hover span {
    transform: translateX(4px);
}
/* STANDARD BUTTON */
.maintenance-plan--recommended .maintenance-plan__button {
    background: #83B414;
    color: #fff;
}
.maintenance-plan--recommended .maintenance-plan__button:hover {
    background: #739e12;
}
/* NOTICE
--------------------------------------------------------- */
.maintenance-pricing__notice {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 35px;
    margin-top: 36px;
    padding: 30px 34px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.maintenance-pricing__notice-title strong {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.maintenance-pricing__notice-title strong::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 9px;
    border: 1px solid #83B414;
    border-radius: 50%;
    font-size: 12px;
    color: #83B414;
}
.maintenance-pricing__notice-content {
    padding-left: 34px;
    border-left: 1px solid #e5e5e5;
}
.maintenance-pricing__notice-content p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.7;
    color: #777;
}
.maintenance-pricing__notice-content p:last-child {
    margin-bottom: 0;
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1024px) {
    .maintenance-pricing {
        padding: 90px 0;
    }
    .maintenance-pricing__title {
        font-size: 36px;
    }
    .maintenance-pricing__grid {
        gap: 16px;
    }
    .maintenance-plan {
        padding: 36px 25px 28px;
    }
    .maintenance-plan__price strong {
        font-size: 32px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .maintenance-pricing {
        padding: 70px 0;
    }
    .maintenance-pricing__header {
        margin-bottom: 45px;
    }
    .maintenance-pricing__eyebrow {
        font-size: 11px;
    }
    .maintenance-pricing__title {
        font-size: 29px;
        line-height: 1.4;
        letter-spacing: -1px;
    }
    .maintenance-pricing__description {
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.75;
    }
    /* CARD */
    .maintenance-pricing__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .maintenance-plan {
        padding: 34px 25px 26px;
    }
    .maintenance-plan__header {
        min-height: auto;
        margin-bottom: 24px;
    }
    .maintenance-plan__header h3 {
        font-size: 24px;
    }
    .maintenance-plan__price strong {
        font-size: 34px;
    }
    .maintenance-plan__time {
        margin-top: 20px;
    }
    /* NOTICE */
    .maintenance-pricing__notice {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 30px;
        padding: 25px 22px;
    }
    .maintenance-pricing__notice-content {
        padding-left: 0;
        padding-top: 18px;
        border-left: 0;
        border-top: 1px solid #e5e5e5;
    }
}
.maintenance-plan__contract {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding: 0 4px;
}
.maintenance-plan__contract span {
    font-size: 13px;
    color: #777;
}
.maintenance-plan__contract strong {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
/* PROJECT RESOURCES PAGE */
.project-resources {
    padding: 100px 0;
    background: #fff;
}
.project-resources__header {
    max-width: 820px;
    margin: 0 auto 52px;
    text-align: center;
}
.project-resources__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #83B414;
}
.project-resources__title {
    margin: 0;
    font-size: 42px;
    line-height: 1.35;
    font-weight: 700;
    color: #121212;
}
.project-resources__title .text-primary {
    color: #83B414;
}
.project-resources__description {
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}
.project-resources__summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 36px;
}
.project-resource-summary {
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
}
.project-resource-summary span {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #83B414;
    letter-spacing: .05em;
}
.project-resource-summary strong {
    display: block;
    font-size: 18px;
    line-height: 1.45;
    color: #121212;
}
.project-resource-summary p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.65;
    color: #777;
}
.project-resource-section {
    margin-top: 52px;
}
.project-resource-section:first-of-type {
    margin-top: 0;
}
.project-resource-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 2px solid #121212;
}
.project-resource-section__category {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #83B414;
}
.project-resource-section__head h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.4;
    color: #121212;
}
.project-resource-section__head p {
    max-width: 540px;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    text-align: right;
    color: #777;
}
.project-resource-list {
    border-top: 1px solid #ececec;
}
.project-resource-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 190px 150px;
    align-items: center;
    gap: 22px;
    min-height: 118px;
    padding: 24px 18px;
    border-bottom: 1px solid #ececec;
    transition: background-color .2s ease;
}
.project-resource-item:hover {
    background: #fafcf7;
}
.project-resource-item__number {
    font-size: 14px;
    font-weight: 700;
    color: #aaa;
}
.project-resource-item__content {
    min-width: 0;
}
.project-resource-item__top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.project-resource-item__badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border-radius: 5px;
    background: rgba(131, 180, 20, .10);
    font-size: 11px;
    font-weight: 700;
    color: #6d9910;
}
.project-resource-item__content h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.45;
    color: #121212;
}
.project-resource-item__content p {
    margin: 7px 0 0;
    font-size: 14px;
    line-height: 1.65;
    color: #777;
}
.project-resource-item__files {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.project-resource-item__files span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 30px;
    padding: 0 9px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
    color: #666;
}
.project-resource-item__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid #83B414;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #6f9b12;
    text-decoration: none;
    transition: all .2s ease;
}
.project-resource-item__download:hover {
    background: #83B414;
    color: #fff;
}
.project-resources__notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 44px;
    padding: 22px 24px;
    border-radius: 10px;
    background: #f7f9f3;
}
.project-resources__notice-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #83B414;
    font-weight: 700;
}
.project-resources__notice strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #121212;
}
.project-resources__notice p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}
@media (max-width: 1024px) {
    .project-resources__summary {
        grid-template-columns: repeat(2, 1fr);
    }
    .project-resource-item {
        grid-template-columns: 50px minmax(0, 1fr) 140px;
    }
    .project-resource-item__files {
        display: none;
    }
}
@media (max-width: 767px) {
    .project-resources {
        padding: 70px 0;
    }
    .project-resources__title {
        font-size: 31px;
    }
    .project-resources__description {
        font-size: 15px;
    }
    .project-resources__summary {
        grid-template-columns: 1fr;
    }
    .project-resource-section__head {
        display: block;
    }
    .project-resource-section__head p {
        margin-top: 9px;
        text-align: left;
    }
    .project-resource-item {
        display: block;
        padding: 22px 4px;
    }
    .project-resource-item__number {
        display: block;
        margin-bottom: 8px;
    }
    .project-resource-item__files {
        display: flex;
        margin-top: 14px;
    }
    .project-resource-item__download {
        width: auto;
        margin-top: 18px;
        padding: 0 20px;
    }
}
/* =========================================================
   PROJECT RESOURCE HERO
========================================================= */
.project-resource-hero {
    position: relative;
    padding: 110px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 30%,
            rgba(131, 180, 20, 0.08),
            transparent 35%
        ),
        #ffffff;
}
.project-resource-hero__inner {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 80px;
}
/* LEFT */
.project-resource-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    font-size: 13px;
    color: #999;
}
.project-resource-hero__breadcrumb strong {
    color: #555;
}
.project-resource-hero__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #83B414;
}
.project-resource-hero__title {
    margin: 0;
    max-width: 650px;
    font-size: 50px;
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #121212;
}
.project-resource-hero__title span {
    display: block;
    margin-top: 6px;
    color: #83B414;
}
.project-resource-hero__description {
    max-width: 650px;
    margin: 28px 0 0;
    font-size: 17px;
    line-height: 1.85;
    color: #666;
}
.project-resource-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 36px;
}
.project-resource-hero__primary,
.project-resource-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
}
.project-resource-hero__primary {
    gap: 10px;
    background: #83B414;
    color: #fff;
}
.project-resource-hero__primary:hover {
    background: #749f12;
    color: #fff;
}
.project-resource-hero__secondary {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.project-resource-hero__secondary:hover {
    border-color: #bbb;
    color: #121212;
}
/* RIGHT */
.project-thinking {
    position: relative;
    padding: 34px;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    background: #fff;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.07);
}
.project-thinking__head {
    padding-bottom: 22px;
    border-bottom: 1px solid #eeeeee;
}
.project-thinking__head span {
    display: block;
    margin-bottom: 9px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #83B414;
}
.project-thinking__head strong {
    display: block;
    font-size: 21px;
    line-height: 1.5;
    color: #121212;
}
.project-thinking__flow {
    padding-top: 25px;
}
.project-thinking__step {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 18px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #fff;
}
.project-thinking__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f6e6;
    font-size: 12px;
    font-weight: 700;
    color: #83B414;
}
.project-thinking__step small {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #999;
}
.project-thinking__step strong {
    display: block;
    font-size: 16px;
    line-height: 1.45;
    color: #121212;
}
.project-thinking__step p {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.65;
    color: #777;
}
.project-thinking__arrow {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    color: #b7c58f;
}
.project-thinking__step--result {
    border-color: rgba(131, 180, 20, .35);
    background: #f8fbf2;
}
.project-thinking__step--result .project-thinking__number {
    background: #83B414;
    color: #fff;
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 991px) {
    .project-resource-hero {
        padding: 80px 0;
    }
    .project-resource-hero__inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .project-resource-hero__title {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .project-resource-hero {
        padding: 60px 0;
    }
    .project-resource-hero__title {
        font-size: 32px;
    }
    .project-resource-hero__description {
        font-size: 15px;
    }
    .project-resource-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }
    .project-resource-hero__primary,
    .project-resource-hero__secondary {
        width: 100%;
    }
    .project-thinking {
        padding: 22px;
    }
}
/* =========================================================
   PROJECT MANAGEMENT TOOLS
========================================================= */
.project-tools {
    padding: 110px 0;
    background: #f8faf7;
}
.project-tools__header {
    max-width: 820px;
    margin: 0 auto 55px;
}
.project-tools__eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #83B414;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.project-tools__title {
    margin: 0;
    color: #1f2937;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1.2px;
}
.project-tools__description {
    max-width: 760px;
    margin: 22px auto 0;
    color: #687076;
    font-size: 16px;
    line-height: 1.8;
}
/* GRID */
.project-tools__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
/* CARD */
.project-tool {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e6e9e2;
    border-radius: 14px;
    color: inherit;
    text-decoration: none;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}
.project-tool:hover {
    transform: translateY(-6px);
    border-color: rgba(131, 180, 20, .45);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}
/* TOP */
.project-tool__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}
.project-tool__brand {
    display: flex;
    align-items: center;
    gap: 13px;
}
.project-tool__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    background: #f5f9eb;
    border-radius: 12px;
}
.project-tool__icon img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
}
.project-tool__category {
    color: #83B414;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
}
.project-tool__arrow {
    color: #91979c;
    font-size: 21px;
    line-height: 1;
    transition: color .2s ease, transform .2s ease;
}
.project-tool:hover .project-tool__arrow {
    color: #83B414;
    transform: translate(2px, -2px);
}
/* CONTENT */
.project-tool h3 {
    margin: 0 0 14px;
    color: #20272c;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.5px;
}
.project-tool p {
    margin: 0;
    color: #70777c;
    font-size: 14px;
    line-height: 1.75;
}
/* TAG */
.project-tool__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
    padding-top: 25px;
}
.project-tool__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    background: #f4f5f3;
    border-radius: 5px;
    color: #63696d;
    font-size: 12px;
    font-weight: 500;
}
/* NOTICE */
.project-tools__notice {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 35px;
    padding: 25px 28px;
    background: #fff;
    border: 1px solid #e5e9df;
    border-radius: 10px;
}
.project-tools__notice-icon {
    display: flex;
    flex: 0 0 auto;
    padding-top: 2px;
}
.project-tools__notice-content strong {
    display: block;
    margin-bottom: 6px;
    color: #252b2f;
    font-size: 15px;
    font-weight: 700;
}
.project-tools__notice-content p {
    margin: 0;
    color: #737a7e;
    font-size: 14px;
    line-height: 1.7;
}
/* TABLET */
@media (max-width: 1100px) {
    .project-tools__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* MOBILE */
@media (max-width: 767px) {
    .project-tools {
        padding: 75px 0;
    }
    .project-tools__header {
        margin-bottom: 38px;
    }
    .project-tools__title {
        font-size: 30px;
        line-height: 1.4;
    }
    .project-tools__description {
        margin-top: 17px;
        font-size: 15px;
    }
    .project-tools__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .project-tool {
        min-height: auto;
        padding: 24px;
    }
    .project-tool__top {
        margin-bottom: 22px;
    }
    .project-tool__icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
    .project-tool__icon img {
        width: 34px;
        height: 34px;
    }
    .project-tool h3 {
        font-size: 22px;
    }
    .project-tool__tags {
        margin-top: 20px;
        padding-top: 0;
    }
    .project-tools__notice {
        margin-top: 25px;
        padding: 20px;
    }
}
.category a{
    font-weight: 700 !important;
    color: #83B414  !important;;
}
/* =========================================================
   PROJECT CASE STUDIES
   OKSOFT
========================================================= */
/* =========================================================
   01. PROJECT HERO
========================================================= */
.project-case-hero {
    padding: 120px 0 110px;
    background: #fff;
    overflow: hidden;
}
.project-case-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr);
    align-items: center;
    gap: 80px;
}
.project-case-hero__content {
    min-width: 0;
}
.project-case-hero__eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #83B414;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.8px;
}
.project-case-hero__title {
    margin: 0;
    color: #20262b;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -2px;
    word-break: keep-all;
}
.project-case-hero__title .text-primary {
    color: #83B414;
}
.project-case-hero__description {
    max-width: 680px;
    margin: 26px 0 0;
    color: #697177;
    font-size: 17px;
    line-height: 1.85;
    word-break: keep-all;
}
.project-case-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}
.project-case-hero__tags span {
    padding: 8px 13px;
    background: #f5f7f3;
    border-radius: 5px;
    color: #626a6f;
    font-size: 13px;
    font-weight: 500;
}
.project-case-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 36px;
}
.project-case-hero__primary,
.project-case-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s ease;
}
.project-case-hero__primary {
    gap: 14px;
    background: #83B414;
    color: #fff;
}
.project-case-hero__primary:hover {
    background: #739f11;
    color: #fff;
    transform: translateY(-2px);
}
.project-case-hero__secondary {
    border: 1px solid #dfe3dc;
    background: #fff;
    color: #353c40;
}
.project-case-hero__secondary:hover {
    border-color: #83B414;
    color: #83B414;
}
.project-case-hero__note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 25px;
}
.project-case-hero__note-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 2px;
    background: #eef5dd;
    border-radius: 50%;
    color: #83B414;
    font-size: 11px;
    font-weight: 700;
}
.project-case-hero__note p {
    margin: 0;
    color: #777e82;
    font-size: 13px;
    line-height: 1.7;
    word-break: keep-all;
}
/* =========================================================
   HERO VISUAL
========================================================= */
.project-case-hero__visual {
    min-width: 0;
}
.project-case-summary {
    padding: 34px;
    background: #f8faf6;
    border: 1px solid #e5e9df;
    border-radius: 18px;
    box-shadow: 0 25px 70px rgba(32, 45, 20, .08);
}
.project-case-summary__header {
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e6de;
}
.project-case-summary__header span {
    display: block;
    margin-bottom: 7px;
    color: #83B414;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}
.project-case-summary__header strong {
    display: block;
    color: #252c30;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
}
.project-case-summary__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 25px 0;
}
.project-case-summary__grid > div {
    min-height: 115px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e5e8e1;
    border-radius: 10px;
}
.project-case-summary__grid span {
    display: block;
    margin-bottom: 10px;
    color: #83B414;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}
.project-case-summary__grid strong {
    display: block;
    color: #343a3e;
    font-size: 15px;
    line-height: 1.5;
}
.project-case-summary__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid #e2e6de;
}
.project-case-summary__footer span {
    color: #747b7f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .7px;
}
.project-case-summary__footer i {
    color: #83B414;
    font-style: normal;
}
/* =========================================================
   02. PROJECT LIST
========================================================= */
.project-case-list {
    padding: 110px 0;
    background: #f7f8f6;
}
.project-case-list__header {
    max-width: 800px;
    margin: 0 auto 45px;
}
.project-case-list__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #83B414;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
}
.project-case-list__title {
    margin: 0;
    color: #22292d;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1.3px;
    word-break: keep-all;
}
.project-case-list__title .text-primary {
    color: #83B414;
}
.project-case-list__description {
    max-width: 760px;
    margin: 20px auto 0;
    color: #70777b;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}
/* =========================================================
   PROJECT FILTER
========================================================= */
.project-case-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 45px;
}
.project-case-filter button {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #dfe3dc;
    border-radius: 22px;
    background: #fff;
    color: #656c70;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}
.project-case-filter button:hover,
.project-case-filter button.is-active {
    border-color: #83B414;
    background: #83B414;
    color: #fff;
}
/* =========================================================
   PROJECT GRID
========================================================= */
.project-case-list__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px 28px;
}
.project-case-card {
    min-width: 0;
}
.project-case-card > a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.project-case-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #f0f2ee 0%,
        #e7eae4 100%
    );
    border-radius: 10px;
}
.project-case-card__image::before {
    content: "PROJECT IMAGE";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #a3aaa0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    transform: translate(-50%, -50%);
}
.project-case-card__image:has(img)::before {
    display: none;
}
.project-case-card__image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.project-case-card:hover .project-case-card__image img {
    transform: scale(1.035);
}
.project-case-card__content {
    padding: 22px 3px 0;
}
.project-case-card__category {
    display: block;
    margin-bottom: 9px;
    color: #83B414;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
}
.project-case-card h3 {
    margin: 0;
    color: #272e32;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -.5px;
    word-break: keep-all;
}
.project-case-card p {
    margin: 11px 0 0;
    color: #737a7e;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}
.project-case-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #4f565a;
    font-size: 13px;
    font-weight: 700;
}
.project-case-card__link i {
    color: #83B414;
    font-style: normal;
    transition: transform .2s ease;
}
.project-case-card:hover .project-case-card__link i {
    transform: translateX(4px);
}
/* =========================================================
   03. DEVELOPMENT EXPERIENCE
========================================================= */
.project-experience {
    padding: 110px 0;
    background: #fff;
}
.project-experience__header {
    max-width: 800px;
    margin: 0 auto 55px;
}
.project-experience__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #83B414;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
}
.project-experience__title {
    margin: 0;
    color: #22292d;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1.3px;
    word-break: keep-all;
}
.project-experience__title .text-primary {
    color: #83B414;
}
.project-experience__description {
    max-width: 760px;
    margin: 20px auto 0;
    color: #70777b;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}
.project-experience__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #e2e5df;
    border-left: 1px solid #e2e5df;
}
.project-experience-card {
    position: relative;
    min-height: 330px;
    padding: 32px 28px;
    border-right: 1px solid #e2e5df;
    border-bottom: 1px solid #e2e5df;
    transition: background .25s ease;
}
.project-experience-card:hover {
    background: #f8faf5;
}
.project-experience-card__number {
    display: block;
    margin-bottom: 42px;
    color: #b1b7b0;
    font-size: 12px;
    font-weight: 700;
}
.project-experience-card__category {
    display: block;
    margin-bottom: 10px;
    color: #83B414;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}
.project-experience-card h3 {
    margin: 0 0 15px;
    color: #272e32;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.45;
}
.project-experience-card p {
    margin: 0;
    color: #737a7e;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}
.project-experience-card a {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #454c50;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.project-experience-card a span {
    color: #83B414;
    transition: transform .2s ease;
}
.project-experience-card:hover a span {
    transform: translateX(4px);
}
/* =========================================================
   04. PROJECT PROCESS
========================================================= */
.project-process {
    padding: 110px 0;
    background: #22292d;
}
.project-process__header {
    display: grid;
    grid-template-columns: 1fr .8fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 60px;
}
.project-process__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #83B414;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
}
.project-process__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1.3px;
    word-break: keep-all;
}
.project-process__title .text-primary {
    color: #83B414;
}
.project-process__description {
    margin: 0;
    color: #aeb5b8;
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}
.project-process__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.project-process__grid article {
    min-height: 230px;
    padding: 28px 24px;
    border-top: 1px solid #495054;
    border-right: 1px solid #495054;
}
.project-process__grid article:first-child {
    border-left: 1px solid #495054;
}
.project-process__grid article > span {
    display: block;
    margin-bottom: 50px;
    color: #83B414;
    font-size: 12px;
    font-weight: 700;
}
.project-process__grid strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
.project-process__grid p {
    margin: 0;
    color: #aeb4b7;
    font-size: 13px;
    line-height: 1.7;
    word-break: keep-all;
}
/* =========================================================
   05. FAQ
========================================================= */
.service-faq {
    padding: 110px 0;
    background: #fff;
}
.service-faq .container_section {
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 90px;
}
.service-faq__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #83B414;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
}
.service-faq__title {
    margin: 0;
    color: #252c30;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1px;
    word-break: keep-all;
}
.service-faq__title span {
    color: #83B414;
}
.service-faq__description {
    margin: 20px 0 0;
    color: #72797d;
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
}
.service-faq__list {
    min-width: 0;
}
.service-faq__item {
    border-top: 1px solid #dfe3dd;
}
.service-faq__item:last-child {
    border-bottom: 1px solid #dfe3dd;
}
.service-faq__item summary {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 10px;
    min-height: 85px;
    cursor: pointer;
    list-style: none;
}
.service-faq__item summary::-webkit-details-marker {
    display: none;
}
.service-faq__number {
    color: #83B414;
    font-size: 12px;
    font-weight: 700;
}
.service-faq__item h3 {
    margin: 0;
    color: #30373b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    word-break: keep-all;
}
.service-faq__toggle {
    position: relative;
    width: 18px;
    height: 18px;
}
.service-faq__toggle::before,
.service-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    background: #72787c;
    transform: translate(-50%, -50%);
}
.service-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .2s ease;
}
.service-faq__item[open] .service-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(0);
}
.service-faq__answer {
    padding: 0 40px 28px 55px;
}
.service-faq__answer p {
    margin: 0;
    color: #747b7f;
    font-size: 14px;
    line-height: 1.85;
    word-break: keep-all;
}
/* =========================================================
   06. PROJECT INQUIRY CTA
========================================================= */
.inquiry-cta-section {
    padding: 110px 0;
    background: #f5f7f2;
}
.inquiry-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr);
    gap: 90px;
    padding: 65px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e5dd;
    border-radius: 18px;
}
/* CTA LEFT */
.inquiry-cta__content {
    position: relative;
    z-index: 2;
}
.inquiry-cta__eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #83B414;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.8px;
}
.inquiry-cta__title {
    margin: 0;
    color: #252c30;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1.4px;
    word-break: keep-all;
}
.inquiry-cta__title .text-primary {
    color: #83B414;
}
.inquiry-cta__description {
    max-width: 620px;
    margin: 24px 0 0;
    color: #70777b;
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}
.inquiry-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 54px;
    margin-top: 30px;
    padding: 0 30px;
    background: #83B414;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
}
.inquiry-cta__button:hover {
    background: #739f11;
    color: #fff;
    transform: translateY(-2px);
}
.inquiry-cta__button span {
    font-size: 17px;
}
.inquiry-cta__note {
    max-width: 500px;
    margin: 17px 0 0;
    color: #8a9093;
    font-size: 12px;
    line-height: 1.7;
    word-break: keep-all;
}
/* =========================================================
   CTA RIGHT
========================================================= */
.inquiry-cta__services {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*
     * 중요
     * 첫번째 항목 위에 생기던 회색선 제거
     */
    border: 0;
}
.inquiry-guide {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 100px;
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid #e1e5df;
}
.inquiry-guide:first-child {
    padding-top: 0;
    border-top: 0;
}
.inquiry-guide:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.inquiry-guide__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    background: #83B414;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.inquiry-guide__content {
    min-width: 0;
}
.inquiry-guide__content h3 {
    margin: 0 0 7px;
    color: #30373b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all;
}
.inquiry-guide__content p {
    margin: 0;
    color: #747b7f;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}
/* CTA DECORATION */
.inquiry-cta::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: #f5f8ed;
    border-radius: 50%;
    pointer-events: none;
}
.inquiry-cta::after {
    content: "";
    position: absolute;
    right: 60px;
    bottom: -160px;
    width: 220px;
    height: 220px;
    background: #f5f8ed;
    border-radius: 50%;
    pointer-events: none;
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1100px) {
    /* HERO */
    .project-case-hero__grid {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }
    .project-case-hero__title {
        font-size: 44px;
    }
    /* PROJECT LIST */
    .project-case-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    /* EXPERIENCE */
    .project-experience__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* PROCESS */
    .project-process__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .project-process__grid article {
        border-left: 1px solid #495054;
        border-bottom: 1px solid #495054;
    }
    /* FAQ */
    .service-faq .container_section {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 50px;
    }
    /* CTA */
    .inquiry-cta {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .85fr);
        gap: 50px;
        padding: 50px;
    }
    .inquiry-cta__title {
        font-size: 38px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .project-case-hero,
    .project-case-list,
    .project-experience,
    .project-process,
    .service-faq,
    .inquiry-cta-section {
        padding: 75px 0;
    }
    /* =====================================================
       HERO MOBILE
    ===================================================== */
    .project-case-hero__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .project-case-hero__title {
        font-size: 36px;
        line-height: 1.3;
        letter-spacing: -1px;
    }
    .project-case-hero__description {
        font-size: 15px;
    }
    .project-case-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }
    .project-case-hero__primary,
    .project-case-hero__secondary {
        width: 100%;
    }
    .project-case-summary {
        padding: 24px;
    }
    .project-case-summary__grid {
        grid-template-columns: 1fr 1fr;
    }
    .project-case-summary__grid > div {
        min-height: 95px;
        padding: 17px;
    }
    .project-case-summary__footer {
        flex-wrap: wrap;
        gap: 10px;
    }
    /* =====================================================
       PROJECT LIST MOBILE
    ===================================================== */
    .project-case-list__title,
    .project-experience__title,
    .project-process__title {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .project-case-list__description,
    .project-experience__description {
        font-size: 14px;
    }
    .project-case-filter {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-right: -20px;
        margin-bottom: 35px;
        padding-right: 20px;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .project-case-filter::-webkit-scrollbar {
        display: none;
    }
    .project-case-filter button {
        flex: 0 0 auto;
    }
    .project-case-list__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .project-case-card h3 {
        font-size: 19px;
    }
    /* =====================================================
       EXPERIENCE MOBILE
    ===================================================== */
    .project-experience__grid {
        grid-template-columns: 1fr;
    }
    .project-experience-card {
        min-height: 290px;
    }
    /* =====================================================
       PROCESS MOBILE
    ===================================================== */
    .project-process__header {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    .project-process__grid {
        grid-template-columns: 1fr;
    }
    .project-process__grid article {
        min-height: auto;
        padding: 25px;
        border-left: 1px solid #495054;
        border-right: 1px solid #495054;
        border-bottom: 1px solid #495054;
    }
    .project-process__grid article > span {
        margin-bottom: 25px;
    }
    /* =====================================================
       FAQ MOBILE
    ===================================================== */
    .service-faq .container_section {
        display: block;
    }
    .service-faq__header {
        margin-bottom: 40px;
    }
    .service-faq__title {
        font-size: 30px;
    }
    .service-faq__item summary {
        grid-template-columns: 35px minmax(0, 1fr) 25px;
        min-height: 78px;
    }
    .service-faq__item h3 {
        font-size: 15px;
        line-height: 1.5;
    }
    .service-faq__answer {
        padding: 0 25px 25px 45px;
    }
    /* =====================================================
       CTA MOBILE
    ===================================================== */
    .inquiry-cta {
        display: block;
        padding: 35px 24px;
        border-radius: 14px;
    }
    .inquiry-cta__title {
        font-size: 31px;
        line-height: 1.35;
        letter-spacing: -1px;
    }
    .inquiry-cta__description {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    .inquiry-cta__button {
        width: 100%;
        justify-content: space-between;
        margin-top: 26px;
        padding: 0 22px;
    }
    .inquiry-cta__note {
        font-size: 12px;
    }
    .inquiry-cta__services {
        margin-top: 45px;
        border: 0;
    }
    .inquiry-guide {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
        min-height: auto;
        padding: 22px 0;
        border-top: 0;
        border-bottom: 1px solid #e1e5df;
    }
    .inquiry-guide:first-child {
        padding-top: 0;
        border-top: 0;
    }
    .inquiry-guide:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .inquiry-guide__number {
        width: 44px;
        height: 44px;
        font-size: 11px;
    }
    .inquiry-guide__content h3 {
        font-size: 15px;
    }
    .inquiry-guide__content p {
        font-size: 14px;
    }
    .inquiry-cta::before {
        top: -140px;
        right: -160px;
        width: 300px;
        height: 300px;
    }
    .inquiry-cta::after {
        display: none;
    }
}
/* =========================================================
   COMMON PROJECT CASE
========================================================= */
.common-project-case {
    position: relative;
    width: 100%;
    padding: 110px 0;
    background: #f7f8f6;
    overflow: hidden;
}
.common-project-case *,
.common-project-case *::before,
.common-project-case *::after {
    box-sizing: border-box;
}
/* =========================================================
   HEADER
========================================================= */
.common-project-case__header {
    max-width: 780px;
    margin: 0 auto 55px;
    text-align: center;
}
.common-project-case__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #83B414;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.8px;
}
.common-project-case__title {
    margin: 0;
    color: #22292d;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1.3px;
    word-break: keep-all;
}
.common-project-case__title .text-primary {
    color: #83B414;
}
.common-project-case__description {
    max-width: 720px;
    margin: 20px auto 0;
    color: #70777b;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    word-break: keep-all;
}
/* =========================================================
   GRID
========================================================= */
.common-project-case__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px 28px;
    width: 100%;
}
/* =========================================================
   PROJECT CARD
========================================================= */
.common-project-case .project-case-card {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}
.common-project-case .project-case-card > a {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
}
/* =========================================================
   PROJECT IMAGE
========================================================= */
.common-project-case .project-case-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #ecefea;
    border-radius: 10px;
}
.common-project-case .project-case-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(20, 28, 22, 0);
    transition: background .35s ease;
    pointer-events: none;
}
.common-project-case .project-case-card__image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    transition: transform .45s ease;
}
/* IMAGE HOVER */
.common-project-case
.project-case-card:hover
.project-case-card__image img {
    transform: scale(1.035);
}
.common-project-case
.project-case-card:hover
.project-case-card__image::after {
    background: rgba(20, 28, 22, .05);
}
/* =========================================================
   CONTENT
========================================================= */
.common-project-case .project-case-card__content {
    padding: 21px 3px 0;
}
/* CATEGORY */
.common-project-case .project-case-card__category {
    display: block;
    margin-bottom: 9px;
    color: #83B414;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .6px;
}
/* TITLE */
.common-project-case .project-case-card h3 {
    margin: 0;
    color: #272e32;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -.5px;
    word-break: keep-all;
    transition: color .2s ease;
}
.common-project-case
.project-case-card:hover h3 {
    color: #83B414;
}
/* DESCRIPTION */
.common-project-case .project-case-card p {
    margin: 11px 0 0;
    color: #737a7e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    word-break: keep-all;
}
/* =========================================================
   DETAIL LINK
========================================================= */
.common-project-case .project-case-card__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    color: #4f565a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}
.common-project-case .project-case-card__link i {
    color: #83B414;
    font-size: 15px;
    font-style: normal;
    transition: transform .2s ease;
}
.common-project-case
.project-case-card:hover
.project-case-card__link {
    color: #83B414;
}
.common-project-case
.project-case-card:hover
.project-case-card__link i {
    transform: translateX(4px);
}
/* =========================================================
   FOOTER
========================================================= */
.common-project-case__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}
/* =========================================================
   MORE BUTTON
========================================================= */
.common-project-case__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 205px;
    min-height: 52px;
    padding: 0 25px;
    background: #fff;
    border: 1px solid #83B414;
    border-radius: 5px;
    color: #83B414 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}
.common-project-case__more span {
    font-size: 16px;
    transition: transform .2s ease;
}
.common-project-case__more:hover {
    background: #83B414;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(131, 180, 20, .18);
}
.common-project-case__more:hover span {
    transform: translateX(4px);
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1024px) {
    .common-project-case {
        padding: 90px 0;
    }
    .common-project-case__header {
        margin-bottom: 45px;
    }
    .common-project-case__title {
        font-size: 36px;
    }
    .common-project-case__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 24px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .common-project-case {
        padding: 70px 0;
    }
    /* HEADER */
    .common-project-case__header {
        margin-bottom: 38px;
    }
    .common-project-case__eyebrow {
        margin-bottom: 11px;
        font-size: 11px;
    }
    .common-project-case__title {
        font-size: 30px;
        line-height: 1.4;
        letter-spacing: -1px;
    }
    .common-project-case__description {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.75;
    }
    /* GRID */
    .common-project-case__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    /* IMAGE */
    .common-project-case
    .project-case-card__image {
        border-radius: 8px;
    }
    /* CONTENT */
    .common-project-case
    .project-case-card__content {
        padding: 17px 2px 0;
    }
    .common-project-case
    .project-case-card__category {
        margin-bottom: 7px;
        font-size: 10px;
    }
    .common-project-case
    .project-case-card h3 {
        font-size: 18px;
    }
    .common-project-case
    .project-case-card p {
        margin-top: 9px;
        font-size: 13px;
        line-height: 1.7;
    }
    .common-project-case
    .project-case-card__link {
        margin-top: 14px;
        font-size: 12px;
    }
    /* FOOTER */
    .common-project-case__footer {
        margin-top: 42px;
    }
    .common-project-case__more {
        width: 100%;
        min-height: 52px;
    }
}
/* =========================================================
   CASE STUDY - GLOBAL
========================================================= */
.case-study-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
    color: #252c30;
}
.case-study-page *,
.case-study-page *::before,
.case-study-page *::after {
    box-sizing: border-box;
}
.case-study-page img,
.case-study-page svg {
    max-width: 100%;
}
.case-study-page .container_section {
    min-width: 0;
}
.case-study-page .text-primary {
    color: #83B414 !important;
}
.case-study-label {
    display: block;
    margin-bottom: 14px;
    color: #83B414;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
}
/* =========================================================
   01. PROJECT CASE STUDY HERO
========================================================= */
.case-study-hero {
    position: relative;
    width: 100%;
    padding: 115px 0 125px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(131, 180, 20, .08),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #f7f8f5 0%,
            #ffffff 72%
        );
}
.case-study-hero::before {
    content: "";
    position: absolute;
    top: -210px;
    right: -160px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(131, 180, 20, .05);
    pointer-events: none;
}
.case-study-hero::after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -180px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(131, 180, 20, .035);
    pointer-events: none;
}
.case-study-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);
    align-items: center;
    gap: 80px;
    width: 100%;
    min-width: 0;
}
.case-study-hero__content,
.case-study-hero__visual {
    min-width: 0;
}
.case-study-hero__client {
    margin-bottom: 10px;
    color: #636b6f;
    font-size: 16px;
    font-weight: 600;
}
.case-study-hero__title {
    margin: 0;
    color: #22292d;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -2px;
    word-break: keep-all;
}
.case-study-hero__lead {
    max-width: 560px;
    margin: 28px 0 0;
    color: #3f474b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
    word-break: keep-all;
}
.case-study-hero__description {
    max-width: 600px;
    margin: 14px 0 0;
    color: #70777b;
    font-size: 15px;
    line-height: 1.9;
    word-break: keep-all;
}
/* HERO TAGS */
.case-study-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 27px;
}
.case-study-hero__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    background: #fff;
    border: 1px solid #dfe4dc;
    border-radius: 4px;
    color: #62696d;
    font-size: 10px;
    font-weight: 600;
}
/* HERO POINTS */
.case-study-hero__points {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    margin-top: 38px;
    border-top: 1px solid #dde2da;
}
.case-study-hero__points > div {
    min-width: 0;
    padding: 22px 18px 0 0;
}
.case-study-hero__points > div + div {
    padding-left: 18px;
    border-left: 1px solid #e4e7e1;
}
.case-study-hero__points span {
    display: block;
    margin-bottom: 9px;
    color: #83B414;
    font-size: 10px;
    font-weight: 700;
}
.case-study-hero__points strong {
    display: block;
    margin-bottom: 6px;
    color: #30373b;
    font-size: 17px;
    font-weight: 700;
}
.case-study-hero__points p {
    margin: 0;
    color: #8a9093;
    font-size: 13px;
    line-height: 1.65;
    word-break: keep-all;
}
/* HERO IMAGE */
.case-study-hero__visual {
    position: relative;
    padding: 38px 25px;
}
.case-study-hero__image {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background: #ecefea;
    border: 1px solid #e3e7df;
    border-radius: 10px;
    box-shadow:
        0 30px 70px rgba(32, 42, 34, .12);
}
.case-study-hero__image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
/* HERO FLOATING */
.case-study-hero__floating {
    position: absolute;
    z-index: 4;
    min-width: 185px;
    padding: 17px 20px;
    background: rgba(255, 255, 255, .97);
    border: 1px solid #e0e4dc;
    border-radius: 8px;
    box-shadow:
        0 16px 38px rgba(30, 40, 32, .09);
}
.case-study-hero__floating span {
    display: block;
    margin-bottom: 6px;
    color: #83B414;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}
.case-study-hero__floating strong {
    display: block;
    color: #30373a;
    font-size: 12px;
    line-height: 1.5;
}
.case-study-hero__floating--top {
    top: 0;
    right: 0;
}
.case-study-hero__floating--bottom {
    bottom: 0;
    left: 0;
}
/* =========================================================
   02. PROJECT OVERVIEW
========================================================= */
.case-study-overview {
    width: 100%;
    padding: 125px 0;
    background: #fff;
}
/* SECTION HEADER */
.case-study-section-heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, .9fr);
    gap: 90px;
    align-items: start;
    min-width: 0;
}
.case-study-section-heading > div {
    min-width: 0;
}
.case-study-section-heading h2 {
    margin: 0;
    color: #252c30;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: -1.4px;
    word-break: keep-all;
}
.case-study-section-heading__description {
    padding-top: 26px;
}
.case-study-section-heading__description p {
    margin: 0 0 15px;
    color: #70777b;
    font-size: 16px;
    line-height: 1.9;
    word-break: keep-all;
}
/* PROJECT SPEC */
.case-study-overview__spec {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    margin-top: 65px;
    border-top: 1px solid #dde2da;
    border-bottom: 1px solid #dde2da;
}
.case-study-overview__spec > div {
    min-width: 0;
    padding: 28px 24px;
}
.case-study-overview__spec > div + div {
    border-left: 1px solid #dde2da;
}
.case-study-overview__spec span {
    display: block;
    margin-bottom: 9px;
    color: #999f9b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}
.case-study-overview__spec strong {
    display: block;
    margin-bottom: 6px;
    color: #30373a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
.case-study-overview__spec p {
    margin: 0;
    color: #8a9093;
    font-size: 14px;
    line-height: 1.6;
}
/* =========================================================
   PROJECT BACKGROUND
========================================================= */
.case-study-overview__detail {
    display: grid;
    grid-template-columns:
        minmax(0, .82fr)
        minmax(0, 1.18fr);
    gap: 70px;
    align-items: stretch;
    margin-top: 85px;
    padding-top: 70px;
    border-top: 1px solid #e0e4dd;
}
/*
 * 이미지 주소는 HTML에서 아래처럼 전달
 *
 * style="
 * --case-bg-image:
 * url('{{ url('/assets/images/portfolio/club.jpg') }}');
 * "
 */
.case-study-overview__detail-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
    min-height: 310px;
    padding: 42px 38px;
    overflow: hidden;
    background: #252c30;
    border: 1px solid #e1e5de;
    border-radius: 15px;
}
/* BACKGROUND IMAGE */
.case-study-overview__detail-title::before {
    content: "";
    position: absolute;
    inset: -15px;
    background-image:
        var(--case-bg-image);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .38;
    transform: scale(1.08);
}
/* BACKGROUND OVERLAY */
.case-study-overview__detail-title::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(22, 27, 29, .22) 0%,
            rgba(22, 27, 29, .48) 45%,
            rgba(22, 27, 29, .88) 100%
        );
}
/* TEXT ABOVE IMAGE */
.case-study-overview__detail-title > * {
    position: relative;
    z-index: 2;
}
.case-study-overview__detail-title > span {
    display: block;
    margin-bottom: 16px;
    color: #a4cf3d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
}
.case-study-overview__detail-title h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: -.7px;
    word-break: keep-all;
}
.case-study-overview__detail-title h3 strong {
    color: #a4cf3d;
}
/* BACKGROUND CONTENT */
.case-study-overview__detail-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.case-study-overview__detail-content p {
    margin: 0 0 17px;
    color: #70777b;
    font-size: 16px;
    line-height: 1.95;
    word-break: keep-all;
}
.case-study-overview__detail-content p:last-child {
    margin-bottom: 0;
}
/* =========================================================
   PROJECT GOALS
========================================================= */
.case-study-overview__goals {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    margin-top: 55px;
    border-top: 1px solid #dfe3dd;
    border-left: 1px solid #dfe3dd;
}
.case-study-overview__goals article {
    min-width: 0;
    min-height: 235px;
    padding: 32px;
    background: #fff;
    border-right: 1px solid #dfe3dd;
    border-bottom: 1px solid #dfe3dd;
    transition:
        background .2s ease;
}
.case-study-overview__goals article:hover {
    background: #f8faf5;
}
.case-study-overview__goals article > span {
    display: block;
    margin-bottom: 38px;
    color: #83B414;
    font-size: 20px;
    font-weight: 700;
}
.case-study-overview__goals h3 {
    margin: 0 0 12px;
    color: #30373a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
.case-study-overview__goals p {
    margin: 0;
    color: #747b7e;
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}
/* =========================================================
   BUSINESS STRUCTURE
========================================================= */
.case-study-overview__diagram {
    margin-top: 80px;
    padding: 38px;
    background: #f7f8f5;
    border: 1px solid #eef0eb;
}
.case-study-overview__diagram-title {
    margin-bottom: 30px;
    color: #8b918e;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
}
.case-study-overview__diagram-body {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        65px
        minmax(0, 1fr)
        65px
        minmax(0, 1fr)
        65px
        minmax(0, 1fr);
    align-items: center;
    min-width: 0;
}
.case-diagram-node {
    min-width: 0;
    padding: 28px 18px;
    background: #fff;
    border: 1px solid #e0e4dd;
    text-align: center;
}
.case-diagram-node__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 17px;
    background: #f4f8ed;
    color: #83B414;
    border-radius: 50%;
}
.case-diagram-node span {
    display: block;
    margin-bottom: 6px;
    color: #9a9f9c;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}
.case-diagram-node strong {
    color: #30373a;
    font-size: 13px;
    font-weight: 700;
}
.case-diagram-node--active {
    background: #83B414;
    border-color: #83B414;
}
.case-diagram-node--active .case-diagram-node__icon {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}
.case-diagram-node--active span {
    color: rgba(255, 255, 255, .72);
}
.case-diagram-node--active strong {
    color: #fff;
}
.case-diagram-arrow {
    color: #83B414;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}
/* =========================================================
   03. MEMBERSHIP COMMERCE
========================================================= */
.case-study-membership {
    width: 100%;
    padding: 125px 0;
    background: #f7f8f5;
}
.case-study-membership__header {
    max-width: 820px;
    margin: 0 auto 70px;
    text-align: center;
}
.case-study-membership__header h2 {
    margin: 0;
    color: #252c30;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: -1.4px;
    word-break: keep-all;
}
.case-study-membership__header p {
    max-width: 700px;
    margin: 20px auto 0;
    color: #70777b;
    font-size: 15px;
    line-height: 1.9;
    word-break: keep-all;
}
/* =========================================================
   MEMBERSHIP SYSTEM
========================================================= */
.membership-system {
    display: grid;
    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);
    gap: 70px;
    align-items: center;
    min-width: 0;
    padding: 65px;
    background: #252c30;
}
.membership-system__intro,
.membership-system__visual {
    min-width: 0;
}
.membership-system__eyebrow {
    display: block;
    margin-bottom: 15px;
    color: #83B414;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
}
.membership-system__intro h3 {
    margin: 0;
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -1px;
    word-break: keep-all;
}
.membership-system__intro h3 span {
    color: #a3cf3c;
}
.membership-system__intro p {
    margin: 19px 0 0;
    color: #aeb4b1;
    font-size: 15px;
    line-height: 1.9;
    word-break: keep-all;
}
/* MEMBERSHIP VISUAL */
.membership-system__visual {
    position: relative;
    min-height: 350px;
}
.membership-card {
    position: absolute;
    width: 230px;
    min-height: 145px;
    padding: 24px;
    border-radius: 10px;
    box-shadow:
        0 20px 45px rgba(0, 0, 0, .18);
}
.membership-card > span {
    display: block;
    margin-bottom: 20px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.membership-card strong {
    display: block;
    font-size: 19px;
    line-height: 1.4;
}
.membership-card p {
    margin: 8px 0 0;
    font-size: 10px;
    line-height: 1.6;
}
.membership-card--basic {
    top: 20px;
    left: 0;
    background: #fff;
    color: #30373a;
    transform: rotate(-4deg);
}
.membership-card--member {
    top: 100px;
    right: 0;
    background: #eef2e8;
    color: #30373a;
    transform: rotate(4deg);
}
.membership-card--premium {
    bottom: 0;
    left: 50%;
    background: #83B414;
    color: #fff;
    transform: translateX(-50%);
}
.membership-card__badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 7px;
    background: rgba(255, 255, 255, .18);
    font-size: 7px;
    font-weight: 700;
}
/* =========================================================
   MEMBERSHIP FUNCTIONS
========================================================= */
.membership-functions {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    margin-top: 55px;
    border-top: 1px solid #dce1da;
    border-left: 1px solid #dce1da;
}
.membership-function {
    min-width: 0;
    min-height: 285px;
    padding: 31px;
    background: #fff;
    border-right: 1px solid #dce1da;
    border-bottom: 1px solid #dce1da;
    transition:
        background .2s ease;
}
.membership-function:hover {
    background: #fbfcfa;
}
.membership-function__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.membership-function__top > span {
    color: #83B414;
    font-size: 20px;
    font-weight: 700;
}
.membership-function__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #f4f7ef;
    color: #83B414;
    font-size: 15px;
    font-weight: 700;
}
.membership-function h3 {
    margin: 0;
    color: #2b3236;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.membership-function p {
    margin: 12px 0 0;
    color: #737a7e;
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}
/* =========================================================
   SERVICE FLOW
========================================================= */
.membership-flow {
    margin-top: 70px;
    padding: 50px;
    background: #252c30;
}
.membership-flow__heading {
    max-width: 700px;
}
.membership-flow__heading > span {
    display: block;
    margin-bottom: 13px;
    color: #83B414;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
}
.membership-flow__heading h3 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -.6px;
}
.membership-flow__heading h3 strong {
    color: #a3cf3c;
}
.membership-flow__heading p {
    margin: 15px 0 0;
    color: #aeb4b1;
    font-size: 15px;
    line-height: 1.85;
}
.membership-flow__steps {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) 30px
        minmax(0, 1fr) 30px
        minmax(0, 1fr) 30px
        minmax(0, 1fr) 30px
        minmax(0, 1fr);
    align-items: center;
    margin-top: 40px;
    min-width: 0;
}
.membership-flow__step {
    min-width: 0;
    padding: 23px 15px;
    background: #30383c;
    border: 1px solid #41494d;
    text-align: center;
}
.membership-flow__step span {
    display: block;
    margin-bottom: 13px;
    color: #83B414;
    font-size: 9px;
    font-weight: 700;
}
.membership-flow__step strong {
    display: block;
    color: #fff;
    font-size: 17px;
}
.membership-flow__step p {
    margin: 6px 0 0;
    color: #929a97;
    font-size: 14px;
}
.membership-flow__steps > i {
    color: #83B414;
    font-size: 17px;
    font-style: normal;
    text-align: center;
}
/* =========================================================
   04. RELATED PROJECTS
========================================================= */
.case-study-related {
    width: 100%;
    padding: 120px 0;
    background: #fff;
}
.case-study-related__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
}
.case-study-related__header > div {
    min-width: 0;
}
.case-study-related__header h2 {
    margin: 0;
    color: #252c30;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: -1.4px;
    word-break: keep-all;
}
.case-study-related__header p {
    max-width: 600px;
    margin: 15px 0 0;
    color: #777e81;
    font-size: 13px;
    line-height: 1.75;
}
.case-study-related__all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    color: #565e61 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}
.case-study-related__all span {
    color: #83B414;
    font-size: 16px;
    transition:
        transform .2s ease;
}
.case-study-related__all:hover span {
    transform: translateX(4px);
}
/* RELATED GRID */
.case-study-related .project-case-list__grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 28px;
    min-width: 0;
}
.case-study-related .project-case-card {
    min-width: 0;
    background: #fff;
    border: 1px solid #e4e7e1;
    overflow: hidden;
}
.case-study-related .project-case-card > a {
    display: block;
    min-width: 0;
    color: inherit;
    text-decoration: none !important;
}
.case-study-related .project-case-card__image {
    min-width: 0;
    overflow: hidden;
    background: #f2f3f0;
    aspect-ratio: 16 / 10;
}
.case-study-related .project-case-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .35s ease;
}
.case-study-related .project-case-card:hover img {
    transform: scale(1.035);
}
.case-study-related .project-case-card__content {
    min-width: 0;
    padding: 25px;
}
.case-study-related .project-case-card__category {
    display: block;
    margin-bottom: 11px;
    color: #83B414;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.6;
}
.case-study-related .project-case-card h3 {
    margin: 0;
    color: #30373a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
}
.case-study-related .project-case-card p {
    margin: 12px 0 0;
    color: #7a8083;
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
}
.case-study-related .project-case-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #83B414;
    font-size: 11px;
    font-weight: 700;
}
.case-study-related .project-case-card__link i {
    font-style: normal;
    transition:
        transform .2s ease;
}
.case-study-related .project-case-card:hover
.project-case-card__link i {
    transform: translateX(4px);
}
/* =========================================================
   05. PROJECT INQUIRY
========================================================= */
.case-study-inquiry {
    width: 100%;
    padding: 110px 0;
    background: #f4f6f1;
}
.case-study-inquiry__inner {
    display: grid;
    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);
    gap: 80px;
    align-items: center;
    min-width: 0;
}
.case-study-inquiry__content,
.case-study-inquiry__visual {
    min-width: 0;
}
.case-study-inquiry__content h2 {
    margin: 0;
    color: #252c30;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -1.2px;
    word-break: keep-all;
}
.case-study-inquiry__content > p {
    max-width: 570px;
    margin: 18px 0 0;
    color: #70777b;
    font-size: 14px;
    line-height: 1.88;
    word-break: keep-all;
}
.case-study-inquiry__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 52px;
    margin-top: 30px;
    padding: 0 25px;
    background: #83B414;
    border: 1px solid #83B414;
    border-radius: 4px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition:
        background .2s ease,
        transform .2s ease;
}
.case-study-inquiry__button:hover {
    background: #759f13;
    transform: translateY(-2px);
}
.case-study-inquiry__button span {
    font-size: 16px;
}
/* INQUIRY VISUAL */
.case-study-inquiry__visual {
    padding: 35px;
    background: #fff;
    border: 1px solid #e0e4dd;
    box-shadow:
        0 18px 45px rgba(39, 49, 41, .05);
}
.case-study-inquiry__question {
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e4dd;
}
.case-study-inquiry__question span {
    display: block;
    margin-bottom: 8px;
    color: #83B414;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}
.case-study-inquiry__question strong {
    display: block;
    color: #30373a;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
}
.case-study-inquiry__options {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
}
.case-study-inquiry__options > div {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
    padding: 16px;
    background: #f7f8f5;
    border: 1px solid #f0f1ed;
}
.case-study-inquiry__options span {
    color: #83B414;
    font-size: 9px;
    font-weight: 700;
}
.case-study-inquiry__options strong {
    color: #444b4e;
    font-size: 14px;
    font-weight: 700;
}
.case-study-inquiry__result {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    padding: 21px;
    background: #252c30;
    color: #fff;
}
.case-study-inquiry__result > span {
    color: #83B414;
    font-size: 22px;
}
.case-study-inquiry__result strong {
    font-size: 13px;
    line-height: 1.6;
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1100px) {
    .case-study-hero {
        padding: 95px 0 105px;
    }
    .case-study-hero__grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);
        gap: 45px;
    }
    .case-study-hero__title {
        font-size: 44px;
    }
    .case-study-overview,
    .case-study-membership,
    .case-study-related {
        padding: 100px 0;
    }
    .case-study-section-heading {
        gap: 45px;
    }
    .case-study-section-heading h2,
    .case-study-membership__header h2,
    .case-study-related__header h2 {
        font-size: 35px;
    }
    .case-study-overview__detail {
        gap: 45px;
    }
    .case-study-overview__diagram-body {
        grid-template-columns:
            minmax(0, 1fr)
            40px
            minmax(0, 1fr)
            40px
            minmax(0, 1fr)
            40px
            minmax(0, 1fr);
    }
    .membership-system {
        gap: 40px;
        padding: 45px;
    }
    .membership-functions {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
    .case-study-related .project-case-list__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
    .case-study-inquiry__inner {
        gap: 45px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .case-study-hero,
    .case-study-overview,
    .case-study-membership,
    .case-study-related,
    .case-study-inquiry {
        padding: 70px 0;
    }
    /* HERO */
    .case-study-hero__grid {
        grid-template-columns:
            minmax(0, 1fr);
        gap: 45px;
    }
    .case-study-hero__title {
        font-size: 35px;
        letter-spacing: -1px;
    }
    .case-study-hero__lead {
        font-size: 16px;
    }
    .case-study-hero__points {
        grid-template-columns:
            minmax(0, 1fr);
    }
    .case-study-hero__points > div {
        padding: 16px 0;
        border-left: 0 !important;
        border-bottom: 1px solid #e0e4dc;
    }
    .case-study-hero__visual {
        padding: 26px 10px;
    }
    .case-study-hero__floating {
        min-width: 150px;
        padding: 13px 15px;
    }
    .case-study-hero__floating strong {
        font-size: 11px;
    }
    /* OVERVIEW */
    .case-study-section-heading {
        grid-template-columns:
            minmax(0, 1fr);
        gap: 22px;
    }
    .case-study-section-heading h2,
    .case-study-membership__header h2,
    .case-study-related__header h2,
    .case-study-inquiry__content h2 {
        font-size: 29px;
    }
    .case-study-section-heading__description {
        padding-top: 0;
    }
    .case-study-overview__spec {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        margin-top: 40px;
    }
    .case-study-overview__spec > div {
        padding: 22px 16px;
    }
    .case-study-overview__spec > div:nth-child(3) {
        border-left: 0;
    }
    .case-study-overview__spec > div:nth-child(-n+2) {
        border-bottom: 1px solid #dfe3dd;
    }
    /* PROJECT BACKGROUND */
    .case-study-overview__detail {
        grid-template-columns:
            minmax(0, 1fr);
        gap: 30px;
        margin-top: 55px;
        padding-top: 50px;
    }
    .case-study-overview__detail-title {
        min-height: 270px;
        padding: 30px 25px;
    }
    .case-study-overview__detail-title h3 {
        font-size: 24px;
    }
    .case-study-overview__detail-title::before {
        filter: blur(5px);
        opacity: .42;
    }
    /* GOALS */
    .case-study-overview__goals {
        grid-template-columns:
            minmax(0, 1fr);
        margin-top: 40px;
    }
    .case-study-overview__goals article {
        min-height: 0;
    }
    /* DIAGRAM */
    .case-study-overview__diagram {
        margin-top: 50px;
        padding: 22px;
    }
    .case-study-overview__diagram-body {
        grid-template-columns:
            minmax(0, 1fr);
    }
    .case-diagram-arrow {
        padding: 10px 0;
        transform: rotate(90deg);
    }
    /* MEMBERSHIP */
    .case-study-membership__header {
        margin-bottom: 40px;
    }
    .membership-system {
        grid-template-columns:
            minmax(0, 1fr);
        gap: 35px;
        padding: 30px 23px;
    }
    .membership-system__intro h3 {
        font-size: 27px;
    }
    .membership-system__visual {
        min-height: 420px;
    }
    .membership-card {
        width: 190px;
    }
    .membership-functions {
        grid-template-columns:
            minmax(0, 1fr);
    }
    .membership-function {
        min-height: 0;
        padding: 27px 22px;
    }
    /* FLOW */
    .membership-flow {
        padding: 30px 20px;
    }
    .membership-flow__heading h3 {
        font-size: 23px;
    }
    .membership-flow__steps {
        grid-template-columns:
            minmax(0, 1fr);
    }
    .membership-flow__steps > i {
        padding: 9px 0;
        transform: rotate(90deg);
    }
    /* RELATED */
    .case-study-related__header {
        display: block;
    }
    .case-study-related__all {
        margin-top: 18px;
    }
    .case-study-related .project-case-list__grid {
        grid-template-columns:
            minmax(0, 1fr);
    }
    /* INQUIRY */
    .case-study-inquiry__inner {
        grid-template-columns:
            minmax(0, 1fr);
        gap: 40px;
    }
    .case-study-inquiry__visual {
        padding: 25px 20px;
    }
    .case-study-inquiry__options {
        grid-template-columns:
            minmax(0, 1fr);
    }
    .case-study-inquiry__button {
        width: 100%;
    }
}
/* =========================================================
   VERY SMALL MOBILE
========================================================= */
@media (max-width: 420px) {
    .case-study-hero__title {
        font-size: 31px;
    }
    .case-study-overview__spec {
        grid-template-columns:
            minmax(0, 1fr);
    }
    .case-study-overview__spec > div + div {
        border-left: 0;
        border-top: 1px solid #dfe3dd;
    }
    .case-study-overview__spec > div:nth-child(-n+2) {
        border-bottom: 0;
    }
    .case-study-overview__detail-title {
        min-height: 240px;
    }
    .case-study-inquiry__question strong {
        font-size: 20px;
    }
}
/* =========================================================
   RELATED PROJECT CASE
========================================================= */
.insight-detail-projects {
    padding: 110px 0 120px;
    background: #f7f8f5;
}
.insight-detail-projects__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 55px;
}
/* CARD
--------------------------------------------------------- */
.insight-detail-project-card {
    min-width: 0;
    background: #fff;
    border: 1px solid #e8e8e3;
    border-radius: 20px;
    overflow: hidden;
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}
.insight-detail-project-card:hover {
    transform: translateY(-7px);
    border-color: #d8ddd0;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .08);
}
.insight-detail-project-card > a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
/* IMAGE
--------------------------------------------------------- */
.insight-detail-project-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eceee9;
}
.insight-detail-project-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, .16) 0%,
        rgba(0, 0, 0, 0) 45%,
        rgba(0, 0, 0, .10) 100%
    );
    pointer-events: none;
}
.insight-detail-project-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}
.insight-detail-project-card:hover
.insight-detail-project-card__image img {
    transform: scale(1.035);
}
/* PROJECT NUMBER
--------------------------------------------------------- */
.insight-detail-project-card__image-label {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 22px;
    padding: 8px 13px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 30px;
    color: #222;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}
/* ARROW
--------------------------------------------------------- */
.insight-detail-project-card__image-arrow {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #83B414;
    font-size: 21px;
    line-height: 1;
    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}
.insight-detail-project-card:hover
.insight-detail-project-card__image-arrow {
    background: #83B414;
    color: #fff;
    transform: translateX(3px);
}
/* CONTENT
--------------------------------------------------------- */
.insight-detail-project-card__body {
    padding: 31px 34px 35px;
}
.insight-detail-project-card__category {
    margin-bottom: 16px;
    color: #83B414;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .04em;
}
.insight-detail-project-card h3 {
    margin: 0 0 18px;
    color: #181818;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -.04em;
}
.insight-detail-project-card p {
    margin: 0;
    color: #6d6d6d;
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}
/* TECH
--------------------------------------------------------- */
.insight-detail-project-card__tech {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid #eeeeea;
}
.insight-detail-project-card__tech span {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 5px 10px;
    background: #f5f6f2;
    border-radius: 5px;
    color: #666;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 991px) {
    .insight-detail-projects {
        padding: 85px 0;
    }
    .insight-detail-projects__grid {
        gap: 22px;
        margin-top: 40px;
    }
    .insight-detail-project-card__body {
        padding: 26px;
    }
    .insight-detail-project-card h3 {
        font-size: 23px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .insight-detail-projects {
        padding: 65px 0;
    }
    .insight-detail-projects__grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 35px;
    }
    .insight-detail-project-card {
        border-radius: 16px;
    }
    .insight-detail-project-card__image {
        aspect-ratio: 16 / 10;
    }
    .insight-detail-project-card__image-label {
        top: 15px;
        left: 15px;
    }
    .insight-detail-project-card__image-arrow {
        top: 14px;
        right: 14px;
        width: 38px;
        height: 38px;
    }
    .insight-detail-project-card__body {
        padding: 24px 22px 27px;
    }
    .insight-detail-project-card h3 {
        font-size: 22px;
    }
    .insight-detail-project-card p {
        font-size: 14px;
        line-height: 1.75;
    }
}
/* =========================================================
   INSIGHT PAGE
========================================================= */
.insight-page {
    --insight-primary: #83B414;
    --insight-primary-dark: #678e0d;
    --insight-text: #151a1d;
    --insight-text-light: #6c7378;
    --insight-border: #e5e9e2;
    --insight-bg: #f7f9f5;
    --insight-dark: #20282b;
    color: var(--insight-text);
}
.insight-page *,
.insight-page *::before,
.insight-page *::after {
    box-sizing: border-box;
}
.insight-page a {
    color: inherit;
    text-decoration: none;
}
.insight-page img {
    display: block;
    max-width: 100%;
}
.insight-page .container_section {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
}
/* =========================================================
   COMMON
========================================================= */
.insight-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: var(--insight-primary);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.8px;
}
.insight-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 45px;
}
.insight-section-heading h2 {
    margin: 0;
    color: var(--insight-text);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.5px;
    word-break: keep-all;
}
.insight-section-heading h2 span {
    color: var(--insight-primary);
}
.insight-section-heading > p {
    width: 440px;
    margin: 0;
    color: var(--insight-text-light);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}
/* =========================================================
   01. INSIGHT HERO
========================================================= */
.insight-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 110px;
    background:
        radial-gradient(
            circle at 88% 5%,
            rgba(131, 180, 20, .11),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #f8faf5 0%,
            #ffffff 68%
        );
    border-bottom: 1px solid var(--insight-border);
}
.insight-hero::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -150px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgba(131, 180, 20, .035);
    pointer-events: none;
}
.insight-hero::after {
    content: "";
    position: absolute;
    left: -130px;
    bottom: -190px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(131, 180, 20, .08);
    border-radius: 50%;
    pointer-events: none;
}
.insight-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);
    gap: 85px;
    align-items: center;
    min-width: 0;
}
/* HERO LEFT */
.insight-hero__content {
    position: relative;
    min-width: 0;
}
.insight-hero__content h1 {
    margin: 0;
    color: #22292d;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -2.4px;
    word-break: keep-all;
}
.insight-hero__content h1 span {
    position: relative;
    display: inline-block;
    color: var(--insight-primary);
}
.insight-hero__content h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 48px;
    height: 3px;
    background: var(--insight-primary);
}
.insight-hero__content > p {
    max-width: 590px;
    margin: 32px 0 0;
    color: #697176;
    font-size: 16px;
    line-height: 1.9;
    word-break: keep-all;
}
/* HERO MINI KEYWORDS */
.insight-hero__mini {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}
.insight-hero__mini span {
    padding: 8px 11px;
    background: #fff;
    border: 1px solid #e0e5dd;
    border-radius: 3px;
    color: #7b827e;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .7px;
}
/* HERO RIGHT */
.insight-hero__visual {
    position: relative;
    min-width: 0;
    padding: 32px 35px 45px 30px;
}
.insight-hero__image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    background: #f1f3ee;
    border: 1px solid #e3e7df;
    border-radius: 18px;
    box-shadow:
        0 30px 70px rgba(31, 43, 32, .13);
}
.insight-hero__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}
/*
 * 현재 HTML처럼
 *
 * <div class="insight-hero__visual">
 *     <img ...>
 * </div>
 *
 * 바로 이미지를 넣어도 스타일 적용
 */
.insight-hero__visual > img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e3e7df;
    border-radius: 18px !important;
    box-shadow:
        0 30px 70px rgba(31, 43, 32, .13);
}
/* HERO DECORATION */
.insight-hero__shape {
    position: absolute;
    pointer-events: none;
}
.insight-hero__shape--01 {
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    background: var(--insight-primary);
    opacity: .08;
    border-radius: 50%;
}
.insight-hero__shape--02 {
    left: 0;
    bottom: 15px;
    width: 115px;
    height: 115px;
    border: 18px solid rgba(131, 180, 20, .10);
    border-radius: 50%;
}
/* HERO KEYWORD */
.insight-hero__keyword {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    max-width: 390px;
}
.insight-hero__keyword span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    padding: 0 12px;
    background: rgba(31, 39, 42, .94);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    box-shadow:
        0 5px 14px rgba(0, 0, 0, .08);
    backdrop-filter: blur(6px);
    transition:
        background .2s ease,
        transform .2s ease;
}
.insight-hero__keyword span:hover {
    transform: translateY(-2px);
    background: var(--insight-primary);
}
.insight-hero__keyword span:nth-child(3) {
    background: var(--insight-primary);
}
/* HERO FLOATING BADGE */
.insight-hero__badge {
    position: absolute;
    z-index: 5;
    top: 7px;
    left: 0;
    min-width: 205px;
    padding: 17px 20px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #e1e5dd;
    border-radius: 8px;
    box-shadow:
        0 14px 35px rgba(36, 47, 38, .09);
}
.insight-hero__badge > span {
    display: block;
    margin-bottom: 7px;
    color: var(--insight-primary);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.insight-hero__badge strong {
    display: block;
    color: #30373a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
}
/* =========================================================
   02. CATEGORY FILTER
========================================================= */
.insight-filter-section {
    position: relative;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid var(--insight-border);
}
.insight-filter {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}
.insight-filter::-webkit-scrollbar {
    display: none;
}
.insight-filter button {
    flex: 0 0 auto;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 30px;
    background: transparent;
    color: #747a76;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition:
        color .25s ease,
        background .25s ease,
        border-color .25s ease;
}
.insight-filter button:hover {
    color: var(--insight-primary);
    border-color: #dfe6d8;
}
.insight-filter button.is-active {
    background: var(--insight-primary);
    border-color: var(--insight-primary);
    color: #fff;
}
/* =========================================================
   03. FEATURED INSIGHT
========================================================= */
.featured-insight {
    padding: 100px 0 110px;
    background: #fff;
}
.featured-insight__card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--insight-border);
    border-radius: 4px;
    transition:
        box-shadow .3s ease,
        transform .3s ease,
        opacity .25s ease;
}
.featured-insight__card:hover {
    box-shadow:
        0 25px 60px rgba(28, 39, 25, .08);
}
.featured-insight__card > a {
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(0, .85fr);
    min-height: 460px;
}
.featured-insight__image {
    overflow: hidden;
    min-width: 0;
    background: #f2f3f1;
}
.featured-insight__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.featured-insight__card:hover .featured-insight__image img {
    transform: scale(1.025);
}
.featured-insight__content {
    padding: 55px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}
.featured-insight__number {
    margin-bottom: 30px;
    color: #a1a7a1;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.featured-insight__category,
.insight-card__category {
    color: var(--insight-primary);
    font-size: 12px;
    font-weight: 800;
}
.featured-insight__content h3 {
    margin: 15px 0 20px;
    color: var(--insight-text);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1.2px;
    word-break: keep-all;
}
.featured-insight__content p {
    margin: 0;
    color: var(--insight-text-light);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}
.featured-insight__link {
    display: inline-flex;
    align-items: center;
    margin-top: 35px;
    color: var(--insight-text);
    font-size: 15px;
    font-weight: 700;
}
.featured-insight__link i {
    margin-left: 8px;
    color: var(--insight-primary);
    font-style: normal;
    transition: transform .2s ease;
}
.featured-insight__card:hover .featured-insight__link i {
    transform: translateX(4px);
}
/* =========================================================
   04. LATEST INSIGHT
========================================================= */
.latest-insight {
    padding: 100px 0;
    background: var(--insight-bg);
}
.insight-list__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}
.insight-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--insight-border);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}
.insight-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 18px 45px rgba(26, 36, 21, .08);
}
.insight-card > a {
    display: block;
    height: 100%;
}
.insight-card__image {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #ecefec;
}
.insight-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.insight-card:hover .insight-card__image img {
    transform: scale(1.035);
}
.insight-card__content {
    padding: 28px 28px 30px;
}
.insight-card__content h3 {
    min-height: 58px;
    margin: 12px 0 14px;
    color: var(--insight-text);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.5px;
    word-break: keep-all;
}
.insight-card__content p {
    min-height: 72px;
    margin: 0;
    color: var(--insight-text-light);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}
.insight-card__link {
    display: block;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid #eef0ed;
    color: var(--insight-text);
    font-size: 14px;
    font-weight: 700;
}
.insight-card__link i {
    margin-left: 8px;
    color: var(--insight-primary);
    font-style: normal;
    transition: transform .2s ease;
}
.insight-card:hover .insight-card__link i {
    display: inline-block;
    transform: translateX(4px);
}
/* PAGINATION */
.insight-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 55px;
}
.insight-pagination a,
.insight-pagination button {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #fff;
    border: 1px solid var(--insight-border);
    color: #555;
    font-size: 12px;
    cursor: pointer;
    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}
.insight-pagination a:hover,
.insight-pagination button:hover {
    color: var(--insight-primary);
    border-color: var(--insight-primary);
}
.insight-pagination a.is-active {
    background: var(--insight-primary);
    border-color: var(--insight-primary);
    color: #fff;
}
/* =========================================================
   05. PROJECT CASE STUDY
========================================================= */
.insight-projects {
    padding: 110px 0;
    background: #fff;
}
.insight-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}
.insight-project-card {
    min-width: 0;
}
.insight-project-card > a {
    display: block;
}
.insight-project-card__image {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #eee;
}
.insight-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.insight-project-card:hover .insight-project-card__image img {
    transform: scale(1.035);
}
.insight-project-card__content {
    padding: 23px 5px;
}
.insight-project-card__content > span {
    color: var(--insight-primary);
    font-size: 14px;
    font-weight: 700;
}
.insight-project-card__content h3 {
    margin: 9px 0 12px;
    color: var(--insight-text);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
}
.insight-project-card__content p {
    margin: 0 0 18px;
    color: var(--insight-text-light);
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}
.insight-project-card__content strong {
    color: var(--insight-text);
    font-size: 13px;
    font-weight: 700;
}
.insight-projects__more {
    margin-top: 45px;
    text-align: center;
}
.insight-projects__more a {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 14px 25px;
    border: 1px solid var(--insight-primary);
    color: var(--insight-primary);
    font-size: 15px;
    font-weight: 700;
    transition:
        background .2s ease,
        color .2s ease;
}
.insight-projects__more a:hover {
    background: var(--insight-primary);
    color: #fff;
}
/* =========================================================
   06. MAINTENANCE & SUPPORT
========================================================= */
.insight-maintenance {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(131, 180, 20, .08),
            transparent 28%
        ),
        #f4f7ef;
}
.insight-maintenance::before {
    content: "";
    position: absolute;
    left: -160px;
    bottom: -210px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(131, 180, 20, .10);
    border-radius: 50%;
}
.insight-maintenance__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, .85fr)
        minmax(0, 1.15fr);
    gap: 80px;
    align-items: center;
}
/* MAINTENANCE INTRO */
.insight-maintenance__intro {
    min-width: 0;
}
.insight-maintenance__intro h2 {
    margin: 0 0 25px;
    color: var(--insight-text);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1.5px;
    word-break: keep-all;
}
.insight-maintenance__intro h2 span {
    color: var(--insight-primary);
}
.insight-maintenance__intro > p {
    max-width: 500px;
    margin: 0 0 15px;
    color: var(--insight-text-light);
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}
.insight-maintenance__button {
    display: inline-flex;
    align-items: center;
    gap: 35px;
    margin-top: 25px;
    padding: 15px 22px;
    background: var(--insight-dark);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    transition:
        background .2s ease,
        transform .2s ease;
}
.insight-maintenance__button:hover {
    background: #151c1e;
    transform: translateY(-2px);
}
.insight-maintenance__button span {
    color: #a9d842;
}
/* MAINTENANCE SERVICE CARDS */
.insight-maintenance__services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.insight-maintenance__services article {
    position: relative;
    min-width: 0;
    min-height: 225px;
    padding: 28px;
    background: #fff;
    border: 1px solid #e1e6dc;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}
.insight-maintenance__services article:hover {
    transform: translateY(-4px);
    border-color: rgba(131, 180, 20, .35);
    box-shadow:
        0 15px 35px rgba(30, 44, 19, .07);
}
.insight-maintenance__services .number {
    color: var(--insight-primary);
    font-size: 10px;
    font-weight: 800;
}
.insight-maintenance__services .icon {
    position: absolute;
    right: 25px;
    top: 24px;
    width: 34px;
    height: 34px;
}
.insight-maintenance__services svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--insight-primary);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.insight-maintenance__services h3 {
    margin: 45px 0 12px;
    color: var(--insight-text);
    font-size: 18px;
    font-weight: 700;
}
.insight-maintenance__services p {
    margin: 0;
    color: var(--insight-text-light);
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}
/* EXISTING SERVICE */
.insight-maintenance__bottom {
    position: relative;
    z-index: 2;
    margin-top: 60px;
    padding: 35px 40px;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);
    gap: 70px;
    align-items: center;
    background: var(--insight-dark);
    color: #fff;
}
.insight-maintenance__bottom span {
    display: block;
    margin-bottom: 10px;
    color: #a9d842;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.insight-maintenance__bottom strong {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
}
.insight-maintenance__bottom p {
    margin: 0;
    color: #bfc6c2;
    font-size: 13px;
    line-height: 1.8;
    word-break: keep-all;
}
/* =========================================================
   07. PROJECT INQUIRY
========================================================= */
.insight-inquiry {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: var(--insight-dark);
    color: #fff;
}
.insight-inquiry::before {
    content: "";
    position: absolute;
    top: -230px;
    right: -180px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(131, 180, 20, .07);
}
.insight-inquiry__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, .8fr);
    gap: 100px;
    align-items: center;
}
.insight-inquiry__content {
    min-width: 0;
}
.insight-inquiry__content .insight-eyebrow {
    color: #a9d842;
}
.insight-inquiry__content h2 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1.7px;
    word-break: keep-all;
}
.insight-inquiry__content h2 span {
    color: #a9d842;
}
.insight-inquiry__content p {
    max-width: 610px;
    margin: 0;
    color: #bac2be;
    font-size: 15px;
    line-height: 1.9;
    word-break: keep-all;
}
.insight-inquiry__button {
    display: inline-flex;
    align-items: center;
    gap: 45px;
    margin-top: 32px;
    padding: 16px 24px;
    background: var(--insight-primary);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    transition:
        background .2s ease,
        transform .2s ease;
}
.insight-inquiry__button:hover {
    background: var(--insight-primary-dark);
    transform: translateY(-2px);
}
.insight-inquiry__services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.insight-inquiry__services span {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .13);
    color: #e8ebe9;
    font-size: 14px;
    font-weight: 600;
    transition:
        border-color .25s ease,
        background .25s ease,
        transform .25s ease;
}
.insight-inquiry__services span::before {
    content: "+";
    margin-right: 10px;
    color: #a9d842;
}
.insight-inquiry__services span:hover {
    transform: translateY(-2px);
    border-color: var(--insight-primary);
    background: rgba(131, 180, 20, .08);
}
/* =========================================================
   FILTER
========================================================= */
.insight-card.is-hidden,
.featured-insight__card.is-hidden {
    display: none;
}
.insight-card.is-visible {
    animation: insightFade .35s ease;
}
@keyframes insightFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1024px) {
    .insight-hero {
        padding: 90px 0;
    }
    .insight-hero__inner {
        gap: 45px;
    }
    .insight-hero__content h1 {
        font-size: 44px;
        letter-spacing: -2px;
    }
    .insight-hero__visual {
        padding: 25px 25px 45px;
    }
    .featured-insight__card > a {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);
    }
    .featured-insight__content {
        padding: 40px;
    }
    .featured-insight__content h3 {
        font-size: 26px;
    }
    .insight-list__grid,
    .insight-projects__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .insight-maintenance__inner {
        gap: 40px;
    }
    .insight-maintenance__intro h2 {
        font-size: 35px;
    }
    .insight-inquiry__inner {
        gap: 55px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .insight-page .container_section {
        width: calc(100% - 30px);
    }
    /* COMMON */
    .insight-section-heading {
        display: block;
        margin-bottom: 30px;
    }
    .insight-section-heading h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .insight-section-heading > p {
        width: auto;
        margin-top: 18px;
        font-size: 14px;
    }
    /* HERO */
    .insight-hero {
        padding: 65px 0 75px;
    }
    .insight-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 45px;
    }
    .insight-hero__content h1 {
        font-size: 36px;
        line-height: 1.3;
        letter-spacing: -1.4px;
    }
    .insight-hero__content > p {
        margin-top: 28px;
        font-size: 14px;
        line-height: 1.85;
    }
    .insight-hero__mini {
        margin-top: 23px;
    }
    .insight-hero__visual {
        padding: 25px 10px 55px;
    }
    .insight-hero__visual > img,
    .insight-hero__image {
        border-radius: 12px !important;
    }
    .insight-hero__image img {
        border-radius: 12px;
    }
    .insight-hero__badge {
        top: 0;
        left: 0;
        min-width: 165px;
        padding: 13px 15px;
    }
    .insight-hero__badge strong {
        font-size: 10px;
    }
    .insight-hero__keyword {
        right: 0;
        bottom: 10px;
        max-width: 92%;
    }
    .insight-hero__keyword span {
        min-height: 27px;
        padding: 0 9px;
        font-size: 9px;
    }
    /* FILTER */
    .insight-filter {
        min-height: 70px;
        justify-content: flex-start;
        padding: 0 5px;
    }
    .insight-filter button {
        padding: 9px 16px;
        font-size: 13px;
    }
    /* SECTIONS */
    .featured-insight,
    .latest-insight,
    .insight-projects,
    .insight-maintenance,
    .insight-inquiry {
        padding: 70px 0;
    }
    /* FEATURED */
    .featured-insight__card > a {
        display: block;
        min-height: auto;
    }
    .featured-insight__image {
        aspect-ratio: 16 / 10;
    }
    .featured-insight__image img {
        height: 100%;
    }
    .featured-insight__content {
        padding: 30px 25px;
    }
    .featured-insight__number {
        margin-bottom: 20px;
    }
    .featured-insight__content h3 {
        font-size: 24px;
        letter-spacing: -.8px;
    }
    /* LATEST */
    .insight-list__grid,
    .insight-projects__grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .insight-card__content h3,
    .insight-card__content p {
        min-height: auto;
    }
    /* MAINTENANCE */
    .insight-maintenance__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 45px;
    }
    .insight-maintenance__intro h2 {
        font-size: 31px;
        letter-spacing: -1px;
    }
    .insight-maintenance__services {
        grid-template-columns: minmax(0, 1fr);
    }
    .insight-maintenance__services article {
        min-height: 190px;
    }
    .insight-maintenance__bottom {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        margin-top: 40px;
        padding: 30px 25px;
    }
    .insight-maintenance__bottom strong {
        font-size: 18px;
    }
    /* INQUIRY */
    .insight-inquiry__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 50px;
    }
    .insight-inquiry__content h2 {
        font-size: 31px;
        letter-spacing: -1px;
    }
}
/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {
    .insight-hero__content h1 {
        font-size: 32px;
    }
    .insight-hero__visual {
        padding-left: 0;
        padding-right: 0;
    }
    .insight-hero__keyword {
        max-width: 96%;
    }
    .insight-maintenance__services,
    .insight-inquiry__services {
        grid-template-columns: minmax(0, 1fr);
    }
    .insight-inquiry__services span {
        padding: 18px;
    }
}
/* =========================================================
   INSIGHT DETAIL
========================================================= */
.insight-detail-page {
    --primary: #83B414;
    --primary-dark: #6c970d;
    --dark: #20282b;
    --text: #202629;
    --text-light: #697176;
    --border: #e3e8df;
    --light-bg: #f6f8f3;
    color: var(--text);
}
.insight-detail-page *,
.insight-detail-page *::before,
.insight-detail-page *::after {
    box-sizing: border-box;
}
.insight-detail-page a {
    color: inherit;
    text-decoration: none;
}
.insight-detail-page img {
    display: block;
    max-width: 100%;
}
.insight-detail-page .container_section {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
}
.insight-detail-eyebrow {
    display: block;
    margin-bottom: 15px;
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.7px;
}
/* =========================================================
   COMMON SECTION HEADING
========================================================= */
.insight-detail-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 45px;
}
.insight-detail-section-heading h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.5px;
    word-break: keep-all;
}
.insight-detail-section-heading h2 span {
    color: var(--primary);
}
.insight-detail-section-heading > p {
    width: 420px;
    margin: 0;
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}
/* =========================================================
   01. HERO
========================================================= */
.insight-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 80px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(131, 180, 20, .10),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #f8faf5,
            #fff 70%
        );
    border-bottom: 1px solid var(--border);
}
.insight-detail-hero::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -200px;
    bottom: -280px;
    border: 1px solid rgba(131,180,20,.12);
    border-radius: 50%;
}
.insight-detail-hero__inner {
    position: relative;
    z-index: 2;
}
.insight-detail-hero__category {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}
.insight-detail-hero__category span {
    color: var(--primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.6px;
}
.insight-detail-hero__category i {
    width: 22px;
    height: 1px;
    background: #c9cec6;
}
.insight-detail-hero__category strong {
    color: #747b76;
    font-size: 11px;
    font-weight: 600;
}
.insight-detail-hero h1 {
    max-width: 1000px;
    margin: 0;
    color: var(--dark);
    font-size: 55px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -2.5px;
    word-break: keep-all;
}
.insight-detail-hero__description {
    max-width: 780px;
    margin: 28px 0 0;
    color: var(--text-light);
    font-size: 17px;
    line-height: 1.9;
    word-break: keep-all;
}
.insight-detail-hero__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 42px;
    padding-top: 25px;
    border-top: 1px solid var(--border);
}
.insight-detail-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.insight-detail-hero__tags span {
    padding: 7px 11px;
    background: #fff;
    border: 1px solid #dfe5db;
    color: #697169;
    font-size: 10px;
    font-weight: 600;
}
.insight-detail-hero__info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8a918c;
    font-size: 14px;
}
.insight-detail-hero__info i {
    width: 3px;
    height: 3px;
    background: var(--primary);
    border-radius: 50%;
}
/* =========================================================
   02. FEATURE IMAGE
========================================================= */
.insight-detail-visual {
    padding: 60px 0 0;
    background: #fff;
}
.insight-detail-visual__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 7;
    background: #eef1ec;
    border-radius: 12px;
}
.insight-detail-visual__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.insight-detail-visual__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 60%,
            rgba(18, 25, 20, .18)
        );
    pointer-events: none;
}
.insight-detail-visual__label {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 25px;
    padding: 13px 17px;
    background: rgba(27, 35, 30, .88);
    backdrop-filter: blur(7px);
}
.insight-detail-visual__label span {
    display: block;
    margin-bottom: 3px;
    color: #a9d842;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}
.insight-detail-visual__label strong {
    color: #fff;
    font-size: 10px;
    letter-spacing: .8px;
}
/* =========================================================
   03. SUMMARY
========================================================= */
.insight-detail-summary {
    padding: 100px 0;
    background: #fff;
}
.insight-detail-summary__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}
.insight-summary-card {
    position: relative;
    min-height: 270px;
    padding: 30px;
    background: var(--light-bg);
    border: 1px solid var(--border);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}
.insight-summary-card:hover {
    transform: translateY(-4px);
    border-color: rgba(131,180,20,.4);
    box-shadow:
        0 15px 40px rgba(34,45,28,.07);
}
.insight-summary-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.insight-summary-card__top > span {
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
}
.insight-summary-card__icon {
    width: 43px;
    height: 43px;
}
.insight-summary-card__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--primary);
    stroke-width: 1.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.insight-summary-card h3 {
    margin: 65px 0 13px;
    font-size: 19px;
    font-weight: 700;
}
.insight-summary-card p {
    margin: 0;
    color: var(--text-light);
    font-size: 13px;
    line-height: 1.8;
    word-break: keep-all;
}
/* =========================================================
   04. ARTICLE CONTENT
========================================================= */
.insight-detail-content {
    padding: 50px 0;
    background: #fff;
    border-top: 1px solid #edf0eb;
}
.insight-detail-content__layout {
    max-width: 880px;
    margin: 0 auto;
}
.insight-detail-article {
    color: #353c3f;
}
/* INTRO */
.insight-detail-article__intro {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 25px;
    margin-bottom: 70px;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--border);
}
.insight-detail-article__intro > span {
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
}
.insight-detail-article__intro p {
    margin: 0 !important;
    color: #394043 !important;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.8 !important;
    letter-spacing: -.4px;
}
/* ARTICLE TYPOGRAPHY */
.insight-detail-article h2 {
    position: relative;
    margin: 75px 0 25px;
    padding-top: 20px;
    color: #202629;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -1.2px;
    word-break: keep-all;
}
.insight-detail-article h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 3px;
    background: var(--primary);
}
.insight-detail-article h3 {
    margin: 45px 0 18px;
    color: #272d30;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
}
.insight-detail-article p {
    margin: 0 0 22px;
    color: #555d60;
    font-size: 16px;
    line-height: 2;
    word-break: keep-all;
}
.insight-detail-article ul,
.insight-detail-article ol {
    margin: 25px 0;
    padding: 25px 30px 25px 50px;
    background: #f8f9f7;
    border: 1px solid #e7eae5;
}
.insight-detail-article li {
    margin: 8px 0;
    color: #535b5e;
    font-size: 15px;
    line-height: 1.8;
}
.insight-detail-article li::marker {
    color: var(--primary);
}
.insight-detail-article blockquote {
    margin: 40px 0;
    padding: 25px 30px;
    background: #f7f9f4;
    border-left: 3px solid var(--primary);
    color: #42494c;
    font-size: 17px;
    line-height: 1.8;
}
.insight-detail-article table {
    width: 100%;
    margin: 35px 0;
    border-collapse: collapse;
    font-size: 14px;
}
.insight-detail-article th {
    padding: 15px;
    background: var(--dark);
    border: 1px solid var(--dark);
    color: #fff;
    text-align: left;
}
.insight-detail-article td {
    padding: 15px;
    border: 1px solid #e1e5df;
    color: #555d60;
    line-height: 1.7;
}
/* =========================================================
   INSIGHT NOTE
========================================================= */
.insight-article-note {
    position: relative;
    overflow: hidden;
    margin: 55px 0;
    padding: 35px 40px;
    background:
        linear-gradient(
            135deg,
            #f3f7ec,
            #fafcf7
        );
    border: 1px solid #dde6d3;
}
.insight-article-note::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -90px;
    width: 190px;
    height: 190px;
    border: 25px solid rgba(131,180,20,.06);
    border-radius: 50%;
}
.insight-article-note__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.insight-article-note__head span {
    color: var(--primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.insight-article-note__head svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: var(--primary);
    stroke-width: 1.4;
    stroke-linecap: round;
}
.insight-article-note > strong {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 650px;
    color: #252c28;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.65;
    word-break: keep-all;
}
.insight-article-note > p {
    position: relative;
    z-index: 2;
    margin: 16px 0 0 !important;
    color: #677069 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}
/* =========================================================
   ARTICLE POINTS
========================================================= */
.insight-article-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 45px 0 60px;
    background: var(--border);
    border: 1px solid var(--border);
}
.insight-article-point {
    padding: 25px;
    background: #fff;
}
.insight-article-point > span {
    display: block;
    margin-bottom: 35px;
    color: var(--primary);
    font-size: 10px;
    font-weight: 800;
}
.insight-article-point > strong {
    display: block;
    margin-bottom: 10px;
    color: #252c2f;
    font-size: 16px;
}
.insight-article-point > p {
    margin: 0 !important;
    color: #737a76 !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
}
/* =========================================================
   CHECK POINT
========================================================= */
.insight-article-check {
    margin: 50px 0 70px;
    border: 1px solid #dfe4dc;
}
.insight-article-check__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    background: var(--dark);
    color: #fff;
}
.insight-article-check__header span {
    display: block;
    margin-bottom: 6px;
    color: #a9d842;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.3px;
}
.insight-article-check__header h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.insight-article-check__header > strong {
    color: rgba(255,255,255,.15);
    font-size: 42px;
    line-height: 1;
}
.insight-article-check__list > div {
    display: grid;
    grid-template-columns: 40px 1fr 30px;
    align-items: center;
    gap: 10px;
    min-height: 57px;
    padding: 0 25px;
    border-bottom: 1px solid #e8ebe6;
}
.insight-article-check__list > div:last-child {
    border-bottom: 0;
}
.insight-article-check__list span {
    color: #a1a7a2;
    font-size: 10px;
    font-weight: 700;
}
.insight-article-check__list p {
    margin: 0 !important;
    color: #4f5759 !important;
    font-size: 13px !important;
}
.insight-article-check__list i {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    text-align: right;
}
/* =========================================================
   05. CONCLUSION
========================================================= */
.insight-detail-conclusion {
    padding: 95px 0;
    background: var(--light-bg);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.insight-detail-conclusion__inner {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 70px;
    max-width: 1050px;
    margin: 0 auto;
}
.insight-detail-conclusion__number {
    padding-top: 7px;
}
.insight-detail-conclusion__number span {
    display: block;
    margin-bottom: 15px;
    color: #8b938c;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.insight-detail-conclusion__number strong {
    display: block;
    color: rgba(131,180,20,.18);
    font-size: 85px;
    font-weight: 700;
    line-height: 1;
}
.insight-detail-conclusion__content h2 {
    margin: 0 0 25px;
    color: var(--dark);
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: -1.3px;
    word-break: keep-all;
}
.insight-detail-conclusion__content h2 span {
    color: var(--primary);
}
.insight-detail-conclusion__content p {
    margin: 0 0 15px;
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.9;
    word-break: keep-all;
}
/* =========================================================
   06. RELATED INSIGHT
========================================================= */
.insight-detail-related {
    padding: 105px 0;
    background: #fff;
}
.insight-related-list {
    border-top: 1px solid var(--border);
}
.insight-related-card {
    border-bottom: 1px solid var(--border);
}
.insight-related-card > a {
    display: grid;
    grid-template-columns: 80px 1fr 50px;
    gap: 25px;
    align-items: center;
    min-height: 135px;
    padding: 20px 15px;
    transition:
        padding .25s ease,
        background .25s ease;
}
.insight-related-card:hover > a {
    padding-left: 25px;
    background: #f8faf6;
}
.insight-related-card__number {
    color: #adb3ae;
    font-size: 14px;
    font-weight: 700;
}
.insight-related-card__content span {
    display: block;
    margin-bottom: 8px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
}
.insight-related-card__content h3 {
    margin: 0;
    color: #252b2e;
    font-size: 20px;
    line-height: 1.5;
    word-break: keep-all;
}
.insight-related-card__arrow {
    color: var(--primary);
    font-size: 22px;
    text-align: center;
    transition: transform .2s ease;
}
.insight-related-card:hover .insight-related-card__arrow {
    transform: translateX(5px);
}
/* =========================================================
   07. RELATED PROJECT
   별도 이미지 없이 디자인 카드 사용
========================================================= */
.insight-detail-projects {
    padding: 105px 0;
    background: var(--light-bg);
    border-top: 1px solid var(--border);
}
.insight-detail-projects__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.insight-detail-project-card {
    min-width: 0;
    background: #fff;
    border: 1px solid var(--border);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}
.insight-detail-project-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 18px 45px rgba(29,40,26,.07);
}
.insight-detail-project-card > a {
    display: block;
    min-height: 350px;
    padding: 35px;
}
.insight-detail-project-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.insight-detail-project-card__top span {
    color: #9ba29d;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}
.insight-detail-project-card__top strong {
    color: var(--primary);
    font-size: 20px;
    transition: transform .2s ease;
}
.insight-detail-project-card:hover
.insight-detail-project-card__top strong {
    transform: translateX(5px);
}
.insight-detail-project-card__category {
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
}
.insight-detail-project-card h3 {
    margin: 0 0 18px;
    color: var(--dark);
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -.8px;
    word-break: keep-all;
}
.insight-detail-project-card p {
    max-width: 480px;
    margin: 0;
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}
.insight-detail-project-card__tech {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 30px;
}
.insight-detail-project-card__tech span {
    padding: 6px 8px;
    background: #f4f6f2;
    border: 1px solid #e6e9e3;
    color: #757d77;
    font-size: 8px;
    font-weight: 700;
}
/* =========================================================
   08. MAINTENANCE
========================================================= */
.insight-detail-maintenance {
    padding: 95px 0;
    background: #f1f5eb;
}
.insight-detail-maintenance__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.insight-detail-maintenance__content h2 {
    margin: 0 0 20px;
    color: var(--dark);
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: -1.2px;
    word-break: keep-all;
}
.insight-detail-maintenance__content h2 span {
    color: var(--primary);
}
.insight-detail-maintenance__content p {
    max-width: 570px;
    margin: 0;
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}
.insight-detail-maintenance__content > a {
    display: inline-flex;
    align-items: center;
    gap: 35px;
    margin-top: 28px;
    padding: 14px 20px;
    background: var(--dark);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.insight-detail-maintenance__content > a span {
    color: #a9d842;
}
.insight-detail-maintenance__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: #dfe5d9;
    border: 1px solid #dfe5d9;
}
.insight-detail-maintenance__items > div {
    min-height: 120px;
    padding: 22px;
    background: #fff;
}
.insight-detail-maintenance__items span {
    display: block;
    margin-bottom: 30px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
}
.insight-detail-maintenance__items strong {
    color: #303735;
    font-size: 15px;
}
/* =========================================================
   09. PROJECT INQUIRY
========================================================= */
.insight-detail-inquiry {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    background: var(--dark);
    color: #fff;
}
.insight-detail-inquiry::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -220px;
    border: 70px solid rgba(131,180,20,.05);
    border-radius: 50%;
}
.insight-detail-inquiry__inner {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.insight-detail-inquiry .insight-detail-eyebrow {
    color: #a9d842;
}
.insight-detail-inquiry h2 {
    margin: 0;
    color: #fff;
    font-size: 44px;
    line-height: 1.35;
    letter-spacing: -1.8px;
}
.insight-detail-inquiry h2 span {
    color: #a9d842;
}
.insight-detail-inquiry p {
    max-width: 600px;
    margin: 23px auto 0;
    color: #b9c1bd;
    font-size: 16px;
    line-height: 1.85;
    word-break: keep-all;
}
.insight-detail-inquiry a {
    display: inline-flex;
    align-items: center;
    gap: 45px;
    margin-top: 32px;
    padding: 16px 24px;
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transition:
        background .2s ease,
        transform .2s ease;
}
.insight-detail-inquiry a:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1024px) {
    .insight-detail-hero h1 {
        font-size: 46px;
    }
    .insight-detail-summary__grid {
        gap: 10px;
    }
    .insight-detail-content__layout {
        max-width: 800px;
    }
    .insight-detail-maintenance__inner {
        gap: 45px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .insight-detail-page .container_section {
        width: calc(100% - 30px);
    }
    /* HERO */
    .insight-detail-hero {
        padding: 65px 0 50px;
    }
    .insight-detail-hero h1 {
        font-size: 34px;
        line-height: 1.35;
        letter-spacing: -1.3px;
    }
    .insight-detail-hero__description {
        font-size: 14px;
    }
    .insight-detail-hero__meta {
        display: block;
        margin-top: 30px;
    }
    .insight-detail-hero__info {
        margin-top: 15px;
    }
    /* IMAGE */
    .insight-detail-visual {
        padding-top: 30px;
    }
    .insight-detail-visual__image {
        aspect-ratio: 16 / 10;
        border-radius: 7px;
    }
    .insight-detail-visual__label {
        left: 15px;
        bottom: 15px;
    }
    /* SECTION */
    .insight-detail-summary,
    .insight-detail-content,
    .insight-detail-related,
    .insight-detail-projects,
    .insight-detail-maintenance,
    .insight-detail-inquiry,
    .insight-detail-conclusion {
        padding: 70px 0;
    }
    .insight-detail-section-heading {
        display: block;
        margin-bottom: 30px;
    }
    .insight-detail-section-heading h2 {
        font-size: 29px;
    }
    .insight-detail-section-heading > p {
        width: auto;
        margin-top: 17px;
    }
    /* SUMMARY */
    .insight-detail-summary__grid {
        grid-template-columns: 1fr;
    }
    .insight-summary-card {
        min-height: 220px;
    }
    .insight-summary-card h3 {
        margin-top: 40px;
    }
    /* ARTICLE */
    .insight-detail-content__layout {
        max-width: none;
    }
    .insight-detail-article__intro {
        grid-template-columns: 35px 1fr;
        gap: 12px;
        margin-bottom: 50px;
        padding-bottom: 35px;
    }
    .insight-detail-article__intro p {
        font-size: 17px !important;
    }
    .insight-detail-article h2 {
        margin-top: 60px;
        font-size: 25px;
    }
    .insight-detail-article h3 {
        font-size: 20px;
    }
    .insight-detail-article p {
        font-size: 15px;
        line-height: 1.9;
    }
    /* NOTE */
    .insight-article-note {
        padding: 28px 23px;
    }
    .insight-article-note > strong {
        font-size: 18px;
    }
    /* POINTS */
    .insight-article-points {
        grid-template-columns: 1fr;
    }
    .insight-article-point > span {
        margin-bottom: 20px;
    }
    /* CHECK */
    .insight-article-check__header {
        padding: 22px;
    }
    .insight-article-check__header > strong {
        font-size: 34px;
    }
    .insight-article-check__list > div {
        grid-template-columns: 30px 1fr 20px;
        padding: 0 18px;
    }
    /* TABLE */
    .insight-detail-article table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    /* CONCLUSION */
    .insight-detail-conclusion__inner {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .insight-detail-conclusion__number strong {
        display: none;
    }
    .insight-detail-conclusion__content h2 {
        font-size: 28px;
    }
    /* RELATED */
    .insight-related-card > a {
        grid-template-columns: 35px 1fr 25px;
        gap: 10px;
        min-height: 115px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .insight-related-card__content h3 {
        font-size: 16px;
    }
    /* PROJECT */
    .insight-detail-projects__grid {
        grid-template-columns: 1fr;
    }
    .insight-detail-project-card > a {
        min-height: auto;
        padding: 28px 25px;
    }
    .insight-detail-project-card__top {
        margin-bottom: 40px;
    }
    .insight-detail-project-card h3 {
        font-size: 23px;
    }
    /* MAINTENANCE */
    .insight-detail-maintenance__inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .insight-detail-maintenance__content h2 {
        font-size: 29px;
    }
    /* INQUIRY */
    .insight-detail-inquiry h2 {
        font-size: 32px;
        letter-spacing: -1px;
    }
}
/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {
    .insight-detail-hero h1 {
        font-size: 30px;
    }
    .insight-detail-hero__category {
        flex-wrap: wrap;
    }
    .insight-detail-maintenance__items {
        grid-template-columns: 1fr;
    }
    .insight-detail-maintenance__items > div {
        min-height: 95px;
    }
    .insight-detail-maintenance__items span {
        margin-bottom: 18px;
    }
}
/* =========================================================
   OKSOFT COMPANY ABOUT
========================================================= */
.company-about-page {
    --company-primary: #83B414;
    --company-primary-dark: #6f9a12;
    --company-green-light: #a9d842;
    --company-dark: #11181b;
    --company-dark-2: #20282b;
    --company-title: #171d21;
    --company-text: #646d72;
    --company-muted: #90979a;
    --company-border: #e4e8e2;
    --company-light: #f7f9f5;
    --company-light-2: #f4f6f2;
    width: 100%;
    overflow: hidden;
    color: var(--company-text);
}
.company-about-page *,
.company-about-page *::before,
.company-about-page *::after {
    box-sizing: border-box;
}
.company-about-page img {
    display: block;
    max-width: 100%;
}
.company-about-page a {
    color: inherit;
    text-decoration: none;
}
/* =========================================================
   COMMON
========================================================= */
.company-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--company-primary);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.8px;
}
.company-section-head {
    max-width: 760px;
    margin-bottom: 55px;
}
.company-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.company-section-head h2 {
    margin: 0;
    color: var(--company-title);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1.7px;
    word-break: keep-all;
}
.company-section-head h2 span {
    color: var(--company-primary);
}
.company-section-head > p {
    margin: 22px 0 0;
    color: var(--company-text);
    font-size: 16px;
    line-height: 1.9;
    word-break: keep-all;
}
/* =========================================================
   01. HERO
========================================================= */
.company-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 115px;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(131,180,20,.10),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #f8faf5 0%,
            #ffffff 70%
        );
}
.company-hero::before {
    content: "";
    position: absolute;
    top: -220px;
    right: -170px;
    width: 500px;
    height: 500px;
    border: 70px solid rgba(131,180,20,.035);
    border-radius: 50%;
}
.company-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, .95fr);
    gap: 85px;
    align-items: center;
}
/* HERO CONTENT */
.company-hero__content h1 {
    margin: 0;
    color: var(--company-title);
    font-size: 54px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -2.4px;
    word-break: keep-all;
}
.company-hero__content h1 span {
    color: var(--company-primary);
}
.company-hero__description {
    max-width: 650px;
    margin: 30px 0 0;
    color: var(--company-text);
    font-size: 16px;
    line-height: 2;
    word-break: keep-all;
}
.company-hero__keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 30px;
}
.company-hero__keywords span {
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #dfe4dd;
    border-radius: 30px;
    color: #757d79;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
}
/* HERO VISUAL */
.company-hero__visual {
    position: relative;
    overflow: hidden;
    min-height: 470px;
    background:
        linear-gradient(
            135deg,
            #eef2e9,
            #e4e9df
        );
    border-radius: 18px;
    box-shadow:
        0 30px 70px rgba(28,39,25,.10);
}
.company-hero__visual > img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}
/*
이미지가 아직 등록되지 않았을 때
빈 공간이 깨져 보이지 않도록 처리
*/
.company-hero__visual:has(img[src=""])::before {
    content: "COMPANY IMAGE";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #a0aa9d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}
.company-hero__visual-card {
    position: absolute;
    z-index: 3;
    left: 25px;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    background: rgba(24,32,29,.87);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 11px;
    backdrop-filter: blur(10px);
}
.company-hero__visual-card small {
    display: block;
    margin-bottom: 4px;
    color: var(--company-green-light);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.3px;
}
.company-hero__visual-card strong {
    color: #fff;
    font-size: 12px;
    letter-spacing: .7px;
}
.company-hero__visual-card > span {
    color: #d8ddda;
    font-size: 12px;
}
/* =========================================================
   02. PRINCIPLE
========================================================= */
.company-principle {
    padding: 120px 0;
    background: #f6f8f4;
}
.company-principle__statement {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    gap: 20px;
    max-width: 1030px;
    margin: 0 auto;
    padding: 55px 60px;
    background: #fff;
    border: 1px solid #e1e6dd;
    border-radius: 18px;
    box-shadow:
        0 18px 45px rgba(30,43,23,.04);
}
.company-principle__number {
    color: rgba(131,180,20,.16);
    font-size: 76px;
    font-weight: 800;
    line-height: 1;
}
.company-principle__lead {
    margin: 0;
    color: #242b2e;
    font-size: 24px;
    font-weight: 650;
    line-height: 1.7;
    letter-spacing: -.7px;
    word-break: keep-all;
}
.company-principle__content > p:not(.company-principle__lead) {
    max-width: 780px;
    margin: 24px 0 0;
    color: var(--company-text);
    font-size: 16px;
    line-height: 1.95;
    word-break: keep-all;
}
.company-principle__highlight {
    display: flex;
    gap: 18px;
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid var(--company-border);
}
.company-principle__highlight > span {
    flex: 0 0 auto;
    width: 4px;
    background: var(--company-primary);
    border-radius: 10px;
}
.company-principle__highlight strong {
    color: #252c2f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.75;
}
/* =========================================================
   03. BUSINESS
========================================================= */
.company-business {
    padding: 120px 0;
    background: #fff;
}
.company-business__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.company-business__item {
    min-width: 0;
    min-height: 435px;
    padding: 34px 30px;
    background: #fff;
    border: 1px solid var(--company-border);
    border-radius: 15px;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}
.company-business__item:hover {
    transform: translateY(-5px);
    border-color: rgba(131,180,20,.4);
    box-shadow:
        0 20px 45px rgba(28,40,23,.07);
}
.company-business__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
}
.company-business__number {
    color: #a1a7a3;
    font-size: 11px;
    font-weight: 700;
}
.company-business__top svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: var(--company-primary);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.company-business__label {
    display: block;
    margin-bottom: 10px;
    color: var(--company-primary);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.1px;
}
.company-business__item h3 {
    margin: 0 0 18px;
    color: var(--company-title);
    font-size: 24px;
    letter-spacing: -.6px;
}
.company-business__item > p {
    min-height: 115px;
    margin: 0;
    color: var(--company-text);
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}
.company-business__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 25px;
}
.company-business__tags span {
    padding: 6px 9px;
    background: #f4f6f3;
    border: 1px solid #ebeeea;
    color: #757d78;
    font-size: 10px;
}
/* =========================================================
   04. HOW WE WORK
========================================================= */
.company-standard {
    padding: 120px 0;
    background: var(--company-dark);
}
.company-standard__inner {
    display: grid;
    grid-template-columns:
        minmax(0, .95fr)
        minmax(0, 1.05fr);
    gap: 85px;
    align-items: center;
}
.company-standard__visual {
    position: relative;
    overflow: hidden;
    min-height: 570px;
    background: #263034;
    border-radius: 17px;
}
.company-standard__visual > img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.company-standard__visual:has(img[src=""])::before {
    content: "WORK PROCESS IMAGE";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #687579;
    font-size: 10px;
    letter-spacing: 2px;
}
.company-standard__caption {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    padding: 20px 22px;
    background: rgba(255,255,255,.94);
    border-radius: 10px;
}
.company-standard__caption span {
    display: block;
    margin-bottom: 5px;
    color: var(--company-primary);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.company-standard__caption strong {
    color: var(--company-title);
    font-size: 16px;
}
.company-standard__content h2 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.38;
    letter-spacing: -1.6px;
    word-break: keep-all;
}
.company-standard__content h2 span {
    color: var(--company-green-light);
}
.company-standard__description {
    margin: 24px 0 35px;
    color: #adb7b4;
    font-size: 16px;
    line-height: 1.9;
    word-break: keep-all;
}
.company-standard__steps {
    border-top: 1px solid rgba(255,255,255,.12);
}
.company-standard__step {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 8px;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255,255,255,.11);
}
.company-standard__step > span {
    color: #9bc73b;
    font-size: 10px;
    font-weight: 800;
}
.company-standard__step strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
}
.company-standard__step p {
    margin: 0;
    color: #9ba5a2;
    font-size: 15px;
}
.company-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    color: var(--company-green-light) !important;
    font-size: 13px;
    font-weight: 700;
}
.company-text-link span {
    font-size: 20px;
    transition: transform .2s ease;
}
.company-text-link:hover span {
    transform: translateX(4px);
}
/* =========================================================
   05. VALUES
========================================================= */
.company-values {
    padding: 120px 0;
    background: #fff;
}
.company-values__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--company-border);
    border-bottom: 1px solid var(--company-border);
}
.company-value {
    min-width: 0;
    min-height: 300px;
    padding: 32px 27px;
    border-right: 1px solid var(--company-border);
}
.company-value:last-child {
    border-right: 0;
}
.company-value__number {
    display: block;
    margin-bottom: 45px;
    color: var(--company-primary);
    font-size: 10px;
    font-weight: 800;
}
.company-value > strong {
    display: block;
    margin-bottom: 6px;
    color: #a0a7a3;
    font-size: 10px;
    letter-spacing: 1.2px;
}
.company-value h3 {
    margin: 0 0 14px;
    color: var(--company-title);
    font-size: 22px;
}
.company-value p {
    margin: 0;
    color: var(--company-text);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}
/* =========================================================
   06. CLIENTS
========================================================= */
.company-about-page .brand_section {
    margin-top: 0 !important;
    padding: 110px 0;
    background: #f6f8f5;
}
.company-about-page .brand_header {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}
.company-about-page .brand_eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--company-primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
}
.company-about-page .brand_title {
    margin: 0;
    color: var(--company-title);
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: -1.5px;
}
.company-about-page .brand_title .text-primary {
    color: var(--company-primary) !important;
}
.company-about-page .brand_description {
    margin: 19px 0 0;
    color: var(--company-text);
    font-size: 15px;
    line-height: 1.8;
}
.company-about-page .brand_wall {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    border-top: 1px solid #e2e6df;
    border-left: 1px solid #e2e6df;
}
.company-about-page .brand_item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 112px;
    padding: 20px;
    background: #fff;
    border-right: 1px solid #e2e6df;
    border-bottom: 1px solid #e2e6df;
    transition:
        background .2s ease,
        transform .2s ease;
}
.company-about-page .brand_item:hover {
    position: relative;
    z-index: 2;
    background: #fafcf7;
}
.company-about-page .brand_item img {
    width: auto;
    max-width: 130px;
    max-height: 52px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .7;
    transition:
        filter .25s ease,
        opacity .25s ease,
        transform .25s ease;
}
.company-about-page .brand_item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}
.company-about-page .brand_item--text strong {
    color: #626966;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.2px;
    transition: color .2s ease;
}
.company-about-page .brand_item--text:hover strong {
    color: var(--company-title);
}
.company-clients__action {
    margin-top: 40px;
    text-align: center;
}
.company-clients__action a {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 13px 23px;
    background: #fff;
    border: 1px solid var(--company-primary);
    color: var(--company-primary) !important;
    font-size: 12px;
    font-weight: 700;
    transition:
        background .2s ease,
        color .2s ease;
}
.company-clients__action a:hover {
    background: var(--company-primary);
    color: #fff !important;
}
/* =========================================================
   07. EXPERIENCE
========================================================= */
.company-experience {
    padding: 120px 0;
    background: #fff;
}
.company-experience__inner {
    display: grid;
    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);
    gap: 95px;
    align-items: center;
}
.company-experience__content h2 {
    margin: 0;
    color: var(--company-title);
    font-size: 41px;
    line-height: 1.4;
    letter-spacing: -1.5px;
    word-break: keep-all;
}
.company-experience__content h2 span {
    color: var(--company-primary);
}
.company-experience__content p {
    margin: 22px 0 0;
    color: var(--company-text);
    font-size: 15px;
    line-height: 1.9;
    word-break: keep-all;
}
.company-primary-link {
    display: inline-flex;
    align-items: center;
    gap: 17px;
    margin-top: 30px;
    padding: 14px 21px;
    background: var(--company-primary);
    border-radius: 6px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    transition:
        background .2s ease,
        transform .2s ease;
}
.company-primary-link:hover {
    transform: translateY(-2px);
    background: var(--company-primary-dark);
}
.company-experience__map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 20px;
    background: #f7f9f6;
    border: 1px solid var(--company-border);
    border-radius: 18px;
}
.company-experience__field {
    min-height: 140px;
    padding: 23px;
    background: #fff;
    border: 1px solid #e4e8e1;
    border-radius: 10px;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}
.company-experience__field:hover {
    transform: translateY(-3px);
    border-color: rgba(131,180,20,.35);
    box-shadow:
        0 12px 30px rgba(25,37,20,.05);
}
.company-experience__field--wide {
    grid-column: 1 / -1;
}
.company-experience__field > span {
    display: block;
    margin-bottom: 22px;
    color: var(--company-primary);
    font-size: 9px;
    font-weight: 800;
}
.company-experience__field strong {
    display: block;
    margin-bottom: 5px;
    color: var(--company-title);
    font-size: 16px;
    letter-spacing: .6px;
}
.company-experience__field small {
    color: #8b938e;
    font-size: 14px;
}
/* =========================================================
   08. COMPANY PROFILE
   디자인 보강
========================================================= */
.company-profile-section {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    background:
        radial-gradient(
            circle at 10% 100%,
            rgba(131,180,20,.07),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #f5f8f1 0%,
            #fff 68%
        );
    border-top: 1px solid #e7ebe4;
}
.company-profile-section::before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    left: -270px;
    bottom: -300px;
    border: 70px solid rgba(131,180,20,.04);
    border-radius: 50%;
}
.company-profile-section__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, .86fr)
        minmax(0, 1.14fr);
    gap: 90px;
    align-items: center;
}
.company-profile-section__intro h2 {
    max-width: 570px;
    margin: 0;
    color: var(--company-title);
    font-size: 42px;
    line-height: 1.38;
    letter-spacing: -1.6px;
    word-break: keep-all;
}
.company-profile-section__intro h2 span {
    color: var(--company-primary);
}
.company-profile-section__intro > p {
    max-width: 550px;
    margin: 21px 0 0;
    color: var(--company-text);
    font-size: 15px;
    line-height: 1.9;
    word-break: keep-all;
}
/* =========================================================
   PROFILE DOWNLOAD
========================================================= */
.company-profile-download {
    position: relative;
    display: grid;
    grid-template-columns:
        54px
        minmax(0, 1fr)
        28px;
    gap: 17px;
    align-items: center;
    max-width: 530px;
    margin-top: 35px;
    padding: 19px 21px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dce3d7;
    border-radius: 12px;
    color: var(--company-title) !important;
    box-shadow:
        0 12px 35px rgba(30,42,24,.05);
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}
.company-profile-download::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--company-primary);
}
.company-profile-download:hover {
    transform: translateY(-4px);
    border-color: rgba(131,180,20,.55);
    box-shadow:
        0 22px 50px rgba(26,39,20,.09);
}
.company-profile-download__icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f7e9;
    border-radius: 9px;
}
.company-profile-download__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: var(--company-primary);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.company-profile-download__content {
    min-width: 0;
}
.company-profile-download__content small {
    display: block;
    margin-bottom: 5px;
    color: var(--company-primary);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.company-profile-download__content strong {
    display: block;
    margin-bottom: 3px;
    color: #252c2f;
    font-size: 15px;
}
.company-profile-download__content > span {
    display: block;
    overflow: hidden;
    color: #89918c;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company-profile-download__arrow {
    color: var(--company-primary);
    font-size: 21px;
    text-align: right;
    transition: transform .2s ease;
}
.company-profile-download:hover
.company-profile-download__arrow {
    transform: translateX(5px);
}
/* =========================================================
   COMPANY PROFILE CARD
========================================================= */
.company-profile-card {
    position: relative;
    overflow: hidden;
    padding: 38px;
    background: var(--company-dark-2);
    border-radius: 17px;
    box-shadow:
        0 35px 70px rgba(24,34,27,.15);
}
.company-profile-card::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    right: -145px;
    top: -150px;
    border: 46px solid rgba(131,180,20,.07);
    border-radius: 50%;
}
.company-profile-card__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 38px;
}
.company-profile-card__head span {
    display: block;
    margin-bottom: 5px;
    color: var(--company-green-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}
.company-profile-card__head strong {
    color: #fff;
    font-size: 12px;
    letter-spacing: .7px;
}
.company-profile-card__head b {
    color: rgba(255,255,255,.08);
    font-size: 55px;
    line-height: .8;
}
.company-profile-card__rows {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,.13);
}
.company-profile-card__row {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    min-height: 76px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}
.company-profile-card__row > span {
    color: #849194;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}
.company-profile-card__row small {
    display: block;
    margin-bottom: 3px;
    color: #788488;
    font-size: 12px;
}
.company-profile-card__row strong {
    display: block;
    color: #f3f5f4;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    word-break: keep-all;
}
.company-profile-card__principle {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
    margin-top: 27px;
    padding: 20px;
    background: rgba(131,180,20,.07);
    border: 1px solid rgba(169,216,66,.18);
    border-radius: 9px;
}
.company-profile-card__principle svg {
    width: 43px;
    height: 43px;
    fill: none;
    stroke: var(--company-green-light);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.company-profile-card__principle small {
    display: block;
    margin-bottom: 5px;
    color: var(--company-green-light);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.company-profile-card__principle strong {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.65;
    word-break: keep-all;
}
.company-contact-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0 0;
    background: #101719;
    color: #fff;
}
.company-contact-section__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, .72fr);
    gap: 105px;
    align-items: center;
    padding-bottom: 100px;
}
/* DECORATION */
.company-contact-section__circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.company-contact-section__circle--01 {
    width: 510px;
    height: 510px;
    right: -300px;
    top: -230px;
    border: 78px solid rgba(131,180,20,.05);
}
.company-contact-section__circle--02 {
    width: 320px;
    height: 320px;
    left: 38%;
    bottom: -270px;
    background: rgba(131,180,20,.023);
}
/* CONTENT */
.company-contact-section__eyebrow {
    display: block;
    margin-bottom: 17px;
    color: var(--company-green-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
}
.company-contact-section__content h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: 43px;
    line-height: 1.42;
    letter-spacing: -1.7px;
    word-break: keep-all;
}
.company-contact-section__content h2 span {
    color: var(--company-green-light);
}
.company-contact-section__content > p {
    max-width: 640px;
    margin: 22px 0 0;
    color: #aab4b1;
    font-size: 15px;
    line-height: 1.9;
    word-break: keep-all;
}
.company-contact-section__content > p + p {
    margin-top: 10px;
}
.company-contact-section__keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 28px;
}
.company-contact-section__keywords span {
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 30px;
    color: #c0c8c5;
    font-size: 10px;
}
/* =========================================================
   CONTACT ACTION CARD
========================================================= */
.company-contact-section__action {
    position: relative;
    overflow: hidden;
    padding: 34px;
    background: #fff;
    border-radius: 15px;
    color: var(--company-title);
    box-shadow:
        0 35px 75px rgba(0,0,0,.20);
}
.company-contact-section__action::before {
    content: "";
    position: absolute;
    right: -75px;
    top: -80px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(131,180,20,.075);
}
.company-contact-section__action-top {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.company-contact-section__action-top > span {
    display: block;
    margin-bottom: 8px;
    color: var(--company-primary);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.3px;
}
.company-contact-section__action-top > strong {
    display: block;
    color: #20272a;
    font-size: 25px;
    line-height: 1.45;
    letter-spacing: -.7px;
}
.company-contact-section__action-list {
    border-top: 1px solid #e4e8e2;
}
.company-contact-section__action-list > div {
    display: grid;
    grid-template-columns: 32px 1fr 20px;
    gap: 8px;
    align-items: center;
    min-height: 60px;
    border-bottom: 1px solid #e8ebe6;
}
.company-contact-section__action-list span {
    color: var(--company-primary);
    font-size: 8px;
    font-weight: 800;
}
.company-contact-section__action-list p {
    margin: 0;
    color: #535c5f;
    font-size: 15px;
}
.company-contact-section__action-list i {
    color: #a5aca8;
    font-size: 15px;
    font-style: normal;
    text-align: right;
}
.company-contact-section__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
    padding: 16px 18px;
    background: var(--company-primary);
    border-radius: 6px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}
.company-contact-section__button:hover {
    transform: translateY(-2px);
    background: var(--company-primary-dark);
    box-shadow:
        0 12px 25px rgba(131,180,20,.22);
}
.company-contact-section__button svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}
.company-contact-section__button:hover svg {
    transform: translateX(4px);
}
/* =========================================================
   FOOTER BRAND LINE
========================================================= */
.company-contact-section__footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    border-top: 1px solid rgba(255,255,255,.09);
}
.company-contact-section__footer > div {
    display: flex;
    align-items: center;
    gap: 17px;
}
.company-contact-section__footer span {
    color: #65716e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
}
.company-contact-section__footer i {
    color: #46514e;
    font-size: 12px;
    font-style: normal;
}
.company-contact-section__footer > strong {
    color: var(--company-green-light);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1100px) {
    .company-hero__inner,
    .company-standard__inner,
    .company-experience__inner,
    .company-profile-section__inner {
        gap: 50px;
    }
    .company-hero__content h1 {
        font-size: 46px;
    }
    .company-contact-section__inner {
        gap: 55px;
    }
    .company-about-page .brand_wall {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* =========================================================
   TABLET / MOBILE
========================================================= */
@media (max-width: 900px) {
    .company-hero,
    .company-principle,
    .company-business,
    .company-standard,
    .company-values,
    .company-experience,
    .company-profile-section {
        padding: 80px 0;
    }
    .company-hero__inner,
    .company-standard__inner,
    .company-experience__inner,
    .company-profile-section__inner,
    .company-contact-section__inner {
        grid-template-columns: 1fr;
    }
    .company-business__grid {
        grid-template-columns: 1fr;
    }
    .company-business__item {
        min-height: auto;
    }
    .company-business__item > p {
        min-height: auto;
    }
    .company-principle__statement {
        grid-template-columns: 1fr;
        padding: 40px;
    }
    .company-principle__number {
        margin-bottom: 10px;
    }
    .company-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .company-value:nth-child(2) {
        border-right: 0;
    }
    .company-value:nth-child(-n+2) {
        border-bottom: 1px solid var(--company-border);
    }
    .company-about-page .brand_wall {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .company-contact-section {
        padding-top: 80px;
    }
    .company-contact-section__inner {
        padding-bottom: 70px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .company-about-page .container_section {
        width: calc(100% - 30px);
    }
    .company-section-head {
        margin-bottom: 38px;
    }
    .company-section-head h2,
    .company-standard__content h2,
    .company-experience__content h2,
    .company-profile-section__intro h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .company-section-head > p {
        font-size: 14px;
    }
    /* HERO */
    .company-hero {
        padding: 65px 0 70px;
    }
    .company-hero__content h1 {
        font-size: 35px;
        letter-spacing: -1.3px;
    }
    .company-hero__description {
        font-size: 14px;
    }
    .company-hero__visual {
        min-height: 330px;
    }
    .company-hero__visual > img {
        height: 330px;
    }
    .company-hero__visual-card {
        left: 15px;
        right: 15px;
        bottom: 15px;
        display: block;
        padding: 16px;
    }
    .company-hero__visual-card > span {
        display: block;
        margin-top: 8px;
    }
    /* PRINCIPLE */
    .company-principle__statement {
        padding: 28px 23px;
    }
    .company-principle__number {
        font-size: 50px;
    }
    .company-principle__lead {
        font-size: 19px;
    }
    .company-principle__highlight strong {
        font-size: 14px;
    }
    .company-principle__highlight strong br {
        display: none;
    }
    /* BUSINESS */
    .company-business__item {
        padding: 27px 23px;
    }
    /* HOW WE WORK */
    .company-standard__visual {
        min-height: 350px;
    }
    .company-standard__visual > img {
        height: 350px;
    }
    /* VALUES */
    .company-values__grid {
        grid-template-columns: 1fr;
    }
    .company-value {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--company-border);
    }
    .company-value:last-child {
        border-bottom: 0;
    }
    .company-value__number {
        margin-bottom: 28px;
    }
    /* CLIENTS */
    .company-about-page .brand_section {
        padding: 70px 0;
    }
    .company-about-page .brand_title {
        font-size: 30px;
    }
    .company-about-page .brand_description br {
        display: none;
    }
    .company-about-page .brand_wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .company-about-page .brand_item {
        height: 95px;
        padding: 15px;
    }
    .company-about-page .brand_item img {
        max-width: 105px;
        max-height: 43px;
    }
    .company-about-page .brand_item--text strong {
        font-size: 12px;
    }
    /* EXPERIENCE */
    .company-experience__map {
        grid-template-columns: 1fr;
        padding: 14px;
    }
    .company-experience__field--wide {
        grid-column: auto;
    }
    /* PROFILE */
    .company-profile-download {
        grid-template-columns:
            46px
            minmax(0, 1fr)
            20px;
        gap: 12px;
        padding: 16px;
    }
    .company-profile-download__icon {
        width: 46px;
        height: 46px;
    }
    .company-profile-download__content > span {
        display: none;
    }
    .company-profile-card {
        padding: 27px 22px;
    }
    .company-profile-card__row {
        grid-template-columns: 75px minmax(0, 1fr);
        gap: 15px;
    }
    .company-profile-card__principle {
        align-items: flex-start;
    }
    /* CONTACT */
    .company-contact-section {
        padding-top: 70px;
    }
    .company-contact-section__content h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .company-contact-section__content > p {
        font-size: 13px;
    }
    .company-contact-section__action {
        padding: 26px 22px;
    }
    .company-contact-section__footer {
        min-height: 70px;
    }
    .company-contact-section__footer > div {
        gap: 8px;
    }
}
/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {
    .company-contact-section__footer span:nth-of-type(3),
    .company-contact-section__footer span:nth-of-type(4),
    .company-contact-section__footer i:nth-of-type(2),
    .company-contact-section__footer i:nth-of-type(3) {
        display: none;
    }
    .company-profile-card__head b {
        font-size: 42px;
    }
}
/* =========================================================
   COMMON INSIGHT SECTION
========================================================= */
.common-insight-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: #f7f9f5;
    border-top: 1px solid #e7ebe4;
}
.common-insight-section::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -230px;
    top: -230px;
    border: 55px solid rgba(131, 180, 20, .035);
    border-radius: 50%;
    pointer-events: none;
}
/* =========================================================
   HEADER
========================================================= */
.common-insight-section__header {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, .8fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 50px;
}
.common-insight-section__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #83B414;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
}
.common-insight-section__heading h2 {
    margin: 0;
    color: #171d21;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1.5px;
    word-break: keep-all;
}
.common-insight-section__heading h2 span {
    color: #83B414;
}
/* HEADER RIGHT */
.common-insight-section__header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.common-insight-section__header-right p {
    margin: 0;
    color: #687176;
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
}
.common-insight-section__all {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 18px;
    color: #83B414 !important;
    font-size: 12px;
    font-weight: 700;
}
.common-insight-section__all svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #83B414;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}
.common-insight-section__all:hover svg {
    transform: translateX(4px);
}
/* =========================================================
   INSIGHT LIST
========================================================= */
.common-insight-list {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
/* =========================================================
   CARD
========================================================= */
.common-insight-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e7df;
    border-radius: 13px;
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}
.common-insight-card:hover {
    transform: translateY(-5px);
    border-color: rgba(131, 180, 20, .38);
    box-shadow:
        0 20px 45px rgba(29, 40, 23, .08);
}
/* =========================================================
   IMAGE
========================================================= */
.common-insight-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 464 / 219;
    background: #edf0eb;
}
.common-insight-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.common-insight-card:hover
.common-insight-card__image img {
    transform: scale(1.035);
}
/* IMAGE ARROW */
.common-insight-card__image-arrow {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    background: rgba(255,255,255,.94);
    border-radius: 50%;
    opacity: 0;
    transform: translateY(6px);
    transition:
        opacity .25s ease,
        transform .25s ease;
}
.common-insight-card:hover
.common-insight-card__image-arrow {
    opacity: 1;
    transform: translateY(0);
}
.common-insight-card__image-arrow svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #83B414;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* =========================================================
   CONTENT
========================================================= */
.common-insight-card__content {
    padding: 24px 24px 25px;
}
/* META */
.common-insight-card__meta {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 20px;
    margin-bottom: 12px;
}
.common-insight-card__category {
    color: #83B414;
    font-size: 10px;
    font-weight: 700;
}
.common-insight-card__service {
    position: relative;
    padding-left: 10px;
    color: #9ba29e;
    font-size: 10px;
}
.common-insight-card__service::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    background: #b5bbb7;
    border-radius: 50%;
    transform: translateY(-50%);
}
/* TITLE */
.common-insight-card h3 {
    margin: 0;
    color: #20272a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -.45px;
    word-break: keep-all;
}
.common-insight-card h3 a {
    color: inherit !important;
    transition: color .2s ease;
}
.common-insight-card:hover h3 a {
    color: #6f9913 !important;
}
/* DESCRIPTION */
.common-insight-card__content > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 13px 0 0;
    color: #737c80;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* READ MORE */
.common-insight-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 19px;
    color: #777f7b !important;
    font-size: 13px;
    font-weight: 600;
    transition: color .2s ease;
}
.common-insight-card__link span {
    color: #83B414;
    font-size: 16px;
    transition: transform .2s ease;
}
.common-insight-card__link:hover {
    color: #83B414 !important;
}
.common-insight-card__link:hover span {
    transform: translateX(4px);
}
/* =========================================================
   BOTTOM CTA
========================================================= */
.common-insight-section__bottom {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(30px, 1fr)
        auto
        minmax(30px, 1fr);
    gap: 22px;
    align-items: center;
    margin-top: 45px;
}
.common-insight-section__bottom-line {
    height: 1px;
    background: #dde3da;
}
.common-insight-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 190px;
    padding: 13px 20px;
    background: #fff;
    border: 1px solid #83B414;
    border-radius: 5px;
    color: #83B414 !important;
    font-size: 14px;
    font-weight: 700;
    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}
.common-insight-section__button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #83B414;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition:
        stroke .2s ease,
        transform .2s ease;
}
.common-insight-section__button:hover {
    transform: translateY(-2px);
    background: #83B414;
    color: #fff !important;
}
.common-insight-section__button:hover svg {
    stroke: #fff;
    transform: translateX(3px);
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 991px) {
    .common-insight-section {
        padding: 85px 0;
    }
    .common-insight-section__header {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    .common-insight-section__heading h2 {
        font-size: 34px;
    }
    .common-insight-list {
        gap: 15px;
    }
    .common-insight-card__content {
        padding: 20px;
    }
    .common-insight-card h3 {
        font-size: 16px;
    }
}
/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {
    .common-insight-section {
        padding: 70px 0;
    }
    .common-insight-section__heading h2 {
        font-size: 29px;
        letter-spacing: -1px;
    }
    .common-insight-section__header-right p {
        font-size: 13px;
    }
    .common-insight-section__header-right p br {
        display: none;
    }
    .common-insight-section__all {
        display: none;
    }
    .common-insight-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .common-insight-card__image-arrow {
        display: none;
    }
    .common-insight-card__content {
        padding: 21px;
    }
    .common-insight-card h3 {
        font-size: 17px;
    }
    .common-insight-section__bottom {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .common-insight-section__bottom-line {
        display: none;
    }
    .common-insight-section__button {
        width: 100%;
    }
}
