@charset "utf-8";

html, body{
    height: 100%;
}

#wrap{
    width:100%;
    margin: 0 auto;
}

/*banner s*/
#banner{
    height:350px;
    background:url(../images/facilities/banner.jpg) no-repeat center 0/cover;
}

/*cont1 s*/
#cont1{
    height:1530px;
    background:url(../images/facilities/facilities1/cont1_bg.jpg) no-repeat center 0/cover;
}
#cont1 .inner .ttl{
    text-align:center;
    padding:0 0 90px 0;
}
#cont1 .inner .ttl .bar{
    width:1.4px;
    height:120px;
    background-color:#474747;
    margin:0 auto;
}
#cont1 .inner .ttl .circle{
    width:10px;
    height:10px;
    border-radius:50%;
    border:1.4px solid #474747;
    margin:0 auto 50px auto;
}

/*bxslider start*/
.roomslider{
    width: 1200px;
    position: relative;
    z-index:5;
}
.roomslider li{
    width: 100%;
    height: 675px;
}
.roomslider li a{
    display: block;
    width: 100%;
    height: 675px;
}
.roomslider .s1 a{
    background: url(../images/facilities/facilities4/slider01.jpg) no-repeat center 0;
}
.roomslider .s2 a{
    background: url(../images/facilities/facilities4/slider02.jpg) no-repeat center 0;
}
.roomslider .s3 a{
    background: url(../images/facilities/facilities4/slider03.jpg) no-repeat center 0;
}
.roomslider .s4 a{
    background: url(../images/facilities/facilities4/slider04.jpg) no-repeat center 0;
}

.roomslider .bx-controls-direction{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top:-30px;
    width: 100%;
    z-index:60;
}
/*=> 좌우버튼을 묶어두는 div태그, ex) .sliderBtn*/

.roomslider .bx-controls-direction a{
    display: block;
    text-indent: -9999px;
    width: 33px;
    height: 51px;
}
/*=> 좌우버튼을 묶어두는 div태그 안의 a태그, ex) .sliderBtn a*/

.roomslider .bx-controls-direction .bx-prev{
    background: url(../images/slider_prev.png) no-repeat;
    position: absolute;
    left: 20px;
}
/*=> 왼쪽버튼을 나타내는 a태그, ex) .sliderBtn .btnL(prev)*/

.roomslider .bx-controls-direction .bx-next{
    background: url(../images/slider_next.png) no-repeat;
    position: absolute;
    right: 20px;
}
/*=> 오른쪽버튼을 나타내는 a태그, ex) .sliderBtn .btnR(next)*/


#cont1 .cont1_ttl img{
    float:left;
    position:relative;
    margin:-5% 0 0 8%;
    z-index:8;
}
#cont1 .cont1_ttl p{
    float:left;
    font-size:19px;
    line-height:28px;
    margin:3% 0 5% 7%;
}
#cont1 .cont1_ttl p strong{
    font-size:26px;
    color:#222;
}



/*cont2 s*/
#cont2{
    width:100%;
    height:330px;
}
#cont2 a{
    display:block;
     width:16.66%;
    height:100%;
    float:left;
}
#cont2 a .icon{
    width:100%;
    height:100%;
}
#cont2 a:first-child .icon{
    background:url(../images/facilities/cont2_1.jpg) no-repeat center center/cover;
}
#cont2 a:nth-child(2) .icon{
    background:url(../images/facilities/cont2_2.jpg) no-repeat center center/cover;
}
#cont2 a:nth-child(3) .icon{
    background:url(../images/facilities/cont2_3.jpg) no-repeat center center/cover;
}
#cont2 a:nth-child(4) .icon{
    background:url(../images/facilities/cont2_4.jpg) no-repeat center center/cover;
}
#cont2 a:nth-child(5) .icon{
    background:url(../images/facilities/cont2_6.jpg) no-repeat center center/cover;
}
#cont2 a:nth-child(6) .icon{
    background:url(../images/facilities/cont2_7.jpg) no-repeat center center/cover; 
}
#cont2 a:nth-child(7) .icon{
    background:url(../images/facilities/cont2_7.jpg) no-repeat center center/cover;
}
#cont2 a .icon .bg{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    transition:all 0.3s;
    text-align:center;
}
#cont2 a .icon .bg img{
    margin:50% 0 0 0;
    transform:translateY(-60%);
}
#cont2 a .icon:hover .bg{
    opacity:0;
}
