/* 2024 07 renewal style */

/* public */
* {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;

}

.m-slide-br {
    display: none;
}

.business-color {
    color: #7927ff;
    display: inline-block;
    font-weight: bold;
}

.infra-color {
    color: #00cf51;
    display: inline-block;
    font-weight: bold;
}

.banking-color {
    color: #F77700;
    display: inline-block;
    font-weight: bold;
}

.sec-centent {
    padding: 0;

}

.pc-video {
    display: block;
}

.m-video {
    display: none;
}

.m-360 {
    display: none;
}

/* board */


/* footer */
.sec-footer {
    background: #F0F0F0;
    padding: 0;
}

.sec-footer .wr {
    width: 95%;
    max-width: 1200px;

}

.sec-footer .ft-top-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 140px;
    padding: 30px 0;
    background: #E9E9E9;
    width: 100%;
    border-bottom: 1px solid #a8a8a8;
}

.sec-footer .ft-top-link .bar- {
    width: 1px;
    height: 40px;
    background: #a8a8a8;
}

.sec-footer .ft-top-link a {
    color: #222;
    font-size: 26px;
    font-weight: 600;
}

.sec-footer .ft-btm {
    padding: 70px 0;
    margin: 0;
    border: none;
}

.sec-footer .ft-btm .ft-logo {
    width: 175px;
    margin-bottom: 24px;
    display: block;
}

.sec-footer .ft-btm .ft-info {
    float: initial;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.sec-footer .ft-btm .ft-info p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    color: #636363;
}

.sec-footer .ft-btm .ft-info .ft-right .flex-wrap {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: end;
    font-size: 18px;
    font-weight: bold;
    color: #636363;
}

