.bannerBox {
    background-image: url(../images/about/banner.jpg);
}

/*infoBox */
.infoBox {
    padding: 2rem 0;
    background-image: url(../images/about/info_bg.jpg);
    background-size: cover;
    overflow: hidden;
}
.infoBox .TxtBox{
     animation-name: fadeIn_Up;
animation-duration: 3s;
animation-delay: 1s;
}
.infoBox .TxtBox .title {
    z-index: 1;
   
}

.infoBox .TxtBox .title span {
    padding-bottom: 0.6rem;
}

.infoBox .TxtBox .title:before {
    content: 'PHILOSOPHY';
    color: #c0c0c0;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Playfair Display SC', serif;
    font-size: 5rem;
    z-index: 0;
    opacity: 0.1;
}

@keyframes fadeIn_Up {
        from {
            opacity: 0;
            transform:  translateY(30%);
        }

        to {
            opacity: 1;
            transform:  translateY(0);
        }
    }

    @media(max-width: 480px){
        .infoBox .TxtBox .title{
            font-size: 1.1rem;
        }
        .infoBox .TxtBox .title span{
            font-size: 1.5rem;
        }
        .infoBox .TxtBox p{
            font-size: 14px;
        }
    }

/*infoBox end*/
/*teamBox*/
.teamBox {
    width: 100%;
    padding-top: 5%;
    background-size: cover;
    background-position: left;
    background-image: url(../images/home/case_bg.jpg);
    overflow: hidden;
}

.teamBox .TxtBox {
    border-right: 1px solid #808080;
    padding: 15% 0;
}

.teamBox .TxtBox .title.icon:before {
    background-image: url(../images/icon_case.svg);
}

.teamBox .TeamList {
    padding-right: 2%;
}


.teamBox .TeamList .Item {
    color: #fff;
    height: 100%;
    /*min-height: 400px;*/
    transition: all 3s;

}


.teamBox .TeamList .Item .Img {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -10%;
    transform: translateX(-50%);
    left: 50%;
    transition: all .8s;
    z-index: 10;
}

.teamBox .TeamList .Item:hover .Img {
    transform: translateX(-50%);
    width: 45%;
}

.teamBox .TeamList .Item .Img .innerImg {
    width: 50%;
    padding-top: 45%;
    margin: 0 auto;
}

.teamBox .TeamList .Item .Img .innerImg .image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 3s;

}

.teamBox .TeamList .Item .Img .innerImg .image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1;
    opacity: 1;
    transition: all .5s;

}

.teamBox .TeamList .Item:hover .Img .innerImg .image:before {
    opacity: 0;
}

.teamBox .TeamList .Item .Txt {
    margin-top: 5rem;
    text-align: center;
    padding: 17rem 0 2rem;
    background-color: #6d6e71;
    min-height: 430px;


}

.teamBox .TeamList .Item:hover .Txt {
    padding: 6rem 0 2rem;
}

.teamBox .TeamList .Item .Txt .teamName span {
    display: block;
    font-size: 1rem;
    font-weight: 100;
    padding: 10px;
}

.teamBox .TeamList .Item:hover .Txt .teamName span {
    opacity: 0;
    height: 0;
}

.teamBox .TeamList .Item .Txt ul.caseinfo {
    margin: 0;
    padding: 0 20%;
    list-style: none;
    height: 0;
    opacity: 0;
    transition: all .3s;
}
/* 
 */
.teamBox .TeamList .Item:hover .Txt .caseinfoBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.teamBox .TeamList .Item:hover .Txt ul.caseinfo {
    height: auto;
    opacity: 1;
    padding: 0;
}

.teamBox .TeamList .Item .Txt ul.caseinfo li {
    padding-left: 6rem;
    text-align: justify;
    font-weight: 100;

}

.teamBox .TeamList .Item .Txt ul.caseinfo li span {
    position: absolute;
    left: 0;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    letter-spacing: 5px;
    font-weight: 600;
}

.teamBox .TeamList .Item .Txt button {
    transition: all .1s;
    opacity: 1;
}

.teamBox .TeamList .Item:hover .Txt button {
    opacity: 0;
}


@media(max-width: 991px) {
    .teamBox .TxtBox {
        padding: 0 0 5%;
    }

    .teamBox .TeamList {
        padding-right: 0;
    }
}

@media(max-width: 769px) {
    .teamBox .TeamList .Item .Txt ul.caseinfo {
        padding: 0 10px;
    }

    .teamBox .TeamList .Item .Img .innerImg {
        width: 80%;
        padding-top: 80%;
    }
}

@media(max-width: 767px) {
    .teamBox .TxtBox {
        padding: 5% 0 5%;
    }

    .teamBox .TeamList a {
        margin-bottom: 3rem;
    }

    .teamBox .TeamList .Item {
        background: transparent;
    }



}




/*teamBox end*/
/*masterBox*/
.masterBox {
    background-image: url(../images/case/bg.jpg);
    background-repeat: repeat;
    overflow: hidden;
}

.masterBox:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 15%;
    z-index: 0;
    background-color: #939393;

}

.masterBox .Txt {
    position: absolute;
    width: 30%;
    top: 40%;
    left: 18%;
    z-index: 6;
}

.masterBox .Txt h2 {
    display: none;
}

.masterBox .item {
    padding-top: 3rem;
}

.masterBox .item:before {
    content: '';
    position: absolute;
    transform: skewX(20deg);
    top: 0;
    bottom: 0%;
    left: 45%;
    width: 30%;
    max-height: 100vh;
    background-color: white;
    z-index: 0;
}

.masterBox .Txt .masterName img {
    width:100%;
    height: 50px;
    min-height: auto;
    padding-right: 15%;
}

.masterBox .Img {
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 88%;
    z-index: 3;
}

.masterBox .Img:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg_before.svg);
    background-size: 50%;
    background-position: 36% 10%;
    background-repeat: no-repeat;
    z-index: 1;

}

.slick-dotted.slick-slider {
    margin-bottom: -8px;
}

.slick-section .slick-dots {
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0;
}

.slick-section .slick-dots li {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 5px;
}

.slick-section .slick-dots li button {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 12px;
    color: #666;
    border: none;
    background: #f0f0f0;
}

.slick-section .slick-dots li button:before {
    content: none;
}

.slick-section .slick-dots li.slick-active button {
    background: #ccc;
}


.slick-dots {
    position: absolute;
    bottom: 10%;
    left: 0;
    display: block;
    width: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}



@media(max-width: 1366px) {
    .masterBox .Txt {

        left: 10%;
    }
}

@media(max-width: 1024px) {
    .masterBox .Txt {
        width: 33%;
        top: 36%;
        left: 6%;
    }

    .masterBox .Img {
        background-position: right bottom;
        background-size: 66%;
    }
}

@media(max-width: 768px) {
    .masterBox .item {
        padding-top: 0;
    }
}

@media(max-width: 480px) {
    .masterBox{
        padding-top: 2rem;
    }
    .masterBox .Txt {
        position: relative;
        width: 100%;

    }

    .masterBox .Img {
        height: 55vh;
            background-size: contain;
    }

    .masterBox .item {
        padding: 0 12%;
    }
    .masterBox .Img:after{
            background-size: 108%;
            top: -10%;
    }
}

/*masterBox end*/