@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

html
{
	background-color: #FFFFFF;
}

body
{
	/*background: url('images/wisenut/bg/html_bg.gif') 50% top repeat-x;*/
	color: #666;
	font: 1.2em/1.7 "tahoma", "돋음", Helvetica, AppleGothic, Gulim, '굴림', sans-serif;
	font-size: 75%;
}

a
{
	text-decoration: none;
}

a:link, a:visited
{
	color: #4c4c4c;
}

a:hover, a:active
{
	color: #005aaa;
}

a.underline:link, a.underline:visited
{
	color: #4c4c4c;
}

a.underline:hover, a.underline:active
{
	color: #005aaa;
	text-decoration: underline;
}

/* global */

img
{
	border: 0 none;
}

br
{
	letter-spacing: 0;
}

hr
{
	display: none;
}

fieldset
{
	border: 1px solid #f0f0e6;
	display: block;
	padding: 1.2em;
}

legend
{
	color: #999;
	padding: 0 3px;
}

p
{
	margin-bottom: 1.7em;
}

code
{
	font-family: Monaco, Courier New, monospace;
}

pre
{
	margin-left: 0.8em;
	margin-bottom: 1.5em;
	padding: 0.4em;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

dfn, cite, address
{
	font-style: normal;
}

em
{
	font-style: italic;
}
/*-------------------------------*/

/* heading */

/*-------------------------------*/

h1
{
	font: normal 2.17em arial, 'Trebuchet MS', Verdana, sans-serif;
}

h1 a:link, h1 a:visited
{
	color: #e23c8e;
}

h1 a:hover, h1 a:active
{
	color: #ff6bb4;
}

h2
{
	padding-bottom: .5em;
	border-bottom: 1px solid #fff;
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #accb53;
}

h2 a:link, h2 a:visited
{
	color: #accb53;
}

h2 a:hover, h2 a:active
{
	color: #c0e900;
}

h3
{
	color: #2a2a2a;
	font-weight: bold;
	font-size: 12px;
}

h3 a:link, h3 a:visited
{
	color: #669818;
}

h3 a:hover, h3 a:active
{
	color: #7ab61a;
}

h4
{
	font-size: 1.08em;
}

/*-------------------------------*/

/* Layout */

/*-------------------------------*/
/*
#container
{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
*/

#author
{
	position: relative;
	margin: 0 5px;
	background: #222 url('images/bg_authorBar.gif') repeat-x 0 0;
	font-size: 0.92em;
	line-height: 3.3em;
}

* html #author
{
	display: inline-block;
}

#author span
{
	position: relative;
	left: -5px;
	float: left;
	font-family: AppleGothic, Dotum, '돋움', 'Lucida Grande', 'Myriad Pro', Helvetica, Tahoma, sans-serif;
	padding-left: 30px;
	background: url('images/bg_authorBarLeft.gif') no-repeat 0 0;
	color: #ccc;
	line-height: 3.4em;
}

#author ul
{
	position: relative;
	right: -5px;
	display: block;
	padding-right: 30px;
	background: url('images/bg_authorBarRight.gif') no-repeat 100% 0;
	list-style: none;
	text-align: right;
}

* html #author ul
{
	display: inline-block;
}

*:first-child+html #author ul
{
	display: inline-block;
}

/*
#header{ 
	background: url('images/wisenut/bg/logo_bg.gif') no-repeat;
	height: 75px;
}

#header h1{
	float: left;
	padding: 20px 0px 0px 85px;
}

#header .top_left{
	float: right;
	margin-right: 50px;
}

#header .top_left ul{
	margin: 0px;
	padding: 0px;
}


#header .top_left ul li{
	margin: 0px;
	padding: 0px;
}
*/

#mBody:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mBody
{
	width: 900px;
	text-align: left;
	padding: 0 30px;
	clear: both;
	display: inline-block;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	margin-top: 10px;
}

#contentColumn
{
	float: left;
	width: 655px;
	overflow: hidden;
}

#rightColumn
{
	float: right;
	width: 220px;
	overflow: hidden;
}

#rightColumn h3{
	padding: 0px 8px;
	font-family: 'tahoma','돋음','굴림';
}

#rightColumn h3, #rightColumn ul, #rightColumn ol{
	padding: 0px 10px;
}
/*
#footer
{
	clear: both;
	width: 100%;
	background: url("images/wisenut/bg/footer_bg.gif") repeat-x;
	padding: 0px 0px 10px 0px;	
}

#footer UL{
	list-style: none;
	padding: 0px 0px 15px 0px;
}

#footer UL LI{
	display: inline;
	padding: 0px 10px;
}
*/
/*-------------------------------*/

/* top */

/*-------------------------------*/

#author li
{
	display: inline;
	margin-left: 1em;
	font-family: 'Lucida Grande', 'Myriad Pro', Tahoma, sans-serif;
}

#author li a:link, #author li a:visited
{
	color: #ccc;
}

#author li a:hover, #author li a:active
{
	color: #eee;
}

/*-------------------------------*/

/* header */

/*-------------------------------*/
/*
#header ul
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	list-style: none;
	padding: .5em 20px 0 0;
	text-align: right;
}

#header li
{
	display: inline;
}

#header li a
{
	padding: .1em .5em;
	text-decoration: none;
}
*/
/*#header li a:link, #header li a:visited
{
	color: #333;
}

#header li a:hover, #header li a:active
{
	color: #333;
	background: #aed340;
}*/

/* selected */

#tt-body-page #header .tab_home a, 
#tt-body-search #header .tab_home a,
#tt-body-archive #header .tab_home a,
#tt-body-category #header .tab_home a,
#tt-body-entry #header .tab_home a,
#tt-body-cover #header .tab_cover a,
#tt-body-location #header .tab_location a,
#tt-body-tag #header .tab_tag a,
#tt-body-keylog #header .tab_keyword a,
#tt-body-notice #header .tab_notice a,
#tt-body-guestbook #header .tab_guestbook a
{
	color: #dd568c;
	text-decoration: underline;
}

/*-------------------------------*/

/* content column */

/*-------------------------------*/

.entry
{
	margin-bottom: 5.5em;
}

/* subject */

.subject
{
	margin-bottom: 2.5em;
	background: url('images/wisenut/bg/post_subject_bg.gif') repeat-x;
	height: 60px;
}

.subject h2{
	border: 0px;
}

