.part01-template-11 {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.part01-template-11__inner {
    display: block;
    width: 100%;
    padding-bottom: calc(80 / 1920 * 100vw);
    text-decoration: none;
    color: #fff;
    max-height: 670px;
    height: 35vw;
    position: relative;
}


/* 202103 */

.part01-template-11__inner .color {
    content: '';
    position: absolute;
    width: 100%;
    height: 13%;
    background-color: #14120f;
    bottom: 0;
}

.part01-template-11__bg-img {
    width: 100%;
}

.part01-template-11__content-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: calc(150 / 1920 * 100vw);
    padding: calc(140 / 1920 * 100vw) calc(90 / 1920 * 100vw) calc(47 /1920 *100vw);
    background-color: #14120f;
}

.part01-template-11__content-container .col {
    width: calc(275 / 1920 * 100vw);
}

.part01-template-11__content-container .col-2 {
    margin-left: calc(80 / 1920 * 100vw);
}

.part01-template-11__title-wrapper {
    display: flex;
    margin-top: calc(45 / 1920 * 100vw);
}

.part01-template-11__label {
    font-size: calc(22 / 1920 * 100vw);
    font-weight: 700;
    color: #a4a4a4;
    margin: initial;
}


/*202103*/

.part01-template-11__title {
    font-size: calc(36 / 1920 * 100vw);
    font-weight: 700;
    margin: initial;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.1;
}

.part01-template-11__btn-more .text {
    font-size: calc(22 / 1920 * 100vw);
    font-weight: 700;
    margin: initial;
}

.part01-template-11__btn-more .icon {
    width: calc(28 / 1920 * 100vw);
}

.part01-template-11__btn-more .fas {
    font-size: 25px;
    font-weight: 700;
    left: 12%;
    color: #341d74;
}


/*202103*/

.part01-template-11__intro {
    font-size: calc(18 / 1920 * 100vw);
    color: #a4a4a4;
    margin: initial;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.part01-template-11__btn-more {
    display: flex;
    align-items: center;
    margin-top: 4.6875vw;
}

.part01-template-11__btn-more .icon {
    margin-left: calc(80 / 1920 * 100vw);
}


/* tablet */

@media (max-width: 1100px) {
    .part01-template-11 {
        height: auto;
    }
    .part01-template-11__inner {
        padding-bottom: 0px;
    }
    .part01-template-11__content-container .col-2 {}
    .part01-template-11__content-container {
        padding: 46px;
        width: 465px;
    }
    .part01-template-11__content-container .col {
        width: calc(240 / 768 * 100vw);
        text-align: justify;
    }
    .part01-template-11__label {
        font-size: 12px;
    }
    .part01-template-11__title {
        font-size: 20px;
        line-height: 1.1;
    }
    .part01-template-11__btn-more .text {
        font-size: 12px;
    }
    .part01-template-11__title-wrapper {
        margin-top: 16px;
    }
    .part01-template-11__btn-more .icon {
        width: 18px;
        margin-left: 20px;
    }
    .part01-template-11__intro {
        font-size: 14px;
    }
}




/* mobile */

@media (max-width: 700px) {
    .part01-template-11__inner {
        padding-bottom: initial;
    }
    .part01-template-11__content-container {
        position: relative;
        left: initial;
        top: initial;
        bottom: initial;
        padding: 50px 36px 48px;
        width: 100%;
    }
    .part01-template-11__content-container .col {
        width: 100%;
    }
    .part01-template-11__btn-more {
        margin-top: 18px;
    }
    .part01-template-11__btn-more .text {
        font-size: 14px;
    }
    .part01-template-11 {
        height: 400px;
    }
    .part01-template-11__inner {
        padding-bottom: initial;
        position: absolute;
        bottom: 0;
        height: 241px;
    }
    .mobile_img {
        width: 100%;
        height: calc(100% - 240px);
        background-position: center;
        background-size: cover;
    }
    .part01-template-11__intro {
        font-size: 14px;
    }
}


/* fire-animation */

.part01-template-11__content-container {
    transform: translateY(10px);
    opacity: 0;
    transition: 0.5s;
}

.part01-template-11.fire-animation .part01-template-11__content-container {
    transform: initial;
    opacity: 1;
}