.sec-footer .ft-btm .ft-info .ft-right>p {
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

#top_btn {
    background: none;
    box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

/* header */
.sec-header {
    transition: all 0.5s;
}

.sec-header .logo .logo-b {
    display: block;
}

.sec-header .logo .logo-w {
    display: none;
}

.sec-header.main- .logo .logo-b {
    display: none;
}

.sec-header .logo img {
    height: 26px;
    max-width: initial;
}

.sec-header.main- .logo .logo-w {
    display: block;
}

.sec-header.main- {
    background: none;
    box-shadow: none;
}

.sec-header.main- ul>li>a {
    font-weight: 600;
}

.sec-header.main- * {
    color: #fff;
}

.sec-header.main- .all-btn span {
    background: #fff;
}

.sec-header.main- .lang>p .icon-btn {
    background: #fff;
}

.sec-header.main- .lang>p .icon-btn span {
    background: #000;
}

.sec-header.over- {
    background: #fff;
}

.sec-header.over- ul>li>a {
    font-weight: 600;
}

.sec-header.over- * {
    color: #222;
}

.sec-header.over- .all-btn span {
    background: #222;
}

.sec-header.over- .lang>p .icon-btn {
    background: #222;
}

.sec-header.over- .lang>p .icon-btn span {
    background: #fff;
}

.sec-header.over- .logo .logo-b {
    display: block;
}

.sec-header.over- .logo .logo-w {
    display: none;
}

.sec-header.fixed {
    top: -70px;
}

.sec-header.fixed ul>li>a {
    font-weight: 600;
}

.sec-header.up- {
    top: 0;
}

.sec-header.fixed.up- {
    background: #fff;
}

.sec-header.fixed.up- * {
    color: #222;
}

.sec-header.fixed.up- .all-btn span {
    background: #222;
}

.sec-header.fixed.up- .logo .logo-b {
    display: block;
}

.sec-header.fixed.up- .logo .logo-w {
    display: none;
}

.sec-header.fixed.up- .lang>p .icon-btn {
    background: #000;
}

.sec-header.fixed.up- .lang>p .icon-btn span {
    background: #fff;
}

.header * {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #222;
}

.gnb>ul {
    gap: 60px;
    justify-content: center;
}

.gnb>ul>li>a {
    padding: 0;
    font-size: 19px;
    letter-spacing: 0.0px;
    display: block;
    width: max-content;
    position: relative;
}

.lang {
    border: none;
    width: max-content;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.lang>p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 6px;
    align-items: center;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
}

.lang>p .icon-btn {
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 100%;
    position: relative;
    display: block;
    transition: all 0.5s;
}

.lang>p .icon-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lang>p .icon-btn span:nth-child(1) {
    width: 8px;
    height: 2px;
    background: #fff;
}

.lang>p .icon-btn span:nth-child(2) {
    width: 2px;
    height: 8px;
    background: #fff;
}

.lang ul {
    border: none;
    border-radius: 12px;
    background: #efefef;
    padding: 26px;
    width: max-content;
    top: 50px;
    display: none !important;
}

.lang.slide- ul {
    display: block !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.lang ul li+li {
    margin-top: 25px;

}

.sec-header .lang.slide- .icon-btn {
    background: #1F57F8 !important;
    transform: rotate(135deg);
}

.sec-header .lang ul li a {
    padding: 0;
    color: #101010;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.gnb>ul>li:hover>a {
    color: #1F57F8 !important;
}

.gnb>ul>li.select->a {
    color: #1F57F8 !important;
}

.gnb>ul>li.select->a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1F57F8;
    border-radius: 100%;
    right: 0;
    top: 18px;
    transform: translateX(120%);
}

.gnb-wr.page-on {
    display: block;
}

.sec-header.fixed,
.gnb-wr {
    box-shadow: 0px 4px 4px 0px rgba(16, 16, 16, 0.08);
}

.gnb-box {
    padding: 10px 0;
    max-width: initial;
}

.gnb-box .gb-depth {
    display: block;
    padding: 0;
    border: none;
    width: 100%;
}

.gnb-box .gb-depth ul {
    display: flex;
    padding: 0;
    border: none;
    gap: 32px;
    width: max-content;
    margin: auto;
}

.gnb-box .gb-depth ul li {
    margin: 0;
}

.gnb-box .gb-depth ul li a {
    display: block;
    padding: 8px 12px;
    border-radius: 99px;
    color: #565656;
    letter-spacing: 0.0px;
}

.gnb-box .gb-depth ul li.on- a {
    background: #1F57F8 !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.gnb-box .gb-depth ul li a:hover {
    color: #222;
    background: #eee;
}

.all-gnb {
    overflow-y: auto;
    position: fixed;
    left: -100%;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: initial;
}

.all-gnb.open>ul {
    left: 0;
}

.all-gnb>ul {
    width: 100%;
    display: block;
    position: initial;
    padding: 0;
    transition: initial;
}

.all-gnb.open {
    left: 0;
}

.header .all-gnb * {
    color: #222;
}

.all-gnb>ul>li>div>a {
    margin: 0;
    font-size: 30px;
    font-weight: bold;


}

.all-gnb>ul>li>div.flex- {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding-right: 5%;
    cursor: pointer;
}

.all-gnb>ul>li>div.flex-.open->a {
    color: #1F57F8;
}

.all-gnb>ul>li>div.flex-.open- svg {
    transform: rotate(180deg);
}

.all-gnb>ul>li>div.flex-.open- svg path {
    fill: #1F57F8;
}

.all-gnb>ul>li>ul>li>a::before {
    display: none;
}

.all-gnb>ul>li>ul>li>a {
    font-size: 26px;
    color: #222;
    font-weight: normal;
    padding: 0;
    width: max-content;
}

.all-gnb>ul>li {
    padding: 0;
    width: 100%;
    border: none;
}

.all-gnb>ul>li a {
    padding-left: 5%;
}

.all-gnb>ul>li>ul>li {
    padding-left: 55px;
    margin: 0;
    line-height: 1;
}

.all-gnb>ul>li>ul {
    background: #f0f0f0;
    padding: 38px 0;
    display: none;
}

.all-gnb>ul>li>ul>li+li {
    margin-top: 65px;
}

.all-gnb>ul>li>ul>li>a:hover {
    color: inherit;
    padding: 0;
}

.all-gnb.open>ul::-webkit-scrollbar {
    display: none;
}

.all-gnb.open>ul {
    -ms-overflow-style: none;
    /* 인터넷 익스플로러 */
    scrollbar-width: none;
    /* 파이어폭스 */
}

.all-gnb .all-logo {
    width: 100%;
    margin: auto;
    padding: 0 5%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
}

.all-gnb.visibility- {
    display: none !important;
}

.all-gnb .all-logo .logo {
    display: inline-flex;
    align-items: center;
    position: inherit;
    transform: initial;
    margin-left: 0;
}

.all-gnb .all-logo .logo img {
    height: 26px;
}

.all-gnb .gnb-close {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-left: 5px;
}

/* main */

.main {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.main-visual {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-size: cover;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    background: #000;
}

.main .main-visual video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: initial !important;
    min-height: initial !important;
    object-fit: fill;
    z-index: -1;
}

@media screen and (max-aspect-ratio: 1219/685) {
    .main .main-visual .pc-video {
        width: auto;
        height: 100%;
    }

    .main .main-visual .m-video {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-aspect-ratio: 500/830) {
    .main .main-visual .m-video {
        width: auto;
        height: 100%;
    }
}

.main-visual>.bg- {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: initial;

}

.main-visual .main-title {
    font-weight: bold;
    font-size: 80px;
    width: 95%;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    top: calc(50%);
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.2;
}

.main-visual>.arrow- {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    transition: bottom 1s linear;
    animation: arrow 1s ease alternate infinite;
}

@keyframes arrow {
    from {
        bottom: 5%;
    }

    to {
        bottom: 3%;
    }
}

.main-sec {
    padding: 160px 0;
    color: #222;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    position: relative;
    z-index: 2;
    background: #fff;
}

.main-sec .wr {
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

.main-sec .sec-title {
    text-align: center;
    margin-bottom: 80px;
}

.main-sec .sec-title h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 32px;
}

.main-sec .sec-title p {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 300;
}

.main-sec00 {
    margin-top: 90vh;
}

.main-sec00 .content-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.main-sec00 .content-wrap .box- {
    width: calc(50% - 15px);
    height: 170px;
    background: #fff;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-left: 40px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.16);
}

.main-sec00 .content-wrap .box- .img-box {
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.main-sec00 .content-wrap .box- .img-box img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-sec00 .content-wrap .box- .text-box h6 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    padding-top: 10px;
}

.main-sec00 .content-wrap .box- .text-box p {
    font-size: 20px;
    line-height: 28px;
}

.main-sec00 .content-wrap .box-:hover {
    background: #F5F8FF;
}

.main-sec01:before {
    display: none;
}

.main-sec01 {
    background: #1F57F8;
}

.main-sec01 .sec-title {
    color: #fff;
}

.main-sec01 .software-banner {
    width: 100%;
}

.software-banner.pc-slide {
    display: block;
}

.software-banner.m-slide {
    display: none;
}

.main-sec01 .software-banner .swiper-slide {
    width: 14.5%;
    position: relative;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    height: 425px;
    border-radius: 20px;
    overflow: hidden;
    transition: width 1s;
    cursor: pointer;
}

.main-sec01 .software-banner .swiper-slide.active- {
    width: 100%;
}

.main-sec01 .software-banner .swiper-slide>img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: height 3s;
    max-width: initial;
}

.main-sec01 .software-banner .swiper-slide.active->img {
    height: 130%;
}

.main-sec01 .software-banner .swiper-slide .text-box {
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
    padding: 0 48px;
    opacity: 0;
    visibility: hidden;

}

.main-sec01 .software-banner .swiper-slide>a {
    opacity: 0;
    visibility: hidden;
}

.main-sec01 .software-banner .swiper-slide.active- .text-box {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s 1s;
}

.main-sec01 .software-banner .swiper-slide.active->a {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s 1s;
}

.main-sec01 .software-banner.m-slide .swiper-slide .text-box {
    opacity: 1;
    visibility: visible;
}

.main-sec01 .software-banner.m-slide .swiper-slide>a {
    opacity: 1;
    visibility: visible;
}

.main-sec01 .software-banner .swiper-slide-active .text-box {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s 1s;
}

.main-sec01 .software-banner .swiper-slide-active>a {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s 1s;
}

.main-sec01 .swiper-container {
    overflow: initial;
}

.main-sec01 .software-banner .swiper-slide .text-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    color: #fff;
}