.subject .top_bg{
	height: 3px;
}

.subject .bottom_bg{
	height: 7px;
}


.subject ul
{
	list-style: none;
}

.subject h2{
	float: left;
	font-family: '굴림';
	font-size: 15px;
	color: #4c4c4c;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 18px 0px 0px 20px;
	width: 460px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}

.subject h2 a:link, .subject h2 a:visited{
	color: #4c4c4c;
}

.subject li
{
	font: 0.92em/2 'Trebuchet MS', Helvetica, sans-serif;
	color: #999;
}

.subject .postInfo{
	float: right;
	padding: 16px 8px 16px 0px;
	background-color: none;

}

.subject .postInfo li{
	margin: 0px;
	line-height: 130%;
}

.subject .admin{
	background-color: none;
}

.subject .admin li{
	display: inline;
}

.subject .postInfo li
{
	padding: 0px;
}

.subject .infoDate
{
	/*background: url('images/bullet_clock.gif') no-repeat 7px 50%;*/
	color: #797979;
}

.subject .infoCategory a:link, .subject .infoCategory a:visited
{
	color: #4b87aa;
}

.subject .infoCategory a:hover{
	text-decoration: underline;
}

.subject li a
{
	font-family: AppleGothic, Dotum, '돋움', Helvetica, sans-serif;
}

.subject p
{
	padding: .3em 10px .3em 25px;
	background: #faf9f8 url('images/bullet_info.gif') no-repeat 5px 50%;
	border-bottom: 1px solid #e8e8e8;
	font: 0.92em 'Trebuchet MS', Helvetica, sans-serif;
	color: #999;
}

/* Protected */

.protectedBody
{
	margin-bottom: 2em;
	padding: 2em 0 2.5em;
}

.protectedBody p
{
	margin: .5em;
}

.protectedBody input.submitBtn
{
	width: 5em;
	font-size: 0.92em;
}

/* search list */

.searchList
{
	margin-bottom: 10px;
	border: 3px solid #dae6ea;
	padding: 20px;
	background: url('images/wisenut/bg/searchList_bg.gif');
	min-height: 10px;
	filter:alpha(opacity=60);
}

.searchList ol
{
	list-style: none;
	margin-top: 10px;
}

.searchList li
{
	background: url('images/bullet_searchList.gif') 0px 11px no-repeat;
	padding-left: 10px;
	color: #797979;
}

.searchList li *
{
	vertical-align: middle;
}

.searchList li a
{
	display: block;
	line-height: 1.9em;
}

.searchList li a:hover
{
	background-color: #faf9f8;
}

.searchList .slDate
{
	color: #4c4c4c;
	font-family: verdana;
	font-size: 0.8em;
	margin-right: .4em;
}

.searchList .slCnt
{
	color: #A0Be2d;
	font-size: 0.92em;
	margin-left: .2em;
}

/* admin */

.subject .admin
{
	border-top: 1px solid #fff;
}

.subject .admin li
{
	padding-right: .5em;
	font-family: AppleGothic, Dotum, '돋움', sans-serif;
}

.subject .admin li:after
{
	content: "|";
	color: #999;
	padding-left: .4em;
}

/* article */

.article
{
	margin: 1em 0 1.8em;
	text-align: left;
}


.article blockquote
{
	margin: 1.7em auto;
	padding: 0 10px;
	width: 80%;
	color: #50b4ca;
	border-left: 2px solid #ddd;
}

.article fieldset
{
	clear: both;
}

.article hr
{
	display: block;
	margin-bottom: 1em;
}

.article ol
{
	margin: 1em 0 1.5em 50px;
}

.article ul
{
	list-style: none;
	margin: 1em 0 1.5em 30px;
}

.article ul li
{
	padding-left: 20px;
	background: url('images/bullet_atricleUl.gif') no-repeat 0 .5em;
}

.article .infoAuthor
{
	line-height: 1.2em;
	margin-top: 20px;
	text-align: right;
}

.article .infoAuthor dfn
{
	background: url('images/bullet_author.gif') no-repeat 0 50%;
	padding: 2px 0 2px 18px;
}

.article .infoAuthor span
{
	color: #999;
	font: 0.92em/2 'Trebuchet MS', Helvetica, sans-serif;
}

.rssurl 
{
	color: #999;
	font: 0.92em/2 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
}

.tt-gallery-box
{
	clear: both;
}

.galleryControl a
{
	border-bottom: none !important;
}

.imageblock
{
	margin: 0 0 1.5em 0;
	padding: 0;
	border: none;
}

.imageblock.left, .imageblock.right
{
	margin: 0 0 .5em 0 !important;
}

.imageblock.left
{
	padding-right: 10px;
}

.imageblock.right
{
	padding-left: 7px;
}

.imageblock *
{
	border: 0 none !important;
}

.imageblock img
{
	background-color: #fff;
	vertical-align: middle;
}

.imageblock .extensionIcon img
{
	border: none !important;
	margin-right: 2px;
}

.imageblock .cap1
{
	color: #999;
	font-family: AppleGothic, Dotum, '돋움', Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3;
	padding: 3px;
	text-align: center;
	margin: 5px 0 0 0;
}

.moreless_fold
{
	padding-left: 20px;
	background: url('images/ico_plus.gif') no-repeat left 50%;
}

.moreless_top
{
	margin-bottom: 10px;
	padding-left: 20px;
	background: url('images/ico_minus.gif') no-repeat left 50%;
}

.moreless_bottom
{
	display: none;
}

.moreless_fold span, .moreless_top span, .moreless_bottom span
{
	background: #f5f5f5;
	color: #333;
}

.moreless_content
{
	padding: 1em 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	background-color: #faf9f8;
	display: block;
}

.article dt
{
	font-weight: none;
}

.article dd
{
	padding-left: 1.2em;
}

div.footnotes {
	padding: 1em 0.5em 0 0.2em;
	font-size: 0.9em;
	line-height: 150%;
	color: #555;
}

div.footnotes hr {
	margin-bottom: 8px;
	border: 0 none;
	background: #999;
	width: 30%;
	height: 1px;
}

div.footnotes ol {
	margin-left: 25px;
}

div.footnotes ol p {
	margin: 0.7em;
}	

/* tag, comments btn */

.miscInfo
{
	clear: both;
	margin: 2em 0 1em;
	padding: 0px 0px 5px 0px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 2px solid #799bb6;
	font-size: 0.92em;
	line-height: 1.5em;
	background: url('images/rss_trackback_bg.gif');
}

