@charset "UTF-8";

/* common
------------------------------------------------*/
html {
	overflow: auto;
}
body {
	overflow: hidden;
}

/* contents-body
------------------------------------------------*/
#contents-body {
	width: 1100px;
	margin: 0 auto;
}
#infscr-loading {
	position: fixed;
	left: 0;
	bottom: 200px;
	background: #f4f4f4;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #666;
	opacity: 0.8;
	z-index: 100;
}

/* button-area
------------------------------------------------*/
.button-area {
	margin: 30px 0 20px;
	box-sizing: border-box;
	text-align: center;
}
.button-area .button {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px 30px;
	margin: 0 5px;
	line-height: 1;
	font-size: 20px;
	color: #005e5b;
	cursor: pointer;
}
.button-area .button:hover {
	background: #f7f7f7;
}
.button-area input[type=radio] {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	outline: none;
	cursor: pointer;
	zoom: 1;
	width: 22px;
	height: 22px;
	margin: 0;
}
.button-area input[type=radio] + span {
	display: inline-block;
	background: url(/karada/images/checkbox.png) no-repeat;
	background-position: 0 -122px;
	height: 22px;
	line-height: 22px;
	padding-left: 35px;
	cursor: pointer;
}
.button-area input[type=radio]:checked + span {
	background-position: 0 0;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.button-area.fixed {
	width: 100%;
	background: rgba(245,245,245,0.9);
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.button-area + p {
	margin: 0 0 30px;
	text-align: center;
	font-size: 18px;
}

/* box
------------------------------------------------*/
.box {
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}
.box a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #222;
}
.box a:hover,
.box a:hover img {
	opacity: 0.8;
}
.box img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}
.box small {
	display: block;
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: normal;
}
.box span {
	line-height: 1;
	text-align: center;
	color: #fff;
}
.box span.icon-normal {
	display: table-cell;
	background: #035c5a;
	border-right: 5px solid #f4f4f4;
	border-bottom: 5px solid #f4f4f4;
	padding: 5px;
	font-size: 14px;
}
.box span.icon-enter {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	background: #ff7800;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	box-sizing: border-box;
	line-height: 60px;
	font-size: 16px;
}

/* pickup-area
------------------------------------------------*/
#pickup-area {
	zoom: 1;
	background: #035c5a;
	margin: 0 -500% 30px;
	padding: 30px 500%;
}
#pickup-area:before,
#pickup-area:after {
	content: " ";
	display: table;
}
#pickup-area:after {
	clear: both;
}
#pickup-area .box {
	float: left;
	width: 530px;
}
#pickup-area .box + .box {
	float: right;
}
#pickup-area .box a {
	color: #fff;
}
#pickup-area .box img {
	display: block;
	margin: 0 0 10px;
}
#pickup-area .box span.icon-normal {
	background: #fff;
	border-right: 5px solid #035c5a;
	border-bottom: 5px solid #035c5a;
	color: #035c5a;
}
#pickup-area .box span.icon-enter {
	top: -10px;
	right: -10px;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	text-shadow: 0 0 5px #aaa;
	line-height: 100px;
	font-size: 26px;
	font-weight: normal;
}

/* mnsry_container
------------------------------------------------*/
#mnsry_container {
	margin: 0 auto;
}
#mnsry_container .box {
	width: 353px;
	min-height: 415px;
	margin: 0 0 20px;
	padding: 6px;
	display: none;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}

body.category-all #mnsry_container .box,
body.category-new #mnsry_container .box.item-new,
body.category-enter #mnsry_container .box.item-enter,
body.category-session #mnsry_container .box.item-session,
body.category-end #mnsry_container .box.item-end,
body.category-news #mnsry_container .box.item-news {
	display: block;
	opacity: 1;
}

/* more
------------------------------------------------*/
p#read-more {
	margin: 60px 0;
	text-align: center;
}
p#read-more a {
	display: block;
	background: #035c5a;
	border-radius: 10px;
	width: 230px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
p#read-more a:hover {
	opacity: 0.8;
}

/* responsive
------------------------------------------------*/
@media screen and (max-width:1114px){
	#contents-body {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.button-area {
		text-align: left;
	}
	.button-area.fixed {
		padding: 10px;
		text-align: left;
	}
	.button-area .button {
		width: 31.5%;
		margin: 0 2% 2% 0;
		box-sizing: border-box;
	}
	.button-area .button:nth-child(3n) {
		margin: 0 0 2%;
	}
	.button-area .button span {
		font-size: 18px;
	}
	#pickup-area {
		margin: 0 -20px 30px;
		padding: 30px 20px;
	}
	#pickup-area .box {
		width: 49%;
	}
	#pickup-area .box span.icon-enter {
		top: -5px;
		right: -5px;
		width: 70px;
		height: 70px;
		border-radius: 35px;
		line-height: 70px;
		font-size: 20px;
	}
	#mnsry_container .box {
		width: 33.3%;
		min-height: 410px;
		padding: 5px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 769px) {
	#contents-body h2 {
		font-size: 30px;
	}
	#contents-body h2 + p {
		font-size: 16px;
	}
	.button-area.fixed {
		padding: 10px;
		box-sizing: border-box;
	}
	.button-area .button {
		width: 49%;
		margin: 0 1% 1% 0;
		padding: 10px 20px;
		text-align: left;
	}
	.button-area .button:nth-child(2n) {
		margin: 0 0 1%;
	}
	.button-area .button:nth-child(3n) {
		margin: 0 1% 1% 0;
	}
	#pickup-area .box {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#pickup-area .box +.box {
		float: none;
		margin: 0;
	}
	#pickup-area .box span.icon-enter {
		top: -10px;
		right: -10px;
		width: 100px;
		height: 100px;
		border-radius: 50px;
		line-height: 100px;
		font-size: 26px;
	}
	#mnsry_container .box {
		width: 50%;
		min-height: 410px;
	}
}
@media screen and (max-width:560px){
	#mnsry_container .box {
		min-height: 380px;
	}
}
@media screen and (max-width:480px){
	#contents-body h2 {
		font-size: 24px;
	}
	#contents-body h2 + p {
		font-size: 12px;
	}
	.button-area .button {
		width: 48.5%;
		padding: 10px;
	}
	.button-area .button span {
		font-size: 16px;
	}
	#pickup-area .box span.icon-enter {
		width: 70px;
		height: 70px;
		border-radius: 35px;
		line-height: 70px;
		font-size: 20px;
	}
	#mnsry_container .box {
		width: 100%;
		min-height: auto;
	}
	p#read-more a {
		width: 100%;
	}
}
@media screen and (max-width:400px){
	.button-area .button {
		width: 100%;
		margin: 0 0 5px;
	}
	.button-area .button:nth-child(2n),
	.button-area .button:nth-child(3n) {
		margin: 0 0 5px;
	}
}