
/* layout */
#wrap {
    width: 1920px;
    height: 2331px;
    /*margin: 0;*/
    margin: 0 auto;
    z-index: 5;
}

/* sub_visual */
.sub_visual {
    width: 100%;
    height: 400px;
    position: relative;
}
.sub_visual .sub_visual_img {
    width: 100%;
}
.sub_text {
    position: absolute;
    left: 916px;
    top: 209px;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
}

/* 로케이션 */
.location_wrap {
    position: absolute;
    left: 1410px;
    top: 346px;
}
.location_wrap p{
    padding-left: 8px;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    float: left;
}
.location_wrap p:not(:last-child)::after {
    content: '>';
}
.location_wrap p a {
    float: left;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    padding-right: 8px;
}
.location_wrap .xi-home-o {
    font-size: 16px;
}

/* 탭메뉴 */
.sub_tap_wrap {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: solid 1px #d9d9d9; 
}
.sub_tap_wrap .sub_tap {
    width: 1386px;
    height: 80px;
    margin: 0 auto;
}
.sub_tap li {
    width: 693px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 500%;
}
.sub_tap li a {
    width: 693px;
    height: 80px;
    font-size: 18px;
    color: #737373;
}
.sub_tap .active{
    font-weight: 500;
    color: #C31638;
    /* border-bottom: solid 3px #C31638;
    padding-bottom: 26px; */
}
.sub_tap .active::after {
    content: '';
    display: block;
    width: 693px;
    border-bottom: solid 2px #C31638;
    margin-top: -1px;
}
.sub_tap li a span:hover {
    font-weight: 500;
    color: #C31638;
}

/* 컨텐츠 */
.container_wrap > .container {
    width: 1386px;
    height: 1850px;
    margin: 0 auto;
}
.top_wrap {
    padding-top: 180px;
}
.total_wrap {
    height: 30px;
    border-bottom: solid 2px #C31638;
    padding-bottom: 16px;
}
.total {
    float: left;
    font-size: 18px;
    font-weight: 400;
}
.total > span {
    color: #C31638;
}
.category {
    float: right;
}
.select_category {
    width: 190px;
    height: 30px;
    padding-left: 4px;
    font-size: 16px;
}

/* 시공사례 */
.cont_case > ul {
    height: 1250px;
    padding-top: 30px;
    border-bottom: solid 1px #d9d9d9;
}
.cont_case > ul > li {
    /* width: 442px; */
    float: left;
    padding-left: 30px;
    padding-bottom: 50px;
}
.cont_case > ul > li:nth-child(3n+1) {
    padding-left: 0;
}
.cont_case > ul > li > a > .img {
    overflow: hidden;
}
.cont_case > ul > li > a > .img img {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.cont_case > ul > li > a > .img:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.cont_case > ul > li > a > .txt {
    /* height: 100px; */
    padding-top: 16px;
    /* float: left; */
}
.cont_case > ul > li > a > .txt > .category {
    float: left;
    font-size: 18px;
    font-weight: 300;
    color: #9b9b9b;
}
.title {
    width: 100%;
    float: left;
    font-size: 26px;
}

/* 페이지네이션 */
.page {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.prev {
    width: 40px;
    height: 40px;
    border: solid 1px #d9d9d9;
    background: #fff;
    padding: 12px;
}
.prev .xi-angle-left-thin {
    font-size: 24px;
    color: #000;
}
.page > .on {
    width: 48px;
    height: 48px;
    background: #fff;
    padding: 16px;
    color: #C31638;
    font-size: 20px;
}
.page a {
    width: 48px;
    height: 48px;
    background: #fff;
    padding: 16px;
    color: #9b9b9b;
    font-size: 20px;
}
.page a:hover {
    color: #C31638;
}
.next {
    width: 40px;
    height: 40px;
    border: solid 1px #d9d9d9;
    background: #fff;
    padding: 12px;
}
.next .xi-angle-right-thin {
    font-size: 24px;
    line-height: middle;
    color: #000;
}

/* 팝업 */
.popup_bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}
.casepopup_wrap {
    width: 840px;
    height: 782px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    background: #fff;
    display: none;
}
.casepopup_wrap > .close {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 40px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 30px;
    color: #000;
}
.popup_cont {
    padding: 40px;
}
.img_slide_wrap {
    width: 760px;
    height: 400px;
    position: relative;
}
.arrow-prev {
    position: absolute;
    left: 8px;
    top: 180px;
    border: none;
    background: none;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.arrow-next {
    position: absolute;
    right: 8px;
    top: 180px;
    border: none;
    background: none;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.swiper-pagination {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%);
}
.swiper-bullet-active {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #C31638;
    cursor: pointer;
}
.swiper-bullet {
    display: block;
    float: left;
    margin-left: 8px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #d9d9d9;
    cursor: pointer;
}

/* 텍스트박스 */
.txt-box {
    width: 760px;
    margin: 0 auto;
}
.txt-box > .title {
    padding-bottom: 16px;
    font-size: 30px;
    font-weight: 500;
}
.info {
    width: 760px;
    border-top: solid 1px #000;
    font-size: 18px;
    text-align: left;
}
.info tr {
    border-bottom: solid 1px #d9d9d9;
}
.info th {
    width: 120px;
    padding: 16px;
}
.info td {
    padding: 16px;
    font-weight: 300;
}