.response_text a:link, .response_text a:visited{
	color: #a0be2d;
}
.response_text a:hover{ text-decoration: underline; }

.miscInfo dl
{
	padding: 0.5em 20px;
}

.miscInfo dt
{
	float: left;
	width: 6em;
	margin-top: 3px;
	padding-left: 20px;
}

.miscInfo .postTag
{
	background: url('images/bullet_tag.gif') no-repeat 0 45%;
}

.miscInfo .response
{
	background: url('images/bullet_comment.gif') no-repeat 0 50%;
}

.miscInfo .rss
{
	background: url('images/btn_rss.png') no-repeat 0 50%;
}
.miscInfo dd
{
	margin: .3em 0 0 8em;
	padding-left: .5em;
}

/*-------------------------------*/

/* trackback */

/*-------------------------------*/

.trackback .url
{
	background: url('images/bullet_uri.gif') no-repeat 5px 50%;
	padding-left: 20px;
	font: 0.9em 'Trebuchet MS', Helvetica, sans-serif;
}

.trackback .rss
{
	background: url('images/btn_rss.png') no-repeat 5px 50%;
	padding-left: 20px;
	font: 0.9em 'Trebuchet MS', Helvetica, sans-serif;
}

/* Trackback list */

.trackback h3
{
	display: none;
}

.trackback
{
	padding-bottom: .5em;
}

.trackback ol
{
	list-style: none;
}

.trackback ol li
{
	margin-bottom: 1em;
	padding: .5em 1em;
	background-color: #faf9f8;
	border: 1px solid #f0f0e6;
}

.trackback li p
{
	margin-bottom: 1em;
}

.trackback li span
{
	font: 0.92em 'Franklin Gothic Medium', Helvetica, sans-serif;
	color: #999;
}

.trackback span a:link, .trackback span a:visited
{
	color: #999;
}

.trackback span a:hover, .trackback span a:active
{
	color: #333;
}

.trackback li p
{
	margin: .8em 0;
	text-align: left;
}

.trackback cite
{
	font-family: AppleGothic, Dotum, '돋움', Helvetica, sans-serif;
}

/*-------------------------------*/

/* Comments, Guestbook */

/*-------------------------------*/

.entry .list
{
	margin: .5em 0 2em;
}

#guestBook .list
{
	margin-top: 2em;
}

/* Comment list */

.list h3
{
	display: none;
}

.list ol
{
	list-style: none;
	margin-bottom: 2em;
}

.list li
{
	margin-bottom: 1em;
	border: 1px solid #f0f0e6;
}

* html .list li
{
	display: inline-block;
}

*:first-child+html .list li
{
	display: inline-block;
}

.list li p
{
	clear: left;
	margin-bottom: .5em;
	padding: 0 1em .3em;
}

.list p.writer
{
	padding: 0 1em 0;
}

.list span.command
{
	float: left;
	display: block;
	margin-bottom: 1em;
	font: 0.92em 'Franklin Gothic Medium', Helvetica, sans-serif;
	color: #999;
}

.list span a
{
	text-decoration: underline;
}

.list span a:link, .list span a:visited
{
	color: #999;
}

.list span a:hover, .list span a:active
{
	color: #333;
}

.list cite
{
	display: block;
	margin: .6em 0 -.5em;
}

.list span abbr
{
	border: 0 none;
}

/* Reply */

.list ol li ol
{
	margin: 0;
}

.list ol li ol li
{
	margin: 0;
	padding: 0 0 .3em;
	border: 0 none;
	border-top: 1px solid #f0f0e6;
	background-color: #faf9f8;
}

.list .writer cite img
{
	float: left;
	margin: 0 .5em 3px 0;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 2px;
}

/* special classes
.list ol li.rp_secret p.writer cite, .list ol li.guest_secret p.writer cite
{
	background-image: url('images/ico_lock.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.list ol li.rp_secret span.hiddenCommentTag_name, .list ol li.guest_secret span.hiddenCommentTag_name
{
	color: #999;
}

.list ol li.rp_secret span.hiddenCommentTag_content, .list ol li.guest_secret span.hiddenCommentTag_content
{
	display: none;
} */

/* Write area */

form legend
{
	font: 1.3em 'Franklin Gothic Medium', Helvetica, sans-serif;
}

form fieldset div
{
	margin: .3em 0;
	width: 435px;
}

form label
{
	padding-left: .2em;
	vertical-align: middle;
	font: 1em 'Franklin Gothic Medium', Helvetica, sans-serif;
}

form label em
{
	color: #999;
}

form input
{
	width: 180px;
	padding: 2px .5em;
	background-color: #faf9f8;
	border: 1px solid #ddd;
	font: 1em AppleGothic, Gulim, '굴림', sans-serif;
	vertical-align: middle;
	color: #666;
}

form textarea
{
	width: 435px;
	height: 6em;
	padding: 2px .5em;
	background-color: #faf9f8;
	border: 1px solid #ddd;
	font: 1em AppleGothic, Dotum, '돋움', sans-serif;
	color: #666;
}

form input:focus, textarea:focus
{
	background-color: #fff;
	border-top-color: #aaa;
	border-left-color: #aaa;
}

.checkbox
{
	width: 12px;
	padding: 0;
	border: 0 none;
	background: none;
}

.submit
{
	height: 3.2em;
}

.submit input
{
	width: 80px;
	height: 25px;
	margin-top: 1em;
	padding: .3em;
	font-size: 0.92em;
	color: #666;
	cursor: pointer;
}

/*-------------------------------*/

/* location log */

/*-------------------------------*/

#location
{
	margin-bottom: 3em;
}

#location dt, #location dd
{
	border-bottom: solid 1px #eee;
}

#location dt span
{
	padding-left: 12px;
	background: url('images/bullet_indent.gif') no-repeat 0 3px;
}

#location dt .dent0
{


/* first child */
	padding-left: 18px;
	background: url('images/bullet_globalspot.gif') no-repeat 5px 50%!important;
	font-weight: bold;
}

#location dd span
{
	padding-left: 10px;
	background: url('images/bullet_spot.gif') no-repeat 0 3px;
}

#location dd .localAuthor
{
	font-size: 0.92em;
	vertical-align: middle;
	color: #999;
}

/*-------------------------------*/

/* tag log (page)*/

