@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:none;
	font-size:12px;
	line-height:22px;
	font-family:Malgun Gothic, Dotum, AppleGothic, sans-serif;
	outline:none;
}


/* 본문 공통 */
body {
	background:url(images/background_none.png) repeat-x hidden;
	background-color:#F2F2F2;
}

a {
	color:#444444;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#00A1FF;
	text-decoration:none;
	outline:none;
}


/* 페이징 - 현재 페이지 */
.selected {
	color:#030409;
}

.no-more-prev {
	float:left;
	padding-left:164px;
	background:url(images/icon_prev_no.png) no-repeat !important;
	color:#999 !important;
}

.no-more-next {
	float:right;
	padding-right:161px;
	background:url(images/icon_next_no.png) no-repeat !important;
	color:#999 !important;
}


/* 카테고리 - 이미지 버튼 */
.ib {
	cursor:pointer;
}


/* 카테고리 - 트리 셀 */
.branch3 {
	cursor:pointer;
}


/* 카테고리 - 카테고리 옆 개수 스타일 */
.c_cnt { 
	color:#18597F;
}


/* 달력 월 표시 */
.cal_month {
	border-left:1px solid #EFF0F2;
	border-right:1px solid #EFF0F2;
	background-color:#3B3B3F;
	line-height:13px;
}


/* 달력 요일 표시(th 영역) */
.cal_week1 {
	font:0.95em Dotum, Arial, sans-serif;
	height:18px;
	font-weight:normal;
}


/* 달력 일요일 표시(th 영역) */
.cal_week2 { 
	font:0.95em Dotum, Arial, sans-serif;
}


/* 달력 Week(tr 영역) */
.cal_week {}
.cal_current_week	{}


/* 달력 Day(td 영역) */
.cal_day {
	background-color:#CECFD1;
	color:#8D8D91;
	font:9px/17px Verdana, sans-serif;
	text-align:center;
}


/* 달력 Day, 일요일 (td 영역) */
.cal_day_sunday {}
.cal_day_sunday a {}


/* 달력 지난 달 날짜 표시(td)  */
.cal_day1 {}


/* 달력 다음 달 날짜 표시(td)  */
.cal_day2 {}


/* 달력 이번 달 날짜 표시(td) */
.cal_day3 {}


/* 달력 오늘 날짜 표시(td) */
.cal_day4 {
	background-color:#7C7C80;
	color:#D3D3D7;
}


/* 달력 글쓴 날 링크 스타일 */
a.cal_click:link {
	color:#3B3B3F;
	font:9px/17px Verdana, sans-serif;
}

a.cal_click:visited {
	color:#3B3B3F;
	font:9px/17px Verdana, sans-serif;
}

a.cal_click:hover {}


/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general {
	font-style:italic;
	font-size:11px;
	font-family:georgia, serif !important;
	color:#666666;
}

.rp_admin {
	font-style:italic;
	font-size:11px;
	font-family:georgia, serif !important;
	color:#666666;
}

.rp_secret {
	font-style:italic;
	font-size:11px;
	font-family:georgia, serif !important;
	color:#666666;
}


/* 종류별 방명록 글 [##_guest_rep_class_##] */
.guest_general {
	font-style:italic;
	font-size:11px;
	font-family:georgia, serif !important;
	color:#666666;
}

.guest_admin {
	font-style:italic;
	font-size:11px;
	font-family:georgia, serif !important;
	color:#666666;
}

/* 비밀 댓글 (로그아웃시 비밀글 표현)  */
.hiddenComment {
	background:url(images/icon_secret.png) no-repeat;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:45px;
	font-weight:normal;
}


/* 이미지 아래 캡션 스타일 */
.cap1 { 
	color:#999;
	text-align:center;
	padding:4px 0;
	margin:0;
}
	
.left {}

.center {}

.right {}


/* 그림 2개 배치 */
.dual {
	margin-bottom:5px;
}


/* 그림 3개 배치 */
.triple {
	margin-bottom:5px;
}


/* 본문 - more / less */
.moreless_fold {
	width:985px;
	height:40px;
	color:#111111;
	background-color:#030409;
	font-family:Malgun Gothic, Dotum, AppleGothic, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:43px;
	background:url(images/icon_morelessbar.png) no-repeat;
	background-position: left bottom;
	margin-left:-25px;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

.moreless_top {
	width:985px;
	height:40px;
	color:#30B3FF;
	font-family:Malgun Gothic, Dotum, AppleGothic, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:43px;
	background:url(images/icon_morelesstop.png) no-repeat;
	background-position: left bottom;
	margin-left:-25px;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

.moreless_content {
	margin:15px 0px 5px 0px;
}

.moreless_bottom {
	width:985px;
	height:12px;
	color:#30B3FF;
	font-family:Malgun Gothic, Dotum, AppleGothic, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:20px;
	padding-left:43px;
	background:url(images/icon_morelessend.png) no-repeat;
	margin-left:-25px;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
} 

.moreless_fold:hover,
.moreless_top:hover,
.moreless_bottom:hover {
	color:#00A1FF;
}

/* 키워드 */
.key1 {
	cursor:pointer;
	border-bottom:1px dotted #ccc;
}


/* 반드시 들어가야하는 스타일 끝 */

h1 {
	font-size:1.6em
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1em;
}

hr {
	display:none;
}

img {
	border:0;
}

input {
	vertical-align:middle;
}

select {
	border:1px solid #7B7B7B;
	background-color:#FFFFFF;
}


/* 태그 */
#taglog ul,
#tagbox ul {
	text-align:justify;
}

#blogMenu li, 
#tagbox li,
#taglog li {
	display:inline;
}

#blogMenu li,
#sidebar li,
.listEntry li,
#guestList li,
.trackback li,
.commentList li {
	list-style-type:none;
}


/* 포스트 본문 마크업 */
.entry .article ol,
.entry .article ul,
.entry .article il {
	padding-left:25px;
}

.article dt {
	padding-top:5px;
	text-decoration:underline;
}

.article dd {
	padding-left:25px;
	padding-bottom:5px;
}

.author {
	clear:both;
}


