.flex__02 {
    flex-direction: column !important;
}
.flex.flex__02 > div {
    width: 100% !important;
}

.contents__layout > .contents__layout__inner{
    padding-top: 0;
}

.contents__layout > .contents__layout__inner .img__wrap {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 250px;
}

.contents__layout > .contents__layout__inner .img__wrap img{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

h2{
  margin-top: -70px;
  margin-bottom: 50px;
}

.board__list{
    margin: 5px 0 20px;
    display: flex;
}

.board__list > li{
    padding: 18px 20px;
    width: 50%;
    border: 1px solid #d9d9d9;
    background-color: #f8f8f8;
}

.board__list > li:last-of-type{
    border-left: none;
}

.board__list > li div{
    width: 100%;
    height: 100%;
    display: block;
}

.board__list > li div p{
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    color: #a5988f;
    line-height: 28px;
    margin: 0;
}

.board__list > li div span{
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #909090;
    margin-top: 5px;
    line-height: 22px;
}

.list__wrap{
    width: 100%;
    height: auto;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #001B71;
}

.list__wrap > ul{
    margin-top: 8px;
    width: 100%;
    height: auto;
}

.list__wrap > ul li{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.list__wrap > ul li.none{
    border-bottom: none;
    margin-bottom: 20px;
}

.list__wrap > ul li img{
    width: 15px;
    height: auto;
    margin-right: 5px;
}





/* media */
@media screen and (max-width: 650px){
    .contents__layout > .contents__layout__inner .img__wrap {
        height: 180px;
    }

    .board__list{
        flex-direction: column;
    }

    .board__list > li{
        width: 100%;
    }

    h2{
      margin-top: -20px;
    }

    .board__list > li:last-of-type{
        border-left: 1px solid #d9d9d9;
        border-top: none;
    }
}
