/* BASIC css start */
/* BASIC css start */
/* COMMON */
.app_wrap {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.app_content {
	display: block;
	margin: 0 auto;
	width: 100%;
}

/* INFO */
#app_info {
	padding: 60px 0;
	background-color: #00339b;
}

#app_info .info {
	text-align: center;
}

#app_info .info .info_epson {
	margin: 0 0 20px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
}

#app_info .info h2 {
	padding: 0 0 30px;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}

#app_info .info p {
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
}

#app_info .info ul {
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
	max-width: 1100px;
}

#app_info .info ul li {
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	color: #f8f9ff;
	background: #ffffff24;
	border: 1px solid #daddea;
	border-radius: 100px;
}

#app_info .info ul li:hover {
	background: rgba(255, 255, 255, 0.5);
	transition: 0.3s;
}

/* APP DOWN */
#app_down {
	background-color: #f5f5f7;
}

#app_down .app_list_wrap {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
}

#app_down .app_list_wrap article {
	padding: 60px 0 0;
}

#app_down .app_list_wrap article:last-child {
	padding-bottom: 100px;
}

#app_down .app_list_wrap article .app_title {
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

#app_down .app_list_wrap .app_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

#app_down .app_list_wrap .app_list>li {
	display: block;
	margin: 0 24px 25px 0;
	padding: 30px;
	width: 27%;
	height: 100%;
  display: table;
	background: rgba(255, 255, 255, 1);
	border-radius: 18px;
	box-shadow: 2px 4px 12px #00000014;
	transition: all .2s cubic-bezier(0, 0, .5, 1);
}

#app_down .app_list_wrap .app_list>li:hover {
	box-shadow: 2px 4px 16px rgba(0, 0, 0, .5);
}

#app_down .app_list_wrap .app_list>li:nth-child(3),
#app_down .app_list_wrap .app_list>li:nth-child(6),
#app_down .app_list_wrap .app_list>li:nth-child(9) {
	margin-right: 0;
}

.app_list_wrap .app_basic {
	display: flex;
	justify-content: flex-start;
	padding: 0 0 15px;
	margin: 0 0 15px;
	align-items: center;
	border-bottom: 2px dashed #eee;
}

#app_down .app_list_wrap .app_basic img {
	width: 85px;
	border-radius: 5px;
}

#app_down .app_list_wrap .app_basic .app_info_txt {
	margin: 0 0 0 15px;
}

#app_down .app_list_wrap .app_basic .app_info_txt div:first-child {
	margin: 0 0 5px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 700;
	color: #444;
}

#app_down .app_list_wrap .app_basic .app_info_txt div:last-child {
	font-size: 22px;
	font-weight: 700;
	color: #00339b;
}

#app_down .app_list_wrap .app_desc {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1.5;
	color: #777;
}

#app_down .app_list_wrap .app_hash {
	margin: 0 0 20px;
}

#app_down .app_list_wrap .app_hash li {
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 5px 12px;
	font-size: 13px;
	line-height: normal;
	font-weight: 500;
	color: #666;
	background-color: #e8e8e8;
	border-radius: 50px;
}

#app_down .app_list_wrap .app_down_btn {
	display: flex;
	justify-content: space-between;
}

#app_down .app_list_wrap .app_down_btn li {
	width: 49%;
}

#app_down .app_list_wrap .app_down_btn li .getQR {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	color: #00339b;
	border: 1px solid #00339b;
	border-radius: 5px;
}

#app_down .app_list_wrap .app_down_btn li:hover .getQR {
	background-color: #00339b;
	color: #fff;
	transition: 0.3s;
}

#footer {
	padding-bottom: 0 !important;
	margin-top: 0 !important;
}


/* ÄÁÅÙÃ÷µé */
.app_list>li .layer {}

.app_list>li .layer img {
	display: block;
	margin: 0 auto;
	width: 50%;
}

.app_list>li .layer.hide {
	display: none;
}

.app_list>li .layer .content {
	padding: 20px 0 0;
	background: #fff;
	border-radius: 5px;
}

.app_list>li .layer .content button {
	display: inline-block;
	margin: 20px 0 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #00339b;
	border: 1px solid #00339b;
	border-radius: 5px;
}

.app_list>li .layer .content button:hover {
	background-color: #fff;
	color: #00339b;
	border: 1px solid #00339b;
	transition: 0.3s;
}

.app_list>li .layer .content .down-msg {
	margin: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #777;
}


