.page_title{
    background-image: url("../img/banner_imgs/common.jpg");
}
#etc_wrap .text_wrap{
    margin-bottom: 4rem;
}
#etc_wrap .text_wrap p:first-of-type{
    font-size: 3rem;
    font-family: "Pretendard_bold", serif;
}
#etc_wrap .text_wrap p:nth-of-type(2){
    font-size: 2rem;
    font-family: "Pretendard_bold", serif;
}
#etc_wrap .text_wrap p:last-of-type{
    font-size: 2rem;
}
#etc_wrap .text_wrap p:not(#etc_wrap .text_wrap p:last-of-type){
    padding-bottom: 2rem;
}
#etc_wrap .wrap ul li p{
    font-size: 1.5rem;
}
#etc_wrap .text_wrap p{
    text-align: center;
}
#etc_wrap .list_wrap{
    display: flex;
    justify-content: center;
    gap: 4rem;
}
#etc_wrap .wrap{
    width: calc((100% - 4rem)/2);
    border: 0.1rem solid #eee;
    box-shadow: 5px 5px 10px #ccc;
    border-radius: 3rem;
    box-sizing: border-box;
    padding: 3vw;
}
#etc_wrap .wrap ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw;
}
#etc_wrap .wrap ul li{
    width: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5vw;
}
#etc_wrap .wrap ul li div{
    width: 100%;
}
#etc_wrap .wrap ul li div img{
    display: block;
    width: 100%;
    border: 0.1rem solid #707070;
    border-radius: 3rem;
}

#etc_wrap .wrap > .img{
    width: 60%;
    margin: 0 auto;
}
#etc_wrap .wrap > .img img{
    width: 100%;
    display: block;
}
#etc_wrap .list_wrap_wide{
    width: 100%;
}
#etc_wrap .list_wrap_wide .wrap{
    margin-top: 4rem;
    width: 100%;
}
#etc_wrap .list_wrap_wide .img_wrap{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
}
#etc_wrap .list_wrap_wide .img_wrap .img{
    width: calc((100% - 4rem)/3);
    box-shadow: 5px 5px 10px #ccc;
    border-radius: 3rem;
    box-sizing: border-box;
    overflow: hidden;
}
#etc_wrap .list_wrap_wide .img_wrap .img img{
    width: 100%;
}


@media all and (max-width:1800px) {
    #etc_wrap .text_wrap p:first-of-type{
        font-size: 1.7vw;
    }
    #etc_wrap .text_wrap p:not(#etc_wrap .text_wrap p:first-of-type){
        font-size: 1.1vw;
    }
    #etc_wrap .text_wrap p:not(#etc_wrap .text_wrap p:last-of-type){
        padding-bottom: 1.1vw;
    }
    #etc_wrap .text_wrap{
        margin-bottom: 2.2vw;
    }
}



@media all and (max-width:1325px) {
    #etc_wrap .text_wrap p:first-of-type{
        font-size: 2vw;
    }
    #etc_wrap .text_wrap p:not(#etc_wrap .text_wrap p:first-of-type){
        font-size: 1.4vw;
    }
    #etc_wrap .text_wrap p:not(#etc_wrap .text_wrap p:last-of-type){
        padding-bottom: 1.4vw;
    }
    #etc_wrap .text_wrap{
        margin-bottom: 2.6vw;
    }
}



@media all and (max-width:1024px) {
    #etc_wrap .list_wrap{
        gap: 2rem;
    }
    #etc_wrap .wrap{
        width: calc((100% - 2rem)/2);
    }
    #etc_wrap .text_wrap p:first-of-type{
        font-size: 2.4vw;
    }
    #etc_wrap .text_wrap p:not(#etc_wrap .text_wrap p:first-of-type){
        font-size: 1.8vw;
    }
    #etc_wrap .text_wrap p:not(#etc_wrap .text_wrap p:last-of-type){
        padding-bottom: 1.8vw;
    }
    #etc_wrap .text_block{
        display: block;
    }
    #etc_wrap .list_wrap_wide .wrap{
        margin-top: 2rem;
    }
    #etc_wrap .list_wrap_wide .img_wrap{
        flex-wrap: wrap;
        gap: 2rem;
    }
    #etc_wrap .list_wrap_wide .img_wrap .img{
        width: calc((100% - 2rem)/2);
    }
}



@media all and (max-width:830px) {
    #etc_wrap .wrap{
        padding: 2rem;
    }
    #etc_wrap .text_wrap p:first-of-type{
        font-size: 2.5rem;
    }
    #etc_wrap .text_wrap p:not(#etc_wrap .text_wrap p:first-of-type){
        font-size: 1.5rem;
    }
    #etc_wrap .text_wrap p:not(#etc_wrap .text_wrap p:last-of-type){
        padding-bottom: 1rem;
    }
    #etc_wrap .text_wrap{
        margin-bottom: 2rem;
    }
}



@media all and (max-width:680px) {
    #etc_wrap .list_wrap{
        flex-wrap: wrap;
        gap: 3rem;
    }
    #etc_wrap .wrap{
        width: 100%;
    }
    #etc_wrap .text_block{
        display: inline;
    }
    #etc_wrap .list_wrap_wide .wrap{
        margin-top: 3rem;
    }
}



@media all and (max-width:550px) {
    #etc_wrap .list_wrap{
        gap: 2.5rem;
    }
    #etc_wrap .text_wrap p:first-of-type{
        font-size: 2.2rem;
    }
    #etc_wrap .text_wrap p:not(#etc_wrap .text_wrap p:first-of-type){
        font-size: 1.3rem;
    }
    #etc_wrap .list_wrap_wide .img_wrap .img {
        width: 100%
    }
    #etc_wrap .list_wrap_wide .wrap{
        margin-top: 2.5rem;
    }
}