@charset "UTF-8";
/* 24.11.22 tgkim */
/* 24.12.14 Hyeok */
.page_chase { display:flex; flex-direction:column; gap:10px 0; position:fixed; top:630px; left:50%; transform:translateX(-850px); z-index:10; }
a.chase_point { width:fit-content; font-size:16px; color:#121212; padding:10px 20px; border-radius:40px; box-sizing: border-box; background:#F8F8F8; transition:all 0.3s; }
a.chase_point.active, a.chase_point:hover { color:#FFF; background:#0089F7; transition:all 0.3s; }

/* newkeep add CSS */
.common_ban.renew {
    background: #f4f4f4;
}

.common_ban.renew .inner {
    position: relative;
}

.c_ban_txt01.renew {
    color: #121212;
    margin-bottom: 0px !important;
}

.c_ban_txt02.renew {
    color: #121212;
    margin-bottom: 15px;
}

#content .common_ban .inner .ban01 {
    right: -460px;
    top: -75px;
    position: absolute;
}

/* solution-key_features_sec01  */
.c_sec01 {
    background: #fff;
    position: relative;
    z-index: 1;
}
.c_sec01 .inner {
    padding: 140px 0 0;
    align-items: center;
    flex-direction: column;
}

.c_sec01 .box_info {
    width: calc(100% - 200px);
    margin-top: 100px;
    position: relative;
    background: #F9FAFB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 28px;
    align-items: center;
    padding: 100px;
}

.c_sec01 .box_info .stitle {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-align: center;
}

.c_sec01 .box_info .s_stitle {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 40px;
}


.regist_area {
    width: 100%;
}

.regist_area .add_all_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 40px auto 100px;
}

.regist_area .add_all_step li {
    width: 180px;
    height: 180px;
    position: relative;
}


.regist_area .add_all_step li .step_con {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 50%;
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.regist_area .add_all_step li .step_con .step_txt02_f {
    font-size: 20px;
    font-weight: 500;
    color: #383838;
    letter-spacing: -0.03em;
}

.regist_area .add_all_step li .step_con .step_txt02_f span.top_num, .s_stitle span.top_num {
    color: #4D82FF;
    font-size: 16px;
    position: relative;
    top: -20px;
}

.regist_area .add_card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto 100px;
}

.regist_area .add_card li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
    height: 360px;
    padding: 52px 45px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #FFF;
}

.regist_area .add_card li img {
    width: inherit;
}

.regist_area .add_card li .add_txt01 {
    margin-top: 24px;
    font-size: 26px;
    font-weight: 500;
    color: #212121;
    letter-spacing: -0.03em;
}

.regist_area .add_card li .add_txt02 {
    margin-top: 16px;
    font-size: 16px;
    color: #212121;
    letter-spacing: -0.05em;
    line-height: 1.4;
    word-break: keep-all;
    padding : 0 20px;
}

.regist_area .add_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 40px auto 0;
}

.regist_area .swiper_mo {
    display: none;
}

.regist_area .add_step li {
    width: 320px;
    height: 320px;
    margin-bottom: 83px;
    margin-right: 60px;
    position: relative;
}

.regist_area .add_step li:after {
    display: block;
    width: 28px;
    height: 28px;
    content: '';
    position: absolute;
    top: 50%;
    right: -48px;
    background: url(../../img/newkeep/key_features/chevron-down-Filled.png) center no-repeat;
    z-index: 15;
    transform: translateY(-50%);
}

.regist_area .add_step li:nth-child(3n) {
    margin-right: 0;
}

.regist_area .add_step li:nth-child(3n):after {
    display: none;
}

.regist_area .add_step li .step_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 50%;
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transition: all 0.3s;
    padding: 48px 40px 0;
    gap: 20px 0;
}

.regist_area .add_step li .step_con .step_txt01_f {
    font-size: 16px;
    font-weight: 500;
    color: #022D81;
    letter-spacing: -0.03em;
}

.regist_area .add_step li .step_con .img_area {
    position: absolute;
    top: -40px;
    text-align: center;
    left: 0;
    right: 0;
}

.regist_area .add_step li .step_con .img_area img {
    width: 80px;
    height: 80px;
}

.regist_area .add_step li .step_con .step_txt02_f {
    font-size: 20px;
    font-weight: 500;
    color: #383838;
    letter-spacing: -0.03em;
}

.regist_area .add_step li .step_con .step_txt03 {
    padding: 0 10px;
    text-align: center;
    word-break: keep-all;
    line-height: 1.4rem;
}

