@charset "UTF-8";
/* index_list-custom 首頁列表-自定義 都市計畫 */

.index_case {
    position: relative;
	padding:  60px 0;
	margin:0;
	z-index:0;
}
.index_case>div {
	vertical-align:middle;
	z-index:0;
    padding-right: 0;
    padding-left: 0;
}
.index_case>div.right {
    padding: 0;
}
.index_case .col-lg-1.left {
    width: 15%;
}
.index_case .col-lg-11.right {
    width: 85%;
}
@media only screen and (max-width: 1200px){
    .index_case .col-lg-1.left,
    .index_case .col-lg-11.right {
        width: 100%;
        padding: 0 20px;
    }
}
/* 主標 */
.index_case .titleArea {
    margin-bottom: 0px;
    height: 300px;
}
@media only screen and (min-width: 1200px){
    .index_case .title01 {
        color: #282828;
        position: absolute;
        writing-mode: vertical-rl;
        top: 30px;
        left: 40px;
    }
    .index  .index_case .title01::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 14px;
        background: #99b045;
        position: absolute;
        top: -30px;
        left: calc(50% - 20px);
    }
}
/* 副標 */
.index_case .sub {}

/* 代表圖 */
.index_case .portrait {
    display:none;
}

/* 描述 */
.index_case .summary {
    position: absolute;
    top:0px;
    left: 120px;
    text-align: left;
    line-height: 1.5;
    padding-bottom: 20px;
    writing-mode: vertical-rl;
}

/* 背景 */
.index_case img.bg {
    display:none;
}
.index_case>div.left .pic {
    position: absolute;
    left: -60px;
    bottom: -350px;
    width: 300px;
    max-width: none;
    max-height: none;
}

@media only screen and (max-width: 1200px){
    .index_case {
        padding: 40px 0;
    }
    .index .index_case .titleArea {
        margin-bottom: 20px;
        height: auto;
    }
    .index_case>div.right {
        padding: 0;
    }
    .index_case>div.left .pic {
        left: -130px;
        bottom: -100px;
        width: 300px;
    }
    .index_case .title01 {
        position: relative;
        text-align: center;
        writing-mode: lr;
        top: auto;
        left: auto;
        margin-bottom: 60px;
    }
    .index_case .summary {
        position: relative;
        text-align: center;
        writing-mode: lr;
        top: auto;
        left: auto;
    }
}

/* 列表 */
.index_case .list {
	display: block;
	text-align: right;
	width:100%;
  /* max-width:700px; */
}
@media only screen and (max-width: 1200px){
    .index_case .list {
        display: block;
        text-align: center;
    }
}

.index_case.plan .list li {
    width: 48%;
    display: inline-block;
    padding-left: 20px;
}
@media only screen and (max-width: 992px){
    .index_case.plan .list li {
        width: 100%;
    }
}


.index_case .list li:last-child {

}

.index_case .list .pic {
    height: 300px;
}
.index_case .list li:first-child .pic {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.index_case .list .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}
.index_case .list .item a {
	display: block;
	overflow: hidden;
    position: relative;
    color: #000;
}
.index_case .list .item:hover a {
}
.index_case .item:hover img {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
    transition: transform .3s;
}
.index_case .list .details {
    text-align: left;
    height: 150px;
}

.index_case .list .cont {
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1rem;
     line-height: 1.5;
}
.index_case .list .title {
    font-size: 1.1rem;
    line-height: 1.3;
    overflow: hidden;
    margin: 8px 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* font-family: 'Noto Serif TC', serif; */
    font-weight: 700;
    letter-spacing: 1px;
    color: #363636;
    transition: .3s;
}
.index_case .list li:hover .title {
    color: #99b045;
    transition: .3s;
}
.index_case .list .date {
   display: inline-block;
    font-size: 1rem;
    padding-bottom: 5px;
    color: #a0a0a0;
    font-family: monospace;
    letter-spacing: 1px;
}
@media only screen and (max-width: 1000px){
    .index_case.plan .list li {
        width: 100%;
        display: block;
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .index_case .list li:first-child .pic,
    .index_case .list .pic {
        border-radius: 20px;
        height: 250px;
    }
    .index_case .list .details {
        height: auto;
    }
    .index_case .list .title {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 480px){
    .index_case .list .cont{
        bottom: 15px;
    }
}


.index_case .btnArea .btn1{
    background-color: #fff;
    color: #282828 !important;
    border: 1px solid #282828;
    padding: 0;
    transition: ease-in-out 0.3;
}
.index_case .btnArea .btn1::after{
    content:"";
}
.index_case .btnArea .btn1:hover{
    background-color: #282828;
    color: #fff !important;
}


.index_case .btnArea {
    text-align: center;
    margin-top: 30px;
}