/* 블로그 레이아웃 */
#topbar {
	width:100%;
	background-color:#F2F2F2;
}

#topbar .wrapper {
	position:relative;
	width:985px;
	background-color:#F2F2F2;
	margin:0px auto;
	text-align:center;
	outline:none;
}

#header {
	width:100%;
}

#header .wrapper {
	position:relative;
	width:985px;
	margin:0px auto;
	outline:none;
}

#banner {
	width:100%;
	margin:0px auto;
	background-color:#FFFFFF;
	text-align:center;
}

#banner .wrapper {
	position:relative;
	width:985px;
	margin:0px auto;
	text-align:right;
	text-shadow:0 1px #FFFFFF;
	outline:none;
}

#blogMenu {
	width:100%;
	background:url(images/menubar.png) repeat-x;
	text-align:center;
}

#blogMenu .wrapper {
	position:relative;
	width:985px;
	margin:0px auto;
	text-align:center;
	outline:none;
}

#contentGAS {
	width:985px;
}

#contentGAS .wrapper {
	position:relative;
	width:985px;
	margin:0px auto;
	outline:none;
}

#sidebar {
	width:100%;
	background-color:transparent;
	text-align:center;
}

#sidebar .wrapper {
	width:985px;
	margin:0px auto;
	padding:39px 0 0 0;
	text-align:left;
	outline:none;
}

#sidebar .sidebar-one,
#sidebar .sidebar-two,
#sidebar .sidebar-three,
#sidebar .sidebar-four,
#sidebar .sidebar-five {
	float:left;
	width:225px;
	overflow:hidden;
}

#sidebar .sidebar-one {
	margin-left:5px;
}

#sidebar .sidebar-two {
	margin-left:25px;
}

#sidebar .sidebar-three {
	margin-left:25px;
}

#sidebar .sidebar-four {
	margin-left:25px;
}

<!-- #sidebar .sidebar-five {
	width:125px;
	margin:0 -1px 0 0px;
	overflow:hidden;
} -->

#sidebar .module_widget {
	margin-bottom:18px;
}

.sidebar-two .cnt {
	font-size:10px;
	color:#18597F;
}

.sidebar-three .date {
	font-size:10px;
	color:#18597F;
}

.sidebar-five .cnt {
	font-size:10px;
	color:#18597F;
}

#container {
	position:relative;
	width:985px;
	margin:0px auto;
	padding:0px;
}

textarea {
	width:973px;
	padding:5px;
}

#endbar {
	width:100%;
}

#endbar .wrapper {
	position:relative;
	width:985px;
	margin:0px auto;
	outline:none;
}

#footbar {
	width:100%;
}

#footbar .wrapper {
	position:relative;
	width:985px;
	margin:0px auto;
	outline:none;
}

#footer {
	width:100%;
	margin:0px auto;
	padding-bottom:19px;
	clear:both;
	outline:none;
}


/* 보더 */
.border_head {
	width:985px;
	height:6px;
	margin-top:15px;
	background:url(./images/border_top.png) no-repeat;
	font-size:0;
	_background-image:none;
}

.border_body {
	width:985px;
	background:url(./images/border_side.png) repeat-y;
	word-break:break-all;
	word-wrap:break-word;
}

.border_foot {
	width:985px;
	height:6px;
	margin-bottom:25px;
	background:url(./images/border_end.png) no-repeat;
	font-size:0;
	_background-image:none;
}

/* 에디션 */
#tt-feature {
	height:580px;
	background:url(images/tt_feature.png) no-repeat;
}

#tt-recent {
	height:1547px;
	background:url(images/tt_recent.png) no-repeat;
	margin-top:15px !important;
}

#tt-hof {
	height:430px;
	background:url(images/tt_hof.png) no-repeat;
}

#tt-chart {
	height:445px;
	background:url(images/tt_chart.png) no-repeat;
}

/* 앵벌이에디션 */
#ttGAS {
	height:250px;
	margin-bottom:25px !important;
}

#ttGAS .wrapper {
	height:250px;
}

#ttGAS h1 {
	float:left;
	margin-right:40px !important;
}

#ttGAS h2 {
	float:left;
	margin-right:40px !important;
}

#ttGAS h3 {
	float:left;
}


/* 탑바 */
#topbar {
	height:20px;
}

#topbar .wrapper {
	text-align:right;
	text-decoration:none;
	outline:none;
}

#topbar .announcement {
	padding-top:1px;
}

#topbar .announcement a {
	font-size:11px !important;
	color:#444444 !important;
	text-shadow:0 1px #FFFFFF;
	outline:none;
}

#topbar .announcement a:hover {
	color:#444444 !important;
	text-decoration:underline !important;
	outline:none;
}


/* 해더 */
#header {
	height:64px;
	background:url(images/header.gif) repeat-x;
}

#header .wrapper {
	height:64px;
	z-index:2;
	background:url(images/header.gif) repeat-x;
	outline:none;
}

#header h1 {
	float:left;
}


#header h1 a {
	display:block;
	width:131px;
	height:89px;
	margin-top:-10px;
	background:url(images/header_jajubong.png) no-repeat;
	color:#E31518;
	font-size:16px;
	font-family:Malgun Gothic, Dotum, AppleGothic, sans-serif;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#header h1 a:hover {
	display:block;
	width:131px;
	height:89px;
	background:url(images/header_jajubong_hover.png) no-repeat;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#header h2,
#header h3,
#header h4 {
	float:right;
	margin-top:25px;
	outline:none;
}

#header h2 a,
#header h3 a,
#header h4 a {
	outline:none;
}

#header h2 a {
	display:block;
	width:16px;
	height:16px;
	background:url(images/header_contact.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	margin-right:22px;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

#header h2 a:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

#header h3 a {
	display:block;
	width:16px;
	height:16px;
	background:url(images/header_about.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	margin-right:8px;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

#header h3 a:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

#header h4 a {
	display:block;
	width:16px;
	height:16px;
	background:url(images/header_rss.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	margin-right:8px;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

#header h4 a:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

#searchBox {
	float:right;
	margin-top:23px;
}

#searchBox input {
	width:120px; 
	height:19px; 
	padding-left:19px;
	padding-right:11px;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	outline:none;
	border:none; 
	background:url(images/searchfield.png) top left no-repeat; 
	color:#050505; 
	font-size:11px;
}
	
#searchBox button {
	display:none;
}