/* 03. 반품/교환 관리 */
.return_area {
    width: 100%;
}

.return_area .add_card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px auto 0;
}

.return_area .add_card li.w100 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    height: 380px;
    padding: 65px 60px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: left;
    background: #FFF;
}

.return_area .add_card li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33% - 10px);
    height: 380px;
    padding: 52px 45px 0;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #FFF;
}

.return_area .add_card li.w100 .left_con {
    width: 290px;
}

.return_area .add_card li.w100 .right_con {
    width: calc(100% - 390px);
}

.return_area .add_card li .add_txt01 {
    margin-top: 34px;
    font-size: 26px;
    font-weight: 500;
    color: #212121;
    letter-spacing: -0.03em;
}

.return_area .add_card li .add_txt02 {
    margin-top: 16px;
    font-size: 16px;
    color: #212121;
    letter-spacing: -0.05em;
    line-height: 1.4;
    word-break: keep-all;
}

/* solution-key_features_sec02  */
.c_sec02 {
    background: #fff;
}

.c_sec02 .inner {
    padding: 140px 0 0;
    align-items: center;
    flex-direction: column;
}

.c_sec02 .box_info {
    width: 100%;
    margin-top: 100px;
    position: relative;
    background: #F9FAFB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 28px;
    align-items: center;
    box-sizing: border-box;
}

.c_sec02 .box_info .shop_list {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.c_sec02 .box_info .shop_list .blur-effect {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    filter: blur(1px);
    z-index: 1;
    pointer-events: none;
}
.c_sec02 .box_info .shop_list .blur-effect.left {
    left: -10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), transparent);
}
.c_sec02 .box_info .shop_list .blur-effect.right {
    right: -10px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), transparent);
}

.c_sec02 .box_info .shop_list .shop_box {
    display: flex;
    animation: scroll_s 20s linear infinite;
}

.c_sec02 .box_info .shop_list .shop_box img {
    width: 100%;
    flex-shrink: 0;
}

