﻿.depth-box{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: 90px;
    min-height: calc(100vh - 90px);
    background-color: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}
.depth-title-box{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
}
.depth-title-all-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.depth-title{
    width: 200px;
    display: block;
    text-align: center;
    font-size: 24px;
    font-family: 'Noto Serif TC';
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding-left: 0.06em;
    line-height: 50px;
    color: #000;
}
.depth-title-all-box span{
    width: 66px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
    margin-top: 10px;
}
.depth-title-all-box span:nth-child(2){
    background-color: #e95412;
}
.depth-title-all-box span:nth-child(3){
    background-color: #00a0ea;
    margin: 0 1px;
    margin-top: 10px;
}
.depth-title-all-box span:nth-child(4){
    background-color: #8fc320;
}


.depth-all-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    box-sizing: border-box;
    padding: 40px 0;
}
.depth-class-box{
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.depth-class{
    width: 100%;
    display: block;
    background-color: #fff;
    color: #666;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.06em;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    margin-bottom: 30px;
    box-sizing: border-box;
    transition: all .3s linear;
}
.depth-class:last-child{
    margin-bottom: 0;
}
.depth-class:hover,
.depth-class.active{
    background-color: #e95412;
    color: #fff;
}
.depth-info-box{
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 110px;
}
.depth-info{
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    box-sizing: border-box;
    border-right: 1px solid #f5f5f5;
    position: relative;
    transition: all .3s linear;
}
.depth-info:nth-child(3n){
    border-right-width: 0px;
}
.depth-info:nth-child(n + 4){
    margin-top: 35px;
}
.depth-info-img{
    width: 100%;
    height: 360px;
    display: block;
    overflow: hidden;
    position: relative;
}
.depth-info-text-box{
    width: 100%;
    height: 200px;
    display: block;
    box-sizing: border-box;
    padding: 20px 25px;
}
.depth-info-name{
    font-size: 20px;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.depth-info-text{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    letter-spacing: 0.06em;
    margin-top: 15px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}



/* pages */
.depth-pages-box{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: 90px;
    min-height: calc(100vh - 90px);
    padding: 80px 0;
}
.depth-pages-all-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.depth-pages-info-img-box{
    width: 760px;
    /* height: 600px; */
    display: inline-block;
    vertical-align: top;
}
.depth-pages-info-img{
    height: 600px;
}
.depth-pages-info-text-box{
    width: calc(100% - 760px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 40px;
}
.depth-pages-info-name{
    font-size: 24px;
    font-family: 'Noto Serif TC';
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #000;
}
.depth-pages-info-text{
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 50px;
    color: #666;
}
.depth-pages-info-list-box{
    width: 100%;
    display: block;
    margin-top: 15px;
}
.depth-pages-info-list{
    width: 220px;
    height: 160px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 30px;
}
.depth-pages-info-list:nth-child(3n){
    margin-right: 0;
}
.depth-pages-info-list:nth-child(n + 4){
    margin-top: 30px;
}
.depth-pages-info-list-icon{
    font-size: 24px;
}
.depth-pages-info-list-name{
    font-size: 16px;
    color: #666;
    letter-spacing: 0.06em;
    margin: 12px 0;
}
.depth-pages-info-list-text{
    font-size: 16px;
    color: #000;
    letter-spacing: 0.06em;
}
.color_or{
    color: #e95412;
}
.color_g{
    color: #8fc320;
}
.color_b{
    color: #00a0ea;
}

.depth-pages-route-box{
    width: 100%;
    display: block;
    margin-top: 60px;
}
.depth-pages-title-box{
    width: 100%;
    display: block;
    text-align: center;
}
.depth-pages-title{
    display: inline-block;
    position: relative;
}
.depth-pages-title h2{
    font-size: 24px;
    font-family: 'Noto Serif TC';
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding-left: 0.06em;
    line-height: 46px;
    color: #000;
}
.depth-pages-title span{
    width: calc((100% - 2px) / 3);
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
}
.depth-pages-title span:nth-child(2){
    background-color: #e95412;
}
.depth-pages-title span:nth-child(3){
    background-color: #00a0ea;
    margin: 0 1px;
}
.depth-pages-title span:nth-child(4){
    background-color: #8fc320;
}
.depth-pages-route-list-box{
    width: 100%;
    display: block;
    margin-top: 50px;
}
.depth-pages-route-list{
    width: calc((100% - 30px) / 2);
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
}
.depth-pages-route-list:nth-child(2n){
    margin-right: 0;
}
.depth-pages-route-list:nth-child(n + 3){
    margin-top: 30px;
}
.depth-pages-route-list-name{
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 60px;
    font-family: myFontFamily;
    font-size: 18px;
    color: #000;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
}
@font-face{
    font-family: myFontFamily;
    src: local("微軟正黑體");
    unicode-range: U+4E00-9FFF;
}
@font-face{
    font-family: myFontFamily;
    src: local('Lato');
    unicode-range: U+00-024F;
}
.depth-pages-route-list-text{
    font-size: 16px;
    line-height: 2;
    color: #666;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 10px 30px;
    min-height: 100px;
}

.depth-pages-edit-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 150px;
}
.depth-pages-edit{
    font-size: 16px;
    color: #666;
    letter-spacing: 0.06em;
    line-height: 2;
    box-sizing: border-box;
    padding: 50px 0;
}

.depth-pages-time-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 90px;
}
.depth-pages-time-img{
    width: 100%;
    display: block;
    margin-top: 50px;
}

.depth-pages-other-box{
    width: 100%;
    display: block;
    margin-top: 150px;
}
.depth-pages-other-box .depth-pages-title-box{
    width: 155px;
    display: inline-block;
    vertical-align: top;
}
.depth-pages-other-info-box{
    width: calc(100% - 155px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 45px;
}
.depth-pages-other-info{
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 55px;
    position: relative;
    transition: all .3s linear;
}
.depth-pages-other-info:nth-child(3n){
    margin-right: 0;
}
.depth-pages-other-info-img{
    width: 100%;
    height: 360px;
    display: block;
    overflow: hidden;
    position: relative;
}
.depth-pages-other-info-text-box{
    width: 100%;
    height: 200px;
    display: block;
    box-sizing: border-box;
    padding: 20px 25px;
}
.depth-pages-other-info-name{
    font-size: 20px;
    font-family: 'Noto Serif TC';
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.depth-pages-other-info-text{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    letter-spacing: 0.06em;
    margin-top: 15px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}



@media only screen and (max-width: 1600px){
    .depth-title-all-box,
    .depth-all-box{
        width: 1400px;
    }
    .depth-info-box {
        padding-left: 90px;
    }
    .depth-info{
        width: 370px;
    }
    .depth-info-img {
        height: calc(( 360 / 430 ) * 370px);
    }

    .depth-pages-all-box{
        width: 1400px;
    }
    .depth-pages-info-list {
        width: 180px;
    }
    .depth-pages-other-info {
        width: 370px;
        margin-right: 45px;
    }
    .depth-pages-other-info-img{
        height: calc(( 360 / 430 ) * 370px);
    }
}
@media only screen and (max-width: 1400px){
    .depth-title-all-box,
    .depth-all-box{
        width: 1200px;
    }
    .depth-info-box {
        padding-left: 40px;
    }
    .depth-info{
        width: 320px;
    }
    .depth-info-img {
        height: calc(( 360 / 430 ) * 320px);
    }
    .depth-info-text-box{
        padding: 10px 15px ;
    }
    .depth-info-name{
        font-size: 18px;
    }
    
    .depth-pages-all-box{
        width: 1200px;
    }
    .depth-pages-info-img-box{
        width: 560px;
    }
    .depth-pages-info-img{
        height: calc((600 / 760) * 560px);
    }
    .depth-pages-info-text-box {
        width: calc(100% - 560px);
        padding-left: 20px;
    }
    .depth-pages-info-list {
        width: 180px;
    }
    .depth-pages-other-info {
        width: 320px;
        margin-right: 20px;
    }
    .depth-pages-other-info-img{
        height: calc(( 360 / 430 ) * 320px);
    }
    .depth-pages-other-info-text-box{
        padding: 10px 15px ;
    }
    .depth-pages-other-info-name{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1200px){
    .depth-title-all-box,
    .depth-all-box{
        width: 1000px;
    }
    .depth-class-box,
    .depth-title{
        width: 150px;
    }
    .depth-title-all-box span{
        width: calc((150px - 2px) / 3);
    }
    .depth-info-box {
        width: calc(100% - 150px);
    }
    .depth-info{
        width: 270px;
    }
    .depth-info-img {
        height: calc(( 360 / 430 ) * 270px);
    }
    .depth-info-text-box{
        height: 165px;
    }

    .depth-pages-all-box{
        width: 1000px;
    }
    .depth-pages-info-img-box{
        width: 480px;
    }
    .depth-pages-info-img{
        height: calc((600 / 760) * 480px);
    }
    .depth-pages-info-text-box {
        width: calc(100% - 480px);
    }
    .depth-pages-info-list-box {
        margin-top: 10px;
    }
    .depth-pages-info-list {
        width: 150px;
        height: 130px;
        margin-right: 25px;
    }
    .depth-pages-other-info-box{
        padding-left: 25px;
    }
    .depth-pages-other-info {
        width: 270px;
        margin-right: 5px;
    }
    .depth-pages-other-info-img{
        height: calc(( 360 / 430 ) * 270px);
    }
    .depth-pages-other-info-text-box{
        height: 165px;
    }
}
@media only screen and (max-width: 1000px){
    .depth-box{
        margin-top: 66px;
        min-height: calc(100vh - 66px);
        padding: 40px 0;
    }
    .depth-title-all-box,
    .depth-all-box{
        width: 750px;
    }
    .depth-class-box{
        width: 100%;
        display: block;
    }
    .depth-info-box {
        width: 100%;
        padding-left: 0;
    }
    .depth-info:nth-child(n){
        width: 375px;
        border-right-width: 1px;
    }
    .depth-info:nth-child(even) {
        border-right-width: 0px;
    }
    .depth-info:nth-child(n + 3){
        margin-top: 20px;
    }
    .depth-info-img {
        height: calc(( 360 / 430 ) * 375px);
    }
    .depth-class-box{
        margin-bottom: 40px;
    }
    .rwd-depth-class{
        width: 100%;
        height: 46px;
        background-color: #fff;
        font-size: 16px;
        color: #666;
        line-height: 46px;
        letter-spacing: 0.06em;
        text-align: center;
        border: 1px solid #d1d1d1;
        display: block;
        border-radius: 5px;
        position: relative;
        box-sizing: border-box;
    }
    .rwd-depth-class::after{
        content: '';
        width: 0px;
        height: 0px;
        margin: 0 auto;
        border-right: 7px solid transparent;
        border-top: 10px solid #888;
        border-left: 7px solid transparent;
        display: block;
        position: absolute;
        bottom: calc(50% - 5px);
        right: 5%;
        box-sizing: border-box;
    }
    .depth-class-all-box{
        width: 100%;
        z-index: 2;
        position: absolute;
        display: none;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
        background-color: rgba(255, 255, 255, 0.95);
        box-sizing: border-box;
        padding: 5px 0;
    }
    .depth-class{
        background-color: transparent;
        border: none;
        margin-bottom: 0;
        border-radius: 0;
    }

    .depth-pages-box{
        margin-top: 66px;
        min-height: calc(100vh - 66px);
        padding: 40px 0;
    }
    .depth-pages-all-box{
        width: 750px;
    }
    .depth-pages-info-img-box{
        width: 100%;
    }
    .depth-pages-info-img{
        height: calc((600 / 760) * 750px);
    }
    .depth-pages-info-text-box {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-top: 20px;
    }
    .depth-pages-info-list:nth-child(n){
        width: 165px;
        margin-right: 30px;
        margin-top: 0;
    }
    .depth-pages-info-list:nth-child(4n){
        margin-right: 0;
    }
    .depth-pages-info-list:nth-child(n + 5){
        margin-top: 30px;
    }
    .depth-pages-other-box .depth-pages-title-box{
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }
    .depth-pages-other-info-box{
        width: 100%;
        display: block;
        padding-left: 0;
    }
    .depth-pages-other-info {
        width: 240px;
        margin-right: 15px;
    }
    .depth-pages-other-info-img {
        height: calc(( 360 / 430 ) * 240px);
    }

}
@media only screen and (max-width: 768px){
    .depth-title-all-box,
    .depth-all-box{
        width: 550px;
    }
    .depth-info:nth-child(n){
        width: 275px;
    }
    .depth-info-img {
        height: calc(( 360 / 430 ) * 275px);
    }


    .depth-pages-all-box{
        width: 550px;
    }
    .depth-pages-info-img{
        height: calc((600 / 760) * 550px);
    }
    .depth-pages-info-list:nth-child(n){
        width: 170px;
        margin-right: 20px;
        margin-top: 0;
    }
    .depth-pages-info-list:nth-child(3n){
        margin-right: 0;
    }
    .depth-pages-info-list:nth-child(n + 4){
        margin-top: 20px;
    }
    .depth-pages-route-box{
        margin-top: 40px;
    }
    .depth-pages-route-list-box{
        margin-top: 30px;
    }
    .depth-pages-route-list:nth-child(n){
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .depth-pages-route-list:first-child{
        margin-top: 0;
    }
    .depth-pages-route-list-text{
        min-height: initial;
    }
    .depth-pages-edit-box{
        margin-top: 50px;
    }
    .depth-pages-edit{
        padding: 30px 0;
    }
    .depth-pages-time-box{
        margin-top: 40px;
    }
    .depth-pages-time-img{
        margin-top: 30px;
    }
    .depth-pages-other-box{
        margin-top: 50px;
    }
    .depth-pages-other-box .depth-pages-title-box{
        margin-bottom: 30px;
    }
    .depth-pages-other-info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .depth-pages-other-info-img {
        height: calc(( 360 / 430 ) * 550px);
    }
    .depth-pages-other-info-text-box{
        height: inherit;
    }
}
@media only screen and (max-width: 550px){
    .depth-box{
        margin-top: 58px;
        min-height: calc(100vh - 58px);
        padding: 20px 0;
    }
    .depth-title-all-box,
    .depth-all-box{
        width: 95vw;
    }
    .depth-all-box{
        padding: 20px 0;
    }
    .depth-info:nth-child(n){
        width: 50%;
    }
    .depth-info-img {
        height: calc(( 360 / 430 ) * (95vw / 2));
    }
    .depth-class-box{
        margin-bottom: 20px;
    }
    .depth-title{
        font-size: 18px;
        line-height: 30px;
    }
    .depth-title-all-box span{
        margin-top: 5px;
    }
    .depth-title-all-box span:nth-child(3) {
        margin-top: 5px;
    }
    .rwd-depth-class{
        line-height: 40px;
        height: 40px;
    }
    .depth-class{
        font-size: 14px;
        line-height: 38px;
    }
    .depth-info-text-box {
        padding: 5px 10px;
        height: 100px;
    }
    .depth-info-name {
        font-size: 14px;
    }
    .depth-info-text{
        font-size: 12px;
        margin-top: 5px;
        line-height: 20px;
        -webkit-line-clamp: 3;
    }

    
    .depth-pages-box{
        margin-top: 58px;
        min-height: calc(100vh - 58px);
        padding: 20px 0;
    }
    .depth-pages-all-box{
        width: 400px;
    }
    .depth-pages-info-img{
        height: calc((600 / 760) * 400px);
    }
    .depth-pages-info-name{
        font-size: 18px;
        line-height: 30px;
    }
    .depth-pages-info-text{
        font-size: 14px;
        line-height: 2;
    }
    .depth-pages-info-list:nth-child(n){
        width: 130px;
        height: 110px;
        margin-right: 5px;
        margin-top: 0;
    }
    .depth-pages-info-list:nth-child(3n){
        margin-right: 0;
    }
    .depth-pages-info-list:nth-child(n + 4){
        margin-top: 5px;
    }
    .depth-pages-info-list-icon{
        font-size: 18px;
    }
    .depth-pages-info-list-name{
        font-size: 14px;
        margin: 6px 0;
    }
    .depth-pages-info-list-text{
        font-size: 14px;
    }
    .depth-pages-title h2{
        font-size: 18px;
        line-height: 30px;
    }
    .depth-pages-route-list-name{
        font-size: 16px;
        line-height: 40px;
    }
    .depth-pages-route-list-text{
        font-size: 14px;
        padding: 5px 15px;
    }
    .depth-pages-route-box{
        margin-top: 20px;
    }
    .depth-pages-route-list-box{
        margin-top: 10px;
    }
    .depth-pages-route-list:nth-child(n){
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .depth-pages-route-list:first-child{
        margin-top: 0;
    }
    .depth-pages-edit-box{
        margin-top: 30px;
    }
    .depth-pages-edit{
        padding: 10px 0;
        font-size: 14px;
    }
    .depth-pages-time-box{
        margin-top: 20px;
    }
    .depth-pages-time-img{
        margin-top: 10px;
    }
    .depth-pages-other-box{
        margin-top: 30px;
    }
    .depth-pages-other-box .depth-pages-title-box{
        margin-bottom: 10px;
    }
    .depth-pages-other-info {
        margin-bottom: 10px;
    }
    .depth-pages-other-info-img {
        height: calc(( 360 / 430 ) * 400px);
    }
    .depth-pages-other-info-text-box{
        padding: 5px 10px;
    }
    .depth-pages-other-info-name{
        font-size: 16px;
    }
    .depth-pages-other-info-text{
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 400px){
    .depth-info:nth-child(n){
        width: 100%;
        border-right: none;
    }
    .depth-info-img {
        height: calc(( 360 / 430 ) * 95vw);
    }
    .depth-info-text-box{
        height: initial;
    }

    
    .depth-pages-all-box{
        width: 300px;
    }
    .depth-pages-info-img{
        height: calc((600 / 760) * 300px);
    }
    .depth-pages-info-text-box{
        padding-top: 10px;
    }
    .depth-pages-info-list:nth-child(n) {
        width: 95px;
        height: 95px;
        margin-right: 7px;
        margin-top: 0;
        padding: 5px;
    }
    .depth-pages-info-list:nth-child(3n){
        margin-right: 0;
    }
    .depth-pages-info-list:nth-child(n + 4){
        margin-top: 7px;
    }
    .depth-pages-info-list-name {
        margin: 0;
    }
    .depth-pages-other-info-img {
        height: calc(( 360 / 430 ) * 300px);
    }
}





/*animation*/
/*<-------------動畫------------->*/
@media only screen and (min-width: 1001px){
	.depth-title{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .depth-title-all-box span:nth-child(2){
        animation: line .3s linear .0s 1 both;
        opacity: 1;
        transform-origin: left;
    }
    .depth-title-all-box span:nth-child(3){
        animation: line .3s linear .3s 1 both;
        opacity: 1;
        transform-origin: left;
    }
    .depth-title-all-box span:nth-child(4){
        animation: line .3s linear .6s 1 both;
        opacity: 1;
        transform-origin: left;
    }
    .depth-class-box,
    .depth-pages-info-img-box{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .depth-info{
        opacity: 0;
    }
    .depth-info.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .depth-pages-info-name{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .depth-pages-info-text{
        animation: fadeInDown 1s ease .2s 1 both;
    }
    .depth-pages-info-list-box{
        animation: fade 1s ease 0s 1 both;
    }
    .depth-pages-title h2,
    .depth-pages-title span,
    .depth-pages-route-list,
    .depth-pages-edit,
    .depth-pages-time-img,
    .depth-pages-other-info{
        opacity: 0;
    }
    .depth-pages-title.anima h2{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .depth-pages-title.anima span:nth-child(2){
        animation: line .3s linear .0s 1 both;
        opacity: 1;
        transform-origin: left;
    }
    .depth-pages-title.anima span:nth-child(3){
        animation: line .3s linear .3s 1 both;
        opacity: 1;
        transform-origin: left;
    }
    .depth-pages-title.anima span:nth-child(4){
        animation: line .3s linear .6s 1 both;
        opacity: 1;
        transform-origin: left;
    }
    .depth-pages-route-list.anima,
    .depth-pages-edit.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .depth-pages-time-img.anima{
        animation: fade 1s ease 0s 1 both;
    }
    .depth-pages-other-info.anima{
        animation: fadeInRight 1s ease 0s 1 both;
    }


    .depth-info:hover{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        z-index: 1;
    }
    .depth-info:hover .main-bg{
        transform: scale(1.1);
    }
    .depth-pages-other-info:hover{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        z-index: 1;
    }
    .depth-pages-other-info:hover  .main-bg{
        transform: scale(1.1);
    }
}

