@charset "utf-8";
/*----------------------------------------
  Table Style
----------------------------------------*/
table {
	width: 100%;
    border-collapse: collapse;
	border-bottom: 2px solid #e5e5e5;
	border: 0;
	padding: 0;
	spacing:0px
}
th, td {
	padding: 12px 20px;
	text-align: left;
}
th {
	font-size: 18px;
	line-height: 1.4;
}
html[lang=ko-kr] th, html[lang=ja-jp] th, html[lang=zh-cn] th, html[lang=zh-tw] th, html[lang=vi-vn] th {
	font-size:16px;
}
td {
	font-size: 16px;
	line-height: 1.5;
}
html[lang=ko-kr] td, html[lang=ja-jp] td, html[lang=zh-cn] td, html[lang=zh-tw] dt, html[lang=vi-vn] td {
	font-size:14px;
}
tbody tr {
	border-bottom: 1px solid #e5e5e5;
}

th {
	background-color: #999;
	color: #fff;
	font-weight: bold;
}
td {
	background-color: #fafafa;
}
.pc {
	display: block;
}
.mb-accordion {
	display: none;
}
.customized tr:nth-child(odd) td {
	background-color: #fff;
}
.customized table tr {
	border-bottom: none;
}
.customized table tr:last-child {
	border-bottom: 1px solid #e5e5e5;
}
/*checkbox*/
.checkbox tr:hover td {
	background-color: #ededed;
}
.checkbox  input[type=checkbox]  {
	width: 14px;
	height: 14px;
	margin: 0 3px;
	background-color: #fff;
	cursor: pointer;
}
/*fixHead*/
.fixHead {
	height: 185px;
	overflow-y: scroll;
}
.fixHead th {
	position: sticky;
	top: 0;
	z-index: 1;
	table-layout: fixed;
}
/*fixTable*/
.fixTable-btn-wrapper {
  margin-top: 25px;
  margin-bottom: 6px;	
}
.fixTable-btn-wrapper .content-heading {
  float: left;
  margin-top: 0 !important;
  line-height: 30px;
}
.fixTable-btn-wrapper .fixTable-btn {
  float: right;
}
.fixTable-btn .left, .fixTable-btn .right {
  border: 0;
  cursor: pointer;
  font-size: 30px;
  background: none;
  color: #336899;
}
.fixTable-parent {
  width: 100%;
  height: auto;
  position: relative;
}
.fixTable {
  width: 2000px !important;
  overflow: scroll;
}
.fixTable tr td:first-child, .accordion-content tr td:first-child {
	background-color: #ededed;
}
.accordion-content tr td:first-child {
	width: 100px;
}
/*accordionTable*/
.accordionTable .list.close .accordion-content {
	display: none;
}
.accordionTable .list .accordion-content {
	display: table-row-group;
}
.accordionTable ul.list {
	list-style: none;
}
.accordionTable .list tr th:first-child {
	
}
.accordionTable .accordion-header td, .fixTable-parent.accordionTable .accordion-header td {
	padding: 10px 20px;
    background-color: #ccc;
	cursor: pointer;
}
.accordionTable .accordion-header td {
	font-weight: bold
}
.accordionTable .accordion-header i {
	margin-right: 5px;
	font-size: 18px;
	font-weight: bold;
    vertical-align: inherit;
}
.accordionTable .list .accordion-header i.fa-angle-down:before {
	content: "\f106";
}
.accordionTable .list.close .accordion-header i.fa-angle-down:before {
	content: "\f107";
}

@media screen and (max-width:768px) {
	th, td {
		padding: 12px 15px;
	}
	.standard, .checkbox, .fixHead, .fixTable-btn, #fixTable-parent, .accordionTable {
		margin: 0 4%;
	}
	#fixTable tr td:first-child {
		width:7%;
	}
	#fixTable-parent {
		width: 92%;
	}
	.accordion-content tr td:first-child {
		width: auto;
	}
	.accordionTable .list tr th:first-child {
		width: auto;
	}
	.pc {
		display: none;
	}
	.mb-accordion {
		display: flow-root;
	}
	.mb-title th{
		padding: 10px 20px;
		background-color: #ccc;
		font-weight: bold;
		color:#4d4d4d;
	}
	.mb-accordion .accordion-header td{
		background-color: #ededed;
	}
	.mb-accordion .accordion-content td, .accordion-content tr td:first-child {
		background-color: #fff;
	}
}