@keyframes scroll_s {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

.c_sec02 .box_info.second {
    margin-top: 40px !important;
    padding: 100px;
}

.c_sec02 .box_info.second .step_odder {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.c_sec02 .box_info.second .step_odder li {
    font-size: 16px;
    font-weight: 500;
    color: #A4A4A4;
    padding: 15px 20px;
    border-radius: 50px;
    background: #FFFFFF;
    transition: all 0.3s;
}

.c_sec02 .box_info.second .step_odder li.active {
    color: #FFF;
    background: #4D82FF;
    transition: all 0.3s;
}

.swiper_report { margin-top: 50px; height: 400px; position: relative; }
.swiper_report .swiper-slide { display: flex; flex-direction:row; gap:60px; justify-content:space-between; align-items:center; background: #F9FAFB; }
.swiper_report .swiper-slide .left_box { display:flex; flex-direction:column; gap:20px; }
.swiper_report .swiper-slide .left_box .s_report_txt01 { font-size:24px; font-weight:600; }
.swiper_report .swiper-slide .left_box .s_report_txt02 { font-size:16px; font-weight:400; line-height:1.4;}
.swiper_report .swiper-slide .right_img { max-width: 706px; }
.swiper_report .swiper-slide .right_img img { max-height: 400px; object-fit: contain; }
.arrow_btn { display: flex; align-items: center; gap: 0 15px; margin-top: 40px; position: absolute; left: 0; bottom: 0; z-index: 10; }
.prev_btn, .next_btn { width: 53px; height: 53px; outline: none; cursor: pointer;}
.prev_btn img, .next_btn img { width: 100%; }

/* solution-key_features_sec03  */
.c_sec03 {
    background: #fff;
}

.c_sec03 .inner {
    padding: 140px 0 0;
    align-items: center;
    flex-direction: column;
}

.c_sec03 .box_info {
    width: calc(100% - 200px);
    margin-top: 100px;
    position: relative;
    background: #F9FAFB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 28px;
    align-items: center;
    padding: 100px;
}

/* 04. 출고관리  */
.c_sec04 {
    background: #fff;
}

.c_sec04 .inner {
    padding: 140px 0 0;
    align-items: center;
    flex-direction: column;
}

.c_sec04 .box_info {
    width: calc(100% - 200px);
    margin-top: 100px;
    position: relative;
    background: #F9FAFB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 28px;
    align-items: center;
    padding: 100px;
}

.sol_area {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    width: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FFF;
}

.sol_area .svg_box {
    width: calc(100% - 425px);
}

.sol_area .svg_box svg {
    width: 100%;
}

.sol_area .svg_box svg .highlight {
    fill: #4D82FF;
    transition: all 0.3s;
}

.sol_area .svg_box svg .white {
    fill : #FFF;
    transition: all 0.3s;
}

.sol_area .svg_box svg .svg_center { display:flex; }

.sol_area .right_box {
    display:flex;
    flex-direction: column;
    max-width:345px;
    width: 100%;
    gap: 54px;
}
.sol_area .right_box .case_txt_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    color:#FFF;
    background: #4D82FF;
    border-radius: 12px;
}

.sol_area .right_box .case_txt_box > div {
    display: none;
    line-height:1.4;
}

.sol_area .right_box .case_txt_box > div.on {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.sol_area .right_box .case_txt_box > div .case_txt01 { font-size: 20px; font-weight: 600; }
.sol_area .right_box .case_txt_box > div .case_txt02 { font-size: 16px; font-weight: 400; }

.sol_area .right_box .picking_txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.sol_area .right_box .picking_txt .picking_txt01 {
    font-size:24px;
    font-weight:600;
    color: #222222;
}
.sol_area .right_box .picking_txt .picking_txt02 {
    font-size:16px;
    font-weight:400;
    color: #222222;
    line-height:1.4;
}
.sol_area .right_box .picking_txt .picking_txt03 {
    font-size:16px;
    font-weight:400;
    color: #222222;
}

.packing_method_area {
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    margin: 40px auto 0px;
}

.packing_method_area .add_card {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px;
}

.packing_method_area .add_card .img_box { max-width: 620px; }
.packing_method_area .add_card .img_box img { width: 100%; object-fit:contain; }

.packing_method_area .add_card li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 700px);
    padding-left:60px;
    gap: 20px;
    box-sizing: border-box;
}

.packing_method_area .add_card li .add_txt_title {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    letter-spacing: -0.03em;
}

.packing_method_area .add_card li .add_txt01 {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    letter-spacing: -0.05em;
    line-height: 1.4;
    word-break: keep-all;
    margin-top: 50px;
}

.packing_method_area .add_card li .add_txt02 {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    letter-spacing: -0.05em;
    line-height: 1.4;
    word-break: keep-all;
}
.packing_method_area .add_card li .add_txt03 {
    font-size: 16px;
    font-weight: 500;
    color: #DDDDDD;
    letter-spacing: -0.05em;
    line-height: 1.4;
    word-break: keep-all;
}

/* 05.유통 관리 */
.c_sec05 {
    background: #fff;
}

.c_sec05 .inner {
    padding: 140px 0 0;
    align-items: center;
    flex-direction: column;
}

.c_sec05 .box_info {
    width: calc(100% - 200px);
    margin-top: 100px;
    position: relative;
    background: #F9FAFB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 28px;
    align-items: center;
    padding: 100px;
}

.package_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.package_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    width: 100%;
    margin-bottom: 80px;
    box-sizing: border-box;
    letter-spacing: -0.05em;
}

.package_list li:nth-child(3),
.package_list li:nth-child(4) {
    margin-bottom: 0;
}

.package_list li .img_box {
    min-width: 400px;
    height: 320px;
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package_list li .img_box img {
    width: 320px;
    object-fit: contain;
}


.package_list li .txt_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.package_list li .txt_box .package_txt01 {
    font-size: 26px;
    font-weight: 500;
    color: #212121;
}

.package_list li .txt_box .package_txt02 {
    margin-top: 20px;
    font-size: 20px;
    color: #383838;
    line-height: 1.3;
}

.pack_mo {
    display: none;
}

@media all and (max-width: 1024px) {
    .package_list {
        display: none;
    }

    .pack_mo {
        display: block;
        width: 100%;
        margin-top: 50px;
        padding-bottom: 30px;
        overflow: visible;
    }

    .pack_mo .swiper-slide .item_box {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        border-radius: 20px;
        box-sizing: border-box;
        overflow: hidden;
        letter-spacing: -0.05em;
        flex-direction: column;
    }

    .pack_mo .swiper-slide .item_box .img_box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% - 70px);
        height: 200px;
        position: relative;
        background: #FFF;
        border-radius: 20px;
    }

    .pack_mo .swiper-slide .item_box .img_box img {
        width: 90%;
        object-fit: contain;
    }

    .pack_mo .swiper-slide .item_box .img_box .making_tag {
        display: flex;
        justify-content: center;
        width: 100px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .pack_mo .swiper-slide .item_box .img_box .making_tag span {
        display: inline-block;
        width: 50px;
        height: 20px;
        font-size: 11px;
        color: #FFF;
        letter-spacing: -0.05em;
        line-height: 20px;
        text-align: center;
    }

    .pack_mo .swiper-slide .item_box .img_box .making_tag .tag01 {
        background: #88AA5A;
    }

    .pack_mo .swiper-slide .item_box .img_box .making_tag .tag02 {
        background: #052D81;
    }

    .pack_mo .swiper-slide .item_box .txt_box {
        margin-top: 15px;
        width: calc(100% - 30px);
    }

    .pack_mo .swiper-slide .item_box .txt_box .package_txt01 {
        font-size: 15px;
        font-weight: 500;
        color: #212121;
        text-align: center;
    }

    .pack_mo .swiper-slide .item_box .txt_box .package_txt02 {
        margin-top: 8px;
        font-size: 13px;
        color: #383838;
        line-height: 1.3;
        text-align: center;
    }

    .pack_mo .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }

    .pack_mo .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .pack_mo .swiper-pagination .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #022D81;
    }
}