.main-sec01 .software-banner .swiper-slide .text-box a img {
    width: 48px;
    height: auto;

}

.main-sec01 .software-banner .swiper-slide .text-box p {
    margin-top: 12px;
    font-size: 32px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.main-sec01 .software-banner .swiper-slide .text-box .text- {
    font-size: 23px;
    line-height: 1.4;
    margin-top: 65px;
    font-weight: normal;
    letter-spacing: 0.05px;
}

.main-sec01 .software-banner .swiper-wrapper {
    display: flex;
    align-items: center;
    gap: 2%;
    transition: transform 0.5s;
}

.main-sec01 .software-banner.m-slide {
    width: 80%;
}

.main-sec01 .software-banner.m-slide .swiper-wrapper {
    gap: 0;
    width: 100%;
}

.main-sec01 .software-banner.m-slide .swiper-wrapper .swiper-slide {
    width: 14.5%;
}

.main-sec01 .software-banner.m-slide .swiper-wrapper .swiper-slide-active {
    width: 100%;
    max-width: 100%;
}

.main-sec01 .pagnation- {
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    margin-bottom: 50px;
}

.main-sec01 .pagnation->div {
    cursor: pointer;
    border-radius: 99px;
    background: #eee;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    padding: 8px 24px;
}

.main-sec01 .pagnation->div.active- {
    color: #fff;
    background: #101010;
    width: max-content;
}

.main-sec01.mobile- .software-banner.m-slide {
    width: 100%;
}

.main-sec01.mobile- .software-banner .swiper-slide>a {
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
}

.main-sec01.mobile- .software-banner .swiper-slide .text-box p {
    line-height: 1;
}

.main-sec01.mobile- .software-banner .swiper-slide>a img {
    display: none;
}

.main-sec01.mobile- .software-banner.m-slide .swiper-wrapper {
    flex-direction: column;
    gap: 16px;
}

.main-sec01.mobile- .software-banner.m-slide .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 220px;
    max-width: 530px;
}

.main-sec02 {
    background: #0f1b3d;
    padding: 120px 0;
}

.main-sec02 .flex-wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.main-sec02 .flex-wrap>div {
    width: 44.5%;
}

.main-sec02:after {
    display: none;
}

.main-sec02 .board-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    margin-bottom: 80px;
}

.main-sec02 .board-title h6 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.main-sec02 .board- ul {
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
}

.main-sec02 .board- ul li,
.main-sec02 .board- ul li a {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.main-sec02 .board- ul li a {
    padding: 0;
}

.main-sec02 .board- ul li:hover a {
    background: none;
    color: #fff;
}

/* sub */
.sub .sec {
    padding-top: 130px;
}

.company .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 140px;
}

.company .sub-sm-tit02,
.company .sub-l-tit {
    font-size: 40px;
    font-weight: 500;
}

.company .content-wrap .box- {
    width: 31.79%;
    height: 407px;
    border-radius: 47px;
    background: #fff;
    text-align: center;
    color: #222;
    padding-top: 50px;
}

.company .content-wrap .box->div {
    width: 115px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.company .content-wrap .box- .box-title {
    font-size: 36px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 23px 0 25px;
    line-height: 1;

}

.company .content-wrap .box- .sub-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

.company .content-wrap .box- .text- {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
}

.company .sec:nth-child(1) {
    padding: 0;
}

.history ul {
    margin: 0;
}

.history ul li img {
    display: none;
}

.milestones {
    padding-bottom: 150px;
}

.demo- {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
}

.demo- .demo-btn {
    width: max-content;
    padding: 20px 100px;
    border-radius: 99px;
    color: #222;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #707070;
    margin: auto;
    cursor: pointer;
}

.core.pd-sec .middle-banner::before {
    background: #7927ff;
}

.core.pd-sec .f-color {
    color: #7927ff;
}

.core.pd-sec .container->.title-::after {
    background: #7927ff;
}

.core.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #7927ff;
}

.pd-sec .container- .half-box-wrap+.number-list {
    margin-top: 33px;
}

.core.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #7927ff;
}

.core.pd-sec .container- .wrap- .hover-box-wrap .color-box {
    background: #7927ff;
}

.card.pd-sec .f-color {
    color: #7927ff;
}

.card.pd-sec .container->.title-::after {
    background: #7927ff;
}

.card.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #7927ff;
}

.card.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #7927ff;
}

.card.pd-sec .container- .wrap- .hover-box-wrap .color-box {
    background: #7927ff;
}

.asset.pd-sec .f-color {
    color: #7927ff;
}

.asset.pd-sec .container->.title-::after {
    background: #7927ff;
}

.asset.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #7927ff;
}

.asset.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #7927ff;
}

