.btn-black {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

.btn-black:hover {
    color: #ffffff;
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    font-size: 16px;
}

.btn-black:active {
    background-color: #383838;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff;
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    font-size: 16px;
}

.btn-gray {
    color: #222222;
    background-color: #EAEAEA;
    border-color: #EAEAEA;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

.btn-gray:hover {
    color: #222222;
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    font-size: 16px;
}

.btn-gray:active {
    background: #BCBCBC !important;
}

.btn-gray.disabled,
.btn-gray:disabled {
    color: #222222;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    font-size: 16px;
}

.footer-subtitle {
    padding: 2px;
    color: #d8b04c;
}

.footer {
    background-color: #222222;
}

.text-title-gray {
    color: #B6B6B6 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.btn-black-circle {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1.9;
    padding: 7px 15px;
}

.btn-black-circle:hover {
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.btn-black-circle:active {
    background-color: #383838;
}

.btn-gray-outline {
    color: #242424;
    background-color: #ffffff00;
    border: 1.5px solid #dbdbdb;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1.9;
    padding: 5px 62px;
}

.btn-gray-outline:hover {
    color: #242424;
    background-color: #dbdbdb;
    border: 1.5px solid #dbdbdb;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1.9;
    padding: 5px 62px;
}

.navbar-dark .navbar-nav .nav-link:focus {
    background-color: #ffffff;
}

@media (max-width:991px) {
    .nav-link:focus {
        outline: none;
    }
}

.btn-mint-circle {
    color: #ffffff;
    background-color: #60B2AE;
    border-color: #60B2AE;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1.7;
    padding: 14px 50px;
}

.btn-mint-circle:hover {
    background-color: #39928D;
    border-color: #39928D;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.display-22px {
    font-size: 22px;
    font-weight: 700;
    line-height: 26.25px;
}

.display-21px {
    font-size: 21px;
    font-weight: 700;
}


.display-42px {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
}

.display-52px {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
}

.img-agent-main {
    background-image: url("/resource/assets/img/exosphere/images/agent-main.png?ver=24072400");
    background-size: 729px 460px;
    width: 729px;
    height: 460px;
}

.img-lock {
    background-image: url("/resource/assets/img/exosphere/images/lock.png");
    background-size: 163px 183px;
    width: 163px;
    height: 183px;
}

.display-35px {
    font-size: 35px;
    line-height: 1.2;
}

.display-19px {
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
}

.tag {
    display: inline-block;
    padding: 12px 19px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-tag {
    padding: 9px 18px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
}



@media (max-width: 991px) {
    .btn-tag {
        padding: 5px 13px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 5px;
    }
}


.tag-gray {
    color: #a2a2a2;
    background-color: #f1f1f1;
}

.btn-tag.tag-gray:hover,
.btn-tag.tag-gray.active {
    color: #ffffff;
    background-color: #818181;
}

.tag-red {
    color: #EE6960;
    background-color: #FFEBEA;
}

.btn-tag.tag-red:hover,
.btn-tag.tag-red.active {
    color: #ffffff;
    background-color: #E34A61;
}

.tag-purple {
    color: #8381E6;
    background-color: #E5E4FF;
}

.btn-tag.tag-purple:hover,
.btn-tag.tag-purple.active {
    color: #ffffff;
    background-color: #774BDA;
}

.tag-yellow {
    color: #FE971F;
    background-color: #FFF2D1;
}

.btn-tag.tag-yellow:hover,
.btn-tag.tag-yellow.active {
    color: #ffffff;
    background-color: #FCC328;
}

.tag-green {
    color: #93CBCC;
    background-color: #93CBCC20;
}

.btn-tag-common {
    font-size: 10px;
    line-height: 30px;
    font-weight: semibold;
    padding: 5px 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.main-tab {
    border-radius: 50px;
    border-color: #ffffff;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.main-tab .nav-link {
    padding: 15px 20px;
    transition: none;
    box-shadow: none;
    border: 0px;
    color: #222222;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.main-tab .nav-link:hover {
    color: #222222;
}

.main-tab .nav-link.active,
.main-tab .show>.nav-link {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
    border-radius: 50px;
}

.management-tab .nav-link {
    padding: 14px 36px;
    transition: none;
    box-shadow: none;
    border-radius: 50px;
    color: #bababa;
    background-color: #f7f7f7;
    font-size: 20px;
    font-weight: normal;
    border-color: #ffffff00;
}

.management-tab .nav-link.active,
.management-tab .nav-link:hover,
.management-tab .show>.nav-link {
    color: #ffffff;
    font-weight: bold;
    background-color: #222222;
    border-color: #ffffff00;
}

@media (max-width:991px) {
    .management-tab .nav-link {
        padding: 10px 32px;
        transition: none;
        box-shadow: none;
        border-radius: 50px;
        color: #bababa;
        background-color: #eeeeee;
        font-size: 13px;
        font-weight: normal;
        border-color: #ffffff00;
    }

    .management-tab .nav-link.active,
    .management-tab .nav-link:hover,
    .management-tab .show>.nav-link {
        color: #ffffff;
        font-weight: bold;
        background-color: #222222;
        border-color: #ffffff00;
    }
}

.btn-onlytext-red {
    color: #EF5350;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    padding: 5px;
}

.btn-onlytext-red:hover {
    background-color: #ececec;
    padding: 5px;
    color: #EF5350;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
}

.small-title {
    font-size: 14px;
    font-weight: 600;
    color: #a4a4a4;
}

@media (max-width:991px) {
    .small-title {
        font-size: 10px;
        font-weight: 600;
        color: #a4a4a4;
    }
}

.img-background-pc {
    /* background-image: url("/resource/assets/img/exosphere/images/background-pc.png"); */
    background-image: url("/resource/assets/img/exosphere/images/background-pc-black.png");
    background-size: 722px 430px;
    width: 100%;
    height: 430px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.go-group {
    position: relative;
}

.go-itemp {
    position: absolute;
}

.btn-shadow {
    box-shadow: 0px 4px 10px 3px rgba(55, 55, 55, 0.25);
}

.btn-go-item-malware {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #e55b51;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 5px 12px 12px;
}

.btn-go-item-malware:hover {
    background-color: #da4e44;
    color: #ffffff;
}

.btn-go-item-ransomware {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #719AF2;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 5px 12px 12px;
}

.btn-go-item-ransomware:hover {
    background-color: #648DE5;
    color: #ffffff;
}

.btn-go-item-check {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #FCC949;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 8px 12px 12px;
}

.btn-go-item-check:hover {
    background-color: #efbf45;
    color: #ffffff;
}

.btn-go-item-webprotection {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #86c5c6;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 8px 12px 12px;
}

.btn-go-item-webprotection:hover {
    background-color: #7ab9ba;
    color: #ffffff;
}

.btn-go-item-device {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #8481C6;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 8px 12px 12px;
}

.btn-go-item-device:hover {
    background-color: #7D7AC0;
    color: #ffffff;
}

.btn-go-item-privacy {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #FEA34E;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 8px 12px 12px;
}

.btn-go-item-privacy:hover {
    background-color: #f19947;
    color: #ffffff;
}

.btn-go-item-control {
    width: 111px;
    height: 111px;
    color: #222222;
    background-color: #ECECEC;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 10px 12px 12px;
}

.btn-go-item-control:hover {
    background-color: #e2e2e2;
    color: #222222;
}

.btn-go-item-control-2 {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #52a0cc;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 10px 12px 12px;
}

.btn-go-item-control-2:hover {
    background-color: #438ab1;
    color: #ffffff;
}

.btn-go-item-asset {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #626262;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 10px 12px 12px;
}

.btn-go-item-asset:hover {
    background-color: #403F3F;
    color: #ffffff;
}

.btn-go-item-management-alarm {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #FE9191;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 10px 12px 12px;
}

.btn-go-item-management-alarm:hover {
    background-color: #f67e7e;
    color: #ffffff;
}

.btn-go-item-management {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #84B6AE;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 10px 12px 12px;
}

.btn-go-item-management:hover {
    background-color: #79AEA6;
    color: #ffffff;
}

.btn-go-item-capture {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #386B9A;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 10px 12px 12px;
}

.btn-go-item-capture:hover {
    background-color: #2F6699;
    color: #ffffff;
}

.btn-go-item-print {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #BBA693;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 10px 12px 12px;
}

.btn-go-item-print:hover {
    background-color: #AD9885;
    color: #ffffff;
}

.btn-go-item-access {
    width: 111px;
    height: 111px;
    color: #ffffff;
    background-color: #5C656E;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 15px;
    padding: 12px 10px 12px 12px;
}

.btn-go-item-access:hover {
    background-color: #4E565F;
    color: #ffffff;
}

@media (max-width: 991px) {
    .btn-go-item-malware {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-ransomware {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-check {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-webprotection {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-device {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-privacy {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-control {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-control-2 {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-asset {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-management-alarm {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-management {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-capture {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-print {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-access {
        width: 61.3px;
        height: 60.8px;
        font-size: 8px;
        font-weight: 700;
        line-height: normal;
        padding: 7px;
        border-radius: 8px;
    }

    .btn-go-item-empty {
        width: 130px;
        height: 60.8px;
        color: #ffffff;
        font-size: 8px;
        font-weight: bold;
        line-height: normal;
        border-radius: 8px;
        background: #F7F7F7;
        padding: 15px;
    }
}

.badge-beta {
    border-radius: 3px;
    background-color: #40A629;
    color: #ffffff;
    padding: 4px 8px;
}

.user-comment {
    width: 480px;
    height: auto;
    max-height: 310px;
    display: inline-block;
    background-color: #ffffff40;
    border-radius: 10px;
    padding: 18px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    margin: 30px;
}

.user-comment-inner {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 16px;
}

@media (max-width:991px) {
    .user-comment-m {
        width: auto;
        height: auto;
        max-height: 125px;
        display: inline-block;
        background-color: #ffffff40;
        border-radius: 10px;
        padding: 0px;
        box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
        margin: 0px;
    }

    .user-comment-inner-m {
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 16px;
    }
}


.display-23px {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
}

.display-24px {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}


.textcolor-orange {
    color: #F56848;
}

.card-fill {
    display: inline-block;
    border-radius: 15px;
    padding: 45px;
    width: 100%;
}

@media (max-width: 991px) {
    .card-fill {
        padding: 23px 25px 25px 19px;
        /* max-width: 277px; */
    }
}

.display-30px {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #222222;
}

.display-14px {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #222222;
}

.btn-black-circle-lg {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1.7;
    padding: 14px 40px;
}

.btn-black-circle-lg:hover {
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.btn-black-circle-lg:active {
    background-color: #383838;
}

@media (max-width: 991px) {
    .btn-black-circle-lg {
        color: #ffffff;
        background-color: #222222;
        border-color: #222222;
        font-size: 14px;
        font-weight: bold;
        border-radius: 50px;
        line-height: 1.7;
        padding: 14px 40px;
    }

    .btn-black-circle-lg:hover {
        background-color: #3d3d3d;
        border-color: #3d3d3d;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
    }

    .btn-black-circle-lg:active {
        background-color: #383838;
    }
}

.wrap-mobile.container {
    max-width: none !important;
}

.wrap-pc.container {
    width: 1440px;
    max-width: none !important;
}

.img-background-building {
    background-image: url("/resource/assets/img/exosphere/images/background-building.png");
    background-size: 1440px 478px;
    width: 100%;
    height: 478px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.img-background-building-menu {
    background-image: url("/resource/assets/img/exosphere/images/background-building-2.png");
    background-size: 1440px 338px;
    height: 338px;
    /* background-position: 50%; */
    background-repeat: no-repeat;
}

.img-background-building-menu-main {
    background-image: url("/resource/assets/img/exosphere/images/background-building-1.png");
    background-size: 914px 291px;
    width: 914px;
    height: 291px;
    background-repeat: no-repeat;
}

.img-background-building-menu-main-insight {
    background-image: url("/resource/assets/img/exosphere/images/background-img-securitysolution.png");
    background-size: 914px 146px;
    width: 914px;
    height: 146px;
    background-repeat: no-repeat;
}


@media (max-width: 991px) {
    .img-background-building-menu-main {
        background-image: url("/resource/assets/img/exosphere/images/background-building-1.png");
        background-size: 100% 258px;
        width: 100%;
        height: 258px;
        position: relative;
        background-repeat: no-repeat;
    }

    .img-background-building-menu-main-1 {
        background-image: url("/resource/assets/img/exosphere/images/background-building-1.png");
        background-size: 100% 100px;
        width: 100%;
        height: 100px;
        position: relative;
        background-repeat: no-repeat;
    }

    .img-background-building-menu-main-insight {
        background-image: url("/resource/assets/img/exosphere/images/background-img-securitysolution.png");
        background-size: 914px 146px;
        width: 914px;
        height: 146px;
        background-repeat: no-repeat;
    }
}


.btn-darkmint-circle {
    color: #ffffff;
    background-color: #357672;
    border-color: #357672;
    font-size: 19px;
    font-weight: bold;
    border-radius: 50px;
    line-height: 23px;
    padding: 17px 42px;
}

.btn-darkmint-circle:hover {
    background-color: #266763;
    border-color: #266763;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .btn-darkmint-circle {
        font-size: 14px;
        padding: 10px 26px;
    }

    .btn-darkmint-circle:hover {
        font-size: 14px;
    }
}


.display-45px {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
}

.display-25px {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 991px) {
    .lead {
        font-size: 12px;
        font-weight: 500;
        color: #5C656E;
    }
}

.img-background-free {
    background-image: url("/resource/assets/img/exosphere/images/background-free.png");
    background-size: 586px 205px;
    width: 100%;
    height: 205px;
    background-position: 52% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .img-background-free {
        background-image: url("/resource/assets/img/exosphere/images/background-free.png");
        background-size: 320px 121px;
        width: 100%;
        height: 121px;
        background-position: 75% 50%;
        background-repeat: no-repeat;
    }
}

.freeantimalware-tab {
    border-radius: 0px;
    background-color: #386b9a;
    padding: 0px;
}

.freeantimalware-tab .nav-link {
    padding: 45px;
    transition: none;
    box-shadow: none;
    border: 0px;
    color: #ffffff;
    background-color: #386b9a;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
}

.freeantimalware-tab .nav-link:hover {
    color: #ffffff;
}

.freeantimalware-tab .nav-link.active,
.freeantimalware-tab .show>.nav-link {
    padding: 45px;
    color: #ffffff;
    background-color: #204f7a;
    border-color: #204f7a;
    border-radius: 10px;
}

.step-black-circle {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    line-height: 26px;
    padding: 7px 33px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    user-select: none;
}

@media (max-width: 991px) {
    .step-black-circle {
        color: #ffffff;
        background-color: #222222;
        border-color: #222222;
        font-size: 13px;
        font-weight: bold;
        border-radius: 50px;
        line-height: normal;
        padding: 11px 27px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        user-select: none;
    }
}

.operation-gray-circle {
    color: #474747;
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    line-height: 22px;
    padding: 5px 21px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    user-select: none;
}

.operation-white-circle {
    color: #84b6ae;
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    line-height: 22px;
    padding: 5px 21px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    user-select: none;
}

@media (max-width: 991px) {

    .operation-gray-circle {
        color: #474747;
        background-color: #c4c4c4;
        border-color: #c4c4c4;
        font-size: 13px;
        font-weight: 700;
        border-radius: 30px;
        line-height: normal;
        padding: 5px 21px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        user-select: none;
    }

    .operation-white-circle {
        color: #84b6ae;
        background-color: #ffffff;
        border-color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        border-radius: 30px;
        line-height: normal;
        padding: 3px 21px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        user-select: none;
    }
}

main {
    position: relative;
}

#banner-plan {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 461px;
    height: 95px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.83);
    border-radius: 90.5px;
    color: #ffffff;
    padding: 21px 24px 21px 35px;
    z-index: 2;
    box-shadow: 0px 12px 24px #22222240;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#banner-plan.on {
    position: absolute;
    bottom: 719px !important;
    bottom: 719px !important;
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
    #banner-plan.on {
        position: absolute;
        bottom: 1010px !important;
    }

}

#banner-plan img {
    margin-bottom: 5px;
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
    #banner-plan.on {
        position: absolute;
        bottom: 1010px !important;
    }

}

#banner-plan img {
    margin-bottom: 5px;
}

.img-compare-plan {
    background-image: url("/resource/assets/img/exosphere/icons/compare.svg");
    background-size: 62px 69px;
    width: 62px;
    height: 69px;
    background-repeat: no-repeat;
}

.img-compare-plan:hover,
.img-compare-plan.active {
    background-image: url("/resource/assets/img/exosphere/icons/compare-hover.svg");
    background-size: 62px 69px;
    width: 62px;
    height: 69px;
    background-repeat: no-repeat;
}

@media (max-width:991px) {
    #banner-plan-m {
        position: fixed;
        width: 212px;
        height: 50px;
        width: 212px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.83);
        border-radius: 90.5px;
        color: #ffffff;
        padding: 21px 21px;
        z-index: 3;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0px 12px 24px #22222240;

    }

    #banner-plan-m.on {
        position: absolute;
        bottom: calc(100% - 20px);
    }



    .img-compare-plan {
        background-image: url("/resource/assets/img/exosphere/icons/compare-mobile.svg");
        background-size: 30px 30px;
        width: 32px;
        height: 34px;
        padding: 0px;
        background-repeat: no-repeat;
    }

    .img-compare-plan:hover,
    .img-compare-plan.active,
    .img-compare-plan.focus {
        background-image: url("/resource/assets/img/exosphere/icons/compare-mobile-active.svg");
        background-size: 30px 30px;
        width: 32px;
        height: 34px;
        padding: 0px;
        background-repeat: no-repeat;
    }
}

.btn-black-circle-outline {
    color: #ffffff;
    border-color: #222222;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #ffffff;
    padding: 13px 42px;
}

.btn-black-circle-outline:hover {
    background-color: #ffffff;
    color: #222222;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    border: 1px solid #ffffff;
}

.btn-black-circle-outline:active {
    background-color: #ffffff;
}


.btn-black-circle-outline-plan {
    color: #ffffff;
    border-color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #ffffff;
    padding: 15px 24px;
}

.btn-black-circle-outline-plan:hover {
    background-color: #ffffff;
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    border: 1px solid #ffffff;
}

.btn-black-circle-outline-plan:active {
    background-color: #ffffff;
}

@media (max-width:991px) {
    .btn-black-circle-outline-plan {
        border: 0px;
        font-size: 20px;
        line-height: normal;
        padding: 12px 10px;
        font-weight: 600;
        width: 204px;
    }

    .btn-black-circle-outline:hover {
        background-color: #ffffff;
        color: #222222;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        border: 0px solid #ffffff;
    }

    .btn-black-circle-outline-plan:hover {
        background-color: #222222;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        border: 0px solid #ffffff;
    }

    .btn-black-circle-outline-plan:active {
        background-color: #222222;
    }

    .btn-go-func {
        border-radius: 50px;
        border: 1px solid #FFF;
        height: 31px;
        color: #FFF;
        font-size: 13px;
        font-weight: 700;
        line-height: normal;
        padding: 6px 12px;
    }

    .btn-go-func:hover {
        background: #FFF;
        color: #222222;
    }

    .btn-go-func:active {
        background: #FFF;
        color: #222222;
        border: none;
    }

    .btn-go-func:focus {
        background: #FFF;
        color: #222222;
        border: none;
    }
}

.btn-black-circle-outline-upgrade {
    color: #ffffff;
    border-color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 50px;
    border: 1px solid #ffffff;
    padding: 12px 32px;
}

.btn-black-circle-outline-upgrade:hover {
    background-color: #ffffff;
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    border: 1px solid #ffffff;
}

.btn-black-circle-outline-upgrade:active {
    background-color: #383838;
}

.custom-switch .custom-control-label::before {
    left: -78px;
    width: 94px;
    height: 49px;
    pointer-events: all;
    border-radius: 50px;
    background-color: #bfbfbf;
    border: 0px;
}

.custom-switch .custom-control-label::after {
    top: calc(0.125rem + 6px);
    left: calc(-78px + 9px);
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 50px;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #ff7223;
    border-color: #ff7223;
    background-color: #ff7223;
    box-shadow: none;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #ffffff;
    transform: translateX(41px);
}

@media (max-width:991px) {
    .custom-switch .custom-control-label::before {
        left: -63px;
        width: 64px;
        height: 33px;
        pointer-events: all;
        border-radius: 50px;
        background-color: #bfbfbf;
        border: 0px;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.125rem + 5px);
        left: calc(-78px + 20px);
        width: 24px;
        height: 24px;
        background-color: #ffffff;
        border-radius: 50px;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-switch .custom-control-input:checked~.custom-control-label::after {
        background-color: #ffffff;
        transform: translateX(30px);
    }
}

.shadow-price {
    box-shadow: 3px 3px 10px 3px rgba(187, 187, 187, 0.25) !important;
}

.btn-detail {
    background-image: url("/resource/assets/img/exosphere/icons/detail.svg");
    background-size: 67px 24px;
    width: 67px;
    height: 24px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.btn-detail:hover {
    background-image: url("/resource/assets/img/exosphere/icons/detail-hover.svg");
    background-size: 67px 24px;
    width: 67px;
    height: 24px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.plan-openapi-area .btn-detail {
    background-image: url("/resource/assets/img/exosphere/icons/detail-openapi.svg?ver=25010904");
    background-size: 67px 24px;
    width: 67px;
    height: 24px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.plan-openapi-area .btn-detail:hover {
    background-image: url("/resource/assets/img/exosphere/icons/detail-openapi-hover.svg?ver=25010904");
    background-size: 67px 24px;
    width: 67px;
    height: 24px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.img-background-money-hand {
    background-image: url("/resource/assets/img/exosphere/images/backtround-money-hand.png");
    background-size: 1200px 390px;
    width: 100%;
    height: 390px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (max-width:991px) {
    .img-background-money-hand {
        background-image: url("/resource/assets/img/exosphere/images/background-money.png");
        background-size: 375px 198px;
        width: 100%;
        height: 198px;
        position: relative;
        background-repeat: no-repeat;
    }
}

.navbar-main {
    background-color: #ffffff;
}

.img-windows-gray-circle {
    background-image: url("/resource/assets/img/exosphere/icons/win-gray-circle.svg");
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.img-macos-gray-circle {
    background-image: url("/resource/assets/img/exosphere/icons/mac-gray-circle.svg");
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.img-web-gray-circle {
    background-image: url("/resource/assets/img/exosphere/icons/web-gray-circle.svg");
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.card-body {
    padding: 28px 41px;
}

@media (max-width: 991px) {
    .card-body {
        padding: 15px 20px 15px 17px;
    }

    .img-windows-gray-circle {
        background-size: 17px 17px;
        width: 17px;
        height: 17px;
    }

    .img-macos-gray-circle {
        background-size: 17px 17px;
        width: 17px;
        height: 17px;
    }

    .img-web-gray-circle {
        background-size: 17px 17px;
        width: 17px;
        height: 17px;
    }
}

.img-accordion-icon {
    background-image: url("/resource/assets/img/exosphere/icons/down-gray.svg");
    background-size: 18px 10px;
    width: 18px;
    height: 10px;
    background-repeat: no-repeat;
}

.img-accordion-icon:before {
    background-image: url("/resource/assets/img/exosphere/icons/up-gray.svg");
    background-size: 18px 10px;
    width: 18px;
    height: 10px;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .img-accordion-icon {
        background-image: url("/resource/assets/img/exosphere/icons/down-gray.svg");
        background-size: 14px 7.78px;
        width: 14px;
        height: 7.78px;
        background-repeat: no-repeat;
    }

    .img-accordion-icon:before {
        background-image: url("/resource/assets/img/exosphere/icons/up-gray.svg");
        background-size: 14px 7.78px;
        width: 14px;
        height: 7.78px;
        background-repeat: no-repeat;
    }
}



#banner-function {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 861px;
    height: 129px;
    background-color: rgba(0, 0, 0, 0.83);
    border-radius: 90.5px;
    color: #ffffff;
    padding-left: 33px;
    z-index: 2;
    box-shadow: 0px 12px 24px #22222240;
    display: flex;
    align-items: center;

    @media (max-width: 991px) {
        display: none;
    }
}

#banner-function .function-item-box {
    margin-left: 25px;
}

#banner-function .function-item-box a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 13px;
    margin-right: 13px;
}

#banner-function.on {
    position: absolute;
    bottom: 719px;

    @media (max-width: 1280px) {
        bottom: 1099px;
    }
}

@media (max-width: 991px) {
    #banner-function-m {
        position: fixed;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 20px;
        width: 180px;
        height: 48px;
        background-color: rgba(0, 0, 0, 0.83);
        border-radius: 90.5px;
        color: #ffffff;
        padding: 6px 20px;
        z-index: 2;
        box-shadow: 0px 12px 24px #22222240;
    }

    #banner-function-m.on {
        position: absolute;
        bottom: 1319px;
    }
}

@media (max-width: 438px) {
    #banner-function-m.on {
        position: absolute;
        bottom: 1339px;
    }
}

#banner-blog {
    /* background-image: url("/resource/assets/img/exosphere/blog/blog-up-banner.png?ver=22092600");
    background-position: 50% 50%;
    background-repeat: no-repeat; */
    background-color: #E8F5FD;
    /* margin-top: 81px; */
    margin-top: 73px;
    height: 257px;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    color: #232323;
}

.img-background-company-banner-1 {
    background-image: url("/resource/assets/img/exosphere/images/company-banner-img.png?ver=25010801");
    background-size: cover;
    width: 100%;
    height: 307px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.img-background-company-banner-2 {
    background-image: url("/resource/assets/img/exosphere/images/company-banner-2.png?ver=25010800");
    background-size: cover;
    width: 100%;
    height: 198px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .img-background-company-banner-1 {
        background-image: url("/resource/assets/img/exosphere/images/company-banner-img.png?ver=25010801");
        background-size: cover;
        width: 100%;
        height: 93px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    #banner-blog {
        margin-top: 0px;
        height: 259px;
        font-weight: 700;
        line-height: normal;
        color: #232323;
    }

    .img-background-company-banner-2 {
        /* background-size: auto 55px; */
        /* width: 375px; */
        background-size: contain;
        background-image: url("/resource/assets/img/exosphere/images/company-banner-2-mb.png?ver=25010800");
        background-position: right;
        height: 55px;
    }
}



#history {
    width: 1200px;
    margin: 0 auto;
}

.list_right {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.list_right ul li {
    list-style: none;
}

.list_right span {
    display: table-cell;
    vertical-align: top;
    width: 37%;
}

.list_right div {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.list_right div:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 93%;
    background: #dfdfdf;
    margin-top: 20px;
}

.list_right div ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.list_right div ul li {
    display: table;
    position: relative;
    width: 100%;
    padding-left: 30px;
}

.list_right div ul li+li {
    margin-top: 0px;
}

.list_right div ul li dl dt:before {
    content: "";
    position: absolute;
    left: -48px;
    top: 4px;
    width: 17px;
    height: 17px;
    border: 8px solid #c4c4c4;
    border-radius: 50%;
}

.list_right div ul li:first-child dl dt:before {
    content: "";
    position: absolute;
    left: -51px;
    top: 1px;
    width: 25px;
    height: 25px;
    border: 0px solid #222222;
    border-radius: 50%;
    background-image: url("/resource/assets/img/exosphere/icons/exosphere-white.svg");
    background-size: 11px 11px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #222222;
}

.list_right dl {
    text-align: left;
    display: table;
    width: 100%;
}

.list_right dl dy {
    display: table-cell;
    vertical-align: top;
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    text-align: left;
    position: absolute;
    left: -119px;
    top: -4px;
}

.list_right dl dt {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

@media (max-width:991px) {
    #history {
        width: 280px;
    }

    .list_right dl dy {
        font-size: 13px;
        margin-top: 5px;
        left: -95px;
    }

    .list_title1 {
        color: #222222;
        font-weight: 600;
        font-size: 13px;
        margin-bottom: 3px;
        margin-left: -5px;
    }

    .list_title2 {
        font-weight: 500;
        font-size: 12px;
        line-height: normal;
        color: #333333;
        margin-left: -5px;
    }

    .list_title2 .font-sm {
        font-size: 9px;
        letter-spacing: -0.5px;
        display: inline-block;
        width: auto !important;
        margin-top: 2px;
        color: #5C656E;
    }

    .list_right div ul li {
        padding-left: 0px;
    }

    .list_right span {
        width: 20%;
    }

    .list_right div:before {
        height: 92%;
    }

    .list_right div ul li dl dt:before {
        content: "";
        position: absolute;
        left: -43px;
        top: 5px;
        width: 8px;
        height: 8px;
        border: 4px solid #c4c4c4;
        border-radius: 50%;
    }

    .list_right div ul li:first-child dl dt:before {
        width: 25px;
    }

}

.plan-comparison table {
    border-collapse: separate;
    background-color: transparent;
    border-spacing: 25px 0px;
    width: auto;
}

.plan-comparison td {
    padding: 25px 0px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100px;
}

.plan-comparison td:nth-child(3),
.plan-comparison td:nth-child(4),
.plan-comparison td:nth-child(5) {
    box-shadow: 0 8px 10px #e3e3e3;
    background: #fff;
    position: relative;
    width: 240px;
    border-left: 1.3px solid #e3e3e3;
    border-right: 1.3px solid #e3e3e3;
}

.plan-comparison tbody tr:first-child td:last-child {
    box-shadow: 0 -3px 10px -8px #e3e3e3,
        0 10px 8px #e3e3e3;
}

.plan-comparison tbody tr:first-child td {
    border-radius: 30px 30px 0 0;
    border-top: 1.3px solid #e3e3e3;
}

.plan-comparison tbody tr:first-child td:nth-child(1),
.plan-comparison tbody tr:first-child td:nth-child(2) {
    border-top: 0px solid #e3e3e3;
}

.plan-comparison tbody tr:last-child td {
    border-radius: 0 0 30px 30px;
    border-bottom: 1.3px solid #e3e3e3;
    position: relative;
    top: -14px;
}

.plan-comparison tbody tr:last-child td:nth-child(1),
.plan-comparison tbody tr:last-child td:nth-child(2) {
    border-bottom: 0px solid #e3e3e3;
}

.plan-comparison-untact table {
    border-collapse: separate;
    background-color: transparent;
    border-spacing: 25px 0px;
    width: auto;
}

.plan-comparison-untact td {
    padding: 0px 0px;
    margin-left: 10px;
    margin-right: 10px;
    height: 65px;
}

.plan-comparison-untact td:nth-child(3),
.plan-comparison-untact td:nth-child(4),
.plan-comparison-untact td:nth-child(5) {
    box-shadow: 0 8px 10px #e3e3e3;
    background: #fff;
    position: relative;
    width: 300px;
    border-left: 1.3px solid #e3e3e3;
    border-right: 1.3px solid #e3e3e3;
}

.plan-comparison-untact tbody tr:first-child td:last-child {
    box-shadow: 0 -3px 10px -8px #e3e3e3,
        0 10px 8px #e3e3e3;
}

.plan-comparison-untact tbody tr:first-child td {
    border-radius: 30px 30px 0 0;
    border-top: 1.3px solid #e3e3e3;
}

.plan-comparison-untact tbody tr:first-child td:nth-child(1),
.plan-comparison-untact tbody tr:first-child td:nth-child(2) {
    border-top: 0px solid #e3e3e3;
}

.plan-comparison-untact tbody tr:last-child td {
    border-radius: 0 0 30px 30px;
    border-bottom: 1.3px solid #e3e3e3;
    position: relative;
    top: -14px;
}

.plan-comparison-untact tbody tr:last-child td:nth-child(1),
.plan-comparison-untact tbody tr:last-child td:nth-child(2) {
    border-bottom: 0px solid #e3e3e3;
}

#divOverlay {
    display: none;
    background-color: rgba(23, 123, 168, 0.1);
    border-radius: 10px;
    text-align: center;
    position: absolute;
    z-index: 2;
}


.btn-navy-circle-lg {
    color: #ffffff;
    background-color: #15395a;
    border-color: #15395a;
    font-size: 23px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 28px;
    padding: 18px 68px;
}

.btn-navy-circle-lg:hover {
    background-color: #0e2e4b;
    border-color: #0e2e4b;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .btn-navy-circle-lg {
        color: #ffffff;
        background-color: #15395a;
        border-color: #15395a;
        font-size: 15px;
        font-weight: 600;
        border-radius: 50px;
        line-height: 28px;
        padding: 14px 40px;
    }

    .btn-navy-circle-lg:hover {
        background-color: #0e2e4b;
        border-color: #0e2e4b;
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
    }
}

#banner-upgrade {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 474px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.83);
    border-radius: 90.5px;
    color: #ffffff;
    padding: 20px 44px;
    z-index: 2;
    box-shadow: 0px 12px 24px #22222240;
}

#banner-upgrade.on {
    position: absolute;
    bottom: 769px;
}

@media (max-width: 991px) {
    #banner-upgrade-m {
        position: fixed;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 20px;
        width: 257px;
        height: 48px;
        background-color: rgba(0, 0, 0, 0.83);
        border-radius: 90.5px;
        color: #ffffff;
        padding: 6px 18px;
        z-index: 2;
        box-shadow: 0px 12px 24px #22222240;
    }

    #banner-upgrade-m.on {
        position: absolute;
        bottom: calc(100% - 20px);
    }

    .btn-black-circle-outline-upgrade {
        color: #ffffff;
        border-color: #222222;
        font-size: 18px;
        line-height: normal;
        font-weight: 600;
        border-radius: 50px;
        border: 1px solid #ffffff;
        padding: 6px 13px;
    }

    .btn-black-circle-outline-upgrade:hover,
    .btn-black-circle-outline-upgrade:active {
        color: #ffffff;
        border-color: #222222;
        font-size: 18px;
        line-height: normal;
        font-weight: 600;
        border-radius: 50px;
        border: 1px solid #ffffff;
        padding: 6px 13px;
        background-color: transparent;
    }

    /* 
    .btn-black-circle-outline-upgrade:active {
        background-color: #383838;
    } */
}

.navbar-dark .navbar-nav .nav-link {
    color: #222222;
    font-weight: 600;
}


.footer ul.links-vertical li a {
    color: #999999;
    font-weight: 500;
}

.footer ul.links-vertical li a:hover {
    color: #999999 !important;
    font-weight: 500;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .item p {
        margin-bottom: 2px;
    }

    .footer ul.links-vertical li a {
        color: #999999;
        font-weight: 400;
        font-size: 15px;
        /* letter-spacing: -1.5px; */
        line-height: 1.4;
        padding: 3px 4px;
    }

    .footer ul.links-vertical li a:hover {
        color: #999999 !important;
        font-weight: 400;
        text-decoration: none;
        font-size: 15px;
    }
}

/* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
} */

.slick-slide {
    transform: scale(0.9);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    opacity: 0.6;
}

.interview-slider-content.slick-slide {
    opacity: 0.3;
    width: 291px;
}

.interview-slider-content.slick-center {
    opacity: 1;
    transform: scale(1);
}

.interview-slider.slick-initialized.slick-slider {
    width: 1110px;
}

.slick-center {
    transform: scale(0.9);
    opacity: 1;
}

/* 화살표 */
.interview-slider .slick-prev {
    z-index: 1000;
    left: 1px;
    background-image: url("/resource/assets/img/exosphere/icons/arrow-left.png");
    background-size: 42px 42px;
    width: 42px;
    height: 42px;
}

.interview-slider .slick-next {
    z-index: 1000;
    right: 1px;
    background-image: url("/resource/assets/img/exosphere/icons/arrow-right.png");
    background-size: 42px 42px;
    width: 42px;
    height: 42px;
}

.interview-slider .slick-prev:hover,
.interview-slider .slick-prev:focus {
    z-index: 1001;
    /* left: -5px; */
    background-image: url("/resource/assets/img/exosphere/icons/arrow-left-hover.png");
    background-size: 42px 42px;
}

.interview-slider .slick-next:hover,
.interview-slider .slick-next:focus {
    z-index: 1001;
    /* right: -5px; */
    background-image: url("/resource/assets/img/exosphere/icons/arrow-right-hover.png");
    background-size: 42px 42px;
}


.navbar .navbar-nav .dropdown-megamenu .megamenu-link,
.navbar .navbar-nav .dropdown-megamenu-sm .megamenu-link,
.navbar .navbar-nav .dropdown-megamenu-md .megamenu-link {
    color: #242424;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.dropdown-menu {
    background-color: #ffffff00;
    background-clip: padding-box;
    border: 0 solid rgba(36, 38, 43, 0.15);
    box-shadow: none;
    padding: 0px;
}

br {
    font-family: 'Dotum';
}

@media (max-width: 1440px) {
    div.main_media_1 {
        margin-left: -80px;
    }

    div.main_media_2 {
        max-width: 91.66667%;
    }

    div.product_media {
        padding: 0px 65px;
    }

    div.government_media {
        max-width: 83%;
    }

    .product_media_text {
        font-size: 16px;
        padding-left: 15px;
    }

    .product_media_pic {
        margin-left: 0px;
        margin-bottom: 5px;
        margin-right: 21px !important;
    }



}

@media (max-width: 991px) {
    .slick-slide {
        transform: scale(.8);
        transition: transform .3s cubic-bezier(.4, 0, .2, 1);
        opacity: 1;
    }

    .interview-slider-content-m.slick-slide {
        opacity: 0.3;
        transform: scale(.9);
    }

    .interview-slider-content-m.slick-center {
        opacity: 1;
    }

    .interview-slider-detail-m.slick-slide {
        transform: scale(0.89);
    }

    div.main_media_1 {
        margin-left: -80px;
    }

    div.main_media_2 {
        max-width: 91.66667%;
    }

    div.product_media {
        padding: 0px 65px;
    }

    div.government_media {
        max-width: 83%;
    }

    .product_media_text {
        font-size: 16px;
        padding-left: 15px;
    }

    .product_media_pic {
        margin-left: 0px;
        margin-bottom: 5px;
        margin-right: 21px !important;
    }

}

.clinetLogos {
    height: 35px;
    display: inline-block;
}

.client_rolling {
    width: max-content;
}

.client_rolling-m {
    width: max-content;
}

@keyframes slideshow {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50.2%);
    }
}

.client_rolling {
    animation: slideshow 90s linear infinite;
}

.client_rolling-m {
    animation: slideshow 90s reverse linear infinite;
}

.main-inner-div {
    margin-right: 0px;
    margin-left: 0px;
    width: 753px;
    height: 384px;
    box-shadow: 0px 0px 10px 5px rgba(187, 187, 187, 0.25);
    border-radius: 10px;
    background-image: url(/resource/assets/img/exosphere/images/agent-main.png?ver=24081300);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 77px;
    background-size: auto;
}

.main-inner-box {
    width: 813px;
    height: 222px;
    background-image: url(/resource/assets/img/exosphere/images/agent-main2.png?ver=22071500);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 22px;
}

.btn-black-circle-main {
    color: #222222;
    border: 2px solid #222222;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 1.7;
    padding: 13px 50px;
    margin-top: -13px;
}

@media (max-width:991px) {
    .btn-black-circle-main-m {
        font-size: 11px;
        font-weight: 600;
        border-radius: 50px;
        line-height: 13.13px;
        padding: 10px 20px;
        color: #222222;
        border: 1px solid #222222;
        margin-top: -13px;
    }
}

.btn-black-circle-main:hover {
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    color: #FFF;
}

.btn-black-circle-main:active {
    background-color: #383838;
}

.btn-white-circle-main {
    color: #222222;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 1.7;
    padding: 13px 20px;
    margin-top: -13px;
}

.btn-white-circle-main:hover {
    background-color: rgba(34, 34, 34, 0.1);
    border-color: rgba(34, 34, 34, 0.1);
    color: #222222;
}

.btn-white-circle-main:active {
    background-color: rgba(34, 34, 34, 0.2);
    color: #222222;
}

@media (max-width:991px) {
    .btn-white-circle-main {
        color: #222222;
        border: none;
        border-radius: 50px;
        font-size: 11px;
        font-weight: 600;
        border-radius: 50px;
        line-height: 13.13px;
        padding: 13px 20px;
        margin-top: -13px;
    }

    .btn-white-circle-main:hover {
        background-color: #ffffff;
        border-color: rgba(34, 34, 34, 0.1);
        color: #222222;
    }

    .btn-white-circle-main:active {
        background-color: #ffffff;
        color: #222222;
    }
}

.span-beta-green {
    font-size: 12px !important;
    display: inline-block;
    background: rgba(64, 166, 41, 0.13);
    border-radius: 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #40A629;
    padding: 3px 6px !important;
    vertical-align: middle;
    margin-bottom: 1px;
}

.span-new-red {
    font-size: 12px !important;
    display: inline-block;
    border-radius: 3px;
    background: rgba(239, 83, 80, 0.13);
    border-radius: 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #EF5350;
    padding: 3px 6px !important;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 4px;

    @media (max-width:991px) {
        margin-bottom: 0;
    }
}

.span-beta-green-2 {
    padding: 3px 7px;
    vertical-align: middle;
    background: rgba(64, 166, 41, 0.18);
    border-radius: 3px;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #40A629;
    display: inline-block;
    margin: 0px 0px 4px 2px;
}

.review-banner {
    width: 1440px;
    height: 257px;
    background: #F7F7F7;
}

ul.review-clients {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}

ul.review-clients li {
    list-style: none;
    margin-bottom: 55px;
    flex: 0 0 166px;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

ul.review-clients li div.c-img {
    border-radius: 10px;
    width: 137px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

ul.review-clients li div.c-name {
    margin-top: 12px;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #242424;
}

ul.review-clients li div.c-con {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #5C656E;
}

/* mobile */
ul.review-clients-m {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
}

ul.review-clients-m li {
    list-style: none;
    margin-bottom: 19px;
    flex: 0 0 90px;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

ul.review-clients-m li:not(:nth-child(3n)) {
    margin-right: 15px;
}

ul.review-clients-m li div.c-img {
    border-radius: 5px;
    width: 80px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 10px;
}

ul.review-clients-m li div.c-name {
    margin-top: 12px;
    margin-left: -7px;
    margin-right: -7px;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    color: #242424;
}

ul.review-clients-m li div.c-con {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #5C656E;
}


.interview-content {
    margin-top: 50px;
}

.interview-question {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #44494F;
}

.interview-answer {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #44494F;
    margin-top: 10px;
    text-align: justify;
}

.blog-menu {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #5C656E;
    transition: none;
    letter-spacing: -0.5px;
}

.blog-menu:hover {
    color: #232323;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #232323;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.blog-active {
    color: #232323;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #232323;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

@media (max-width: 991px) {
    .blog-menu {
        font-family: 'Pretendard';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        text-align: center;
        color: #5C656E;
        transition: none;
    }

    .blog-menu:hover {
        color: #232323;
        font-weight: bold;
        font-weight: 700;
        text-decoration: underline;
        text-decoration-color: #232323;
        text-decoration-thickness: 2px;
        text-underline-position: under;
    }

    .blog-active {
        color: #232323;
        font-weight: bold;
        text-decoration: underline;
        text-decoration-color: #232323;
        text-decoration-thickness: 2px;
        text-underline-position: under;
    }
}


ul.blog-posts {
    width: 914px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    justify-content: space-around;

}

ul.blog-posts li {
    cursor: pointer;
    list-style: none;
    flex: 0 0 280px;
    height: 360px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    text-align: left;
}

ul.blog-posts li div.p-img {
    border-radius: 10px;
    width: 280px;
    height: 156px;
    display: flex;
    justify-content: center;
    align-items: center;

}

ul.blog-posts li div.p-img img {
    height: 156px;
    cursor: pointer;
    transition: all 0.4s;
}

ul.blog-posts li a.p-type {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #8E8F90;
    width: fit-content;
    font-weight: 500;
}

ul.blog-posts li a.p-type:hover {
    color: #232323;
}

ul.blog-posts li a.p-name {
    margin-top: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #232323;
    /* text-align: justify; */
}

ul.blog-posts li a.p-con {
    margin-top: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #5C656E;
    text-align: justify;
}

@media (max-width: 991px) {
    ul.blog-posts li a.p-name {
        margin-top: 8px;
        font-weight: 700;
        font-size: 18px;
        line-height: normal;
        color: #232323;
        text-align: justify;
    }

    ul.blog-posts li div.p-img {
        border-radius: 10px;
        width: 276px;
        height: 118px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-post-type {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #8E8F90;
    padding: 0px 0px 19px 0px;
}


.blog-post-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #222222;
    padding: 0px 0px 45px 0px;
}

.blog-post-picText {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #8E8F90;
    padding: 12px 0px 45px 0px;
}

.blog-post-ul {
    list-style-type: disc;
    padding: 18px 0px 18px 18px;
    margin: 0;
}

.blog-post-ul li {
    line-height: 2;
    font-weight: 600;
    font-size: 18px;
    color: #222222;
}

.blog-post-div-1 {
    line-height: 2;
    border-left: 2px solid #000000;
    padding-left: 15px;
    margin-bottom: 18px;
}

.blog-post-div-2 {
    font-weight: 400;
    height: 40px;
    font-size: 18px;
    line-height: 30px;
    background: rgba(33, 150, 243, 0.1);
    color: #2196F3;
    padding: 5px 0px 0px 9px;
}


.blog-post-text-1 {
    line-height: 1.2;
    font-weight: 600;
    font-size: 27px;
    color: #222222;
    padding: 0px 0px 18px 0px;
}

.blog-post-text-2 {
    line-height: 2;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    color: #222222;
}

.blog-post-text-3 {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #8E8F90;
}

.blog-post-text-4 {
    line-height: 1.2;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    text-align: justify;
    padding: 0px 0px 18px 0px;
}

.blog-post-text-2-line-height {
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    color: #222222;
    line-height: normal;
}

.blog-post-img-background {
    background: #D0D1CC;
}

.blog-post-tag-purple {
    border-radius: 3px;
    background: #F1E8FF;
    padding: 2px 9px;
    color: #6507FF;
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-left: 9px;
}

.blog-post-tag-blue {
    border-radius: 3px;
    background: #E3F6FF;
    padding: 2px 9px;
    color: #177BA8;
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-left: 9px;
}

.blog-post-tag-orange {
    border-radius: 3px;
    background: #FFF1E9;
    padding: 2px 9px;
    color: #FF5F00;
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-left: 9px;
}

.post-hover-active {
    text-decoration: underline !important;
    text-decoration-color: #232323 !important;
    text-decoration-thickness: 2px !important;
    text-underline-position: under !important;
}

.interview-review-p-name {
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    margin-top: 7px;
}

.interview-review-p-con {
    color: var(--text_sub, #5C656E);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    display: inline-block;
    margin-top: 15px;
}

.interview-review-p-name:hover,
.interview-review-p-name:active,
.interview-review-p-name:focus {
    text-decoration: underline;
    color: #232323;
}

#banner-interview {
    /* background-image: url("/resource/assets/img/clients/interview/list-up-banner.png");
    background-position: 70.5% 50%;
    background-repeat: no-repeat; */
    background-color: #DAEEE5;
    /* margin-top: 81px; */
    margin-top: 73px;
    height: 257px;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    /* color: #232323; */
    color: #222222;
}

#banner-interview-m {
    /* background-image: url("/resource/assets/img/clients/interview/list-up-banner.png");
    background-position: 70.5% 50%;
    background-repeat: no-repeat; */
    background-color: #DAEEE5;
    margin-top: 0px;
    height: 209px;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    color: #222222;
}

ul.blog-interviews {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    justify-content: space-around;

}

ul.blog-interviews li {
    background: #F7F7F7;
    cursor: pointer;
    list-style: none;
    /* margin-bottom: 55px; */
    width: 460px;
    flex: 0 0 362px;
    height: 501px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    text-align: left;
    border-radius: 10px;
}

ul.blog-interviews li div.p-img {
    border-radius: 10px;
    width: 437px;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;

}

ul.blog-interviews li div.p-img img {
    cursor: pointer;
    transition: all 0.4s;
}

ul.blog-interviews li a.p-type {
    margin-top: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #8E8F90;
    width: fit-content;
}

ul.blog-interviews li a.p-type:hover {
    color: #232323;
}

ul.blog-interviews li a.p-name {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #242424;
}

ul.blog-interviews li a.p-con {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    color: #5C656E;
}





.interview-representative {
    border-radius: 5px;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #5C656E;
    width: fit-content;
    padding: 7px 11px;
    margin: 20px 0px 10px 0px;
}

.interview-representative span {
    font-weight: 600;
}

@media (max-width:997px) {
    .interview-representative {
        font-size: 11px;
        line-height: normal;
        color: #5C656E;
        padding: 4px 5px;
        margin: 0px;
    }
}

.interview-span-point {
    color: #2196F3;
    font-weight: 500;
}

.post-hide {
    display: none !important;
}

.page-item.disabled .page-link {
    color: #939393;
    background-color: #edecec;
    border-color: #d2d2d2;
}

.page-item.disabled .page-link {
    color: #939393;
    background-color: #edecec;
    border-color: #d2d2d2;
    pointer-events: none;
    cursor: auto;
}

.page-link {
    padding: 11px 12px;
    background-color: #f8f9fb;
    border: 0.5px solid #d2d2d2;
    width: 40px;
    height: 44px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: -0.0625rem;
    line-height: 1.25;
}

.page-link:not(.page-item.active .page-link):hover {
    color: #555555 !important;
    background-color: #F2F2F2;
    border-color: #D2D2D2;
}

.page-item[name=page-item] .page-link {
    padding: 11px 12px;
    background-color: #f8f9fb;
    border: 0.5px solid #d2d2d2;
    width: 40px;
    height: 44px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: -0.0625rem;
    line-height: 1.25;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-item.active .page-link {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}

.slider-content.slick-slide {
    text-align: center;
}

.government_media .card-fill {
    width: 914px;
    min-width: 914px;
    min-height: 251px;
}

.video_modal_popup.reveal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999999
}

.video_modal_popup .video-wrapper {
    position: relative;
    width: 1024px;
    height: 0;
    padding-bottom: 50%;
    top: 15%;
    z-index: 10
}

.video_modal_popup .video-wrapper iframe {
    position: absolute;
    width: 1024px;
    height: 576px;
    border-radius: 10px;
}

@media (max-width:991px) {
    .video_modal_popup .video-wrapper {
        position: relative;
        width: 300px;
        height: 0;
        padding-bottom: 90%;
        top: 0%;
        z-index: 10
    }

    .video_modal_popup .video-wrapper iframe {
        position: absolute;
        width: 300px;
        height: 200px;
        border-radius: 10px;
    }
}

.video_modal_popup.reveal .video_modal_popup-closer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;

}

.video_modal_popup-close {
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 100%;
    box-sizing: content-box;
    padding: 5px;
    margin: 5px 0 0 5px;
    opacity: .75;
    outline: 0;
    height: 15px;
    width: 15px;
    line-height: 0;
    vertical-align: text-top;
}

.video_modal_popup-close.fa-times:hover {
    opacity: 1;
}

.video_modal_popup-close.fa-times:before {
    cursor: pointer;
}

@media (max-width: 991px) {
    .video_modal_popup-close {
        color: #fff;
        display: inline-block;
        position: absolute;
        left: 100%;
        box-sizing: content-box;
        padding: 5px;
        margin: 5px 0 0 5px;
        opacity: .75;
        outline: 0;
        height: 7px;
        width: 7px;
        line-height: 0;
        vertical-align: text-top;
    }
}

.main-text-1 {
    line-height: normal;
}

#slick-slide-control01,
#slick-slide-control02,
#slick-slide-control03,
#slick-slide-control00 {
    margin-top: 22px;
}

#slick-slide-control11,
#slick-slide-control12,
#slick-slide-control13,
#slick-slide-control10 {
    margin-top: 22px;
}

#banner-blog-menu {
    padding-bottom: 45px;
    padding-top: 4rem;
}

.section p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section-header {
        padding-top: 40px;
    }

    #banner-blog-menu {
        padding-bottom: 30px;
        padding-top: 2rem;
    }
}

.page-title {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    margin-top: 31px;
}

.page-body {
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 42px;
    margin-top: 65px;
    margin-bottom: 66px;
    text-align: center;
}

.body-main-text {
    color: #5C656E;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-top: 30px;
}

.page-back-btn {
    color: #222222;
    background-color: #ffffff00;
    border-color: #ffffff00;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
}

.page-back-btn:hover {
    color: #222222;
    text-decoration: underline;
}

.shiftee_apply {
    text-align: center !important;
    border: none;
    width: 756px;
    height: 66px;
    background: #174CAD;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #FFFFFF;
}

.sikdae_apply {
    text-align: center !important;
    border: none;
    width: 756px;
    height: 66px;
    background: #1FBE64;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #FFFFFF;
}

@media (max-width:997px) {
    .sikdae_apply {
        text-align: center !important;
        border: none;
        width: 100%;
        height: 40px;
        background: #1FBE64;
        border-radius: 10px;
        font-weight: 600;
        font-size: 11px;
        line-height: normal;
        text-align: justify;
        color: #FFFFFF;
    }

    .shiftee_apply {
        text-align: center !important;
        border: none;
        width: 100%;
        height: 40px;
        background: #174CAD;
        border-radius: 10px;
        font-weight: 600;
        font-size: 11px;
        line-height: normal;
        text-align: justify;
        color: #FFFFFF;
    }
}

table.blog-post-table-1 {
    border-radius: 8px;
    border-collapse: separate;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 18px;
}

table.blog-post-table-1 tbody tr td {
    background: #6572D0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

table.blog-post-table-1 tbody tr:not(:first-child) {
    height: 85px;
}

table.blog-post-table-1 tbody tr:not(:first-child) td {
    background: #DADDF2;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #222222;
    letter-spacing: -0.03em;
}

table.blog-post-table-1 tbody tr:first-child td:first-child {
    border-radius: 8px 0px 0px 0px;
    height: 45px;
}

table.blog-post-table-1 tbody tr:first-child td:last-child {
    border-radius: 0px 8px 0px 0px;
    height: 45px;
}

table.blog-post-table-1 tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 8px;
}

table.blog-post-table-1 tbody tr:last-child td:last-child {
    border-radius: 0px 0px 8px 0px;
}

@media (max-width:991px) {

    table.blog-post-table-1 tbody tr td {
        font-size: 14px;
    }

    table.blog-post-table-1 tbody tr:not(:first-child) {
        height: 85px;
    }

    table.blog-post-table-1 tbody tr:not(:first-child) td {
        font-size: 11px;
        line-height: normal;

    }

    table.blog-post-table-1 tbody tr:first-child td:first-child {
        border-radius: 8px 0px 0px 0px;
        height: 45px;
    }

    table.blog-post-table-1 tbody tr:first-child td:last-child {
        border-radius: 0px 8px 0px 0px;
        height: 45px;
    }

    table.blog-post-table-1 tbody tr:last-child td:first-child {
        border-radius: 0px 0px 0px 8px;
    }

    table.blog-post-table-1 tbody tr:last-child td:last-child {
        border-radius: 0px 0px 8px 0px;
    }
}


table.blog-post-table-2 {
    border-radius: 8px;
    border-collapse: separate;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 45px;
}

table.blog-post-table-2 tbody tr:first-child td {
    background: #7986A1;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

table.blog-post-table-2 tbody tr:not(:first-child) {
    height: 40px;
}

table.blog-post-table-2 tbody tr:not(:first-child) td {
    background: #E1E6EF;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #222222;
}

table.blog-post-table-2 tbody tr:first-child td:first-child {
    border-radius: 8px 0px 0px 0px;
    height: 45px;
}

table.blog-post-table-2 tbody tr:first-child td:last-child {
    border-radius: 0px 8px 0px 0px;
    height: 45px;
}

table.blog-post-table-2 tbody tr:nth-child(11) td:first-child {
    border-radius: 0px 0px 0px 8px;
}

table.blog-post-table-2 tbody tr:last-child td:last-child {
    border-radius: 0px 0px 8px 0px;
}

@media (max-width: 991px) {
    table.blog-post-table-2 {
        margin-bottom: 20px;
    }

    table.blog-post-table-2 tbody tr:first-child td {
        font-size: 14px;
    }

    table.blog-post-table-2 tbody tr:not(:first-child) {
        height: 30px;
    }

    table.blog-post-table-2 tbody tr:not(:first-child) td {

        font-size: 11px;
        line-height: normal;
    }

    table.blog-post-table-2 tbody tr:first-child td:first-child {
        border-radius: 8px 0px 0px 0px;
        height: 35px;
    }

    table.blog-post-table-2 tbody tr:first-child td:last-child {
        border-radius: 0px 8px 0px 0px;
        height: 35px;
    }

    table.blog-post-table-2 tbody tr:nth-child(11) td:first-child {
        border-radius: 0px 0px 0px 8px;
    }

    table.blog-post-table-2 tbody tr:last-child td:last-child {
        border-radius: 0px 0px 8px 0px;
    }
}



@media (max-width: 991px) {
    .wrap-pc {
        display: none;
    }

    .wrap-mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    .wrap-pc {
        display: block;
    }

    .wrap-mobile {
        display: none;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #loginBtn {
        margin-left: 20px !important;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    #navbar-container {
        justify-content: space-between !important;
    }
}

.slider-content-header-item {
    border-radius: 50px;
    background: #204F7A;
    border-color: #204F7A;
    padding: 14px 29px 11px 29px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}


.btn-white-outline {
    color: #ffffff;
    background-color: #222222;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    line-height: normal;
    padding: 8px 30px;
}

/* 
.btn-white-outline:hover {
    color: #242424;
    background-color: #dbdbdb;
    border: 1.5px solid #dbdbdb;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1.9;
    padding: 8px 30px;
} */

/* .background-img-zero {
    background-image: url('/resource/assets/img/zerotrust/img-zerotrust-2.png'); 
    background-position: 100% -15px; 
    background-repeat: no-repeat;
    width:166px;
    height:150px;
} */

.blog-meun-title {
    color: #5C656E;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}

.blog-title {
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.blog-title:hover {
    color: #232323 !important;
}

.insight_disabled {
    display: none;
}

.blog-detail-menu-title {
    color: #8E8F90;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    text-align: justify !important;
}

.blog-detail-img {
    width: 277px;
    margin-bottom: 40px;
}

.blog-detail-title {
    margin-top: 10px;
    margin-bottom: 19px;
    max-width: 253px;
    text-align: center;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.blog-detail-title-width-none {
    margin-top: 10px;
    margin-bottom: 19px;
    text-align: center;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.blog-detail-subtitle {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    max-width: 277px;
    text-align: justify;
}

.blog-detail-subtitle-2 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: justify;
}

.blog-detail-text {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: justify;

}

.blog-detail-text ul li {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-align: justify !important;
}

.detail-text ul li {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: justify !important;

    line-height: 1.2;
}

.blog-detail-text ol li {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width:997px) {
    /* .slick-dots li
    {
        position: relative;
    
        display: inline-block;
    
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
    
        cursor: pointer;
    }
    .slick-dots li button
    {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    .slick-dots li button:before {
        width:20px;
        height:20px;
    } */

}

.apply-1-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 26px;
}

.apply-1-wrap .item-2 .apply_err_msg,
.apply-1-wrap .item-3 .apply_err_msg {
    margin-bottom: 0;
}

.apply-1-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 26px;
}

.apply-1-wrap .item-2 .apply_err_msg,
.apply-1-wrap .item-3 .apply_err_msg {
    margin-bottom: 0;
}

.inbox1_m {
    border-radius: 8px;
    border: 1px solid #AEAEAE;
    max-width: 295px;
    height: 53px;
    flex-shrink: 0;
    margin-bottom: 11px;
}

.apply_info {
    color: var(--text-black, #333);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.apply_agree {
    color: var(--text-black, #333);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 7px;
}

.apply_agree-2 {
    font-size: 15px;
    text-decoration: underline;
    font-weight: 700;
}

.apply_agree-2:hover {
    text-decoration: underline;
    color: var(--text-black, #333);
}

.apply_agree_sub {
    color: var(--text-black, #333);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.explain:has(.height_14) {
    height: 14px;
}

.inBox2_m {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    /* padding: 18px 80px; */
    width: 295px;
    height: 46px;
    flex-shrink: 0;

}

.apply_err_msg {
    display: inline-block;
    /* margin-top: 11px; */
    margin-bottom: 19px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    vertical-align: top;

}

.apply_guide {
    /* padding-top: 11px; */
    color: #8B8B8B;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

div.popup_alert {
    width: 321px;
    height: 417px;
    position: absolute;
    z-index: 129;
    border-radius: 12px;
    border: none;
    background: #FFFFFF;
    padding: 20px;
    font-size: 14px;
    text-align: center;
}

.showItem {
    display: inline-block;
}

.hideItem {
    display: none;
}

@media (max-width:991px) {
    .navbar-collapse {
        height: auto !important;
    }
}

.pt_30px {
    padding-top: 30px;
}

.pb_40px {
    padding-bottom: 40px;
}

.pt_120px {
    padding-top: 120px;
}

.function_mobile_padding {
    padding-bottom: 30px;
    padding-top: 110px;
}

.function_mobile_padding.main_mb {
    /* ! 띠배너 */
    /* 띠배너 없을 때 모바일 (기본 110px) */
    padding-top: 110px;

    /* 띠배너 있을 때 모바일 (195px) */
    /* padding-top: 195px;  */
}


.untact_box {
    width: 277px;
    height: 79px;
    border-radius: 8px;
    background: #E3E0D8;
    /* background-image: url('/resource/assets/img/exosphere/images/logo-exosphere.png'); */
    /* background-position: 100% -15px;  */
    /* background-repeat: no-repeat; */
    padding: 7px;
}

.slider-m .slick-dots,
.slider-free .slick-dots {
    margin-left: -10px;
}

.slider-m .slick-dots li,
.slider-free .slick-dots li {
    width: 6px;
}

.slider-m .slick-dots li button:before,
.slider-free .slick-dots li button:before {
    font-size: 35px;
    padding: 0px;

}

.slider-free .slick-dots li button:before {
    opacity: 1;
    color: white;
}

.slider-free .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.subtitle-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.2px;
}


.management-log-gray-1 {
    border-radius: 3px 0px 0px 0px;
    background: #5C656E;
    display: inline-block;
    color: #ffffff;
    padding: 6px 12px;
    width: 75px;
    font-size: 9px;
    border: 0.5px solid #dddddd;
    font-weight: 500;
}

.management-log-gray-2 {
    border-radius: 0px 0px 0px 3px;
    background: #5C656E;
    display: inline-block;
    color: #ffffff;
    padding: 6px 12px;
    width: 75px;
    font-size: 9px;
    border: 0.5px solid #dddddd;
    border-top: 0px;
    font-weight: 500;
}

.management-log-white-1 {
    display: inline-block;
    border-radius: 0px 3px 0px 0px;
    padding: 6px 10px;
    border: 0.5px solid #dddddd;
    margin-left: -4px;
    width: 190px;
    border-left: 0px;
    background: #FFF;
    font-weight: 500;
    font-size: 9px;
    color: #5C656E;
}

.management-log-white-2 {
    display: inline-block;
    border-radius: 0px 0px 3px 0px;
    padding: 6px 10px;
    border: 0.5px solid #dddddd;
    margin-left: -4px;
    width: 190px;
    border-top: 0px;
    border-left: 0px;
    background: #FFF;
    font-weight: 500;
    font-size: 9px;
    color: #5C656E;
}


.viewClass {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.viewContainer {
    min-width: 100% !important;
    width: 100%;
}

@media (min-width: 1392px) {
    .viewContainer-all {
        min-width: 1392px !important;
        width: 1392px;
    }
}


@media (min-width: 1200px) {
    .marginLeft55 {
        margin-left: 55px;
    }
}



@media (max-width: 991px) {


    #banner-main-m {
        position: fixed;
        display: flex;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 20px;
        width: 296px;
        height: 52px;
        background-color: rgba(0, 0, 0, 0.83);
        border-radius: 90.5px;
        color: #ffffff;
        padding: 8px 18px;
        z-index: 2;
        box-shadow: 0px 12px 24px #22222240;
    }

    .banner-main-m-1 img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        margin-bottom: 4px;
    }

    .banner-main-m-2 img {
        width: 23px;
        margin-right: 3px;
        margin-bottom: 4px;
    }

    .banner-main-m-3 img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        margin-bottom: 4px;
    }

    .banner-main-m-bubble {
        z-index: 1000;
        margin-left: 160px;
        margin-top: -82px;
        width: 38px;
    }

    #banner-main-m .inquiry_area {
        padding-left: 10px;
    }

    #banner-main-m.on {
        position: absolute;
        bottom: calc(100% - 20px);
    }

    .btn-black-circle-outline-main {
        color: #ffffff;
        border-color: #222222;
        font-size: 18px;
        line-height: normal;
        font-weight: 600;
        border-radius: 50px;
        border: 1px solid #ffffff;
        padding: 6px 10px;
    }

    .btn-black-circle-outline-main:hover,
    .btn-black-circle-outline-main:active {
        color: #ffffff;
        border-color: #222222;
        font-size: 18px;
        line-height: normal;
        font-weight: 600;
        border-radius: 50px;
        border: 1px solid #ffffff;
        padding: 6px 10px;
        background-color: transparent;
    }
}

@keyframes slideInUp {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0)
    }
}

.point_moving_new {
    animation-name: slideInUp;
    animation-fill-mode: both;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#banner-inquiry {
    /* position:sticky; */
    position: fixed;
    top: 150px;
    /* right:70px; */
    left: calc(92%);
    z-index: 80;
    width: 80px;
    height: 329px;
    flex-shrink: 0;
    border-radius: 10px;
    /* background: #F3F5F6; */
    background: #4A4A4A;
    padding: 10px 0;
    bottom: auto;
    margin-right: 10px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
}

.banner-inquiry-class {
    position: sticky;
    /* position: fixed; */
    top: 150px;
    /* right:70px; */
    z-index: 80;
    width: 80px;
    height: 329px;
    flex-shrink: 0;
    border-radius: 10px;
    /* background: #F3F5F6; */
    background: #4A4A4A;
    padding: 10px 0;
    margin-top: 54px;
    margin-right: 10px;
    margin-bottom: 20px;
    left: calc(92%);
    /* 그림자 추가 */
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
}

.banner-inquiry-blog {
    position: sticky;
    /* position: fixed; */
    top: 150px;
    /* right:70px; */
    z-index: 80;
    width: 80px;
    height: 329px;
    flex-shrink: 0;
    border-radius: 10px;
    /* background: #F3F5F6; */
    background: #4A4A4A;
    padding: 10px 0;
    /* margin-top: 144px; */
    margin-right: 10px;
    margin-bottom: 20px;
    left: calc(92%);
    /* 그림자 추가 */
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
}

/*
  #banner-inquiry.md {
    top: auto;
    bottom: 650px;
  }

  #banner-inquiry.on {
    top: auto;
    bottom: 650px;
  }

@media (min-width: 1392px) {
  .footer-margin-right {
    margin-right: 72px;
  }
}

@media (min-width: 992px) {
    .footer-margin-right {
      margin-right: 0px;
    }
}
@media (min-width: 1200px) {
    .footer-margin-right {
      margin-right: 30px;
    }
    .container.footer-container{
        max-width: 1100px;
    }
}
@media (min-width: 1400px) {
    .container.footer-container{
        max-width: 1400px;
    }
} */

/* 생생한 기업 인터뷰 */
.interview-slider-content {
    width: 291px;
    height: 128px;
    border-radius: 31px;
    padding-top: 20px;
    padding-left: 24px;
    visibility: hidden;
    /*슬릭렌더링오류 해결을 위함*/
}

/*슬릭렌더링오류 해결을 위함*/
.interview-slider-content.on {
    visibility: visible;
}

.interview-slider-detail {
    visibility: hidden;
    /* background-image: src; */
}

.interview-slider-detail.on {
    visibility: visible;
}

.interview-slider-content-m {
    width: 218px;
    height: 131px;
    border-radius: 24px;
    background: #F4F2FF;
    /* visibility: hidden; */
}

.interview-slider-content-sub {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-left: 5px;
}

.interview-slider-content-sub-m {
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.interview-slider-content-description {
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}

.interview-slider-content-description-m {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    /* margin-top: 10px; */
    text-align: justify;
}

.slider-single-m {
    display: grid;
    grid-template-rows: repeat(auto-fill, minmax(min-height, 1fr));
    gap: 10px;
    /* 여백 값은 필요에 따라 조절 가능 */
}

.interview-slider-detail-m {
    width: 324px;
    min-height: 322px;
    border-radius: 24px;
    margin: 0 auto;
    margin-bottom: 56px;
    padding: 22px;
    flex: 1;
    /* visibility: hidden; */
}

.interview-slider-detail-img {
    width: 110px;
    height: 110px;
}

.interview-slider-detail-img-m img {
    width: 50px;
    height: 50px;
}

.interview-slider-detail-info-m {
    margin-left: 15px;
}

.interview-slider-detail-info {
    margin-left: 20px;
}

.interview-slider-detail-info-m img {
    margin-bottom: 13px;
}

.slick-arrow {
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
}

.interview-slider.slick-list.draggable {
    padding: 0px 100px;
}

.interview-slider,
.interview-slider-m {
    position: relative;
}

/* 고객리뷰 페이지*/
.scroll-right {
    overflow-y: scroll;
}

.scroll-card {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    height: 630px;
    /* overflow-y: scroll; */
    padding: 0 60px;
    margin-left: 20px;
}

.scroll-right::-webkit-scrollbar {
    display: none;
}

.scroll-right-m::-webkit-scrollbar {
    display: none;
}

.scroll-card-m {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    justify-content: center;
    overflow: hidden;
    animation: scroll-animation-m 90s linear infinite forwards;
}

.scroll-card-m::-webkit-scrollbar {
    display: none;
}

li.scroll-card-list {
    opacity: 1;
    transform: translateY(0);
    width: 238px;
    height: 216px;
    border-radius: 15px;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 21px;
    padding-right: 21px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: start;
}

.scroll-card-list:nth-child(even) {
    margin-top: 45px;
}

.scroll-card-list-box-mobile {
    max-width: 152.056px;
    height: 138px;
    border-radius: 15px;
    padding: 13px;
    background: #FFF;
    margin-bottom: 13px;
}

.scroll-card-list-box-name {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    padding-top: 15px;
    line-height: normal;
}

.scroll-card-list-box-name-mobile {
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    color: #555555;
    padding-top: 5px;
    line-height: normal;
}

.scroll-card-list-box-description {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #555555;
    margin-top: 10px;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

.scroll-card-list-box-description-mobile {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #555555;
    margin-top: 10px;
    line-height: normal;
}

/* js 처리용 */
.scroll-card-event {
    margin-top: -100px;
    height: 740px;
}

.scroll-hidden-event {
    overflow: hidden;
}

.scroll-text-fixed {
    position: sticky;
}

/* 버벅이는 슬릭 해결하기  */
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 10ms;
}

/* 자동스크롤 */
.auto-scroll-card {
    gap: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: end;
}

@keyframes scroll-animation {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-200px * 20 - 10px * 20));
    }
}

