.blind {
	position: absolute;
	top: -9999px;
	left: -9999px;
	opacity: 0;
	visibility: hidden;
	text-indent: -9999px;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.container {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 20px;
}



#wrap {
	position: relative;
	min-height: 110%;
	padding-bottom: 60px;
	background-color: #fff;
}

@media screen and (min-width:768px) {
	#wrap {
		display: none;
	}

}

@media screen and (max-width:769px) {
	#main_location {
		display: none;
	}

	#wrap {
		margin-top: 30px;
		margin-bottom: 100px;
	}

}




#header {
	padding: 0px 0;

}

#header .logo {
	text-align: center;
}

#header .logo img {
	width: 50px;
}

section+section {
	margin-top: 20px;
}

section .section-title {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	text-align: center;
}

.type-list {
	margin: 0 -1px;
}

.type-item {
	float: left;
	display: block;
	width: 50%;
	padding: 1px;
}

/* ****************************************************************************************** *
 * all
 * ****************************************************************************************** */
.type-item .inner {
	height: 159px;
	border: 1px solid #e3eaed;
	border-radius: 20px;
	background-color: #eff4f7;
	font-size: 0;
	text-align: center;
	margin-top: 46px;
	margin-bottom: -30px;
	margin-left: 15px;
	margin-right: 15px;
}

/* ****************************************************************************************** *
 * 480px
 * ****************************************************************************************** */
@media screen and (max-width:480px) {

	/* 인트로버튼 */
	.type-item .inner {
		height: 159px;
		border: 1px solid #e3eaed;
		border-radius: 20px;
		background-color: #eff4f7;
		font-size: 0;
		text-align: center;
		margin: 16px 5px -1px 7px;
	}


}

/* 480px end */
/* ****************************************************************************************** *
 * 425px
 * ****************************************************************************************** */
@media screen and (max-width:425px) {

	/* 인트로버튼 */
	.type-item .inner {
		height: 159px;
		border: 1px solid #e3eaed;
		border-radius: 20px;
		background-color: #eff4f7;
		font-size: 0;
		text-align: center;
		margin: 16px 5px -1px 7px;
	}

}


.type-item.commingsoon .inner * {
	opacity: 0.3;
}

.type-item .icon {
	margin-top: 30px;
}

.type-item .icon img {
	max-width: 40px;
}

.type-item .icon .comming {
	font-size: 18px;
	font-weight: 700;
	line-height: 20.87px;
}

.type-item .type-name {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 400;
}

.type-item .type-name small {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

.type-item .small {
	display: block;
	margin-top: 10px;
	color: #949494;
	font-size: 11px;
}

.floating-button {
	position: fixed;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.floating-button a img {
	width: 183px;
}

.floating-button .close-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
}