.asset.pd-sec .container- .wrap- .hover-box-wrap .color-box {
    background: #7927ff;
}

.los.pd-sec .f-color {
    color: #7927ff;
}

.los.pd-sec .container->.title-::after {
    background: #7927ff;
}

.los.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #7927ff;
}

.los.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #7927ff;
}

.erp.pd-sec .f-color {
    color: #7927ff;
}

.erp.pd-sec .container- .wrap- .wrap-tabs .tabs.active {
    background: #7927ff;
}

.pd-sec .container- .wrap- .clientes- .title- {
    background: #7927ff;
}

.erp.pd-sec .container->.title-::after {
    background: #7927ff;
}

.erp.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #7927ff;
}

.erp.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #7927ff;
}

.erp.pd-sec .container- .wrap- .wrap-tabs .tabs.active {
    background: #7927ff;
}

.framework.pd-sec .f-color {
    color: #00CF51;
}

.framework.pd-sec .container->.title-::after {
    background: #00CF51;
}

.framework.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #00CF51;
}

.framework.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #00CF51;
}

.product.pd-sec .f-color {
    color: #00CF51;
}

.product.pd-sec .container->.title-::after {
    background: #00CF51;
}

.product.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #00CF51;
}

.product.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #00CF51;
}

.product.pd-sec .container- .wrap- .wrap-tabs .tabs.active {
    background: #00CF51;
}

.java.pd-sec .f-color {
    color: #00CF51;
}

.java.pd-sec .container->.title-::after {
    background: #00CF51;
}

.java.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #00CF51;
}

.java.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #00CF51;
}

.java.pd-sec .container- .wrap- .wrap-tabs .tabs.active {
    background: #00CF51;
}

.integration.pd-sec .f-color {
    color: #00CF51;
}

.integration.pd-sec .container->.title-::after {
    background: #00CF51;
}

.integration.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #00CF51;
}

.integration.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #00CF51;
}

.integration.pd-sec .container- .wrap- .wrap-tabs .tabs.active {
    background: #00CF51;
}

.cloudframe.pd-sec .f-color {
    color: #00CF51;
}

.cloudframe.pd-sec .container->.title-::after {
    background: #00CF51;
}

.cloudframe.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #00CF51;
}

.cloudframe.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #00CF51;
}

.cloudframe.pd-sec .container- .wrap- .wrap-tabs .tabs.active {
    background: #00CF51;
}

.gator.pd-sec .f-color {
    color: #00CF51;
}

.gator.pd-sec .container->.title-::after {
    background: #00CF51;
}

.gator.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #00CF51;
}

.gator.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #00CF51;
}

.enpharos.pd-sec .f-color {
    color: #00CF51;
}

.enpharos.pd-sec .container->.title-::after {
    background: #00CF51;
}

.enpharos.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #00CF51;
}

.enpharos.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #00CF51;
}

.enpharos.pd-sec .more- {
    background: #00CF51;
}

.lease.pd-sec .f-color {
    color: #F77700;
}

.lease.pd-sec .container->.title-::after {
    background: #F77700;
}

.lease.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #F77700;
}

.lease.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #F77700;
}

.micro.pd-sec .f-color {
    color: #F77700;
}

.micro.pd-sec .container->.title-::after {
    background: #F77700;
}

.micro.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #F77700;
}

.micro.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #F77700;
}

.bada-sas.pd-sec .f-color {
    color: #F77700;
}

.bada-sas.pd-sec .container->.title-::after {
    background: #F77700;
}

.bada-sas.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #F77700;
}

.bada-sas.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #F77700;
}

.implementation.pd-sec .f-color {
    color: #3A83D8;
}

.implementation.pd-sec .container->.title-::after {
    background: #3A83D8;
}

.implementation.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #3A83D8;
}

.implementation.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #3A83D8;
}

.implementation.pd-sec .title-wrap {
    display: block;
}

.implementation.pd-sec .title-wrap .title- {
    width: 100%;
    text-align: center;
    padding: 0;
}

.management.pd-sec .f-color {
    color: #3A83D8;
}

.management.pd-sec .container->.title-::after {
    background: #3A83D8;
}

.management.pd-sec .container- .wrap- .hover-box-wrap .box-:hover {
    border-color: #3A83D8;
}

.management.pd-sec .container- .half-box-wrap .box-:hover {
    border-color: #3A83D8;
}

.management.pd-sec .title-wrap {
    display: block;
}

.management.pd-sec .title-wrap .title- {
    width: 100%;
    text-align: center;
    padding: 0;
}

.pd-sec {
    color: #222;
}

.pd-sec .title-wrap {
    display: flex;
    justify-content: space-between;
    color: #222;
    margin-bottom: 120px;
}

.pd-sec .title-wrap .title- {
    padding-top: 50px;
    width: 67%;
}

.pd-sec .title-wrap h6 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
}

.pd-sec .title-wrap h6 span {
    font-weight: bold;
    line-height: 1.3;
    display: inline-block;
}

.pd-sec .title-wrap p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 24px;
}

.pd-sec .title-wrap .img-box {
    height: 400px;
}

.pd-sec .title-wrap .img-box img {
    width: auto;
    height: 100%;
    max-width: initial;
}

.pd-sec .container- {
    display: flex;
    gap: 57px;
}

.pd-sec .middle-banner {
    padding: 70px 0;
}

.pd-sec .middle-banner::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100vw;
    height: 263px;
    z-index: -1;

    transform: translateY(-30%);
}

.pd-sec .middle-banner.container->.title- {
    margin: 0;
    padding-top: 0;
    color: #fff;
}

.pd-sec .middle-banner>.title-::after {
    display: none;
}

.pd-sec .middle-banner .wrap- * {
    color: #fff;
}

