.cf-download__list {
	display: flex;
  padding:20px 0 0;
	margin: 0 auto;
	flex-wrap: wrap;
}
.download__list_w {
	margin-right: 0 !important;
}
.backtolist {
	text-align: center;
	padding-top:30px;
}
.backtolist a {
	text-decoration: underline;
}
.cf-download__list .box {
	width: 31%;
	margin: 0 1% 20px;
	border: 1px solid #ccc;
	padding: 10px;
}
.cf-download__list .box .label {
	background: #fd9a00;
	color:#fff;
	border-radius: 3px;
	margin-top: 5px;
	padding: 4px 0;
	text-align: center;
	font-size: 13px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	font-weight: bold;
	position: relative;
}
.cf-download__list .box .label:before {
	content: ">";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.cf-download__list .box .img {
	width: 100%;
height: 20vw;
max-height: 181px;
overflow: hidden;
}
.cf-download__list .box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.cf-download__list .subtitle {font-size: 12px; line-height:1.3; color:#666; margin-top:10px;}
.cf-download__list .box h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	min-height: 44px;
}
.cf-download__list .box .cf-news-detail__date {
	font-size: 12px;
	color: #666;
	display: block;
	text-align: right
}
.download_c_wrap {
	width: 880px;
	margin: 0 auto;
}
.atl_conts_container .cf-privacy-link a {
  font-weight: normal !important;
	color: #333;
}
.download_c {
	margin: 30px 0;
}
.download_c .img {
	width: 50%;
	margin: 0 auto 20px;
}
.download_c h1 {
	font-size: 28px;
	color: #d80c18;
	font-weight: bold;
	margin: 15px 0 25px;
}
.download_c .cf-news-detail__date {
	color: #666;
	text-align: right;
	display: block;
}
.atl_conts_container .inner {
	padding: 0 10px;
}
.atl_conts_container a {
	font-weight: bold;
	color: #00a3d1;
	font-size: 15px;
}
.atl_conts_container p {
	position: relative;
	margin-bottom: 1.2rem;
	line-height: 1.4;
	font-size: 15px;
}
.text_big_red {
	font-size: 34px;
	color: #af1e2d;
	font-weight: bold;
}
.text_big_black {
	font-size: 34px;
	color: #000000;
	font-weight: bold;
}
.text_medium_black {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.text_small_black_b {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.text_small_blue, .atl_conts_container strong {
	font-size: 16px;
	color: #00a3d1;
	font-weight: bold;
}
.text_small_black_m {
	font-size: 16px;
	color: #000000;
	font-weight: medium;
}
.title_1 {
	border-bottom: 1px solid #ddd;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 34px;
	margin-top: 80px;
	margin-bottom: 30px !important;
	font-size: 18px !important;
	position: relative;
}
.title_1:after {
	content: "";
	position: absolute;
	border-left: 8px solid #d80c18;
	left: 0;
	bottom: 5px;
	width: 8px;
	height: 100%;
}
.title_2 {
	padding-left: 10px;
	line-height: 25px;
	position: relative;
}
.title_2:after {
	content: "";
	position: absolute;
	border-left: 6px solid #7d7d7d;
	left: 0;
	width: 6px;
	height: 100%;
	top: 50%;
	transform: translateY(-52%);
}
.title_3 {
	padding-left: 10px;
	line-height: 16px;
}
.title_3:after {
	content: "";
	position: absolute;
	border-left: 4px solid #7d7d7d;
	left: 0;
	width: 4px;
	height: 100%;
	top: 50%;
	transform: translateY(-52%);
}
.fieldset {
	margin: 32px 0;
	padding: 18px 20px 0px 20px;
	text-align: justify;
	position: relative;
}
.fieldset .title {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 12px;
	background: white;
	padding: 0 10px;
}
.title img {
	width: 20px;
	margin-bottom: 4px;
	margin-right: 5px;
	vertical-align: middle;
	border-style: none;
}
.fieldset_green {
	border: 2px solid #50c61d;
}
.fieldset_green .title {
	color: #50c61d;
}
.fieldset_red {
	border: 2px solid #cc2454;
}
.fieldset_red .title {
	color: #cc2454;
}
.fieldset_black {
	border: 1px solid #808080;
}
.fieldset_dot {
	border: 1px dotted #000000;
}
.line {
	border: 1px solid #ddd;
}
.line img {
	vertical-align: bottom
}
.list_arrow li, .list_number li, .list_check li {
	position: relative;
	line-height: 1.4;
	font-size: 15px;
}
.list_arrow li *, .list_number li *, .list_check li * {
	font-size: 15px !important;
	line-height: 1.4;
}
.list_arrow li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 18px;
	height: 18px;
	background: url(../../img/downloads/icon_right.png) center no-repeat;
	background-size: 10px;
}
.list_number li span {
	position: absolute;
	border-radius: 50%;
	background-color: #01a3d2;
	width: 20px;
	height: 20px;
	color: white;
	text-align: center;
	font-size: 11px;
	padding-top: 2px;
	left: 0;
	top: 10px;
	line-height:1;
}
.list_check li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 20px;
	height: 20px;
	background: url(../../img/downloads/icon_check_red.png) center no-repeat;
	background-size: 20px;
}
.table_of_contents {
	background-color: #f9f9f9;
	padding: 25px 20px 10px;
	font-weight: bold;
	width: 100%;
	margin-top: 16px;
}
.table_of_contents > .title {
	font-size: 18px;
	line-height: 20px;
	padding: 0.5rem 25px;
	position: relative;
	margin-bottom: 10px;
}
.table_of_contents > .title:before {
	content: "";
	position: absolute;
	left: -3px;
	top: 10px;
	width: 17px;
	height: 17px;
	background: url(../../img/downloads/icon_group.png) center no-repeat;
	background-size: 100%;
}
.message {
	padding: 16px;
	width: 100%;
}
.message .media .media-img {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.message .media .media-img img {
	width: 105px;
	height: 105px;
	border: 2px solid #dddddd;
}
.message .media-body {
	border: 2px solid #dddddd;
	border-radius: 10px;
	padding: 16px;
	margin-right: 40px;
	position: relative;
	line-height: 1.4;
}
.message .media:nth-child(odd) .media-body:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 18px;
	right: -17px;
	border-top: 20px solid #ddd;
	border-right: 15px solid transparent;
}
.message .media:nth-child(odd) .media-body:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 20px;
	z-index: 1;
	right: -13px;
	border-top: 20px solid white;
	border-right: 15px solid transparent;
}
.message .media:nth-child(even) {
	flex-direction: row-reverse;
	margin: 15px 0 30px;
}
.message .media:nth-child(even) .media-body {
	margin-left: 40px;
	margin-right: 0;
}
.message .media:nth-child(even) .media-body:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 18px;
	left: -17px;
	border-bottom: 20px solid transparent;
	border-right: 15px solid #ddd;
}
.message .media:nth-child(even) .media-body:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	top: 20px;
	left: -13px;
	border-bottom: 20px solid transparent;
	border-right: 15px solid white;
}
.atl_conts_container .btn-blue {
	min-width: 280px;
	margin-bottom: 20px;
	color: #fff !important;
	display: inline-block;
}
.link_article {
	border: 1px solid #ddd;
	display: flex;
}
.link_article img {
	width: 220px;
	height: 100%;
	float: left;
	margin-right: 20px;
}
.link_article_content {
	flex: 1;
}
.link_article_content .title {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.link_article_content .content {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.nav-link {
	display: block;
	padding: 0.5rem 0 0.5rem 25px !important;
}
.list_arrow {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	
	.cf-download__list .box .img {
		width: 100%;
		height: 55vw;
		max-height: 100%;
	}
	.cf-download__list .box .img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.download_c_wrap {
		width: auto;
		margin: 0 15px;
	}
	.download_c {
		margin: 20px 0;
	}
	.download_c .img {
		width: 100%;
		margin: 0 auto 20px;
	}
	.download_c h1 {
		font-size: 20px;
		line-height: 1.3;
		margin: 15px 0 15px;
	}
	.cf-download__list {
		display: block;
		padding: 0;
		margin: 0 auto;
	}
	.cf-download__list .box {
		width: 100%;
		margin: 0 auto 20px;
	}
	.atl_conts_container .inner {
		padding: 0px;
	}
	.atl_conts_container iframe {
		width: 100%;
		height: 50vw;
	}
	.message {
		padding: 16px 0;
		width: 100%;
	}
	.message .media .media-img img {
		width: 40px;
		height: 40px;
		border: 2px solid #dddddd;
		margin: 0 auto;
	}
	.ancadj {
		margin-top: -50px;
		padding-top: 80px;
	}
	.text_big_black {
		font-size: 12px !important;
		line-height: 1.2;
		margin-top: 0 !important;
		padding-left: 16px;
	}
	.text_medium_black {
		font-size: 18px;
		padding-left: 16px;
	}
	.message .media-body {
		margin-right: 15px;
	}
	.message .media:nth-child(even) .media-body {
		margin-left: 15px;
	}
	.btn-blue {
		width: 100%;
	}
	.link_article {
		border: 1px solid #ddd;
		display: block;
		padding-bottom: 35px !important;
	}
	.link_article img {
		width: 100%;
		height: 100%;
		float: none;
		margin-right: 0px;
	}
	.link_article_content {
		flex: 1;
		margin-top: 5px;
	}
	.fieldset .title {
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		position: absolute;
		top: -12px;
		left: 12px;
		background: white;
		padding: 0 10px;
	}
	.title img {
		width: 14px;
		margin-bottom: 4px;
		margin-right: 5px;
		vertical-align: middle;
		border-style: none;
	}
	.atl_conts_container p {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.title_1 {
		font-size: 16px !important;
	}
	.link_article_content .title {
		font-weight: bold;
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
		line-height: 1.3;
	}
	.table_of_contents > .title {
		font-size: 16px;
	}
	.title_3 {
		font-size: 15px !important;
	}
	.link_article_content .content {
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.btn-lg {
		font-size: 16px !important;
	}
}