#q_info .q4 p {
    margin-bottom: 1rem;
}
#q_info .q4 p:last-child {
    margin-bottom: 0;
}
#q_info .q4-a .color-wrapper-left,
#q_info .q4-c .color-wrapper-left {
    top: -5rem;
}

#q_info .q4-b .table-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
#q_info .q4-b table {
    margin: 2rem 0 0;
    min-width: 800px;
}
#q_info .q4-b table thead {
    font-weight: 600;
}
#q_info .q4-b table td:first-child {
    width: 25%;
}
#q_info .q4-b table td:nth-child(2) {
    width: 27%;
}
#q_info .q4-b table td:last-child {
    width: 48%;
}

#q_info .q4-b table tbody td {
    border-right: 2px solid #fff;
    vertical-align: top;
}
#q_info .q4-b table tbody td:last-child {
    border-right: none;
}
#q_info .q4-b table tbody tr:first-child {
    background-color: #5ba8a2;
}
#q_info .q4-b table tbody tr:nth-child(2) {
    background-color: #a8cfcc;
}
#q_info .q4-b table tbody tr:nth-child(3) {
    background-color: #deeae9;
}
#q_info .q4-b table tbody tr:nth-child(4) {
    background-color: #eff2f2;
}
#q_info .q4-b .icon-wrapper {
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: start;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    color: #fff;
    margin: 0 auto;
}
#q_info .q4-b .icon-wrapper li {
    width: 100%;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#q_info .q4-b .icon-wrapper li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

#q_info .q4-b .icon-wrapper li:nth-child(1) {
    margin-top: 0;
}
#q_info .q4-b .icon-wrapper li p {
    text-align: center;
    margin-top: 1rem;
}

#q_info .q4-b .icon-wrapper li:last-child .icon::before {
    display: none;
}
#q_info .q4-b .title-mt-2 {
    margin-bottom: 2rem !important;
}
#q_info .q4-b .title-mb-2 {
    margin-bottom: 2rem !important;
}
#q_info .q4-b .section-mt-5 {
    margin-top: 5rem !important;
}
#q_info .q4-b .swiper-gallery-big,
#q_info .q4-b .swiper-gallery-small {
    position: relative;
}

#q_info .q4-b .swiper-gallery-big .color-wrapper,
#q_info .q4-b .swiper-gallery-big .color-wrapper .bg-img {
    height: 100%;
}
#q_info .q4-b .swiper-gallery-small .swiper-gallery-small-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 40vw;
    overflow: hidden;
}

#q_info .q4-b .color-wrapper-bg {
    margin-top: -5rem;
}

#q_info .q4-b .color-wrapper-bg {
    height: 100%;
}
#q_info .q4-b .color-wrapper-bg .bg-img {
    height: 60%;
    padding-bottom: 0;
}
#q_info .q4-b .swiper-gallery-small .swiper {
    overflow: visible;
    width: 50%;
    margin-left: 0;
}
#q_info .q4-b .img-text {
    display: none;
    padding: 1rem;
}
#q_info .q4-b .img-text.active {
    display: block;
}
#q_info .q4-b .img-text .text-box {
    padding-right: 1rem;
}
#q_info .q4-b .img-text .text-box h3 {
    font-weight: 700;
}
#q_info .q4-b .img-text .icon-list {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
}
#q_info .q4-b .img-text .icon-list img {
    width: 97px;
    height: 97px;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

