﻿@charset "utf-8";
html{
	overflow: scroll;
	overflow-x: auto;
}


/* 전체 */
#wrapper {
	position:absolute;
	width:100%; /* 전체넓이 */
	height:100%;
	margin:auto;
}

/* 메인 상단 */
#top {
	position:relative;
	width:100%;
	margin:auto;
	height:162px;
}


#header {
	position:relative;
	width:100%;
	margin:auto;
	height:450px;
}


/* 서브 상단 */
#header_sub {
	position:relative;
	width:100%;
	margin:auto;
	height:162px;
}

/* 비쥬얼 */
#visual {
	position:relative;
	width:960px;
	margin:auto;
	height:450px;
}

/* 메인 컨텐츠 */
#content {
	position:relative;
	width:960px;
	margin:auto;
	height:135px;
}

/* 서브 컨텐츠 */
#content_sub {
	position:relative;
	width:987px;
	margin:auto;
	padding-top:0px;
}

/* 서브 메뉴 */
#sub_menu {
	position:relative;
	float:left;
	width:225px;
	margin:auto;

}

/* 서브 메뉴 */
#content_start {
	position:relative;
	float:left;
	width:740px;
	margin:auto;
}

#title{
	width: 740px;
	float: left;

}

#location{
	float :right;

	padding : 0 0 0 0;
}

#detail01{
	float :left;

	padding : 0 0 0 0;
}

#detail02{
	float :left;

	padding : 0 0 0 0;
}


#content_area{
	clear : both;
	width : 740px;
	padding: 0 0 0 0;
	
}

.byes{
	border:solid 1px #3D58A7

}

/* footer */
#footer {
	position:relative;
	clear : both;
	width:100%;
	margin:auto;
	height:68px;
}

/* 공간 */
.sp {
  width:32px;
  float:left;
}

.sp1 {
  width:22px;
  float:left;
}

.sp2 {
  width:22px;
  float:left;
}


ol {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	list-style: none;	
}
ul {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	list-style: none;	
}
li {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
