#bo_gall h2 {font-size: 48px; color: #000; font-weight: 700; padding: 0 0 40px 0;text-align:center}

.wiztheme_list_webzine_wrap {
    margin-top: 50px;
}
.wiztheme_list_webzine_wrap .box_wrap {display: flex; margin-bottom: 50px; padding-bottom: 0px; justify-content: center; align-items: center; border: 1px solid #e7e7e7; border-radius: 18px; background: #f4f4f4;}
.wiztheme_list_webzine_wrap .image_wrap {overflow: hidden; background: #fff; border-radius: 20px 0 0 20px;}
.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: 19px; line-height: 24px; padding: 2% 6% 2% 7%; border-radius: 0 16px 16px 0;}
.wiztheme_list_webzine_wrap .text_wrap h1 {
    position: relative;
    text-decoration: none;
    display: inline-block;
	padding-bottom:30px;
}
.wiztheme_list_webzine_wrap .text_wrap h1 a {
    font-size:34px;
}
.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 h6 {font-size: 20px; color: #333; font-weight: 700; padding-bottom: 20px;}
.wiztheme_list_webzine_wrap .text_wrap ul {
    display:flex;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.wiztheme_list_webzine_wrap .text_wrap .mg_ul ul {margin-bottom:10px}
.wiztheme_list_webzine_wrap .text_wrap  ul li {font-size: 20px; color: #333; margin-right: 20px; font-weight: 600;}
.wiztheme_list_webzine_wrap .text_wrap ul li span.badge {display: inline-block; font-size: 20px; font-weight: 600; color: #333; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: left; background-color: #f2f2f2; border-radius: 0;}
.wiztheme_list_webzine_wrap .text_wrap .btn_wrap {
    margin-top:40px;

}
.wiztheme_list_webzine_wrap .text_wrap .btn_wrap a.btn {min-width: 100px; height: 47px; font-size: 18px; border-radius: 0; line-height: 47px; padding: 0px 20px; border: 1px #000 solid; letter-spacing: 0;border-radius:7px}

.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: #575757; border: 1px #575757 solid; letter-spacing: 0; border-radius: 7px;}
.wiztheme_list_webzine_wrap .text_wrap .btn_wrap a.btn.blue:hover {background:#fff;color: #000;}
.wiztheme_list_webzine_wrap .text_wrap .btn_wrap i {
    margin-right: 2px;
}
@media(min-width:992px){ 
    .wiztheme_list_webzine_wrap .image_wrap {
        width: 40%;
        margin-right: 0px;
    }
    .wiztheme_list_webzine_wrap .text_wrap {width: 60%; }
 }
 @media(max-width:991px){
	#bo_gall h2 {font-size: 30px;}

	.wiztheme_list_webzine_wrap {
        margin-top: 25px;
    }
    .wiztheme_list_webzine_wrap .image_wrap {
        width: 45%;
        margin-right: 40px;
    }
    .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; padding: 30px;}
    .wiztheme_list_webzine_wrap .text_wrap h1 a {
        font-size:26px;
        font-weight:900;
    }
	.wiztheme_list_webzine_wrap .text_wrap h6 {font-size: 16px;}
    .wiztheme_list_webzine_wrap .text_wrap ul {
        display:flex;
        align-items: center;
        margin-bottom: 0;
        margin-top: 0px;
    }
    .wiztheme_list_webzine_wrap .text_wrap  ul li {
        font-size: 14px;
        margin-right: 30px;
    }
    .wiztheme_list_webzine_wrap .text_wrap ul li span.badge {
        display: inline-block;
        padding: 8px 0;
       font-size:14px;
        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 {
        height: 38px;
        font-size:14px;
        border-radius: 0;
        line-height: 36px;
        padding: 0px 20px; 
        border: 1px #000 solid;
        letter-spacing: 0;
    
    }
 }
 @media(max-width:768px){
	#bo_gall h2 {font-size: 26px;}

	.wiztheme_list_webzine_wrap .image_wrap {
        width: 100%;
        margin-right: 0;
    }
    .wiztheme_list_webzine_wrap .image_wrap img {
        width: 100%;
    }
    .wiztheme_list_webzine_wrap .text_wrap {width: 100%; margin-top: 0px; font-size: 14px; padding: 40px; border-radius: 20px 20px 0 0;    }
    .wiztheme_list_webzine_wrap .box_wrap {
        display:block;
        margin-bottom: 50px;
        border-bottom: 1px #ddd solid;
        padding-bottom: 0px;
        justify-content: center;
        align-items: center;
       
    }
   
    .wiztheme_list_webzine_wrap .text_wrap h1 a {
        font-size:20px;
        font-weight:900;
    }
}

 @media(max-width:760px){
	#bo_gall h2 {font-size: 20px;padding:0}
	 .wiztheme_list_webzine_wrap .image_wrap { overflow: hidden; height: 100%; background: #fff; border-radius: 20px 20px 0 0; }
	.btn_wrap {position: relative !important;bottom:0}
	.wiztheme_list_webzine_wrap .text_wrap {padding: 20px;}
	.wiztheme_list_webzine_wrap .text_wrap ul li {width:100%}
 }