.ch .article_holder .article table{
	letter-spacing:0.96px;
}
.ch .article_holder .article table p{
	letter-spacing:0.96px;
}
.ch .glossaryLink span{
	letter-spacing:0.96px;
}
.ch .category_others_list .each_others .btn{
	letter-spacing:0.96px;
}

.content_holder{

}
.bubble{
	position:relative;
	display:inline-block;
	background-color:#FFFFFF;
	border-radius:10px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}
.bubble svg{
	position:absolute;
	left:15px;
}
.banner{
    position:relative;
    display:inline-block;
    width:100%;
    padding-top:7%;
    padding-bottom:1%;
    text-align:center;
}
.banner h1{
	color:#FFFFFF;
	width:70%;
	margin:auto;
}
.article_holder{
    position:relative;
    display:block;
    width:96%;
    max-width:1000px;
    margin:auto;
    margin-top:3%;
    margin-bottom:3%;
    text-align:center;
}
.article_holder .bubble h6{
	color:#FFFFFF;
}
.article_holder .article{
    text-align:left;
}
.article_holder .article p{
	color:#68737A;
	padding-top:1%;
	padding-bottom:1%;
}
.article_holder .article a:not(.glossaryLink ){
	text-decoration:underline;
    /*font-style:italic;*/
}
.article_holder .article table{
	color:#68737A;
	border-radius:20px;
	border-collapse: collapse;
	overflow: hidden;
	background-color:#FFFFFF;
	font-size:16px;
}
.article_holder .article table td{
	padding:1%;
	border-top:2px solid #E5E5E5;
}
.article_holder .article table td:nth-child(1){
	border-right:2px solid #E5E5E5;
}
.article_holder .article table tr:nth-child(1) td{
	font-family: "FSAlbertPro-Bold", Helvetica, Arial, sans-serif;
	color:#FFFFFF;
}
.article_holder .article table p{
	font-size:16px;
	text-align:left!important;
}

.glossaryLink{
	font-family: "FSAlbertPro-Bold", Helvetica, Arial, sans-serif;
	color:#68737A!important;
	cursor:pointer;
    font-weight: 600;
}
.glossaryLink span{
    position:relative;
    display:inline-block;
	height:12px;
	width:12px;
	line-height:12px;
	font-size:8px;
	font-weight:500;
	color:white;
	border-radius:10px;
	text-align:center;
	cursor:pointer;
    vertical-align: top;
    margin-left:3px;
}
.glossaryLink svg{
    vertical-align: top;
	height:12px;
	width:12px;
}

.category_list_title h2{
	width:90%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top:5%;
	color:#68737A;
	text-align:center;
	margin:auto;
}

.category_others_list{
	position:relative;
	display:block;
	width:96%;
	height:22vw;
	margin:auto;
	left:0;
	right:0;
	text-align:center;
	margin-top:2%;
	margin-bottom:5%;
}
.category_others_list .each_others{
	position:relative;
	display:inline-block;
	background-color:#FFFFFF;
	border-radius:10px;
	overflow:hidden;
	width:47%;
	height:100%;
	margin:1%;
}
.category_others_list .each_others img{
	position:absolute;
	width:50%;
	top:0;
    right: 0;
    margin-top:5%;
	z-index:1;
}
.category_others_list .each_others .title_holder{
	position:relative;
	padding-left: 7%;
    width: 45%;
	z-index:2;
}
.category_others_list .each_others .cat_content_holder{
	text-align:left;
}
.category_others_list .each_others .btn{
	position:relative;
	font-size:16px;
	line-height:120%;
	font-weight:normal;
	margin-left: 7%;
	z-index:2;
}

@media screen and (max-width: 1350px) {
	.bubble{
		border-radius:10px;
		padding:8px;
		padding-left:16px;
		padding-right:16px;
	}
	.bubble svg{
		left:12px;
	}
}
@media screen and (max-width: 1024px) {
	.article_holder .article a:not(.glossaryLink ){
	    font-size:12px;
	}
	.category_others_list {
	    height: 25vw;
	}
	.category_others_list .each_others .title_holder{
	    width: 55%;
	}
	.bubble{
		border-radius:10px;
		padding:7px;
		padding-left:12px;
		padding-right:12px;
	}
	.bubble svg{
		left:10px;
	}
}
@media screen and (max-width: 768px) {
	.category_others_list {
	    height: auto;
	}
	.category_others_list .each_others{
	    width: 100%;
	    height: 45vw;
	}
	.bubble{
		border-radius:10px;
		padding:6px;
		padding-left:10px;
		padding-right:10px;
	}
	.bubble svg{
		left:8px;
	}
	.banner h1{
		width:96%;
	}
	.article_holder{
	    width:90%;
	}
	.article_holder .article table{
		border-radius:0px;
		font-size:14px;
	}
	.article_holder .article table td{
		padding:2%;
	}
	.article_holder .article table p{
		font-size:14px;
	}
}
@media screen and (max-width: 600px) {
	.category_others_list .each_others{
		height:45vw;
	}
}
@media screen and (max-width: 500px) {
	.category_others_list .each_others{
		height:50vw;
	}
}
@media screen and (max-width: 400px) {
	.category_others_list .each_others{
		height:60vw;
	}
}