@charset "utf-8";
.docBlk{
	text-align: center;
    /*margin: 0 -8px 0 -8px;*/
    display: inline-block;
    margin: 0 auto;
   /* max-width: 925px;*//*20171101*/
}
.docBlk ul{ padding: 0 0; text-align:center;}
.docBlk li{
	display:inline-block;
	line-height: inherit;
	padding: 0 10px 20px 10px;
	text-align: center;
	overflow: hidden;
	float: left;
	width: 25%;/*20190403*/
}
.docBlk li .blk{
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 74.4385%;
	border:1px solid #afafaf;
	background-color: #a2a2a2;
}
.docBlk li .blk:after{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
	background-image: linear-gradient(to left,transparent,transparent 0%,rgba(162,162,162,0) 0%,rgba(162,162,162,0));
 	background-position: 100% 0;
    background-size: 100% 100%;
    transition: all .25s ease-in;

}
.docBlk li .blk>img{ 
	display: block;
	max-width: 100%;
    width: 100%;
}
.docBlk .folderName{
	display: block;
	font-size: 1.875rem;
	line-height: 1.417;
	max-height: 120px;
    overflow: hidden;
	text-align: left;
	color: #ffffff;
	padding: 0 0 0 0;
	margin: 0 15px 0 15px;
	position: absolute;
	left: 0;
	top: 30%;
    z-index: 2;
    letter-spacing: 0.0625rem;
}
.docBlk .totalData{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	background:rgba(0,0,0,0.45) none no-repeat 0 0;
	font-size: 1.25rem;
	text-align: right;
	padding: 0 5px 0 15px;
	margin: 0;
	color: #ffffff;
    z-index: 2;
}
.docBlk .icon-file-text:before, .docBlk .icon-folder:before, .docBlk .icon-pencil:before{
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	content: "";
	width: 52px;
	height: 52px;
}
.docBlk .icon-file-text:before{
	background:transparent url(../images/product/icon-file-text.png) no-repeat 0 0;
	background-size:100% 100%;
}
.docBlk .icon-folder:before{
	background:transparent url(../images/product/icon-folder.png) no-repeat 0 0;
	background-size:100% 100%;
}
.docBlk .icon-pencil:before{
	background:transparent url(../images/product/icon-pencil.png) no-repeat 0 0;
	background-size:100% 100%;
}
.docBlk .totalData span{
	font-size: 2.5rem;
	padding: 0 5px 0 0;
	color: #ffffff;
}
.docBlk li:hover .blk:after{ 
	background: rgba(98,98,98,0.5) none no-repeat 0 0;
}
.docBlk.solution{ max-width: inherit; }
.docBlk.solution ul li{ width: 25%; padding: 0 0 0 0;}
.docBlk.solution ul li a{ position: relative;}
.docBlk.solution li .img{ 
	display: block;
	overflow: hidden; 
	height: 0; 
	padding-bottom: 76.2931%;
	background-color: #f5f5f5;
}
.docBlk.solution li .img img{
	width: 100%;
	/*min-height: 280px;*/
}
.docBlk.solution .title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: rgba(50,50,50,0.65);
    font-size: 1.5rem;
    text-align: center;
    padding: 0.75rem 5px;
    color: #ffffff;
    
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.docBlk.solution li a {
    display: block;
    height: auto;
    border: 1px solid #afafaf;
    margin: 0 8px 20px 8px;
    background: #ffffff none left bottom;
}
.docBlk li:hover a, .docBlk li a:hover{ text-decoration: none; }
.docBlk.solution li:hover .title { /*color: #e71e0f;*/color: transparent;background-color: rgba(50,50,50,0);}
.docBlk li:hover a, .docBlk.solution li:hover a {border: 1px solid #e71e0f;}

.ResourcesBlk{ width: 100%; text-align: left; display: inline-block;}
.ResourcesBlk .wrap{ 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	width: 100%; 
	margin-bottom: 30px;
}
.ResourcesBlk .wrap:after, .ResourcesBlk .blk:after{ 
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ResourcesBlk .blk{ 
    display: block;
    width: 48.5%;
    border: 1px solid #afafaf;
    margin: 0 1.5% 30px 0;
    position: relative;
}
.ResourcesBlk .blk.video:before{ display: none;}
.ResourcesBlk .blk+.blk{ margin: 0 0 30px 1.5%; }
.ResourcesBlk .blk.full, .ResourcesBlk .blk+.blk.full{ clear: both;width: 100%;margin: 0 0 30px 0; float: none; display: block;}
.ResourcesBlk ul, .ResourcesBlk li{ text-align: left; }
.ResourcesBlk .flagBlk{ 
	padding: 6px 7px 11px 13px;
	margin: -21px 0 0 0.5rem;
	font-size: 1.2rem;
	display: inline-block;
	background-color: #e71e0f; 
	color: #ffffff;
	min-width: 70px;
	max-width: 87%;
    max-height: 37px;
    line-height: 1.5rem;
	position:relative;
}
.ResourcesBlk .flagBlk:after{
	display: block;
	position: absolute;
	right: -20px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 21px 20px;
	border-color: transparent transparent transparent #e71e0f;
}
.ResourcesBlk .contentBlk{ 
	padding: 16px 1rem 0rem 1rem; 
	overflow-y: auto;
	word-break: break-word;
    white-space: normal;
}/*20171101*/
.ResourcesBlk .contentBlk .video-container{
    padding-bottom: 30%;
    padding-top: 0;
    margin: 0 0 0 0;
    display: block;
    width: 100%;
    /*height: 220px;*/
	height: 78%;
    position: relative;
    overflow: hidden;
}
.ResourcesBlk .contentBlk .video-container+.video-container{margin-top: 1.5rem;}
.ResourcesBlk .contentBlk .video-container iframe{margin: 0 0 0 0;}
.ResourcesBlk .contentBlk .video-container video{margin: -53px 0 0 0;}
.ResourcesBlk .contentBlk .video-container img{margin: 0 0 0 0; height:300px; width:100%;}
.ResourcesBlk .contentBlk .video-container:before{
	display: block;
	display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-color:rgba(0,0,0,0.45);
    border-radius: 50%;
}
.ResourcesBlk .contentBlk .video-container:after{
	display: block;
	display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    margin-top: -18px;
    margin-left: -13px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 32px;
	border-color: transparent transparent transparent #ffffff;
}
.ResourcesBlk .bottomBlk{ background-color: #ffffff;padding: 0rem 0 4.5rem 0;}
.ResourcesBlk .tagBlk, .ResourcesBlk .infoBlk{ padding: 0 1.5rem;}
.ResourcesBlk .tagBlk{ padding: 0.5rem 1rem; word-break: break-all; white-space: normal;font-size: .875rem; position: relative;}
.ResourcesBlk .tagBlk>span{ display: block; margin-bottom: 0.5rem; font-weight: bold;}
.ResourcesBlk .tagBlk .blk{ 
	margin-bottom: 0.5rem;
	width: auto;
    border: none;
    margin: 0 0 0 0;
    height: 22px;
    overflow: hidden;
    line-height: 1.5;
    /*padding-right: 2.875rem;*/
}
.ResourcesBlk .tagBlk .blk.active{height: auto;}
.ResourcesBlk .tagBlk .blk a{ word-break: normal; margin-left: .15rem; }
.ResourcesBlk .tagBlk .blk.active a{display: inline-block; }
.ResourcesBlk .tagBlk .blk a:hover{ text-decoration: underline; }
.ResourcesBlk .tagBlk .more{ 
	display: block;
	position: absolute;
	right: 1rem;
	top: 31px;
	background: #fff;
	border: 1px solid #afafaf;
	padding: .25rem .5rem;
	font-size: .75rem;
	z-index:1;
}
.ResourcesBlk .tagBlk .more:hover{color: #ffffff;background-color: #e71e0f;border:1px solid #e71e0f;}
.ResourcesBlk .tagBlk .complete{ display: none;}
.ResourcesBlk .infoBlk{ 
	background-color: #878787; 
	position:relative;
	margin:0 -1px -1px -1px;
	border-left:1px solid #878787;
	border-right:1px solid #878787;
	border-bottom:1px solid #878787;
	position: absolute;
	width: 100%;
    left: 1px;
    bottom: 0;
}
.ResourcesBlk .infoBlk ul{ padding: 0.5rem 0;font-size: 0.875rem; position: relative; }
.ResourcesBlk .infoBlk ul li{ color: #ffffff; padding: 0 0; line-height: 1.417;}
.ResourcesBlk .infoBlk ul li span{ min-width: 85px;display: inline-block;}
.ResourcesBlk .infoBlk ul li.hyperLink{
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 1.5rem;
}
.ResourcesBlk .infoBlk ul li a{ color: #ffffff; text-decoration: underline;}
.ResourcesBlk .infoBlk ul li a:hover{ text-decoration: none;}
.ResourcesBlk .blk .contentBlk{ height: 400px;overflow-y: auto;}
.ResourcesBlk .blk .contentBlk .video-container iframe{ max-height: 350px;}
.ResourcesBlk .blk .contentBlk h2{ display: block; height: 74px;overflow:hidden; text-overflow: ellipsis; min-height: 0px;}
.ResourcesBlk .blk.full .contentBlk{ height: 240px;}

.ResourcesBlk.gry .blk{ border: 1px solid #e71e0f;}
.ResourcesBlk.gry .flagBlk{ background-color: #626262;}
.ResourcesBlk.gry .flagBlk:after { border-color: transparent transparent transparent #626262;}
.ResourcesBlk.gry .blk .contentBlk { height: 200px;}
.ResourcesBlk.gry .infoBlk { background-color: transparent;border: none;margin: 0 -1px 0 -1px;}
.ResourcesBlk.gry .infoBlk ul li, .ResourcesBlk.gry .infoBlk ul li a{ color: #333333;}
.ResourcesBlk.gry .bottomBlk { padding: 0 0 0 0;}



.btnBlk.buyOnline li a{ min-width:100px; padding: 0.5rem 0.5rem 0.5rem 0.5rem;}
.modal-body .btnBlk.buyOnline li{ display:inline-block; float:none;}
.modal-body .btnBlk.buyOnline li:last-of-type a{ margin: 0 0 1.5rem 0;}



@media (max-width: 1200px){
.ResourcesBlk .blk .contentBlk { height: 380px;}
}


@media (max-width: 1024px){
.docBlk.solution ul li {width: 33.333%;}
}


@media (max-width: 980px){
.ResourcesBlk .flagBlk {font-size: 1.25rem;}
.docBlk {max-width:100%;}
.docBlk li {width: 33%;padding: 0 5px 20px 5px;}
}


@media (max-width: 768px){
.ResourcesBlk .wrap {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.ResourcesBlk .blk { width: 100%;float: none;margin: 0 0 50px 0;}
.ResourcesBlk .blk+.blk { margin: 0 0 30px 0;}
/*.ResourcesBlk .blk .contentBlk, .ResourcesBlk .blk.full .contentBlk{ height: auto;}*/
.ResourcesBlk .bottomBlk {padding: 0.5rem 0 0 0;}
.ResourcesBlk .infoBlk {
    position:static;
    width: inherit;
    left:inherit;
    bottom:inherit;
}
.docBlk {max-width:auto;max-width:100%;}
.docBlk { max-width:100%;}
.docBlk li{ width: 50%; float: left; padding: 0 5px 20px 5px;}
.docBlk li .blk>img { max-width: 100%;}
.docBlk .folderName {
    font-size: 4.5vw;
    letter-spacing: 0;
    top: 25%;
    float: left;
    line-height: 1.25;
}
.docBlk.solution ul li { width: 50%;}
}


@media (max-width: 665px){
}


@media (max-width: 480px){
.docBlk{ margin: 0 auto;}
.docBlk .totalData span{ font-size: 1.5rem;}
.docBlk li .blk{ width: 100%; }
.docBlk li a { height: 155px;}
.docBlk .totalData {
    height: 36px;
    line-height: 36px;
    font-size: 1.0rem;
    padding: 0 5px 0 15px;
}
.docBlk .icon-file-text:before, .docBlk .icon-folder:before, .docBlk .icon-pencil:before { width: 36px;height: 36px;}
.docBlk.solution ul li{ padding: 0 5px 20px 5px;}
.docBlk.solution ul li a{ margin: 0 0 0 0;}
.docBlk.solution .title { font-size: 1.125rem;}

.ResourcesBlk .infoBlk ul li.hyperLink {
    position:static;
    float: right;
    right:inherit;
    top: inherit;
    margin: 0.5rem 0 0 0;
}
}
/**************************/
.DTFC_ScrollWrapper{
	height: auto!important;
}