/* --------------------------------------------------------------------------- */
/*                                   ¸ð¹ÙÀÏ                                    */
/* --------------------------------------------------------------------------- */

@media all and (max-width: 767px) {

	/* COMMON */
	.app_wrap {
		position: relative;
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.app_content {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	/* INFO */
	#app_info {
		padding: 60px 0;
		background-color: #00339b;
	}

	#app_info .info {
		text-align: center;
	}

	#app_info .info .info_epson {
		margin: 0 0 20px;
		font-size: 1.5rem;
		font-weight: 500;
		color: #fff;
	}

	#app_info .info h2 {
		padding: 0 0 20px;
		font-size: 1.6rem;
		font-weight: 700;
		color: #fff;
	}

	#app_info .info p {
		margin: 0 auto;
		max-width: 320px;
		font-size: 12px;
		line-height: 1.6;
		color: #fff;
	}

	#app_info .info ul {
		display: flex;
		justify-content: space-between;
		margin: 50px auto 0;
		max-width: 1100px;
	}

	#app_info .info ul li {
		width: 120px;
		height: 120px;
		line-height: 120px;
		font-size: 17px;
		font-weight: 500;
		text-align: center;
		color: #f8f9ff;
		background: #ffffff24;
		border: 1px solid #daddea;
		border-radius: 100px;
	}

	#app_info .info ul li:hover {
		background: rgba(255, 255, 255, 0.5);
		transition: 0.3s;
	}

	/* APP DOWN */
	#app_down {
		background-color: #f5f5f7;
	}

	#app_down .app_list_wrap {
		display: block;
		margin: 0 auto;
		max-width: 1200px;
	}

	#app_down .app_list_wrap article {
		padding: 50px 0 0;
		margin: 0 auto;
		width: 90%;
	}

	#app_down .app_list_wrap article:last-child {
		padding-bottom: 100px;
	}

	#app_down .app_list_wrap article .app_title {
		margin: 0 0 25px;
		font-size: 25px;
		font-weight: 700;
		text-align: center;
	}

	#app_down .app_list_wrap .app_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}

	#app_down .app_list_wrap .app_list>li {
		display: block;
		margin: 0 auto 25px;
		padding: 20px;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		border-radius: 18px;
		box-shadow: 2px 4px 12px #00000014;
	}

	#app_down .app_list_wrap .app_list>li:hover {
		box-shadow: none;
	}

	#app_down .app_list_wrap .app_list>li:nth-child(3),
	#app_down .app_list_wrap .app_list>li:nth-child(6),
	#app_down .app_list_wrap .app_list>li:nth-child(9) {
		margin-right: 0;
	}

	.app_list_wrap .app_basic {

	}

	#app_down .app_list_wrap .app_basic img {
		width: 60px;
		border-radius: 5px;
	}

	#app_down .app_list_wrap .app_basic .app_info_txt {
		margin: 0 0 0 15px;
	}

	#app_down .app_list_wrap .app_basic .app_info_txt div:first-child {
		margin: 0 0 2px;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 700;
		color: #444;
	}

	#app_down .app_list_wrap .app_basic .app_info_txt div:last-child {
		font-size: 22px;
		font-weight: 700;
		color: #00339b;
	}

	#app_down .app_list_wrap .app_desc {
		margin: 0 0 15px;
		font-size: 13px;
		line-height: 1.5;
		color: #777;
	}

	#app_down .app_list_wrap .app_hash {
		margin: 0 0 20px;
	}

	#app_down .app_list_wrap .app_hash li {
		display: inline-block;
		margin: 0 3px 5px 0;
		padding: 5px 8px;
		font-size: 12px;
		line-height: normal;
		font-weight: 500;
		color: #666;
		background-color: #e8e8e8;
		border-radius: 50px;
	}

	#app_down .app_list_wrap .app_down_btn {
		display: flex;
		justify-content: space-between;
	}

	#app_down .app_list_wrap .app_down_btn li {
		width: 49%;
	}

	#app_down .app_list_wrap .app_down_btn li .getQR {
		display: inline-block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		text-align: center;
		color: #00339b;
		border: 1px solid #00339b;
		border-radius: 5px;
	}

	#app_down .app_list_wrap .app_down_btn li:hover .getQR {
		background-color: #00339b;
		color: #fff;
		transition: 0.3s;
	}

	#footer {
		padding-bottom: 0 !important;
		margin-top: 0 !important;
	}

}
/* BASIC css end */

