
.checkList_wrap{
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 50px;
}
.banner{
    margin-top: 75px;
    background-image: url(../img/sub_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner_text h3{
    font-size: 20px;
    font-family: 'Pretendard-Thin';
    line-height: 150%;
    color: #fff;
}
.banner_text h1{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 150%;
    margin: 0 0 10px 0;
}
.banner_text p{
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    font-family: 'Pretendard-Regular';
}
.checkList_wrap .bottom_text p{
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, .6);
    font-family: 'Pretendard-Regular';
    margin-top: 30px;
}
.checkList_card_wrap ul li{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
    padding: 50px;
    margin-bottom: 50px;
}
.checkList_card_wrap ul li:last-child{
    margin: 0;
}
/* .checkList_card_wrap ul li:hover{
    background-color: #E87435;
}
.checkList_card_wrap ul li:hover .title h2{
    color: #fff;
} */
/* .checkList_card_wrap ul li:hover p{
    color: #fff;
} */
.checkList_card_wrap ul li .title{
    display: flex;
    align-items: center;
    margin:30px 0;
}
.checkList_card_wrap ul li .title h2{
    font-size: 25px;
    color: #3b3b3b;
    font-weight: bold;
    margin-left: 10px;
    line-height: 150%;
}
.checkList_card_wrap ul li p{
    font-size: 18px;
    line-height: 150%;
    color: #3b3b3b;
    font-family: 'Pretendard-Regular';
    margin-bottom: 10px;
}
.checkList_card_wrap ul li  p strong{
    color: #D72E2E;
    font-family: 'Pretendard-Regular';
}
.checkList_card_wrap ul li  p:last-child{
    margin: 0;
}
.checkList_card_wrap ul li h4{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.checkList_card_wrap ul li h4 span{
    margin-right: 10px;
    color: #0D6ADB;
}
.checkList_card_wrap ul li h4 span i{
    font-size: 14px;
}
.checkList_card_wrap ul li .text_wrap{
    margin-bottom: 20px;
}
.checkList_card_wrap ul li .text_wrap:last-child{
    margin: 0;
}
.checkList_card_wrap ul li .link_button{
    width: 30%;
    border: 1px solid #E87435;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    line-height: 150%;
    margin-top: 20px;
    background-color: #E87435;
}
.a_wrap{
    display: flex;
    align-items: center;
}
.a_wrap a:first-child{
    margin-right: 10px;
}
/* .checkList_card_wrap ul li .link_button:hover{
    background-color: #E87435;
    color: #fff;
} */
/* .checkList_card_wrap ul li:hover .link_button{
    background-color: #fff;
    color: #E87435;
} */
@media (max-width: 1180px) {
    .checkList_wrap{
        width: 100%;
        margin-top: 65px;
    }
    .checkList_card_wrap{
        padding: 0 20px;
    }
    .checkList_wrap .bottom_text p{
        padding-left: 20px;
    }
}
@media (max-width: 768px) {check-box.svg
    .banner_text{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        padding: 50px 0 0 0;
    }
    .banner{
        height: 250px;
        margin-top: 65px;
    }
    .checkList_card_wrap ul li{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 50px 30px;
    }
    .checkList_card_wrap ul li .title h2{
        text-align: center;
        font-size: 20px;
    }
    .checkList_card_wrap ul li p br{
        display: none;
    }
    .banner_text h1{
        font-size: 35px;
    }
    .checkList_card_wrap ul li .link_button{
        width: 100%;
    }
    .a_wrap{
        width: 100%;
    }
    .checkList_wrap{
        padding-bottom: 50px;
    }
}
@media (max-width: 568px) {
    .a_wrap{
        flex-direction: column;
    }
    .a_wrap a:first-child{
        margin: 0;
    }
}