/* BASIC css start */
.add-page #contentWrap {
    background: #fffcf8;
}

.add-page .visual-wrap {
    position: relative;
    background-image: url('/design/hangso1/a_product_banner/stories/PowerofHandwriting_main.jpg');
    padding: 300px 16px;
}

.add-page .flex-wrap .item .title {
    word-break: break-all;
}
.add-page .visual-wrap .title {
    color: #FFF;
}
.add-page .visual-wrap .sub-title {
    color: #FFF;
}
.add-page .visual-wrap .sub-title {
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 32px;
    font-weight: 420;
    line-height: 36px;
    margin: 0 0 8px;
    word-break: keep-all;
}

.add-page .visual-wrap .text-wrap .title {
    margin-bottom: 0;
    word-break: keep-all;
    text-align: left;
}

.add-page .bg-wrap {
    background: #FFFCF8;
    padding: 80px 0 48px;
}

.add-page .desc-list-wrap li {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 16px;
    font-weight: 390;
    line-height: 28px;
}

.add-page .desc {
    margin-top: 32px;
    color: #211D1D;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.add-page .visual-wrap .text-wrap {
    padding: 0;
}

.add-page .visual-wrap .text-wrap .btn-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 126px;
    height: 126px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    transition: all .5s;
}

.add-page .visual-wrap .text-wrap .btn-play:hover:after {
    width: 84px;
    height: 84px;
}

.add-page .bg-black {
    background: #211D1D;
}

.bg-black .swiper-container .swiper-button-prev, .bg-black .swiper-container .swiper-button-next {
    filter: invert(1);
}

.bg-black .swiper-container .swiper-slide .name {
    color: #FFFFFF;
    font-family: "HvDTrial Brandon Grotesque";
    font-weight: 420;
    text-decoration: none;
}

.bg-black .swiper-container .swiper-pagination span {
    border: 1px solid #5A5858;
}

.bg-black .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
}

.bg-black .add-page-title, .bg-black .add-page-sub-title {
    color: #FFFFFF;
}

.add-page .text-wrap {
    max-width: 792px;
    margin: 0 auto;
    padding: 80px 0 56px;
    color: #211D1D;
}

.add-page .text-wrap .title {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
}

.add-page .text-wrap .sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.add-page .text-wrap .sub-title + .sub-title {
    margin-top: 56px;
}

.add-page .text-wrap.p80 {
    padding: 80px 0;
}

.img-flex-wrap {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;  
}
.img-flex-wrap {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.img-flex-wrap .item {
    flex: 1;             /* °¡·Î °ø°£ ±Õµî ºÐ¹è */
    height: 400px;       /* ÄÁÅ×ÀÌ³Ê ³ôÀÌ ÁöÁ¤, ÇÊ¿ä¿¡ µû¶ó Á¶Àý */
    overflow: hidden;    /* ÀÌ¹ÌÁö°¡ ³ÑÄ¡¸é ¼û±è */
}

.img-flex-wrap .item img {
    display: block;
    width: 100%;         /* °¡·Î ²Ë Ã¤¿ò */
    height: 100%;        /* ¼¼·Î ²Ë Ã¤¿ò */
    object-fit: cover;   /* ºñÀ² À¯ÁöÇÏ¸ç ÄÁÅ×ÀÌ³Ê ²Ë Ã¤¿ì±â */
    object-position: center; /* ÀÌ¹ÌÁö Áß¾Ó ±âÁØÀ¸·Î Àß¸² */
}

.img-flex-wrap .item {
    flex: 1;
}

.img-flex-wrap .item img {
    display: block;
    max-width: 100%;
}

.add-page .slider-wrap .swiper {
    margin-bottom: 0;
}

.add-page .add-page-sub-title {
    margin-bottom: 56px;
}

.add-page .flex-wrap .item .btn-wrap .btn {
    background: transparent;
}

.add-page .flex-wrap .item .inner-box {
    max-width: 824px;
}

.add-page .flex-wrap .item {
    padding: 0 40px 0 16px;
}

.add-page .flex-wrap .item img {
    max-height: 896px;
}

@media (max-width: 768px) {
    .add-page .visual-wrap {
        background-image: url('/design/hangso1/a_product_banner/stories/PowerofHandwriting_main_mo.jpg');
        padding: 304px 16px;
    }

    .add-page .visual-wrap .sub-title {
        font-size: 28px;
        line-height: 34px;
    }

    .add-page .visual-wrap .title {
        font-size: 48px;
        line-height: 80px;
    }

    .add-page .flex-wrap .item img {
        max-height: 100%;
    }

    .add-page .text-wrap {
        padding: 64px 0 54px;
    }

    .add-page .text-wrap .sub-title {
        font-size: 16px;
        line-height: 24px;
    }

    .add-page .flex-wrap .item {
        padding: 48px 16px;
    }

    .add-page .text-wrap .title {
        font-size: 36px;
        line-height: 44px;
    }

    .add-page .text-wrap.p80 {
        padding: 64px 0;
    }
}

@media (max-width: 375px) {
    .add-page .visual-wrap {
        padding: 220px 16px;
    }

    .add-page .visual-wrap .title {
        font-size: 44px;
        line-height: 52px;
    }

    .add-page .bg-wrap {
        padding: 40px 0;
    }

    .add-page .desc-list-wrap li {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .add-page .desc {
        font-size: 14px;
        line-height: 24px;
    }

    .add-page .text-wrap {
        padding: 56px 0;
    }

    .add-page .text-wrap .sub-title {
        font-size: 14px;
        line-height: 20px;
    }

    .img-flex-wrap {
        flex-direction: column;
    }

    .add-page .text-wrap .title {
        text-align: left;
        font-size: 32px;
        line-height: 40px;
    }

    .add-page .text-wrap.p80 {
        padding: 56px 0;
    }

}
/* BASIC css end */

