.tabs{
    list-style-type: none;
    width: 100%;
	margin:0; 
	display:table;	
	box-sizing:border-box;
	table-layout: fixed;
}

.tabs li{
	background-color:#575757;
    display: table-cell;
    line-height: 100%;
    text-align: center;
    border-left: 1px solid #ebeff2;
    cursor: pointer;
    font-size: 1.0rem;
    letter-spacing: -1.5px;
    color: #7b7e8c;
    font-weight: 300;
}

.tabs li:last-child{
	border-right:1px solid #ccc;
}

.tabs li a{
    color:#fff;
	cursor:pointer;
	width:100%;
	display:block;
	height:100%;
}

/*.tabs li:hover{
	background-color: #fff;
    color:#999999;
}

.tabs li:hover a{
    color:#999999;
}*/


.tabs li.active{
    background-color:#ff4a5c;
    color: #fff;
	border: none;
}

.tabs li.active a{
    color: #fff;
}

.tabs2{
    list-style-type: none;
    max-width:100%;
	margin:0 auto;
	box-sizing:border-box;
	table-layout: fixed;
}

.tabs2 li{
	width:33%;
	line-height: 100%;
	text-align:center;
	cursor:pointer;
	color:#868686;
	font-size:1.1rem;
	padding: 0.7rem 0rem;
    border-bottom: 1px solid #dcdcdc;
	display:table-cell;
}

.tabs2 li:last-child{
	border-right:none;
}

.tabs2 li .active{
	background-color:#fff;
	border-bottom:4px solid #ec5151;
    color: #2e3762;
	border: none;
}

.tabs2 li.active{
    color: #ec5151;
    border-bottom: 2px solid #ec5151;
    padding: 0.7rem 0rem;
}

.tabs2 li.active a{
    color:#ec5151 ;
	font-weight:bold;
}



.tabs3{
    list-style-type: none;
    max-width:100%;
	margin:0 auto;
	box-sizing:border-box;
	table-layout: fixed;
}

.tabs3 li a{
	color:#868686;
	font-weight:bold;
}

.tabs3 li{
	float:left;
	/*width:50%;*/
	line-height: 100%;
	text-align:center;
	cursor:pointer;
	color:#868686 !important;
	font-size:1.4rem;
	border-left:1px solid #efefef !important;
	border-bottom:1px solid #efefef !important;
	border-top:1px solid #efefef !important;
}

.tabs3 li:last-child{
	border-right:1px solid #efefef;
}

.tabs3 .active{
	border-top:3px solid #1f4ca8 !important;
    color:#1f4ca8 !important;
	line-height: 90%;
}


.tabs3 li.active a{
    color:#1f4ca8 !important;
	font-weight:bold;
}








/* tabs 크기 */
.tabs.lg li{font-size:1.2rem;padding:1.5rem 0rem;}
.tabs.md li{font-size:1.0rem;padding:0.7rem 0rem;}
.tabs.sm li{font-size:0.9rem;padding:1rem 0rem;}
.tabs.xs li{font-size:0.9rem;padding:1rem 0rem;}

.tabs-cont{
	display:none;
}

/* tab style 첫번째 */
.tabs.style-1 li{background-color:#f4f4f4;border-bottom:1px solid #0852a1;}	
.tabs.style-1 li.active{background-color:#fff;border-bottom:none;border-top:3px solid #0852a1;border-right:1px solid #0852a1;border-left:1px solid #0852a1;}
.tabs.style-1 li.active a{color:#0852a1;}

@media only all and (max-width: 1098px) and (min-width: 741px) {	
	.tabs.lg li{font-size:1.1rem;padding:1.3rem 0rem;}
	.tabs.md li{font-size:1.0rem;padding:1rem 0rem;}
	.tabs.sm li{font-size:0.9rem;padding:1rem 0rem;}
	.tabs.xs li{font-size:0.8rem;padding:1rem 0rem;}
}	

@media only all and (max-width: 740px){	
	.tabs.lg li{font-size:0.9rem;padding:1rem 0rem;}
	.tabs.md li{font-size:0.9rem;padding:1rem 0rem;}
	.tabs.sm li{font-size:0.8rem;padding:1rem 0rem;}
	.tabs.xs li{font-size:0.7rem;padding:1rem 0rem;}
}	