@keyframes scroll-animation-m {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, calc(-200px * 20 - 10px * 20), 0);
    }
}

/* 임의로 큰 값으로 지정하여 애니메이션을 빨리 끝내고 처음 상태로 돌아가게 함 */
.scroll-card-m::after {
    content: '';
    animation: dummy 1s linear infinite;
}

@keyframes dummy {
    to {
        transform: translateY(0);
    }
}

#scrollingContainer {
    overflow: hidden;
    position: relative;
}

.auto-scroll-right {
    height: 5500px;
    overflow: auto;
    position: relative;
    animation: scroll-animation 90s linear infinite;
    padding-left: 40px;
}

.auto-scroll-right::-webkit-scrollbar {
    display: none;
}

#scrollContainerMobile {
    height: 465px;
    overflow: hidden;
    position: relative;
}


/* 메인페이지 - 성공한 8000개 기업이 엑소스피어로 비즈니스를 보호합니다 */
.company-card {
    width: 304px;
    height: 170px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px #EEE;
    padding: 27px 19px 23px 22px;
    margin-right: 30px;
}

.company-card-m {
    width: 150px;
    height: 182px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(238, 238, 238, 0.25);
    padding: 30px 14px 39px 19px;
}

.company-card img {
    height: 27px;
}

.company-card-m img {
    height: 22px;
}

