@keyframes pulseScale {
    0% {
        transform: scale(.8);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.service_tab_content.b2b {
    text-align: center;
}

.service_tab_content.b2b section {
    text-align: center;
    padding: 140px 0;
}

.service_tab_content.b2b section img {
    display: block;
    width: 100%;
}

.service_tab_content.b2b section .swiper-wrapper {
    cursor: pointer;
}

.b2b_sec01,
.b2b_sec03,
.b2b_sec06 {
    background-color: #E6E1D6;
}

.b2b_sec04 {
    background-color: #262626;
    color: #FFFFFF;
}

.service_tab_content.b2b section .txt_wrap {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.service_tab_content.b2b section .txt_wrap h2 {
    font-family: "LGEI Headline";
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
}

.service_tab_content.b2b section .txt_wrap span {
    font-family: "LGEI Headline";
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
}

.service_tab_content.b2b section .txt_wrap p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

.service_tab_content.b2b section .content_wrap {
    margin-top: 80px;
}

.service_tab_content.b2b section .content_wrap .img_wrap {
    width: 1440px;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
}

.service_tab_content.b2b section .btn_wrap {
    display: inline-block;
    border-radius: 100px;
    margin-top: 80px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #EA1917;
}

.service_tab_content.b2b section .btn_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 28px;
    color: white;
}

.service_tab_content.b2b section .video_wrap {
    border-radius: 2.5rem;
    overflow: hidden;
    max-width: 90rem;
    max-height: 50.25rem;
    margin: 0 auto;
}

.b2b_sec02 .sec02_mo {
    display: none;
}

.b2b_sec02 .content_wrap ul {
    display: flex;
    width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.b2b_sec02 .content_wrap ul li {
    width: 464px;
    height: 580px;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 52px;
    border-radius: 28px;
    background-color: #E6E1D6;
}

.b2b_sec02 .content_wrap ul li h3 {
    font-family: "LGEI Headline";
    font-weight: 600;
    font-size: 36px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.b2b_sec02 .content_wrap ul li .icon_wrap {
    width: 100%;
}

.b2b_sec02 .content_wrap ul li p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.b2b_sec03 .content_wrap {
    padding-top: 85px;
    position: relative;
}

.swiper_b2bSwiper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper_b2bSwiper .swiper-wrapper {
    display: flex;
    height: 520px;
    align-items: center;
    margin-bottom: 80px;
}

.swiper_b2bSwiper .swiper-slide {
    width: calc((100% - 630px) / 2);
    height: 362px;
    text-align: center;
    flex-shrink: 0;
}

.swiper_b2bSwiper .swiper-slide .b2b_swiper_img_wrap {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 25px;
    overflow: hidden;
}

.swiper_b2bSwiper .swiper-slide .b2b_swiper_txt {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.swiper_b2bSwiper .swiper-slide.swiper-slide-next {
    width: 590px;
    height: 512px;
}

.swiper_b2bSwiper .swiper-slide.swiper-slide-next .b2b_swiper_img_wrap {
    border-radius: 35px;
}

.swiper_b2bSwiper .swiper-slide.swiper-slide-next .b2b_swiper_txt {
    font-size: 34px;
}

.b2b_swiper_button_wrap {
    position: absolute;
    width: 1440px;
    top: 0;
    left: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
    height: 50px;
}

.b2b_swiper_button_prev,
.b2b_swiper_button_next {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.b2b_swiper_button_next {
    transform: rotate(180deg);
}

.swiper_b2bSwiper .b2b_progress_wrap {
    width: 100%;
    height: 2px;
    background-color: #F6F3EB;
    position: relative;
}

.swiper_b2bSwiper .b2b_progress_wrap .b2b_progress_bar {
    width: 33%;
    height: 100%;
    background-color: #7E7C77;
}

section.b2b_sec04.care_sec02::before {
    content: none;
}

section.b2b_sec04.care_sec02 {
    background-color: #262626;
}

.b2b_sec05 .content_wrap {
    width: 1440px;
    margin: 80px auto 0;
}

.b2b_sec05 .swiper_targetSwiper .swiper-wrapper {
    display: flex;
    color: #FFFFFF;
    gap: 30px;
    cursor: pointer;
}

.b2b_sec05 .swiper_targetSwiper .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 460px;
    min-width: 320px;
}

.b2b_sec05 .swiper_targetSwiper .li_thumb_wrap {
    position: relative;
    margin-bottom: 80px;
}

.b2b_sec05 .swiper_targetSwiper .li_img_wrap {
    position: relative;
}

.b2b_sec05 .swiper_targetSwiper .li_img_wrap .li_txt_wrap {
    position: absolute;
    top: 386px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.b2b_sec05 .swiper_targetSwiper .li_img_wrap .li_txt_wrap h3 {
    font-family: "LGEI Headline";
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

.b2b_sec05 .swiper_targetSwiper .li_img_wrap .li_txt_wrap span {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.b2b_sec05 .swiper_targetSwiper button {
    position: absolute;
    z-index: 30;
    width: 64px;
    height: 64px;
    background-color: #FFFFFF;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid #646464;
    cursor: pointer;
}

.b2b_sec05 .swiper_targetSwiper button span {
    display: block;
    width: 24px;
    height: 1.5px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
}

.b2b_sec05 .swiper_targetSwiper button span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.b2b_sec05 .swiper_targetSwiper button.active span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(180deg);
}

.b2b_sec05 .swiper_targetSwiper button.active span:nth-of-type(2) {

    transform: translate(-50%, -50%);
}

.b2b_sec05 .content_wrap .li_table_wrap {
    display: none;
    margin-top: 80px;
    transition: all 1s;
}

.b2b_sec05 .content_wrap .li_table_wrap.active {
    display: block;
}

.li_table_wrap {
    width: 100%;
    border-bottom: 1px solid #C0C0C0;
}

.li_table_wrap .li_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    border-radius: 8px;
    overflow: hidden;
}

.li_table_wrap .li_table th,
.li_table_wrap .li_table td {
    padding: 32px 28px;
    vertical-align: middle;
}

.li_table_wrap .li_table thead th {
    font-size: 28px;
    font-weight: 600;
    background: #4A4946;
    color: #FFFFFF;
    border: none;
}

.li_table_wrap .li_table tbody td {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
}

.li_table_wrap .li_table tbody td:last-child {
    border-right: none;
}

.li_table_wrap .li_table thead th:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.li_table_wrap .li_table thead th:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.service_tab_content.b2b .b2b_sec06 {
    width: 100%;
}

.service_tab_content.b2b .b2b_sec06 .sec06_wrap {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
}

.service_tab_content.b2b .b2b_sec06 .txt_wrap {
    width: 366px;
}

.service_tab_content.b2b .b2b_sec06 .content_wrap {
    margin-top: 0;
}

.service_tab_content.b2b .b2b_sec06 .content_wrap .img_wrap {
    width: 820px;
    margin-right: 20px;
}

.service_tab_content.b2b section.b2b_sec06 .btn_wrap {
    width: fit-content;
    margin: 0 auto;
}

.b2b_sec06 .content_wrap .img_wrap .img_t,
.b2b_sec06 .content_wrap .img_wrap .img_m {
    display: none;
}

/* loop가 아닌 마지막 스와이퍼 padding 조절 */
.b2b_sec02 .swiper-slide:last-of-type {
    margin-right: 0 !important;
}

@media screen and (max-width: 1440px) {

    .service_tab_content.b2b .b2b_sec01,
    .service_tab_content.b2b .b2b_sec02,
    .service_tab_content.b2b .b2b_sec04,
    .service_tab_content.b2b .b2b_sec05 {
        padding: 140px 16px;
    }

    .service_tab_content.b2b section .content_wrap .img_wrap {
        width: 100%;
    }

    .b2b_sec02 .sec02_pc {
        display: none !important;
    }

    .b2b_sec02 .sec02_mo {
        display: block !important;
    }

    .b2b_sec02 .swiper_iconSwiper .swiper-wrapper {
        display: flex;
        width: fit-content;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
    }

    .b2b_sec02 .swiper_iconSwiper .swiper-slide {
        width: 464px;
        height: 580px;
        padding: 32px 0;
        display: flex;
        flex-direction: column;
        gap: 52px;
        border-radius: 28px;
        background-color: #E6E1D6;
    }

    .b2b_sec02 .swiper_iconSwiper .swiper-slide h3 {
        font-family: "LGEI Headline";
        font-weight: 600;
        font-size: 36px;
        height: 84px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 32px;
    }

    .b2b_sec02 .swiper_iconSwiper .swiper-slide .icon_wrap {
        width: 100%;
    }

    .b2b_sec02 .swiper_iconSwiper .swiper-slide p {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }

    .icon_swiper_pagination {
        margin: 50px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .icon_swiper_pagination .swiper-pagination-bullet {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #B4B1AA;
    }

    .icon_swiper_pagination .swiper-pagination-bullet-active {
        background-color: #807D78;
    }

    .swiper_b2bSwiper .swiper-wrapper {
        margin-left: calc(-1 * ((1448px - 100%) / 2));
    }

    .swiper_b2bSwiper .swiper-slide {
        width: calc((100% - 630px) / 2);
        min-width: 408px;
        text-align: center;
        flex-shrink: 0;
    }

    .b2b_swiper_button_wrap {
        width: 100%;
    }

    .swiper_b2bSwiper .b2b_progress_wrap {
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .b2b_sec05 .content_wrap {
        width: 100%;
    }

    .b2b_sec05 .swiper_targetSwiper .swiper-wrapper {
        gap: inherit;
        width: calc(100% - 32px);
    }

    .b2b_sec05 .swiper_targetSwiper .swiper-wrapper .swiper-slide {
        width: calc((100%) / 3);
    }

    .b2b_sec05 .swiper_targetSwiper .li_thumb_wrap {
        margin-bottom: 0;
    }

    .b2b_sec05 .swiper_targetSwiper .li_img_wrap .li_txt_wrap {
        top: 60%;
    }

    .b2b_sec05 .swiper_targetSwiper .li_img_wrap .li_txt_wrap h3 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .target_swiper_pagination {
        margin: 80px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .target_swiper_pagination .swiper-pagination-bullet {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #B4B1AA;
    }

    .target_swiper_pagination .swiper-pagination-bullet-active {
        background-color: #807D78;
    }

    .service_tab_content.b2b .b2b_sec06 .sec06_wrap {
        width: calc(100% - 48px);
        justify-content: center;
    }

    .service_tab_content.b2b .b2b_sec06 .txt_wrap {
        width: 364px;
    }

    .service_tab_content.b2b .b2b_sec06 .content_wrap {
        width: 60%;
    }

    .service_tab_content.b2b .b2b_sec06 .content_wrap .img_wrap {
        width: 100%;
        margin-right: 0;
    }

    .b2b_sec06 .content_wrap .img_wrap .img_d,
    .b2b_sec06 .content_wrap .img_wrap .img_m {
        display: none;
    }

    .b2b_sec06 .content_wrap .img_wrap .img_t {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .service_tab_content.b2b .b2b_sec06 .sec06_wrap {
        width: 100%;
        flex-direction: column;
        gap: 80px;
    }

    .service_tab_content.b2b .b2b_sec06 .content_wrap {
        width: 100%;
    }

    .b2b_sec06 .content_wrap .img_wrap .img_d,
    .b2b_sec06 .content_wrap .img_wrap .img_t {
        display: none;
    }

    .b2b_sec06 .content_wrap .img_wrap .img_m {
        display: block;
    }
}

@media screen and (max-width: 980px) {
    .mo {
        display: block !important;
    }
}

@media screen and (max-width: 930px) {

    .b2b_sec01 .txt_wrap p br,
    .b2b_sec04 .txt_wrap p br {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .service_tab_content.b2b section {
        padding: 70px 0;
    }

    .service_tab_content.b2b .b2b_sec01,
    .service_tab_content.b2b .b2b_sec02,
    .service_tab_content.b2b .b2b_sec04,
    .service_tab_content.b2b .b2b_sec05 {
        padding: 70px 16px;
    }

    .service_tab_content.b2b .b2b_sec03 .txt_wrap {
        padding: 0 16px;
    }

    .service_tab_content.b2b section .txt_wrap h2 {
        font-size: 28px;
    }

    .service_tab_content.b2b section .txt_wrap span {
        font-size: 20px;
        font-weight: 600;
    }

    .service_tab_content.b2b section .txt_wrap p {
        font-size: 16px;
    }

    .service_tab_content.b2b section .content_wrap {
        margin-top: 50px;
    }

    .b2b_sec02 .swiper_iconSwiper .swiper-slide {
        width: 320px;
        height: 428px;
        padding: 20px 0;
    }

    .b2b_sec02 .swiper_iconSwiper .swiper-slide h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 20px;
        height: 58px;
    }

    .b2b_sec02 .swiper_iconSwiper .swiper-slide p {
        font-size: 16px;
        line-height: 1.4;
    }

    .b2b_swiper_button_wrap {
        display: none;
    }

    .b2b_sec03 .content_wrap {
        padding-top: 0;
    }

    .service_tab_content.b2b section .video_wrap {
        border-radius: 1.25rem;
    }

    .service_tab_content.b2b section .video_wrap video {
        width: 100%;
        height: 100%;
    }

    .swiper_b2bSwiper {
        max-width: none;
    }

    .swiper_b2bSwiper .swiper-slide {
        width: 200px;
        height: 196px;
        min-width: auto;
    }

    .swiper_b2bSwiper .swiper-wrapper {
        height: 270px;
        margin-bottom: 32px;
    }

    .swiper_b2bSwiper .swiper-slide .b2b_swiper_txt {
        font-size: 12px;
    }

    .swiper_b2bSwiper .swiper-slide.swiper-slide-next {
        width: 294px;
        height: 268px;
    }

    .swiper_b2bSwiper .swiper-slide.swiper-slide-next .b2b_swiper_txt {
        font-size: 17px;
    }

    .swiper_b2bSwiper .swiper-wrapper {
        margin-left: calc(-1 * ((735px - 100%) / 2));
    }

    .service_tab_content.b2b section .btn_wrap {
        font-size: 14px;
        margin-top: 32px;
    }

    .service_tab_content.b2b section .btn_wrap a {
        padding: 12px 16px;
    }

    .target_swiper_pagination {
        margin-top: 50px;
    }

    .b2b_sec05 .content_wrap .li_table_wrap {
        margin-top: 50px;
    }

    .b2b_sec05 .swiper_targetSwiper button {
        width: 45px;
        height: 45px;
        bottom: -20px;
    }

    .b2b_sec05 .swiper_targetSwiper button span {
        width: 17px;
        height: 1px;
    }

    .li_table_wrap .li_table thead th:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .li_table_wrap .li_table thead th:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .li_table_wrap .li_table thead th,
    .li_table_wrap .li_table tbody td {
        font-size: 16px;
        padding: 30px 6px;
    }

}

@media screen and (max-width: 768px) {
    .service_tab_menu ul li a {
        padding-left: .5rem;
        padding-right: 0;
    }
}