@media (max-width: 768px) {
    .block-title h2 {
        font-size: 1.75rem;
    }
    .block-title::before {
        height: 5px;
        bottom: -9px;
    }
    .row-sm-reverse {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }
    .about-01-wrap .row .col-inner.right {
        justify-content: center;
        padding-left: 0;
    }
    .about-01-wrap .row .col-inner.right img {
        width: 220px;
        height: 220px;
    }
    .about-01-wrap .row.row-reverse .col-inner.right {
        justify-content: center;
        padding-right: 0;
    }
    .block-title-cont h3 {
        font-size: 1.75rem;
    }
    .block-title-cont::after {
        width: 39px;
        bottom: -16px;
    }
    .title-img {
        font-size: 1.45rem;
        margin-top: 32px;
    }
    .about-01 .block-title-cont::before {
        width: 113px;
        height: 128px;
        left: -55px;
        top: -35px;
        z-index: -1;
    }
    .about-01-wrap .row .col-inner.left {
        margin-top: 15px;
    }
    .about-02-img {
        position: relative;
    }
    .about-02-img-wrapper {
        position: relative;
        padding-top: 20px;
    }
    .btn-zoom-image {
        position: absolute;
        top: -20px;
        right: 0px;
        z-index: 1;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid #ddd;
        border-radius: 20px;
        padding: 8px 15px;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        gap: 5px;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
    }
    .btn-zoom-image:hover {
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    .btn-zoom-image svg {
        width: 16px;
        height: 16px;
    }
    .about-02-img-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .about-02-img-container.zoomed {
        width: 100%;
        overflow-x: auto;
    }
    .about-02-img-container.zoomed img {
        width: 1100px;
        max-width: none;
        position: relative;
    }
    .about-02-img-container.zoomed~.about-02-img::after {
        display: none;
    }
    .about-02-img::after {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 1/1;
    }
    .about-02-img.zoomed::after {
        display: none;
    }
    .about-02-img-wrapper.zoomed~.about-02-img::after {
        display: none;
    }
    .about-02 img {
        position: absolute;
        width: 100%;
        left: 0;
        display: block;
    }
    .about-02-img-container.zoomed~.about-02 img {
        position: relative;
    }
    .about-02-text {
        margin-top: 95px;
    }
    .about-03-01 {
        margin-top: 0;
        padding-bottom: 53px;
    }
    .about-03-01-wrap .row .col-inner {
        display: flex;
        align-items: center;
        margin-top: 15px;
        justify-content: center;
    }
    .about-03-01-wrap .row .col-inner .img {
        width: 132px;
        height: 88px;
        border-radius: 10px;
    }
    .button {
        width: 61%;
        padding: 10px 30px 5px 15px;
        min-height: 60px;
        margin-top: 0;
        border-radius: 17px 0 17px 0;
        margin-left: -10px;
        aspect-ratio: unset;
    }
    .button .title-button {
        font-size: 1.35rem;
    }
    .button .content-button {
        font-size: 1.15rem;
    }
    .about-03-02 {
        padding-top: 25px;
        padding-bottom: 42px;
    }
    .button::after {
        width: 17px;
        height: 17px;
    }
    .about-03-02 .button {
        padding: 10px 30px 5px 15px;
        height: auto;
        min-height: 60px;
        aspect-ratio: unset;
    }
    .box-title {
        padding-left: 10px;
        min-height: 40px;
    }
    .box-title p {
        font-size: 1.45rem;
    }
    .box-title::after {
        width: 19px;
        height: 19px;
        margin-right: 15px;
    }
    .box-content {
        margin-top: 9px;
        margin-bottom: 26px;
    }
    .box .box-content .row .large-4 .col-inner {
        margin-top: 10px;
    }
    #loading .loading-inner img {
        width: 75vw;
    }
}