.wow{animation-name:fadeInDown;-webkit-animation-name:fadeInDown;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo7{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
#articleInfo7 .photoBox{width:50%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;border-radius: 50px;overflow: hidden;}
#articleInfo7 .photoBox img{width:100%;height:100%;object-fit:contain}
#articleInfo7 .info{width:45%;}
#articleInfo7 .info h3{
    padding: 0 0 30px;
    font-size: 22px;
    font-weight: 500;
    color: #9b0b0a;
}
#articleInfo7 .info #index_abT{
    position: relative;
    display: flex;
    flex-direction: column;
}
#articleInfo7 .info #index_abT p{
    line-height: 200%;
    margin-bottom: 15px;
}

#articleInfo7 .info #index_abT p:nth-child(5){color: #9b0b0a;font-weight: 400;}

#articleInfo7 .bottombox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#articleInfo7 .bottombox .box02{
    display: flex;
    margin-top: 20px;
}
#articleInfo7 .bottombox .box02 .IBG{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 35px;
}
#articleInfo7 .bottombox .box02 .IBG p{
    font-size: 19px;
    font-weight: 500;
}
#articleInfo7 .bottombox .box02 img{
    width: 110px;
    padding: 20px;
    background: #f8f8f88c;
    border-radius: 20px;
}

#articleInfo7 .bottombox .box03{
    display: flex;
    flex-direction: column;
    border-left: #9c9c9c3d 2px solid;
    padding-left: 15px;
    margin-top: 30px;
    margin-left: 10px;
}
#articleInfo7 .bottombox .box03 h3{
    font-size: 20px;
    font-family: sans-serif;
}
#articleInfo7 .bottombox .box03 a{font-size: 40px;font-family: sans-serif;color: #9b0b0a;font-weight: 600;letter-spacing: 0.05em;}
@media screen and (max-width: 1280px){}

@media screen and (max-width:768px){
	#articleInfo7 .photoBox{position:relative;width: 100%;}
	#articleInfo7 .info{width: 100%;margin-top: 40px;}
}
@media screen and (max-width:640px){
    #articleInfo7 .bottombox .box02{
        flex-wrap: wrap;
    }
    #articleInfo7 .bottombox .box02 .IBG{
        width: 50%;
        margin-right: 0;
    }
    #articleInfo7 .bottombox .box02 img{
    width: 60px;
}
    #articleInfo7 .bottombox .box03 a{
    font-size: 34px;
}
}