/* 배너 */
#banner {
	height:100px;
	text-align:center;
	z-index:1;
}

#banner .wrapper {
	height:100px;
	background:url(images/banner_20170426.png) no-repeat center;
	text-align:right;
	outline:none;
}


/* 메뉴 */
#blogMenu {
	height:51px;
	margin:0 auto;
}

#blogMenu ul li a {
	display:block;
	float:left;
	width:123px;
	height:51px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#blogMenu .tab_jajubong a {
	background-image:url(images/menu_jajubong.png);
}

#blogMenu .tab_jajubong a:hover {
	background-image:url(images/menu_jajubong_hover.png);
}

#blogMenu .tab_jajubong a:active {
	background-image:url(images/menu_jajubong_active.png);
}

#blogMenu .tab_blog a {
	background-image:url(images/menu_blog.png);
}

#blogMenu .tab_blog a:hover {
	background-image:url(images/menu_blog_hover.png);
}

#blogMenu .tab_blog a:active {
	background-image:url(images/menu_blog_active.png);
}

#blogMenu .tab_artworks a {
	background-image:url(images/menu_artworks.png);
}

#blogMenu .tab_artworks a:hover {
	background-image:url(images/menu_artworks_hover.png);
}

#blogMenu .tab_artworks a:active {
	background-image:url(images/menu_artworks_active.png);
}

#blogMenu .tab_cartoons a {
	background-image:url(images/menu_cartoons.png);
}

#blogMenu .tab_cartoons a:hover {
	background-image:url(images/menu_cartoons_hover.png);
}

#blogMenu .tab_cartoons a:active {
	background-image:url(images/menu_cartoons_active.png);
}

#blogMenu .tab_animations a {
	background-image:url(images/menu_animations.png);
}

#blogMenu .tab_animations a:hover {
	background-image:url(images/menu_animations_hover.png);
}

#blogMenu .tab_animations a:active {
	background-image:url(images/menu_animations_active.png);
}

#blogMenu .tab_photos a {
	background-image:url(images/menu_photos.png);
}

#blogMenu .tab_photos a:hover {
	background-image:url(images/menu_photos_hover.png);
}

#blogMenu .tab_photos a:active {
	background-image:url(images/menu_photos_active.png);
}

#blogMenu .tab_videos a {
	background-image:url(images/menu_videos.png);
}

#blogMenu .tab_videos a:hover {
	background-image:url(images/menu_videos_hover.png);
}

#blogMenu .tab_videos a:active {
	background-image:url(images/menu_videos_active.png);
}

#blogMenu .tab_reviews a {
	width:124px !important;
	background-image:url(images/menu_reviews.png);
}

#blogMenu .tab_reviews a:hover {
	width:124px !important;
	background-image:url(images/menu_reviews_hover.png);
}

#blogMenu .tab_reviews a:active {
	width:124px !important;
	background-image:url(images/menu_reviews_active.png);
}


/* 앵벌이 */
#contentGAS {
}

#contentGAS .wrapper {
	background:none;
}

#contentGAS h1 {
	margin:30px 0px 5px 0px;
}


/* 컨텐츠 */
/* 태그로그 */
#taglog {
	padding:57px 0 37px 0;
}

#taglog h3 {
	display:none;
}

#taglog ul {
	margin:0;
}

#taglog ul li {
	vertical-align:middle;
}

#taglog li .cloud1 { 
	color:#00A1FF;  
	font:16px/19px dotum, sans-serif;
}

#taglog li .cloud2 { 
	color:#686868;  
	font:16px/19px dotum, sans-serif;
}

#taglog li .cloud3 { 
	background-color:#B1B1B8;
	color:#EFF0F2;  
	font:bold 12px/19px dotum, sans-serif;
}

#taglog li .cloud4 { 
	color:#686868;
	font:12px/19px dotum, sans-serif;
}

#taglog li .cloud5 { 
	color:#999A9B;
	font:12px/19px dotum, sans-serif;
}


/* 지역로그 */
#localog {
	padding:58px 0 36px 0;
}

#localog h3 {
	display:none;
}

#localog .container {
	padding:12px 10px 14px 10px;
}

#localog .spot { 
	padding-left:17px;  
	background:url(images/iconIndentArrow_local.gif) no-repeat 0px 5px;
	color:#7B7B7B;
	font:12px/19px dotum, sans-serif;
}

#localog .info { 
	padding-left:17px;  
	background:url(images/iconIndentArrow_localinfo.gif) no-repeat 0px 5px;
}

#localog .info a {
	color:#4D4D4D;
	font:12px/19px dotum, sans-serif;
}


