/* ===============================================================
    * facilities
=============================================================== */
.facs .item {margin-bottom: 40px; display: flex; justify-content: space-between; align-items: center; overflow: hidden;}
.facs .item:last-of-type {margin-bottom: 0;}
.facs .item-wrap {position: relative; width: 60%; padding: 120px;}
.facs .item-wrap:after {content: ''; position: absolute; left: -100%; right: 100%; top: 0; bottom: 0; background: var(--color-3); z-index: -1; transition: .8s;}
.facs .parallax {width: 100%; height: 505px; overflow: hidden;}
.facs .plx-img {width: 100%; height: 100%; object-fit: cover; transition: .4s;}
.facs .txtbox {width: 40%; padding: 0 80px;}
.facs .txtbox h2 {font-size: 70px; line-height: 80px; font-weight: 500; margin-bottom: 80px;}
.facs .info {display: flex; justify-content: flex-start; align-items: flex-start;}
.facs .info .icon {font-size: 30px; width: 70px;}
.facs .info .tit {width: calc(100% - 70px);}
.facs .info .tit h3 {font-size: 18px; line-height: 30px; color: var(--color-2);}
.facs .info .tit h4 {font-size: 12px; line-height: 24px; color: #999; margin: 30px 0 50px;}

.facs .item:hover .plx-img {transform: scale(1.1);}

.facs .item.animate .item-wrap:after {left: 0; right: 0;}

@media (max-width: 992px){
    .facs .item {margin-bottom: 60px; display: block;}
    .facs .item-wrap {width: 100%; padding: 15px;}
    .facs .parallax {height: 190px;}
    .facs .txtbox {width: 100%; padding: 30px 15px 0;}
    .facs .txtbox h2 {font-size: 35px; line-height: 40px; margin-bottom: 30px;}
    .facs .info .icon {font-size: 25px; width: 40px;}
    .facs .info .tit {width: calc(100% - 40px);}
    .facs .info .tit h3 {font-size: 14px;}
    .facs .info .tit h4 {font-size: 12px; line-height: 20px; margin: 20px 0 30px;}
}