/*ul.tabMenu li {
    float:left;
    width:50%;
    text-align:center;
}*/

table.tbl01 {
    width:100%;
}
table.tbl01 tr th {
    padding:15px 5px;
}
table.tbl01 tr td {
    padding:0 5px;
}  

/*-- 코스공략도 --*/
/* 탭버튼 */
ul.courseTab li {
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    width:137.5px;
    height:55px;
    font-size:20px;
    text-align:center;
    line-height:50px;
    border:1px solid #e9e9e9;
    box-sizing:border-box;
    color:#a2a2a2;
}
ul.courseTab li:nth-child(4n) {
    margin-right:0;
}
ul.courseTab li.active {
    font-family: 'Noto Sans Medium';
    border:1px solid #75bfe6;
    color:#75bfe6;
}
div.tabContent {
    margin-top:20px;
}
div.tabContent > div > img {
    margin-bottom:20px;
    width:100%;
}
div.tabContent > div > h2.subTit01 {
    margin-bottom:10px;
}
table.tbl01 tr th {
	padding:10px;
    text-align:left;
	font-size:20px;
	line-height:24px;
}
table.tbl01 tr td {
	padding:15px 0;
	font-size:19px;
}

h1.type02 .smallH1 {font-size: 28px; color: #4D4D4D;font-family: 'Noto Sans Light';}
h1.type02 #couseInfoHoleText {font-size: 28px; color: #1394d2;Noto Sans Regular;padding-right: 20px; }

.cosUl {margin: auto; height:80px; padding-top:10px;}
.cosUl li a {float: left; display: inline-block; padding: 15px 0; width: 50px;font-size: 22px; background: url(../img/course/cos_bg.png) center center no-repeat; text-align: center;}
.cosUl li a:hover {background: url(../img/course/cos_bg_on.png) center center no-repeat; color: #ededed;}
.cosUl li.menuOn a {background: url(../img/course/cos_bg_on.png) center center no-repeat; color: #ededed;}

.cosUl li.blue a:hover {background: url(../img/course/cos_bg_blue.png) center center no-repeat; color: #ededed;}
.cosUl li.blue.menuOn a {background: url(../img/course/cos_bg_blue.png) center center no-repeat; color: #ededed;}

.courseBox {border-top: 2px solid #000;border-bottom: 2px solid #000; margin: 40px 0;padding: 10px 0 40px 0; min-height:550px;}

/*-- END 코스공략도 --*/