/* 포스트 */
/* 타이틀 */
.listEntry h3,
.titleWrap h2 a {
	color:#030409;
	font:bold 30px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

.titleWrap h2 a:hover {
	color:#FFFFFF;
	background:#030409;
	font:bold 30px Malgun Gothic, Dotum, AppleGothic, sans-serif;
	text-decoration:none;
}

.listEntry h3 {
	margin-bottom:20px;
	padding-top:57px;
	text-shadow:0 1px #BFBFBF;
}

.titleWrap h2 {
	padding-top:27px;
	padding-bottom:8px;
	padding-left:1px;
	text-align:left;
	text-shadow:0 1px #BFBFBF !important;
}

.titleWrap {
	font-style:italic;
	color:#666666;
	font-family:georgia, serif !important;
	font-size:11px;
	padding-left:13px;
	text-shadow:0 1px #FFFFFF;
}

.titleWrap .category,
.titleWrap .category a {
	float:right;
	color:#FFFFFF;
	background-color:#030409;
	font:12px/19px Malgun Gothic, Dotum, AppleGothic, sans-serif;
	text-align:right;
	text-shadow:none !important;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

.titleWrap .category a:hover {
	float:right;
	color:#30B3FF;
	background-color:#030409;
	font:12px/19px Malgun Gothic, Dotum, AppleGothic, sans-serif;
	text-align:right;
}

.titleWrap .author,
.titleWrap .date {
	color:#111111;
	font:13px/14px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

.titleWrap .date {
	font:12px/14px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

.titleWrap .admin,
.titleWrap .admin a {
	color:#00A1FF;
	font:13px/14px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

.titleWrap .admin a:hover {
	text-decoration:underline;
}

.titleWrap .admin {
	margin-top:5px;
}


/* 검색 리스트 */
.listEntry li {
	color:#111111;
	font-weight:bold;
	font-size:14px;
	font-family:Malgun Gothic, Dotum, AppleGothic, sans-serif;
	padding:2px 0px 0px 10px;
	background:url(images/icon_searchlist.png) no-repeat 4px 5px;
	border-top: 1px solid #E5E5E5; 
	border-bottom: 1px solid #E5E5E5; 
	padding:4px;
	margin-bottom: -1px;
	text-shadow:0 1px #FFFFFF;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

.listEntry li:hover {
	color:#00A1FF;
	box-shadow: 0 0 7px #00AAFF;
	-webkit-box-shadow: 0 0 7px #00AAFF; 
	-moz-box-shadow: 0 0 7px #00AAFF; 
}

.listEntry li .date {
	padding-left:23px;
	padding-right:12px;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	font-family:georgia, serif !important;
	color:#666666;
}

.listEntry li .cnt {
	padding-left:3px;
	font-weight:normal;
	font-size:12px;
	font-family:georgia, serif !important;
	color:#00A1FF;
}


/* 보호글 */
.entryProtected {
	margin-bottom:30px;
}

.entryProtected .wrapper {
	margin-top:24px;
	margin-bottom:38px;
	color:#111111;
	text-align:center;
}

.entryProtected .input {
	margin-top:7px;
}

.entryProtected .input label {
	padding-left:13px;
	background:url(images/bul2.gif) no-repeat 0px 2px;
	font:10px verdana, sans-serif;
}

.entryProtected .input input {
	width:150px;
	height:17px;
	border:1px solid #030409;
	vertical-align:middle;
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.entryProtected .input input:focus {
	box-shadow: 0 0 5px #00AAFF;
	-moz-box-shadow: 0 0 5px #00AAFF;
	-webkit-box-shadow: 0 0 5px #00AAFF; 
}

.entryProtected .input .submit {
	margin-top:9px;
	width:80px;  
	height:28px; 
	border:0; 
	background:url(images/icon_confirm.gif) no-repeat; 
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
	vertical-align:middle;
}


/* 포스트 */
.entryNotice,
.entry {
	margin-bottom:0;
}

.entryNotice .article {
}

.article {
	width:985px;
	color:#444444;
	font:12px/19px Malgun Gothic, Dotum, AppleGothic, sans-serif;
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
}

.article a {
	color:#00A1FF;
	text-decoration:none;
}


/* 태그트레일 */
.tagTrail {
	clear:both;
}

.tagTrail,
.tagTrail a {
	color:#FFFFFF;
	font-size:1px;
	text-indent:-9999px;
}

.tagTrail span {
	color:#4D4D4D;
}


/* 엑션트레일 */
.actionTrail {
	text-align:right;
	clear:both;
	padding-top:2px;
	padding-bottom:2px;
}

.actionTrail, .actionTrail a, .actionTrail a span {
	color:#111111;
	font:12px verdana, sans-serif !important;
	letter-spacing:0;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	text-shadow:0 1px #FFFFFF;
	outline:none;
}

.actionTrail a:hover, .actionTrail a:hover span {
	color:#00A1FF;
	font:12px verdana, sans-serif !important;
	letter-spacing:0;
	outline:none;
}

.actionTrail .cnt {
	padding:4px 9px 10px 9px;
	font:12px verdana, sans-serif !important;
	color:#FFFFFF;
	background:url(images/icon_bubble.png) no-repeat center center;
	text-shadow:none !important;
	outline:none;
}


/* 트랙백 */
.trackback {
	background:url(images/line_dot.gif) repeat-x bottom;
}

.trackback .space {
	height:19px;
	font-size:0;
	line-height:18px;
}

.trackback h3 {
	margin-top:22px;
	margin-bottom:23px;
	padding-left:75px;
	background:url(images/txt_trackback.gif) no-repeat 0px center;
}

.trackback h3 span {
	color:#4D4D4D;
	font:normal 11px verdana;
	cursor:pointer;
}

.trackback h3 span.title {
	display:none;
}

.trackback ol li {
	width:985px;
	margin-bottom:19px;
	overflow:hidden;
}

.trackback h4 {
	width:890px;
	line-height:19px !important;
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
}

.trackback h4 a {
	color:#4D4D4D;
	font:12px/19px dotum, sans-serif !important;
	word-break:break-all;
	word-wrap:break-word;
}

.trackback h4 span, 
.trackback a.delete span {
	display:none;
	line-height:19px !important;
}

.trackback a.delete { 
	padding-left:10px;  
	background:url(images/iconDelete.gif) no-repeat 0px 1px; 
	line-height:19px !important;
	text-decoration:none;
}

.trackback .date {
	float:right;
	color:#B2B2B2;
	font:10px/19px verdana, sans-serif;
}

.trackback p {
	color:#87888A;
	font:11px/19px dotum, sans-serif;
	word-break:break-all;
	word-wrap:break-word;
}

.trackback .from {
	color:#87888A;
	font:10px/19px verdana, sans-serif;
}

.trackback .name {
	font:11px/19px dotum, sans-serif;
}


/* 방명록쓰기 *//* 댓글쓰기 */
#guestbook {
	margin-bottom:-2px;
	padding:29px 0 0;
}

#guestbook h3 {
	display:none;
}

.comment h3 {
	display:none;
}

#guestWrite .input label,
.commentWrite .input label {
	display:none;
}

input.name {
	width:105px;
	margin-left:1px;
	padding-left:70px;
	background-image:url(images/input_name.png);
}

input.password {
	width:107px;
	margin-left:2px;
	padding-left:124px;
	background-image:url(images/input_pass.png);
}

input.homepage {
	width:439px;
	margin-left:2px;
	padding-left:126px;
	background-image:url(images/input_site.png);
}

input.name,
input.password,
input.homepage {
	margin-top:29px; 
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	height:21px; 
	outline:none;
	background-repeat:no-repeat;
	background-position:0 0 0 0;
	color:#444444;
	font-size:12px;
}

input.name:focus,
input.password:focus,
input.homepage:focus {
	box-shadow: 0 0 5px #00AAFF;
	-moz-box-shadow: 0 0 5px #00AAFF;
	-webkit-box-shadow: 0 0 5px #00AAFF; 
}

.secretWrap {
	height:16px;
	padding-top:5px;
}

.secretWrap input,
.secretWrap label {
	float:left;
}

.secretWrap label {
	display:block;
	width:80px;
	height:13px;
	background:url(images/txt_private.png) no-repeat 4px center;
	text-indent:-5000px;
	overflow:hidden;
}

textarea { 
	margin-top:2px; 
	height:85px;
	border:1px solid #030409;
	background-color:#FFFFFF;
	color:#444444;
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

textarea:focus {
	box-shadow: 0 0 5px #00AAFF;
	-moz-box-shadow: 0 0 5px #00AAFF;
	-webkit-box-shadow: 0 0 5px #00AAFF; 
}

p.button {
	margin-top:10px;
	float:right; 
}

p.button input.submit {
	width:80px;  
	height:30px; 
	border:0; 
	background:url(images/icon_confirm.gif) no-repeat; 
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}


/* 방명록읽기 *//* 댓글읽기 */
#guestList {
	width:985px;
	padding-top:17px;
	overflow:hidden;
	word-break:break-all;
	word-wrap:break-word;
}

#guestList .date, #guestList .date a,
.commentList .date, .commentList .date a {
	color:#111111;
	font:13px/16px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

#guestList .date a:hover, 
.commentList .date a:hover {
	color:#00A1FF;
}

#guestList  .rp_guest, #guestList .rp_guest .name a, 
.commentList .rp_admin .name, .commentList .rp_admin .name a {
	color:#00A1FF;
	font:bold 13px/19px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

#guestList .name, #guestList .name a, 
.commentList .name, .commentList .name a {
	color:#111111;
	font:bold 13px/19px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

#guestList .name a:hover, 
.commentList .name a:hover {
	color:#00A1FF;
}

#guestList .control,
.commentList .control {
	float:right;
	text-decoration:none;
}

.control a span {
	display:none;
}

.control a {
	font-size:11px;
	text-decoration:none;
}

.control a:hover {
	text-decoration:none;
}

.control a.modify {
	padding-left:14px;
	background:url(images/icon_modify.gif) no-repeat;
}

.control a.write {
	padding-left:14px;
	background:url(images/icon_reply.gif) no-repeat;
}

#guestList ol li, 
.commentList ol li { 
	margin-bottom:-1px;
}

#guestList ol li ul,
.commentList ol li ul {
	margin-top:0px;
}

#guestList ol li ul li, 
.commentList ol li ul li {
	padding-left:29px;
}

#guestList ol li p, 
.commentList ol li p {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:67px;
	color:#444444;
	font:12px/19px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

#guestList ul li p, 
.commentList ul li p {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:67px;
	color:#444444;
	font:12px/19px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

/* 댓글아이콘 */
.div_position1 {
	position:relative;
	display:block;
}

.div_position2 {
	position:relative;
	display:block;
}

.div_position1 .name, 
.div_position2 .name {
	padding-left:67px;
}

.div_position1 img, 
.div_position2 img {
	position:absolute;
	top:0px; left: 0px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 2px solid #E5E5E5;
	background-color:#FFFFFF;
	padding: 2px;
}

/* 댓글 */
.comment {
	margin:0;
	padding:0;
}

.commentWrite {
	margin:-2px 0 15px 0;
	padding:0;
}

.commentList {
	width:985px;
	margin:20px 0 0;
	padding:0;
	overflow:hidden;
	word-break:break-all;
	word-wrap:break-word;
}


/* 페이지 */
#paging {
	padding-top:45px;
	padding-bottom:15px;
	text-align:center;
	font:18px/19px verdana, sans-serif;
}

#paging a {
	color:#A8A9AA;
	text-shadow: 0px -1px 1px #FFFFFF, 0px 1px 1px #808080;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

#paging a:hover {
	color:#00A1FF;
	text-shadow: 0px -1px 2px #C2FFFF, 0px 1px 2px #00AAFF;
}

#paging .numbox { 
	color:#111111;
	font:18px/19px verdana, sans-serif;
}

#paging .num { 
	text-decoration:none;
}

#paging a.num span {
	font:18px/19px impact, sans-serif;
	padding-left:2px;
	padding-right:2px;
}


/* 이전 다음 버튼 */
#prevPage span,
#nextPage span {
	display:none;
}

#paging a#prevPage,
#paging a#nextPage {
	color:#3E3E3E;
}

#paging #prevPage { 
	float:left;
	padding-left:164px;
	background:url(images/icon_prev.png) no-repeat; 
	outline:none;
}

#paging a#prevPage:hover {
	background:url(images/icon_prev_hover.png) no-repeat; 
	outline:none;
}

#paging #nextPage { 
	float:right;
	padding-right:161px;
	background:url(images/icon_next.png) no-repeat; 
	outline:none;
}