.company-card-text {
    color: #555555;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-top: 18px;
}

.company-card-text-m {
    color: #555555;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 18px;
}

.company-card-rolling-right {
    animation: company-card-slideshow-right 25s linear infinite reverse forwards;
}

@keyframes company-card-slideshow-right {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.company-card-rolling-left {
    animation: company-card-slideshow-left 25s linear infinite forwards;
}

@keyframes company-card-slideshow-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.nav-item {
    border-radius: 50%;
}

/* 도입문의 우측 배너 일정 위치에서 고정시키기 - main페이지 */
.main-banner-fixed {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    top: 150px;
    left: calc(92%);
    z-index: 100000;
    width: 80px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #4A4A4A;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
    padding: 10px 0;

    @media (max-width: 991px) {
        display: none;
    }
}

.main-banner-fixed.fixed {
    top: 0px;
}

.banner-wrap-pc {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.banner-wrap-pc .award {
    display: inline-block;
}

.banner-wrap-pc .item_list_wrap {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
}

.banner-wrap-pc .item_list {}

.banner-wrap-pc .item_list .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-wrap-pc .item_list .main-icon {}

.banner-wrap-pc p {
    margin-bottom: 0;
}

.banner-wrap-pc .item_list .bubble_item {
    position: relative;
}

.banner-wrap-pc .item_list .banner_bubble {
    /*  margin-top: -80px;
    margin-left: 45px;*/
    position: absolute;
    left: 21px;
    top: 10px;
    width: 40px;
}

.banner-wrap-pc .item_list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-icon-text {
    /* color: #4F5966; */
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
}

.main-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
}

.main-icon:hover {
    background: #EFEFEF;
}

.main-icon:active {
    background-color: #E7E7E7;
}

/* 작은 후기 카드 양쪽 그라데이션 */
.company-card-wrap {
    position: relative;
    z-index: 1000;
}

.company-card-wrap::before,
.company-card-wrap::after {
    content: "";
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 600px;
    height: 100%;
}

.company-card-wrap::before {
    left: 0;
    width: 50%;
    background: linear-gradient(to right, #F7F7F7 15%, rgba(247, 247, 247, 0.25) 50%, rgba(247, 247, 247, 0));
}

.company-card-wrap::after {
    right: 0;
    width: 50%;
    background: linear-gradient(to left, #F7F7F7 15%, rgba(247, 247, 247, 0.25) 50%, rgba(247, 247, 247, 0));
}


/* 4k 모니터 미디어 쿼리 - 메인페이지 */
@media screen and (min-width: 2560px) and (min-height: 1440px) {
    .company-card-rolling-right {
        animation: company-card-slideshow-right 12s linear infinite reverse both;
    }

    @keyframes company-card-slideshow-right {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-25%);
        }
    }

    .company-card-rolling-left {
        animation: company-card-slideshow-left 12s linear infinite;
    }

    @keyframes company-card-slideshow-left {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(calc(-25%));
        }
    }
}

