/* Temporary styles used only during the development of the site. This should not be included in the live site. */

/*
 * not needed on korea site
 *
.row
{
	 overflow: hidden;
}
*/

.block {
	float: left;
	/*padding: 0 26px; not needed on korea site*/
	box-sizing: border-box;
}

.block.percent-25 {
	width: 25%;
}

.block.percent-33 {
	width: 33.33%;
}

.block.percent-50 {
	width: 50%;
}

.block.percent-66 {
	width: 66.66%;
}

.block.percent-75 {
	width: 75%;
}

.block.percent-100 {
	width: 100%;
}

@media screen and (max-width: 1025px) {
	.block {
		/* padding: 0 13px; not needed on korea site */
	}
}

@media screen and (max-width: 767px) {
	.block {
		width:100% !important;
		padding:0;
	}
}