.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#articleInfo4 {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#articleInfo4 .title {
	position: absolute;
	width: auto;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 30px;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo4:hover .title {
	letter-spacing:10px;
}

#articleInfo4 .slashBox {
	position: absolute;
	top: 430px;
    left: 15px;
	z-index: -1;
	animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
}

#articleInfo4 .slashBox:before ,
#articleInfo4 .slashBox:after {
	position: absolute;
	height: 250px;
	width: 250px;
	display: block;
	content: "";
}

#articleInfo4 .slashBox:before {
	height: 230px;
	background: #fff;
	left: calc(10% + 20px);
	z-index: -1;
}

#articleInfo4 .slashBox:after {
	background: url(/images/style/04/img-slash.png) top left;
	left: 10%;
    z-index: -2;
}
#articleInfo4 .botton{
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0;
}
#articleInfo4 .botton a{
	padding: 10px 50px;
	background-color: #b46564;
	border-radius: 50px;
	color: white;
}
#articleInfo4 .info {
	overflow: hidden;
	margin-left: 8%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#articleInfo4 .info .leftBox ,
#articleInfo4 .info .rightBox {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#articleInfo4 .info .photoBox img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

#articleInfo4 .info .photoBox:hover img {
}

#articleInfo4 .info .leftBox .photoBox ,
#articleInfo4 .info .leftBox article {
	margin-left: 0;
}

#articleInfo4 .info .leftBox .sTitle {
	margin: 40px 0 44px;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#articleInfo4 .info .leftBox .sTitle:hover h3 {
	animation: animatedIcon 1s;
	-webkit-animation: animatedIcon 1.5s infinite linear;
	-moz-animation: animatedIcon 1.5s infinite linear;
	-ms-animation: animatedIcon 1.5s infinite linear;
	-o-animation: animatedIcon 1.5s infinite linear;
}


#articleInfo4 .info .leftBox .sTitle p {
	color: #757575;
	font-size: 100px;
	-webkit-text-stroke: 1px rgb(36 48 68 / 18%);
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: "Cormorant Garamond", serifserif;
	font-weight: 300;
	line-height: 25%;
	text-transform:uppercase;
}

#articleInfo4 .info .leftBox .sTitle p:after {
	margin-left: 10px;
	width: 150px;
	height: 2px;
	background: #000;
	display: inline-block;
	content: "";
	vertical-align: middle;
	opacity: 0;
}
#articleInfo4 .ouytit{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
#articleInfo4 .info .leftBox .sTitle h3 {
	font-size: 35px;
	color: #ab7272;
	font-weight: 900;
}
#articleInfo4 .info .leftBox .sTitle h2{
	background-color: #595959;
	width: 170px;
	max-width:80%;
	padding: 5px 5px;
	border-radius: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	color: white;
	font-weight: 200;
}
#articleInfo4 .info .leftBox .sTitle b{
	color:#3d3e4d;
	font-size: 22px;
	font-weight: 300;
	border-top: #6b6b6b21 1px solid;
	line-height: 180%;
	padding: 10px 0;
	margin: 10px 0;
}

#articleInfo4 .info .leftBox article {
	font-size: 16px;
	line-height: 170%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	width: 74%;
}
#articleInfo4 .info .leftBox article p{


	line-height:280%;
	text-align: justify;
}

#articleInfo4 .info .rightBox {
	margin-left: 5%;
	width: 45%;
}

#articleInfo4 .info .rightBox .photoBox {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}


/************ = é©æ‡‰æ€§ = ************/
/* +width:1280 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#articleInfo4 .slashBox:before ,
	#articleInfo4 .slashBox:after {
		width: 150px;
		height: 170px;
	}



	#articleInfo4 .slashBox:before {
		height: 150px;
	}
}

@media screen and (max-width: 1440px){
	#articleInfo4 .info .leftBox .sTitle h3{
    font-size: 25px;
    }
    #articleInfo4 .info .leftBox .sTitle b{
    	font-size:18px;
    	word-break: keep-all;
    }
}
@media screen and (max-width: 1024px){
	#articleInfo4 .info .leftBox .sTitle p{
    font-size: 70px;
    }
    #articleInfo4 .info .leftBox{
    	width: 56%;
    }
     #articleInfo4 .info .rightBox{
     	width: 38%;
     }
}
/* +width:768 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo4 .info .leftBox {
		width: 100%;
	}
	#articleInfo4 .info .rightBox {
		display: none;
	}
	#articleInfo4 .slashBox {
		top: 320px;
	}
	#articleInfo4 .slashBox:before ,
	#articleInfo4 .slashBox:after {
		width: 250px;
		height: 270px;
	}
	#articleInfo4 .slashBox:before {
		height: 250px;
	}
	#articleInfo4 .info .leftBox .sTitle p:after {
		width: 60%;
	}
}


/* +width:640 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo4 .slashBox:before {
		height: 150px;
	}
	#articleInfo4 .slashBox:after {
		height: 170px;
	}
	#articleInfo4 .info .leftBox .sTitle p{
    font-size: 52px;
}
}


/* +width:480 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo4 .slashBox {
		display: none;
	}
	#articleInfo4 .info .leftBox article {
		margin-left: 0;
		width: 95%;
	}
	#articleInfo4 .info .leftBox .sTitle b{
    margin: 38px 0;
    border: none;
    font-size: 15px;
    }
    #articleInfo4 .info .leftBox .sTitle h2:after{
    	content:"";
    	width:100%;
    	height: 1px;
    	position:absolute;
    	background: #5a5a5a;
    	z-index: -1;
    }
}


/* +width:450 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#articleInfo4 .title {
		position: relative;
		height: auto;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	#articleInfo4 .ouytit{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0 30px;
}
	#articleInfo4 .info ,
	#articleInfo4 .info .leftBox .photoBox {
		margin-left: 0;
	}
	#articleInfo4 .info .leftBox .sTitle {
		margin: 20px 0 10px;
	}
	#articleInfo4 .info .leftBox .sTitle p:after {
		width: 40%;
	}
}
