@charset "utf-8";

/***************************************************************************
*
* COLUMN STYLE
*
***************************************************************************/
#content{
	margin-top: 30px;
}
/*areaNews*/
.areaNews {
	margin-bottom: 77px;
}
.areaNews .detailNews {
	background: #fff;
	border: 1px solid #a9def7;
	border-radius: 10px;
	padding: 47px 92px 61px 94px;
}
.areaNews .detailNews .cateDate {
	margin-bottom: 9px;
}
.areaNews .detailNews .cateDate .listCate {
	display: inline-block;
	vertical-align: top;
	margin-right: 9px;
}
.areaNews .detailNews .cateDate .listCate .itemCate {
	display: inline-block;
	background: #3e3e3e;
	font-size: 13px;
	color: #fff;
	min-width: 61px;
	padding: 1px 2px;
	text-align: center;
}
.areaNews .detailNews .cateDate .listCate .itemCate.newsCate{
	background: #004eb8;
}
.areaNews .detailNews .cateDate .listCate .itemCate.colCate{
	background: #0096ff;
}
.areaNews .detailNews .cateDate .dateTime {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	color: #454545;
	margin-right: 8px;
}
.areaNews .detailNews .thecontent {
	margin-bottom: 94px;
}

.areaNews .detailNews .titleContent {
	font-size: 26px;
	letter-spacing: -1.8px;
	border-bottom: 1px solid #cfe3ee;
	padding-bottom: 17px;
	margin-bottom: 29px;
}
.areaNews .detailNews .thecontent h2 {
	background: url(../images/news/column-title-brg.jpg) no-repeat top center/ 100% 100%;
	min-height: 90px;
	padding: 20px 72px 10px;
	color: #fff;
	font-size: 24px;
	border-bottom: 5px solid #003277;
	margin: 0px 17px 40px 17px;
}
.areaNews .detailNews .thecontent h3 {
	background: #ffe600;
	color: #062c7a;
	font-size: 20px;
	padding: 7px 25px;
	margin-bottom: 15px;
	border-radius: 5px;
	margin: 0 10px 14px 11px;
}
.areaNews .detailNews .thecontent h4 {
	position: relative;
	font-size: 20px;
	margin: 0 17px 31px;
	padding-left: 10px;
}

.areaNews .detailNews .thecontent h4:before {
	content: "";
	position: absolute;
	border-left: 6px solid #004eb8;
	height: 18px;
	left: 0;
	top: 50%;
	border-radius: 20px;
	transform: translateY(-50%);
}
.areaNews .detailNews .thecontent p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.75;
	margin: 0 18px 44px 20px;
	text-align: justify;
}

.areaNews .detailNews .thecontent p:last-child {
	margin-bottom: 0;
}

.areaNews .detailNews .thecontent p img {
	display: block;
	margin: 0 auto;
}
.areaNews .detailNews .btnNews {
	text-align: center;
}

.areaNews .detailNews .btnNews a {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 3px solid #004eb8;
}
.areaNews .detailNews .btnNews a:before {
	content: "";
	position: absolute;
	background: url(../images/news/news-button.png) no-repeat;
	background-size: cover;
	width: 31px;
	height: 31px;
	top: 55%;
	left: -35px;
	transform: translateY(-50%);
	transition: 250ms all linear;
}
.areaNews .detailNews .btnNews a:hover:before {
	left: -45px;
}


