.surgery {
    background: url(../images/surgery-bg.jpg);
    background-attachment: fixed;
}

.sg1 {
    background-color: #f5f5f5;
    background: url(../images/sc1-bg.jpg) no-repeat;
    background-size: cover;
}

.sg1-title {
    text-align: center;
    margin-bottom: 5rem;
}

.sg1-title h5 {
    color: #222;
    font-size: 65px;
    line-height: 1.35;
}

.sg1-title h5 span {
    color: var(--main-color);
}

.sg1-image {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.sg1-notice {
    color: #735252;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 3rem;
}


.sg2 {
    background: url(../images/sg2-bg.jpg) no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
}


.sg3 {
    padding-top: 0;
}

.sg3-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.sg3-box {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #fff;
    box-shadow: 0 4px 16px rgb(0 0 0 / 3%);
}

.sg3-box-text span {
    color: var(--main-color);
    display: flex;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.sg3-box-text h5 {
    color: #222;
    font-size: 32px;
}

.sg3-box-text p {
    color: #aaa;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 1rem;
}


.sg4 {
    background-color: #f5f5f5;
}

.sg4-title {
    text-align: center;
    margin-bottom: 3rem;
}

.sg4-title p {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.sg4-title h5 {
    color: #222;
    font-size: 55px;
    font-weight: 800;
}

.sg4-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sg4-box {
    width: 100%;
    display: flex;
    background-color: #fff;
}

.sg4-box img {
    width: 50%;
}

.sg4-box-text {
    padding: 4rem;
}

.sg4-box-text span {
    display: flex;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: var(--main-color);
    margin-bottom: 2rem;
}

.sg4-box-text p {
    color: #222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}


.sg5 {
    background-color: #111;
    background: url(../images/sg5-bg.jpg) no-repeat;
    background-size: cover;
}

.sg5-check {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--main-color);
    margin-bottom: 1rem;
}

.sg5-check i {
    color: #fff;
    font-size: 30px;
}

.sg5-text {
    text-align: center;
}

.sg5-text h5 {
    color: #fff;
    font-size: 45px;
}

.sg5-text p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    margin-top: 2rem;
}

.sg5-text p span {
    color: #fff;
    padding: 3px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, .2);
}


.sg6 {
    background: url(../images/sg6-bg.jpg) no-repeat;
    background-position: top !important;
    background-size: cover;
}

.sg6-title {
    width: 100%;
    margin-bottom: 3rem;
}

.sg6-title h4 {
    color: #222;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.sg6-title h5 {
    color: #222;
    font-size: 75px;
    line-height: 1.4;
}

.sg6-title h5 span {
    color: #fff;
    padding: 4px 8px;
    background-color: var(--main-color);
}

.sg6-title p {
    color: #666;
    width: 60%;
    font-size: 22px;
    line-height: 1.7;
    margin-top: 3rem;
}

.sg6-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
}

.sg6-l-title {
    color: #222;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 1rem;
}

.sg6-list li {
    color: #666;
    width: 40%;
    padding: 20px 25px;
    font-size: 19px;
    font-weight: 500;
    border-radius: 3px;
    border: 1px solid #eee;
    background-color: #fff;
    list-style: decimal;
    list-style-position: inside;
}


/*==================================================*/
@media (max-width: 1250px) {
    .sg6-title h4 {
        font-size: 36px;
    }
    
    .sg6-title h5 {
        font-size: 55px;
    }

    .sg6-title p {
        font-size: 20px;
        margin-top: 2rem;
    }

    .sg6-list {
        margin-top: 2rem;
    }

    .sg6-list li {
        width: 430px;
        min-width: 430px;
    }
}


@media (max-width: 1050px) {
    .sg1-image {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 3rem;
    }

    .sg1-image img {
        width: 45%;
    }

    .sg4-box {
        flex-direction: column;
    }

    .sg4-box img {
        width: 100%;
    }

    .sg4-box-text {
        display: flex;
        gap: 2rem;
    }

    .sg4-box-text span {
        margin-bottom: 0;
    }
}


@media (max-width: 850px) {
    .sg1-title h5 {
        font-size: 55px;
    }

    .sg1-notice {
        width: 330px;
        font-size: 14px;
        text-align: center;
    }

    .sg3-box {
        padding: 40px;
    }

    .sg3-box-text span {
        font-size: 17px;
        margin-bottom: 1rem;
    }
    
    .sg3-box-text h5 {
        font-size: 24px;
    }

    .sg3-box-text p br {
        display: none;
    }

    .sg4-box-text {
        padding: 3rem;
    }
    
    .sg4-box-text span {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-bottom: 1.5rem;
    }
    
    .sg4-box-text p {
        font-size: 24px;
    }

    .sg5-check {
        width: 40px;
        height: 40px;
    }
    
    .sg5-check i {
        font-size: 24px;
    }
    
    .sg5-text h5 {
        font-size: 40px;
    }
    
    .sg5-text p {
        font-size: 18px;
    }
    
    .sg5-text p br {
        display: none;
    }

    .sg6 {
        background: url(../images/sg6-bg-m.jpg) no-repeat;
    }

    .sg6-list {
        margin-bottom: 50%;
    }
    
    .sg6-list li {
        width: unset;
        min-width: unset;
        padding: 0;
        font-size: 15px;
        border: none;
        background-color: transparent;
    }
}


@media (max-width: 650px) {
    .sg1-title h5 {
        font-size: 45px;
    }

    .sg3-box-wrapper {
        gap: 1rem;
    }
    
    .sg3-box {
        padding: 30px;
    }

    .sg3-box-text span {
        font-size: 15px;
    }
    
    .sg3-box-text h5 {
        font-size: 20px;
    }

    .sg3-box-text p {
        font-size: 15px;
    }

    .sg4-title h5 {
        font-size: 45px;
    }
    
    .sg4-box-text {
        border: 1px solid #eee;
        border-top: none;
    }

    .sg6-title p {
        width: 90%;
        text-shadow: 0 0 10px rgba(255, 255, 255, .9);
    }

    .sg6-list li {
        text-shadow: 0 0 10px rgba(255, 255, 255, .9);
    }
}


@media (max-width: 550px) {
    .sg1-title {
        margin-bottom: 3rem;
    }
    
    .sg1-title h5 {
        font-size: 36px;
    }

    .sg1-image {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem;
    }

    .sg1-image img {
        width: 100%;
    }

    .sg3-box {
        padding: 25px;
    }

    .sg3-box-text span {
        font-size: 13px;
    }
    
    .sg3-box-text h5 {
        font-size: 18px;
    }

    .sg3-box-text p {
        font-size: 14px;
    }

    .sg4-title h5 {
        font-size: 36px;
    }
    
    .sg4-box-text {
        gap: 1rem;
        padding: 2rem;
    }
    
    .sg4-box-text span {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-bottom: 1rem;
    }
    
    .sg4-box-text p {
        font-size: 20px;
    }
    
    .sg6-title h4 {
        font-size: 28px;
    }

    .sg6-title h5 {
        font-size: 45px;
    }

    .sg6-title h5 span {
        padding: 3px 6px;
    }
    
    .sg6-title p {
        width: 100%;
        font-size: 17px;
    }
    
    .sg6-list {
        margin-top: 1rem;
        margin-bottom: 40%;
    }
}


@media (max-width: 450px) {
    .sg1-title h5 {
        font-size: 28px;
    }

    .sg1-notice {
        width: 90%;
        font-size: 13px;
    }

    .sg5-text h5 {
        font-size: 32px;
    }
    
    .sg5-text p {
        font-size: 15px;
        margin-top: 1rem;
    }
}