#article-details .banner img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
#article-details .ctn {
    padding: 50px 0;
}
#article-details .ctn h1 {
    color: #ef4385;
    font-size: 3rem;
    font-family: pbold;
    text-align: center;
}
#article-details .ctn .txt {
    margin-top: 30px;
}
#article-details .ctn .txt .date {
    color: #606060;
    font-family: pmed;
    font-size: 0.8rem;
    margin-bottom: 30px;
    display: block;
}
#article-details .ctn .txt p {
    margin-bottom: 15px;
    color: #606060;
    font-family: pmed;
    font-size: 1rem;
}
#article-details .ctn .txt h2 {
    margin-bottom: 15px;
    color: #ef4385;
    font-family: pmed;
    font-size: 1.75rem;
}
#article-details .ctn .txt h3 {
    margin-bottom: 15px;
    color: #ef4385;
    font-family: pmed;
    font-size: 1.5rem;
}
#article-details .ctn .txt ol {
    padding-left: 15px;
}
#article-details .ctn .txt ul {
    padding-left: 15px;
}
#article-details .ctn .txt ol li {
    margin-bottom: 15px;
    color: #606060;
    font-family: pmed;
    font-size: 1rem;
}
#article-details .ctn .txt ul li {
    margin-bottom: 15px;
    color: #606060;
    font-family: pmed;
    font-size: 1rem;
}
#article-details .ctn .wrap-swiper {
    margin-top: 50px;
}
#article-details .ctn .wrap-swiper h1 {
    color: #ef4385;
    font-size: 2rem;
    font-family: pbold;
    text-align: left;
}
#article-details .swiper-article-details {
    margin-top: 30px;
}
#article-details .swiper-article-details a {
    border-color: transparent;
}
#article-details .swiper-article-details .box {
    position: relative;
}
#article-details .swiper-article-details .box .img {
    height: 60vh;
}
#article-details .swiper-article-details .box .img .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
#article-details .swiper-article-details .box .ic {
    width: 30px;
    position: absolute;
    bottom: 15px;
    right: 5px;
}
#article-details .swiper-article-details .box .text {
    position: absolute;
    left: 15px;
    bottom: 30px;
    right: 15px;
    background: #ea6ca0;
    padding: 15px;
    border-radius: 15px;
}
#article-details .swiper-article-details .box .text p {
    color: #fff;
    font-family: preg;
    font-size: 0.8rem;
}
#article-details .swiper-article-details .box .text h1 {
    color: #fff;
    font-family: pbold;
    font-size: 1rem;
    text-align: left;
    margin-top: 5px;
}

@media (orientation: portrait) {
    #article-details .banner img {
        height: 100%;
    }
    #article-details .ctn h1 {
        font-size: 2rem;
    }
    #article-details .ctn .wrap-swiper h1 {
        font-size: 1.5rem;
    }
    #article-details .swiper-article-details .box .img {
        height: 45vh;
    }
    #article-details .ctn .txt p {
        font-size: 0.8rem;
    }
    #article-details .ctn .txt h2 {
        font-size: 1.5rem;
    }
    #article-details .ctn .txt h3 {
        font-size: 1.25rem;
    }
    #article-details .ctn .txt ol {
        padding-left: 15px;
    }
    #article-details .ctn .txt ol li {
        font-size: 0.8rem;
    }
    #article-details .ctn .txt ul {
        padding-left: 15px;
    }
    #article-details .ctn .txt ul li {
        font-size: 0.8rem;
    }
}
