.sfq-container {
  display: flex;
  width: 100%;
  padding:0;
  box-sizing: border-box;
/*  height: 52vh;*/
	height: 500px;
}

.sfq-box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
/*  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);*/
  line-height: 0;
	background: #000;
}



/*----------------------*/



/*----------------------*/




.sfq-box > img {
  width: 110%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: .5s;
}

.sfq-box > span {
  font-size: 22px;
	font-weight: bold;
	text-align: center;
  display: block;
  text-align: left;
  height: 100%;
  padding-left: 5%;
  line-height: 1.3em;
  margin-top: -350px;
  color: #fff;
  writing-mode: vertical-rl;
	letter-spacing:1px
}
.sfq-box > span img{ margin-bottom:20px;}

.sfq-box:hover {
  flex: 1 1 60%;
}

.sfq-box:hover > img {
  width: 100%;
  height: 100%;
  transition: .5s;
	opacity: 1;
}
.sfq-box:hover > span img{ margin-right:20px;}

.sfq-box:hover > span {
  display: block;
  text-align: left;
  height: 100%;
  line-height: 1.3em;
  color: #fff;
  opacity: 1;
  z-index: 999;
  writing-mode: unset;
}

.sfq-font10{font-size:0.65em; line-height: 1em; font-weight: normal;letter-spacing:0px}
.sfq-font12{font-size:0.7em; line-height: 0.85em;}


.sfq-box .ico-more{display: none}
.sfq-box:hover .ico-more{display: block}





/*<1000*/
@media screen and (max-width:999px) 
{
	.sfq-container{display:none;}
}