/* 06. 재고관리 */
.c_sec06 {
    background: #fff;
}

.c_sec06 .inner {
    padding: 140px 0 0;
    align-items: center;
    flex-direction: column;
}

.c_sec06 .box_info {
    width: calc(100% - 200px);
    margin-top: 100px;
    position: relative;
    background: #F9FAFB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 28px;
    align-items: center;
    padding: 100px;
}

.stock_area {
    width: 100%;
}

.stock_area .add_card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 26px;
}

.stock_area .add_card li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(33% - 26px);
    height: 380px;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
    background: #FFF;
}

.stock_area .add_card li .img_box {
    max-height: 200px;
    background: #A0ADC8;
    padding: 30px 0;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
}

.stock_area .add_card li .img_box img {
    width: 100%;
}

.stock_area .add_card li .add_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 28px 24px;
    box-sizing: border-box;
}

.stock_area .add_card li .add_txt01 {
    font-size: 20px;
    font-weight: 500;
    color: #212121;
    letter-spacing: -0.03em;
    text-align: left;
}

.stock_area .add_card li .add_txt02 {
    font-size: 16px;
    color: #212121;
    letter-spacing: -0.05em;
    line-height: 1.4;
    word-break: keep-all;
    text-align: left;
}

.stock_type_area {
    width: 100%;
}

.stock_type_area .s_stitle {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-align: left;
    margin-top: 60px;
}

.stock_type_area .add_card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px auto 0px;
}

.stock_type_area .add_card li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(33% - 10px);
    height: 180px;
    padding: 28px;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: left;
    background: #FFF;
    position: relative;
}

.stock_type_area .add_card li img {
    max-height: 44px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    right: 10px;
}

.stock_type_area .add_card li .add_txt01 {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    letter-spacing: -0.03em;
}

.stock_type_area .add_card li .add_txt02 {
    margin-top: 12px;
    font-size: 16px;
    color: #212121;
    letter-spacing: -0.05em;
    line-height: 1.4;
    word-break: keep-all;
}

