.vtab_area { position:relative; border-top:1px solid #e9e9e9; }
.vtab_area:before { content: ''; position: absolute; height: 38px; top: -37px;  background: url(../../../../../../han/images/shadow960hv.png.html) no-repeat top center; width: 100%; z-index:10;}

.bg_leftcolor {
	position:absolute;
	width:19%;
	left:0;
	top:0;
	height:100%;
	border-right:1px solid #e9e9e9;
}

.vtab {
    width:100%;
    display:table;
    height:auto;
    padding:100px 0;
}

.vtab > ul {
	position: relative;
	z-index: 8;
	float: left;
	width:19%;
	height:100%;
 	list-style: none;
    text-align:left;
}
.vtab > ul > li {
	float: none;
	width:170px;
    height:40px;
	line-height:40px;
    margin-left:0px;
    margin-bottom:10px;
    padding:5px 5px 5px 5px; text-decoration:none;  color:#777; background-color: #f5f5f5;
    font-weight:600;  font-size:15px; letter-spacing:-.5px;
    border-radius:25px;  
    transition: .2s; -webkit-transition: .2s; -moz-transition: .2s;
}
 
.vtab > ul > li img { float:left; margin-right:10px; }

.vtab > ul > li a {
	color: #000;
    font-weight:700;
}

.vtab > ul > li:hover {
  background: #ddd;
  text-decoration:none;  
}

.bggray .vtab > ul > li:hover {
  background: #ccc;
}

.vtab > ul > li:hover a {
  text-decoration:none;  
}

.vtab > ul > li.selected {

}

.vtab > ul > li.selected a {
   color:#fff;
}

.vtab > ul h2 {
    font-family:'Anton'; 
    font-size:65px;
    font-variant:small-caps;
    padding-top:0px;
    text-indent:0px;
    letter-spacing:0px;
    color:#eee;
}

.bggray .vtab > ul h2 {
    color:#ddd;
}

.vtab > ul h3 {
	width:100%;
	height:90px;
    margin-top:-10px;
	font-size:24px;
	line-height:40px;
	color:#111;
    text-indent:5px;
    font-family:'Poppins','Noto Sans KR' ; 
    font-weight:400;
}
.vtab > ul h3 strong {
	font-weight:600;
}
.vtab > ul h3 span {
	font-size:14px;
	line-height:1px;
	color:#868686;
    padding-left:5px;
}

.vtab>div.tcont {
	position:relative;
	width:78%;
	float:right;
}