#ajax_box01_sec > *{
        box-sizing: border-box;
        font-family: Noto Sans KR, sans-serif;
    }
    #ajax_box01_sec{
        width: 100%;
    }
    #ajax_box01_cont{
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 15px;
    }
    #ajax_box01_wrap{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .ajax_box01_box{
        box-sizing: border-box;
        width: 100%;
        padding: 20px;
        background-color: #fff;
        border-radius: 3px;
        margin-bottom: 20px;
        display: flex;
        border: 1px solid #a4a7b4;
    }
    .ajax_box01_box_img{
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        width: 350px;
        min-width: 350px;
        height: auto;
        max-height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ajax_box01_box_img img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .ajax_box01_box_tex{
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        padding-left: 70px;
        height: fit-content;
    }
    .tex_list_top_title{
        display: flex;
        align-items: center;
        flex-grow: 1;
        font-size: 21px;
        font-weight: 700;
        color: #222;
        padding-bottom: 10px;
        border-bottom: 1px solid #949494;
    }
    .ajax_box01_box_tex_list{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #dbdbdb;
    }
    .tex_list_box{
        width: 50%;
        display: flex;
        align-items: center;
    }
    .tex_list_box span{
        width: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tex_list_tit{
        width: 110px;
        font-size: 15px;
        font-weight: 500;
        color: #222;
    }
    .tex_list_sub{
       display: flex;
        flex-grow: 1;
        font-size: 15px;
        font-weight: 400;
        color: #333;
    }

   .ajax_box01_box_tex_info{
        box-sizing: border-box;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    .tex_info_box,.tex_info_box2{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        font-size: 14px;
        line-height: 25px;
        color: #333;
    }
.tex_info_box{
    font-weight: 400;
}
.tex_info_box2{
    font-weight: 300;
    padding: 0 15px;
}
.more_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding-top: 10px;
    height: 23px;
    color: #646464;
    text-decoration: underline #FF3028;;
    font-size: 13px;
    font-weight: 400;
}

/*////////////////////////리스트////////////*/
#skinList_box_ul li:first-of-type{
    margin-top: 20px;
}
.skinList_box_li_box .box{
    padding: 0;
 border-bottom: none;
}

@media (max-width: 1500px) {
    .ajax_box01_box_tex_list {
        width: 100%;
        height: auto;
        flex-direction: column;
        border-bottom: none;
    }
    .tex_list_box {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #afafaf;
    }
    .ajax_box01_box_img {
        width: 350px;
        min-width: 350px;
        max-height: 400px;
    }
}
@media (max-width: 1200px) {
    .ajax_box01_box_tex_list {
        width: 100%;
        height: auto;
        flex-direction: column;
        border-bottom: none;
    }
    .tex_list_box {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #afafaf;
    }
    .ajax_box01_box_img {
        width: 300px;
        min-width: 300px;
        max-height: 400px;
    }
    .ajax_box01_box_tex {
        padding-left: 50px;
    }
}
@media (max-width: 992px) {
    .ajax_box01_box {
        padding: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .ajax_box01_box_tex_list {
        width: 100%;
        height: auto;
        flex-direction: column;
        border-bottom: none;
    }
    .tex_list_box {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #afafaf;
    }
    .ajax_box01_box_img {
        width: 300px;
        min-width: 300px;
        max-height: 400px;
    }
    .ajax_box01_box_tex {
        padding-left: 0;
        margin-top: 35px;
    }
}

@media (max-width: 576px) {
    .ajax_box01_box {
        padding: 15px;
    }
    .tex_list_box {
        height: 42px;
    }
    .ajax_box01_box_img {
        width: 300px;
        min-width: 200px;
        max-height: 300px;
    }
    .ajax_box01_box_tex {
        margin-top: 30px;
    }
    .tex_list_top_title {
        font-size: 19px;
    }
    .tex_list_tit {
        width: 90px;
        font-size: 14px;
    }
    .tex_list_sub {
        font-size: 14px;
    }
    .tex_info_box {
        padding: 10px;
        font-size: 14px;
        line-height: 25px;
    }
}
