.cat-list li:nth-of-type(1) {
    left: -10.5%;
}
.cat-list li:nth-of-type(2) {
    left: 5.3%;
}
.cat-list li:nth-of-type(3) {
    left: 230px;
}
.cat-list li:nth-of-type(4) {
    left: 41.3%;
}
.cat-list li:nth-of-type(5) {
    left: 57.6%;
}
.cat-list li:nth-of-type(6) {
    left: 79.6%;
}
.header-detail .cat-list li:nth-of-type(1) {
  left: -32.5%;
}
.header-detail .cat-list li:nth-of-type(2) {
  left: -16.5%;
}
.header-detail .cat-list li:nth-of-type(3) {
  left: -0.7%;
}
.header-detail .cat-list li:nth-of-type(4) {
  left: 19.3%;
}
.header-detail .cat-list li:nth-of-type(5) {
  left: 35.5%;
}
.header-detail .cat-list li:nth-of-type(6) {
  left: 57.6%;
}
.header-detail .cat-list li:nth-of-type(7) {
  left: 79.6%;
}
.header-fade-in .cat-list li:nth-of-type(1) {
    left: 75%;
}

.header-fade-in .cat-list li:nth-of-type(2) {
    left: 91%;
}

.header-fade-in .cat-list li:nth-of-type(4) {
    left: 127%;
}

.header-fade-in .cat-list li:nth-of-type(5) {
    left: 143.2%;
}
.header-fade-in .cat-list li:nth-of-type(6) {
    left: 165%;
}
.detail-container .article-content{
	font-size:18px;
}
@media (max-width: 768px) {
	.detail-container .article-content{
		font-size:15px;
	}
}