/*-------------------------------*/

#taglog
{
	margin-bottom: 3em;
}

#taglog ul
{
	list-style: none;
	text-align: left;
}

#taglog li
{
	display: inline;
	line-height: 2.2em
}

#taglog li a.cloud1
{
	font-weight: bold;
	font-size: 2em;
}

#taglog li a.cloud2
{
	font-weight: bold;
	font-size: 1.8em;
	color: #afd06c;
}

#taglog li a.cloud3
{
	font-weight: bold;
	font-size: 1.5em;
	color: #b3c987;
}

#taglog li a.cloud4
{
	font-size: 1.2em;
	color: #a8bd7f;
}

#taglog li a.cloud5
{
	font-size: 0.92em;
	color: #aaa;
}

#taglog li a:hover
{
	color: #c36;
}

/*-------------------------------*/

/* keyword log */

/*-------------------------------*/

#keywords ul
{
	list-type-style: none;
	text-align: left;
}

#keywords ul li
{
	display: inline;
	line-height: 2.2em
	list-type-style: none;
	padding-right: 10px;
}

/*-------------------------------*/

/* cover */

/*-------------------------------*/

.coverpost
{
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}

.coverpost h2
{
	font-size: 120%;
	padding-right: 5px;
}

.coverpost h2 a
{
	letter-spacing: -1px;
	line-height: 125%;
}

.coverpost .img_preview
{
	background-color: #fff;
	float: left;
	padding: 0 7px 7px 0;
}

.coverpost .img_preview img
{
	border: 2px solid #ccc;
	cursor: pointer;
	height: 80px;
	width: 80px;
}

.coverpost .post_info
{
	background-color: #faf9f8;
	border-bottom: 1px solid #e8e8e8;
	font: 0.9em Dotum, Arial, sans-serif;
	padding: .3em .6em .3em 0;
}

.coverpost .post_info span
{
	line-height: 1.2em;
	padding: .3em 0 .3em 22px;
}

.coverpost .post_info .category
{
	background: url('images/bullet_folder.gif') no-repeat 6px 50%;
}

.coverpost .post_info .category a
{
	color: #888;
	margin-right: 6px;
}

.coverpost .post_info .date
{
	background: url('images/bullet_clock.gif') no-repeat 0 50%;
	color: #888;
	font-family: Verdana, Helvetica, Arial, Gulim, sans-serif;
	padding-left: 16px;
}

.coverpost .post_info .author .preposition
{
	display: none;
}

.coverpost .post_info .author
{
	background: url('images/bullet_author.gif') no-repeat 6px 50%;
}

.coverpost .post_content
{
	margin: 5px 0;
	line-height: 125%;
	overflow: hidden;
}

.coverpost .post_tags
{
	background: url('images/bullet_tag.gif') no-repeat 0 0.35em;
	clear: both;
	line-height: 1.2em;
	padding: 5px 5px 5px 20px;
}

.coverpost .post_tags a
{
	font-size: 0.9em;
}

.coverpost .post_tags span
{
	display: none;
}

.clear
{
	clear: both;
}

/*-------------------------------*/

/* page navigation */

/*-------------------------------*/

.paging
{
	margin: 0px 0px 30px 0px;
	font: 0.9em 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
	color: #ccc;
}

.paging a:link, .paging a:visited
{
	color: #666;
}

.paging a:hover, .paging a:active
{
	color: #fa942f;
}

.paging .selected
{
	font-weight: bold;
	color: #fa942f;
}

.paging .pagingli{
	margin: 0px 5px;
}

.paging .pagingli:link, .paging .pagingli:visited{
	text-decoration: none;
	color: #666;
}

.paging .pagingli:hover, .paging .pagingli:active{
	text-decoration: underline;
	color: #666;
}

.paging .nextPrev{
	margin: 0px 3px;
}

/*-------------------------------*/

/* sidebar */

/*-------------------------------*/

.seperate_bar{
	background: url('images/wisenut/bg/seperate_bar.gif') 0px 100% repeat-x;
}

.seperate_dotline{
	background: url('images/wisenut/dotline.gif') 0px 100% repeat-x;
}

#rightColumn
{
	margin-bottom: 5em;
}

/* tag cloud (sidebar only) */

#tagbox ul
{
	padding-top: 1em;
}

#tagbox li
{
	display: inline;
	line-height: 1.5;
}

#tagbox a
{
	letter-spacing: -1px;
}

#tagbox li a.cloud1
{
	font-weight: bold;
	font-size: 1.6em;
	color: #cb89b3;
}

#tagbox li a.cloud2
{
	font-weight: bold;
	font-size: 1.5em;
	color: #dab1cb;
}

#tagbox li a.cloud3
{
	font-weight: bold;
	font-size: 1.2em;
	color: #d9c8d3;
}

#tagbox li a.cloud4
{
	font-size: 1em;
	color: #999;
}

#tagbox li a.cloud5
{
	font-size: 0.9em;
	color: #ccc;
}

#tagbox li a:hover
{
	background-color: #f5f5f5;
	text-decoration: none;
	color: #333;
}

/* Categories */

#category div
{
	margin: 0 !important;
}

#category h3
{
	margin-bottom: .3em;
}

#category
{
	font: 0.92em/2 AppleGothic, Dotum, '돋움', sans-serif;
}

#category ul
{
	list-style: none;
}

#category ul li{
	background: url('images/wisenut/sidebar_list_bullet.gif') no-repeat 0 5px;
	font-weight: bold;
	padding-left: 10px;
	font-size: 12px;
	line-height: 160%;
}

#category ul ul{
	padding: 0px;
	padding-top: 5px;
}

#category ul li a:link, #category ul li a:visited{
	color: #7d7d7d;
}

#category ul li ul li a:link, #category ul li ul li a:visited{
	color: #005aaa;
}
#category ul li ul li{
	color: #005aaa;
	background: none;
	font-weight: normal;
	font-size: 12px;
	background: url('images/wisenut/sidebar_list_bullet2.gif') no-repeat 0 30%;
}