.pd-sec .middle-banner .wrap- h6 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pd-sec .middle-banner .wrap- p {
    font-size: 18px;
    line-height: 1.4;
}

.pd-sec .container->.title- {
    width: 210px;
    position: relative;
    padding-top: 22px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}

.pd-sec .container->.title-::after {
    content: '';
    width: 42px;
    height: 7px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.pd-sec .container- .wrap- {
    width: calc(100% - 72px - 195px);
}

.pd-sec .container- .wrap- .wrap-text {
    font-size: 20px;
    line-height: 1.9;
}

.pd-sec .container- .wrap- .wrap-text+.box-title {
    margin-top: 144px;
}

.pd-sec .container- .wrap- .box-title {
    margin-top: 90px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
}

.pd-sec .container- .wrap- .box-text {
    font-size: 18px;
    color: #757575;
    line-height: 1.8;
}

.pd-sec .container- .wrap- .box-text+.hover-box-wrap {
    margin-top: 35px;
}

.pd-sec .container- .wrap- .box-text+.number-list {
    margin-top: 52px;
}

.pd-sec .container- .wrap- .hover-box-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 30px;
}

.pd-sec .container- .wrap- .hover-box-wrap .box- {
    width: 100%;
    min-height: 125px;
    border-radius: 20px;
    border: 1px solid #d0d0d0;
    padding: 25px;
}

.pd-sec .container- .wrap- .hover-box-wrap .color-box {
    color: #fff;
}

.pd-sec .container- .wrap- .hover-box-wrap .box- .title- {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.pd-sec .container- .wrap- .hover-box-wrap .box- p {
    padding-left: 14px;
    font-size: 18px;
    line-height: 1.8;
}

.pd-sec .container- .wrap- .hover-box-wrap .box- p .flex- {
    display: flex;
    gap: 25px;
    align-items: start;
}

.pd-sec .container- .wrap- .hover-box-wrap+.wrap-text {
    margin-top: 90px;
}

.pd-sec .container- .wrap- .hover-box-wrap+.wrap-text b {
    display: block;
    width: 100%;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.pd-sec .container- .wrap- .box-text+.half-box-wrap {
    margin-top: 60px;
}

.pd-sec .container-+.container- {
    margin-top: 190px;
}

.pd-sec .container- .acodian- .head- {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 28px;
    cursor: pointer;
    background: #f3f3f3;
    height: 56px;
    box-shadow: 0 1px 0 0 #BFBFBF, 0 1px 0 0 #BFBFBF inset;
}

.pd-sec .container- .acodian- .head-.open- svg {
    transform: rotate(0deg);
}

.pd-sec .container- .acodian- .head- h6 {
    font-size: 22px;
    font-weight: 500;
}

.pd-sec .container- .acodian- .head- svg {
    transform: rotate(180deg);
}

.pd-sec .container- .acodian- .content- {
    padding: 25px 29px 50px;
    font-size: 18px;
    line-height: 2;
    display: none;
}

.pd-sec .container- .half-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.pd-sec .container- .half-box-wrap .box- {
    width: calc(50% - 15px);
    padding: 35px 25px;
    border-radius: 20px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;

}

.pd-sec .container- .half-box-wrap .box- h6 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.04px;
}

.pd-sec .container- .half-box-wrap .box- p {
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
}

.pd-sec .container- .half-box-wrap .box- p.half-box-text {
    display: flex;
    align-items: start;
    gap: 45px;
}

.pd-sec .container- .half-box-wrap .box-:hover {
    border: 1px solid #000;
}

.pd-sec .container- .box-text+.wrap-list {
    margin-top: 50px;
}

.pd-sec .container- .wrap-list {
    position: relative;
    border-top: 1px solid #707070;
    padding-top: 10px;
}

.pd-sec .container- .wrap-list+.wrap-list {
    margin-top: 50px;
}

.pd-sec .container- .wrap-list::before {
    content: '';
    width: 50%;
    height: 5px;
    background: #707070;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
}

.pd-sec .container- .wrap-list.line-12::before {
    width: 12%;
}

.pd-sec .container- .wrap-list.line-26::before {
    width: 26%;
}

.pd-sec .container- .wrap-list.line-40::before {
    width: 40%;
}

.pd-sec .container- .wrap-list.line-38::before {
    width: 38%;
}

.pd-sec .container- .wrap-list li {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 15px;
}

.pd-sec .container- .title-wrap-list li {
    padding-left: 24px;
}

.pd-sec .container- .title-wrap-list li.li-title {
    font-weight: bold;
}

.pd-sec .container- .title-wrap-list li.text- {
    position: relative;
    margin-top: 15px;
}

.pd-sec .container- .title-wrap-list li.text-+.li-title {
    margin-top: 33px;
}

.pd-sec .container- .title-wrap-list li.text-::before {
    content: '·';
    position: absolute;
    left: 10px;
    top: 0px;
}

.pd-sec .container- .title-wrap-list li.list-title {
    padding: 0;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

.pd-sec .container- .wrap-list+.wrap-text {
    margin-top: 80px;
}

.pd-sec .container-.mt-half {
    margin-top: 60px;
}

.pd-sec .container- .wrap- .wrap-text+.hover-box-wrap {
    margin-top: 45px;
}


.pd-sec .container->.title-.none-title::after {
    width: 200px;
    top: 16px;
}

.pd-sec .container->.title->span {
    font-size: 0.65em;
}

.pd-sec .container- .acodian- .content- h6 {
    font-weight: bold;
}

.pd-sec .container- .acodian- .content- p {
    padding-left: 15px;
    line-height: 1.4;
    margin-top: 5px;
}

.pd-sec .container- .acodian- .content- p+h6 {
    margin-top: 26px;
}

.pd-sec .container- .wrap- .wrap-text+.half-box-wrap {
    margin-top: 60px;
}

.pd-sec .container- .wrap- .half-box-wrap+.wrap-text {
    margin-top: 50px;
}

.pd-sec .container- .wrap- .list- {
    border-top: 1px solid #BFBFBF;
}

.pd-sec .container- .wrap- .list- li {
    padding: 32px 15px;
    border-bottom: 1px solid #BFBFBF;
    display: flex;
    gap: 30px;
}

.pd-sec .container- .wrap- .list- li h6 {
    width: 160px;
    font-weight: bold;
    font-size: 18px;
}

.pd-sec .container- .wrap- .list- li p {
    width: calc(100% - 190px);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 18px;
}

.pd-sec .container- .wrap- .list-+.wrap-text {
    margin-top: 50px;
}

.pd-sec .container- .wrap- .acodian-+.wrap-text {
    margin-top: 50px;
}

.pd-sec .container- .wrap- table {
    width: 100%;
}

.pd-sec .container- .wrap- table th {
    text-align: center;
    height: 52px;
    background: #f3f3f3;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #BFBFBF;
    color: #222;
}

.pd-sec .container- .wrap- table .name {
    width: 18.26%;
}

.pd-sec .container- .wrap- table .act {
    width: 36.34%;
}

.pd-sec .container- .wrap- table .category {
    width: 23.69%;
}

.pd-sec .container- .wrap- table .etc {
    width: 21.71%;
}

.pd-sec .container- .wrap- table td {
    text-align: center;
    height: 102px;
    font-size: 18px;
    line-height: 1.8;
}

.pd-sec .container- .wrap- table td.name {
    font-weight: bold;
}

.pd-sec .container- .wrap- table td.name .more- {
    width: 97px;
    height: 26px;
    color: #fff;
    border-radius: 99px;
    cursor: pointer;
    font-size: 14px;
    margin: auto;
}

.pd-sec .container- .wrap- table td {
    border-bottom: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
}

.pd-sec .container- .wrap- table td:last-child {
    border-right: none;
}

.pd-sec .container- .wrap- table tr:last-child td {
    border-bottom: none;
}

.pd-sec .container- .wrap- table+.wrap-text {
    margin-top: 50px;
}

.pd-sec .container- .wrap- .number-list h6 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 13px;
    border-bottom: 1px solid #BFBFBF;
}

.pd-sec .container- .wrap- .number-list p {
    font-size: 18px;
    line-height: 1.9;
}

.pd-sec .container- .wrap- .number-list>div+div {
    margin-top: 35px;
}

.pd-sec .container- .wrap- .number-list+.wrap-text {
    margin-top: 60px;
}

.pd-sec .container- .wrap- .number-list-2 h6 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 32px;
    border-bottom: 1px solid #BFBFBF;
}