#paging a#nextPage:hover {
	background:url(images/icon_next_hover.png) no-repeat; 
	outline:none;
}


/* 사이드바 */
#blogImage img {
	width:180px;
	border:5px solid #fff;
}


/* 리스트 */
#sidebar .wrpper ul li {
	padding-left:6px;
}

#sidebar .wrapper #tagbox ul li {
	padding-left:0;
}

#sidebar .wrapper ul li,
#sidebar .wrapper ul li a { 
	color:#00A1FF;
	font-size:11px;
	line-height:19px;
	font-family:Malgun Gothic, Dotum, AppleGothic, sans-serif;
	transition: all 0.10s ease-in-out;
	-webkit-transition: all 0.10s ease-in-out;
	-moz-transition: all 0.10s ease-in-out;
	text-shadow:0 1px #FFFFFF;
	outline:none;
}
#sidebar .wrapper ul li a:hover {
	color:#111111;
	outline:none;
}

#userID { 
	display:block;
	color:#444444;
	font:bold 12px/19px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

#blogDesc {
	color:#87888A;
	font:12px/19px Malgun Gothic, Dotum, AppleGothic, sans-serif;
	letter-spacing:-1px;
}


/* 카운터 */
#counter {
	margin-bottom:10px;
}

#counter div {
	width:121px;
	height:16px;
	margin-top:1px;
	padding:4px 4px 0 0;
	color:#EDEDEE;
	font:9px verdana, sans-serif;
	text-align:right;
}

