.buil01-template-03 .title {
    margin-bottom: 25px;
}

.buil01-template-03 .title strong {
    display: block;
    line-height: 1.25em;
    font-weight: bold;
    position: relative;
}

.buil01-template-03 .title span {
    display: block;
    line-height: 1.25em;
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-03 .title {
        text-align: center;
        font-size: 28px;
    }
    .buil01-template-03 .title span {
        font-size: 16px;
    }
}

@media (min-width: 980px) {
    .buil01-template-03 .title {
        font-size: 24px;
    }
}

@media (min-width: 1100px) {
    .buil01-template-03 .title {
        font-size: 28px;
    }
}

@media (min-width: 1800px) {
    .buil01-template-03 .title {
        font-size: 36px;
    }
}

.buil01-template-03 .btn {
    display: inline-block;
    color: #fff;
    border-bottom: 2px solid #fff;
    line-height: 2.25em;
    transition: all 0.35s ease;
}

.buil01-template-03 .btn span {
    color: #fff;
}

.buil01-template-03 .btn img,
.buil01-template-03 .btn svg {
    margin-left: 8px;
    transition: all 0.35s ease;
}

.buil01-template-03 .btn:active img,
.buil01-template-03 .btn:hover img,
.buil01-template-03 .btn:active svg,
.buil01-template-03 .btn:hover svg {
    margin-left: 16px;
}

@media (min-width: 1800px) {
    .buil01-template-03 .btn {
        font-size: 18px;
    }
}

.buil01-template-03 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #fff;
    padding-top: 12vw;
    overflow: hidden;
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-03 {
        padding: 60px 25px;
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .buil01-template-03 {
        padding: 50px;
    }
}

@media (min-width: 980px) {
    .buil01-template-03 {
        display: flex;
    }
}

.buil01-template-03 .title span {
    color: #58788e;
    transform: rotate(180deg);
}

@media (min-width: 980px) {
    .buil01-template-03 .title {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-left: 25px;
    }
    .buil01-template-03 .title strong:after {
        content: '';
        display: block;
        border-right: 1px solid #20688b;
        height: 100vh;
        position: absolute;
        left: 55%;
        top: 120%;
    }
}

@media (min-width: 980px) {
    .buil01-template-03 .title-area {
        width: 22%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding-left: 8%;
    }
}

@media (min-width: 1500px) {
    .buil01-template-03 .title-area {
        padding-left: 10%;
    }
}

@media (min-width: 1800px) {
    .buil01-template-03 .title-area {
        width: 17%;
    }
}

@media (min-width: 980px) {
    .buil01-template-03 .swiper-container {
        width: 78%;
    }
}

@media (min-width: 1800px) {
    .buil01-template-03 .swiper-container {
        width: 83%;
    }
}

.buil01-template-03 .swiper-slide {
    z-index: 1;
}
.buil01-template-03 .swiper-slide-active {
    z-index: 3;
}
.buil01-template-03 .content .text {
    color: #b1bcc4;
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-03 .content .text {
        padding-top: 25px;
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .buil01-template-03 .content .text {
        padding-top: 50px;
    }
}

.buil01-template-03 .content .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 980px) {
    .buil01-template-03 .content {
        display: flex;
        flex-direction: row-reverse;
        height: 100%;
    }
    .buil01-template-03 .content .bg {
        width: 60%;
    }
    .buil01-template-03 .content .text {
        width: 40%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
    .buil01-template-03 .content .text p {
        width: 80%;
    }
}

@media (min-width: 1800px) {
    .buil01-template-03 .content .text {
        padding-left: 5%;
    }
    .buil01-template-03 .content .text p {
        width: 60%;
        font-size: 15px;
    }
}

.buil01-template-03 .img-holder img {
    display: block;
    width: 100%;
    height: auto;
}



.buil01-template-03 .thumb+p {
    margin-top: 50px;
}

.buil01-template-03 .thumb img {
    display: block;
    width: 200px;
    height: auto;
}

.buil01-template-03 .btn {
    font-size: 14px;
}

@media (min-width: 740px) {
    .buil01-template-03 .btn {
        margin-top: 2em;
    }
}

@media (min-width: 1500px) {
    .buil01-template-03 .btn {
        margin-top: 8em;
    }
}

.buil01-template-03 .controller {
    position: absolute;
    z-index: 29;
}

.buil01-template-03 .controller .swiper-count {
    display: flex;
    align-items: flex-end;
}

@media (min-width: 980px) {
    .buil01-template-03 .controller .swiper-count {
        transform: translateX(5%);
    }
}

@media (min-width: 1500px) {
    .buil01-template-03 .controller .swiper-count {
        transform: translateX(19%);
    }
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-03 .controller .swiper-count {
        display: none;
    }
}

.buil01-template-03 .controller .swiper-idx-count {
    font-size: 20vw;
    display: block;
    font-weight: normal;
    line-height: 1.125em;
    color: #fff;
}

.buil01-template-03 .controller .swiper-idx-count:after {
    content: '';
    display: block;
    height: 4px;
    background-color: #fff;
    width: 77%;
    transform: translateX(50%);
}

.buil01-template-03 .controller .swiper-pagination {
    width: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-03 .controller .swiper-pagination {
        position: static;
        padding: 0;
        width: 100%;
        transform: none;
        margin-top: 25px;
    }
}

.buil01-template-03 .controller .swiper-pagination-bullet:before {
    border: 1px solid #fff;
}

.buil01-template-03 .controller .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #fff;
    border-color: #fff;
}

.buil01-template-03 .controller .swiper-idx-sum {
    font-size: 20px;
    line-height: 1em;
    transform: translateY(45%);
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-03 .controller {
        position: static;
        transform: none;
        padding: 0;
        padding: 0;
    }

    .buil01-template-03 .title span {
        transform: rotate(0deg);
    }
}

@media (min-width: 980px) {
    .buil01-template-03 .controller {
        height: 100%;
        width: 10%;
        top: 0;
        left: 34%;
        padding-top: 10%;
    }
    .buil01-template-03 .controller .swiper-pagination {
        width: 50px;
        right: auto;
        bottom: 20px;
    }
    .buil01-template-03 .controller .swiper-idx-count {
        font-size: 5.2084vw;
    }
    .buil01-template-03 .controller .swiper-idx-count:after {
        height: 3px;
    }
}

@media (min-width: 1100px) {
    .buil01-template-03 .controller .swiper-idx-sum {
        font-size: 22px;
    }
}

@media (min-width: 1500px) {
    .buil01-template-03 .controller {
        left: 36%;
    }
}

@media (min-width: 1800px) {
    .buil01-template-03 .controller .swiper-idx-sum {
        font-size: 30px;
    }
}