div.visualSlide {
    position:relative;
    width:100%;
    height:700px;
}
div.bx-wrapper {
    position:absolute;
    left:50%;
    width:3670px;
    height:650px;
    margin-left:-1835px;
}
ul.bxslider {
    width:3000px;
    height:650px;
}
ul.bxslider li {
    margin-right:50px;
    width:1100px;
    height:650px;
}
ul.bxslider li img {
    width:100%;
}

ul.bxslider li img.gray {
    -webkit-filter: grayscale(100%);
    filter: gray;
    opacity:0.5;
}
div.bx-controls {
    position:absolute;
    left:50%;
    top:-14px;
    margin-left:441px;
    z-index:3;
}
div.bx-controls a {
    margin-left:5px;
    display:inline-block;
    width:72px;
    height:72px;
    background-color:rgba(160,148,85,0.8);
    font-size:0;
    text-indent:-9999px;
    color:transparent;
}
div.bx-controls a:hover {background-color:#a09455;}
a.bx-prev {
    background:url('../img/bx_prev.png') no-repeat;
}
a.bx-next {
    background:url('../img/bx_next.png') no-repeat;
}
div.infoBox {
    position:absolute;
    right:0;
    bottom:16px;
    padding:30px;
    width:340px;
    height:240px;
    background:rgba(255,255,255,0.95);
    box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3);
    z-index:1;
}
div.infoBox h2.infoTit {
    margin-bottom:30px;
    font-size:30px;
}
div.infoBox h2.infoTit::after {
    margin-top:15px;
    display:block;
    content:'';
    width:35px;
    height:4px;
    background-color:#c33884;
}
div.infoBox dl.infoTxt {
    margin:12px 0;
}
div.infoBox dl.infoTxt dt {
    display:inline-block;
    font-size:16px;
    font-weight:600;
    color:#c33884;
}
div.infoBox dl.infoTxt dd {
    display:inline-block;
    margin-left:5px;
    font-size:16px;
    line-height:22px;
    color:#666;
}


ul.menuCnt {
  display: inline-block;
  margin-top:60px;
  margin-bottom: 40px;
}
ul.menuCnt li {
    float:left;
}
ul.menuCnt li:first-child {
    margin-right:25px;
}
ul.menuCnt li div.topArea {
    margin-bottom:25px;
}
ul.menuCnt li div.topArea div.menuInner {
    position:relative;
    float:left;
    padding:30px 25px;
    width:340px;
    height:253px;
    background-color:#ca5695;
}
ul.menuCnt li div.topArea div.menuInner h2.menuTit {
    position:relative;
    font-size:26px;
    font-weight:400;
    color:#fff;
}
ul.menuCnt li div.topArea div.menuInner h2.menuTit::after {
    position:absolute;
    display:block;
    bottom:-10px;
    content:'';
    width:16px;
    height:2px;
    background-color:#fff;
}
ul.menuCnt li div.topArea div.menuInner dl {
    margin-top:36px;
    color:#fff;
}
ul.menuCnt li div.topArea div.menuInner dl dt {
    font-size:18px;
}
ul.menuCnt li div.topArea div.menuInner dl dd {
    margin-top:16px;
    font-size:15px;
    line-height:19px;
}
ul.menuCnt li div.topArea div.menuInner dl dd span {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 100!important;
}

ul.menuCnt li div.topArea div.menuInner a {
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width:120px;
    height:35px;
    background:#1b1b1b;
    font-size:14px;
    text-align:center;
    line-height:35px;
    color:#fff;
}
ul.menuCnt li div.topArea img {
    float:right;
}
div.bottomArea {
    clear:both;
    margin-top:25px;
}
p.menuTxt {
    margin-top:10px;
    font-size:14px;
    color:#555;
}


/*---- 클럽하우스 181224 수정 ----*/
div.imgArea {
    height:500px;
    background:url('../img/program_img.png') no-repeat;
    background-attachment:fixed;
    background-size:cover;
    background-position:bottom left;
}
div.moduleLayout {
    margin:100px 0;
}
ul.layoutInner {
    margin-top:60px;
}
ul.layoutInner li {
    position:relative;
    float:left;
    width:33.3333%;
    height:480px;
    text-align:center;
}
ul.layoutInner li dl.textArea {
    position:absolute;
    width:100%;
    height:240px;
    padding-bottom:20px;
    background:url('../img/module.png') no-repeat center bottom;
    z-index:50;
    box-sizing:content-box;
}
ul.layoutInner li dl.textArea dt {
    padding-top:64px;
    font-size:22px;
    font-weight: bold;
    color:#000;
}
ul.layoutInner li dl.textArea dd {
    margin-top:20px;
    font-size:17px;
    line-height:24px;
    color:#555;
}

ul.layoutInner li dl.textArea a {
    display:inline-block;
    padding:4px 16px;
    margin-top: 16px;
    border-radius: 2px;
    background:#212121;
    font-size:14px;
    text-align:center;
    line-height:26px;
    color:#fff;
}
ul.layoutInner li dl.textArea a:hover {
    background:#c33884;
}


ul.layoutInner li div.imgCnt {
    position:absolute;
    bottom:0;
    width:100%;
    height:240px;
    overflow:hidden;
    z-index:0;
}
ul.layoutInner li div.imgCnt img {
  width: 100%;
  height: 100%;
}
ul.layoutInner li.top dl.textArea {
    bottom:0;
    padding-bottom:0;
    padding-top:20px;
    background:url('../img/module_top.png') no-repeat top center;
}
ul.layoutInner li.top div.imgCnt {
    top:0;
}

div.visualBox {
    margin-top:150px;
}
div.visualBox > div.txtBox {
    margin-bottom:80px;
}
div.visualBox ul {
    margin-bottom:100px;
}
div.visualBox ul li.txtBox {
    margin-top:100px;
}
/*-- END 클럽하우스 181224 수정 --*/