/*
#category li a
{
	display: block;
	border-bottom: 1px solid #eee;
}

#category li a:link, #category li a:visited
{
	color: #cb89b3;
}

#category li a:hover, #category li a:active
{
	color: #c36;
	background-color: #faf9f8;
}

/* 1 depth */
/*
#category ul li ul li a
{
	padding-left: 22px;
	background: url('images/bullet_category.gif') no-repeat 0 50%;
	border-bottom: 1px solid #eee;
}

#category ul li ul li a:link, #category ul li ul li a:visited
{
	color: #666;
}

#category ul li ul li a:hover, #category ul li ul li a:active
{
	color: #c36;
	background-color: #faf9f8;
}

/* 2 depth */
/*
#category ul li ul
{
	margin: 0;
}

#category ul li ul li ul li
{
	border-bottom: 1px solid #eee;
}

#category ul li ul li ul li a
{
	border: 0 none;
	padding-left: 36px;
	background: url('images/bg_tree.gif') no-repeat 22px 45%;
}

#category ul li ul li ul li.lastChild a
{
	background: url('images/bg_treeEnd.gif') no-repeat 22px 45%;
}
*/
/* selected */

#category .selected
{
	font-weight: bold;
}

#category .selected ul li
{
	font-weight: normal;
}

/* count  */

.c_cnt
{
	color: #c1c1c1;
	font-size: 11px;
}


/* blogger instruction */

#bloggerTag img
{
	border: 2px solid #dedede;
	display: block;
	margin: 0 auto;
}

#bloggerTag p.description
{
	font: 0.9em/1.2 AppleGothic, Dotum, '돋움', sans-serif;
	margin: 10px 0 5px 0;
}

#bloggerTag p.owner
{
	margin-bottom: 0;
	text-align: right;
}

/* author list */
#authorList ol, #authorList ul, #archiveBox ul
{
	list-style: none;
}

#authorList li
{
	list-style: none;
}

#authorList li a:link, #authorList li a:visited
{
	color: #666;
}

#authorList li a:hover, #authroList li a:active
{
	background: #faf9f8;
	color: #c36;
}
/* recently */

.recent ol, .recent ul
{
	margin-top: .3em;
	list-style: none;
}

.recent li
{
	font: 0.9em/1.5 AppleGothic, Dotum, '돋움', sans-serif;
	letter-spacing: -1px;
	background: url('images/wisenut/sidebar_list_bullet.gif') no-repeat 0px 6px;
	padding-left: 8px;
	font-size: 12px;
	line-height: 100%;
}

.recent li a
{
	display: block;
	padding: .3em 0;
}

.recent li a:link, .recent li a:visited
{
	color: #666;
}

.recent li a:hover, .recent li a:active
{
	background: #faf9f8;
	color: #c36;
}

.recent span
{
	color: #f90;
}

.recent cite
{
	display: block;
	color: #aaa;
}

/* Calendar */

#calendar table
{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#calendar td
{
	text-align: center;
}

#calendar caption
{
	margin-top: .8em;
	text-align: left;
	font: .8em Arial, Helvetica, sans-serif;
}

#calendar th
{
	height: 1.2em;
	font: normal 0.92em AppleGothic, Dotum, '돋움', sans-serif !important;
}

#calendar tr.cal_week
{
	font: .8em/2 'Trebuchet MS', Helvetica, sans-serif !important;
}

#calendar td.cal_day4
{
	background-color: #faf9f8;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#calendar td a
{
	text-decoration: underline;
	display: block;
	width: 100%;
}

#calendar td a:link, #calendar td a:visited
{
	color: #abc833;
}

#calendar td a:hover, #calendar td a:active
{
	color: #390;
	background-color: #eff2e3;
}

.cal_month 
{
	text-align: center !important;
}

/* Link list */

#linklist ol, #linklist ul
{
	margin-top: .3em;
	list-style: none;
}

#linklist li
{
	font: 1em/1.5 AppleGothic, Dotum, '돋움', sans-serif;
	letter-spacing: -1px;
	border-bottom: 1px solid #eee;
	text-align: right;
}

#linklist li ul li
{
	font-size: 0.925em;
	text-align: left;
}

#linklist li a
{
	display: block;
	padding: .3em 0;
}

#linklist li a:link, #linklist li a:visited
{
	color: #666;
}

#linklist li a:hover, #linklist li a:active
{
	background: #faf9f8;
	color: #c36;
}

#linklist span
{
	color: #f90;
}

#linklist cite
{
	display: block;
	color: #aaa;
}

/* stats */

#counter dl
{
	margin-top: 1em;
	font: 0.92em 'Trebuchet MS', Helvetica, sans-serif;
}

#counter dt
{
	float: left;
	margin-right: .3em;
}

/* banner */

#rightColumn .banner
{
	text-align: center;
}

#eolinBanner
{
	margin-top: 15px !important;
}

/* RSS button */

#subscription
{
	margin-top: 20px !important;
	text-align: center;
}

#subscription a span
{
	display: none;
}
#subscription a
{
	display:block;
	float:left;
	margin-left:10px;
}

#subscription .rss,
#subscription .rss_response,
#subscription .atom,
#subscription .atom_response
{
	width:32px;
    height:40px;
	margin-top: 10px;
}

#subscription .rss
{
	background: url('images/rss_32.png') no-repeat;
	margin-left:30px !important;
}

#subscription .rss_response
{
	background: url('images/rss_response_32.png') no-repeat;
}

#subscription .atom
{
	background: url('images/atom_32.png') no-repeat;
}

#subscription .atom_response
{
	background: url('images/atom_response_32.png') no-repeat;
}
/* search form */

#searchBox
{
	text-align: center;
}

#searchBox .sInput
{
	width: 150px;
	padding: .3em .3em;
	border: 0 none;
	border-top: 1px solid #d7d7cc;
	border-left: 1px solid #d7d7cc;
	background-color: #f6f6f4;
	font: 1em AppleGothic, Dotum, '돋움', sans-serif;
	vertical-align: middle;
	color: #333;
}

#searchBox .sInput2
{
	width: 150px;
	padding: .3em .3em;
	border: 1px solid #bebebe;
	font: 1em AppleGothic, Dotum, '돋움', sans-serif;
	vertical-align: middle;
	color: #333;
	background: url('images/wisenut/bg/search_input_bg.gif') no-repeat #fefefe;
}

#searchBox .sInput:focus
{
	background-color: #f2f2ed;
	border-top-color: #cacabc;
	border-left-color: #cacabc;
}

#searchBox .searchSubmit
{
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 0;
	background: none;
	border: 0 none;
	vertical-align: middle;
	cursor: pointer;
}

/*-------------------------------*/

/* footer */

/*-------------------------------*/
#footer address
{
	position: relative;
	right: -5px;
	padding: 1em 5px 0 0;
	background: url('images/bg_footerRight.gif') no-repeat 100% 0;
}

address.credit
{
	clear: both;
	color: #333;
	font-family: 'Lucida Grande', 'Myriad Pro', 'Trebuchet MS', Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 20px 0 15px !important;
	text-align: center;
}

address.credit a
{
	color: #555;
	border-bottom: 1px dashed #b4e7f3;
}

address.credit a:hover
{
	color: #017c99;
}

.letterT
{
	color: #009bd5;
}

.letterE
{
	color: #0083ae;
}

.letterX
{
	color: #e80478;
}

.letterT2
{
	color: #b71767;
}

.letterC
{
	color: #fdc11f;
}

.letterU
{
	color: #f39424;
}

.letterB
{
	color: #b1d04d;
}

.letterE2
{
	color: #8daa41;
}








/* 와이즈넛 */

.wise_sidebar DIV{
	padding: 10px 0px;
}


/* 메인 coding by 윤건 */

#contents_left{
	float: left;
	width: 655px;
}

#contents_right{
	float: right;
	width: 220px;
}

