
.contents_wrap .con .contents_title{
    margin: 150px 0 30px 0 ;
}

.contents_wrap .con>p{
    font-size: 22px;
}

.con_table{
    width: 100%;
    margin: 100px 0 50px;
}

.con_table table{
    width: 100%;
    font-size: 18px;
    text-align: left;
}

.con_table table thead{
    background: #f8f8f8;
    height: 50px;
    line-height: 50px;
}

.con_table table td p{
    padding: 10px 0;
}

.con_table table td p:nth-child(1){
    padding-top: 30px;
}

.con_table table td p:last-child{
    padding-bottom: 30px;
}

.con_table table tr:nth-child(even){
    background-color: #f8f8f8;
}

.con_table table th,
.con_table table td{
    padding-left: 20px;
}

.con_table table th:first-child,
.con_table table td:first-child{
    width: 300px;
}

.download_btn_wrap{
    display: flex;
}

.download_btn_wrap a{
    width: auto;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 10px 10px 0 0;

}

.download_btn_wrap a span{
    display: flex;
    align-items: center;
}

.download_btn_wrap a img{
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.con .contents_icon_wrap{
    margin-bottom: 40px;
}

@media all and (max-width: 960px){
    .contents_wrap .con>p{
        font-size: 18px;
    }
    .con_table table th:first-child, 
    .con_table table td:first-child{
        width: 140px;
    }
}

@media all and (max-width: 760px){
    .con_table table{
        font-size: 14px;
    }

    .con .contents_icon_wrap .contents_card{
        height: auto;
    }
}

@media all and (max-width: 680px){
    .con_table table th:first-child,
    .con_table table td:first-child{
        width: 100px;
    }
    .download_btn_wrap{
        flex-direction: column;
    }

    .con_table{
        width: 100%;
        margin: 13vw 0 ;
    }
}

@media all and (max-width: 420px){
    .con_table table th:first-child,
    .con_table table td:first-child{
        width: 70px;
    }
    .contents_icon_wrap .contents_card{
        height: 40vw;
    }
    .download_btn_wrap a img{
        display: none;
    }
}