<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wow {
	
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	line-height: 183%;
	font-size: 1em;
	text-align: justify;
	margin-bottom: 50px;
}

#articleInfo4 {
	position: relative;
	
}

#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;
	
	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;
	
}

#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 .info {
	overflow: hidden;
	margin-left: 3%;
}

#articleInfo4 .info .leftBox ,
#articleInfo4 .info .rightBox {
	float: left;
	width: 43%;
}

#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 {
	opacity: 0.5;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}
#articleInfo4 .info .leftBox .photoBox{
	/* width:50%; */
}
#articleInfo4 .info .leftBox .photoBox ,
#articleInfo4 .info .leftBox article {
	/* margin-left: 50px; */
}

#articleInfo4 .info .rightBox .sTitle {
	margin: 20px 0 20px;
	/* animation-name: fadeInLeft; */
	/* -webkit-animation-name: fadeInLeft; */
}
#articleInfo4 .info .rightBox .sTitle h6{
	font-size:2.5em;
	border-bottom-style: solid;
	border-width: 2px;
}
#articleInfo4 .info .rightBox .sTitle p {font-family: 'Cormorant Upright', serif;font-size: 1.75em;padding: 0px 11px;display: inline-block;background: rgba(255, 255, 255, 0.68);-webkit-animation: gotop 5s both infinite;animation: gotop 6s both infinite;border: 3px #c30d23 solid;border-radius: 30px;background-color: #c30d23;color: white;}

#articleInfo4 .info .rightBox .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;
}

@keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-o-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-webkit-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-moz-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-ms-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}

#articleInfo4 .info .leftBox .sTitle p {
	font-size: 18px;
	font-weight: bold;
}

#articleInfo4 .info .leftBox .sTitle p:after {
	margin-left: 10px;
	width: 150px;
	height: 2px;
	background: #000;
	display: inline-block;
	content: "";
    vertical-align: middle;
}

#articleInfo4 .info .rightBox .sTitle h3 {
	font-size: 35px;
}

#articleInfo4 .info .leftBox article {
	font-size: 16px;
	line-height: 170%;
	
}

#articleInfo4 .info .rightBox {
	margin-left: 2%;
	width: 53%;
	/* float: right; */
}

#articleInfo4 .info .rightBox article{
	margin-bottom:20px;
    text-align:justify;
    line-height:180%;
    font-size:1.25em;
}


/************ = ???????|a璽�块�?a璽�块珍�簞?|a???�禮 = ************/
/* +width:1280 ?簿聶�蟵璽�块�?a璽�块�?
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#articleInfo4 .slashBox:before ,
	#articleInfo4 .slashBox:after {
		width: 150px;
		height: 170px;
	}
	#articleInfo4 .slashBox:before {
		height: 150px;
	}
}


/* +width:768 ?簿聶�蟵璽�块�?a璽�块�?
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo4 .info .leftBox {

		width: 100%;
	}
	#articleInfo4 .info .rightBox {
		width:90%;

	}
	#articleInfo4 .slashBox {
		top: 470px;
	}
	#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 ?簿聶�蟵璽�块�?a璽�块�?
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo4 .slashBox:before {
		height: 150px;
	}
	#articleInfo4 .slashBox:after {
		height: 170px;
	}
}


/* +width:480 ?簿聶�蟵璽�块�?a璽�块�?
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo4 .slashBox {
		display: none;
	}
	#articleInfo4 .info .leftBox article {
		margin-left: 0;
	}
}


/* +width:450 ?簿聶�蟵璽�块�?a璽�块�?
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#articleInfo4 .title {
		position: relative;
		height: auto;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	#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%;
	}
}
</pre></body></html>