/* 도입배너 모바일 버전 수정 => js용*/
#banner-main-m.relative {
    position: absolute;
    bottom: 1323px;

    @media (max-width: 991px) {
        bottom: 1323px;
    }
}

/* 메인페이지만 main.js*/
main.relative {
    height: 5550px;
}

#banner-main-m.bottom {
    margin-bottom: 20px;
}

/* 도입배너 pc버전 수정 => js용 */
#main-right-banner.main {
    position: relative;
    right: -90%;
    bottom: -4460px;
    /* 내용 변경 시 수정해야 함 */
}

/* footer 반응형 수정 */
.footer-break-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-border-pc {
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    justify-content: space-evenly;
}

.footer-info-pc {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}

.footer-info-list-pc {
    width: calc(100% - 200px);
}

.footer-sns-wrap-pc {
    margin-left: auto;
}

.footer-sns-wrap-mb {
    display: flex;
    justify-content: space-between;
}

.container-item-wrap-mb {
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 140px; */
    justify-content: space-between;
    row-gap: 28px;

    @media (max-width: 540px) {
        column-gap: 28px;
        justify-content: space-between;
    }
}

.item-wrap-mb-right {
    margin-top: 2px;
    margin-right: 100px;

    @media (max-width: 540px) {
        margin-right: 0;
    }
}

.item-wrap-mb {
    display: flex;
    flex-direction: column;
    row-gap: 28px;

}

@media screen and (max-width: 1280px) and (min-width: 992px) {
    .footer-info-pc {
        flex-direction: column;
        justify-content: center;
    }

    .footer-info-list-pc {
        width: 100%;
    }

    .footer-info-break-pc {
        max-width: 1000px;
        /* margin-left: 200px; */
        margin: 0 auto;
    }

    .footer-info-text-break-pc {
        /*  margin-right: 200px !important; */
    }

    .footer-info-logo-break-pc {
        margin-bottom: 20px;
    }

    .footer-info-terms-break-pc {
        margin-top: 5px;
    }
}

.br_mb_430 {
    display: none;

    @media (max-width: 430px) {
        display: block;
    }
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
    .footer-break-pc {
        max-width: 1000px;
        margin: 0 auto;
        row-gap: 20px;
    }

    .footer ul.links-vertical li a {
        letter-spacing: -0.6px;
    }

    .footer-break-item-pc {
        flex: 1 1 25%;
    }
}

/* header 반응형 수정 */
@media screen and (max-width: 1600px) {
    #navbar-container {
        justify-content: space-between !important;
    }
}

@media screen and (max-width: 1064px) and (min-width: 992px) {
    .navbar-main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* header에서 서포트 dropdown이 배너 가리는 부분 수정 */
@media screen and (max-width: 1440px) and (min-width: 992px) {
    .ml-zero {
        margin-left: 0 !important;
    }

    #loginBtn {
        margin-left: 40px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 992px) {

    /* 헤더 서포트 드롭다운 메뉴 왼쪽 20% 이동  */
    .left-30 {
        left: -30% !important;
    }
}

/* 맥OS 이미지 - 아이패드 반응형 */
@media (min-width: 600px) and (max-width: 991px) {
    .macOS-img-pad {
        width: 300px !important;
    }
}

/* 흰색 카드 - 아이패드 반응형 */
@media (min-width: 600px) and (max-width: 991px) {
    .wrap-pad {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .wrap-pad-left {
        margin-top: 17px;
    }
}

/* 정부지원사업 개선 */
.btn-custom {
    color: #555555 !important;
    padding: 0.5rem 1.25rem;
}

.btn-custom:hover {
    color: #222222 !important;
}

.btn-custom:active {
    color: #000000 !important;
    border: none !important;
}

.btn-voucher {
    margin-top: 30px;
    width: 210px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 12px;
    background: linear-gradient(90deg, #FFA800 0%, #FF5C00 100%);
}

.btn-voucher:hover {
    background: linear-gradient(90deg, #EB9B00 0%, #F25700 100%);
    cursor: pointer;
}

.btn-voucher:active {
    background: linear-gradient(90deg, #E09502 0%, #D54D00 100%);
}

.btn-voucher-m {
    width: 245px;
    height: 45px;
    border-radius: 10px;
    background: linear-gradient(90deg, #FFA800 0%, #FF5C00 100%);
}

.btn-voucher-m p {
    margin: 0 !important;
}

/* header 설정*/
.worldITShow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .worldITShow {
        display: none;
    }

    #line-header-pc {
        display: none;
    }
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
    .worldITShow {
        padding-left: unset !important;
        padding-right: unset !important;
    }
}

.custom-col {
    display: flex;
    justify-content: center;
    padding: 0;
}

.custom-row {
    gap: 30px;
    /* 두 col 요소 사이의 간격을 30px로 설정 */
}

@media (min-width: 992px) {
    .voucher-margin-pc {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

/* 정부지원사업 모바일 */
.government-mobile-text p {
    margin-bottom: 0;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
}

.government-mobile-text .text {
    display: flex;
    gap: 8px;
}

.circle-gray {
    display: block;
    flex-shrink: 0;
    /* margin-right: 9px; */
    margin-top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 15px;
    background-color: #C4C4C4;
}

.circle-gray-border {
    flex-shrink: 0;
    display: block;
    margin-right: 3px;
    margin-top: 7px;
    margin-left: 13px;
    width: 8px;
    height: 8px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
}

.government-mobile-text .government-color-orange {
    color: #FF5C00;
}

.government-mobile-text .government-color-red {
    color: #EF5350;
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */
/* why 엑소스피어 */
.why-floating-btn {
    position: fixed;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    bottom: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 212px;
    height: 50px;
    border-radius: 50px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.83);
    box-shadow: 0px 12px 24px #22222240;

    @media (min-width: 992px) {
        bottom: 50px !important;
        display: flex;
        width: 461px;
        height: 95px;
        gap: 35px;
    }
}

.why-floating-btn .text-area {
    @media (min-width: 992px) {
        margin-left: 12px;
    }
}

.why-floating-btn .text-area img {
    margin-bottom: 5px;

    @media (max-width: 991px) {
        margin-bottom: 0;
        min-width: 19px;
        height: 20px;
        margin-left: 21px;
    }
}

@media (max-width: 767px) {
    .mobile-adjust {
        top: calc(var(--top-offset, 0px) + 20px) !important;
    }
}

.floating-btn-text {
    display: none;

    @media (min-width: 992px) {
        display: block;
        font-family: Pretendard;
        font-size: 20px;
        font-weight: 700;
        line-height: 23.87px;
        text-align: left;

        color: #fff;
        margin-bottom: 0;
    }
}

.floating-btn-link {
    display: inline-flex;
    align-items: center;
    border-radius: 45px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    text-align: center;
    width: 100%;
    height: 100%;

    &:hover {
        /* background-color: #fff; */
        color: #fff;
    }

    @media (min-width: 992px) {
        width: 193px;
        height: 52px;
        font-family: Pretendard;
        font-size: 19px;
        font-weight: 700;
        text-align: left;
        padding: 15px 24px;
        border: 1px solid #fff;


        &:hover {
            background-color: #fff;
            color: #222;
        }
    }

}

.why-exosphere {
    position: relative;
    margin-top: 74px;
    padding-top: 40px;
    font-family: Pretendard;

    @media (min-width: 992px) {
        padding-top: 100px;
    }
}

.why-exosphere .content_area {
    max-width: 1057px;
    padding: 0 16px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* section_1 */
.why-exosphere .section_1 h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26.25px;
    color: #222;

    @media (min-width: 992px) {
        font-size: 45px;
        line-height: 53.7px;
        letter-spacing: -0.01em;
        margin-bottom: 25px;
    }
}

.why-exosphere .section_1 .main-sub-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.32px;
    letter-spacing: -0.02em;
    color: #5C656E;
    margin-bottom: 30px;

    @media (min-width: 992px) {
        font-size: 18px;
        font-weight: 400;
        line-height: 21.48px;
        letter-spacing: -0.01em;
        margin-bottom: 57px;
    }
}

.why-exosphere .section_1 .img-box-wrap {
    display: flex;
    gap: 6px;
    justify-content: center;
    width: 100%;
    margin-bottom: 58px;

    @media (min-width: 1025px) {
        /* 컨텐츠 Max 기준 */
        box-sizing: border-box;
        gap: 25px;
        margin-bottom: 130px;
    }
}

.why-exosphere .section_1 .img-box-wrap .img-box {
    width: calc((100% - 80px) / 2);

    @media (min-width: 1025px) {
        width: 100%;
    }
}

/* section_2 */
.why-exosphere .section_2 {
    position: relative;
    /* background: url("/resource/assets/img/exosphere/whyexosphere/section_2-bg.svg") no-repeat;
    background-size: cover;
    background-position: center; */
    background-color: #DFF1FF;
    height: 100px;

    @media (min-width: 992px) {
        width: 100%;
        height: 192px;
    }
}

.why-exosphere .section_2 h2 {
    padding-top: 20px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.87px;
    color: #2196F3;

    @media (min-width: 992px) {
        padding-top: 45px;
        margin-bottom: 20px;
        font-size: 42px;
        line-height: 50.12px;
        letter-spacing: -0.01em;
    }
}

.why-exosphere .section_2 p {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.32px;
    letter-spacing: -0.01em;
    max-width: 254px;
    margin: 0 auto;
    color: #5C656E;

    @media (min-width: 992px) {
        padding-bottom: 50px;
        max-width: 100%;
        margin: 0 auto;
        font-size: 23px;
        line-height: 27.45px;
    }
}

.why-exosphere .section_2 .section_2-icon {
    position: absolute;
}

.why-exosphere .section_2 .section_2-icon.icon1 {
    top: 0;
    left: 17px;
    width: 42px;

    @media (min-width: 992px) {
        left: 41px;
        width: 151px;
    }
}

.why-exosphere .section_2 .section_2-icon.icon2 {
    top: 14px;
    right: 87px;
    width: 12px;

    @media (min-width: 992px) {
        top: 45px;
        right: 300px;
        width: 38px;
    }

    @media (min-width: 1350px) {
        top: 45px;
        right: 418px;
        width: 38px;
    }
}

.why-exosphere .section_2 .section_2-icon.icon3 {
    bottom: 0;
    right: -10px;
    width: 49px;

    @media (min-width: 992px) {
        right: -30px;
        width: 163px;
    }
}

/* section_3 */
.why-exosphere .section_3 {
    background: linear-gradient(180deg, #FFFFFF 0%, #FAE3E4 100%);
}

.why-exosphere .section_3 .title-sub-text {
    padding-top: 60px;
    margin-bottom: 38px;
    font-size: 14px;
    font-weight: 400;
    line-height: 11.93px;
    letter-spacing: -0.2px;
    color: #A4A4A4;

    @media (min-width: 992px) {
        padding-top: 94px;
        font-family: Pretendard;
        font-size: 23px;
        line-height: 27.45px;
        letter-spacing: -0.01em;
    }
}

.why-exosphere .section_3 h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 27.45px;
    color: #222;
    margin: 0 auto;
    max-width: 260px;
    padding-bottom: 23px;

    @media (min-width: 992px) {
        padding-bottom: 55px;
        max-width: 100%;
        font-family: Pretendard;
        font-size: 40px;
        line-height: 47.73px;
        letter-spacing: -0.01em;
        color: #222;
    }
}

/* mb/pc 분리 */
.why-exosphere .graph_area_mb {
    width: calc(100% - 50px);
    margin: 0 auto;
    max-width: 500px;

    @media (min-width: 992px) {
        display: none;
    }
}

.why-exosphere .graph_area_mb .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-exosphere .graph_area_mb .list:not(:last-child) {
    margin-bottom: 20px;
}

.why-exosphere .graph_area_mb .list-left {
    text-align: left;
    width: calc(100% - 100px);
    color: #222;

}

.why-exosphere .graph_area_mb .list-left .list-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.32px;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 0;
}

.why-exosphere .graph_area_mb .list-2 .list-left .list-text {
    font-weight: 700;
    color: #E96D92;
}

.why-exosphere .graph_area_mb .list-left svg {
    margin-bottom: 6px;
    /* width: 20px; */
}

.why-exosphere .graph_area_mb .graph-style {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 25px;
    background-color: #fff;
    margin-bottom: 7px;
}

.why-exosphere .graph_area_mb .list .graph-pink {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    border-radius: 25px;
    background-color: #E96D92;
}

.why-exosphere .graph_area_mb .list-1 .graph-pink {
    width: 76.8%;
}

.why-exosphere .graph_area_mb .list-2 .graph-pink {
    width: 75.3%;
}

.why-exosphere .graph_area_mb .list-3 .graph-pink {
    width: 58.0%;
}

.why-exosphere .graph_area_mb .list-right {
    font-size: 23px;
    font-weight: 600;
    line-height: 27.45px;
    letter-spacing: -0.02em;
    text-align: right;
    color: #222222;
}

.why-exosphere .graph_area_mb .list-2 .list-right {
    color: #E96D92;
}

.why-exosphere .graph_area_mb .list-right span {
    font-size: 15px;
    line-height: 17.9px;
}

/*  pc */
.why-exosphere .graph_area_pc {
    display: none;

    @media (min-width: 992px) {
        display: block;
    }
}

.why-exosphere .graph_area_pc .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-exosphere .graph_area_pc .list:not(:last-child) {
    margin-bottom: 25px;
}

.why-exosphere .graph_area_pc .list-left {
    display: flex;
    align-items: center;
    padding: 8px 23px 8px 11px;
    border-radius: 10px;
}

.why-exosphere .graph_area_pc .list-2 .list-left {
    background-color: #E96D92;
}

.why-exosphere .graph_area_pc .list-2 .list-left .list-text {
    color: #fff;
}

.why-exosphere .graph_area_pc .list-left img {
    width: 35px;
    height: 35px;
    margin-right: 13px;
}

.why-exosphere .graph_area_pc .list-text {
    font-size: 25px;
    font-weight: 500;
    line-height: 29.83px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    text-align: left;
    color: #222;
}

.why-exosphere .graph_area_pc .list-right {
    width: calc((100% / 2) - 20px);
    display: flex;
    align-items: center;
    gap: 12px;
}

.why-exosphere .graph_area_pc .list-right p {
    font-size: 30px;
    font-weight: 600;
    line-height: 35.8px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 0;
    color: #222222;
}

.why-exosphere .graph_area_pc .list-2 p {
    color: #E96D92;
}

.why-exosphere .graph_area_pc p span {
    font-size: 20px;
    font-weight: 600;
    line-height: 23.87px;
}

.why-exosphere .graph_area_pc .graph-style {
    position: relative;
    width: calc(100% - 90px);
    height: 22px;
    border-radius: 25px;
    background-color: #fff;
}

.why-exosphere .graph_area_pc .graph-style .graph-pink {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #E96D92;
    height: 100%;
    border-radius: 25px;
}

.why-exosphere .graph_area_pc .list-1 .graph-style .graph-pink {
    width: 76.8%;
}

.why-exosphere .graph_area_pc .list-2 .graph-style .graph-pink {
    width: 75.3%;
}

.why-exosphere .graph_area_pc .list-3 .graph-style .graph-pink {
    width: 58.0%;
}

.why-exosphere .section_3 .section_3_text {
    margin-top: 30px;
    padding-bottom: 28px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 11.93px;
    letter-spacing: -0.01em;
    color: #707070;
    text-align: center;

    @media (min-width: 992px) {
        margin-top: 41px;
        padding-bottom: 84px;
        font-size: 15px;
        font-weight: 400;
        line-height: 17.9px;
        letter-spacing: -0.01em;
        text-align: right;
    }
}

/* section_4 */
.br_pc {
    display: none;

    @media (min-width: 992px) {
        display: block;
    }
}

.br_mb {
    display: block;

    @media (min-width: 992px) {
        display: none;
    }
}

.why-exosphere .section_4 {
    padding-top: 66px;
    padding-bottom: 74px;

    @media (min-width: 992px) {
        padding-top: 93px;
        padding-bottom: 76px;
        display: flex;
        justify-content: space-between;
    }
}

.why-exosphere .section_4 h3 {
    margin-bottom: 17px;
    font-size: 23px;
    font-weight: 700;
    line-height: 27.45px;
    color: #222;

    @media (min-width: 992px) {
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 41.77px;
        letter-spacing: -0.01em;
        text-align: left;
    }

}

.why-exosphere .section_4 p.text {
    font-family: Pretendard-medium;
    font-size: 15px;
    line-height: 20.51px;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-align: center;
    color: #707070;
    margin-bottom: 20px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.01em;
        text-align: left;
    }
}

.why-exosphere .section_4 .img-area-mb {
    display: block;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 500px;

    @media (min-width: 992px) {
        display: none;
    }
}

.why-exosphere .section_4 .text-area p.small-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 17.9px;
    text-align: center;
    color: #707070;
    font-size: 13px;
    margin-bottom: 30px;

    @media (min-width: 992px) {
        text-align: left;
    }
}


.why-exosphere .section_4 .img-area-pc {
    display: none;

    @media (min-width: 992px) {
        display: block;
    }
}

/* section_5 */
.why-exosphere .section_5 {
    background-color: #F7F7F7;

    @media (min-width: 992px) {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }
}

.why-exosphere .section_5 h3 {
    padding-top: 40px;
    padding-bottom: 17px;
    font-size: 23px;
    font-weight: 700;
    line-height: 27.45px;
    text-align: center;
    /* width: 156px; */
    margin: 0 auto;
    color: #222;

    @media (min-width: 992px) {
        width: 100%;
        padding-top: 122px;
        font-size: 35px;
        line-height: 41.77px;
        letter-spacing: -0.01em;
        text-align: left;
    }
}

.why-exosphere .section_5 p.text {
    font-family: Pretendard-medium;
    font-size: 15px;
    line-height: 20.51px;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-align: center;
    color: #707070;
    margin-bottom: 16px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.01em;
        text-align: left;
        margin-bottom: 19px;
    }
}

.why-exosphere .section_5 .text-area .check {
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 500;
    line-height: 15.51px;
    text-align: left;
    width: 256px;
    color: #EF5350;
    margin: 3px auto;

    @media (min-width: 992px) {
        margin: 5px 0;
        width: 100%;
        font-family: Pretendard;
        font-size: 18px;
        font-weight: 500;
        line-height: 21.48px;
        text-align: left;

    }
}

.why-exosphere .section_5 .text-area .check img {
    width: 13px;
    margin-right: 4px;

    @media (min-width: 992px) {
        width: 18px;
        margin-right: 8px;
    }
}

.why-exosphere .section_5 .text-area {
    margin-bottom: 40px;

    @media (min-width: 992px) {
        margin-bottom: 0;
        width: 459px;
        margin-left: 135px;
    }
}

.why-exosphere .section_5 .img-area {
    @media (min-width: 992px) {
        margin-left: 50px;
    }
}

.why-exosphere .section_5 .img-area-mb {
    display: block;
    transform: scale(1.1);
    margin: 0 auto;

    @media (min-width: 992px) {
        display: none;
    }
}

.why-exosphere .section_5 .img-area-mb img {
    margin-top: 60px;
    padding-bottom: 60px;
}

.why-exosphere .section_5 .img-area-pc {
    display: none;

    @media (min-width: 992px) {
        display: block;
    }
}

/* section_6 */
.why-exosphere .section_6 {
    padding: 65px 16px;

    @media (min-width: 992px) {
        display: flex;
        justify-content: space-between;
    }
}

.why-exosphere .section_6 h3 {
    font-family: Pretendard;
    font-size: 23px;
    font-weight: 700;
    line-height: 27.45px;
    text-align: center;
    color: #222;
    margin-bottom: 17px;

    @media (min-width: 992px) {
        margin-top: 35px;

        margin-bottom: 26px;
        font-family: Pretendard;
        font-size: 35px;
        font-weight: 700;
        line-height: 41.77px;
        letter-spacing: -0.01em;
        text-align: left;
    }
}

.why-exosphere .section_6 p.text {
    font-family: Pretendard-medium;
    font-size: 15px;
    line-height: 20.51px;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-align: center;
    color: #707070;
    margin-bottom: 41px;

    @media (min-width: 992px) {
        margin-bottom: 0;
        font-family: Pretendard;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.01em;
        text-align: left;

    }
}

/* section_7 */
.why-exosphere .section_7 {
    background-color: #F7F7F7;
}

.why-exosphere .section_7 .content_area {
    @media (min-width: 992px) {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 97px;
    }
}

.why-exosphere .section_7 h3 {
    padding-top: 40px;
    padding-bottom: 17px;
    font-family: Pretendard;
    font-size: 23px;
    font-weight: 700;
    line-height: 27.45px;
    text-align: center;
    color: #222;

    @media (min-width: 992px) {
        padding-top: 0;
        padding-bottom: 27px;
        font-family: Pretendard;
        font-size: 35px;
        font-weight: 700;
        line-height: 41.77px;
        letter-spacing: -0.01em;
        text-align: left;
    }
}

.why-exosphere .section_7 p.text {
    font-family: Pretendard-medium;
    font-size: 15px;
    line-height: 20.51px;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-align: center;
    color: #707070;
    margin-bottom: 38px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.01em;
        text-align: left;

    }
}