.pd-sec .container- .wrap- .sm-list h6 {
    padding-bottom: 29px;
    font-size: 20px;
}

.pd-sec .container- .wrap- .number-list-2 p {
    font-size: 18px;
    line-height: 1.4;
    padding: 32px 0;
    border-bottom: 1px solid #BFBFBF;
}

.pd-sec .container- .wrap- .number-list-2 p b {
    display: inline-block;
    margin-right: 25px;
}

.pd-sec .container- .wrap- .number-list-2 p:nth-child(1) {
    border-top: 1px solid #bfbfbf;
}

.pd-sec .container- .wrap- .number-list-2 .bold- {
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 16px;
}

.pd-sec .container- .wrap- .sm-list p {
    padding: 18px 14px;
}

.pd-sec .container- .wrap- .sm-list p b {
    display: inline-block;
    margin-right: 25px;
}

.pd-sec .container- .wrap- .number-list-2+.wrap-text {
    margin-top: 50px;
}

.pd-sec .container- .wrap- .wrap-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 97px;
}

.pd-sec .container- .wrap- .wrap-tabs .tabs {
    width: calc(33% - 13.33px);
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    background: #E9E9E9;
    cursor: pointer;
}

.pd-sec .container- .wrap- .wrap-tabs .tabs.active {
    color: #fff;
}

.pd-sec .container- .wrap- .tab-content {
    display: none;
}

.pd-sec .container- .wrap- .tab-content.active {
    display: block;
}

.pd-sec .container- .wrap- .tab-content .tab-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 1px solid #707070;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.pd-sec .container- .wrap- .tab-content .tab-title span {
    font-size: 18px;
    font-weight: 500;
    color: #757575;
    display: block;
}

.pd-sec .container- .wrap- .tab-content .content-wrap>h6 {
    padding: 0 13px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.pd-sec .container- .wrap- .tab-content .box- {
    padding: 0 35px;
}

.pd-sec .container- .wrap- .tab-content .box-+.box- {
    margin-top: 50px;
}

.pd-sec .container- .wrap- .tab-content .box->h6 {
    font-size: 18px;
    font-weight: bold;
}

.pd-sec .container- .wrap- .tab-content .box- .bg-box {
    margin-top: 10px;
    height: 40px;
    width: 100%;
    padding: 0 7px;
    display: flex;
    align-items: center;
    font-size: 18px;
    background: #ECECEC;
}

.pd-sec .container- .wrap- .tab-content .box->p {
    font-size: 18px;
    line-height: 1.8;
    border-top: 1px solid #BFBFBF;
    padding-top: 10px;
}

.pd-sec .container- .wrap- .tab-content .hover-box-wrap .box- {
    padding: 25px;
}

.pd-sec .container- .wrap- .tab-content .hover-box-wrap .box->p {
    border: none;
    padding-top: 0;
}

.pd-sec .container- .wrap- .tab-content .hover-box-wrap .box->p+p {
    margin-top: 25px;
}

.pd-sec .container- .wrap- .tab-content .hover-box-wrap .box->p span {
    display: inline-block;
    padding-left: 10px;
}

.pd-sec .container- .wrap- .tab-content .hover-box-wrap .box-+.box- {
    margin: 0;
}

.pd-sec .container- .wrap- .tab-content .content-wrap+.content-wrap {
    margin-top: 115px;
}

.pd-sec .container- .wrap- .tab-content .wrap-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pd-sec .container- .wrap- .tab-content .sub-text {
    font-size: 20px;
    font-weight: 500;
    color: #757575;
    line-height: 1.5;
    margin-top: 65px;
}

.pd-sec .container- .wrap- .clientes- {}

.pd-sec .container- .wrap- .clientes- .title- {
    display: flex;
    width: max-content;
    height: auto;
    padding: 7px 16px;
    border-radius: 99px;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 27px;
}

.pd-sec .container- .wrap- .clientes- div h6 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 13px;
    padding-left: 7px;
}

