﻿div.coursePage_01 div.subTitBox {
    background:url('../img/bg_course.jpg') center no-repeat;
    background-size: cover;
}
div.coursePage_01 div.cntBox {
    background:url('../img/courseDesigner.png') no-repeat top right;
}
dl.courseDesigner {
    float:left;
    margin-right:50px;
}
dl.courseDesigner02 {
    clear:both;
    margin-top:50px;
}
dl.courseDesigner dt {
    display:inline-block;
    width:75px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:16px;
    color:#b10f15;
    border-radius:50px;
    border:1px solid #b10f15;
}
dl.courseDesigner dt.greet {
    width:120px;
}
dl.courseDesigner dd {
    margin-top:10px;
    font-size:14px;
    color:#666;
    line-height:26px;
}


.gallery_wrap {
    position: relative;
    width: 100%;
    height: 820px;
    overflow: hidden;
    z-index:1;
}
.photogallery-text {
    position:relative;
    bottom:40px;
    font-size: 20px;
    margin:0 auto;
    color: #fff;
    width:1200px;
    height:40px;
    line-height:40px;
    background:rgba(0,0,0,0.3);
}
.slider {
    width:3900px;
    position: absolute;
    top: 57px;
    left: 50%;
    margin-left:-1950px;
    z-index: 35px;
}
.slider img {
    margin: 0 auto;
}
.center .slick-center h3 {
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
}
.center .slick-center p {
    display: block;
    text-align: center;
}
.center h3 {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.center p {
    display: none;
}

.slick-prev, .slick-next {
    position:absolute;
    top:50%;
	transform:translateY(-50%); 
    font-size:0;
    text-indent:-9999px;
}
.slick-prev {
    left:50%;
    margin-left:-655px;
    background:url('../img/courseArrow_prev.png') no-repeat;
	height:70px;
}
.slick-next {
    right:50%;
    margin-right:-655px;
    background:url('../img/courseArrow_next.png') no-repeat;
	height:70px;
}


/*코스공략*/
.course {width:1200px; margin:0 auto; overflow:hidden;}
.course ul {overflow:hidden;}
.course ul li {float:left; width:120px; text-align:center; margin-left:15px;}
.course ul li:nth-child(9n+1) {margin-left:0;}
.course ul li:nth-child(n+10){margin-top:15px; }
.course ul li p{display:block; position:relative; width:120px; height:120px;}
.course ul li p span {display:block; border-top:1px solid #fff; font-size:20px; }
.course ul li span img{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); max-width:100%; max-height:100%; }




/*코스 테이블*/
table.ctbl01 {
    width:100%;
}
table.ctbl01 caption {
    margin-bottom:5px;
    text-align:right;
    font-size:14px;
    color:#999;
}
table.ctbl01 tr th {
    padding:5px 20px;
    border:1px solid #e9e9e9;
    font-size:15px;
    font-weight:500;
    color:#454545;
	background:#eee;
}
table.ctbl01 tr td {
    padding:5px 20px;
    border:1px solid #e9e9e9;
    font-size:14px;
    color:#454545;
    line-height:20px;
	text-align:center;
}
table.ctbl01 tr:nth-child(2) {background:#ba9a60;}
table.ctbl01 tr:nth-child(2) td {color:#fff;}
table.ctbl01 tr:nth-child(3) {background:#272425;}
table.ctbl01 tr:nth-child(3) td {color:#fff;}
table.ctbl01 tr:nth-child(4) {background:#1188c5;}
table.ctbl01 tr:nth-child(4) td {color:#fff;}
table.ctbl01 tr:nth-child(6) {background:#ad2d35;}
table.ctbl01 tr:nth-child(6) td {color:#fff;}
table.ctbl01 tr:nth-child(7) {background:#f4ebe5;}





























