@import url("common.css");
@import url("sub.css");

/* GN Hover Color */
.gn_menu li a:hover {
	color: #1b8791 !important;
	text-decoration: none
}

/* 메인 백그라운드 컬러 */
.pagebgclolr {
	background-color: #1b8791
}

/* 페이지타이틀(공통영역/컬러변경영역)*/
.pagetit {
	height: 71px;
	background-color: #1b8791;
}

/* 서브메인배너 2018 */
.topbnArea2 {
	height: 500px;
	overflow: hidden;
	background-color: #1b8791;
	border-bottom: 30px solid #1b8791;
}

/* 메인 */
.whereArea ul.whereGoods li .bd:hover {
	position: absolute;
	width: 227px;
	height: 152px;
	border: 3px solid #1b8791;
}

.whereArea ul.whereGoods li span {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 233px;
	height: 15px;
	background-color: rgba(0, 102, 102, 0.7);
}

.howArea ul.howGoods li .bd:hover {
	position: absolute;
	width: 310px;
	height: 207px;
	border: 3px solid #1b8791;
}

.howArea ul.howGoods li span {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 316px;
	height: 33px;
	background-color: rgba(0, 0, 0, 0.6);
}

.PhotoArea  .photobox ul li:hover {
	background-color: #1b8791;
}

.hotelsArea ul.hotelGoods li .bd:hover {
	position: absolute;
	width: 476px;
	height: 321px;
	border: 3px solid #1b8791;
}

.bottomArea ul.botGoods li .bd:hover {
	position: absolute;
	width: 476px;
	height: 321px;
	border: 3px solid #1b8791;
}

/* 상품리스트 탑단*/
.topvisual {
	height: 350px;
	border-bottom: 4px solid #1b8791;
	background-color: #1b8791;
}

.services {
	height: 80px;
	background-color: #04505b;
	margin-bottom: 40px;
}

/* 버튼 */
.btn_more {
	text-decoration: none;
	text-indent: 0px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	width: 200px;
	height: 52px;
	padding: 5px;
	background-color: #b9b9b9;
	border-color: #a9a9a9;
	border-width: 1px;
	border-style: solid;
}

.btn_more:hover {
	text-decoration: none;
	text-indent: 0px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	width: 200px;
	height: 52px;
	padding: 5px;
	background-color: #1b8791;
	border-color: #a9a9a9;
	border-width: 1px;
	border-style: solid;
}