@media all and (max-width: 1024px) {
    .stock_area .add_card {
        flex-wrap: wrap;
    }

    .stock_area .add_card li {
        width: 100%;
        height: auto;
    }

    .stock_area .add_card li .img_box {
        padding: 20px;
        max-height: fit-content;
    }

    .stock_area .add_card li .img_box img {
        margin: 0 auto;
        width: 100%;
    }

    .stock_area .add_card li .add_box {
        padding: 30px 15px;
        align-items: center;
    }

    .stock_area .add_card li .add_txt01 {
        font-size: 17px;
    }

    .stock_area .add_card li .add_txt02 {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.4;
        word-break: keep-all;
        text-align: center;
    }

    .stock_type_area .s_stitle {
        margin-top: 40px;
        font-size: 17px;
        text-align: center;
    }

    .stock_type_area .add_card {
        flex-wrap: wrap;
    }

    .stock_type_area .add_card li {
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .stock_type_area .add_card li img {
        position: unset;
        margin: 0 auto;
        max-height: 75px;
    }

    .stock_type_area .add_card li .add_txt01 {
        margin-top: 15px;
        font-size: 17px;
    }

    .stock_type_area .add_card li .add_txt02 {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.4;
        word-break: keep-all;
    }

    .stock_type_area .add_card li .add_txt02 br {
        display: none;
    }
}


/* 07. 기초 관리  */
.c_sec07 {
    background: #fff;
}

.c_sec07 .inner {
    padding: 140px 0 0;
    align-items: center;
    flex-direction: column;
}

.c_sec07 .box_info {
    width: 100%;
    margin-top: 100px;
    position: relative;
    background: #F9FAFB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 28px;
    align-items: center;
    padding: 100px;
    box-sizing: border-box;
}

.c_sec07 .box_info.blue_banner {
    width: 100%;
    padding: 30px;
    background: #4D82FF !important;
}

.c_sec07 .box_info.blue_banner img {
    max-height: 253px;
    object-fit: contain;
}

.c_sec07 .box_info.second {
    margin-top: 40px !important;
}

.c_sec07 .base_mo {
    display: none;
}

.c_sec07 .box_info.second .con_txt_info {
    width: 100% !important;
}


.c_sec07 .con_txt_info {
    width: calc(100% - 200px);
    margin-top: 40px;
    position: relative;
    background: #F9FAFB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 28px;
    align-items: start;
}

.c_sec07 .con_txt_info li {
    width: calc(33.3% - 40px);
    margin: 10px 0;
    min-height: 200px;
    padding: 30px 0px;
    box-sizing: border-box;
    position: relative;
    border-bottom: #DDDDDD 1px solid;
}

.c_sec07 .con_txt_info li:nth-child(7),
.c_sec07 .con_txt_info li:nth-child(8),
.c_sec07 .con_txt_info li:nth-child(9) {
    border-bottom: none;
}

.c_sec07 .con_txt_info li.title {
    width: 100%;
    margin: 10px 0;
    min-height: 200px;
    padding: 30px 0px;
    box-sizing: border-box;
    position: relative;
}

.c_sec07 .con_txt_info li p.stitle {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    letter-spacing: -0.03em;
}

.c_sec07 .con_txt_info li p.stxt {
    font-size: 16px;
    color: #505967;
    letter-spacing: -0.03em;
    line-height: 24px;
}

@media all and (max-width: 1024px) {
    .c_sec07 .con_txt_info {
        width: calc(100% - 80px);
        margin-top: 40px;
    }

    .c_sec07 .con_txt_info li {
        width: 100%;
        min-height: 100px;
        padding: 20px 0px;
    }

    .c_sec07 .con_txt_info li.title {
        width: 100%;
        min-height: 150px;
    }

    .c_sec07 .con_txt_info li p.stitle {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .c_sec07 .con_txt_info li p.stitle.hidden_txt {
        display: none;
    }

    .c_sec07 .con_txt_info li p.stxt {
        font-size: 13px;
    }

}


/* 08. 정산 관리  */
.c_sec08 {
    background: #fff;
}

.c_sec08 .inner {
    padding: 140px 0;
    align-items: center;
    flex-direction: column;
}

.c_sec08 .box_info {
    width: calc(100% - 200px);
    margin-top: 100px;
    position: relative;
    background: #F9FAFB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 28px;
    align-items: center;
    padding: 100px;
}

.c_sec08 .box_info > img {
    /*box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);*/
    overflow: hidden;
    margin: 60px 0 24px;
}

.adjustment_area {
    width: 100%;
    margin-top: 60px;
}

.adjustment_area .s_stitle {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 40px;
}

.adjustment_area .add_card {
    display: flex;
    justify-content: center;
    gap: 180px;
    border-radius: 20px;
    background: #FFF;
}

.c_sec08 .add_card li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    gap: 16px;
    padding: 30px 0 35px;
    position: relative;
}

.c_sec08 .add_card li:after {
    display: block;
    width: 1px;
    height: 160px;
    background: #DDD;
    content: "";
    position: absolute;
    right: -50%;
}

.c_sec08 .add_card li:last-child:after {
    display: none;
}

.c_sec08 .add_card li img {
    max-height: 120px;
    object-fit: contain;
}

.c_sec08 .add_card li p.stitle {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    letter-spacing: -0.03em;
    text-align: center;
}

.c_sec08 .add_card li p.stxt {
    font-size: 16px;
    color: #222222;
    letter-spacing: -0.03em;
    line-height: 24px;
    word-break: keep-all;
    text-align: center;
}

.pc_br, .pc_only {
    display: block;
}

.mobile_br, .mobile_only {
    display: none;
}

@media all and (max-width: 1024px) {
    .pc_br,
    .pc_only,
    .coreFunc_pc {
        display: none !important;
    }
    .mobile_br,
    .mobile_only {
        display: block;
    }

    .mobile_only img {
        width: 100%;
    }

    .mobile_only:nth-child(4) {
        margin-top: 25px;
    }

    .adjustment_area .s_stitle {
        text-align: center;
    }

    .adjustment_area .add_card {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .c_sec08 {
        margin-bottom: 50px;
    }

    .c_sec08 .add_card li {
        width: calc(100% - 30px);
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
        border-top: 1px solid #DDDDDD;
    }

    .c_sec08 .add_card li:first-child {
        border-top: none;
    }

    .c_sec08 .add_card li:after {
        display: none;
    }

    .c_sec08 .add_card li p br {
        display: none;
    }
}


@media all and (max-width: 1024px) {
    .mo_space {
        display: block;
    }

    .common_ban {
        height: 240px;
    }

    .common_ban .inner {
        justify-content: flex-start;
        padding: 30px 5% 20px;
        box-sizing: border-box;
    }

    #content .common_ban .inner .ban01 {
        width: 275px;
        top: auto;
        bottom: -75px;
        right: -50px;
        z-index: 0;
    }

    .c_ban_txt01 {
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 1.2;
        position: relative;
        z-index: 2;
    }

    .c_ban_txt02 {
        font-size: 16px;
        line-height: 1.4;
        position: relative;
        z-index: 2;
        word-break: keep-all;
    }

    .m_txt01 {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 1.4;
    }

    .m_txt02 {
        font-size: 15px;
        line-height: 1.4;
        word-break: keep-all;
    }

    .c_sec01 .inner {
        padding: 70px 5% 0 5%;
        box-sizing: border-box;
    }

    .c_sec01 .inner .m_txt01 {
        margin-bottom: 0;
    }

    .c_sec01 .box_info {
        width: calc(100% - 30px);
        margin-top: 50px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        border-radius: 28px;
        align-items: center;
        padding: 70px 15px;
    }

    .c_sec01 .box_info .cir_step {
        flex-wrap: nowrap;
        margin: 0 auto;
        padding: 40px 0 0 10px;
        overflow-x: scroll;
    }

    .c_sec01 .box_info .cir_step li {
        width: 120px;
        height: 120px;
        margin: 0 100px 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        background: #FFF;
        visibility: visible;
    }

    .c_sec02 .inner {
        padding: 70px 5% 0 5%;
        box-sizing: border-box;
    }

    .c_sec02 .inner .m_txt01 {
        margin-bottom: 0;
    }

    .c_sec02 .box_info {
        width: 100%;
        margin-top: 20px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        border-radius: 28px;
        align-items: center;
        padding: 0;
    }

    .c_sec02 .box_info.second {
        padding: 20px;
    }

    .c_sec02 .box_info .shop_list {
        max-height: 160px;
    }

    .c_sec02 .box_info .shop_list .shop_box img {
        width: 200%;
    }

    .c_sec02 .box_info .shop_list .blur-effect {
        width: 25%;
    }

    .c_sec02 .box_info.second .step_odder {
        flex-wrap: wrap;
        align-items: center;
        gap: 15px 10px;
    }

    .c_sec02 .box_info.second .step_odder li {
        width: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
        font-size: 12px;
        padding: 10px;
        text-align: center;
    }

    .swiper_report {
        margin-top: 40px;
        height: 350px;
    }

    .swiper_report .swiper-slide {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 100%;
        gap: 30px 0;
    }
    .swiper_report .swiper-slide .left_box {
        gap: 10px 0;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .swiper_report .swiper-slide .left_box .s_report_txt01 {
        font-size: 17px;
    }
    .swiper_report .swiper-slide .left_box .s_report_txt02 {
        font-size: 15px;
    }

    .swiper_report .swiper-slide .right_img {
        max-width: 100%;
    }

    .swiper_report .swiper-slide .right_img img {
        max-height: 175px;
    }

    .arrow_btn {
        margin-top: 0;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, -50%);
    }

    .prev_btn, .next_btn {
        width: 40px;
        height: 40px;
    }

    .c_sec03 .inner {
        padding: 70px 5% 0 5%;
        box-sizing: border-box;
    }

    .c_sec03 .inner .m_txt01 {
        margin-bottom: 0;
    }

    .c_sec03 .box_info {
        width: calc(100% - 40px);
        margin-top: 50px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        border-radius: 28px;
        align-items: center;
        padding: 20px;
    }

    .c_sec04 .inner {
        padding: 70px 5% 0 5%;
        box-sizing: border-box;
    }

    .c_sec04 .inner .m_txt01 {
        margin-bottom: 0;
    }

    .c_sec04 .box_info {
        width: calc(100% - 40px);
        margin-top: 50px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        border-radius: 28px;
        align-items: center;
        padding: 20px;
    }

    .c_sec05 .inner {
        padding: 70px 5% 0 5%;
        box-sizing: border-box;
    }

    .c_sec05 .inner .m_txt01 {
        margin-bottom: 0;
    }

    .c_sec05 .box_info {
        width: calc(100% - 40px);
        margin-top: 50px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        border-radius: 28px;
        align-items: center;
        padding: 20px;
    }

    .c_sec06 .inner {
        padding: 70px 5% 0 5%;
        box-sizing: border-box;
    }

    .c_sec06 .inner .m_txt01 {
        margin-bottom: 0;
    }

    .c_sec06 .box_info {
        width: calc(100% - 40px);
        margin-top: 50px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        border-radius: 28px;
        align-items: center;
        padding: 20px;
    }

    .c_sec07 .inner {
        padding: 70px 5% 0 5%;
        box-sizing: border-box;
    }

    .c_sec07 .inner .m_txt01 {
        margin-bottom: 0;
    }

    .c_sec07 .box_info {
        display: none;
    }

    .c_sec07 .box_info.blue_banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
        padding: 15px 0;
        border-radius: 20px;
        box-sizing: border-box;
    }

    .c_sec07 .box_info.blue_banner img {
        max-width: 60%;
        max-height: fit-content;
    }

    .c_sec07 .base_mo {
        display: block;
        width: 100%;
        height: 150px;
        margin: 20px auto 0;
        padding: 0 0 30px;
        position: relative;
    }

    .base_mo .swiper-slide {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px 15px;
        box-sizing: border-box;
        border-radius: 28px;
        background: #F8F8F8;
    }

    .base_mo .swiper-slide .stitle {
        font-size: 17px;
        font-weight: 500;
        color: #222222;
        letter-spacing: -0.03em;
    }
    .base_mo .swiper-slide .stxt {
        font-size: 15px;
        font-weight: 400;
        color: #222222;
        line-height:1.4;
    }

    .base_mo .swiper-pagination.base {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }

    .base_mo .swiper-pagination.base .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .base_mo .swiper-pagination.base .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #022D81;
    }

    .c_sec08 .inner {
        padding: 70px 5% 0 5%;
        box-sizing: border-box;
    }

    .c_sec08 .inner .m_txt01 {
        margin-bottom: 0;
    }

    .c_sec08 .box_info {
        width: calc(100% - 40px);
        margin-top: 50px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        border-radius: 28px;
        align-items: center;
        padding: 20px;
    }
}

