div.facility-slide {
    float: left;
    position: relative;
    width: 500px;
}

.bx-prev,
.bx-next {
    position: absolute;
    top: 130px;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: transparent;
}

.bx-prev {
    left: 15px;
    background: url('../images/arrow_04.png') no-repeat;
}

.bx-next {
    right: 15px;
    background: url('../images/arrow_05.png') no-repeat;
}

.bx-wrapper {
    position: relative;
    top: 0;
    display: block;
    width: 200x;
}

.bx-wrapper .bx-viewport {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.bx-wrapper .bx-pager {
    width: 500px;
}

.bx-wrapper .bx-pager a {
    margin: 10px 5px;
    float: left;
    display: block;
    width: 90px;
    height: 54px;
    overflow: hidden;
    opacity: .5;
}

.bx-wrapper .bx-pager a:last-child {}

.bx-wrapper .bx-pager a:hover,
.bx-wrapper .bx-pager a.active {
    opacity: 1;
}

div.facility-txt {
    float: right;
    width: 285px;
}

div.facility-txt>p {
    margin-bottom: 0;
}



/*메뉴*/
ul.menu-tab {}

ul.menu-tab li {
    display: inline-block;
    padding: 10px 20px;
    border-bottom: 2px solid #3a362e;
}

ul.menu-tab li.menu-on {
    border: 2px solid #3a362e;
}

ul.menu-tab li.menu-on a {
    font-family: 'Noto Sans Bold';
}

ul.menu-tab li a {
    font-size: 14px;
    color: #3a362e;
}

div.menu-inner {
    margin-top: 20px;
}

div.menu-inner ul {}

li.food-box {
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
    width: 400px;
    height: 250px;
    border: 1px solid #ddd;
}

li.food-box:nth-child(even) {
    margin-right: 0;
}

li.food-box span.box-img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

li.food-box span.box-img img {
    height: 200px;
}

li.food-box span.food-left {
    padding: 15px 18px 15px 40px;
    display: block;
    box-sizing: border-box;
}

li.food-box span.food-left>.food-title {
    padding-top: 4px;
    padding-left: 25px;
    font-size: 16px;
    color: #00a0e9;
    margin-bottom: 10px;
    background: url('../images/food_ic.png') no-repeat 0 2px;
}

li.food-box span.food-left>.food-date {
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

li.food-box span.food-left>.view-btn {
    float: right;
    margin-top: 30px;
    display: block;
    width: 65px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    color: #3a362e;
    border: 1px solid #3a362e;
}

li.food-box span.food-left>.view-btn:hover {
    background-color: #3a362e;
    color: #fff;
}


/*
    부대시설 > 메뉴 디자인 변경으로 인한 CSS 추가 2018.05.31 이성현 추가
*/
span.btnImg {}

span.btnImg>img {
    display: block;
}

span.btnImg>p.galTxt {
    padding: 8px 10px;
    background-color: #333;
    color: #fff;
}

div.boxImg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

div.boxImg>span.cover {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 8888;
}

div.boxImg>div.imgInner {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

div.boxImg>div.imgInner>span.closeBtn {
    position: absolute;
    top: -50px;
    right: -60px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../images/menu/closeBtn.png') no-repeat 0 0;
}

.imgInner img {
    height: 600px;
    object-fit: cover;
}