#fixoHeader .inner .menus, 
#fixoHeader .inner .mobile_menu {
	display: none !important;
}

#loadContent {
	position: absolute; top: 0; left: 0; z-index: 99;
	background: #fff;
	width: 100%; height: 0;
	opacity: 0;
	/* test */
	/*
	opacity: 1;
	min-height: 100%;
	*/
}
.bg_white {
	position: fixed; top: 0; left: 0; z-index: 80;
	width: 100%; height: 100%;
	background: #fff;
}

h2.tit {
	font-size: 45px; color: #000; font-weight: 700; line-height: 50px; letter-spacing: 2px;
	padding: 60px 0 50px;
	text-align: center;
	position: relative;
}
h2.tit span {
	display: inline-block;
	position: relative;
}
h2.tit span:after {
	content: "";
	position: absolute; bottom: 0; left: 0; z-index: -1;
	width: 100%; height: 1px;
	background: #000;
}
.category {
	text-align: center;
	margin: 0 0 20px;
	position: relative;
}
.category ul {
	display: inline-block;
	vertical-align: top;
}
.category ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 35px;
}
.category ul li:first-child {
	margin: 0;
}
.category ul li a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px; color: #000; font-weight: 500; line-height: 40px; letter-spacing: 1px;
	text-decoration: none;
	margin: 0 5px 0 0;
}
.category ul li.active a {
	color: #0054a6;
}
.category ul li a:hover {
	color: #0054a6;
}
.category ul li span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px; color: #ccc; font-weight: 500; line-height: 40px; letter-spacing: 0;
}
.category .search {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 50px;
}
.category .search .area_input {
	display: inline-block;
	vertical-align: top;
}
.category .search input {
	width: 140px; height: 30px;
	padding: 0 10px;
	border: 0;
	background: #f5f5f5;
	font-size: 16px; color: #000; font-weight: 400; line-height: 30px; letter-spacing: 1px;
}
.category .search p.btn {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.category .search p.btn img {
	width: 22px; height: 22px;
	padding: 4px;
	background: #f5f5f5;
}

.search_result_empty {
	padding: 100px 0;
	text-align: center;
	display: none;
}

.list {
	padding: 0 4% 4%;
}
.list .grid li {
	width: 20%; height: auto;
	text-align: center;
	opacity: 0; filter:alpha(opacity=0);
	display: inline-block;
	/*display: none;*/
	position: relative;
	cursor: pointer;
}
.list .grid li .thumbnail img {
	width: 100%;
}
.list .grid li .summary {
	background: #f6f6f6;
	padding: 7% 10px;
	font-size: 11px; color: #b9b9b9; font-weight: 700; line-height: 20px; letter-spacing: 0;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.list .grid li .summary p {
	font-size: 13px; color: #515151; font-weight: 700; line-height: 16px; letter-spacing: 0;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	margin: 0 0 4px;
	height: 32px;
}

.over_package {
	/*display: none;*/
	opacity: 0; filter:alpha(opacity=0);
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2;
	background: #fff;
	/*width: 100%; height: 100%;*/
	border: 1px solid #eee;
	font-size: 14px; font-weight: 700; line-height: 28px; letter-spacing: 0; color: #000;
}
.over_package h3 {
	font-size: 15px; font-weight: 700; line-height: 22px;
	margin: 28% 0 5px 0;
	padding: 0 10px;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.over_package .line {
	display: inline-block;
	width: 40px; height: 1px;
	background: #000;
	margin: 0 0 5px 0;
	line-height: 0; font-size: 0;
}
.over_package .stxt {
	padding: 0 10px;
	font-size: 16px; font-weight: 400; line-height: 22px;
}
.over_package .stxt span {
	display: block;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.over_package .name {
	position: absolute; bottom: 18%; left: 2%;
	width: 96%;
	font-size: 11px; color: #000; font-weight: 700; line-height: 20px; letter-spacing: 0;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* thumbnail responsive */
@media screen and (max-width: 480px) {
	.list .grid li { width: 100%; }
}
@media screen and (min-width: 481px) and (max-width: 730px) {
	.list .grid li { width: 50%; }
}
@media screen and (min-width: 731px) and (max-width: 1124px) {
	.list .grid li { width: 33.3%; }
}
@media screen and (min-width: 1125px) and (max-width: 1800px) {
	.list .grid li { width: 25%; }
}
@media screen and (min-width: 1801px) {
	.list .grid li { width: 20%; }
}

/* text responsive */
@media screen and (max-width: 1051px) {
	.over_package h3 {
		white-space: normal; overflow: auto;
	}
	.over_package .stxt span {
		display: inline;
		white-space: normal; overflow: auto;
	}
}
@media screen and (min-width: 1125px) and (max-width: 1395px) {
	.over_package h3 {
		white-space: normal; overflow: auto;
	}
	.over_package .stxt span {
		display: inline;
		white-space: normal; overflow: auto;
	}
}

/* menu responsive */
@media screen and (max-width: 860px) {
	h2.tit {
		padding: 40px 0 33px;
	}

	.category ul {
		display: inline-block;
		width: 92%;
		margin: 50px 4% 0;
	}
	.category ul li {
		display: block;
		vertical-align: top;
		margin: 0;
		text-align: left;
	}
	.category ul li a {
		font-size: 20px; letter-spacing: 0.5px;
		margin: 0 5px 0 0;
	}
	.category .search {
		margin: 0;
		position: absolute; top: 0; left: 4%;
		width: 92%;
		text-align: center;
	}
	.category .search .area_input {
		display: block;
		vertical-align: top;
		margin: 0 30px 0 0;
	}
	.category .search input {
		width: 100%; height: 30px;
		padding: 0;
		font-size: 14px;
		text-indent: 10px;
	}
	.category .search p.btn {
		width: 30px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		position: absolute; top: 0; right: 0;
	}
}
@media screen and (min-width: 861px) and (max-width: 1050px) {
	.category ul {
		margin: 50px 0 0;
	}
	.category ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 20px;
	}
	.category ul li a {
		font-size: 14px; letter-spacing: 0.5px;
		margin: 0 3px 0 0;
	}
	.category ul li span {
		display: inline-block;
		vertical-align: top;
		font-size: 13px;
	}
	.category .search {
		margin: 0;
		position: absolute; top: 0; left: 0;
		width: 100%;
		text-align: center;
	}
	.category .search input {
		width: 150px; height: 30px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1051px) and (max-width: 1250px) {
	.category ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 20px;
	}
	.category ul li a {
		font-size: 14px; letter-spacing: 0.5px;
		margin: 0 3px 0 0;
	}
	.category ul li span {
		display: inline-block;
		vertical-align: top;
		font-size: 13px;
	}
	.category .search {
		margin: 5px 0 0 20px;
	}
	.category .search input {
		width: 100px; height: 30px;
		font-size: 14px;
	}
}