@charset "UTF-8";

.hero {
    padding-top: 110px;
    margin-bottom: 60px;
}

.hero .inner {
    max-width: 1450px;
}


.hero_cnt {
    background-color: #F5FBFF;
    border-radius: 23px;
    padding: 27px 176px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero_cnt_ttl {
    font-size: 40px;
    font-weight: bold;
    color: #007EDF;
}

/* case_search */

.case_body .inner {
    max-width: 1240px;
}

.case_search_txt {
    color: #007EDF;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

.case_search_txt::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/img/case/icon-lupe.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 15%;
}

.filter_form form {
    display: flex;
    align-items: center;
    gap: 20px;
}

.filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.filter::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/img/case/icon-case_select.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.industry_filter,
.assignment_filter {
    width: 242px;
    height: 60px;
    background-color: #F5F5F5;
    border-bottom: solid 1px #BABABA;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
}

.industry_filter:hover,
.assignment_filter:hover {
    cursor: pointer;
}

.industry_filter::after
.assignment_filter::after {
    content: '';
    width: 13px;
    height: 11px;
    background-image: url(/img/case/icon-case_select.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    transform: translateY(50%);
    bottom: 50%;
}

.submit {
    color: #007EDF;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

.submit:hover {
    cursor: pointer;
    text-decoration: none;
}

.case_list {
    padding: 65px 0 86px;
}

.case_list ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 47px 24px;
}

.case_list ul .case_list_item {
    max-width: 370px;
    height: 360px;
    position: relative;
    display: block;
    /* padding-bottom: 15px; */
    border-bottom: solid 1px #007EDF;
}

.case_list ul .case_list_item::after {
    content: '';
    width: 14px;
    height: 8px;
    background-image: url(/img/case/icon-arrow_case.svg); 
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -6%;
    right: 0;
}

.case_list_item .case_img img {
    transition-duration: 0.5s;
}

.case_list_item:hover .case_img img {
    transform: scale(1.1);
}

.case_img {
    width: 370px;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
    transition-duration: 0.5s;
}

.case_img img {
    width: 100%;
    object-fit: cover;
}

.case_list_item_category {
    display: flex;
    align-items: center;
    gap: 10px;
}

.case_list_item_label {
    color: #007EDF;
    background-color: #E4F2FB;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: fit-content;
}

.case_list_item_ttl {
    padding-bottom: 26px;
    margin-bottom: 20px;
}


/* single */

.single_img {
    width: 960px;
    height: 460px;
    margin: 0 auto;
}

.single_img img {
    width: 100%;
    object-fit: cover;
}

.single_body {
    padding-top: 150px;
}

.single_head {
    padding-bottom: 50px;
    margin-bottom: 53px;
    border-bottom: solid 1px #BABABA;
}

.single_body_cnt {
    padding: 110px 100px 0;
    max-width: 960px;
    margin: 0 auto;
}

.single_ttl {
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
}

.title1 {
    font-size: 25px;
    font-weight: bold;
    color: #007EDF;
    margin-bottom: 45px;
}

.title2 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.title2::before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: #007EDF;
    position: absolute;
    left: 0;
    top: 0;
}

.sentence {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}

.single_body_cnt p {
    margin-bottom: 20px;
}

.image {
    margin-bottom: 55px;
}

.line {
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #BABABA;
}


/* caption */

.caption {
    padding-top: 60px;
    margin: 40px 0 100px;
    border-top: solid 1px #BABABA;
}

.caption_body {
    background-color: #F5F5F5;
    padding: 37px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.caption_company {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 30px;
}

.caption_tbl dl {
    display: flex;
    align-items: center;
    gap: 27px;
}

.caption_tbl dl dt {
    width: 100px;
}

.caption_tbl dl dd {
    flex: 1;
}

.caption_tbl dl .hp_link a {
    color: #3DC0FF;
    text-decoration: underline;
}

.caption_tbl dl .hp_link a:hover {
    text-decoration: none;
}


@media screen and (max-width:767px) {

    .hero {
        padding-top: 100px;
    }
    .hero_cnt {
        padding: 20px;
    }

    .hero_cnt img {
        width: 40%;
    }

    .hero_cnt_ttl {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .case_img {
        width: 100%;
    }

    .case_search_txt {
        font-size: 16px;
    }

    .filter_form form {
        flex-flow: column;
    }

    .case_list ul {
        flex-flow: column;
        gap: 80px;
    }

    .case_list ul li {
        width: 100%;
    }

    .case_list ul .case_list_item {
        width: 100%;
    }

    .case_search_label select {
        font-size: 14px;
        height: 40px;
    }


    .single_ttl {
        font-size: 20px;
    }

    .single_img {
        width: 100%;
        height: auto;
    }

    .single_body_cnt {
        padding: 30px 0 50px;
    }

    .title1 {
    font-size: 18px;
    }

    .title2 {
        font-size: 16px;
    }

    .caption_body {
        flex-flow: column;
        gap: 20px;
        padding: 20px 15px;
    }
}