@media all and (max-width: 1024px) {
    .regist_area .add_all_step {
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 0 auto;
        overflow-x: scroll;
    }

    .regist_area .add_all_step li .step_con .step_txt02_f {
        font-size: 16px;
        text-align: center;
        position: relative;
    }

    .regist_area .add_all_step li .step_con .step_txt02_f span.top_num {
        position: absolute;
    }

    .regist_area .add_all_step li {
        flex-basis: calc(50% - 10px);
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .c_sec01 .box_info .s_stitle {
        margin-top: 50px;
        text-align: center;
    }

    .regist_area {
        margin-top: 45px;
    }

    .regist_area .add_card.pc {
        display: none;
    }

    .regist_area .swiper_mo {
        display: block;
        height: 240px;
        padding-bottom: 30px;
    }

    .regist_area .swiper_mo .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
        box-sizing: border-box;
        background: #FFFFFF;
        border-radius: 20px;
    }

    .regist_area .swiper_mo .swiper-slide img {
        max-height: 60px;
        object-fit: contain;
        margin-bottom: 30px;
    }

    .regist_area .swiper_mo .swiper-slide .add_txt01 {
        font-size:15px;
        font-weight: 500;
        letter-spacing: -0.03em;
    }
    .regist_area .swiper_mo .swiper-slide .add_txt02 {
        margin-top: 16px;
        font-size:13px;
        letter-spacing: -0.03em;
        line-height: 1.4;
        text-align: center;
        word-break: keep-all;
    }

    .regist_area .swiper_mo .swiper-pagination.mo {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }

    .regist_area .swiper_mo .swiper-pagination.mo .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .regist_area .swiper_mo .swiper-pagination.mo .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #022D81;
    }

    .regist_area .add_card li {
        width: 100%;
        height: auto;
        margin-bottom: 12px;
        padding: 25px 20px 40px;
    }

    .regist_area .add_card li img {
        width: 60%;
    }

    .regist_area .add_card li .add_txt01 {
        margin-top: 15px;
        font-size: 17px;
    }

    .regist_area .add_card li .add_txt02 {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.4;
        word-break: keep-all;
    }

    .regist_area .add_step {
        flex-wrap: nowrap;
        height: 300px;
        overflow-x: scroll;
        gap: 0 20px;
    }

    .regist_area .add_step li {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        margin-bottom: 0;
        margin-right: 0;
    }

    .regist_area .add_step li .step_con {
        justify-content: center;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        margin:0 auto;
        padding: 0 50px;
        gap: 10px;
    }

    .regist_area .add_step li .step_con .img_area {
        position: unset;
        max-height: 50px;
    }

    .regist_area .add_step li .step_con .img_area img {
        width: 100%;
        max-height: 50px;
    }

    .regist_area .add_step li .step_con .step_txt01_f {
        font-size: 12px;
    }

    .regist_area .add_step li .step_con .step_txt02_f {
        font-size: 15px;
    }

    .regist_area .add_step li .step_con .step_txt03 {
        font-size: 13px;
    }

    .regist_area .add_step li:after {
        display: none;
    }

    .return_area .add_card {
        flex-wrap: wrap;
    }

    .return_area .add_card li {
        width: 100%;
        height: auto;
        padding: 20px 40px;
    }

    .return_area .add_card li img {
        margin: 0 auto;
        max-height: 50px;
    }

    .return_area .add_card li .add_txt01 {
        margin-top: 15px;
        font-size: 17px;
    }

    .return_area .add_card li .add_txt02 {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.4;
        word-break: keep-all;
    }


    .return_area .add_card li.w100 {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 20px;
    }

    .return_area .add_card li.w100 .left_con {
        width: 100%;
    }

    .return_area .add_card li.w100 .right_con {
        margin-top: 25px;
        width: 100%;
    }

    .return_area .add_card li.w100 .right_con img {
        width: 100%;
        max-height: 130px;
        object-fit: contain;
        image-rendering: pixelated;
    }

    /* 04. 출고관리 mo */
    .sol_area {
        gap: 20px 0;
        flex-direction: column;
        padding: 20px 0 40px;
    }

    .sol_area .svg_box {
        width: 100%;
        height: 300px;
    }

    .sol_area .svg_box svg {
        transform: translateY(-130px);
    }

    .sol_area .right_box {
        gap: 30px 0;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .sol_area .right_box .case_txt_box {
        width: calc(100% - 30px);
        height: auto;
        padding: 30px 0;
    }

    .sol_area .right_box .case_txt_box > div .case_txt01 { font-size:15px; font-weight: 500; }
    .sol_area .right_box .case_txt_box > div .case_txt02 { font-size:13px; }

    .sol_area .right_box .picking_txt {
        margin-top: 15px;
        gap: 10px 0;
        text-align: center;
    }

    .sol_area .right_box .picking_txt .picking_txt01 { font-size: 15px;}
    .sol_area .right_box .picking_txt .picking_txt02 { font-size: 13px;}

    .packing_method_area {
        margin-top: 25px;
    }

    .packing_method_area .add_card {
        flex-wrap: wrap;
        padding: 50px 0;
        gap: 20px 0;
    }

    .packing_method_area .add_card li img {
        margin: 0 auto;
        max-height: 50px;
    }

    .packing_method_area .add_card li .add_txt01 {
        margin-top: 15px;
        font-size: 17px;
    }

    .packing_method_area .add_card li .add_txt02 {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.4;
        word-break: keep-all;
        text-align: center;
    }

    .packing_method_area .add_card li .add_txt03 {
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.4;
        word-break: keep-all;
        text-align: center;
    }

    .packing_method_area .add_card .img_box {
        max-width: 100%;
        width: 75%;
        margin:0 auto;
    }

    .packing_method_area:nth-of-type(3) .add_card {
        padding-bottom: 0;
    }

    .packing_method_area:nth-of-type(3) .add_card .img_box {
        width: 100%;
    }

    .packing_method_area .add_card li {
        width: 100%;
        padding-left: 0;
        align-items: center;
        gap: 5px 0;
    }

    .packing_method_area .add_card li.w100 {
        flex-direction: column;
        text-align: center;
    }

    .page_chase { display:none; }
}