/*styletabwrap1--------------------------------------------------------------------------------------------*/

.styletabwrap1 .ultop{
	position:absolute;top:35px;left:0;width:100%;z-index:100;
   height:2px;border:none;
}
.styletabwrap1 .tabtitle{position:absolute;top:15px;left:0;}


.styletab1 > label{
height:35px;text-align:center;line-height:30px;
padding:0;margin:0;z-index:10;overflow:hidden;border:none;
/*background-color:#f2f2f2;*/color:#999;
/*
border-top-left-radius:5px;border-top-right-radius:5px;
border-bottom-left-radius:0;border-bottom-right-radius:0;
*/
}

.styletab1 > label.side{
height:35px;text-align:center;line-height:30px;
padding:0 5px 0 5px;margin-top:10px;z-index:10;overflow:hidden;border:none;
background-color:#f2f2f2;color:#999;
/*
border-top-left-radius:5px;border-top-right-radius:5px;
border-bottom-left-radius:5px;border-bottom-right-radius:5px;
*/
}
.styletab1 > label.small{height:25px;
}



.styletab1 > label .listwrap{
  margin:3px auto;padding:0 5px 0 5px;display:inline-block;
}
.styletab1 > label  .listtext{
 float:left; line-height:30px;
}
.styletab1 > label  .prehide{
  display:none;
}

.styletab1 > label .listicon{
  width:18px;float:left;font-size:18px;position:relative;display:inline-block;font-weight:700;
  color:#ccc;/*color:rgba(0,206,240,1)*/;
}
.styletab1 > label .listicon.faicon{
 font-size:16px;line-height:35px;
}
.tabcolor__primary > label:hover,.tabcolor__primary_bar{
	background-color:rgba(252, 138, 88, .3);
}
.tabcolor__secondary > label:hover,.tabcolor__secondary_bar{
	background-color:rgba(196, 210, 8, .3);
}

.tabcolor__tertiary_bar{
	background-color:rgba(127, 219, 253,.3);
}
.tabcolor__tertiary2 > label:hover,.tabcolor__tertiary2_bar{
	background-color:rgba(76, 188, 212, .3);
}
.tabcolor__tertiary3 > label:hover,.tabcolor__tertiary3_bar{
	background-color:rgba(76, 188, 212, .3);
}
.tabcolor__quaternary > label:hover,.tabcolor__quaternary_bar{
	background-color:rgba(82, 140, 186,.3);
}
.tabcolor__quinary > label:hover,.tabcolor__quinary_bar{
	background-color:rgba(151, 199, 220, .3);
}

.styletabwrap1 .sky-tabs > label:hover .listicon{
	/*color:#fc8a58;	*/
	color:rgba(0,206,240,1);/*iconblue*/

}
.styletabwrap1 .sky-tabs > label:hover .listtext{
	color: #000;	
}
.styletabwrap1 .sky-tabs > input:checked + label {
    /*border:none !important;*/
}

.tabcolor__primary > input:checked + label {
    background-color:rgba(252, 138, 88, .3);
}
.tabcolor__secondary > input:checked + label {
    background-color:rgba(196, 210, 8, .3);
}
.tabcolor__tertiary > label:hover,.tabcolor__tertiary > input:checked + label {
    /*background-color:rgba(127, 219, 253, .3);*/
	border-bottom:3px solid rgba(127, 219, 253,1);

}
.tabcolor__tertiary2 > input:checked + label {
    background-color:rgba(76, 188, 212,.3);
}
.tabcolor__tertiary3 > input:checked + label {
    background-color:rgba(76, 188, 212, .3);
}
.tabcolor__quaternary > input:checked + label {
    background-color:rgba(82, 140, 186, .3);
}
.tabcolor__quinary > input:checked + label {
    background-color:rgba(151, 199, 220, .3);
}


.styletabwrap1 .sky-tabs > input:checked + label .prehide{
	display:block;
}


.styletab1_main{/*min-height로줘야 ios에서안잘린다*/
width:100%;min-height:100%;/*side border 1px/top.bottom.intop-bottom border 1px*/
padding:0;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}


.styletab1_main_body{/*min-height로줘야 ios에서안잘린다*/
  width:100%;min-height:100%;padding:0;margin:0;
}

