/* tab */
.tab_contents_wrap {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


@media screen and (max-width: 800px) {
  .tab_contents_wrap {
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
  }
}
.tab_contents_wrap .tab_wrap {
	display: table;
	width: 100%;
	text-align: center;
	table-layout: fixed;
}
.tab_contents_wrap .tab_wrap .tab {
	display: table-cell;
	padding: 0 5px;
}
@media screen and (max-width: 800px) {
  .tab_contents_wrap .tab_wrap .tab {
	display: block;
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
  }
  .tab_contents_wrap .tab_wrap .tab:nth-of-type(1) {
    border-right: 1px solid #fff;
  }
  .tab_contents_wrap .tab_wrap .tab:nth-of-type(2) {
    border-right: 1px solid #fff;

  }
    .tab_contents_wrap .tab_wrap .tab:nth-of-type(3) {
    border-right: 1px solid #fff;
 }
  
  .tab_contents_wrap .tab_wrap .tab:nth-of-type(4) {
	border-top: 0px solid #fff;

  }
}
.tab_contents_wrap .tab_wrap .tab .label {
	font-size: 12px;
	color: #FFF;
	cursor: pointer;
	background-color: #439BE2;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #439BE2;
}

.tab_contents_wrap .tab_wrap .tab .label1 {
	font-size: 11px;
	color: #000;
	cursor: pointer;
	background-color: #FF0000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #439BE2;
}




.tab_contents_wrap .tab_wrap .tab .label2 {
	font-size: 11px;
	color: #000;
	cursor: pointer;
	background-color: #FFFF00;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #439BE2;
}




.tab_contents_wrap .tab_wrap .tab .label3 {
	font-size: 11px;
	color: #000;
	cursor: pointer;
	background-color: #00FFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #439BE2;
}



.tab_contents_wrap .tab_wrap .tab .label4 {
	font-size: 11px;
	color: #000;
	cursor: pointer;
	background-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #439BE2;
}





@media screen and (max-width: 800px) {
  .tab_contents_wrap .tab_wrap .tab .label {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
  }
  
}
.tab_contents_wrap .tab_wrap .tab .label .sub {
  display: block;
  font-size: 14px;
}

.tab_contents_wrap .tab_wrap .tab.active .label {
	color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #439BE2;
}
.tab_contents_wrap .tab_contents {
	position: relative;
	padding: 0 5px;
}
@media screen and (max-width: 800px) {
  .tab_contents_wrap .tab_contents {
    padding: 0;
  }
}
.tab_contents_wrap .tab_contents .tab_content {
	padding: 0px;
}
@media screen and (max-width: 800px) {
  .tab_contents_wrap .tab_contents .tab_content {
	padding: 0px;
  }
}
.tab_contents_wrap .bxtab .tab_content {
	position: relative;
	z-index: 1;
	opacity: 1;
}





.tab_contents_wrap.bg_noeffect .tab_contents .tab_content,
.tab_contents_wrap.bg_noeffect .tab_wrap .tab.active .label {
	background-color: #FFFFFF;

}