.why-exosphere .section_7 .img-area {
    padding-bottom: 57px;
    max-width: 256px;
    margin: 0 auto;

    @media (min-width: 992px) {
        padding-bottom: 0;
        max-width: none;
        margin: 0;
    }
}

/* section_8 */
.why-exosphere .section_8 {
    padding: 62px 16px 50px;

    @media (min-width: 992px) {
        padding: 76px 16px 115px;
        display: flex;
        justify-content: space-between;
    }
}

.why-exosphere .section_8 h3 {
    font-family: Pretendard;
    font-size: 23px;
    font-weight: 700;
    line-height: 27.45px;
    text-align: center;
    color: #222;
    margin-bottom: 17px;

    @media (min-width: 992px) {
        margin-top: 35px;
        margin-bottom: 26px;
        font-family: Pretendard;
        font-size: 35px;
        font-weight: 700;
        line-height: 41.77px;
        letter-spacing: -0.01em;
        text-align: left;
    }
}

.why-exosphere .section_8 p.text {
    font-family: Pretendard-medium;
    font-size: 15px;
    line-height: 20.51px;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-align: center;
    color: #707070;
    margin-bottom: 32px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.01em;
        text-align: left;

    }
}

/* section_9 */
.why-exosphere .section_9 .slider {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.why-exosphere .section_9 .slider-item {
    height: 80vw;
    max-height: 704px;
    min-height: 404px;
    background-color: #F2F2EB;
    border-radius: 8px !important;
    opacity: 1;
    margin: 0 auto;
    padding-bottom: 20px;

    @media (min-width: 380px) {
        height: 354px !important;
        border-radius: 8px !important;
    }

    @media (min-width: 500px) {
        max-height: 384px;
        border-radius: 8px !important;
    }

    @media (min-width: 992px) {
        padding: 0 68px 30px 143px;
        text-align: left;
        border-radius: 25px !important;
    }
}

.why-exosphere .section_9 .slider-item img {
    margin-top: 20px;
    height: 40px;

    @media (min-width: 992px) {
        margin-top: 65px;
        height: 54px;
    }
}

.why-exosphere .section_9 .slider-item .info {
    margin-top: 10px;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 11.93px;
    color: #555555;
    margin-bottom: 35px;
    word-break: keep-all;

    @media (min-width: 992px) {
        text-align: left;
        margin-top: 12px;
        font-family: Pretendard;
        font-size: 20px;
        font-weight: 400;
        line-height: 20.29px;
        text-align: left;

    }
}

.why-exosphere .section_9 .slider-item .info.info_m_self {
    @media (min-width: 992px) {
        margin-bottom: 25px !important;
    }
}

.why-exosphere .section_9 .slider-item img.info_m_self-1 {
    margin-top: 60px !important;

    @media (min-width: 992px) {
        margin-top: 80px !important;
    }
}

.why-exosphere .section_9 .slider-item .text {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 500px;
    color: #222;
    font-size: 18px;
    word-break: keep-all;

    @media (min-width: 992px) {
        margin: 0;
        text-align: left;
        width: 100%;
        font-family: Pretendard;
        font-size: 23px;
        font-weight: 500;
        line-height: 31px;
        letter-spacing: -0.01em;
        text-align: left;
        max-width: none;
    }
}

.why-exosphere .section_9 .slider-item .text br {
    @media (max-width: 500px) {
        display: none !important;
    }
}

.why-exosphere .section_9 .slider-item .text br.none {
    @media (max-width: 500px) {
        display: block !important;
    }
}

.why-exosphere .section_9 .slick-list {
    overflow: visible;
}

.why-exosphere .section_9 .slick-slide {
    float: left;
}

.why-exosphere .section_9 .slick-dots {
    display: none !important;
}

.why-exosphere .section_9 .slick-prev {
    position: absolute;
    width: 9px;
    height: 15px;
    top: 50%;
    left: 0;
    background-color: #fff;
    background: url("/resource/assets/img/exosphere/whyexosphere/slider-prev.png") no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    z-index: 9;

    @media (min-width: 992px) {
        width: 20px;
        height: 33px;
        left: 0;
    }
}

.why-exosphere .section_9 .slick-next {
    position: absolute;
    width: 9px;
    height: 15px;
    top: 50%;
    right: 0;
    background-color: #fff;
    background: url("/resource/assets/img/exosphere/whyexosphere/slider-next.png") no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    z-index: 9;

    @media (min-width: 992px) {
        width: 20px;
        height: 33px;
        right: 0;
    }
}


/* section_10 */
.why-exosphere .section_10 {
    padding-bottom: 109px;

    @media (min-width: 992px) {
        padding-top: 54px;
        padding-bottom: 279px;
    }
}

.why-exosphere .section_10 h2 {
    font-family: Pretendard;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.25px;
    letter-spacing: -0.01em;
    text-align: center;
    padding-bottom: 25px;
    color: #222;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 30px;
        font-weight: 700;
        line-height: 35.8px;
        letter-spacing: -0.01em;
        text-align: center;
        padding-bottom: 20px;
    }
}

.why-exosphere .section_10 h2 .text-blue {
    color: #2196F3 !important;
}

.why-exosphere .section_10 p.text {
    font-family: Pretendard-medium;
    font-size: 15px;
    line-height: 20.51px;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-align: center;
    color: #707070;
    color: #555;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.01em;
        text-align: center;

    }
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */
/* 블로그 반응형 클래스 */
.responsive-blog-area {
    max-width: 288px;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 50px;

    @media (min-width: 992px) {
        max-width: 756px;
        padding-top: 10rem;
        padding-bottom: 100px;
    }
}

.responsive-blog-area.width_300 {
    max-width: 300px;

    @media (min-width: 992px) {
        max-width: 756px;
    }
}

.responsive-blog-area h3,
.responsive-blog-area h4 {
    margin-bottom: 0;
}

.responsive-blog-category {
    color: #8E8F90;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    padding-bottom: 10px;

    @media (min-width: 992px) {
        font-size: 18px;
        line-height: 21px;
        color: #8E8F90;
        padding-bottom: 19px;
        text-align: left;
    }
}

.responsive-blog-title-main {
    /* 타이틀 하단 간격 가이드 : MB 22px / PC : 47px */
    padding-bottom: 22px;
    text-align: center;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    word-break: keep-all;
    margin-bottom: 0;

    @media (min-width: 992px) {
        font-weight: 600;
        font-size: 35px;
        line-height: 42px;
        color: #222222;
        padding-bottom: 47px;
        text-align: left;
        letter-spacing: -0.5px;
    }
}

.responsive-blog-title-1 {

    color: #222;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    text-align: left;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 27px;
        font-weight: 600;
        line-height: 32.22px;
        text-align: left;

    }
}

.responsive-blog-title-1-1 {
    /* 행간 다름 */

    color: #222;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 27px;
        font-weight: 600;
        line-height: 1.5;
        text-align: left;

    }
}

.responsive-blog-title-2 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-align: left;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 18px;
        font-weight: 600;
        line-height: 21.48px;

    }
}

.responsive-blog-title-2-1 {
    /* 2보다 큰 사이즈인데 나중에 추가됨 */
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;

    }
}

.responsive-blog-title-2-2 {
    /* 2-1보다 큰 사이즈인데 나중에 추가됨 */
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;

    @media (min-width: 992px) {
        color: #222;
        text-align: justify;
        font-family: Pretendard;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        /* 127.273% */

    }
}

.responsive-blog-title-2-3 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;

    }
}

.responsive-blog-text {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: justify;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 18px;
        font-weight: 400;
        line-height: 2;
    }
}

.responsive-blog-text-2 {
    /* 행간 다름 */
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.8;
    }
}

.blog-mac-banner {
    height: 258px;
    width: 100%;
    background-image: url("/resource/assets/img/exosphere/blog/img-insight-28-4.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    @media (min-width: 992px) {
        height: 200px;
        max-width: 758px;
        margin: 0 auto 120px;
    }
}

.blog-mac-banner-center {
    position: relative;
    margin: 0 auto;
    width: 375px;
    height: 100%;

    @media (min-width: 992px) {
        width: 100%;
    }
}

.blog-mac-banner img {
    position: absolute;
    top: 33px;
    width: 207px;

    @media (min-width: 992px) {
        top: 22px;
        width: 280px;
        left: 18px;
    }
}

.blog-mac-banner p {
    position: absolute;
    top: 47px;
    left: 201px;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.87px;
    text-align: center;
    color: #222222;
    width: 123px;

    @media (min-width: 992px) {
        text-align: left;
        font-size: 30px;
        width: 100%;
        top: 50px;
        left: 327px;
    }
}

.blog-mac-banner p span {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.87px;
    text-align: center;

    @media (min-width: 992px) {
        display: inline;
        font-size: 30px;
    }
}

.blog-mac-banner a {
    position: absolute;
    top: 104px;
    left: 187px;
    display: inline-block;
    width: 150px;
    height: 36px;
    border-radius: 50px;
    background-color: #F4EB7A;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #222222;
    text-align: center;
    line-height: 41px;

    @media (min-width: 992px) {
        top: 102px;
        left: 423px;
        width: 178px;
        height: 41px;
        font-size: 19px;
        font-weight: 700;
        line-height: 22.67px;
        text-align: center;
        line-height: 41px;
    }
}

.blog-mac-banner a svg {
    margin-left: 10px;
    width: 8px;
    vertical-align: -3px;

    @media (min-width: 992px) {
        margin-left: 6px;
        width: 13px;
        vertical-align: -1px;
    }
}

.m_b_8-m {
    /* -m 모바일만 */
    margin-bottom: 8px !important;

    @media (min-width: 992px) {
        margin-bottom: 0 !important;
    }
}

/* 간격 클래스 */
.m_l_12 {
    margin-left: 12px !important;
}

.m_b_6 {
    margin-bottom: 6px !important;
}

.m_b_10 {
    margin-bottom: 10px !important;
}

.m_b_12 {
    margin-bottom: 12px !important;
}

.m_b_14 {
    margin-bottom: 14px !important;
}

.m_b_15 {
    margin-bottom: 15px !important;
}

.m_b_20 {
    margin-bottom: 20px !important;
}

.m_b_22 {
    margin-bottom: 22px !important;
}

.m_b_25 {
    margin-bottom: 25px !important;
}

.m_b_30 {
    margin-bottom: 30px !important;
}

.m_b_35 {
    margin-bottom: 35px !important;
}

.m_b_40 {
    margin-bottom: 40px !important;
}

.m_b_45 {
    margin-bottom: 45px !important;
}

.m_b_50 {
    margin-bottom: 50px !important;
}

.m_b_65 {
    margin-bottom: 65px !important;
}

.m_b_84 {
    margin-bottom: 84px !important;
}

.m_b_95 {
    margin-bottom: 95px !important;
}

.m_t_-8 {
    margin-top: -8px !important;
}

.circle-black {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #222;
    border-radius: 50%;
    margin-right: 5px;
    flex-shrink: 0;
    margin-top: 9px;

    @media (min-width: 992px) {
        margin-top: 15px;
    }
}

.circle-black-2 {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #222;
    border-radius: 50%;
    margin-right: 5px;
    flex-shrink: 0;
    margin-top: 9px;

    @media (min-width: 992px) {
        margin-top: 13px;
        width: 7px;
        height: 7px;
    }
}

.circle-black-3 {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #222;
    border-radius: 50%;
    margin-right: 5px;
    flex-shrink: 0;
    margin-top: 12px;

    @media (min-width: 992px) {
        margin-top: 13px;
    }
}

.circle-black-border {
    /* circle-black 컨텐츠의 내부 컨텐츠 */
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 50%;
    margin-right: 5px;
    flex-shrink: 0;
    margin-top: 8px;
    margin-left: 10px;

    @media (min-width: 992px) {
        margin-top: 15px;
    }
}

.blog-mac-img-pc {
    display: none;

    @media (min-width: 992px) {
        display: block;
    }
}

.blog-mac-img-mb {
    display: block;

    @media (min-width: 992px) {
        display: none;
    }
}

.responsive-blog-area .img-box-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;

    @media (min-width: 992px) {
        flex-direction: row;
        column-gap: 45px;

    }
}

.responsive-blog-area .img-box-wrap p {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #222222;

    @media (min-width: 992px) {
        margin-top: 10px;
        font-size: 15px;

    }
}

.font_700 {
    font-weight: 700;
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */
/* 정부지원사업 마감 팝업 */
.voucher-end-popup-dim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #22222247;
    z-index: 10000001;
    /* header = 10000000 */
}

.voucher-end-popup-dim.show {
    display: block;
}

.voucher-end-popup-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 442px;
    /* height: 260px; */
    gap: 0px;
    border-radius: 10px;
    opacity: 0px;
    box-shadow: 0px 5px 20px 0px #2323231A;
    background-color: #fff;

    @media (max-width: 482px) {
        width: calc(100% - 40px);
    }
}

.voucher-end-popup-area .close-btn-area {
    width: 100%;
    height: 20px;
    margin-top: 14px;
    text-align: right;
}

.voucher-end-popup-area .close-btn-area .close-btn {
    border: none;
    outline: none;
    background-color: inherit;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    transition: .5s;
    background-image: url("/resource/assets/img/exosphere/icons/voucher-end-popup-close.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.voucher-end-popup-area .close-btn-area .close-btn:hover {
    background-image: url("/resource/assets/img/exosphere/icons/voucher-end-popup-close_hover.svg");
}

.voucher-end-popup-area .close-btn-area .close-btn:active {
    background-image: url("/resource/assets/img/exosphere/icons/voucher-end-popup-close_active.svg");
}

.voucher-end-popup-area .close-btn-area .close-btn:disabled {
    background-image: url("/resource/assets/img/exosphere/icons/voucher-end-popup-close_disabled.svg");
}

.voucher-end-popup-area .popup-content {
    text-align: center;
    margin-top: 6px;
}

.voucher-end-popup-area .popup-content p {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.48px;
    text-align: center;
    color: #222;
    margin-bottom: 0;
}

.voucher-end-popup-area .link-area {
    text-align: center;
    padding-bottom: 34px;
}

.voucher-end-popup-area .link-btn {
    display: inline-block;
    padding: 9px 19px 8px 19px;
    border-radius: 5px;
    background-color: #222;
    color: #fff;
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.9px;
    text-align: center;
}

.voucher-end-popup-area .link-btn:hover {
    background-color: #3D3D3D;
}

.voucher-end-popup-area .link-btn:active {
    background-color: #383838;
}

.voucher-end-popup-area .link-btn:disabled {
    background-color: #AFAFAF;
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */
.font_bold,
.font-bold {
    font-weight: bold;
}

.blog-custom-1 {

    /* 블로그 > 인사이트 > DLP가 기업에 필요한 이유(법적근거/사례포함) */
    /* line-height: 1.3; */
    @media (min-width: 992px) {
        display: flex;
        gap: 5px;
        line-height: 1.3;
        padding-bottom: 6px;
        margin-top: 6px;
    }
}

.blog-custom-1 .font_bold {
    flex-shrink: 0;
}

.align-baseline {
    align-items: baseline;
    gap: 3px;
}

@media (max-width: 991px) {
    .dlp_law_area .m_b_22 {
        margin-bottom: 10px !important;
    }

    .dlp_law_area .m_b_30 {
        margin-bottom: 17px !important;
    }

    .dlp_law_area .m_b_65 {
        margin-bottom: 36px !important;
    }

    .dlp_law_area .m_b_35 {
        margin-bottom: 15px !important;
    }

    .dlp_law_area .m_b_40 {
        margin-bottom: 20px !important;
    }

    .dlp_law_area .m_b_45 {
        margin-bottom: 20px !important;
    }

    .dlp_law_area .m_b_50 {
        margin-bottom: 30px !important;
    }

    .dlp_law_area .d-flex p {
        padding: 2px 0;
    }
}

.blog_img_pc {
    /* pc용 이미지 */
    display: none;

    @media (min-width: 992px) {
        display: block;
    }
}

.blog_img_mb {
    /* mb용 이미지 */
    display: block;

    @media (min-width: 992px) {
        display: none;
    }
}

.img_pc {
    /* pc용 이미지 */
    display: none;

    @media (min-width: 992px) {
        display: block;
    }
}

.img_mb {
    /* mb용 이미지 */
    display: block;

    @media (min-width: 992px) {
        display: none;
    }
}

.admin_page_improvement .gif_line_black {
    background-color: #222;
    font-family: Pretendard;
    font-size: 10px;
    font-weight: 600;
    line-height: 11.93px;
    text-align: center;
    color: #fff;
    padding: 4px 0;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 15px;
        font-weight: 600;
        line-height: 17.9px;
        text-align: justified;
        padding: 7px 0 5px;
    }
}

.admin_page_improvement .gif_line_black span {
    margin-right: 3px;

    @media (min-width: 992px) {
        margin-right: 4px;
    }
}

.admin_page_improvement .gif_line_black svg {
    @media (min-width: 992px) {
        width: 14px;
        height: 12px;
        vertical-align: -1px;
    }
}

@media (max-width: 991px) {

    .admin_page_improvement .m_b_65 {
        margin-bottom: 36px !important;
    }

    .admin_page_improvement .m_b_50 {
        margin-bottom: 33px !important;
    }

    .admin_page_improvement .m_b_30 {
        margin-bottom: 17px !important;
    }

}

.img-box-improvement {
    background-color: #555;
    padding: 20px 0;

    @media (min-width: 992px) {
        display: flex;
    }
}

.img-box-improvement .title {
    color: #E6C9A1;
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.32px;
    text-align: justified;
    margin-bottom: 5px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 13px;
        font-weight: 600;
        line-height: 15.51px;
        text-align: justified;

    }
}

.img-box-improvement .sub-text {
    color: #fff;
    font-family: Pretendard;
    font-size: 10px;
    font-weight: 300;
    line-height: 11.93px;
    text-align: justified;
    padding-right: 10px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 12px;
        font-weight: 400;
        line-height: 14.32px;
        text-align: justified;
    }
}

.flex-improvement {
    display: flex;
    align-items: center;

    @media (min-width: 992px) {
        flex: 1;
        flex-direction: column;
    }
}

.flex-improvement img {
    width: 160px;

    @media (min-width: 992px) {
        width: 340px;
        min-width: 340px;
    }
}

.flex-improvement .improvement-img-2 {
    width: 140px;
    margin: 10px;

    @media (min-width: 992px) {
        width: 300px;
        min-width: 300px;
        margin: 18px;
        padding-top: 3px;
    }
}

.flex-improvement-1 div {
    @media (min-width: 992px) {
        margin-left: 20px;
    }

}

.flex-improvement-2 img {
    order: 2;

    @media (min-width: 992px) {
        order: 1;
    }
}

.flex-improvement-2 div {
    order: 1;
    margin-left: 10px;

    @media (min-width: 992px) {
        order: 2;
        /* padding-left: 24px; */
        margin-left: 0;
    }
}

/* 2024년 엑소스피어 리뷰 이벤트  */
.review-event-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F5F5F5;
    padding-top: 34px;
    padding-bottom: 24px;
    gap: 30px;

    @media (min-width: 992px) {
        padding-top: 78px;
        padding-bottom: 55px;
        gap: 75px;
    }
}

.review-event-area p {
    line-height: 1;
}

.review-event-area .review-content {
    text-align: center;
    width: 100%;
}

.review-event-area .content-icon {
    /* width: 26px; */
    height: 26px;
    margin-bottom: 10px;

    @media (min-width: 992px) {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }
}

.review-event-area .content-title {
    margin-bottom: 17px;
    font-family: Pretendard;
    font-size: 22px;
    font-weight: 800;
    line-height: 26.25px;
    letter-spacing: -0.01em;
    text-align: center;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 42px;
        font-weight: 800;
        line-height: 50.12px;
        letter-spacing: -0.01em;
        text-align: center;
        margin-bottom: 27px;
    }
}

.review-event-area .content-border {
    border: 1px solid #b1b1b1;
    background-color: #fff;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: left;

    @media (min-width: 992px) {
        width: calc(100% - 180px);
        border-radius: 25px;
        padding: 43px 30px;
    }
}

.review-event-area .content-text-box:not(:last-child) {
    margin-bottom: 15px;

    @media (min-width: 992px) {
        margin-bottom: 30px;
    }
}

.review-event-area .content-main {
    position: relative;
    padding-left: 9px;
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 700;
    line-height: 17.9px;
    letter-spacing: -0.01em;
    margin-bottom: 6px;

    @media (min-width: 992px) {
        padding-left: 15px;
        font-family: Pretendard;
        font-size: 25px;
        font-weight: 600;
        line-height: 29.83px;
        letter-spacing: -0.01em;
        margin-bottom: 13px;
    }
}

.review-event-area .content-main::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .review-event-area .content-main::before {
        width: 8px;
        height: 8px;
        top: 10px;
    }
}

.review-event-area .content-sub {
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.9px;
    letter-spacing: -0.02em;
    color: #555;
    padding: 1px 0 1px 8px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 23px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: -0.02em;
        text-align: left;
        padding: 1px 0 1px 18px;
    }
}

.review-event-area .content-sub .underline {
    text-decoration: underline;
}

.review-event-area .content-sub.target {
    font-weight: 800;
    color: #222;
}

.review-event-area .content-sub.list-text:not(:last-child) {
    margin-bottom: 7px;

    @media (min-width: 992px) {
        margin-bottom: 13px;
    }
}

.review-event-area .content-sub.list-text:has(.num) {
    @media (min-width: 992px) {
        align-items: center;
    }
}

.review-event-area .content-sub .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    border-radius: 50%;
    background-color: #4DCE62;
    color: #fff;
    margin-right: 6px;
    margin-top: 3px;

    @media (min-width: 992px) {
        width: 21px;
        height: 21px;
        font-size: 14px;
        margin-right: 6px;
        margin-top: 0;
    }
}

.mb_none {
    display: none;

    @media (min-width: 992px) {
        display: inline-block;
    }
}

.review-event-area .content-sub.example {
    padding: 1px 0 1px 0;

    @media (min-width: 992px) {
        align-items: baseline;
    }
}

.review-event-area .content-sub.example img {
    width: 14px;
    height: 13px;
    margin-right: 4px;
    margin-top: 3px;
}

@media (min-width: 992px) {
    .review-event-area .content-sub.example img {
        width: 21px;
        height: 20px;
        margin-right: 9px;
        vertical-align: 10px;
        transform: translateY(2px);
    }
}

