/* HACKING TO TEMPLATE */

#home_slot a:hover {
	color: #000;
	text-decoration: none;
}
#home_slot a-webkit-any-link:hover {
	text-decoration: none;
}

/* EASING FOR MEDIA QUERIES */

#home_slot h1,
#home_slot h2,
#home_slot h3,
#home_slot h4,
#home_slot p,
#home_slot button,
#home_slot div,
#home_slot img,
#home_slot span {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

/* DEFAULT GRID STYLES */

#home_slot {
	max-width: 940px;
	margin: 20px auto 0 auto;
}

#home_slot .container {
	text-align: justify;
	font-size: 0.1px;
	margin-bottom: 1px;
}

#home_slot .container:after {
	content: '';
	display: inline-block;
	width: 100%;
}

#home_slot .container .slice {
	display: inline-block;
	margin-bottom: 2%;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}	

#home_slot .container .col_1 {
	width: 31.9149%;
}

#home_slot .container .col_2 {
	width: 65.9575%;
}

#home_slot .container .col_3 {
	width: 100%;
}

@media all and (min-width: 960px) {
	#home_slot .container .slice {
		height: 420px;
	}
}

@media all and (min-width: 741px) and (max-width: 959px) {
	#home_slot .container .slice {
		height: 331px;
	}
	#home_slot {
		max-width: 740px;
	}
}

@media all and (max-width: 740px) {
	#home_slot .container .col_1,
	#home_slot .container .col_2 {
		width: 49%;
	}
	#home_slot .container {
		max-width: 96%;
		margin: 0 auto;
	}
	#home_slot .hero {
		margin-bottom: 0%;
	}
}

/* DEFAULT STYLES */

#home_slot .container .slice .hover_detail {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 85.71%;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.7);
}

#home_slot .container .slice .hover_detail .hover_contents {
	position: absolute;
	width: 100%;
	top: 0%;
	text-align: center;
	-webkit-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	transform: translateY(-0%);
}

#home_slot .container .slice .hover_detail .hover_contents .slice_title {
	position: relative;
	width: 100%;
	top: 0%;
	left: 0px;
	height: 60px;
	color: #000;
}

#home_slot .container .slice .hover_detail .hover_contents .slice_title p:only-of-type {
	position: absolute;
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-family: 'adobe-garamond-pro';
	font-size: 24px;
	font-weight: 400;
	line-height: 60px;
}

#home_slot .container .slice .hover_detail .hover_contents .slice_title p:nth-last-of-type(2) {
	position: absolute;
	top :12px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-family: 'adobe-garamond-pro';
	font-size: 24px;
	font-weight: 300;
	line-height: 15px;
}

#home_slot .container .slice .hover_detail .hover_contents .slice_title p:nth-of-type(2) {
	position: absolute;
	bottom: 12px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 9px;
}

@media all and (max-width: 959px) {	
	#home_slot .container .slice .hover_detail .hover_contents .slice_title {
		height: 48px;
	}
	#home_slot .container .slice .hover_detail .hover_contents .slice_title p:only-of-type {
		line-height: 48px;
		font-size: 18px;
	}
	#home_slot .container .slice .hover_detail .hover_contents .slice_title p:nth-last-of-type(2) {
		top: 9px;
		font-size: 20px;
	}
	#home_slot .container .slice .hover_detail .hover_contents .slice_title p:nth-of-type(2) {
		bottom: 9px;
		font-size: 12px;
	}
}

@media all and (max-width: 740px) {
	#home_slot .container .slice .hover_detail .hover_contents .slice_title {
		height: 48px;
	}
	#home_slot .container .slice .hover_detail {
		height: 48px;
		width: 100%;
		bottom: 0px!important;
		top: auto;
	}
	#home_slot .container .slice .hover_detail .hover_contents .slice_title p:only-of-type {
		line-height: 48px;
		font-size: 18px;
	}
	#home_slot .container .slice .hover_detail .hover_contents .slice_title p:nth-last-of-type(2) {
		top: 0px;
		font-size: 14px;
		line-height: 48px;
	}
	#home_slot .container .slice .hover_detail .hover_contents .slice_title p:nth-of-type(2) {
		display: none;
	}
}