.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
#articleInfo12 {
	overflow: hidden;
}
#articleInfo12 .row {
	margin: 25px 0;
}
#articleInfo12 .row h3 {
	font-size: 40px;
	color: #001e61;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	line-height: 170%;
}
#articleInfo12 .row h3:after {
	margin-bottom: 30px;
	width: 100px;
	height: 5px;
	background: #fa1e37;
	display: block;
	content: "";
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#articleInfo12 .row h3:hover:after {
	width: 95%;
}
#articleInfo12 .row article {
	margin: 25px 0;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	line-height: 2;
	text-align: justify;
}
#articleInfo12 .row h4 {
	margin: 30px 0 0;
	font-size: 25px;
	color: var(--primary);
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-weight: 500;
	letter-spacing: 2px;
}
#articleInfo12 .row ol{
    margin: 20px 0;
    padding-left: 30px;
}
#articleInfo12 .row ol.circle li{
    list-style-type: circle;
}
#articleInfo12 .row li{
    margin: 5px 0;
    list-style: decimal;
}
#articleInfo12 .row .topBox {
	overflow: hidden;
}
#articleInfo12 .row p {
	margin: 0 2% 0 0;
	float: left;
	width: 48%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo12 .row p:nth-child(2) {
	margin: 0 0 0 2%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo12 .row .downBox {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo12 .row .imageBox{display: flex;flex-wrap: wrap;justify-content: space-between;}
#articleInfo12 .row .downBox img{
    margin-top: 25px;
}
#articleInfo12 .row .four{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    justify-content: center;
    justify-items: center;
}
#articleInfo12 .row .spebox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}
#articleInfo12 .row .spebox article{display: grid;justify-items: center;}
#articleInfo12 .row .spebox article:not(:last-child){
    border-right: 1px #a28c81 solid;
}
#articleInfo12 .row .spebox article img{
    width: 100px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#articleInfo12 .row .spebox article span{
    font-size: 20px;
    margin: 10px 0;
    font-weight: 500;
    color: #a08a7f;
}

#articleInfo12 .table-container {width: 100%;margin: 20px 0 30px;padding-top: 20px;}
#articleInfo12 .table_brand {width: 100%;border-spacing: 0px;background-color: #fff;}
#articleInfo12 .table_brand .gray_bg:nth-child(odd){background-color: #F2F2F2;color: #282828;}
#articleInfo12 .top-column .table_brand .gray_bg:nth-child(2n){background-color: #ffffff;}
#articleInfo12 .table_brand th, .table_brand td{padding: 20px 0px 20px 0px;width: auto;font-size: 16px;line-height: 1.2em;text-align: center;}
#articleInfo12 .table_brand td i{color: #D3BA39;margin-right: 10px;vertical-align: baseline;}
#articleInfo12 .table_brand tbody{text-align: left;}
#articleInfo12 .table_brand td:nth-child(1)
#articleInfo12 .table_brand th:nth-child(1){font-size: 16px;font-weight:400;line-height: 160%;}
#articleInfo12 .table_brand td p{text-align: center;border: none;display: flex;align-items: center;justify-content: center;padding: 0px 15px;width: 100%;}
#articleInfo12 .table_brand tr{background-color:#fff;border-bottom:1px solid rgb(57 60 65 / 77%)}
#articleInfo12 .table_brand tr:nth-child(1),tr.gray_bg.cell-inner{background-color:#D0C1A7;color:#fff}
#articleInfo12 .table_brand tr:nth-child(1) td{background-color: #a28c81;font-weight:400;text-align:center;min-height:95px;padding:13px;position:relative;flex-direction:row;color:#fff;}
#articleInfo12 .table_brand tr:nth-child(1) td::before{content:"";width:1px;height:100%;display:block;background-color:rgba(255,255,255,0.2);position:absolute;top:0;right:0}
#articleInfo12 .table_brand tr:nth-child(1) td p{text-align:center;color:#fff;}
#articleInfo12 .table_brand td.alt{ text-align:left;}
#articleInfo12 .table_brand td span{vertical-align: baseline;}
#articleInfo12 .table_brand td span i{margin-right: 10px;font-size: 12px;}
#articleInfo12 .table_brand td .red i{color: #D33992;}
#articleInfo12 .table_brand td .green i{color: #59b0a6;}
#articleInfo12 .table_brand td .yellow i{color: #f9d4ab;}

@media screen and (max-width: 768px) {
	#articleInfo12 .row ,
	#articleInfo12 .row:nth-child(2) {
		margin-bottom: 15px;
		width: 100%;
	}
	#articleInfo12 .table_brand tbody{height: 40px;overflow: overlay;}
	#articleInfo12 .table_brand {width:800px;}
	#articleInfo12 .table-container {width: 100%;overflow-x: scroll;margin: 0 0 .5em;-webkit-overflow-scrolling: touch;}
	#articleInfo12 .row .spebox{
    grid-template-columns: repeat(1, 1fr);
}
	#articleInfo12 .row .spebox article{
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    align-items: center;
}
	#articleInfo12 .row .spebox article:not(:last-child){
    border-right: unset;
}
	#articleInfo12 .row .four{
    grid-template-columns: repeat(1, 1fr);
}
}

@media screen and (max-width: 480px) {
	#articleInfo12 .row h3 {
		font-size: 35px;
	}
	#articleInfo12 .row .spebox article{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    justify-items: start;
}
	#articleInfo12 .row .spebox article img{
    grid-row: 3/1;
}
	#articleInfo12 .row .spebox article span{
    font-size: 18px;
}
}