/* CSS Document */
.facList .Img .logoBox .logo, .facList .Img img, .facList .Img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


footer {
    padding-top: 0;
}

body {

    background: url('../images/bn_sm2.jpg') no-repeat center;
    background-size: cover;
}

.mainArea {
	padding: 80px 0;
    min-height: 800px;
    z-index: -99;
}
.mainArea .wrap {
	max-width: 1040px;
}
.mainArea .titleBox {
	margin-bottom: 20px;
	text-align: center;
}
.mainArea.innerArea .contentBox {
	display: block;
}


.contentBox p {
	font-size: 19px;
	color: #333;
	text-align: center;
	line-height: 2;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.contentBox p {
	font-size: 15px;
	line-height: 1.8;
	}
}

.contentBox .Img {
	text-align: center;
	margin-bottom: 20px;
}

.contentBox img {
	max-width: 100%;
}

.contentBox .bgfff {
  position: relative;
  text-decoration: none;
  padding: 3% 8%;
	margin-bottom: 20px;
}

.contentBox .bgfff::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: #fff;
  border-radius: 30px;
}





@media (max-width: 1180px) {
	.mainArea {
		padding: 40px 0;
	}
	.mainArea .titleBox {
		margin-bottom: 20px;
	}
}

.contentBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.contentBox .left {
	width: 17%;
}
.contentBox .right {
	width: 80%;
	margin: 0 auto;
}
@media (max-width: 1400px) {
	.contentBox .left {
		width: 20%;
	}
	.contentBox .right {
		width: 70%;
	}
}
@media (max-width: 1023px) {
	.contentBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contentBox .left {
		width: 100%;
	}
	.contentBox .right {
		width: 100%;
	}
}

.classNote {
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 1.8;
	color: #222;
	text-align: center;
}

.facList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -17px;
}
.facList .facItem {
	padding: 0 17px;
	width: 25%;
	margin-bottom: 20px;
}
@media (max-width: 1400px) {
	.facList .facItem {
		width: 33.333%;
	}
}
@media (max-width: 768px) {
	.facList .facItem {
		width: 50%;
	}
}
@media (max-width: 540px) {
	.facList .facItem {
		width: 100%;
	}
}
.facList .item {
	position: relative;
}
.facList .item:hover .Img {
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
	        box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.facList .item:hover .facImg {
	opacity: 0.5;
}
.facList .item:hover .logoBox .logo {
	-webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
	        animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.facList .Img {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	position: relative;
	border-radius: 10px;
	background-color: #000;
}
.facList .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	border-radius: 10px;
}
.facList .Img .logoBox {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.facList .Img .logoBox .logo {
	opacity: 0;
}
.facList .Img .logoBox .logo img {
	width: auto;
	max-width: 100%;
}
.facList .Txt {
	padding-top: 26px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.facList .Txt .title {
	width: 100%;
	color: #4a4a4a;
	border-bottom: 1px solid rgba(74, 74, 74, 0.2);
	margin-bottom: 12px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.facList .Txt .title a {
	color: #4a4a4a;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1201px) {
	.facList .Txt .title a:hover {
		opacity: 0.8;
	}
}
.facList .Txt .text {
	display: block;
	width: 100%;
	height: 51px;
	color: #4a4a4a;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: 0.8px;
}
@media (max-width: 1200px) {
	.facList .Txt .title {
		font-size: 16px;
	}
	.facList .Txt .text {
		font-size: 14px;
		height: 45px;
	}
}

.insIntroBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	.insIntroBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.insIntroBox .introBox {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media (max-width: 767px) {
	.insIntroBox .introBox {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
	}

	/*.titleBox .ttt {
  font-size: 1.2em;
	}*/

}
.insIntroBox .introBox .articleTitle {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
}
.insIntroBox .introBox .Txt {
	margin-top: 20px;
	line-height: 1.6;
	font-size: 15px;
	color: #6c6c6c;
}




.iii {
    position: absolute;
    z-index: initial;
    z-index: -1 !important;
    display: flex;
    overflow: visible;
    /*-webkit-animation: imgOpacity 5s ease-in-out infinite;
    animation: imgOpacity 5s ease-in-out infinite;*/
}

.iii.i01 {
    width: 547px;
    height: 815px;
    background: url("../images/bbb01.png") no-repeat center;
    background-size: contain;
    right: 0px;
    top: 0px;
}

.iii.i02 {
    width: 426px;
    height: 1080px;
    background: url("../images/bbb02.png") no-repeat center;
    background-size: contain;
    left: 0;
    top: 20%;
}

.iii.i03 {
    width: 523px;
    height: 297px;
    background: url("../images/bbb03.png") no-repeat center;
    background-size: contain;
    left: 0;
    bottom: 0;
}

@media (max-width: 1280px) {
    .iii {
        display: none;
    }
}