#counter div span {
	display:none;
}

#counter .total {
	background:url(images/txt_total.gif) no-repeat;
}

#counter .today {
	background:url(images/txt_today.gif) no-repeat;
}

#counter .yesterday {
	background:url(images/txt_yesterday.gif) no-repeat;
}

#btnRSS {
	margin-bottom:18px;
}

#btnRSS a {
	display:block;
	width:125px;
	height:20px;
	background:url(images/rss.gif) no-repeat;
}

#btnRSS a span {
	display:none;
}


/* 타이틀 */
#calendar h3 {
	display:none;
}

h3.stitle {
	display:block;
	width:225px; 
	height:19px; 
	margin-bottom:5px; 
	background-repeat:no-repeat;
	background-position:0px;
	text-indent:-9999px;
	overflow:hidden;
}

#category h3 {
	background-image:url(images/stitle_categories.png);
	margin-bottom:9px;
}

#notice h3 {
	background-image:url(images/stitle_notice.png);
}

#tagbox h3 {
	background-image:url(images/stitle_tag.gif);
}

#recentPost h3 {
	background-image:url(images/stitle_recent_posts.png);
}

#recentComment h3 {
	background-image:url(images/stitle_recent_comments.png);
}

#recentTrackback h3 {
	background-image:url(images/stitle_recenttrackback.gif);
}

#archive h3 {
	background-image:url(images/stitle_archive.gif);
}

#link h3 {
	background-image:url(images/stitle_favorites.png);
}


.module_widget h3,
.module_plugin h3 {
	margin-top:2px;
	margin-bottom:6px;
	color:#111111;
	font:bold 12px Malgun Gothic, Dotum, AppleGothic, sans-serif;
}

#sidebar ul,
#category {
	margin-bottom:18px;
}


/* category */
#category div,
#category span {
	line-height:normal;
	font-size:11px;
	text-shadow:0 1px #FFFFFF;
}


/* 태그박스 */
#tagbox li,
#tagbox li a {
	color:#757575;
	font:11px/19px dotum, sans-serif;
}

#tagbox li .cloud1,
#tagbox li .cloud2,
#tagbox li .cloud3 {
	background-color:#818185;
	color:#E4E4E5 !important;
}


/* 엔드바 */
#endbar {
	height:65px;
	background:url(images/endbar.gif) repeat-x;
}

#endbar .wrapper {
	height:65px;
	background:url(images/endbar.gif) repeat-x;
	outline:none;
}

#endbar h1 {
	float:left;
	clear:both;
}

#endbar h1 a {
	color:#E31518;
	font-size:16px;
	font-family:Malgun Gothic, Dotum, AppleGothic, sans-serif;
	outline:none;
}

#endbar h1 a:hover {
	text-decoration:none;
	outline:none;
}

#endbar h1 a {
	display:block;
	width:112px;
	height:73px;
	margin-top:4px;
	margin-bottom:-12px;
	background:url(images/endbar_jajubong.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#endbar h1 a:hover {
	display:block;
	width:112px;
	height:73px;
	background:url(images/endbar_jajubong_hover.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#endbar .seperator,
#endbar .guestbook,
#endbar .rss,
#endbar h2,
#endbar h3,
#endbar h4,
#endbar h5,
#endbar h6 {
	float:right;
	margin-top:31px;
	outline:none;
}

#endbar h2 a,
#endbar h3 a,
#endbar h4 a,
#endbar h5 a,
#endbar h6 a {
	color:#E31518;
	font:12px verdana, sans-serif;
	outline:none;
}

#endbar .rss a {
	display:block;
	width:75px;
	height:15px;
	margin-right:135px;
	background:url(images/endbar_rss.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#endbar .rss a:hover {
	background:url(images/endbar_rss_hover.png) no-repeat;
	text-decoration:none;
}

#endbar .guestbook a {
	display:block;
	width:85px;
	height:15px;
	margin-right:10px;
	background:url(images/endbar_guestbook.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#endbar .guestbook a:hover {
	background:url(images/endbar_guestbook_hover.png) no-repeat;
	text-decoration:none;
	outline:none;
}

#endbar .seperator {
	display:block;
	width:15px;
	height:15px;
	background:url(images/endbar_seperator.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#endbar h2 a {
	display:block;
	width:58px;
	height:15px;
	background:url(images/endbar_contact.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#endbar h2 a:hover {
	background:url(images/endbar_contact_hover.png) no-repeat;
	text-decoration:none;
	outline:none;
}

#endbar h3 a {
	display:block;
	width:35px;
	height:15px;
	background:url(images/endbar_news.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#endbar h3 a:hover {
	background:url(images/endbar_news_hover.png) no-repeat;
	text-decoration:none;
	outline:none;
}

#endbar h4 a {
	display:block;
	width:49px;
	height:15px;
	background:url(images/endbar_sitemap.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#endbar h4 a:hover {
	background:url(images/endbar_sitemap_hover.png) no-repeat;
	text-decoration:none;
	outline:none;
}

#endbar h5 a {
	display:block;
	width:26px;
	height:15px;
	background:url(images/endbar_faq.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#endbar h5 a:hover {
	background:url(images/endbar_faq_hover.png) no-repeat;
	text-decoration:none;
	outline:none;
}

#endbar h6 a {
	display:block;
	width:43px;
	height:15px;
	background:url(images/endbar_about.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#endbar h6 a:hover {
	background:url(images/endbar_about_hover.png) no-repeat;
	text-decoration:none;
	outline:none;
}


/* footer */
#endbar {
	height:65px;
	background:url(images/endbar.gif) repeat-x;
}