#main_banner{
	width: 655px;
	height: 207px;
	background: url('images/wisenut/main/main_banner.gif') no-repeat;
}

#notice_area .top ul{
	float: left;
}

#notice_area .top ul li{
	display: inline;
}

#notice_area .top .title{
	float: left;
	width: 150px;
}

#notice2_area{
	margin-bottom: 20px;
}

#notice_area .notice_underbar{
	padding: 0px;
	margin: 0px;
	background: url('images/wisenut/main/notice_underbar_bg.gif') repeat-x;
	height: 3px;
}

#notice_area .notice_contents_area{
	background: url('images/wisenut/main/notice_1_bg.gif') 100% 0% no-repeat;
}

#notice_area h2{
	font-family: dotum;
	letter-spacing: 1px;
	font-size: 14px;
	color: black;
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#notice_area .notice_contents{
	width: 450px;
}

#notice_area .notice_contents_top .more_btn{
	padding-top: 5px;
	float: right;
}

#notice_area .notice_contents_top{
	padding: 10px 5px;
}

#family_site {
	margin: 0 auto;
}

#family_site .family_site_top_bg{
	background: url('images/wisenut/main/family_site_top_bg.gif') no-repeat;
	height: 8px;
	overflow: hidden;
}

#family_site .family_site_bg{
	background: url('images/wisenut/main/family_site_bg.gif') repeat-y;
	text-align: center; 
	margin: 0 auto;
}

#family_site .family_site_bg h5{
	margin-bottom: 10px;
}

#family_site .family_site_bg h5{
	text-align: center;
}

#family_site .family_site_bottom_bg{
	background: url('images/wisenut/main/family_site_bottom_bg.gif') no-repeat;
	height: 8px;
	overflow: hidden;
}


#notiece2_noti{
	width: 534px;
	float: left;
}

#notiece2_banner{
	float: right;
	padding-left: 5px;
	margin-top: 48px;
}

#notiece2_banner UL{
	list-style: none;
}

#notiece2_banner UL LI{
	line-height: 100%;
	padding:0px;
	margin:0px;
}

#notice2_noti_left{
	float: left;
	width: 290px;
}

#notice2_noti_right{
	float: left;
	width: 231px;
	margin-left: 10px;
}

#notice2_noti_left .more_btn{
	color: #af0602;
	text-decoration: underline;
}

#notice2_noti_right .more_btn{
	color: #af0602;
	text-decoration: underline;
}


#notice2_noti_left h4{
	float: left;
}

#notice2_noti_left .more_btn{
	float: right;
	padding-top: 20px;
}


#notice2_noti_right h4{
	float: left;
}

#notice2_noti_right .more_btn{
	float: right;
	padding-top: 20px;
}

#notice2_noti_right .more_btn SPAN{
	background: url('images/wisenut/main/more_bullet.gif') no-repeat 0% 4px;
	padding-left: 12px;
}

#notice2_noti_left .more_btn SPAN{
	background: url('images/wisenut/main/more_bullet.gif') no-repeat 0% 4px;
	padding-left: 12px;
}

#notice2_area{
	margin-top: 40px;
}

#notice2_area .box{
	border: 1px solid #e9e9e9;
	background-color: #fafbef;
}

#notice2_area .box UL{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	list-style: none;
}

#notice2_area .box UL LI{
	margin: 0px;
	padding: 0px;
}

#notice2_area .box UL .subject{
	float: left;
}

#notice2_area .box UL .date{
	float: right;
}

#notice2_area .box span{
	background: url('images/wisenut/main/bullet3.gif') no-repeat 0% 50%;
	padding-left: 10px;
}

#family_site .family_site_item{
	background: url('/skin/customize/1/images/wisenut/main/family_site_item_bg.gif') no-repeat; width: 216px; height: 157px;
	margin: 0 auto;
	margin-bottom: 17px;
}

#family_site .family_site_item2{
	background: url('/skin/customize/1/images/wisenut/main/family_site_item_bg.gif') no-repeat; width: 216px; height: 157px;
	margin: 0 auto;
	margin-bottom: 0px;
}

#family_site .family_site_item h6{
	text-align:left; background: url('/skin/customize/1/images/wisenut/main/bullet2.gif') no-repeat 12px 13px; 
	padding: 10px 0px 5px 35px; 
	font-size: 12px; color: #af0602;
}

#family_site .family_site_item .description{
	margin-top: 10px;
}


/** " " **/
/**   2008.11.11 css by KOREAWISEnut  **/

/*
body{ margin: 0px; padding: 0px; font-family: MS PGothic; font-size: 0.75em; color: #333; line-height: 150%; word-break: break-all; }
form { margin: 0; padding: 0; }
hr { display: none;}
p,
div, 
th, 
td{ color: #333; }
a:link, 
a:visited { color: #666; text-decoration: none; }
a:active, 
a:hover { color: #000; text-decoration: none; }
img, 
input.type-image { border: 0 none; }
span.button, 
img.button, 
a.button { cursor: pointer; vertical-align: middle; }
*/

