/*----------------------------------------------------
 헤더 레이아웃
----------------------------------------------------*/
#header .head_l {
	font-size: 20px;
	font-size: 12px;
	position: relative;
	width:980px;
	margin: 0 auto;
	z-index: 100;
}
#header .head_l .logo {
	display:block;
	width:220px;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-110px;
}
/*----------------------------------------------------
 퀵 메뉴
----------------------------------------------------*/
#header .head_l .quick {
	position: absolute;
	top:0px;
}
#header .head_l .quick li {
	float:left;
	margin: 12px;
}	
/*----------------------------------------------------
 메인 메뉴 (PC)
----------------------------------------------------*/

/* 리스트 */
#header .head_l .mainMenu {
	position: relative;
	width:980px;
	margin: 0 auto;
	padding: 0px 10px;
}	
#header .head_l .mainMenu li {
	position:relative;
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	margin: 0px 15px;
}	
#header .head_l .mainMenu li:hover:nth-child(1) { background-color: #7fb74a; }
#header .head_l .mainMenu li:hover:nth-child(2) { background-color: #e57476; }
#header .head_l .mainMenu li:hover:nth-child(3) { background-color: #5b9f88; }
#header .head_l .mainMenu li:hover:nth-child(4) { background-color: #e7a279; }
#header .head_l .mainMenu li:hover:nth-child(5) { background-color: #94558e; }
#header .head_l .mainMenu li:hover:nth-child(6) { background-color: #fa9414; }
#header .head_l .mainMenu li:hover:nth-child(7) { background-color: #6c483b; }
#header .head_l .mainMenu li:hover:nth-child(8) { background-color: #446682; }

#header .head_l .mainMenu li.tour:nth-child(1) { background-color: #7fb74a; }
#header .head_l .mainMenu li.food:nth-child(2) { background-color: #e57476; }
#header .head_l .mainMenu li.beauty:nth-child(3) { background-color: #5b9f88; }
#header .head_l .mainMenu li.spot:nth-child(4) { background-color: #e7a279; }
#header .head_l .mainMenu li.shopping:nth-child(5) { background-color: #94558e; }
#header .head_l .mainMenu li.hotel:nth-child(6) { background-color: #fa9414; }
#header .head_l .mainMenu li.show:nth-child(7) { background-color: #6c483b; }
#header .head_l .mainMenu li.community:nth-child(8) { background-color: #446682; }

#header .head_l .mainMenu li.tour h1, #header .head_l .mainMenu li.tour h2,
#header .head_l .mainMenu li.food h1, #header .head_l .mainMenu li.food h2,
#header .head_l .mainMenu li.beauty h1, #header .head_l .mainMenu li.beauty h2,
#header .head_l .mainMenu li.spot h1, #header .head_l .mainMenu li.spot h2,
#header .head_l .mainMenu li.shopping h1, #header .head_l .mainMenu li.shopping h2,
#header .head_l .mainMenu li.hotel h1, #header .head_l .mainMenu li.hotel h2,
#header .head_l .mainMenu li.show h1, #header .head_l .mainMenu li.show h2,
#header .head_l .mainMenu li.community h1, #header .head_l .mainMenu li.community h2
{
	color:#FFF !important;
}

#header .head_l .mainMenu li:hover h1, #header .head_l .mainMenu li:hover h2 {
	color:#FFF !important;
}
#header .head_l .mainMenu li:hover .pointer {
	display:block !important;
	bottom: -5px;
}

/* 도트 */
#header .head_l .mainMenu li:hover .dot {
    background-color: #FFF !important;
}	

#header .head_l .mainMenu li a {
	color: #414141;
	text-decoration:none;
}
#header .head_l .mainMenu li .dot {
	position:absolute;
	top: 15px;
	left: 50%;
	width:10px;
	height:10px;
	border-radius:100%;
	margin-left:-5px;
}    
#header .head_l .mainMenu li:nth-child(1) .dot { background-color: #7fb74a; }
#header .head_l .mainMenu li:nth-child(2) .dot { background-color: #e57476; }
#header .head_l .mainMenu li:nth-child(3) .dot { background-color: #5b9f88; }
#header .head_l .mainMenu li:nth-child(4) .dot { background-color: #e7a279; }
#header .head_l .mainMenu li:nth-child(5) .dot { background-color: #94558e; }
#header .head_l .mainMenu li:nth-child(6) .dot { background-color: #fa9414; }
#header .head_l .mainMenu li:nth-child(7) .dot { background-color: #6c483b; }
#header .head_l .mainMenu li:nth-child(8) .dot { background-color: #446682; }
	