@media (max-width: 768px) {
	.areaNews {
		margin-bottom: 48px;
	}
	.areaNews .detailNews {
		background: transparent;
		padding: 0;
		border: none;
	}
	.areaNews .detailNews .titleContent {
		font-size: 18px;
		line-height: 1.2;
		color: #000;
	}
	.areaNews .detailNews .thecontent {
		margin-bottom: 37px;
	}
	.areaNews .detailNews .cateDate {
		margin-bottom: -1px;
	}
	.areaNews .detailNews .cateDate .listCate {
		margin-right: 0;
	}
    .areaNews .detailNews .cateDate .listCate .itemCate {
    	min-width: 50px;
    	font-size: 10px;
    	padding: 1px 2px 2px;
    	margin-right: 6px;
    	margin-bottom: 5px;
    }
    .areaNews .detailNews .cateDate .dateTime {
    	font-size: 12px;
    	vertical-align: 0;
    	margin-bottom: 5px;
    }
    .areaNews .detailNews .thecontent h1 {
    	font-size: 17px;
    	text-align: justify;
    	line-height: 1.3;
    	letter-spacing: -1px;
    	padding-bottom: 6px;
    	margin-bottom: 18px;
    }
    .areaNews .detailNews .thecontent h3 {
    	font-size: 16px;
    	padding: 5px 15px 10px;
    	margin: 0 0 14px;
    }
    .areaNews .detailNews .thecontent h2 {
    	font-size: 17px;
    	min-height: auto;
    	margin: 0 0 15px;
    	padding: 15px 30px;
    	border-width: 0 0 3px;
    }
    .areaNews .detailNews .thecontent h4 {
    	font-size: 16px;
    	margin: 0 0 17px;
    }
    .areaNews .detailNews .thecontent h3 + p > img {
    	padding: 0 28px;
    }
    .areaNews .detailNews .thecontent p {
    	font-size: 12px;
    	line-height: 1.6;
    	margin: 0 0 26px;
    }
    .areaNews .detailNews .thecontent p img {
    	margin-bottom: -5px;
    }
    .areaNews .detailNews .btnNews a {
    	font-size: 12px;
    }
    .areaNews .detailNews .btnNews a:before {
    	width: 24px;
    	height: 24px;
    	left: -27px;
    	top: 60%;
    }
    .areaNews .detailNews .btnNews a:hover:before{
    	left: -25px;
    	top: 60%;
    }
}

/*COLUMN PAGE*/
.thecontent ul, .thecontent ol {
	border: solid 3px #afd2ed;
	line-height: 2;
	font-size: 98%;
	font-weight: bold;
}
.thecontent ul {
	padding: 1rem;
}
.thecontent ol {
	padding: 1rem 1rem 1rem 2rem;
}
.thecontent tr {
	background: #e8f5ff;
	text-align: center;
}
.thecontent tr:first-child {
	background: #afd2ed;
}
.thecontent td {
	border: solid #FFF 1px;
	padding: 8px 12px;
}
.itemExpert.c {
	display: flex;
	margin-bottom: 26px;
}
.itemExpert.c .detailContent {
	background: #fffacd;
	border-radius: 8px;
	position: relative;
}
.detailContent::before {
	content: "";
	position: absolute;
	top: 15%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 16px solid #fffacd;
}
.itemExpert.c .info {
	text-align: center;
}
.itemExpert.c .name {
	text-align: center!important;
}
.detailContent p {
	margin-bottom: 0!Important;
}
.itemExpert.c .name {
    text-align: center!important;
    font-size: 12px!important;
    line-height: 1.2!Important;
    margin-top: 8px!Important;
    color: #3F88C9;
}
@media only screen and (min-width:769px) {
	.itemExpert.c .detailContent {
		width: 80%;
		padding: 16px;
	}
	.itemExpert.c .info {
		width: 18%;
		margin-right: 2%;
	}
	.thecontent table {
		margin: 1rem auto;
		width: 96%;
}
	.thecontent ul, .thecontent ol {
		margin: 0 18px 44px 20px;
	}
}
@media only screen and (max-width: 768px) {
	.itemExpert.c .detailContent {
		width: 68%;
		padding: 16px;
	}
	.itemExpert.c .info {
		width: 30%;
		margin-right: 2%;
	}
	.thecontent ul,
	.thecontent ol,
	.thecontent table  {
		font-size: 12px;
		margin: 0 0 26px;
	}
}