.review-event-area .black-btn {
    display: block;
    background-color: #222222;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    line-height: 44px;
    width: 212px;
    height: 44px;
    margin: 20px auto 0;
    border-radius: 100px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.01em;
        text-align: center;
        margin: 30px auto 0;
        width: 438px;
        height: 75px;
        line-height: 75px;
    }
}

.review-event-area .black-btn svg {
    margin-bottom: 1px;
    margin-left: 3px;

    @media (min-width: 992px) {
        width: 14px;
        height: 24px;
        margin-bottom: 6px;
        margin-left: 6px;
    }
}

.review-event-area .black-btn:hover {
    background-color: #3d3d3d;
}

.review-event-area .content-text-box .hashtag {
    margin-left: 12px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;

    @media (min-width: 992px) {
        column-gap: 12px;
        row-gap: 8px;
    }
}

.review-event-area .content-text-box .hashtag span {
    color: #3DBB52;
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;

    @media (min-width: 992px) {
        font-size: 23px;
        font-weight: 500;
    }
}

.review-event-area .content-gray {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #A9A9A9;
    margin-top: 10px;

    @media (min-width: 992px) {
        margin-top: 20px;
        font-size: 20px;
    }
}

.review-event-area .content-footer {
    width: calc(100% - 40px);
    margin: 0 auto;

    @media (min-width: 992px) {
        width: calc(100% - 168px);
    }
}

.review-event-area .content-footer h2 {
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 700;
    line-height: 17.9px;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 7px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 25px;
        font-weight: 700;
        line-height: 29.83px;
        letter-spacing: -0.01em;
        margin-bottom: 8px;
    }
}

.review-event-area .content-footer p {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #555;
    position: relative;
    margin-left: 9px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: -0.02em;
        text-align: left;
        /* margin-left: 13px; */
    }
}

.review-event-area .content-footer p:not(:last-child) {
    margin-bottom: 7px;
}

.review-event-area .content-footer p::before {
    content: '- ';
    position: absolute;
    left: -10px;
    top: 0;

    @media (min-width: 992px) {
        left: -11px;
        top: -2px;
    }
}

.review-event-area .content-footer .info-2 {
    margin-top: 30px;

    @media (min-width: 992px) {
        margin-top: 40px;
    }
}

.review-event-area .content-footer .info-2 .bold-under {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    text-decoration: underline;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.02em;
        text-align: left;

    }
}

#banner-blog-menu .col-3 {
    padding: 0 0;
}

.img-sub-text {
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.51px;
    text-align: center;
    color: #8E8F90;
    margin-top: 10px;

    @media (min-width: 992px) {
        font-size: 13px;
        margin-top: 10px;
    }
}

.kiwi-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 173px;
    height: 36px;
    border-radius: 100px;
    color: #fff;
    margin: 0 auto;
    font-size: 15px;
    background-color: #363074;
    font-weight: 600;

    @media (min-width: 992px) {
        width: 253px;
        height: 52px;
        font-size: 23px;
    }
}

.kiwi-btn svg {
    width: 11px;
    height: 18px;
}

.kiwi-btn:hover {
    background-color: #423c86;
    color: #fff;
}

.kiwi .m_b_65 {
    @media (max-width: 991px) {
        margin-bottom: 20px !important;
    }
}

.kiwi .m_b_25 {
    @media (max-width: 991px) {
        margin-bottom: 8px !important;
    }
}

.kiwi .m_b_40 {
    @media (max-width: 991px) {
        margin-bottom: 25px !important;
    }
}

.kiwi .gray_bg {
    @media (max-width: 991px) {
        padding: 20px 12px;
        background-color: #F5F5F5;

    }
}

.text-bold {
    font-weight: 700;
}

.underline {
    text-decoration: underline;
}

.kiwi-letter {
    @media (max-width: 991px) {
        text-align: justify;
    }
}

.img_mb {
    display: block;

    @media (min-width: 992px) {
        display: none;
    }
}

.img_pc {
    display: none;

    @media (min-width: 992px) {
        display: block;
    }
}

/* 모바일 배너 수정 */
#banner-main-m.wrap-mobile div:has(>img[src*="main-banner-icon-3-event"]) {
    position: relative;
}

#banner-main-m.wrap-mobile img[src*="main-banner-icon-3-event"] {
    position: absolute;
    margin-left: 0 !important;
    margin-top: 0 !important;
    right: 117px;
    top: -12px;
}

/* 240800 플로우 변경 */
.btn-black.goto-pay {
    margin-top: 1px;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 11px;
    margin-left: 10px;

    @media (min-width: 992px) {
        margin-left: 0;
        font-size: 16px;
        font-weight: 500;
        padding: 0 18px !important;
        display: inline-block;
        height: 34px;
        line-height: 34px;
    }
}

@media (max-width: 1300px) {
    .navbar-expand .navbar-nav .nav-link {
        font-size: 15px;
    }
}

.container.viewContainer {
    max-width: 1392px !important;
}

@media (max-width: 1100px) {
    .navbar-expand .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.footer-banner-2 {
    background-color: #F7F7F7;
    height: 263px;

    @media (min-width: 992px) {
        height: 246px;
        max-width: 914px;
        margin: 0 auto 100px;
        border-radius: 15px;
    }
}

.footer-banner-inner {
    position: relative;
    max-width: 500px;
    margin: 0 auto;

    @media (min-width: 992px) {
        max-width: 100%;
        text-align: center;
    }
}

.footer-banner-2 p {
    padding-top: 36px;
    padding-left: 49px;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 0;
    color: #222222;

    @media (min-width: 992px) {
        padding-top: 49px;
        padding-left: 0;
        font-family: Pretendard;
        font-size: 32px;
        font-weight: 400;
        line-height: 38.19px;
        text-align: center;
    }
}

.footer-banner-2 p span {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 32px;
        font-weight: 700;
        line-height: 38.19px;
        text-align: center;
    }
}

.footer-banner-btn {
    display: inline-block;
    font-size: 14px;
    background-color: #222;
    padding: 10px 16px;
    border-radius: 25px;
    margin-top: 23px;
    margin-left: 49px;

    @media (min-width: 992px) {
        margin: 19px auto;
        padding: 15px 36px;
        font-size: 18px;
        border-radius: 45px;
    }
}

.footer-banner-btn:hover {
    background-color: #3D3D3D;
}

.footer-banner-btn span {
    color: #fff;
    font-weight: 600;
}

.footer-banner-btn .mb_none {
    display: none;

    @media (min-width: 992px) {
        display: inline;
    }
}

.footer-banner-btn img {
    width: 6px;
    height: 10px;
    margin-left: 4px;

    @media (min-width: 992px) {
        width: 7px;
        height: 12px;
        vertical-align: 1px;
        margin-left: 7px;
    }
}

.footer-banner-2-logo {
    position: absolute;
    top: 80px;
    right: 24px;
    width: 156px;
    height: 94px;

    @media (min-width: 992px) {
        top: 99px;
        right: 28px;
        width: 195px;
        height: 118px;
    }
}

.join-step1-box {
    max-width: 295px;
    background-color: #F7F7F7;
    margin: 0 auto 30px;
    padding: 18px 0;
    text-align: center;
    border-radius: 10px;
}

.join-step1-box [class*="text"] {
    font-family: Pretendard;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #333;
}

.join-step1-box .text-1 {
    margin-bottom: 6px;
}

.join-step1-box .text-1,
.join-step1-box .text-2 span {
    font-weight: 600;
}

.bccred {
    outline: 4px dotted red;
}

.heart-icon-banner {
    margin-right: 7px;
    margin-bottom: 1px;
}

/* 무료버전 */
.free-experience-area :is(p, li, ul, h2, h3) {
    /* 리셋 */
    margin-bottom: 0;
    line-height: 1;
    list-style: none;
    padding-left: 0;
}

.free-experience-area .inner {
    max-width: 940px;
    margin: 0 auto;
}

.free-experience-area .content {
    margin-left: 0;
}

.free-experience-area .content .title {
    text-align: center;
    padding-top: 50px;
    font-family: Pretendard;
    font-size: 23px;
    font-weight: 700;
    line-height: 27.45px;
    letter-spacing: -0.02em;

    @media (min-width: 992px) {
        padding-top: 100px;
        font-family: Pretendard;
        font-size: 42px;
        font-weight: 700;
        line-height: 50.12px;
        text-align: center;
    }
}

/* 엑소스피어 PC보안의 모든 기능을
14일간 무료로 이용해보세요! */
.free-experience-area .content_1 {
    background-color: #FFEEF0;
}

.free-experience-area .content_1 .title {
    color: #222;
    margin-bottom: 37px;

    @media (min-width: 992px) {
        padding-top: 80px;
        margin-bottom: 57px;
    }
}

.free-experience-area .content_1 .title span {
    color: #EF5350;
}

.free-experience-area .content_1-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: calc(100% - 100px);
    margin: 0 auto 38px;

    @media (min-width: 768px) {
        flex-direction: row;
        justify-content: center;
    }

    @media (min-width: 992px) {
        margin: 0 auto 59px;
        gap: 61px;
    }
}

.free-experience-area .content_1-box .box {
    background-color: #FFC2C0;
    border-radius: 15px;
    height: 259px;
    width: 277px;
    align-self: center;

    @media (min-width: 992px) {
        height: 329px;
        min-width: 440px;
    }
}

.free-experience-area .content_1-box .box p {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.48px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 26px;
    color: #222;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 24px;
        font-weight: 600;
        line-height: 28.64px;
        letter-spacing: -0.02em;
        text-align: left;
        margin-left: 29px;
        margin-top: 35px;
    }
}

.free-experience-area .content_1-box .box-1 p {
    height: 47px;

    @media (min-width: 992px) {
        height: 63px;
    }
}

.free-experience-area .content_1-box .box-2 p {
    height: 72px;

    @media (min-width: 992px) {
        height: 61px;
    }
}

.free-experience-area .content_1-box .box-1 img {
    margin: 14px auto 0;

    @media (min-width: 992px) {
        margin: 27px 20px 0 174px;
    }
}

.free-experience-area .content_1-box .box-2 {
    overflow: hidden;
}

.free-experience-area .content_1-box .box-2 img {
    margin-top: 27px;
    margin-left: 10px;
    /* width: 259px; */
    width: 100%;

    @media (min-width: 992px) {
        margin-top: 51px;
        margin-left: 17px;
        width: 410px;
    }
}

.free-experience-area .free-black-btn {
    width: 169px;
    height: 40px;
    margin: 0 auto 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 45px;

    @media (min-width: 992px) {
        width: 264px;
        height: 60px;
        margin: 0 auto 19px;
        gap: 12px;
    }
}

.free-experience-area .free-black-btn span {
    font-size: 15px;
    font-weight: 600;

    @media (min-width: 992px) {
        font-size: 22px;
    }
}

.free-experience-area .free-black-btn svg {
    width: 7px;
    height: 12px;

    @media (min-width: 992px) {
        width: 11px;
        height: 18px;
    }
}

.free-experience-area .content_1-sub {
    text-align: center;
    padding-bottom: 48px;
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.32px;
    text-align: center;
    color: #5C656E;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 22px;
        font-weight: 500;
        line-height: 26.25px;
        text-align: center;
        color: #222222;
        padding-bottom: 53px;
    }
}

/* 도입 검토 시, 반드시 확인해보세요! */
.free-experience-area .content_2 {
    padding-bottom: 50px;

    @media (min-width: 992px) {
        padding-bottom: 100px;
    }
}

.free-experience-area .content_2 .title {
    color: #242424;
    margin-bottom: 25px;

    @media (min-width: 992px) {
        margin-bottom: 71px;
    }
}

.free-experience-area .content_2-list {
    width: calc(100% - 80px);
    margin: 0 auto;
    max-width: 345px;

    @media (min-width: 992px) {
        max-width: 740px;
    }
}

.free-experience-area .content_2-list li {
    display: flex;
    align-items: flex-start;
    ;
    gap: 6px;

    @media (min-width: 992px) {
        gap: 22px;
    }
}

.free-experience-area .content_2-list li:not(:last-child) {
    margin-bottom: 17px;

    @media (min-width: 992px) {
        margin-bottom: 30px;
    }
}

.free-experience-area .content_2-list li img {
    width: 15px;
    height: 15px;
    margin-top: 2px;

    @media (min-width: 992px) {
        width: 35px;
        height: 35px;
    }
}

.free-experience-area .content_2-list li p {
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 500;
    line-height: 17.9px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #5C656E;
    word-break: keep-all;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 32px;
        font-weight: 500;
        line-height: 38.19px;
        letter-spacing: -0.01em;
        text-align: left;

    }
}

/* 사용법이 궁금하신가요?
온라인 데모에 신청해보세요! */
.free-experience-area .content_3 {
    background-color: #B4C9FA;
}

.free-experience-area .content_3 .inner {
    display: flex;
    flex-direction: column;

    @media (min-width: 992px) {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 543px;
    }
}

.free-experience-area .content_3 .title {
    color: #686DF6;
    margin-bottom: 17px;

    @media (min-width: 992px) {
        padding-top: 0;
        text-align: left;
        margin-bottom: 24px;
    }
}

.free-experience-area .content_3-sub {
    margin-bottom: 20px;
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.8px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #222;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 22px;
        font-weight: 500;
        line-height: 26.25px;
        letter-spacing: -0.03em;
        text-align: left;
        margin-bottom: 46px;
    }
}

.free-experience-area .content_3-box.box-2 {
    text-align: center;
}

.free-experience-area .content_3-box.box-2 img {
    max-width: 268px;
    margin-bottom: 8px;

    @media (min-width: 992px) {
        max-width: 393px;
        margin-bottom: 7px;
    }
}

.free-experience-area .content_3-red-text {
    background-color: #EF5350;
    margin: 0 auto 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 13px;
    align-items: center;
    font-weight: 600;
    width: 154px;

    @media (min-width: 992px) {
        margin: 0 auto;
        width: 204px;
        font-size: 20px;
    }
}

.free-experience-area .free-purple-btn {
    width: 186px;
    height: 40px;
    margin: 0 auto 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 45px;
    background-color: #686DF6;

    &:hover {
        background-color: #787dfe;
    }

    @media (min-width: 992px) {
        width: 286px;
        height: 60px;
        margin: 0 0 0;
        gap: 13px;
    }
}

.free-experience-area .free-purple-btn span {
    font-family: Pretendard;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;

    @media (min-width: 992px) {
        font-size: 22px;
        line-height: 60px;
    }
}

.free-experience-area .free-purple-btn svg {
    @media (min-width: 992px) {
        height: 18px;
        width: 11px;
    }
}

/* 엑소스피어,
이렇게 다릅니다. */
.free-experience-area .content_4 {
    margin-bottom: 50px;

    @media (min-width: 992px) {
        margin-bottom: 140px;
    }
}

.free-experience-area .content_4 .title {
    margin-bottom: 17px;

    @media (min-width: 992px) {
        padding-top: 154px;
        margin-bottom: 57px;
    }
}

.free-experience-area .content_4-box {
    display: flex;
    flex-direction: column;
    gap: 20px;

    @media (min-width: 992px) {
        flex-direction: row;
        gap: 24px;
    }
}

.free-experience-area .content_4-box .box {
    background-color: #EEFAF3;
    border-radius: 15px;
    width: calc(100% - 100px);
    max-width: 579px;
    margin: 0 auto;
    padding: 22px 26px;
    box-sizing: border-box;

    @media (min-width: 992px) {
        background-color: #fff;
        border-radius: 0;
        padding: 0;
    }
}

.free-experience-area .content_4-box .box-inner img {
    height: 17px;

    @media (min-width: 992px) {
        height: 34px;
    }
}

.free-experience-area .content_4-box .box-title {
    margin-top: 4px;
    margin-bottom: 11px;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.48px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #5BC387;

    @media (min-width: 992px) {
        height: 34px;
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 26px;
        line-height: 33.41px;
        letter-spacing: -0.02em;
        text-align: center;
    }
}

.free-experience-area .content_4-box .box-inner {
    @media (min-width: 992px) {
        background-color: #EEFAF3;
        border-radius: 15px;
        text-align: center;
        padding: 25px 0 28px;
    }
}

.free-experience-area .content_4-box .box-text-area {
    @media (min-width: 992px) {
        padding-top: 24px;
        padding-left: 25px;
    }
}

.free-experience-area .content_4-box .box-text-area li:not(:last-child) {
    margin-bottom: 5px;

    @media (min-width: 992px) {
        margin-bottom: 8px;
    }
}

.free-experience-area .content_4-box .box-text-area p {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 500;
    line-height: 14.32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #555;

    @media (min-width: 992px) {
        font-size: 20px;
        line-height: 23.87px;
    }
}

.free-experience-area .content_4-box .box-text-area p::before {
    margin-right: 5px;
    margin-bottom: 3px;
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #555;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .free-experience-area .content_4-box .box-text-area p::before {
        margin-right: 10px;
        margin-bottom: 4px;
        width: 6px;
        height: 6px;
    }
}

/* 사용방법, 아주 쉬워요. */
.free-experience-area .content_5 {
    background-color: #FEFCF3;
    padding-bottom: 50px;

    @media (min-width: 992px) {
        padding-bottom: 95px;
    }
}

.free-experience-area .content_5 .title {
    color: #222222;
    margin-bottom: 20px;

    @media (min-width: 992px) {
        padding-top: 80px;
        margin-bottom: 56px;
    }
}

.free-experience-area .content_5-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 574px;
    margin: 0 auto;

    @media (min-width: 992px) {
        gap: 56px 60px;
        max-width: 941px;
    }
}

.free-experience-area .content_5-box .box {
    width: 277px;
    background-color: #FFEFA9;
    height: 268px;
    text-align: center;
    border-radius: 15px;

    @media (min-width: 992px) {
        width: 440px;
        height: 452px;
    }
}

.free-experience-area .content_5-box .box-step {
    margin-top: 21px;
    margin-bottom: 4px;
    font-family: Pretendard;
    font-size: 13px;
    font-weight: 700;
    line-height: 15.51px;
    color: #555;

    @media (min-width: 992px) {
        margin-top: 33px;
        margin-bottom: 7px;
        font-size: 21px;
        line-height: 25.06px;
        text-align: left;
        padding-left: 31px;
    }
}

.free-experience-area .content_5-box .box-title {
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 600;
    line-height: 17.9px;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 6px;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 30px;
        line-height: 35.8px;
        text-align: left;
        padding-left: 31px;

    }
}

.free-experience-area .content_5-box .box-sub {
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.32px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #555;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 17px;
        font-weight: 500;
        line-height: 20.29px;
        letter-spacing: -0.01em;
        text-align: left;
        padding-left: 31px;
    }
}

.free-experience-area .pc_margin_indent {
    @media (min-width: 992px) {
        margin-right: 8px;
    }
}

.free-experience-area .content_5-box .box img {
    margin-top: 13px;
    width: 240px;

    @media (min-width: 992px) {
        width: 364px;
    }
}

.free-experience-area .content_5-box .box-1 img {
    @media (min-width: 992px) {
        margin-top: 58px;
    }
}

.free-experience-area .content_5-box .box-2 img {
    @media (min-width: 992px) {
        margin-top: 68px;
    }
}

.free-experience-area .content_5-box .box-3 img {
    @media (min-width: 992px) {
        margin-top: 34px;
    }
}

.free-experience-area .content_5-box .box-4 img {
    @media (min-width: 992px) {
        margin-top: 23px;
    }
}

/* 구매를 원하시나요? */
.want-area {
    padding-top: 16px;
    padding-bottom: 140px;

    @media (min-width: 992px) {
        padding-top: 60px;
        padding-bottom: 256px;
    }
}

.want-area :is(p, li, ul, h2, h3) {
    /* 리셋 */
    margin-bottom: 0;
    line-height: 1;
    list-style: none;
    padding-left: 0;
}

.want-area .title {
    margin-bottom: 15px;
    font-family: Pretendard;
    font-size: 23px;
    font-weight: 700;
    line-height: 27.45px;
    text-align: center;
    color: #242424;

    @media (min-width: 992px) {
        margin-bottom: 26px;
        font-size: 42px;
        line-height: 50.12px;
    }
}

.want-area .sub-title {
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 500;
    line-height: 17.9px;
    text-align: center;
    color: #5C656E;
    margin-bottom: 49px;

    @media (min-width: 992px) {
        font-size: 18px;
        line-height: 21.48px;
        margin-bottom: 75px;
    }
}

.want-area .want-box {
    display: flex;
    flex-direction: column;
    gap: 25px;

    @media (min-width: 992px) {
        flex-direction: row;
        justify-content: center;
        gap: 88px;
    }
}

.want-area .want-box .box {
    display: flex;
    align-items: center;
    gap: 27px;
    width: 245px;
    margin: 0 auto;

    @media (min-width: 992px) {
        flex-direction: column;
        gap: 0;
        width: auto;
        margin: 0 0;
    }
}

.want-area .want-box .box .text-area {
    @media (min-width: 992px) {
        text-align: center;
    }
}

.goto-pay-red-btn {
    background-color: #EF5350;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 21px;
    border-radius: 3px;

    @media (min-width: 992px) {
        gap: 7px;
        width: 151px;
        height: 37px;
        border-radius: 7px;
        margin-top: 41px;
    }
}

.goto-pay-red-btn span {
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.32px;
    text-align: center;
    color: #fff;

    @media (min-width: 992px) {
        font-size: 20px;
        line-height: 37px;
    }
}

.goto-pay-red-btn svg {
    width: 6px;
    height: 10px;

    @media (min-width: 992px) {
        width: 9px;
        height: 15px;
    }
}

.red-btn {
    background-color: #EF5350;
    color: #fff;
}

.red-btn:hover {
    background-color: #E7403D;
}

.red-btn:active {
    background-color: #DE3E3B;
}

.red-btn:disabled {
    background-color: #FF9492;
}

.want-area .text-area .sub-text {
    color: #222;
    font-family: Pretendard;
    font-size: 13px;
    font-weight: 600;
    line-height: 13.13px;
    text-align: left;
    margin-top: 5px;

    @media (min-width: 992px) {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.09px;
        text-align: center;
        margin-top: 10px;
    }
}

.want-area .box .text-area .text {
    color: #222;
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 600;
    line-height: 17.9px;
    text-align: left;

    @media (min-width: 992px) {
        font-size: 23px;
        line-height: 27.45px;
        text-align: center;
    }
}

.want-area .box-2 .text-area .text {
    @media (min-width: 992px) {
        margin-top: 47px;
    }
}

.want-area .box-2 .text-area .sub-text {
    @media (min-width: 992px) {
        margin-top: 14px;
    }
}

.want-area .box-3 .text-area .text {
    @media (min-width: 992px) {
        margin-top: 36px;
    }
}

.operating-env-area {
    padding-top: 50px !important;

    @media (min-width: 992px) {
        padding-top: 154px !important;
    }
}

.section.mb_login_top {
    padding-top: 1rem !important;
}

.floating-btn-link.pc,
.footer-banner-btn.pc {
    display: none;

    @media (min-width: 992px) {
        display: inline-block;
    }
}

.floating-btn-link.mb {
    display: inline-flex;

    @media (min-width: 992px) {
        display: none;
    }
}

.footer-banner-btn.mb {
    display: inline-block;

    @media (min-width: 992px) {
        display: none;
    }
}

.free-black-btn.mb {
    display: flex;

    @media (min-width: 992px) {
        display: none;
    }
}

.free-black-btn.pc {
    display: none;

    @media (min-width: 992px) {
        display: flex;
    }
}

/* 기술력 */
/* 리셋 */
.technology h1,
.technology h2,
.technology p {
    margin: 0;
    line-height: 1;
}

.technology {
    padding-top: 72px;
}