#header .head_l .mainMenu li.tour .dot,
#header .head_l .mainMenu li.food .dot,
#header .head_l .mainMenu li.beauty .dot,
#header .head_l .mainMenu li.spot .dot,
#header .head_l .mainMenu li.shopping .dot,
#header .head_l .mainMenu li.hotel .dot,
#header .head_l .mainMenu li.show .dot,
#header .head_l .mainMenu li.community .dot
{
	background-color: #FFF !important;
}

/* 제목 */
#header .head_l .mainMenu li h1 {
    font-family: "Meiryo", sans-serif;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	margin-top:35px;
}
#header .head_l .mainMenu li:nth-child(1) h1 { color:#7fb74a; }
#header .head_l .mainMenu li:nth-child(2) h1 { color:#e57476; }
#header .head_l .mainMenu li:nth-child(3) h1 { color:#5b9f88; }
#header .head_l .mainMenu li:nth-child(4) h1 { color:#e7a279; }
#header .head_l .mainMenu li:nth-child(5) h1 { color:#94558e; letter-spacing: -3px; }
#header .head_l .mainMenu li:nth-child(6) h1 { color:#fa9414; }
#header .head_l .mainMenu li:nth-child(7) h1 { color:#6c483b; }
#header .head_l .mainMenu li:nth-child(8) h1 { color:#446682; letter-spacing: -3px; }

/* 설명 */		
#header .head_l .mainMenu li h2 {
    font-family: "Meiryo", sans-serif;
	text-align:center;
	font-size: 12px;
	color:#AAA;
	font-weight:normal;
}
#header .head_l .mainMenu li .pointer {		
	position:absolute;
	bottom: 5px;
	left: 50%;
	margin-left:-5px;
	width : 10px;
	height: 10px;
	transform: rotate(45deg);
	background-color:transparent;
}

/* 포인터 */
#header .head_l .mainMenu li:nth-child(1):hover .pointer { background-color:#7fb74a; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li:nth-child(2):hover .pointer { background-color:#e57476; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li:nth-child(3):hover .pointer { background-color:#5b9f88; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li:nth-child(4):hover .pointer { background-color:#e7a279; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li:nth-child(5):hover .pointer { background-color:#94558e; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li:nth-child(6):hover .pointer { background-color:#fa9414; transform: rotate(45deg); width : 10px; height: 10px; }	
#header .head_l .mainMenu li:nth-child(7):hover .pointer { background-color:#6c483b; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li:nth-child(8):hover .pointer { background-color:#446682; transform: rotate(45deg); width : 10px; height: 10px; }

#header .head_l .mainMenu li.tour .pointer		 { background-color:#7fb74a; bottom: -5px; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li.food .pointer		 { background-color:#e57476; bottom: -5px; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li.beauty .pointer 	 { background-color:#5b9f88; bottom: -5px; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li.spot .pointer 		 { background-color:#e7a279; bottom: -5px; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li.shopping .pointer   { background-color:#94558e; bottom: -5px; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li.hotel .pointer		 { background-color:#fa9414; bottom: -5px; transform: rotate(45deg); width : 10px; height: 10px; }	
#header .head_l .mainMenu li.show .pointer		 { background-color:#6c483b; bottom: -5px; transform: rotate(45deg); width : 10px; height: 10px; }
#header .head_l .mainMenu li.community .pointer  { background-color:#446682; bottom: -5px; transform: rotate(45deg); width : 10px; height: 10px; }

/* 하단 핵 */
.bottom_border {
	width: 100%;
	height: 10px;
	/*background-color: #F7F7F7;*/
	position: absolute;
	bottom: 0px;
	z-index: 1;
}	