#endbar .wrapper {
	height:65px;
	background:url(images/endbar.gif) repeat-x;
	outline:none;
}

#footbar h1,
#footbar .seperator,
#footbar .blog,
#footbar .artworks,
#footbar .cartoons,
#footbar .animations,
#footbar .photos,
#footbar .videos,
#footbar .reviews {
	float:left;
	outline:none;
}

#footbar h1 a {
	display:block;
	width:92px;
	height:17px;
	background:url(images/footbar_jajubong.png) no-repeat;
	text-indent:-9999px;
	margin-top:16px;
	padding-right:8px;
	overflow:hidden;
	outline:none;
}

#footbar .seperator {
	display:block;
	width:18px;
	height:11px;
	background:url(images/footbar_seperator.png) no-repeat;
	margin-top:21px;
	overflow:hidden;
}

#footbar .blog a {
	display:block;
	width:25px;
	height:11px;
	background:url(images/footbar_blog.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .blog a:hover {
	display:block;
	width:25px;
	height:11px;
	background:url(images/footbar_blog_hover.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .artworks a {
	display:block;
	width:53px;
	height:11px;
	background:url(images/footbar_artworks.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .artworks a:hover {
	display:block;
	width:53px;
	height:11px;
	background:url(images/footbar_artworks_hover.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .cartoons a {
	display:block;
	width:53px;
	height:11px;
	background:url(images/footbar_cartoons.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .cartoons a:hover {
	display:block;
	width:53px;
	height:11px;
	background:url(images/footbar_cartoons_hover.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .animations a {
	display:block;
	width:60px;
	height:11px;
	background:url(images/footbar_animations.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .animations a:hover {
	display:block;
	width:60px;
	height:11px;
	background:url(images/footbar_animations_hover.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .photos a {
	display:block;
	width:38px;
	height:11px;
	background:url(images/footbar_photos.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .photos a:hover {
	display:block;
	width:38px;
	height:11px;
	background:url(images/footbar_photos_hover.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .videos a {
	display:block;
	width:35px;
	height:11px;
	background:url(images/footbar_videos.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .videos a:hover {
	display:block;
	width:35px;
	height:11px;
	background:url(images/footbar_videos_hover.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .reviews a {
	display:block;
	width:40px;
	height:11px;
	background:url(images/footbar_reviews.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar .reviews a:hover {
	display:block;
	width:40px;
	height:11px;
	background:url(images/footbar_reviews_hover.png) no-repeat;
	text-indent:-9999px;
	margin-top:22px;
	overflow:hidden;
	outline:none;
}

#footbar h2,
#footbar h3,
#footbar h4 {
	float:right;
	margin-top:21px;
	outline:none;
}

#footbar .count {
	float:right;
	height:14px;
	display:block;
	margin-top:18px;
	color:#030409;
	font:13px arial, sans-serif;
	font-weight:bold;
	overflow:hidden;
	padding:0px 4px 0px 3px;
	outline:none;
	text-shadow:0px 1px 2px #B3B3B3;
}

#footbar .counted {
	float:right;
	height:14px;
	display:block;
	margin-top:18px;
	color:#030409;
	font:13px arial, sans-serif;
	font-weight:bold;
	overflow:hidden;
	padding:0px 0px 0px 5px;
	outline:none;
	text-shadow:0px 1px 2px #B3B3B3;
}

#footbar h2 {
	display:block;
	width:25px;
	height:14px;
	background:url(images/footbar_total.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#footbar h3 {
	display:block;
	width:52px;
	height:14px;
	background:url(images/footbar_yesterday.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#footbar h4 {
	display:block;
	width:32px;
	height:14px;
	background:url(images/footbar_today.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}

#footbar .copyright,
#footbar .copyright2 {
	float:left;
	margin-top:14px;
	padding-bottom:15px;
	text-shadow:0 1px #FFFFFF;
}

#footbar .copyright {
	display:block;
	height:14px;
	clear:left;
}

#footbar .copyright2 {
	display:block;
	height:14px;
	padding-left:5px;
}

#footbar .copyright,
#footbar .copyright a {
	color:#72767B;
	font:11px/12px Malgun Gothic, Dotum, AppleGothic, sans-serif;
	text-align:left;
	outline:none;
}

#footbar .copyright2 {
	color:#777B80;
	font:11px/12px Malgun Gothic, Dotum, AppleGothic, sans-serif;
	text-align:left;
}

#footbar .copyright2 a {
	color:#00A1FF;
	font:11px/12px Malgun Gothic, Dotum, AppleGothic, sans-serif;
	text-align:left;
	outline:none;
}

#footbar .online {
	float:right;
	outline:none;
	padding:11px 0px 0px 0px;
	clear:right;
}

/* 달력테이블 */
#calendar {
	margin-top:5px;
	margin-bottom:20px;
}

#calendar .cal_month a { 
	color:#D3D3D7;
	font:bold 9px/11px Verdana, sans-serif;
}

#calendar .cal_month a.prev-month { 
	display:block; 
	float:left;
	width:5px;
	height:11px;
	margin-left:4px;
	background:url(images/btn_prevmonth.gif) no-repeat 0px 4px;
	text-indent:-9999px;
	overflow:hidden;
}

#calendar .cal_month a.next-month { 
	display:block; 
	float:right;
	width:5px;
	height:11px;
	margin-right:4px;
	background:url(images/btn_nextmonth.gif) no-repeat 0px 4px;
	text-indent:-9999px;
	overflow:hidden;
}

#calendar .tt-calendar thead {
	display:none;
}

#calendar .tt-calendar tbody td { 
	background-color:#CECFD1;
	color:#8D8D91;
	font:9px/17px Verdana, sans-serif;
	text-align:center;
}

#calendar .tt-calendar tbody td.cal_day4 {
	background-color:#7C7C80;
	color:#DBDBDB;
}


/* 포스트본문 */
.article blockquote {
	margin:19px 0; 
	padding-left:12px; 
	background:url(images/iconBlockquote.gif) no-repeat;
}

/* 다음뷰 */
div.blogger-news-widget {
	padding-right:101px;
	display:inline;
	float:right;
	clear:none;
	text-align:left !important;
	width:76px !important;
}
div.blogger-news-widget embed {
	float:left;
}
div.another_category {
	margin-left:101px;
	padding-left:132px;
	margin-right:101px;
	padding-right:132px;
	border-bottom:none !important;
	box-shadow: 0px 1px 3px #E5E5E5;
	-moz-box-shadow: 0px 1px 3px #E5E5E5;
	-webkit-box-shadow: 0px 1px 3px #E5E5E5;
	background:url(images/another_category.png);
	background-repeat:no-repeat;
	background-position:center top; 
	clear:none;
}
div.another_category tr {
	line-height:15px;
	height:15px;
}
div.another_category td {
	font-style:italic;
	font-family:georgia, serif !important;
}

.another_gas {
	width:729px;
	background-color:#FEFEFE;
	border:1px solid #E5E5E5;
	border-top:none !important;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow: 0px 1px 3px #E5E5E5;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-box-shadow: 0px 1px 3px #E5E5E5;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-box-shadow: 0px 1px 3px #E5E5E5;
	padding-bottom:7px;
	margin-top:-10px;
}

/* 이미지캐시 */
div#jajubong_hover {
	background:url(images/menu_jajubong_hover.png) no-repeat -9999px -9999px;
	}

div#blog_hover {
	background:url(images/menu_blog_hover.png) no-repeat -9999px -9999px;
	}

div#artworks_hover {
	background:url(images/menu_artworks_hover.png) no-repeat -9999px -9999px;
	}

div#cartoons_hover {
	background:url(images/menu_cartoons_hover.png) no-repeat -9999px -9999px;
	}

div#animations_hover {
	background:url(images/menu_animations_hover.png) no-repeat -9999px -9999px;
	}

div#photos_hover {
	background:url(images/menu_photos_hover.png) no-repeat -9999px -9999px;
	}

div#videos_hover {
	background:url(images/menu_videos_hover.png) no-repeat -9999px -9999px;
	}

div#reviews_hover {
	background:url(images/menu_reviews_hover.png) no-repeat -9999px -9999px;
	}

div#jajubong_active {
	background:url(images/menu_jajubong_active.png) no-repeat -9999px -9999px;
	}

div#blog_active {
	background:url(images/menu_blog_active.png) no-repeat -9999px -9999px;
	}