.pd-sec .container- .wrap- .clientes- div p {
    font-size: 18px;
}

.pd-sec .container- .wrap- .clientes- div+div {
    margin-top: 35px;
}

.pd-sec .container- .wrap- .number-list+.clientes- {
    margin-top: 76px;
}

.pd-sec .container- .wrap- .clientes-+.wrap-text {
    margin-top: 60px;
}

.hover-modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.23);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.hover-modal>.content-wrap {
    width: 90%;
    max-width: 1011px;
    height: auto;
    padding: 65px 60px 130px;
    background: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    overflow-y: auto;
}

.hover-modal>.content-wrap .title- {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-top: 28px;
    font-size: 37px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    margin-bottom: 35px;
}

.hover-modal>.content-wrap .title- span {
    font-size: 20px;
}

.hover-modal>.content-wrap .title-::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 8px;
    background: #00CF51;
}

.hover-modal>.content-wrap .sub-text {
    font-size: 20px;
    line-height: 1.4;
}

.hover-modal>.content-wrap .content-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #00CF51;
    margin-top: 56px;
}

.hover-modal>.content-wrap .content- {
    background: #F3F3F3;
    padding: 17px 11px;
    border-top: 1px solid #BFBFBF;

}

.hover-modal>.content-wrap .content-.last- {
    border-bottom: 1px solid #BFBFBF;
}

.hover-modal>.content-wrap .content- h6 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.hover-modal>.content-wrap .content- .text- {
    display: flex;
    gap: 10px 20px;
    font-size: 18px;
    flex-wrap: wrap;
    padding: 0 13px;
}

.hover-modal>.content-wrap .last-text {
    font-size: 20px;
    line-height: 1.7;
    margin-top: 74px;
}

.hover-modal .xi-close {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 24px;
    cursor: pointer;
    z-index: 99;
}

.hover-modal>.content-wrap {
    display: none;
}

.hover-modal>.content-wrap.show- {
    display: block;
}

.hover-modal {
    display: none;
}

.hover-modal.show- {
    display: block;
}

.sub-visual * {
    color: #fff;
}

.culture .sub-m-tit {
    font-size: 40px;
    font-weight: 500;
}

.pd-sec .container- .wrap- .wrap-top-box {
    font-size: 18px;
    line-height: 1.7;
    padding: 40px;
    background: #F3F3F3;
    margin-bottom: 70px;
}

.lease.pd-sec .container- .wrap-list {
    font-size: 20px;
    line-height: 1.4;
}

.lease.pd-sec .container- .wrap-list .list-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
}

.lease.pd-sec .container- .wrap-list::before {
    width: 12%;
}

.pd-sec .container- .wrap- .box-text+.title-wrap-list-p {
    margin-top: 58px;
}

.pd-sec .container- .title-wrap-list-p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 19px;
}

.pd-sec .container- .title-wrap-list-p.sub- {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 30px;
}

.pd-sec .container- .wrap-list+.title-wrap-list-p {
    margin-top: 70px;
}

.lease.pd-sec .container- .wrap-list+.wrap-list {
    margin-top: 66px;
}

.visual10 {
    margin-top: 130px;
}

.visual70 {
    margin-top: 70px;
}

.visual05 {
    margin-top: 70px;
}

.lease.pd-sec .container- .wrap-list+.wrap-list::before {
    width: 10%;
}

.career .flex-wrap {
    margin-top: 165px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 160px;
    padding-bottom: 350px;
}

.career .flex-wrap .left- {
    width: 35%;
    position: sticky;
    top: 150px;
    left: 0;
}

.career .flex-wrap .left- h6 {
    font-size: 46px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    line-height: 1.1;
    margin-bottom: 35px;
    color: #1F57F8;
}

.career .flex-wrap .left- p {
    font-size: 22px;
    line-height: 1.7;
}

.career .flex-wrap .right- {
    width: calc(100% - 35% - 160px);
}

.career .flex-wrap .right- .box- span {
    color: #777;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.career .flex-wrap .right- .box- h6 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 11px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
}

.career .flex-wrap .right- .box- p {
    width: 100%;
    font-size: 18px;
    line-height: 1.7;
}

.career .flex-wrap .right- .box-+.box- {
    margin-top: 90px;
}

.career .team-list>h6 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.career .team-list .sub-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 90px;
    text-align: center;
}

.career .swiper-button-wr {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    left: -20px;
}

.career .swiper-button-wr:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
}

.career .swiper-button-next,
.career .swiper-button-prev {
    position: relative;
    top: auto;
    margin-top: 0;
    left: auto;
    right: auto;
    width: 80px;
}

.career .swiper-button-next:after,
.career .swiper-button-prev:after {
    color: #333;
    font-size: 20px;
}