/* #q_info .q4-b .img-text .icon-list img:last-child {
    margin-bottom: 0;
} */
#q_info .q4-b .swiper-control {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    #q_info .q4-b .icon-wrapper {
        justify-content: space-between;
    }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
    #q_info .q4-b .icon-wrapper li {
        width: 40%;
    }

    #q_info .q4-b .icon-wrapper li:nth-child(1),
    #q_info .q4-b .icon-wrapper li:nth-child(2) {
        margin-top: 0;
    }
}
@media screen and (min-width: 992px) {
    #q_info .q4-b .icon-wrapper .icon,
    #q_info .q4-b .icon-wrapper .icon img {
        position: relative;
    }

    #q_info .q4-b .icon-wrapper .icon::before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 80%;
        top: 50%;
        transform: translateY(-50%);
    }
    #q_info .q4-b .icon-wrapper li {
        width: 18%;

        margin-top: 0;
    }
}
@media screen and (max-width: 1919.98px) and (min-width: 992px) {
    #q_info .q4-b .swiper-gallery-small .swiper-gallery-small-wrapper {
        width: 70vw;
    }
}
@media screen and (min-width: 1920px) {
    #q_info .q4-b .swiper-gallery-small .swiper-gallery-small-wrapper {
        width: 50vw;
    }
}
@media screen and (max-width: 991.98px) {
    #q_info .q4-b .swiper-gallery .icon-list {
        margin-top: 1rem;
    }
    #q_info .q4-b .swiper-gallery .border-start {
        border: none !important;
    }
    #q_info .q4-b .img-text .icon-list img {
        width: 80px;
        height: 80px;
        margin-bottom: 0;
    }
    #q_info .q4-b .img-text .icon-list img:first-child {
        margin-left: 0;
    }
}
@media screen and (max-width: 767.98px) {
    #q_info .q4-b .icon-wrapper li img {
        width: 75%;
    }
}

#q_info .q4-b .swiper-control .swiper-button {
    background-color: #000;
}
#q_info .q4-c .tap-title {
    border-top: 2px solid #5ba8a2;
    border-bottom: 2px solid #5ba8a2;
    position: relative;
}

#q_info .q4-c .tap-title::before,
#q_info .q4-c .tap-title::after {
    position: absolute;
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    background-color: #5ba8a2;
    border-radius: 50%;
    display: block;
}

#q_info .q4-c .tap-title::before {
    top: -0.55rem;
    right: 0;
}
#q_info .q4-c .tap-title::after {
    bottom: -0.55rem;
    left: 0;
}
#q_info .q4-c .tap-img img {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
#q_info .q4-c .tap-img img.active {
    opacity: 1;
    z-index: 1;
}
#q_info .q4-c .tap-img img:first-child {
    position: relative;
}
#q_info .q4-c .tap-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#q_info .q4-c .tap-buttons button {
    border: 0;
    background-color: transparent;
    width: 53%;
    padding-bottom: 50%;
    height: 0;
    position: absolute;
}
#q_info .q4-c .tap-buttons button:first-child {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#q_info .q4-c .tap-buttons button:nth-child(2) {
    bottom: 0;
    left: 0;
}
#q_info .q4-c .tap-buttons button:nth-child(3) {
    bottom: 0;
    right: 0;
}
#q_info .q4-c .tap_box > div {
    display: none;
}
#q_info .q4-c .tap_box > div.active {
    display: block;
}
#q_info .q4-c .tap_box .border-top,
#q_info .q4-c .tap_box .border-start,
#q_info .q4-c .tap_box .border-bottom {
    border-color: #5ba8a2 !important;
}
#q_info .q4-c .tap_box .row > div:nth-child(2) {
    background-color: #efe8d3;
}
#q_info .q4-c .tap_box .row > div {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#q_info .q4-c .tap_box ul,
#q_info .q4-b table ul {
    margin-left: 20px;
    list-style: disc;
}
#q_info .q4-c .tap_box ul li,
#q_info .q4-b table ul li {
    margin-bottom: 1rem;
}

/* #q_info .q4-c .tap_box ul li::marker {
    color: #5ba8a2;
} */

@media screen and (max-width: 991.98px) {
    #q_info .q4-c .tap-title {
        padding: 2rem 0;
        margin-top: 5rem;
        text-align: center;
    }
    #q_info .q4-c .tap_box h2 {
        text-align: center;
    }
}
