/**
* 2022 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2022 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.an_banner {
    margin-top: 10px;
    margin-bottom: 30px;
}
.an_banner-img {
    overflow: hidden;
}
.an_banner a {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.an_banner img:not(.b-lazy),
.an_banner img.b-loaded {
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.an_banner-link:hover+.an_banner-img img,
.an_banner-img:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.an_banner-content {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    padding: 31px;
}
.an_banner-title {
    line-height: 1.2;
    margin: 22px 9px 4px;
}
.an_banner p:not(.an_banner-title) {
    font-size: 18px;
    margin: 0 9px 35px;
}
.an_banner .an_banner-textlink {
    min-width: 170px;
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    padding: 0 15px 1px;
    z-index: 3;
}
.an_banner-type2 .an_banner-content {
    padding: 10px 19px;
}
.an_banner-type2 .an_banner-title {
    margin: 15px 9px 11px;
    line-height: 1;
}