﻿/* Tab Content - menucool.com */
ul.maintabs
{
    padding: 7px 0;
    margin:0;
    font-size: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    padding-left:20px; /* Offset of the first tab */
}
        
ul.maintabs li
{
    
    margin: 0;/*no distance between tabs*/

}
        
ul.maintabs li a
{
    
	font-size:25px;
    text-decoration: none;
    position: relative;
    padding: 22px 22px;
    color: #fff;
    outline:none;
   
    border-bottom:1px solid #CCC;
    border-right:0;
}

/*Note: IE8 and earlier doesn't support li:last-child. You have to add another class to the last tab (LI) and specify its border-right as below.*/
ul.maintabs li:last-child a
{
    border-right:0px solid #CCC;
}
  
        
ul.maintabs li a:hover
{
    color: #fff;
    background:#ffc000;
}
        
ul.maintabs li.selected a, ul.maintabs li.selected a:hover
{
    top: 0px;
    font-weight:normal;
    background:rgba(255, 192, 0, 0.8);
    border-bottom: 1px solid #FFF;
    color: #fff;
}
        
        
ul.maintabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
     padding: 0px 10px;
	 clear:both
}



/***************************************** 모바일 사이즈 *****************************************/



@media screen and (max-width: 768px) {
ul.maintabs
{
    padding-left:0px; /* Offset of the first tab */
}	
	
   
ul.maintabs li a
{
    
	font-size:20px;
    text-decoration: none;
    position: relative;
    padding: 20px 22px;
    color: #fff;
    outline:none;   
    border-bottom:1px solid #CCC;
    border-right:0;
	line-height:30px;
	
}


}


@media screen and (max-width: 414px) {
ul.maintabs
{
    padding-left:0px; /* Offset of the first tab */
}	
   
ul.maintabs li a
{
    
	font-size:17px;
    text-decoration: none;
    position: relative;
    padding: 5px 22px;
    color: #fff;
    outline:none;   
    border-bottom:1px solid #CCC;
    border-right:0;
	line-height:30px;
	
}


}

@media screen and (max-width: 320px) {
ul.maintabs
{
    padding-left:0px; /* Offset of the first tab */
}	
   
ul.maintabs li a
{
    
	font-size:15px;
    text-decoration: none;
    position: relative;
    padding: 5px 22px;
    color: #fff;
    outline:none;   
    border-bottom:1px solid #CCC;
    border-right:0;
	line-height:20px;
	
}


}

/********************************************************	*/
ul.subtabs
{
    
    padding: 0px 0;
    margin:0 auto;
    font-size: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    padding-left:0px; /* Offset of the first tab */
	
}
        
ul.subtabs li
{
    
    display: inline;
    margin: 0;/*no distance between tabs*/
    background: White;
    margin-left:0px;
	float:left;
	width:23%;
	text-align:center;

}
        
ul.subtabs li a
{
	font: normal 15px NanumSquareR;
    text-decoration: none;
    position: relative;
    padding: 13px 13px;
    color: #000;
    outline:none;
    background: #F6F6F9;
    border:1px solid #CCC;
    border-right:0;
}

/*Note: IE8 and earlier doesn't support li:last-child. You have to add another class to the last tab (LI) and specify its border-right as below.*/
ul.subtabs li:last-child a
{
    border-right:1px solid #CCC;
	padding: 13px 13px;
}
  
        
ul.subtabs li a:hover
{
    color: #000;
    background: white;
}
        
ul.subtabs li.selected a, ul.subtabs li.selected a:hover
{
    top: 0px;
    font-weight:bold;
    background: #FFF;
    border-bottom: 1px solid #FFF;
    color: #06C;
}
        
        
ul.subtabs li.selected a:hover
{
   text-decoration: none;
}

.tabs_list { clear:both; position:relative; overflow:hidden; margin-bottom:30px; }

div.tabcontents_biz
{
     padding: 10px 0px;
	 clear:both;
	 position:relative;
	 background:#CC6
}