.career .swiper-scrollbar {
    width: calc(100% - 160px);
    left: auto;
    right: 0;
    bottom: 20px;
    height: 1px;
    background: #ddd;
}

.career .team-slide {
    overflow: initial;
    padding-bottom: 110px;
}

.career .team-slide .swiper-slide {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    padding: 30px;
    background: #fff;
    border: 1px solid #C4C4C4;
    width: 424px;
    height: 353px;
}

.career .team-slide .swiper-slide:nth-child(1) img {
    transform: scale(0.85);
}

.career .team-slide .swiper-slide:hover {
    background: #1F57F8;
    border-color: #1F57F8;
}

.career .team-slide .swiper-slide:hover * {
    color: #fff;
}

.career .team-slide .swiper-slide:hover img {
    filter: brightness(0) invert(1);
}

.career .team-slide .swiper-slide .slide-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 37px;
}

.career .team-slide .swiper-slide h6 {
    font-size: 26px;
}

.career .team-slide .swiper-slide img {
    height: 60px;
    width: auto;
    max-width: initial;
    display: none;
}

.career .team-slide .swiper-slide .slide-text {
    font-size: 18px;
    line-height: 2;
}

.career .swiper-scrollbar-drag {
    background: #1F57F8;
    height: 3px;
    margin-top: -1.5px;
}

.career .tab-title h3 {
    margin-top: 350px;
    font-weight: normal;
}

.career .tab-title b {
    font-weight: bold;
}

.career .tab-menu {
    margin-top: 120px;
    background: #fff;
    color: #222;
}

.career .tab-menu li a {
    color: #222;
}

.career .tab-menu li a.active {
    color: #222;
}

#demo-modal {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
    display: none;
}

#demo-modal.show- {
    display: block;
}

#demo-modal .demo-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px 40px 40px;
    width: 90%;
    max-width: 1000px;
    color: #222;
}

#demo-modal .demo-wrap .modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 15px 10px;
    border-bottom: 1px solid #a8a8a8;

}

#demo-modal .demo-wrap .modal-title .xi-close {
    cursor: pointer;
    font-size: 24px;
}

#demo-modal .demo-wrap .modal-title h6 {
    font-size: 24px;
    font-weight: bold;
}

#demo-modal .demo-wrap table {
    width: 100%;
    margin: 30px auto 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

#demo-modal .demo-wrap table td,
#demo-modal .demo-wrap table th {
    height: auto;
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
}

#demo-modal .demo-wrap table th {
    border-right: 1px solid #d0d0d0;
}

#demo-modal .demo-wrap table td {
    padding: 15px 20px;
}

#demo-modal .demo-wrap .table-titl {
    font-size: 18px;
    padding-left: 10px;
    font-weight: 500;
}

.card .sub-m-tit,
.erp .sub-m-tit,
.javaframe .sub-m-tit,
.cloudframe .sub-m-tit,
.integration .sub-m-tit {
    font-size: 32px;
}

.package .sec .tit- {
    font-size: 40px;
    font-weight: 500;
}

.package .sub-m-tit {
    font-size: 32px;
}

.applications .sec .tit- {
    font-size: 40px;
    font-weight: 500;
}

.applications .sub-m-tit {
    font-size: 32px;
}

.management .sec .tit- {
    font-size: 40px;
    font-weight: 500;
}

.management .sub-m-tit {
    font-size: 32px;
}

.java .partner- .sub-sm-tit02 {
    text-align: center;
}

.java .partner- {
    width: 100%;
    display: block;
}

.java .partner- .img-box-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.java .partner- .img-box-wrap>div {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.management .process-box {
    width: 100%;
    padding: 16px 45px;
    background: #3A83D8;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.management .process-box-3 {
    width: 100%;
    padding: 13px 16px;
    background: #3A83D8;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}

.management .process-wrap {
    margin-top: 40px;
    padding: 30px;
    background: #C0D9F6;
    position: relative;
    display: flex;
    gap: 110px;
    align-items: start;
}

.management .process-wrap-2 {
    display: flex;
    align-items: start;
}

.management .process-wrap-2>div {
    width: 50%;
}

.management .process-wrap-2 h6 {
    font-size: 22px;
    font-weight: bold;
}

.management .process-wrap-2 .process-sub-title {
    margin-top: 12px;
    font-size: 20px;
}

.management .process-wrap-2 div div {
    display: flex;
    align-items: start;
    margin-top: 35px;
    gap: 20px;
    font-size: 18px;
    line-height: 1.5;
}

.management .process-wrap-2 div div p:first-child {
    font-weight: 500;
}

.management .process-wrap div h6 {
    font-size: 22px;
    font-weight: bold;
}

.management .process-wrap div p {
    font-size: 20px;
    line-height: 1.7;
    margin-top: 20px;
}

.management .process-wrap::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    transform: translateY(-100%);
    border-bottom: 20px solid #C0D9F6;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid transparent;
}

.management .process-box-2 {
    width: 100%;
    padding: 16px 45px;
    background: #EBEBEB;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-top: 40px;
}

.management .process-box-2::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    transform: translateY(-100%);
    border-bottom: 20px solid #EBEBEB;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid transparent;
}

.management .container-bar {
    width: 100%;
    height: 2px;
    background: #BFBFBF;
    margin: 80px 0 50px;
}

.management .process-text {
    font-size: 18px;
    line-height: 1.5;
}

.management .process-text b {
    display: inline-block;
    margin-bottom: 18px;
}

.management.pd-sec .container- .wrap- .hover-box-wrap .box- p span {
    padding-left: 14px;
    display: block;
}

.management.pd-sec .container- .wrap- .hover-box-wrap .box- p+p {
    margin-top: 30px;
}