.wiztheme_list_webzine_wrap {
    margin-top: 50px;
}
.wiztheme_list_webzine_wrap .box_wrap {
    display:flex;
    margin-bottom: 50px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 50px;
    justify-content: center;
    align-items: flex-start;

}
.wiztheme_list_webzine_wrap .image_wrap {
        overflow: hidden

}
.wiztheme_list_webzine_wrap .image_wrap p {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    padding: 9px 20px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Nanum Gothic';
    letter-spacing: 1px;
    border-radius: 2em;
    margin-top: 18px;
    margin-left: 12px;
    z-index: 1;
}
.wiztheme_list_webzine_wrap .text_wrap {
    color: #696969;
    font-size:17px;
    line-height: 30px;


}
.wiztheme_list_webzine_wrap .text_wrap h1 {
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.wiztheme_list_webzine_wrap .text_wrap h1 a {
    font-size:26px;
    font-weight:900;
}
.wiztheme_list_webzine_wrap .text_wrap h1::before {
    background: rgba(255, 234, 93, 1);
    content: "";
    height: 5px;
    left: 0;
    margin-top: 35px;
    position: absolute;
    width: 0%;
    transition: 0.5s;
    z-index: -1
}

.wiztheme_list_webzine_wrap .text_wrap h1:hover::before {
    width: 100%;
}

.wiztheme_list_webzine_wrap .text_wrap h1 a:hover {
    text-decoration: none;
    color: #000;
}
.wiztheme_list_webzine_wrap .text_wrap ul {
    display:flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 28px;
}
.wiztheme_list_webzine_wrap .text_wrap  ul li {
    font-size: 17px;
    color: #565656;
    margin-right: 20px;
    font-weight:500;
}
.wiztheme_list_webzine_wrap .text_wrap ul li span.badge {
    display: inline-block;
    min-width: 90px;
    padding: 12px 0;
   font-size:17px;
    font-weight: 600;
    color: #565656;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 0;
}
.wiztheme_list_webzine_wrap .text_wrap .btn_wrap {
    margin-top: 30px;

}
.wiztheme_list_webzine_wrap .text_wrap .btn_wrap a.btn {
    min-width: 100px;
    height: 50px;
    font-size:14px;
    border-radius: 0;
    line-height: 50px;
    padding: 0px 30px;
    border: 1px #000 solid;
    letter-spacing: 0;

}

.wiztheme_list_webzine_wrap .text_wrap .btn_wrap a.btn:after {
    border-color: #000;
    background-color: #000;
}
.wiztheme_list_webzine_wrap .text_wrap .btn_wrap a.btn:hover {
    color: #fff;
}


.wiztheme_list_webzine_wrap .text_wrap .btn_wrap a.btn.blue {
    background: #0351c5;
    border: 1px #0351c5 solid;
    letter-spacing: 0;
}
.wiztheme_list_webzine_wrap .text_wrap .btn_wrap a.btn.blue:after {
    border-color: #0351c5;
    background-color: #fff;
}
.wiztheme_list_webzine_wrap .text_wrap .btn_wrap a.btn.blue:hover {
    color: #0351c5;
}
.wiztheme_list_webzine_wrap .text_wrap .btn_wrap i {
    margin-right: 2px;
}
@media(min-width:992px){
    .wiztheme_list_webzine_wrap .image_wrap {
        width: 35%;
        margin-right: 90px;
        background: #eee;
    }
    .wiztheme_list_webzine_wrap .text_wrap {
        width: 65%;
    }
 }
 @media(max-width:991px){
    .wiztheme_list_webzine_wrap {
        margin-top: 25px;
    }
    .wiztheme_list_webzine_wrap .image_wrap {
        width: 45%;
        margin-right: 40px;
        background: #eee;
    }
    .wiztheme_list_webzine_wrap .text_wrap {
        width: 55%;
    }
    .wiztheme_list_webzine_wrap .image_wrap p {

        border-radius: 0;
        margin-top: 0;
        margin-left: 0;
        font-size:12px;
    }
    .wiztheme_list_webzine_wrap .text_wrap {
        color: #696969;
        font-size:14px;
        line-height: 20px;


    }
    .wiztheme_list_webzine_wrap .text_wrap h1 a {
        font-size:26px;
        font-weight:900;
    }

    .wiztheme_list_webzine_wrap .text_wrap ul {
        display:flex;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 18px;
    }
    .wiztheme_list_webzine_wrap .text_wrap  ul li {
        font-size: 13px;
        color: #565656;
        margin-right: 8px;
        font-weight:500;
    }
    .wiztheme_list_webzine_wrap .text_wrap ul li span.badge {
        display: inline-block;
        min-width: 60px;
        padding: 8px 0;
       font-size:13px;
        font-weight: 600;
        color: #565656;
        line-height: 1;
        vertical-align: baseline;
        white-space: nowrap;
        text-align: center;
        background-color: #f2f2f2;
        border-radius: 0;
    }
    .wiztheme_list_webzine_wrap .text_wrap .btn_wrap {
        margin-top: 20px;

    }
    .wiztheme_list_webzine_wrap .text_wrap .btn_wrap a.btn {
        min-width: 100px;
        height: 48px;
        font-size:14px;
        border-radius: 0;
        line-height: 46px;
        padding: 0px 40px;
        border: 1px #000 solid;
        letter-spacing: 0;

    }
 }
 @media(max-width:768px){
    .wiztheme_list_webzine_wrap .image_wrap {
        width: 100%;
        margin-right: 0;
        background: #eee;
    }
    .wiztheme_list_webzine_wrap .image_wrap img {
        width: 100%;
    }
    .wiztheme_list_webzine_wrap .text_wrap {
        width: 100%;
        margin-top: 40px;
        font-size:14px;
    }
    .wiztheme_list_webzine_wrap .box_wrap {
        display:block;
        margin-bottom: 50px;
        border-bottom: 1px #ddd solid;
        padding-bottom: 50px;
        justify-content: center;
        align-items: center;

    }

    .wiztheme_list_webzine_wrap .text_wrap h1 a {
        font-size:20px;
        font-weight:900;
    }
   }