#container
{ width: 100%; margin: 0 auto; text-align: center; background:url(images/en_top_bg.gif) repeat-x 0 0;}
	/*header*/
	#header { margin:0 auto; width:890px; height:80px; background:url(images/en_top.gif) no-repeat 0 0;}
		#logo { margin: 0; padding: 0; width: 200px; height: 80px; overflow: hidden; float: left; display: inline;}
		#logo img { margin-top: 15px; margin-left: 43px;}
		.language {
			float: right; width: 200px; margin: 5px 30px; _margin: 5px 15px; color:#fff; border:0px solid #fff; text-align:right;
			background: url('/skin/customize/1/images/selectBox.gif') no-repeat; width: 86px; height: 18px; 
		}
		ul#topmenu { width: 600px; height: 30px; position: relative; margin: 16px 30px 0px 0px; padding: 0px; float: right; display: inline; list-style: none; text-align:right;}
		#topmenu li { display: inline; margin-left:30px;}
		#test { background:url(images/en_menu_bar.gif) no-repeat 0 4px; padding-left:30px;}
	/*content*/
	#visual,
	#hotnews,
	#solution { width:840px; margin:0 auto; padding:0 20px 0 30px; clear:both;}
	
	#visual { height:170px; margin-top:15px;}
		.vs_img { width:260px; height:170px; float:left; padding-right:15px;}
		.vs_ttext { font-size:23px; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0; padding-top:30px; color:#92af52;}
		.vs_stext { font-family:Verdana, Arial, Helvetica, sans-serif; padding-top:5px;}
		.vs_bt { text-align:right;}	
		
	
	
	/*foot*/
	#footer { clear: both; height:55px; background: url('images/foot_bg.gif') repeat-x #fff; 
			overflow: auto; text-align:center; padding-top:15px; font-family:"Lucida Grande",Arial, Helvetica, sans-serif; font-size:11px; letter-spacing:0.1em;}


	/*서브메뉴*/
	#submenu { width:655px; height:45px; }
		#submenu table { width:100%;  border-collapse:collapse;}
		#submenu th { width:125px;}
		#submenu td { background:url(images/wisenut/submenu_bg.gif) repeat-x 0 top;}
			#submenu td ul { padding:0; margin:0; list-style: none;}
			#submenu td li { float:left; font-size:12px; padding-top:15px; padding-left:9px; padding-right:15px; 
							 background:url(images/wisenut/icon_circle1.gif) no-repeat 0px 75%;
							 font-family:Verdana, Arial, Helvetica, sans-serif; }
			#submenu td li a:link, #submenu td li a:visited { color:#2a2a2a; text-decoration: none;}
			#submenu td li a:active, #submenu td li a:hover { color:#2a2a2a; text-decoration: underline;}
	/*서브타이틀*/
	#contentColumn .submemu_title { font-size:30px; border: 0px; font-family: "Times New Roman", Times, serif; text-align:right; padding:10px 0 10px 0; margin:0; color:#acbcc7; height: 75px; background:url(images/wisenut/section_bg.gif) no-repeat right 60px;}
	#contentColumn .submemu_title2 { font-size:30px; border: 0px; font-family:"Times New Roman", Times, serif; text-align:right; padding:10px 0 0 0; margin:0; color:#acbcc7; height: 75px; background:url(images/wisenut/section_bg2.gif) no-repeat right 60px;}
	
	/*2depth*/
	#tw_depth { position: relative;}
	#tw_depth h3 { text-decoration: none;  border: 0px; font-size:25px; width:655px; font-family:"Times New Roman", Times, serif; padding:10px 0 0 0; margin:0; color:#4c4c4c;}
	#tw_depth span {  width:300px; font-size:11px; font-weight:normal; position:absolute; text-align:right; top:20px; right:0px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#797979;}
		/* 경로 링크 --*/
		.map_span { padding-top: 7px; }
		.map { color:#a0be2d; text-decoration:none;}
		a.map:link, a.map:visited {color:#a0be2d; text-decoration:none;}
		a.map:hover, a.map:active {color:#a0be2d; text-decoration:underline;}
	/*3depth*/
	#tr_depth { background:url(images/wisenut/3depth_line.gif) repeat-x top; margin-top:5px;height:30px;}
		#tr_depth ul { padding:0 0 0 10px; margin:0;list-style: none;}
		#tr_depth li {float:left; font-size:12px; padding-top:15px; padding-left:9px; padding-right:30px; padding-bottom:20px; 
							 background:url(images/wisenut/icon_arrow2.gif) no-repeat 0 23px;
							 font-family:Verdana, Arial, Helvetica, sans-serif;} 
		/* 3depth 링크 --*/
		.d3 {color:#556380; text-decoration:none;}
		a.d3:link, a.d3:visited {color:#556380; text-decoration:none;}
		a.d3:hover, a.d3:active {color:#556380; text-decoration:underline;}

		
		

		
	/*서브내용시작*/
	#sub_section { padding:0; margin:0; clear:left; font-family: Dotum, "굴림"; }
		#sub_section h2 { text-decoration: none; border: 0px; padding:0; margin:0; font-size:12px; width:655px; height:25px;}
			.ss_s1 p, .ss_s2 p { padding:0 0 8px 20px; margin:0; line-height:140%;text-align:justify;}
			/*서브스타일_1*/
			.ss_s1 { padding:10px 0px;}
				.ss_s1 img { float:left; margin-right:10px;}
				.ss_s1 table { float:left; border-collapse:collapse;}
				.ss_s1 th { text-align: center; font-size:12px; font-weight:normal; color:#4b87aa; width:85px; text-align:left; vertical-align:text-top; background:url('images/wisenut/icon_arrow1.gif') no-repeat 0 4px; padding-left:8px;}
				.ss_s1 td { font-size:12px; padding-bottom:5px; color:#797979; background:url('images/wisenut/icon_bar1.gif') no-repeat 0 4px; padding-left:8px; }
					.ss_s1 td a:link, .ss_s1 td a:visited { color:#a0be2d; text-decoration: underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
					.ss_s1 td a:active, .ss_s1 td a:hover { color:#a0be2d; text-decoration: underline;}
					.ss_s1 td p { padding:0; margin:0; line-height:140%;}
					.ss_s1 td div img { margin-bottom:15px; margin-right:15px;}
			/*서브스타일_2*/
			.ss_s2 { padding:10px 0px;}
				.ss_s2 table { border-collapse:collapse; width:100%;}
				.ss_s2 tr {}
				.ss_s2 th, .ss_s2 td { background:url('images/wisenut/line_dott1.gif') repeat-x 0 bottom; padding:11px 0px;}
				.ss_s2 th { text-align: center; font-size:25px; font-family:Georgia, "Times New Roman", Times, serif; color:#4b87aa; vertical-align:top; padding-right:15px; text-align:left; padding-left:20px;}
				.ss_s2 th img { border:4px solid #efece7;}
				.ss_s2 td { vertical-align:top;}
					.ss_s2 td .name { font-size:13px; line-height:200%; font-weight:bold;}
					.ss_s2 td .name em { font-style:normal; color:#4b87aa; margin-right:5px;}
				.ss_s2 td ol{ list-style:none; padding:0; margin:0;}
				.ss_s2 td ol li { font-size:12px; color:#797979; background:url('images/wisenut/icon_arrow1.gif') no-repeat 0 8px; padding-left:8px; line-height:180%;}
				.ss_s2 td ol li span { font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#a1a1a1; background:url('images/wisenut/icon_bar1.gif') no-repeat right 4px; margin-right:8px;}
				.ss_s2 td ul{ list-style:none; padding:0; margin:0;}
				.ss_s2 td ul li { font-size:12px; color:#797979; background:url('images/wisenut/icon_arrow1.gif') no-repeat 0 8px; padding-left:8px; line-height:140%;}
				.ss_s2 td ul li span { font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#a1a1a1;}
			/*서브스타일_3*/
			.ss_s3 { padding:10px 0px;}
				.bg_box { background:url('images/wisenut/box_bg.gif') repeat; border:1px solid #f3f3f3; padding:10px;}
					.bg_box p { font-size:13px; padding:0; margin:0;}
				
				/*공통부분_글씨 스타일*/
				.text_s1 { font-size:14px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#797979;}
				.text_s2 { color:#4b87aa; font-size:12px;}
				.text_s3 { font-size:14px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#4b87aa;}
				.text_s4 { font-size:12px; color:#797979;}
				.text_s5 { font-size:12px; color:#e0872f;}
				.text_s6 { font-size:12px; font-weight:bold; color:#4b87aa;}
				.ss_img { width:100%; text-align:center;}
			/*서브스타일_4*/
			.ss_s4 { padding:10px 0px;}
				.ss_s4 img { float:left; margin-right:10px;}
				.ss_s4 table { float:left; border-collapse:collapse; text-align:center;}
				.ss_s4 th { text-align: center; font-size:12px; font-weight:normal; color:#4b87aa; width:60px;  vertical-align:text-top; padding-left:8px;}
				.ss_s4 th img { border:1px solid #d2d2d2;}
				.ss_s4 td { font-size:12px; padding-bottom:10px; color:#797979;}
			/*서브스타일_4*/
			.ss_s5 { padding:10px 0px; margin-left:20px; margin-bottom:15px;}
				.ss_s5 p { padding:0; margin:0; line-height:150%;}
				.ss_s5 table { border-collapse:collapse; width:635px; font-size:12px;}
				.ss_s5 th, .ss_s5 td { padding:8px;}
				.ss_s5 th { text-align: center; color:#4b87aa; background-color:#e5f1f9; border:1px solid #c3dfed;}
				.ss_s5 td { color:#797979; text-align:left; border-bottom:1px solid #c3dfed; border-right:1px solid #c3dfed;}
				.ss_s5 td p { line-height:130%; padding:0; margin:0; background:url('images/wisenut/icon_arrow3.gif') no-repeat 5px 5px; padding-left:15px;}
				.ss_s5 td.tt { background-color:#f9fbfb; color:#4b87aa; border-bottom:1px solid #c3dfed; border-left:1px solid #c3dfed; text-align:center;}
				.ss_s5 td.tl { border-bottom:1px solid #c3dfed; border-left:1px solid #c3dfed;}
			/*서브스타일_5*/
			.ss_s5 { padding:10px 0px; margin-left:20px; margin-bottom:15px;}
				.ss_s5 p { padding:0; margin:0; line-height:150%;}
				.ss_s5 .pic { margin-bottom:15px; margin-top:10px;}
				.ss_s5 table { border-collapse:collapse; width:635px; font-size:12px;}
				.ss_s5 th, .ss_s5 td { padding:8px;}
				.ss_s5 th {  text-align: center;color:#4b87aa; background-color:#e5f1f9; border:1px solid #c3dfed;}
				.ss_s5 td { color:#797979; text-align:left; border-bottom:1px solid #c3dfed; border-right:1px solid #c3dfed;}
				.ss_s5 td p { line-height:130%; padding:0; margin:0; background:url('images/wisenut/icon_arrow3.gif') no-repeat 5px 5px; padding-left:15px;}
				.ss_s5 td.tt { background-color:#f9fbfb; color:#4b87aa; border-bottom:1px solid #c3dfed; border-left:1px solid #c3dfed; text-align:center;}
				.ss_s5 td.tl { border-bottom:1px solid #c3dfed; border-left:1px solid #c3dfed;}
				.ss_s5 .ll{ border-left:1px solid #c3dfed;}
				.ss_s5 .hl{ border-top:1px solid #c3dfed;}
			/*서브스타일_6*/
			.ss_s6 { padding:10px 0px; margin-left:20px; margin-bottom:15px;}
				.ss_s6 p { padding:0; margin:0; line-height:150%; padding-bottom:5px;}
				.ss_s6 .pic { margin-bottom:15px; margin-top:10px;}
				.ss_s6 table { border-collapse:collapse; width:635px; font-size:12px;}
				.ss_s6 th, .ss_s6 td { padding:8px;}
				.ss_s6 th { text-align: center; color:#4b87aa; background-color:#e5f1f9; border:1px solid #c3dfed; text-align:right; padding-right:15px;}
				.ss_s6 td { color:#797979; text-align:left; border-bottom:1px solid #c3dfed;}
				.ss_s6 td p { line-height:130%; padding:0; margin:0; background:url('images/wisenut/icon_arrow3.gif') no-repeat 5px 7px; padding-left:15px;}
				.ss_s6 .tdr{ border-right:1px solid #c3dfed;}
				.ss_s6 .hl{ border-top:1px solid #c3dfed;}
				.ss_s6 .dlink { border-right:1px solid #c3dfed; background:url('images/wisenut/icon_line.gif') no-repeat 0 12px; padding-left:50px;}
				.ss_s6 .dcon {  border-right:1px solid #c3dfed; padding-left:20px;} 

		
