@media (min-width: 980px) {
    .buil01-template-02 {
        padding-right: 90px;
    }
}

@media (min-width: 1800px) {
    .buil01-template-02 {
        padding-right: 130px;
    }
}
/* .buil01-template-02{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
} */
.buil01-template-02 .deco {
    font-size: 13px;
    color: #bbbbbb;
    position: absolute;
    bottom: 25px;
    z-index: 20;
    left: 25px;
    letter-spacing: 1px;
}

/* @media (min-width: 980px) {
    .buil01-template-02 {
        padding-right: 90px;
    }
}
@media (min-width: 1800px) {
    .buil01-template-02 {
        padding-right: 130px;
    }
} */
/* .buil01-template-02 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
} */
.buil01-template-02 .deco {
    font-size: 13px;
    color: #bbbbbb;
    position: absolute;
    bottom: 25px;
    z-index: 20;
    left: 25px;
    letter-spacing: 1px;
}
.buil01-template-02__bg {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.buil01-template-02__bg.mobile {
    display: none;
}
@media (max-width: 800px) {
    .buil01-template-02__bg {
        display: none;
    }
    .buil01-template-02__bg.mobile {
        display: block;
    }
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-02 .deco {
        display: none;
    }
}

@media (min-width: 980px) {
    .buil01-template-02 .deco {
        transform: rotate(-90deg);
        left: 50px;
        bottom: 0;
        transform-origin: left top;
    }
}

.buil01-template-02 .text {
    font-weight: bold;
    font-size: 22px;
}

.buil01-template-02 .text strong {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.buil01-template-02 .text p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    opacity: 0.7;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (min-width: 980px) {
    .buil01-template-02 .text {
        font-size: 36px;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        line-height: 1.25em;
        padding-left: 16%;
        padding-right: 0;
        z-index: 10;
    }
    .buil01-template-02 .text strong {
        margin-top: 1em;
        letter-spacing: 1px;
    }
    .buil01-template-02 .text p {
        
        margin-top: 2em;
        font-size: 15px;
        max-width: 60%;
    }
}

@media (min-width: 1100px) {
    .buil01-template-02 .text {
        font-size: 42px;
        padding-left: 14%;
    }
    .buil01-template-02 .text strong {
        margin-top: 2em;
        letter-spacing: 3px;
    }
    .buil01-template-02 .text p {
        max-width: 50%;
    }
}

@media (min-width: 1800px) {
    .buil01-template-02 .text {
        padding-left: 15%;
        font-size: 60px;
    }
    .buil01-template-02 .text strong {
        margin-top: 2em;
    }
    .buil01-template-02 .text p {
        font-size: 15px;
        margin-top: 1em;
        max-width: 55%;
        line-height: 1.75em;
    }
}

@media (min-width: 980px) {
    .buil01-template-02 .controller {
        position: absolute;
        z-index: 9;
    }
}

.buil01-template-02 .controller .swiper-count {
    display: flex;
    align-items: flex-end;
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-02 .controller .swiper-count {
        display: none;
    }
}

@media (min-width: 980px) {
    .buil01-template-02 .controller .swiper-idx-count {
        font-size: 20vw;
        display: block;
        line-height: 1.125em;
        color: #014365;
    }
    .buil01-template-02 .controller .swiper-idx-count:after {
        content: '';
        display: block;
        height: 4px;
        background-color: #000000;
        width: 75%;
        transform: translateX(70%);
    }
}

.buil01-template-02 .controller .swiper-pagination {
    position: static;
}

.buil01-template-02 .controller .swiper-idx-sum {
    font-size: 20px;
    line-height: 1em;
    transform: translateY(35%);
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-02 .controller {
        width: 100%;
    }
}

@media (min-width: 980px) {
    .buil01-template-02 .controller {
        height: 100vh;
        width: 10%;
        top: 0;
        left: 30%;
        padding-top: 10%;
    }
    .buil01-template-02 .controller .swiper-pagination {
        width: 50px !important;
        position: absolute;
        right: auto;
        bottom: 20px;
    }
    .buil01-template-02 .controller .swiper-idx-count {
        font-size: 6.5vw;
    }
    .buil01-template-02 .controller .swiper-idx-count:after {
        height: 6px;
    }
}

@media (min-width: 1100px) {
    .buil01-template-02 .controller {
        left: 28%;
    }
    .buil01-template-02 .controller .swiper-idx-sum {
        font-size: 24px;
    }
}

@media (min-width: 1500px) {
    .buil01-template-02 .controller {
        left: 30%;
    }
}

@media (min-width: 1800px) {
    .buil01-template-02 .controller .swiper-idx-sum {
        font-size: 36px;
    }
}

.buil01-template-02 .hero-img-holder {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-02 .hero-img-holder {
        height: auto;
        padding-bottom: 120%;
        background-size: contain;
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .buil01-template-02 .hero-img-holder {
        height: auto;
        padding-bottom: 100%;
    }
}

.buil01-template-02 .swiper-container {
    min-height: 100vh;
}

.buil01-template-02 .swiper-slide {
    min-height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s, visibility 0s;
    transition-delay: 0.9s;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.buil01-template-02 .swiper-slide .content {
    position: relative;
    min-height: 100vh;
    background-repeat: no-repeat;
}

@media (min-width: 980px) {
    .buil01-template-02 .swiper-slide .content {
        display: flex;
        flex-direction: row-reverse;
        padding-left: 40%;
        position: relative;
    }
}

@media (min-width: 1100px) {
    .buil01-template-02 .swiper-slide .content {
        padding-left: 35%;
    }
}

.buil01-template-02 .swiper-slide .text {
    opacity: 0;
    transform: translateY(-50px);
    transition: transform 0.8s ease 0.1s, opacity 0.6s ease 0.1s;
}

@media (min-width: 0) and (max-width: 979px) {
    .buil01-template-02 .swiper-slide .text {
        padding: 40px 25px;
    }
}

@media (min-width: 980px) {
    .buil01-template-02 .swiper-slide .text {
        width: 50%;
        height: 100%;
        background-color: transparent;
    }
}

@media (min-width: 1100px) {
    .buil01-template-02 .swiper-slide .text {
        padding-top: 80px;
    }
}

@media (min-width: 1800px) {
    .buil01-template-02 .swiper-slide .text {
        width: 45%;
        padding-top: 120px;
    }
}

.buil01-template-02 .swiper-slide .bg {
    width: 100%;
    background-color: #014365;
    transform: translateY(-50px);
    transition: all 0.3s ease;
    opacity: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 980px) {
    .buil01-template-02 .swiper-slide .bg {
        width: 100%;
        height: 100vh;
    }
}

.buil01-template-02 .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0s;
    transition-delay: 0.1s;
    pointer-events: auto;
}

.buil01-template-02 .swiper-slide.swiper-slide-active .text {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s ease 0.1s, opacity 0.6s ease 0.1s;
}

.buil01-template-02 .swiper-slide.swiper-slide-active .bg {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s ease 0s, opacity 0.6s ease 0.1s;
}

@media (min-width: 0) and (max-width: 1099px) {
    .buil01-template-02 .swiper-slide.swiper-slide-active .subtitle {
        opacity: 1;
        transform: translateX(0);
        transition: transform 0.8s ease 0.25s, opacity 0.6s ease 0.25s;
    }
    .buil01-template-02 .swiper-slide.swiper-slide-active .desc {
        opacity: 1;
        transform: translateX(0);
        transition: transform 0.8s ease 0.4s, opacity 0.6s ease 0.4s;
    }
    .buil01-template-02 .swiper-slide.swiper-slide-active .link {
        opacity: 1;
        transform: translateX(0);
        transition: transform 0.8s ease 0.6s, opacity 0.6s ease 0.6s;
    }
    .buil01-template-02 .swiper-slide.swiper-slide-active .hero-img-holder {
        transition: transform 0.9s ease 0s, opacity 0.9s ease 0s;
        opacity: 1;
        transform: translateX(0);
    }
    .buil01-template-02 .swiper-slide.swiper-slide-active .bg {
        z-index: 10;
    }
    .buil01-template-02 .swiper-slide.swiper-slide-active .next:before {
        margin-right: 0;
        right: 0;
        bottom: 0;
        left: 100%;
    }
}

@media (min-width: 0) and (max-width: 1099px) {
    .buil01-template-02 .swiper-slide.swiper-slide-active:before {
        opacity: 1;
        transform: translateX(0);
        transition: transform 0.8s ease 0.8s, opacity 0.6s ease 0.8s;
    }
}

@media (min-width: 980px) and (max-width: 1099px) {
    .buil01-template-02 .swiper-slide.swiper-slide-active:before {
        transform: translateX(-30%);
    }
}

@media (min-width: 1100px) {
    .buil01-template-02 .swiper-slide.swiper-slide-active:before {
        transform: translateX(-30%);
    }
}

@media (min-width: 1500px) {
    .buil01-template-02 .swiper-slide.swiper-slide-active:before {
        transform: translateX(-25%);
    }
}

@media (min-width: 1800px) {
    .buil01-template-02 .swiper-slide.swiper-slide-active:before {
        transform: translateX(-20%);
    }
}

sup {
    transform: translateY(-0.4em);
    display: inline-block;
}
@media(min-width:740px){
    .color{
        width: 90px;
        height: calc(100vh - 90px);
    }
}
@media(min-width:1800px){
    .color{
        width: 130px;
        height: calc(100vh - 130px);
    }
}

.color{
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 1000px){
    .color{
        display: none;
    }
}