@media screen and (min-width: 780px) {
    .carelist-web{
        display: block;
    }
    .carelist-mobile{
        display: none;
    }

    /*치료과목*/
    #carefield-wrapper{
        width: auto;
        min-width: 100%;
        height: 860px;
        background-color: #e7ebf5;
    }
    .carefield-title{
        width: 90%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        margin: auto;
        font-weight: 600;
        line-height: 1.6;
        font-size: 2.2em;
        color: #323D2A;
        letter-spacing: 0.3em;
        font-weight: 400;
        font-family: NotoSerifKR, sans-serif;
    }

    #carefield-wrapper .title-wrapper{
        padding-top: 70px;
        margin-bottom: 80px;
    }

    .carelis-section{
        width: 100%;
        height: 800px;
    }
    .line1, .line2{
        width: 75%;
        margin: auto;
        height: 10px;
        border-radius: 10px;
        background-color:rgba(179, 193, 219, 0.226);
    }
    .line2{
        width: 33%;
        margin-top: 350px;
        margin-left: 15%;
    }

    .carelistbox{
        width: 90%;
        margin: auto;
        margin-top: -45px;
    }
    .care-element{
        position: relative;
        float: left;
        margin-right: 1%;
        margin-left: 1%;
        width: 18%;
        height: 300px;
        text-align: center;
        align-items: center;
    }
    .rectangle{
        width: 80px;
        height: 80px;
        padding: 3px;
        margin: auto;
        background-color: rgba(248, 247, 255, 0.3);
        border-radius: 50px;
        box-shadow:  -10px -10px 20px rgb(255, 255, 255), 6px 6px 16px rgba(13,39,80,.16);
        /* box-shadow:  -31px -31px 43px rgb(255, 255, 255,.64) , 6px 6px 16px rgba(13,39,80,.16) inset; */
    }
    .smallrectangle{
        height: 74px;
        background-color: rgba(248, 247, 255, 0.3);
        margin: auto;
        border-radius: 58px;
        box-shadow:  -31px -31px 43px rgb(255, 255, 255,.64) inset, 6px 6px 16px rgba(13,39,80,.16) inset;
        word-break:break-all;
    }
    .care-img{
        width: 77px;
        height: 77px;
        display: block;
        margin:auto;
        padding:27px;
        padding-left:27px;
    }
    .care-title{
        width: 100%;
        margin-top: 40px;
        font-family: S-core,serif;
        font-weight: 600;
        font-size: 1.1em;
    }
    .care-description{
        width: 100%;
        margin-top: 15px;
        font-family: S-core,serif;
        font-weight: 400;
        text-align: center;
        font-size: .90em;
    }
}
@media (max-width: 1200px) and (min-width: 780px) {
    #carefield-wrapper{
        width: auto;
        min-width: 100%;
        height: 860px;
        background-color: #e7ebf5;
    }
    #carefield-wrapper .title-wrapper{
        padding-top: 70px;
        margin-bottom: 80px;
    }
    .carelis-section{
        width: 100%;
        height: 320px;
    }
    .line1, .line2{
        width: 85%;
        margin: auto;
        height: 10px;
        border-radius: 10px;
        background-color:rgba(179, 193, 219, 0.226);
    }
    .line2{
        width: 33%;
        margin-top: 350px;
        margin-left: 15%;
    }

    .carelistbox{
        width: 100%;
        margin: auto;
        margin-top: -45px;
    }
    .care-element{
        position: relative;
        float: left;
        margin-right: 1%;
        margin-left: 1%;
        width: 18%;
        height: 300px;
        text-align: center;
        align-items: center;
    }
    .rectangle{
        width: 80px;
        height: 80px;
        padding: 3px;
        margin: auto;
        background-color: rgba(248, 247, 255, 0.3);
        border-radius: 50px;
        box-shadow:  -10px -10px 20px rgb(255, 255, 255), 6px 6px 16px rgba(13,39,80,.16);
        /* box-shadow:  -31px -31px 43px rgb(255, 255, 255,.64) , 6px 6px 16px rgba(13,39,80,.16) inset; */
    }
    .smallrectangle{
        height: 74px;
        background-color: rgba(248, 247, 255, 0.3);
        margin: auto;
        border-radius: 58px;
        box-shadow:  -31px -31px 43px rgb(255, 255, 255,.64) inset, 6px 6px 16px rgba(13,39,80,.16) inset;
        word-break:break-all;
    }
    .care-img{
        width: 77px;
        height: 77px;
        display: block;
        margin:auto;
        padding:27px;
        padding-left:27px;
    }
    .care-title{
        width: 100%;
        margin-top: 40px;
        font-family: S-core,serif;
        font-weight: 600;
        font-size: 1.1em;
    }
    .care-description{
        width: 100%;
        margin-top: 12px;
        font-family: S-core,serif;
        font-weight: 400;
        text-align: center;
        font-size: .90em;
    }
}
@media (max-width: 780px) and (min-width: 0px) {
    .carelist-web{
        display: none;
    }
    .carelist-mobile{
        display: block;
    }
    #carefield-wrapper{
        width: auto;
        min-width: 100%;
        height: 1150px;
        background-color: #e7ebf5;
    }
    #carefield-wrapper .title-wrapper{
        padding-top: 70px;
        margin-bottom: 80px;
        
    }
    .carefield-title{
        width: 90%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        margin: auto;
        font-weight: 600;
        line-height: 1.6;
        font-size: 1.6em;
        color: #323D2A;
        letter-spacing: 0.3em;
        font-weight: 400;
        font-family: NotoSerifKR, sans-serif;
    }
    .carelis-section{
        width: 100%;
        height: 320px;
    }
    .line1, .line2{
        width: 85%;
        margin: auto;
        height: 10px;
        border-radius: 10px;
        background-color:rgba(179, 193, 219, 0.226);
    }
    .line2{
        width: 33%;
        margin-top: 350px;
        margin-left: 15%;
    }

    .carelistbox{
        display: block;
        width: 100%;
        margin: auto;
        margin-top: -45px;
    }
    .care-element{
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 3%;
        margin-left: 3%;
        width: 27%;
        height: 300px;
        text-align: center;
        align-items: center;
    }
    .rectangle{
        width: 80px;
        height: 80px;
        padding: 3px;
        margin: auto;
        background-color: rgba(248, 247, 255, 0.3);
        border-radius: 50px;
        box-shadow:  -10px -10px 20px rgb(255, 255, 255), 6px 6px 16px rgba(13,39,80,.16);
        /* box-shadow:  -31px -31px 43px rgb(255, 255, 255,.64) , 6px 6px 16px rgba(13,39,80,.16) inset; */
    }
    .smallrectangle{
        height: 74px;
        background-color: rgba(248, 247, 255, 0.3);
        margin: auto;
        border-radius: 58px;
        box-shadow:  -31px -31px 43px rgb(255, 255, 255,.64) inset, 6px 6px 16px rgba(13,39,80,.16) inset;
        word-break:break-all;
    }
    .care-img{
        width: 77px;
        height: 77px;
        display: block;
        margin:auto;
        padding:27px;
        padding-left:27px;
    }
    .care-title{
        width: 100%;
        margin-top: 40px;
        font-family: S-core,serif;
        font-weight: 600;
        font-size: 15px;
    }
    .care-description{
        width: 100%;
        margin-top: 15px;
        font-family: S-core,serif;
        font-weight: 400;
        text-align: center;
        font-size: 13px;
    }
}