div#artworks_active {
	background:url(images/menu_artworks_active.png) no-repeat -9999px -9999px;
	}

div#cartoons_active {
	background:url(images/menu_cartoons_active.png) no-repeat -9999px -9999px;
	}

div#animations_active {
	background:url(images/menu_animations_active.png) no-repeat -9999px -9999px;
	}

div#photos_active {
	background:url(images/menu_photos_active.png) no-repeat -9999px -9999px;
	}

div#videos_active {
	background:url(images/menu_videos_active.png) no-repeat -9999px -9999px;
	}

div#reviews_active {
	background:url(images/menu_reviews_active.png) no-repeat -9999px -9999px;
	}

div#icon_prev_hover {
	background:url(images/icon_prev_hover.png) no-repeat -9999px -9999px;
	}

div#icon_next_hover {
	background:url(images/icon_next_hover.png) no-repeat -9999px -9999px;
	}

div#endbar_about_hover {
	background:url(images/endbar_about_hover.png) no-repeat -9999px -9999px;
	}

div#endbar_contact_hover {
	background:url(images/endbar_contact_hover.png) no-repeat -9999px -9999px;
	}

div#endbar_faq_hover {
	background:url(images/endbar_faq_hover.png) no-repeat -9999px -9999px;
	}

div#endbar_sitemap_hover {
	background:url(images/endbar_sitemap_hover.png) no-repeat -9999px -9999px;
	}

div#endbar_news_hover {
	background:url(images/endbar_news_hover.png) no-repeat -9999px -9999px;
	}

div#endbar_rss_hover {
	background:url(images/endbar_rss_hover.png) no-repeat -9999px -9999px;
	}

div#endbar_guestbook_hover {
	background:url(images/endbar_guestbook_hover.png) no-repeat -9999px -9999px;
	}

div#footbar_blog_hover {
	background:url(images/footbar_blog_hover.png) no-repeat -9999px -9999px;
	}

div#footbar_artworks_hover {
	background:url(images/footbar_artworks_hover.png) no-repeat -9999px -9999px;
	}

div#footbar_cartoons_hover {
	background:url(images/footbar_cartoons_hover.png) no-repeat -9999px -9999px;
	}

div#footbar_animation_hover {
	background:url(images/footbar_animation_hover.png) no-repeat -9999px -9999px;
	}

div#footbar_photos_hover {
	background:url(images/footbar_photos_hover.png) no-repeat -9999px -9999px;
	}

div#footbar_videos_hover {
	background:url(images/footbar_videos_hover.png) no-repeat -9999px -9999px;
	}

div#footbar_reviews_hover {
	background:url(images/footbar_reviews_hover.png) no-repeat -9999px -9999px;
	}

div#icon_moreless_bar {
	background:url(images/icon_morelessbar.png) no-repeat -9999px -9999px;
	}

div#icon_moreless_top {
	background:url(images/icon_morelesstop.png) no-repeat -9999px -9999px;
	}

div#icon_moreless_end {
	background:url(images/icon_morelessend.png) no-repeat -9999px -9999px;
	}

div#header_jajubong_hover {
	background:url(images/header_jajubong_hover.png) no-repeat -9999px -9999px;
	}

div#endbar_jajubong_hover {
	background:url(images/endbar_jajubong_hover.png) no-repeat -9999px -9999px;
	}