.technology .content-1 {
    background-image: url("/resource/assets/img/exosphere/technology/technology-1-mb.png");
    background-color: #12161A;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    @media (min-width: 768px) {
        background-color: #12161A;
        background-image: url("/resource/assets/img/exosphere/technology/technology-1-pc.png");
        background-size: cover;
    }

    @media (min-width: 1392px) {
        background-size: contain;
    }
}

.technology .content-1 .title {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 58px;
    padding-bottom: 10px;

    @media (min-width: 768px) {
        padding-top: 171px;
        padding-bottom: 16px;
        color: #FFF;
        text-align: center;
        font-family: Pretendard;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.45px;
    }
}

.technology .content-1 .title span {
    color: #2196F3;
    font-family: Pretendard;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    @media (min-width: 768px) {
        color: #2196F3;
        font-family: Pretendard;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.45px;
    }
}

.technology .content-1 .sub-text {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.24px;
    padding-bottom: 43px;

    @media (min-width: 768px) {
        padding-bottom: 173px;
        color: #FFF;
        text-align: center;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: -0.18px;
    }
}

.technology .content-2 {
    margin-top: 63px;
    text-align: center;

    @media (min-width: 992px) {
        margin-top: 93px;
    }
}

.technology .content-title-flex {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 15px;

    @media (min-width: 992px) {
        gap: 18px;
        flex-direction: column-reverse;
        margin-bottom: 21px;
    }
}

.technology .item .en-sub {
    color: #AAA;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    @media (min-width: 992px) {
        color: #AAA;
        text-align: center;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.technology .item .title {
    color: #242424;
    text-align: center;
    font-family: Pretendard;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    @media (min-width: 992px) {
        color: #242424;
        font-family: Pretendard;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.35px;
    }
}

.technology .item .text {
    color: #707070;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.13px;
    margin-bottom: 41px;

    @media (min-width: 992px) {
        color: #707070;
        text-align: center;
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 59px;
    }
}

.technology .content-2 img {
    width: calc(100% - 220px);
    margin: 0 auto 54px;
    min-width: 160px;
    max-width: 260px;

    @media (min-width: 992px) {
        width: 100%;
        margin: 0 auto 85px;
        min-width: none;
        max-width: 994px;
        padding: 0 10px;
    }
}

.technology .content-3 {
    background-color: #F7F7F7;
    padding-top: 40px;

    @media (min-width: 992px) {
        padding-top: 100px;
    }
}

.technology .content-3 img {
    width: calc(100% - 58px);
    margin: 0 auto;
    max-width: 520px;
    padding-bottom: 48px;

    @media (min-width: 992px) {
        width: 100%;
        padding-bottom: 92px;
        max-width: 688px;
    }
}

.technology .content-4 {
    padding-top: 61px;

    @media (min-width: 992px) {
        padding-top: 92px;
    }
}

.technology .content-4 img {
    width: calc(100% - 106px);
    margin: 0 auto;
    max-width: 412px;
    padding-bottom: 60px;

    @media (min-width: 992px) {
        width: 100%;
        max-width: 988px;
        padding-bottom: 117px;
    }
}

.technology .content-5 {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 128px;

    @media (min-width: 992px) {
        gap: 30px;
        padding-bottom: 278px;
    }
}

.technology .content-5 .text {
    color: #222;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.18px;

    @media (min-width: 992px) {
        color: #222;
        text-align: center;
        font-family: Pretendard;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.3px;
    }
}

/* dinno */
.dinno-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 173px;
    height: 36px;
    border-radius: 100px;
    color: #fff;
    margin: 0 auto;
    font-size: 15px;
    background-color: #37CB4B;
    font-weight: 600;

    @media (min-width: 992px) {
        width: 253px;
        height: 52px;
        font-size: 23px;
    }
}

.dinno-btn svg {
    width: 11px;
    height: 18px;

    @media (max-width: 991px) {
        width: 9px;
        height: 16px;
    }
}

.dinno-btn:hover {
    background-color: #22b035;
    color: #fff;
}

.dinno_2024 .line_height_28 {
    line-height: 28px;

    @media (max-width: 991px) {
        line-height: normal;
    }
}

.dinno_2024 .line_height_normal {
    line-height: normal;
}

.dinno_2024 .circle-black:has(+.line_height_28) {
    margin-top: 11px;

    @media (max-width: 991px) {
        margin-top: 6px;
    }
}

.dinno_2024 .circle-black:has(+.line_height_normal) {
    margin-top: 8px;

    @media (max-width: 991px) {
        margin-top: 7px;
    }
}

.dinno_2024 .circle-black {
    @media (max-width: 991px) {
        margin-top: 6px;
    }
}

.dinno_2024 .circle-black:has(+.responsive-blog-title-2) {
    margin-top: 8px;
}

.dinno_2024 .responsive-blog-title-1.dinno_font_20 {
    font-size: 20px;
}

.dinno_2024 .depth_m_l_1 {
    margin-left: 5px;

    @media (max-width: 991px) {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}

.dinno_2024 .depth_m_l_2 {
    margin-left: 30px;

    @media (max-width: 991px) {
        margin-left: 10px;
    }

}

.dinno_2024 .depth_m_l_3 {
    margin-left: 40px;

    @media (max-width: 991px) {
        margin-left: 20px;
    }
}

.dinno_2024 .d-flex {
    gap: 5px;

    @media (max-width: 991px) {
        gap: 3px;
    }
}

.dinno_2024 .m_b_65 {
    @media (max-width: 991px) {
        margin-bottom: 20px !important;
    }
}

.dinno_2024 .m_b_20 {
    @media (max-width: 991px) {
        margin-bottom: 20px !important;
    }
}

.dinno_2024 .m_b_40 {
    @media (max-width: 991px) {
        margin-bottom: 20px !important;
    }
}

.dinno_2024 .m_b_45 {
    @media (max-width: 991px) {
        margin-bottom: 20px !important;
    }
}

.dinno_2024 .responsive-blog-title-2 {
    @media (max-width: 991px) {
        font-size: 16px;
    }
}

.dinno_2024 .letter_2 {
    letter-spacing: -0.2px;

    @media (max-width: 991px) {
        letter-spacing: 1;
    }
}

.aeg_mou .aeg_link {
    display: inline-block;
    color: #695CFF;
    text-align: justify;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

    /* 155.556% */
    @media (max-width: 991px) {
        color: #695CFF;
        font-family: Pretendard;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

.aeg_mou .aeg_link span {
    text-decoration: underline;
}

.aeg_mou .responsive-blog-title-2 {
    font-size: 20px;

    @media (max-width: 991px) {
        font-size: 16px;
    }
}

.aeg_mou .m_b_22 {
    @media (max-width: 991px) {
        margin-bottom: 8px !important;
    }
}

.aeg_mou .m_b_65 {
    @media (max-width: 991px) {
        margin-bottom: 20px !important;
    }
}

.aeg_mou .m_b_40 {
    @media (max-width: 991px) {
        margin-bottom: 18px !important;
    }
}

.aeg_mou .m_b_30 {
    @media (max-width: 991px) {
        margin-bottom: 20px !important;
    }
}

/* ! 블로그 포스팅 간격 가이드  240923 */
/* 
[PC]               |       [MB]
제목                |        제목
! | < 47px         |        ! | < 22px
헤드라인             |         헤드라인
! | < 20px         |        ! | < 10px
본문                |        본문
! | < 42px         |        ! | < 20px
img                |        img 
! | < 10px         |        ! | < 10px
출처 문구            |        출처 문구
! | < 45px         |        ! | < 25px
버튼                |        버튼
! | < 100px        |        ! | < 50px
고정배너             |        고정배너

*/
.guide_margin_b_title_1,
.m_b_10_20 {
    /* h1 헤드라인 */
    margin-bottom: 10px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 20px !important;
    }
}

.guide_margin_b_title_1,
.m_b_10_21 {
    margin-bottom: 10px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 21px !important;
    }
}

.guide_margin_b_text,
.m_b_22_47 {
    /* 본문 */
    margin-bottom: 22px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 47px !important;
    }
}

.guide_margin_b_text,
.m_b_36_49 {
    margin-bottom: 36px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 49px !important;
    }
}

.guide_margin_b_text_2,
.m_b_22_30 {
    /* 본문 내 리스트의 간격 */
    margin-bottom: 22px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 30px !important;
    }
}

.guide_margin_b_text_img,
.m_b_20_42 {
    margin-bottom: 20px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 42px !important;
    }
}

.guide_margin_b_text_img,
.m_b_34_42 {
    margin-bottom: 34px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 42px !important;
    }
}

.guide_margin_b_text_img,
.m_b_10_42 {
    margin-bottom: 10px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 42px !important;
    }
}

.guide_margin_b_text_img,
.m_b_25_20 {
    /* pc가 더 좁음 */
    margin-bottom: 25px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 20px !important;
    }
}

.guide_margin_b_text_img,
.m_b_20_25 {
    /* pc가 더 좁음 */
    margin-bottom: 20px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 25px !important;
    }
}

.guide_margin_b_text_img,
.m_b_20_10 {
    /* pc가 더 좁음 */
    margin-bottom: 20px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 10px !important;
    }
}

.guide_margin_b_text_img,
.m_b_22_20 {
    /* pc가 더 좁음 */
    margin-bottom: 22px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 20px !important;
    }
}

.guide_margin_b_title_2,
.m_b_5_13 {
    /* 작은 타이틀 (title-2-1 하단) */
    margin-bottom: 5px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 13px !important;
    }
}

.guide_margin_b_img_box,
.m_b_25_45 {
    /* 이미지 하단 */
    margin-bottom: 25px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 45px !important;
    }
}

.guide_margin_b_img_box,
.m_b_10_47 {
    margin-bottom: 10px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 47px !important;
    }
}

.guide_margin_b_img_box,
.m_b_20_45 {
    margin-bottom: 20px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 45px !important;
    }
}

.guide_margin_b_img_box,
.m_b_5_20 {
    margin-bottom: 5px !important;

    @media (min-width: 992px) {
        /* PC */
        margin-bottom: 20px !important;
    }
}

.word_mb_none {
    /* 모바일에서 글자 안보이게 */
    display: none;

    @media (min-width: 992px) {
        display: inline-block;
    }
}

.word_break_all {
    word-break: break-all;
}

.finance_with_saas .check_icon_green {
    width: 16px;
    margin-right: 5px;
    vertical-align: -2px;

    @media (min-width: 992px) {
        width: 20px;
        margin-right: 11px;
        vertical-align: -3px;
    }
}

.margin_l_16_5 {
    margin-left: 4px;

    @media (min-width: 992px) {
        margin-left: 16px;
    }
}

.mb_36 {
    @media (max-width: 991px) {
        margin-bottom: 36px !important;
    }
}

.finance_with_saas .circle-black {
    margin-top: 12px;
    margin-right: 5px;
}

.finance_with_saas .circle-black:has(+.responsive-blog-title-2-1) {
    margin-top: 10px;
}

.k_ict_week_2024_review .k_ict_week_2024_review-line {
    width: 180px;
    height: 1px;
    background: #555;
    margin: 0 auto;

    @media (min-width: 992px) {
        width: 274px;
    }
}

.k_ict_week_2024_review .circle-black {
    margin-top: 10px;

    @media (min-width: 992px) {
        margin-top: 13px;
    }
}

.k_ict_week_2024_review-link:hover {
    color: #222;
    text-decoration: underline;
}

footer .text-box p {
    @media (max-width: 991px) {
        margin-bottom: 5px !important;
        line-height: 19.07px !important;
    }
}

a.link.purple {
    display: inline-block;
    color: #695CFF;
    text-align: justify;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;

    /* 155.556% */
    @media (max-width: 991px) {
        color: #695CFF;
        text-align: justify;
        font-family: Pretendard;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        /* 156.25% */
    }

}

a.link.purple span:hover {
    text-decoration: underline;
}

a.link.blue {
    display: inline-block;
    color: #2196F3;
    text-align: justify;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;

    /* 155.556% */
    @media (max-width: 991px) {
        color: #2196F3;
        text-align: justify;
        font-family: Pretendard;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 156.25% */
    }

}

a.link.blue span:hover {
    text-decoration: underline;
}

.after_review_event_1 .circle-black-3 {
    margin-left: 7px;

    @media (max-width: 991px) {
        margin-left: 0px;
    }
}

.maintenance_support .circle-left-m {
    margin-left: 14px;

    @media (max-width: 991px) {
        margin-left: 10px;
    }
}

.date-btn-demo {
    margin-left: 383px;

    @media (max-width: 1235px) {
        margin-left: 200px;
    }
}

.demo-arrow {
    width: 23px;
    height: 18px;
    margin-bottom: 5px;
    margin-left: 8px;

    @media (max-width: 991px) {
        width: 18px;
        height: 15px;
        margin-bottom: 3px;
        margin-left: 5px;
    }
}

.demo-sub-text {
    color: #A6A6A6;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
    margin-left: 40px;
    margin-top: 5px;

    @media (max-width: 991px) {
        color: #A6A6A6;
        text-align: center;
        font-family: Pretendard;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: -0.24px;
        margin-right: 39px;
        margin-top: 10px;
    }
}

.visually-hidden {
    /* 스크린 리더만 읽을 수 있게 텍스트를 숨기는 방식 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.half_price_promotion_2024 {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.landing-wrap {
    position: relative;
}

.landing-btn[name="half-price-promotion-btn"] {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 22px 52px;
    /* color: #222; */
    text-align: center;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 93.75% */
    letter-spacing: -0.64px;
    border-radius: 100px;

    /* background: #FFFF85; */
    @media (max-width: 991px) {
        font-size: 13px;
        gap: 6px;
        padding: 9px 21px;
        border-radius: 25px;
        letter-spacing: -0.39px;
        line-height: 12px;
    }
}

.landing-btn[name="half-price-promotion-btn"] svg {
    @media (max-width: 991px) {
        width: 7px;
        height: 11px;
        margin-bottom: 1px;
    }
}

.landing-btn[name="half-price-promotion-btn"].landing-btn-1 {
    background: #222;
    color: #fff;
    top: 1376px;

    @media (max-width: 991px) {
        top: 542px;
    }
}

.landing-btn[name="half-price-promotion-btn"].landing-btn-1:hover {
    background-color: #3D3D3D;
}

.landing-btn[name="half-price-promotion-btn"].landing-btn-1:active {
    background-color: #383838;
}

.landing-btn[name="half-price-promotion-btn"].landing-btn-2 {
    background: #00D283;
    color: #222;
    top: 8115px;

    @media (max-width: 991px) {
        top: 3309px;
    }
}

.landing-btn[name="half-price-promotion-btn"].landing-btn-2:hover {
    background-color: #00B06E;
}

.landing-btn[name="half-price-promotion-btn"].landing-btn-2:active {
    background-color: #00915A;
}

/* 블로그 포스팅 참가등록 바로가기 버튼 스타일 */
.post_goto_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 173px;
    height: 36px;
    border-radius: 100px;
    color: #fff;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;

    @media (min-width: 992px) {
        width: 253px;
        height: 52px;
        font-size: 23px;
    }
}

.post_goto_btn svg {
    width: 11px;
    height: 18px;

    @media (max-width: 991px) {
        width: 9px;
        height: 16px;
    }
}

.post_goto_btn:hover {
    color: #fff;
}

.post_goto_btn.k_softwave {
    background-color: #387F43;
}

.post_goto_btn.k_softwave:hover {
    background-color: #1E5727;
}

.wacon .wacon-mo-1 {
    word-break: break-all;
    letter-spacing: -0.05px;
}

.circle-15-13 {
    font-size: 13px;
    display: inline-block;
    vertical-align: 1px;

    @media (min-width: 992px) {
        font-size: 15px;
    }
}

/* 엑소스피어 세일즈 파트너 모집 */
.partner_recruit {
    padding-top: 73px;
}

.partner_recruit h1,
.partner_recruit h2,
.partner_recruit p {
    margin: 0;
    line-height: 1;
}

.partner_recruit a {
    color: #222;
}

.partner_recruit .content-1 {
    /* mb */
    height: 328px;
    text-align: center;
    background-image: url("/resource/assets/img/exosphere/partner_recruit/partner_recruit-1-pc.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    @media (min-width: 768px) {
        /* pc */
        height: 686px;
        background-size: cover;
        background-image: url("/resource/assets/img/exosphere/partner_recruit/partner_recruit-1-pc.png");
    }

    @media (min-width: 1393px) {
        background-image: url("/resource/assets/img/exosphere/partner_recruit/partner_recruit-1-pc-1920.png");

    }
}

.partner_recruit .content-1 .title {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 58px;

    @media (min-width: 768px) {
        /* pc */
        color: #FFF;
        text-align: center;
        font-family: Pretendard;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.45px;
        padding-top: 159px;
    }
}

.partner_recruit .content-1 .sub-text {
    margin-top: 14px;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.24px;

    @media (min-width: 768px) {
        /* pc */
        margin-top: 21px;
        color: #FFF;
        text-align: center;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: 25px;
        letter-spacing: -0.18px;
    }
}

.partner_recruit .content-1 .sub-text .yellow {
    color: #FFD900;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;

    @media (min-width: 768px) {
        color: #FFD900;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: -0.18px;
    }
}

.partner_recruit .content-1 .sub-text-2 {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    /* 143.75% */
    margin-top: 58px;

    @media (min-width: 768px) {
        margin-top: 150px;
        color: #FFF;
        text-align: center;
        font-family: Pretendard;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
        /* 131.25% */
        letter-spacing: -0.32px;
    }
}

