main > .kv {
    padding: 0;
}
main > .kv img {
	transform: scale(1);
}
main .items {
	padding: 0 80px;
	display: flex;
	flex-direction: column;
}
main .items .item {
	display: flex;
	flex-direction: column;
	padding: 80px;
    border-bottom: 1px solid #444;
}
main .items .item:first-child {
	padding-top: 0;
}
main .items .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
main .items .item .img {
	
}
main .items .item .title {
    font-size: 29px;
    font-style: italic;
    font-weight: bold;
	color: rgb(0, 0, 128);
	margin-bottom: 20px;
}
main .items .item .description {
	font-size: 19px;
	line-height: 40px;
	color: gray;
}

@media (min-width: 1200px){}
@media only screen and (max-width: 1100px){}
@media only screen and (max-width: 768px){
	main .items {
		padding: 0 20px;
	}
	main .items .item {
		padding: 40px 0;
	}
	main .items .item .description {
		font-size: 17px;
	}
}
@media only screen and (max-width: 670px) and (min-width: 200px){}
@media only screen and (max-width: 414px){}
@media only screen and (max-width: 375px){}
@media only screen and (max-width: 320px){}
@media only screen and (max-width: 1024px) and (max-height: 768px){ /** ipad mini 橫 **/ }
@media only screen and (max-width: 768px) and (max-height: 1024px){ /** ipad mini 直 **/ }
@media only screen and (max-width: 435px) and (max-height: 773px){ /** Nexus 6P **/
@media only screen and (max-width: 414px) and (max-height: 736px){ /** i6+ **/ }
@media only screen and (max-width: 411px) and (max-height: 731px){ /** Nexus 5X **/ }
@media only screen and (max-width: 375px) and (max-height: 667px){ /** i6 **/ }
@media only screen and (max-width: 360px) and (max-height: 640px){ /** Galaxy S5 **/ }
@media only screen and (max-width: 320px) and (max-height: 568px){ /** i5 **/ }