@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* ver 1.0.2 build 6 : img 태그 2 */

/* 1. 본문 전체  */
body {
	font:0.8em/1.5
		"굴림 옛한글","NewGulim Old Hangul","바탕 옛한글","Batang Old Hangul",
		"은 돋움","Un Dotum","UnDotum","은 바탕","Un Batang","UnBatang",
		"은 자모 바탕","Un Jamo Batang","UnJamoBatang",
		"궁서 옛한글","Gungsuh Old Hangul",
		"함초롬바탕","HCR Batang","함초롬돋움","HCR Dotum",
		Code2002,Code2001,Code2000,"굴림",Gulim,serif;
	color:/*#666*/#222;
	background:
	/*@background-image=url(images/bg.jpg)*/ url(images/bg.gif) /*@*/
	/*@background-image-position=top*/top/*@*/
	/*@background-image-repeat=no-repeat*/repeat-x/*@*/
	/*@background-color=#ffcc99*/ /*white*/ #fff8f8 /*pink*/ /* #b9b4ab */
	/*@*/;
	line-height:1.6em; 
	margin-top:0px;
}

/* 2. 기본 링크 */
	a	{	text-decoration:none; }
	a:link {	color:#333; }
	a:visited {	color:#333; }
	a:hover {	color:#333; }
	a:active {	color:#333; }

/* 3. 이미지 */
	img { border-width:0px; }
/* 4. 이미지 버튼 */
	.ib { 	cursor:pointer;	 }

/* 5. 입력 텍스트 */
	.text { 	border:1px solid #999;	background-color:#ddd;	height:18px;	 }

/* 6. 트리 테이블 */
	.branch2 {	}
/* 7. 트리 셀 */
	.branch3 { cursor:pointer;  height:10px; }

/* 8. 달력 월 표시 */
	.cal_month { font-size:11px;	height:18px;	 }
/* 9. 달력 요일 표시 */
	.cal_week1 { font-size:11px;	height:18px;	 }
/* 10. 달력 일요일 표시 */
	.cal_week2 { color:#f30; font-size:12px; text-align:center; }
/* 11. 달력 지난 달 날짜 표시 */
	.cal_day1 { 	color:#000; font-size:12px;	text-align:center;	 }
/* 12. 달력 다음 달 날짜 표시 */
	.cal_day2 { 	color:#000;	font-size:11px;	text-align:center;	 }
/* 13. 달력 이번 달 날짜 표시 */
	.cal_day3 { 	font-size:11px;	text-align:center; }
/* 14. 달력 오늘 날짜 표시 */
	.cal_day4 { 	text-align:center;	font-size:11px;	background-color:#FFCC99;	font-weight:bold; }
/* 15. 달력 글쓴 날 링크 스타일 */
	a.cal_click:link { font-weight:bold;	color:#333; }
	a.cal_click:visited { 	font-weight:bold;	color:#333; }
	a.cal_click:hover { 	font-weight:bold; color:#369;	 }

/* 16. 이미지 아래 캡션 스타일 */
	.cap1 { 	
		font-size:0.8em; 
		color:#654;	
		text-align:center;	 
    margin: -10px 0 0 0;
}
	.cap1:hover { 	
		color:#900000;	
}
	
/* 16. 키워드 스타일 */
	.key1 { 	cursor:pointer;	border-bottom:1px dotted #ccc;	 }

/* 16. 카테고리 옆 개수 스타일 */
	.c_cnt { font:90% Tahoma;	color:#f30;	 }
/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt { 	font:10px Tahoma;	color:#999;	 }



/* 반드시 들어가야 하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
hr { display:none; }
h1, h2, h3, h4 { margin:0; color:#000; }
h1, h2, h3, h4 { font-weight:bold; }
h1 { font-size:2.0em; }
h2 { font-size:1.7em; }
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }

ul, ol {
	list-style:none;
	margin:0;
	padding:0;
}
input {  height:18px; border:1px solid #999; background-color:#fff; color:#333; margin:2px 0; }

/* 블로그의 레이아웃 */
.container { width:/*@post-width:280*/780px/*@*/; margin:0 auto; }
.header {  margin:0 10px; padding-top:/*@title-height:-68=padding-top:*/0px/*@*/ }
	.header .bloginfo {  float:left; }
		.header .bloginfo .image { float:left; margin:0 10px 10px 0; }
		.header .bloginfo .image img { width:90px; height:70px; }
	.header .search {  text-align:right;  margin-left:500px; padding-top:30px; }
	.header .copyright {  float:left; width:/*@post-width:280*/780px }

.contentLayoutMiddle {  background:url(./images/layoutMiddle.gif)  repeat-y; clear:both; }
.contentLayoutTop {  background:url(./images/layoutTop.gif)  no-repeat top; }
.contentLayoutBottom {  background:url(./images/layoutBottom.gif)  no-repeat bottom; }
.content {
	font-size:1.5em;
	margin:10px auto ;
	width:/*@post-width:200*/700px/*@*/;
	padding:40px 30px;
}

/* 사이드바 */
.sideinfo { clear:both; width:760px; margin:0 auto; }
	.sideinfo .category { width:180px; margin-right:9px; float:left; }
	.sideinfo .category h3 { font-weight:bold; }
	.sideinfo .recentPost { width:180px; margin-right:9px; float:left; }
	.sideinfo .recentPost h3 { font-weight:bold; }
	.sideinfo .recentComment { width:180px; margin-right:9px; float:left; overflow:hidden; }
	.sideinfo .recentComment h3 { font-weight:bold; }
	.sideinfo .recentTrackback { width:180px; float:left; overflow:hidden; }
	.sideinfo .recentTrackback h3 { font-weight:bold; }

	.sideinfo .clear { clear:both; }

	.sideinfo .tag { width:180px; margin-right:9px; float:left; }
	.sideinfo .tag h3 { font-weight:bold; }
	.sideinfo .link { width:180px; margin-right:9px; float:left; }
	.sideinfo .link h3 { font-weight:bold; }
	.sideinfo .calender { width:180px; margin-right:9px; padding:0; float:left; }
	.sideinfo .calender h3 { font-weight:bold; }
	.sideinfo .archive { width:180px; margin-right:9px; float:left; }
	.sideinfo .archive h3 { font-weight:bold; }



.footer {  clear:both; margin:0  auto; }

/* header */
.header {
		/*@title-background-color=:;*/ /*@*/
		/*@title-background-image=:;*/ /*@*/
		/*@title-background-image-position=:;*/ /*@*/
		/*@title-background-image-repeat=:;*/ /*@*/
 }
.header .title {  		margin-top:10px; }
.header .title h1 { 	font-size: 2rem; /* line-height: 130%; */ vertical-align:top ; 	line-height:1.1em; }
.header .title h1 a { /*@title-font-size=:;*/ /*@*/ /*@title-font-family=:;*/ /*@*/ color:/*@title-color=#000*/#000/*@*/; }
.header .desc {		line-height: 130%; margin-top:20px; }
.header .menu {  color:#777; }
.header .menu a {  color:#444; }
.header .menu .adminmenu a {  color:#666; }
.header .search .input { background-color:#968f82; color:#fff; }
.header .search .btn { background-color:#968f82;  color:#ccc; height:22px; font-size:0.75em; }


/* content 공통 */
.content { }
.content .date { font:0.8em Verdana; }
.content .name {  color:#999; }
.content .cnt {  color:#f60; }
.content .list, .content .rpList, .content .tag, .content .local,
.content .guest, .content .notice, .content .protected, .content .entry {
    margin-bottom:50px;
}
.content .entry {
	width:/*@post-width:200*/700px/*@*/;
	line-height:1.6em; 
}
.content .entry .titleinfo {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
/*	margin-right:10px; */
	border-top:3px outset fuchsia;
	border-right:5px outset fuchsia;
	border-bottom:10px outset fuchsia;
	border-left:20px outset fuchsia;
	padding:10px 0;
	padding-bottom:3px; 
	overflow:hidden; 
	box-sizing: border-box;
}
.content .entry .titleinfo h2 {
	margin:10px;
	border:0px;
	padding:0px;
	padding-bottom:2px;
	line-height:1.2em; 

/*	box-sizing: border-box; */
}
.content .entry h2 {
	margin-top:7%;
	margin-bottom:10px;
	margin-left:0px;
	border-top:0px;
	border-right:0px;
	border-left:20px solid #0000FF;
	border-bottom:6px solid #0000FF;
	padding-left:10px;
	padding-bottom:1%;
	line-height:1.2em; 
}
.content .entry h3 {
	margin-top:4%;
	margin-left:5px;
	border-top:0px;
	border-right:0px;
	border-left:12px solid #FF00FF;
	border-bottom:4px solid #FF00FF;
	padding-left:10px;
	padding-bottom:2px;
	line-height:1.2em; 
}
.content .entry h4 {
	margin-top:10px;
	margin-left:0px;
	border-top:0px;
	border-right:0px;
	border-left:8px solid #FF8000;
	border-bottom:2px solid #FF8000;
	padding-left:10px;
	padding-bottom:1px;
	line-height:1.2em; 
}

/* 검색 결과 리스트 */
.content .list li, .rpList li {  border-bottom:1px solid #eee; padding:3px 5px; }

/* content 위치로그 */
.content .local { margin-bottom:50px; }
.content .local .spot { 	padding:5px 0 2px 20px; background:url("./images/iconDepth.gif") no-repeat 10px 5px; border-bottom:1px solid #eee; margin:0 10px; }
.content .local .info { 	padding:5px 0 2px 10px; background:url("./images/bullTri.gif") no-repeat 0 50%; border-bottom:1px solid #eee; }
.content .local a {  color:#f60; }

/* content 태그 */
.content .tag {  font-size:0.8em; }
.content .tag a {  text-decoration:none; /*font-family:dotum;*/ }
.content .tag ul {  margin:0; padding:0; }
.content .tag li {  display:inline; padding:0; text-align:justify; }
.content .tag li .cloud1 {  font-weight:bold; font-size:145%; color:#333; background-color:#FFCC99; }
.content .tag li .cloud2 {  font-weight:bold; font-size:135%; color:#333; background-color:#FFCC99; }
.content .tag li .cloud3 {  font-weight:bold; font-size:125%; color:#666; }
.content .tag li .cloud4 {  font-size:115%; color:#666; }
.content .tag li .cloud5 {  font-size:100%; color:#999; }
.content .tag li a:hover {  background-color:#eee; color:#000; }

/* content 방명록 기본 스타일 */
.content .guestbook p { padding:2px; margin:0; }
/* content 방명록 글쓰기 */
.content .guestbook .write {  background-color:#f5f5f5; border:1px solid #eee8e2; padding:10px; color:#666; margin:10px 5px; }
.content .guestbook .write input {  width:30%; padding:4px 4px 0 4px; color:#666; font-size:95%; }
.content .guestbook .write .homepage {  width:70%; }
.content .guestbook .write textarea {  width:95%; padding:5px; }
.content .guestbook .write .btn {  width:97%; color:#333; border:1px solid #ccc; background-color:#ddd;  height:26px; }
/* content 방명록 리스트 */
.content .guestbook .list {  color:#888; margin:10px 10px; }
.content .guestbook .list ul {  margin:0; padding:0; list-style:none; }
.content .guestbook .list ol {  margin:0; padding:0; list-style:none; }
.content .guestbook .list li { 	padding:10px; border-bottom:1px solid #eee; }
.content .guestbook .list li ul li {  padding-left:23px; background:url(./images/iconDepth.gif) no-repeat 10px 12px; background-color:#f5f5f5; border:1px solid #eee; margin-bottom:4px; }
.content .guestbook .list .name {  font-size:100%; letter-spacing:0; float:left; padding-right:3px; }
.content .guestbook .list .date {  float:left; padding:3px 2px 0 2px; }
.content .guestbook .list .control {  margin-left:400px; text-align:right; padding-right:5px; }
.content .guestbook .listBody { clear:both; }

.content .guestbook .name a {  color:#000; }
.content .guestbook .date {  font:80% Tahoma; color:#999; letter-spacing:0; }


/* content > entryNotice, entryProtected, entry 제목 + 정보 */
.content .titleinfo h2 {
	font-family:
		"은 돋움","Un Dotum","UnDotum","은 바탕","Un Batang","UnBatang",
		"함초롬돋움","HCR Dotum",
		"은 자모 바탕","Un Jamo Batang","UnJamoBatang",
		Code2002,Code2001,Code2000, "Sans-serif", serif;
	/* font-size:1.6em; */
	/* text-decoration:bold; */
	margin:0px; 
	padding:0px; /*float:left;*/ 
}
.content .titleinfo h2 {
	margin:0px; 
	padding:0px; /*float:left;*/ 
	border:0px;
}
.content .titleinfo h2 a {  /*@post-title-font-size=:;*/ /*@*/ /*@post-title-font-family=:;*/ /*@*/ 
	color:/*@post-title-color=#222*/ black /*@*/; 
}
.content .titleinfo .name { 
	display:inline-block;
	float:left; 
	margin:3px 0 5px 10px; 
	border-right:2px solid #ddd; 
	padding-right:5px; 
}
/* .content .titleinfo .name a {  color:#999; } */
.content .titleinfo .pdf { /* float:left;*/ 
	display:inline-block;
/*  float:left; */
	margin:3px 0px 0 10px; 
	border-right:2px solid #ddd; 
	padding-bottom:3px; 
	padding-right:5px; 
}
/* .content .titleinfo .pdf a {  
color:#999; 
} */
.content .titleinfo .date { 
	display:inline-block;
  float: right;
  border-left: 2px solid #ddd; 
/*  border-right: 1px solid #ddd; */
  margin: 3px 3px 0 0;
  padding-left: 5px;
  padding-right: 5px;
}

.content .admin {  clear:both; font-size:1rem; margin: 0px 10px; }
.content .admin {  border-top:1px solid #880088 }
	

/* content > entryNotice, entryProtected, entry 본문 */
.content .article {
	width:/*@post-width:200*/700px/*@*/;
	overflow:hidden;
	letter-spacing:0;
	/* margin-top:3px; */ 
	line-height:160%;
	/*@post-body-font-size=:;*/ /*@*/
	/*@post-body-font-family=:;*/ /*@*/
	/*@post-body-color=:;*/ /*@*/ }
.content .article ul {  margin-left:40px; padding:5px 0; }
.content .article ol {  margin-left:40px; padding:5px 0; }
.content .article ul li {  list-style-type:disc; padding:2px 0; }
.content .article ol li {  list-style-type:decimal; padding:1px 0; }
.content .article a {	color: #f60; }
.content .article blockquote {  margin:10px 0 10px 40px; border-left:4px double #ded2c6; padding-left:10px; }
.content .entry .article table { border-collapse:collapse; border:1px solid gray; margin:1px 2px 1px 2px; }
.content .entry .article tbody { }
.content .entry .article tr { border-collapse:collapse; border:1px solid gray; /* margin:1px; */ }
.content .entry .article th { border:1px solid gray; text-align:center; }
.content .entry .article td { border:1px solid gray; padding:0pt 2pt 0pt 2pt; }
.content .entry .article tt { }

/* 작성자 */
.author                {	font-size: 1rem; text-align:right; color:#888; padding:20px 0px; }
.author .text          {	font:0.7em Verdana, Arial, Helvetica, sans-serif; }


/* content > entry >  태그 */
.content .entry .tag {  clear:both;
    text-align:right; padding-right:10px; margin-bottom:10px; }
.content .entry .tag a:hover {  color:#f30; }

/* content >entry >  트랙백+댓글 버튼 */
.content .entry .btnTrackbackComment { clear:both; border-top:1px solid #ddd; padding:8px 5px; margin:0; }
/* content > entry > 트랙백받을 주소*/
.content .entry .trackback { margin:0 0 10px 0; }
.content .entry .trackback h3 { font-size:90%; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:10px 5px 8px 5px; color:#f60; font-weight:normal; margin:0 0 1px 0; background-color:#f8f8f8; }
.content .entry .trackback .address { letter-spacing:0; font-family:Verdana; color:#666; }
/* content > entry > 트랙백 리스트 */
.content .entry .trackback h4 {  font-size:100%; font-weight:normal; display:inline; margin:0; }
.content .entry .trackback h4 a { color:#000; padding:0 2px; }
.content .entry .trackback .list ol { margin:0; padding:0; list-style:none; }
.content .entry .trackback .list li {  background:url(./images/bullTri.gif) no-repeat 5px 12px; border-top:1px solid #ddd; padding:8px 0 5px 12px; }
.content .entry .trackback .list .date {  color:#999; }
.content .entry .trackback .list .listBody {  color:#999; padding:2px 0; }
/* content > entry > 댓글 타이틀*/
.content .entry .comment { width:/*@post-width:200*/700px/*@*/; overflow:hidden; }
.content .entry .comment p { margin:0; }
.content .entry .comment { margin:0 0 10px 0; }
.content .entry .comment h3 { font-size:90%; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:10px 5px 8px 5px; color:#f60; font-weight:normal; margin:0 0 1px 0; background-color:#f8f8f8; }
.content .entry .comment .address { letter-spacing:0; /*font-family:dotum;*/ color:#666; }
/* content > entry > 댓글 리스트 */
.content .entry .comment .list ol { margin:0; padding:0; list-style:none; }
.content .entry .comment .list ul { list-style:none; }
.content .entry .comment .list li {  background:url(images/iconComment.gif) no-repeat 5px 10px; border-top:1px solid #ddd; padding:8px 0 5px 20px; margin-bottom:4px; }
.content .entry .comment .list li ul li {  background:url(images/iconReComment.gif) no-repeat 5px 5px; padding:8px 0 5px 40px; margin:10px 2px;  background-color:#f5f5f5; border:1px solid #eee; }
.content .entry .comment .name a {  font-size:110%; color:#000; }

/* content > entry  댓글+트랙백 공통 스타일 */
.content .entry .list .name {  float:left; }
.content .entry .list .date {  float:left; padding:5px 2px 0 2px; }
.content .entry .list .control {  margin-left:300px; text-align:right; padding-right:5px; }
.content .entry .listBody { clear:both; }

/* content > entry 댓글 쓰기 */
.content .entry .comment .write {  background-color:#f5f5f5; border:1px solid #eee; padding:10px; color:#666; margin:10px 5px; }
.content .entry .comment .write input {  width:30%; }
.content .entry .comment .write .homepage {  width:50%; display:inline; }
.content .entry .comment .write textarea {  width:95%; }
.content .entry .comment .write .checkbox {  border:0; width:20px; }
.content .entry .comment .write .btn {   width:97%; color:#333; border:1px solid #ccc; background-color:#ddd;  height:26px; }

.content .paging {  clear:both; text-align:center; margin:50px 0; font:80% Verdana; background-color:#fff; }
.content .paging .selected { font-weight:bold; font-size:150%; color:#ff0000; /* background-color:#eee; */ }

/* 사이드바 공통 스타일 */
.sideinfo a:link { color:#333; }
.sideinfo h3 {
	font:12pt dotum;
	font-weight:normal;
	color:#222;
	background:url(images/bgSideinfo.gif) no-repeat;
	padding:3px 5px;
	height:22px;
	margin-top:0px;
}

.sideinfo .cnt { font:80% Verdana; color:#f30; }
.sideinfo .date { font:90% Verdana; color:#666; }
.sideinfo .name { font:90% /*dotum*/; color:#666; }
.sideinfo ul { margin:0 5px 0 5px; }
.sideinfo li {  line-height:120%; }

/* 공지사항  */
.sideinfo .notice {
text-align:center;
}
.sideinfo .notice li {
	background:url(images/iconNotice.gif) no-repeat 0 50%;
	padding-left:38px;
	display:inline;
}
.sideinfo .notice li a {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:Blue;
}

/* 사이드바 태그 */
.sideinfo .tag a {  text-decoration:none; /* font-family:dotum; */ }
.sideinfo .tag {  display:inline; padding:0; text-align:justify; }
.sideinfo .tag .cloud1 {  font-weight:bold; font-size:130%; color:#222; background-color:#FFCC99; }
.sideinfo .tag .cloud2 {  font-weight:bold; font-size:120%; color:#333; background-color:#FFCC99; }
.sideinfo .tag .cloud3 {  font-weight:bold; font-size:110%; color:#555; }
.sideinfo .tag .cloud4 {  font-size:100%; color:#666; }
.sideinfo .tag .cloud5 {  font-size:90%; color:#666; }
.sideinfo .tag a:hover {  background-color:#a09b91; color:#000; }
.sideinfo .tag li {  background:none; display:inline; padding:0; }


.sideinfo .calender { font:100% Verdana; }
.sideinfo .archive { font-family:Verdana; }
.sideinfo .archive ul {  padding:0 20px 0 10px; }
.sideinfo .archive .cnt {  padding-left:5px; }

.footer { text-align:center; padding-top:20px; }
.footer .counter { clear:both; width:/*@post-width:280*/780px/*@*/; text-align:center;  font-family:Verdana; font-size:90%; margin:5px; }
.footer .botton { margin:40px 0 10px 0;text-align:center; }


/* *********************************************************************** */
/* 사용자가 추가한 CSS */

/* 하이퍼링크 */
.content .article a, .content .article a:link {
	text-decoration: none;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #ff6600;
	border-bottom-style: solid;
	background-color: transparent;
}

.content .article a:visited {
	border-width: 1px;
	border-bottom-color: #ff6600;
	border-bottom-style: dotted;
}
.content .article a:hover {
	border-width: 1px;
	border-bottom-color: #ff6600;
	border-bottom-style: solid;
	background-color: #ffeeee;
}
.content .article a:active {	}

/* 태터툴즈에서 추가하는 이미지 태그 */
.imageblock a:link, .imageblock a:hover,
.imageblock a:visited, .imageblock a:active {
	text-decoration: none;
	margin:0.5em;
	border-style: outset;
	border-color:#edd3ed;
}
.imageblock a img, .imageblock img {
	text-decoration: none;
	margin:0.5em;
	border-width: 3px;
    border-style: solid;
    border-color: transparent;
}
.imageblock a img:hover, .imageblock img:hover {
	text-decoration: none;
	border-width: 3px;
	border-style: outset;
	border-color:#ff00ff;
}

/* 사이드바 */
.sideinfo .category .branch3 { font-size:1.2em; }

/* GFDL */
.gfdl 		 {  color:/*@title-color=*/ #0000FF /*@*/; font-size:/*@title-font-size=*/ 0.8rem /*@*/; font-weight:bold; line-height:120%;
			letter-spacing:0px; font-family:/*@title-font-family=*/ "돋움" /*@*/; width:/*@post-width:115=*/ 680px /*@*/; background:/*@title-background-color=*/ transparent /*@*/ }
.gfdl a		 {  text-decoration:underline; color:/*@title-color=*/ #0000FF }

/* 목차 */
#toc 	{ border:1px solid tan; padding:2px 10px 0px; background-color:#FFFFFA; }

/* widget */

/* another_category */
.another_category 	 {  font-size:1.2em ; line-height:1em ; }

/* 각주 Footnote */
.article div.footnotes
{
    border:1px solid tan ;
    margin:10px 15px 10px 10px;
}

.footnotes li
{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:10px;
	margin-right:10px;
	padding-left:0;
}
.footnotes ol
{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:10px;
	margin-right:10px;
	padding-left:0;
}

/* 옛한글 및 한글 자모 조합 방식 */
.jamo {
	font-family:
		"바탕 옛한글","Batang Old Hangul","굴림 옛한글","NewGulim Old Hangul",
		"궁서 옛한글","Gungsuh Old Hangul",
		"은 바탕","Un Batang","UnBatang","은 자모 바탕","Un Jamo Batang","UnJamoBatang",
		"은 돋움","Un Dotum","UnDotum",
		"함초롬바탕","HCR Batang","함초롬돋움","HCR Dotum",
		Code2002,Code2001,Code2000,"굴림",Gulim,serif;
}

/* 신택스 하일라이트 Syntax Highlight */
.container .syntaxhighlighter {
	margin: 0 1em 0 1em !important;
}


* { margin:0; padding:0;}
body { _height:100%; _width:100%; _overflow:auto; }

/* 떠다니는 메뉴 (Floating Menu) */
#floatdiv {
	position:fixed; _position:absolute; _z-index:-1;
	width:65px;
	overflow:hidden;
	right:0px;
	top:30%;

	border: #5D5D5D 1px solid;
	background-color: transparent;
	font-size: 14px;
    margin:0;
    padding:0;
}

#floatdiv ul  { list-style: none; }
#floatdiv li  { margin-bottom: 2px; text-align: center; }
#floatdiv a   { color: #5D5D5D; border: 0; text-decoration: none; display: block; }
#floatdiv a:hover, #floatdiv .menu  { background-color: #5D5D5D; color: #fff; }
#floatdiv .menu, #floatdiv .last    { margin-bottom: 0px; }

/* 화면에 보이지 않을 부분 */
.noseeing 	 {  display:none }

/* 	위쪽 오른쪽 아래쪽 왼쪽
	border:테두리 선
	margin:바깥 여백
	padding:안쪽 여백
*/

/* History */
/* 2019년 3월 29일 ver 1.0.2 build 6 : img 태그 2 */
/* 2019년 3월 25일 ver 1.0.2 build 5 : img 태그 */
/* 2019년 3월 23일 ver 1.0.1 build 4 */
/* 2019년 3월 17일 ver 1.0.1 build 3 */
/* 2011년 ver 1.0.0 build 2 */
/* 2011년 ver 1.0.0 build 1 */