.partner_consultation_btn {
    border-radius: 50px;
    margin-top: 15px;
    padding: 11px 24px;
    background-color: #FFD900;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #222;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    @media (min-width: 768px) {
        gap: 9px;
        margin-top: 36px;
        padding: 18px 42px;
        color: #222;
        font-family: Pretendard;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.partner_consultation_btn:hover {
    background-color: #d0b100;
}

.partner_recruit .pc-show {
    display: none;

    @media (min-width: 768px) {
        display: inherit;
    }
}

.partner_recruit .mb-show {
    display: inherit;

    @media (min-width: 768px) {
        display: none;
    }
}

.partner_recruit .comm-title {
    margin-bottom: 16px;
    color: #242424;
    text-align: center;
    font-family: Pretendard;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.46px;

    @media (min-width: 768px) {
        margin-bottom: 21px;
        color: #242424;
        text-align: center;
        font-family: Pretendard;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.35px;
    }
}

.partner_recruit .comm-text {
    color: #707070;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
    margin-bottom: 28px;

    @media (min-width: 768px) {
        color: #707070;
        text-align: center;
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 60px;
        /* 125% */
    }
}

.partner_recruit .content-2 {
    text-align: center;
    padding-top: 72px;
    padding-bottom: 48px;

    @media (min-width: 768px) {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

.partner_recruit .content-2 .img_wrap {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 14px;

    @media (min-width: 768px) {
        gap: 44px;
    }
}

.partner_recruit .content-2 .img_wrap img {
    width: 83px;
    height: 83px;

    @media (min-width: 768px) {
        width: 180px;
        height: 180px;
    }
}

.partner_recruit .content-2 .img_wrap.pc-show {
    display: none;

    @media (min-width: 768px) {
        display: flex;
    }
}

.partner_recruit .content-2 .img_wrap.mb-show {
    display: flex;

    @media (min-width: 768px) {
        display: none;
    }
}

.partner_recruit .content-3 {
    text-align: center;
    padding-top: 72px;
    padding-bottom: 48px;
    background: #F8F8EE;

    @media (min-width: 768px) {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

.partner_recruit .content-3 .img_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;

    @media (min-width: 768px) {
        gap: 21px;
        flex-direction: row;
        max-width: 1157px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
}

.partner_recruit .content-3 .img_wrap {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    min-height: 201px;
    border-radius: 10px;
    padding-top: 22px;
    padding-left: 20px;
    border: 0.5px solid #E5E5E5;
    background: #FFF;

    @media (min-width: 768px) {
        max-width: 568px;
        flex-direction: row;
        min-height: 193px;
        padding-top: 36px;
        padding-left: 28px;
    }

    @media (max-width: 406px) {
        width: calc(100% - 70px);
    }
}

.partner_recruit .content-3 .img_wrap img {
    width: 55px;
    height: 55px;
    margin-bottom: 16px;

    @media (min-width: 768px) {
        width: 120px;
        height: 120px;
        margin-bottom: 0;
        margin-right: 26px;
    }
}

.partner_recruit .content-3 .card-text-wrap {
    text-align: left;
}

.partner_recruit .content-3 .card-title {
    margin-bottom: 6px;
    color: #222;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;

    /* 138.889% */
    @media (min-width: 768px) {
        margin-bottom: 11px;
        color: #222;
        font-family: Pretendard;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        /* 104.167% */
    }
}

.partner_recruit .content-3 .card-text {
    color: #555;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.28px;

    @media (min-width: 768px) {
        color: #555;
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px;
        /* 125% */
        letter-spacing: -0.4px;
    }
}

.partner_recruit .content-3 .card-text-bold {
    color: #555;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;

    @media (min-width: 768px) {
        color: #555;
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: -0.4px;
    }
}

.partner_recruit .content-3 .card-text-light {
    color: #555;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.24px;

    @media (min-width: 768px) {
        color: #555;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: -0.36px;
    }
}

.partner_recruit .content-4 {
    text-align: center;
    padding-top: 72px;
    padding-bottom: 48px;

    @media (min-width: 768px) {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

.partner_recruit .content-4 .img_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: 27px;

    @media (min-width: 768px) {
        width: calc(100% - 30px);
        margin: 0 auto;
        flex-direction: row;
        gap: 24px;
    }
}

.partner_recruit .content-4 .img_area .img_wrap {
    width: 275px;
    border-radius: 10px;
    border: 0.5px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0px 0px 20px 3px rgba(176, 176, 176, 0.25);

    @media (min-width: 768px) {
        width: 339px;
        min-height: 442px;
    }
}

.partner_recruit .content-4 .card-text-wrap {
    padding: 28px 30px 36px 17px;

    @media (min-width: 768px) {
        padding: 40px 32px 0 28px;
    }
}

.partner_recruit .content-4 .card-title {

    margin-bottom: 6px;
    color: #222;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;

    /* 138.889% */
    @media (min-width: 768px) {
        margin-bottom: 14px;
        color: #222;
        font-family: Pretendard;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        /* 104.167% */
    }
}

.partner_recruit .content-4 .card-text {
    color: #555;
    text-align: justify;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.28px;

    @media (min-width: 768px) {
        color: #555;
        text-align: justify;
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 25px;
        /* 125% */
        letter-spacing: -0.4px;
    }
}

.partner_recruit .content-5 {
    text-align: center;
    padding-top: 72px;
    padding-bottom: 48px;

    @media (min-width: 768px) {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

.partner_recruit .content-5 .comm-title {
    margin-bottom: 28px;

    @media (min-width: 768px) {
        margin-bottom: 72px;
    }
}

.partner_recruit .content-5 .img_area {
    width: 275px;
    height: 520px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    gap: 32px;
    padding: 33px 0;
    border-radius: 10px;
    background: #F3F3F3;

    @media (min-width: 1100px) {
        width: calc(100% - 30px);
        max-width: 1065px;
        flex-direction: row;
        gap: 0;
        height: 324px;
        margin: 0 auto;
        padding: 0 78px;
        align-items: center;
        justify-content: space-betw
    }
}

.partner_recruit .content-5 .img_wrap {
    text-align: center;
    align-items: center;

    @media (min-width: 1100px) {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.partner_recruit .content-5 img {
    margin: 0 auto;
    width: 100px;
    height: 100px;

    @media (min-width: 1100px) {
        width: 180px;
        height: 180px;
        margin: 0;
    }
}

.partner_recruit .content-5 img.dot {
    display: none;

    @media (min-width: 1100px) {
        display: block;

        width: 70px;
        height: 10px;
        flex-shrink: 0;
    }
}

.partner_recruit .content-5 img.dot1 {
    @media (min-width: 1100px) {
        margin-left: 51px;
        margin-right: 31px;
    }
}

.partner_recruit .content-5 img.dot2 {
    @media (min-width: 1100px) {
        margin-left: 30px;
        margin-right: 51px;
    }

}

.partner_recruit .content-5 .text {
    margin-top: 8px;
    color: #1C2229;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    @media (min-width: 1100px) {
        margin-top: 25px;
        color: #1C2229;
        font-family: Pretendard;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

.partner_recruit .content-5 .partner_consultation_btn {
    margin-top: 30px;

    @media (min-width: 1100px) {
        margin-top: 39px;
    }
}

.partner_recruit .content-6 {
    text-align: center;
    padding-top: 72px;
    padding-bottom: 48px;

    @media (min-width: 768px) {
        padding-top: 100px;
        padding-bottom: 188px;

    }
}

.partner_recruit .content-6 .comm-title {
    margin-bottom: 34px;

    @media (min-width: 768px) {
        margin-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .partner_recruit .content-6 .comm-title {
        font-size: 23px !important;
    }
}

.partner_recruit .content-6 .img_wrap.mb-show img {
    margin: 0 auto;
    width: 297px;
    height: 348px;
}

.partner_recruit .content-6 .sub-text {
    color: #222;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.18px;

    @media (min-width: 768px) {
        color: #222;
        text-align: center;
        font-family: Pretendard;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.3px;
    }
}

.partner_recruit .content-6 .img_wrap.mb-show {
    margin-bottom: 36px;
}

.partner_recruit .content-6 .sliding_img_wrap {
    margin-bottom: 65px;
    margin-top: 27px;
    max-width: none;
    width: 100%;
    position: relative;
    height: 67px;

    @media (min-width: 768px) {
        width: 100%;
        height: 222px;
        position: relative;
        max-width: 1065px;
        overflow: hidden;
        margin: 0 auto 100px;
        padding-top: 35px;
    }
}

.partner_recruit .content-6 .sliding_img_wrap::before {
    top: 0;

    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 118px;
    height: 101px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #FFF 29.23%, rgba(255, 255, 255, 0.00) 88.97%);
    z-index: 1;

    @media (min-width: 768px) {
        top: 0;
        content: '';
        position: absolute;
        left: 0;
        display: block;
        width: 204px;
        height: 222px;
        flex-shrink: 0;
        background: linear-gradient(90deg, #FFF 20.03%, rgba(255, 255, 255, 0.00) 88.97%);
        z-index: 1;
    }
}

.partner_recruit .content-6 .sliding_img_wrap::after {
    top: 0;
    right: 0;
    content: '';
    position: absolute;
    display: block;
    width: 118px;
    height: 101px;
    flex-shrink: 0;
    background: linear-gradient(270deg, #FFF 29.23%, rgba(255, 255, 255, 0.00) 88.97%);
    z-index: 2;

    @media (min-width: 768px) {
        top: 0;
        right: 0;
        content: '';
        position: absolute;
        display: block;
        width: 204px;
        height: 222px;
        flex-shrink: 0;
        background: linear-gradient(270deg, #FFF 20.03%, rgba(255, 255, 255, 0.00) 88.97%);
        z-index: 2;
    }
}

.partner_recruit .content-6 .sliding_img_wrap img {
    max-width: none;
}

.partner_recruit .content-6 .sliding_img_wrap .img1 {
    height: 30px;

    @media (min-width: 768px) {

        height: 56px;
        margin-bottom: 20px;
        top: 0;
    }
}

.partner_recruit .content-6 .sliding_img_wrap .img2 {
    height: 38px;

    @media (min-width: 768px) {

        height: 63px;
        top: 80px;
    }
}

@keyframes slideshowPartner {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-50%);
    }

    50% {
        transform: translateX(-100%);
    }

    75% {
        transform: translateX(-150%);
    }

    100% {
        transform: translateX(-200%);
    }
}

.client_rolling_partner {
    display: flex;
    animation: slideshowPartner 120s linear infinite;

    @media (max-width: 767px) {
        animation: slideshowPartner 200s linear infinite;

    }
}

.client_rolling_partner1 {
    width: 4033px;
}

.client_rolling_partner2 {
    width: 4330px;

    @media (max-width: 767px) {
        margin-top: 10px;
    }
}

.client_rolling_partner img {
    @media (min-width: 768px) {

        width: 100%;
        flex-shrink: 0;
    }
}

.client_rolling_partner img:not(:first-child) {
    margin-left: 40px;
}

.update_note_btn_pc,
.openapi_btn_pc {
    display: inline-block;
    background: #EFEFEF;
    height: 42px;
    color: #222;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

.update_note_btn_pc:hover,
.openapi_btn_pc:hover {
    color: #222;
    background: #E1E1E1;

}

.update_note_btn_pc:active,
.openapi_btn_pc:active {
    color: #222;
    background: #CDCDCD;

}

.update_note_btn_pc img,
.openapi_btn_pc img {
    margin-right: 5px;
    margin-bottom: 2px;
}

.nav-mobile .fa-times:before {
    /* 닫기버튼 수정 */
    vertical-align: -4px;
    content: "\f00d";
    background-image: url("/resource/assets/img/exosphere/images/menu_close_icon.svg?ver=25010200");
    color: rgba(255, 255, 255, 0.00);
    ;
    background-repeat: no-repeat;
}

.nav-mobile .fa-angle-down:before {
    /* 화살표 토글 수정 */
    vertical-align: -10px;
    content: "\f107";
    color: rgba(255, 255, 255, 0.00);
    ;
    background-image: url("/resource/assets/img/exosphere/images/menu_down_icon.svg?ver=25010200");
    background-repeat: no-repeat;
}

.nav-mobile .fa-angle-up:before {
    vertical-align: -10px;
    content: "\f106";
    background-image: url("/resource/assets/img/exosphere/images/menu_up_icon.svg?ver=25010200");
    color: rgba(255, 255, 255, 0.00);
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .nav-item .dropdown-menu .row .col:nth-child(1) {
        padding-right: 0;
    }

    .nav-item .dropdown-menu .row .col:nth-child(2) {
        padding-left: 0;
    }

    .nav-item .dropdown-menu .row .col:nth-child(1) .dropdown-item {
        padding-right: 10px;
    }

    .nav-item .dropdown-menu .row .col:nth-child(2) .dropdown-item {
        padding-left: 10px;
    }

}


/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ블로그 가이드 25년ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */
.blog-guide-area {
    padding-top: 98px;
    padding-bottom: 68px;
    width: calc(100% - 48px);
    margin: 0 auto;

    @media (min-width: 992px) {
        padding-bottom: 100px;
        /* PC */
        padding-top: 146px;
        width: 100%;
        max-width: 756px;
    }
}

.blog-guide-area p,
.blog-guide-area h1,
.blog-guide-area h2,
.blog-guide-area h3,
.blog-guide-area h4,
.blog-guide-area h5,
.blog-guide-area h6 {
    margin-bottom: 0;
    line-height: inherit;
    font-weight: inherit;
}

.blog-guide-area .blog-guide-category {
    color: #8E8F90;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.11px;
    margin-bottom: 16px;

    @media (min-width: 992px) {
        /* PC */
        color: #8E8F90;
        font-family: Pretendard;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

.blog-guide-area .blog-guide-head {
    color: #222;
    font-family: Pretendard;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 126.667% */
    letter-spacing: -0.15px;
    margin-bottom: 24px;

    @media (min-width: 992px) {
        /* PC */
        color: #222;
        font-family: Pretendard;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
        /* 120% */
        letter-spacing: -0.2px;
        margin-bottom: 64px;
    }
}

.blog-guide-area .blog-guide-title {
    color: #242424;
    text-align: justify;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 125% */
    letter-spacing: -0.1px;

    @media (min-width: 992px) {
        /* PC */
        color: #242424;
        text-align: justify;
        font-family: Pretendard;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
        /* 107.692% */
        letter-spacing: -0.13px;
    }
}

.blog-guide-area .blog-guide-body {
    color: #373737;
    text-align: justify;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: -0.09px;

    @media (min-width: 992px) {
        /* PC */
        color: #373737;
        text-align: justify;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 155.556% */
        letter-spacing: -0.09px;
    }
}

.blog-guide-area .blog-guide-img {
    border-radius: 8px;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 28px;
}

.blog-guide-area .blog-guide-img img {
    width: 100%;
    border-radius: 8px;
}

.guide_margin_b_12 {
    margin-bottom: 12px !important;
}

.guide_margin_b_28 {
    margin-bottom: 28px !important;
}

.guide_margin_b_56_68 {
    margin-bottom: 56px !important;

    @media (min-width: 992px) {
        margin-bottom: 68px !important;
    }
}

.blog-guide-list-box {
    color: #777;
    text-align: justify;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.08px;
    @media (min-width: 992px) {
        color: #777;
        text-align: justify;
        font-family: Pretendard;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 175% */
        letter-spacing: -0.08px;
    }
}
.blog-guide-list-box ul {
    padding-left: 28px;
    text-indent: -2px;
}
.guide-btn-area {
    text-align: center;
    margin-top: 48px;
}

.guide_btn {
    height: 43px;
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.16px;
    padding: 0 16px;
    min-width: 210px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Blue, #2196F3);
    transition: .3s;

    @media (min-width: 992px) {
        font-size: 17px;
        height: 50px;
        padding: 0 15px;
        min-width: 253px;
    }
}

.guide_btn:hover {
    color: #FFF;
    background: #128AE9;
}

.guide_btn:active {
    color: #FFF;
    background: #3185C8;
}

.guide_link {
    color: #2196F3;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.09px;
}

.guide_link:hover {
    color: #2196F3;
    text-decoration: underline;
}

.guide_body_bold {
    font-weight: 500 !important;
    color: #222;
}

.guide_body_bold_2 {
    font-weight: 600 !important;
    color: #222;
}
.word_break_all {
    word-break: break-all !important;
}

/* 2025 가이드 끝 */
.section.padding_96 {
    padding: 96px 0 !important;
}

.main_area {
    @media (max-width: 991px) {
        margin-bottom: 50px !important;
    }
}

.openapi_content h2 {
    color: #242424;
    text-align: center;
    font-family: Pretendard;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    @media (min-width: 992px) {
        color: #242424;
        text-align: center;
        font-family: Pretendard;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.openapi_content .content_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 48px;

    @media (min-width: 992px) {
        padding: 96px 0;
    }
}

.openapi_content .content_1 h2.content_1-sub-title {
    margin-top: 6px;
    color: #242424;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;

    @media (min-width: 992px) {
        color: #242424;
        text-align: center;
        font-family: Pretendard;
        font-size: 35px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

.openapi_content .content_1 .box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 39px;

    @media (min-width: 992px) {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 30px;
        max-width: 824px;
        margin: 0 auto;
        margin-top: 102px;
    }
}

.openapi_content .content_1 .box1 .item {
    width: 260px;
    display: flex;
    gap: 12px;
    border-radius: 9px;
    border: 0.5px solid #DADADA;
    background: #FFF;
    box-shadow: 0px 5px 15px 0px rgba(229, 229, 229, 0.52);
    padding: 15px 19px;

    @media (min-width: 992px) {
        width: 397px;
        gap: 17px;
        border-radius: 15px;
        padding: 24px 38px;
    }
}

.openapi_content .content_1 .box1 .item p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 26px;
    color: #4D4D4D;

    @media (min-width: 992px) {
        color: #4D4D4D;
        font-family: Pretendard;
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }
}

.openapi_content .content_1 .box1 .item img {
    width: 26px;
    height: 26px;

    @media (min-width: 992px) {
        width: 40px;
        height: 40px;
    }
}

.openapi_content .content_1 .box2 {
    text-align: center;
    margin-top: 25px;

    @media (min-width: 992px) {
        margin-top: 23px;
    }
}

.openapi_content .content_1 .box2 img {
    width: 16px;
    margin-bottom: 9px;

    @media (min-width: 992px) {
        width: 16px;
        margin-bottom: 8px;
    }
}

.openapi_content .content_1 .box2 h2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #4D4D4D;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    @media (min-width: 992px) {
        color: #4D4D4D;
        text-align: center;
        font-family: Pretendard;
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

.openapi_content .content_2 {
    padding: 72px 0 8px;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;

    @media (min-width: 992px) {
        padding: 96px 0;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 97px;
    }
}


.openapi_content .content_2 .box1 h2 {
    margin-bottom: 20px;

    @media (min-width: 992px) {
        text-align: left;
    }
}

.openapi_content .content_2 .box1 .item {
    text-align: center;
    margin-bottom: 22px;
    transition: 0.5s;

    @media (min-width: 992px) {
        margin-bottom: 0;
        text-align: left;
    }
}

.openapi_content .content_2 .box2 .item {
    position: relative;
    /* transition: 0.5s; */
}

/* 추후 이벤트 수정 필요 */
.openapi_content .content_2 .box2 .item.active {
    box-shadow: 0px 10px 33px 0px rgba(177, 234, 172, 0.35);

}

.openapi_content .content_2 .box2 .item.active p {
    color: #79CA71;
}

.openapi_content .content_2 .box2 .item.active svg path {
    fill: #79CA71;
}

/* 추후 이벤트 수정 필요 종료 */

.openapi_content .content_2 .box2 .item svg path {
    fill: #79CA71;
}

/* .openapi_content .content_2 .box .item {} */
.openapi_content .content_2 .box1 .item img {
    width: 10px;
    height: 10px;
    vertical-align: -1px;
    margin-right: 5px;

    @media (min-width: 992px) {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        margin-right: 8px;
        vertical-align: -2px;

    }
}

.openapi_content .content_2 .box1 .item p {
    color: #79CA71;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;

    @media (min-width: 992px) {
        color: #5AB851;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: left;
        margin-bottom: 13px;
    }
}

.openapi_content .content_2 .box2-area {
    width: 340px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;

    @media (min-width: 992px) {
        width: 457px;
        margin: 0;

    }
}

.openapi_content .content_2 .box2-wrap {
    display: flex;
    width: 468px;
    gap: 16px;
    will-change: transform;
    /* 성능 최적화 */
    animation: roll 10s linear infinite;

    @media (min-width: 992px) {
        animation: roll 10s linear infinite;
        left: 0;
        /* 초기 위치 */
        width: 604px;
        /* 두 박스의 총 너비 */
        gap: 16px;
    }
}

@keyframes roll {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes roll-mb {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-45%);
    }

    100% {
        transform: translateX(-90%);
    }
}


.openapi_content .content_2 .box2 {

    display: flex;
    gap: 16px;
    justify-content: center;
    /* width: 340px; */
    height: 163px;
    padding-top: 20px;

    @media (min-width: 992px) {
        margin: 0;
        height: 203px;
    }
}

.openapi_content .content_2 .box2-area::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 186px;
    height: 143px;
    background: linear-gradient(270deg, rgba(247, 247, 247, 0.00) 80.31%, #F7F7F7 102.74%);
    z-index: 1;
    pointer-events: none;

    @media (min-width: 992px) {
        width: 125px;
        height: 203px;
        background: linear-gradient(270deg, rgba(247, 247, 247, 0.00) 38%, #F7F7F7 94.8%);
    }
}

.openapi_content .content_2 .box2-area::after {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 186px;
    height: 143px;
    background: linear-gradient(90deg, rgba(247, 247, 247, 0.00) 80.31%, #F7F7F7 102.74%);
    z-index: 1;

    @media (min-width: 992px) {
        width: 125px;
        height: 203px;
        background: linear-gradient(90deg, rgba(247, 247, 247, 0.00) 38%, #F7F7F7 94.8%);
    }
}


.openapi_content .content_2 .box2 .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    border: 0.5px solid #DADADA;
    background: #FFF;
    box-shadow: 0px 0px 10px 5px rgba(227, 227, 227, 0.25);
    min-width: 101px;
    height: 109px;
    justify-content: space-between;

    @media (min-width: 992px) {
        min-width: 135px;
        height: 145px;
    }
}

.openapi_content .content_2 .box2 .item svg {
    margin-top: 22px;

    @media (min-width: 992px) {
        margin-top: 30px;
    }
}

.openapi_content .content_2 .box2 .item2-1 svg {
    width: 24px;
    height: 28px;

    @media (min-width: 992px) {
        width: 33px;
        height: 38px;
    }
}

.openapi_content .content_2 .box2 .item2-2 svg {
    width: 25px;
    height: 28px;

    @media (min-width: 992px) {
        width: 33px;
        height: 38px;
    }
}

.openapi_content .content_2 .box2 .item2-3 svg {
    width: 24px;
    height: 28px;

    @media (min-width: 992px) {
        width: 33px;
        height: 38px;
    }
}

.openapi_content .content_2 .box2 .item2-4 svg {
    /* width: 24px; */
    height: 26px;

    @media (min-width: 992px) {
        height: 38px;
    }
}

.openapi_content .content_2 .box2 .item p {
    margin-bottom: 25px;
    color: #4D4D4D;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    @media (min-width: 992px) {
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1px;
    }
}

.openapi_content .content_3 {
    padding: 72px 0 8px;
    text-align: center;

    @media (min-width: 992px) {
        padding: 96px 0;
    }
}

.openapi_content .content_3 .btn {
    display: inline-flex;
    width: 196px;
    height: 41px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #222;
    color: #fff;
    font-size: 17px;

    @media (min-width: 992px) {
        width: 273px;
        height: 62px;
        font-size: 22px;
    }
}

.openapi_content .content_3 .btn svg {
    width: 8px;
    height: 13px;
    margin-bottom: 1px;

    @media (min-width: 992px) {
        width: 12px;
        height: 20px;
    }
}

.openapi_content .content_3 .btn:hover {
    background-color: #3D3D3D;
}

.openapi_content .content_3 .btn:active {
    background-color: #383838;
}

.plan-openapi-area {
    width: 317px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    background: #79CA71;
    margin-top: 12px;
    padding: 0 18px 0 21px;
    align-items: center;

    @media (min-width: 992px) {
        width: 100%;
        height: 82px;
        margin-top: 32px;
        padding: 0 54px;
    }

}

.plan-openapi-area .openapi-wrap {
    display: flex;
    align-items: center
}

.plan-openapi-area .openapi-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-right: 6px;

    @media (min-width: 992px) {

        width: 38px;
        height: 38px;
        margin-right: 13px;
    }
}

.plan-openapi-area .openapi-img img {
    width: 16px;
    height: 16px;

    @media (min-width: 992px) {

        width: 20px;
        height: 20px;
    }
}

.plan-openapi-area p {
    color: #222;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    /* margin-right: 84px; */
    @media (min-width: 992px) {
        /* margin-right: 294px; */
        color: #222;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

.plan-openapi-area p span {
    color: #222;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    margin-right: 5px;
    line-height: normal;

    @media (min-width: 992px) {
        color: #222;
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-right: 7px;
    }
}

.plan-openapi-area a {
    padding-bottom: 6px !important;
}

.content_padding_pc {
    padding: 96px 0 !important;
}

.content_padding_mb {
    padding: 72px 0 48px !important;
}

.slick-content .slick-dots li button:before {
    position: static;
}

.guide_btn.partner {
    min-width: 166px;

    @media (min-width: 992px) {
        min-width: 188px;
    }
}

/* 고객사 페이지 리뉴얼 */
.reference-menu :is(p, li, ul, h2, h3),
.reference-list-wrap :is(p, li, ul, h2, h3) {
    /* 리셋 */
    margin-bottom: 0;
    line-height: 1;
    list-style: none;
    padding-left: 0;
}

main:has(.reference-menu) {
    overflow: visible;
}

.reference-title {}

main:has(.reference-title) #banner-inquiry {
    margin-top: 220px;
}

.reference-title h2 {
    color: #222;
    text-align: center;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
    margin-top: 72px;

    @media (min-width: 992px) {
        color: #222;
        text-align: center;
        font-family: Pretendard;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 24px;
        margin-top: 88px;
    }
}

.reference-title p {
    color: #5C656E;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 14px;
    margin-bottom: 36px !important;

    @media (min-width: 992px) {
        margin-bottom: 0 !important;
        margin-top: 24px;
        color: #5C656E;
        text-align: center;
        font-family: Pretendard;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.reference-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 1;
    border-top: 1px solid #E9E9E9;
    background-color: #fff;
    padding: 12px 50px 6px;
    border-bottom: 1px solid #E9E9E9;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 2px 6px;
    @media (min-width: 992px) {
        border-bottom: none;
        border-top: none;
        padding: 80px 0 0 0;
        margin: 0 auto;
        box-shadow: none;
    }
}

.reference-menu ul {
    
    position: relative;
    
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 26px;
    @media (min-width: 992px) {
        border-bottom: 1px solid #E9E9E9;
    }
    
}
.reference-menu ul::after {
    @media (min-width: 992px) {
        position: absolute;
        content: '';
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #ffffff00;
        box-shadow: rgb(0 0 0 / 21%) 0px 3px 7px;
    }
}


.reference-menu ul li a {
    display: inline-block;
    color: #6D6D6D;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.17px;
    padding-bottom: 6px;

    @media (min-width: 992px) {
        height: 38px;
        color: #6D6D6D;
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.2px;
        padding-bottom: 0;

    }
}

.reference-menu ul li.active a {
    position: relative;
    color: #222;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.17px;

    @media (min-width: 992px) {
        color: #222;
        font-family: Pretendard;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.2px;
    }
}

.reference-menu ul li.active a::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    background-color: #222;
    height: 2px;
    @media (min-width: 992px) {
        width: calc(100% + 10px);
        left: -5px;
    }
    
}

.reference-list-wrap {
    width: calc(100% - 60px);
    margin: 38px auto 72px;

    @media (min-width: 992px) {
        margin: 57px auto 167px;
        width: 100%;
        max-width: 920px;
    }
}

.reference-list-wrap ul {
    display: flex;
    flex-direction: column;

    @media (min-width: 992px) {}
}

.reference-list-wrap p {
    color: #222;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    margin-bottom: 17px !important;
    padding-top: 72px;

    @media (min-width: 992px) {
        color: #222;
        font-family: Pretendard;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.24px;
        margin-bottom: 26px !important;
        padding-top: 96px;
    }
}

.reference-list-wrap ul li:nth-child(1) p {
    padding-top: 0;
}

.reference-list-wrap .list-area {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 8px;

    @media (min-width: 992px) {
        gap: 24px 30px;
    }
}

.reference-list-wrap .list-area .item {
    width: 100px;
    /* height: 54px; */
    border-radius: 8px;
    border: 1px solid #DDD;
    display: flex;
    justify-content: center;
    align-items: center;

    width: calc(100% / 3 - 6px);


    @media (min-width: 992px) {
        width: 160px;
        height: 88px;
    }
}
.mkt_none {
    display: block;
}
.mkt_none.area_hide {
    display: none;
}
/* 마케팅 활용 관련 리뉴얼 */
.mkt-text-box-inquiry :is(p, li, ul, h2, h3) {
  /* 리셋 */
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
  list-style: none;
  padding-left: 0;
}

.mkt-text-box-inquiry {
  margin-top: 5px;
  margin-left: 17px;

  @media (min-width: 992px) {
    margin-top: 7px;
    margin-left: 26px;
  }
}

.mkt-text-box-inquiry .text {
text-align: left;
  color: #7E7E7E;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;

  @media (min-width: 992px) {

    color: #939393;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}

.mkt-text-box-inquiry .text span {
  color: #2196F3;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  @media (min-width: 992px) {

    color: #2196F3;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.mkt-text-box-inquiry ul {
  margin-top: 9px;

  @media (min-width: 992px) {

    margin-top: 6px;
  }
}

.mkt-text-box-inquiry ul li {
  color: #333;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

  /* 18.2px */
  @media (min-width: 992px) {

    color: #222;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
  }
}
@media (max-width: 580px) {
    .reference_banner {
        padding-bottom: 100px;
    }

  }