.contents_wrap .res_contents{
    width: 100%;
    height: 600px;
    background: url(/img01/sub/resBg.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.contents_wrap .res_contents .res_box{
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #ffffff;
    padding: 30px;
    box-shadow: var(--box-shadow);
}

.res_table{
    width: 260px;
    margin: 20px 0 30px 0;
}

.res_table tr{
    width: 100%;
    text-align: left;
    height: 40px;
    line-height: 40px;
    background: #fafafa;
}

.res_table tr td{
    padding: 0px 10px;
}

.res_table tr td:nth-child(1){
    background: var(--color-rgba);
}

.res_box h1{
    font-weight: 400;
}

.res_box h2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.contents_img_wrap .contents_img{
    text-align: left;
    padding: 20px;
}

.contents_img_wrap .contents_img h1{
    text-align: center;
    margin-top: 30px;
}

.contents_img_wrap .contents_img a{
    margin-top: 100px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.contents_img_wrap .contents_img a:hover{
    background: var(--main-color);
}

.contents_img_wrap .contents_img:nth-child(odd){
    background: #fafafa;
}

.contents_icon_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contents_icon_wrap .contents_card{
    /* width: 15%; */
    width: 31%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.contents_icon_wrap .contents_card img{
    width: 120px;
}

.contents_icon_wrap .contents_card .contents_card_txt{
    margin-top: 20px;
}

.contents_icon_wrap .contents_card .contents_card_txt h1{
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.contents_icon_wrap .contents_card .contents_card_txt span{
    margin-left: 6px;
    font-weight: 400;
}

.contents_icon_wrap .card_arrow{
    width: 3.3%;
}

.contents_icon_wrap .card_arrow.hidden{
    display: none;
}

@media all and (max-width: 1260px){
    .contents_img_wrap .contents_img h1{
        font-size: 20px;
    }
    .contents_img_wrap .contents_img a{
        margin-top: 60px;
    }
}

@media all and (max-width: 1060px){
    .contents_img_wrap{
        flex-wrap: wrap;
        background: url(/img01/sub/bg.png) no-repeat;
        background-size: contain;
        background-position: 96% bottom;
    }

    .contents_img_wrap .contents_img{
        width: calc(33.3% - 40px);
    }
}

@media all and (max-width: 760px){
    .contents_icon_wrap .contents_card{
        height: 24vw;
    }
}

@media all and (max-width: 680px){
    .contents_img_wrap .contents_img{
        width: calc(50% - 40px);
    }
    .contents_img_wrap .contents_img:nth-child(odd){
        background: #fff;
    }
    .contents_img_wrap .contents_img:nth-child(1),
    .contents_img_wrap .contents_img:nth-child(4),
    .contents_img_wrap .contents_img:nth-child(5){
        background: #fafafa;
    }

    .contents_icon_wrap .contents_card .contents_card_txt h1{
        font-size: 16px;
    }

    .contents_icon_wrap .contents_card img{
        width: 90px;
    }

    .contents_wrap .res_contents .res_box{
        right: 50%;
        transform: translateX(50%);
    }

    .contents_icon_wrap .contents_card{
        height: 30vw;
    }
}

@media all and (max-width: 420px){
    .contents_img_wrap .contents_img{
        height: 35vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .contents_img_wrap .contents_img h1{
        font-size: 18px;
        margin-top: 10px;
    }
    .contents_img_wrap .contents_img a {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

    .contents_icon_wrap .contents_card img{
        width: 25vw;
    }

}