@charset "UTF-8";
*{
    position: static;
}
/*.navbar-light .navbar-nav .nav-item:nth-child(2) .nav-link {
    color: #62a60c;
}*/
body{
    /*padding-top: 10rem;*/
    background-image: url(../images/case/art_obj.svg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left;


}
h3{
    font-family: 'Microsoft JhengHei','微軟正黑體', serif;
}

.HotCase{
    padding-top: 5rem;
    margin-bottom: 5rem;
        min-height: 80vh;
}

.HotCase .HotCaseLinfo .Txt{
    padding-left: 5rem;
}
.HotCase .HotCaseLinfo .Txt .caseName{
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.HotCase .HotCaseLinfo .Txt .subtitle{
    font-size: 1.5rem;
    font-weight: 300;


}
.HotCaseLinfo .Txt ul.caseinfo{
    list-style: none;
    margin: 0 ;
    padding: 0;
    margin-bottom: 1rem;
}
.HotCaseLinfo .Txt ul.caseinfo li{
    line-height: 2.5;
        padding-left: 99px;
}
.HotCaseLinfo .Txt ul.caseinfo span{
    min-width: 10rem;
    display: inline-block;
    color: #9fa0a0;
    position: absolute;
    left: 0;
    padding-left: 6rem;
}
.content{
    margin-top: 5%;
    border-top:1px solid #ccc;
    padding-top: 1rem;
}
.content iframe{
    width: 100%;
    height: 57vh;
}

.fancybox-is-open .fancybox-bg{
    opacity: 0.95;
}
.Imgslick{
    margin-top: 1.5rem;
    margin-left: 5rem;
}
.Imgslick .slick-prev {
    left: -50px;
}
.Imgslick .slick-next {
    right: -30px;
}
.Imgslick .Item{
    width: 100%;
    height: 100%;
}
.Imgslick .Item .innerImg{
    width: 100%;
    padding-top: 70%;
    /*border: 1px solid red;*/
    position: relative;
}
.Imgslick .Item .innerImg .image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center;
    background-size: cover;
    border: 3px solid #fff;
} 
.slick-track{
    margin: 0;
}
@media(max-width: 1024px){
    .HotCase .HotCaseLinfo .Txt{
        padding-left: 2rem;
    }
    .HotCaseLinfo .Txt ul.caseinfo span{
        min-width: 6rem;
        /*position: static;*/
        padding-left: 15px;
    }
    .HotCaseLinfo .Txt ul.caseinfo li {
     /*padding-left:0px; */
    }
    .Imgslick{
        margin-left:2rem;
    }

}
@media(max-width: 991px){
    .HotCase .HotCaseLinfo .Txt {
        padding-left: 0;
        padding-top: 2rem;
    }
    .Imgslick{
        margin-left:0;
    }
}
@media(max-width: 768px){
    
}
@media(max-width: 480px){
    .HotCaseLinfo .Txt ul.caseinfo span {
        min-width: 5rem;
    }
}