@charset "utf-8";

body {
  font:0.75em/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
  color:#4a4a45;
  margin:0;
}

body {
  background-image:/*@background-image*//*@*/;
}

/* 배경 이미지 반복 */
body {
  background-repeat:/*@background-image-repeat*//*@*/;
}

/* 배경 이미지 위치 */
body {
  background-position:/*@background-image-position*//*@*/;
}

/* 배경색 */
body {
  background-color:/*@background-color*/#fff/*@*/;
}

a {
  color:#4a4a45;
  text-decoration:none;
}

a:hover {
  color:#4a4a45;
  text-decoration:underline;
}

.moreless_fold,
.moreless_top,
.moreless_bottom {
  padding-left:53px;
  background-repeat:no-repeat;
  background-position:left 0;
  color:#3649AE;
  font-size:12px;
  height:18px;
}

.moreless_fold {
  background-image:url(images/iconMore.gif);
}

/* 그만보기 - less */
.moreless_top {
  background-image:url(images/iconLess.gif);
}

/* 그만보기 - less (본문 하단 위치) */
.moreless_bottom {
  background-image:url(images/iconLess.gif);
}

/********** 코멘트, 방명록 **********/
.rp_admin {
  background:url(images/iconAdmin.gif) no-repeat;
  padding-left:20px;
}

/* 관리자가 댓글 */
.rp_secret {
  color:#f30;
}

/* 비밀 댓글 */
.hiddenComment {
  background:url(images/iconSecret.gif) no-repeat;
  padding-left:20px;
  font-weight:normal;
}

/* 비밀 댓글(로그인 하지 않았을 경우) */
.guest_admin {
  background:url(images/iconAdmin.gif) no-repeat;
  padding-left:20px;
}

/* 관리자가 올린 방명록 댓글 *//********** 카테고리 **********/
.ib {
  cursor:pointer;
}

/* 카테고리의 텍스트를 포함하고 있는 셀의 스타일 (td 영역) */
.branch3 {
  cursor:pointer;
}

/* 카테고리옆 갯수를 나타내는 숫자의 스타일 */
.c_cnt {
  font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;
  color:#f30;
}

.cap1 {
  color:#999;
  text-align:center;
  padding:4px 0;
  margin:0;
}/* 이미지 아래 캡션 스타일 */
.imageblock {
  margin:5px 0;
}/* 이미지 블럭 */
.dual {
  margin-bottom:5px;
}/* 그림 2개 배치 */
.triple {
  margin-bottom:5px;
}/* 그림 3개 배치 *//* 키워드 */
.key1 {
  cursor:pointer;
  border-bottom:1px dotted #ccc;
}

hr {
  display:none;
}

img {
  border:0;
}

h1,h2,h3,h4 {
  margin:0;
  padding:0;
}

h1 {
  font-size:1.6em;
}

h2 {
  font-size:1.4em;
}

h3 {
  font-size:1.2em;
}

h4 {
  font-size:1em;
}

input.text,input.homepage {
  padding-top:2px;
  padding-left:5px;
  border:1px solid #d9d9d9;
  color:#626262;
  font:12px/ 12px dotum;
}

textarea {
  border:1px solid #d9d9d9;
  color:#626262;
  font:12px dotum;
}

/* 블로그 레이아웃 */
#container {
  width:/*@post-width:386*/956px/*@*/;
  margin:0 auto;
  padding:0;
  background-color:#fff;
}

#header {
  width:/*@post-width:386*/956px/*@*/;
}

#content {
  float:left;
  width:/*@post-width*/570px/*@*/;
  overflow:hidden;
  margin-left:20px;
  margin-right:20px;
}

#leftBg {
  background:url(images/bgLeft.gif) repeat-y;
}

#leftside {
  float:left;
  width:115px;
  overflow:hidden;
}

#sidebar {
  float:right;
  width:230px;
}

#footer {
  clear:both;
  padding:0;
}

#headMarginBottom,#footMarginTop {
  background-color:#fff;
  width:/*@post-width:386*/956px/*@*/;
  clear:both;
}

#headMarginBottom .leftSideLine {
  width:115px;
  background:url(images/leftSideLine.gif) repeat-x bottom;
  height:6px;
}

#footMarginTop .leftSideLine {
  width:115px;
  background:url(images/leftSideLine.gif) repeat-x top;
  height:20px;
}

/********** 스킨위자드 | 블로그 제목 **********/
#header {
  background-image:/*@title-background-image*//*@*/;
}/* 배경 이미지 */
#header {
  background-repeat:/*@title-background-image-repeat*//*@*/;
}/* 배경 이미지 반복 */
#header {
  background-position:/*@title-background-image-position*//*@*/;
}/* 배경 이미지 위치 */
#header {
  background-color:/*@title-background-color*/#fff/*@*/;
}/* 배경색 */
#header {
  padding:0;
  margin:0;
}

#header h1 {
  height:/*@title-height:-34*/46px/*@*/;/* 제목 높이 */
  float:left;
  margin:23px 0 10px;
  line-height:100%;overflow:hidden;
}

#header h1 a {
  color:/*@title-color*/#3649ae/*@*/;
}

/* 제목색 */
#header h1 a {
  font-family:/*@title-font-family*/Tahoma, Dotum/*@*/;
}

/* 제목 폰트 */
#header h1 a {
  font-size:/*@title-font-size*/50px/*@*/;
}

/* 제목 폰트 크기 */
#header h1 a {
  line-height:100%;
  font-weight:normal;
  letter-spacing:-2px;
  padding:0 0 0 -2px;
}

#header h1 a:hover {
  color:#ccf;
  text-decoration:none;
  background-color:transparent;
}

/* ***** SearchBox ***** */
#searchBox {
  float:right;
  margin-top:52px;
}

#searchBox input {
  vertical-align:middle;
  padding-left:5px;
  padding-top:2px;
  background:#fff url(images/bgSearch.gif) no-repeat 7px 6px;
  width:187px;
  color:#9D9D9D;
  font-size:12px;
  line-height:12px;
  border:1px solid #e3e3e3;
}

#searchBox .submit {
  background:url(images/btn_search.png) no-repeat;
  width:26px;
  height:18px;
  margin-left:5px;
  text-indent:-100em;
  overflow:hidden;
  border:0;
  cursor:pointer;
  vertical-align:middle;
}

* html #searchBox .submit {
  background-image:none;
  width:26px;
  height:18px;
  margin-top:1px;
  cursor:hand;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_Magazine/images/btn_search.png',sizingMethod ='crop');
}

/* ***** Counter ***** */
#counter {
  height:17px;
  clear:both;
  font:10px Verdana, Helvetica, Arial, Gulim, sans-serif;
  padding:4px 0 0 13px;
  letter-spacing:0;
  color:#9b9b9b;
  background-color:#F2F2F2;
  border-top:1px solid #DADADA;
  border-bottom:1px solid #DADADA;
}

#counter ul {
  margin:0;
  padding:0;
  list-style:none;
}

#counter li {
  background:none;
  display:inline;
  padding:0 0 0 3px;
  margin:0;
}

#counter .counter {
  font-weight:bold;
}

#counter .userDate {
  margin-left:-5px;
}

#counter .userDate span {
  padding-left:3px;
  font-size:9px;
}

/* ***** BlogMenu ***** */
.blogMenu {
  padding:7px 0 7px 7px;
  overflow:hidden;
  background-color:#3649AE;
  width:/*@post-width:379*/949px/*@*/;
}

.blogMenu ul {
  margin:0;
  padding:0;
  list-style:none;
}

.blogMenu li {
  float:left;
  background:url(images/bullBar.gif) no-repeat 0 5px;
  padding-left:9px;
  margin-right:8px;
}

.blogMenu li.first {
	background:none;
}

.blogMenu li a {
	font-family:tahoma;
	color:#ebedf7;
	font-size:12px;
}

.blogMenu li a:hover {
	color:#949ec5;
	text-decoration:none;
}

/* ***** Category ***** */
#category {
  margin-right:1px;
  margin-left:1px;
}

#leftside #category h3 {
  background:url(images/title_category.gif) no-repeat 1px 0;
  width:113px;
  height:37px;
  text-indent:-5000px;
  display:block;
  border-bottom:1px solid #ddd;
}

#category ul,#category li {
  margin:0;
  padding:0;
  list-style:none;
}

#category li a {
  font:11px Dotum, sans-serif;
  color:#4A4945;
}

#category li a:hover {
  color:#3649AE;
  text-decoration:none;
}

#category .wrapper {
  margin-left:10px;
  width:93px;
}

#category a:hover .c_cnt {
  letter-spacing:0;
}

/*1depth*/
#category ul {
  margin-top:10px;
}

#category ul li {
  background:none;
}

/*2depth*/
#category ul li ul {
  margin-top:0;
  border-top:1px solid #EBEBEB;
}

#category ul li ul li {
  background:none;
  border-bottom:1px solid #EBEBEB;
  padding-top:4px !important;
  padding-bottom:5px !important;
  line-height:13px;
}

/*3depth*/
#category ul li ul li ul {
  border-top:1px solid #EBEBEB;
  margin-top:5px !important;
}

#category ul li ul li ul li {
  background:none;
  border:none;
  line-height:19px;
  padding-left:8px;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

#category ul li ul li ul li a {
  color:#908F8D;
}

#category ul li ul li ul li a:hover {
  color:#848FCC;
  text-decoration:none;
}

/* ***** BannderTistory ***** */
#adTistory {
  margin-left:11px;
  margin-top:30px;
}

.tistoryJoin {
  font-size:11px;
  margin:4px 0 5px 1px;
}

/* ***** BtnRss ***** */
#btnRSS {
  margin:0 0 10px 13px;
}

/* ***** Localog ***** */
#localog h3 {
  background:url(images/title_localog.gif) no-repeat left top;
  height:54px;
  text-indent:-5000px;
  display:block;
}

#localog .spot {
  background:url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;
  padding-left:20px;
  margin-top:5px;
}

#localog .info {
  background:url(images/iconIndentArrow_localinfo.gif) 5px 7px no-repeat;
  padding-left:15px;
  margin-top:2px;
}

#localog a:link {
  color:#3549ae;
}

#localog a:visited {
  color:#3549ae;
}

#localog a:hover {
  color:#3549ae;
  text-decoration:underline;
}

/* ***** Taglog ***** */
#taglog h3 {
  background:url(images/title_taglog.gif) no-repeat left top;
  height:54px;
  text-indent:-5000px;
  display:block;
}

#taglog ul {
  padding:5px;
  margin:0;
  text-align:justify;
}

#taglog li {
  display:inline;
  margin-right:5px;
}

#taglog a:hover {
  text-decoration:underline;
}

#taglog li .cloud5,
#taglog li a.cloud5 :hover {
  font-family:gulim;
  color:#777;
  font-size:14px;
}

#taglog li .cloud4,
#taglog li a.cloud4 :hover {
  font-family:gulim;
  color:#777;
  font-size:14px;
  font-weight:bold;
}

#taglog li .cloud3,
#taglog li a.cloud3 :hover {
  font-family:gulim;
  color:#7895d3;
  font-size:14px;
  font-weight:bold;
}

#taglog li .cloud2,
#taglog li a.cloud2 :hover {
  font-family:gulim;
  color:#3649ae;
  font-size:14px;
  font-weight:bold;
}

#taglog li .cloud1,
#taglog li a.cloud1 :hover {
  font-family:gulim;
  color:#3649ae;
  font-size:22px;
  font-weight:bold;
}

/* ***** Guestbook ***** */
#guestbook h3 {
  background:url(images/title_guestbook.gif) no-repeat left top;
  height:54px;
  text-indent:-5000px;
  display:block;
}

#guestbook p {
  padding:2px 0;
  margin:0;
}

#guestWrite .button {
  padding:0;
  margin:0;
}

/* 방명록 쓰기 */
#guestWrite {
  border:25px solid #f8f8f8;
  background-color:#fff;
  margin-top:-10px;
  margin-bottom:6px;
  padding:15px 0 0 15px;
}

#guestWrite p label.headName {
  background:url(images/head_name.gif) no-repeat left 10px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
}

#guestWrite p label.headPassword {
  background:url(images/head_password.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
}

#guestWrite p label.headHomepage {
  background:url(images/head_homepage.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
}

#guestWrite p label.headComment {
  background:url(images/head_comment.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
}

#guestWrite p {
  clear:both;
}

#guestWrite textarea {
  width:/*@post-width:-144*/426px/*@*/;
  padding:5px;
}

#guestWrite .homepage {
  width:300px;
}

#guestWrite .submit {
  background:url(images/btn_comment.gif) no-repeat;
  width:86px;
  height:25px;
  overflow:hidden;
  display:block;
  text-indent:-1000em;
  border:0;
  cursor:pointer;
  margin:0 auto;
  margin-top:10px;
}

/* 방명록 읽기 */
#guestList {
  padding:0 0 20px 0;
  margin:0;
}

#guestList ol li {
  background-color:#f8f8f8;
  padding:22px 25px 0 25px;
  margin:6px 0 0 0;
  width:/*@post-width*/570px;/*@*/
}

/* 방명록 읽기 폭 */
#guestList ol li p {
  width:/*@post-width:-50*/520px/*@*/;
  word-wrap:break-word;
  word-break:break-all;
}

/* 댓글 읽기 폭 */
#guestList ol li ul li p {
  width:/*@post-width:-87*/483px/*@*/;
  word-wrap:break-word;
  word-break:break-all;
}

/* 댓글에 댓글 읽기 폭 */
#guestList ol,#guestList ul {
  margin:0;
  padding:0;
  list-style:none;
}

#guestList li p {
  margin:0;
  padding:0 0 20px 0;
}

#guestList li ul li {
  background:url("images/iconIndentArrow_reply.gif") no-repeat 1px 3px;
  margin:0;
  padding:0 0 0 37px;
  width:507px;
}

#guestList .name {
  font-family:verdana, Tahoma, Helvetica, Arial, Gulim, sans-serif;
  font-size:11px;
  color:#626262;
  font-weight:bold;
}

#guestList .date {
  font:9px verdana, Tahoma, Helvetica, Arial, Gulim, sans-serif;
  color:#aeaeae;
}

#guestList .control a span {
  display:none;
}

#guestList .control a.modify {
  background:url(images/iconModify.gif) no-repeat;
  padding:0 0 2px 43px;
  font-size:11px;
  text-decoration:none;
}

#guestList .control a.write {
  background:url(images/iconWrite.gif) no-repeat;
  padding:0 5px 2px 34px;
  font-size:11px;
  text-decoration:none;
}

/* ***** content ***** */
.entry {
  padding-bottom:20px;
}

#content .nonEntry {

}

#content .nonEntry h3 {
  border-bottom:4px solid #dbdef0;
  margin-bottom:16px;
  margin-top:38px;
}

#content .entryNotice,#content .entryProtected,#content .entry {
  margin-bottom:10px;
}

/* ***** SEARCH ***** */
#searchList h3 {
  background:url(images/title_search.gif) no-repeat left top;
  height:54px;
  text-indent:-5000px;
  display:none;
}

body#tt-body-search #searchList h3 {
  background:url(images/title_search.gif) no-repeat left top;
  height:54px;
  text-indent:-5000px;
  display:block;
}

body#tt-body-search #searchList .searchContainer {
  margin-top:-10px;
}

#searchList {
  margin-bottom:28px;
}

#searchList .searchContainer {
  border:1px solid #e5e5e5;
  padding:12px 10px 5px 10px;
  margin-top:0;
}

#searchList h4 {
  font-size:12px;
  font-weight:bold;
  color:#737373;
  border-bottom:1px solid #e5e5e5;
  padding-bottom:5px;
  margin-bottom:7px;
}

#searchList ol,#searchRplist ol {
  list-style:none;
  padding:0;
  margin:0;
}

#searchList li,#searchRplist li {
  padding-bottom:4px;
}

#searchList .date {
  float:right;
}

#searchList .date,#searchRplist .date {
  font:11px Verdana, Helvetica, Arial, Gulim, sans-serif;
  color:#909090;
  margin-right:10px;
}

#searchList .cnt {
  font:0.75em Verdana, Helvetica, Arial, Gulim, sans-serif;
  color:#909090;
}

#searchRplist .name {
  font:0.95em Dotum, Arial, sans-serif;;
  color:#909090;
  padding-left:8px;
}

#searchList a,#searchList a:hover {
  color:#909090;
}

/* entry */
.titleWrap {
  border-bottom:1px solid #efefef;
  padding-bottom:15px;
  margin:10px 0;
  clear:both;
}

.titleWrap h2 {
  padding-top:16px;
  padding-bottom:3px;
  border-bottom:0;
}

.titleWrap h2 a {
  color:/*@post-title-color*/#2d2c2d/*@*/;
  font-family:/*@post-title-font-family*/dotum/*@*/;
  font-size:/*@post-title-font-size*/19px/*@*/;
  line-height:120%;
}

.titleWrap .category,.titleWrap .category a {
  font:11px dotum, verdana, Arial, sans-serif;
  color:#909090;
  padding-right:6px;
}

.titleWrap .date {
  font:11px verdana, Helvetica, Arial, Gulim, sans-serif;
  color:#909090;
  background:url(images/title_bar.gif) no-repeat 0 2px;
  padding-left:11px;
  padding-right:6px;
}

.titleWrap .author {
  font:11px dotum, verdana, Arial, sans-serif;
  color:#909090;
  background:url(images/title_bar.gif) no-repeat 0 0;
  padding-left:11px;
}

.protectedContainer {
  background-color:#f8f8f8;
  color:#868686;
  padding:20px;
  margin-top:-10px;
}

.protectedContainer p {
  margin:0;
  padding:0
}

.entryProtected p.text {
  padding-bottom:4px;
}

.entryProtected input {
  width:200px;
}

.entryProtected .submit {
  background:url(images/btn_confirm.gif) no-repeat;
  width:61px;
  height:20px;
  overflow:hidden;
  text-indent:-1000em;
  border:0;
  cursor:pointer;
}

/* ***** Admin ***** */
.admin {
  margin-top:-6px;
}

.admin,.admin a {
  font-family:dotum;
  color:#9c9c9c;
  font-size:11px;
}

.admin span {
  float:left;
  margin-right:10px;
}

.admin .edit {
  background:url(images/admin_edit.gif) no-repeat left top;
  width:28px;
  height:15px;
  text-indent:-5000px;
  display:block;
  float:left;
  overflow:hidden;
}

.admin .editwin {
  background:url(images/admin_editwin.gif) no-repeat left top;
  width:40px;
  height:15px;
  text-indent:-5000px;
  display:block;
  float:left;
  overflow:hidden;
}

.admin .track {
  background:url(images/admin_trackback.gif) no-repeat left top;
  width:56px;
  height:15px;
  text-indent:-5000px;
  display:block;
  float:left;
  overflow:hidden;
}

.admin .del {
  background:url(images/admin_del.gif) no-repeat left top;
  width:28px;
  height:15px;
  text-indent:-5000px;
  display:block;
  float:left;
  overflow:hidden;
}

/********** 스킨위자드 | 본문 너비, 본문 제목, 본문 내용 **********/
.article {
  width:/*@post-width:-20*/550px/*@*/;
  padding-top:14px;
  padding-bottom:5px;
}/* 본문 너비 설명 */
.guest textarea {
  width:/*@post-width:-70*/500px/*@*/;
}

.article {
  overflow:hidden;
  clear:both;
}

.article {
  color:/*@post-body-color*/#2d2c2d/*@*/;
}

/* 내용색 */
.article {
  font-family:/*@post-body-font-family*/gulim/*@*/;
}

/* 내용 폰트 */
.article {
  font-size:/*@post-body-font-size*/12px/*@*/;
}

/* 내용 크기 */
.article a:link {
  color:#3649ae;
  text-decoration:none;
}

.article a:visited {
  color:#3649ae;
  text-decoration:none;
}

.article a:hover {
  color:#3649ae;
  text-decoration:underline;
}

.article a:active {
  color:#3649ae;
  text-decoration:underline;
}

.article dt {
  text-decoration:underline;
}

.article dd {
  margin-left:20px;
  padding-bottom:10px;
}

.article blockquote {
  background:url(images/iconBlockquote.gif) no-repeat 2px 0;
  padding-top:25px;
  padding-bottom:10px;
  margin:0;
  color:#9C9C9C;
}

/* ***** TagTrail ***** */
.tagTrail {
  color:#666;
  padding:3px 5px 5px 50px;
  background:url(images/entryTag.gif) 0 5px no-repeat;
  clear:both;
  margin:5px 0 2px 0;
}

.tagText {
  display:none;
}

.tagTrail a {
  color:#6c5a4b
}

.tagTrail a:hover {
  color:#6c5a4b;
  text-decoration:underline;
}

.actionTrail {
  font:11px verdana;
  color:#494948;
  border-top:1px solid #3649af;
  padding:7px 0;
  clear:both;
  border-bottom:1px solid #efefef;
}

.actionTrail .trailComment {
  background:url(images/trackbackBar.gif) 6px 1px no-repeat;
  padding-left:16px;
}

.actionTrail .cnt {
  font-weight:bold;
  color:#fd0001;
}

/* ***** TrackBack ***** */
.trackback {
  width:/*@post-width*/570px/*@*/;
  margin-bottom:6px;
}

.trackback a {
  color:#000;
}

.trackback h3 {
  background:#f8f8f8 url(images/head_trackbackurl.gif) no-repeat 24px
	center;
  border:3px solid #f4f4f4;
  font:11px Verdana;
  color:#333;
  padding:10px 0 9px 93px;
  margin-bottom:6px;
}

.trackback h4 {
  font:12px Verdana;
  font-weight:bold;
  margin:0;
}

.trackback h4 a,.trackback h4 a:hover {
  color:#626262;
}

.trackback span {
  color:#909090;
  font-size:11px;
  letter-spacing:-1px;
}

.trackback ol {
  background-color:#f8f8f8;
  margin:0;
  padding:10px 25px 25px 25px;
  list-style:none;
}

.trackback li {
  border-bottom:1px solid #e6e6e6;
  padding:10px 0 0 0;
  width:/*@post-width:-50*/520px/*@*/;
  word-wrap:break-word;
  word-break:break-all;
}

.trackback .date {
  font-family:Verdana, Helvetica, Arial, Gulim, sans-serif;
}

.trackback .from {
  font-family:verdana;
  background:url(images/title_bar.gif) no-repeat 0 2px;
  padding-left:8px;
  margin-left:5px;
  line-height:11px;
}

.trackback .name {
  font-family:dotum;
  letter-spacing:0;
}

.trackback p {
  font:12px Dotum, Arial, sans-serif;
  color:#626262;
  margin:9px 0 6px 0;
  padding:0;
}

.trackback a.delete {
  background:url(images/iconDelete.gif) left top no-repeat;
  padding-left:25px;
  text-decoration:none;
}

.trackback a.delete span {
  display:none;
}

/* 댓글 */
.comment {
  background-color:#f8f8f8;
  padding-top:22px;
  border:1px solid #f8f8f8;
}

.comment h3 {
  display:none;
}

/* 댓글 읽기 */
.commentList ol li {
  padding:0 0 0 25px;
  margin:0;
  width:/*@post-width*/544px/*@*/;
}

.commentList ol li p {
  width:/*@post-width:-50*/520px/*@*/;
  word-wrap:break-word;
  word-break:break-all;
}

/* 댓글 읽기 폭 */
.commentList ol li ul li p {
  width:/*@post-width:-87*/483px/*@*/;
  word-wrap:break-word;
  word-break:break-all;
}

/* 댓글에 댓글 읽기 폭 */
.commentList ol,.commentList ul {
  margin:0;
  padding:0;
  list-style:none;
}

.commentList p {
  margin:0;
  padding:0 0 20px 0;
}

.commentList li ul li {
  background:url("images/iconIndentArrow_reply.gif") no-repeat 1px 3px;
  margin:0;
  padding:0 0 0 37px;
  width:504px;
}

.commentList .name {
  font-family:verdana, Tahoma, Helvetica, Arial, Gulim, sans-serif;
  font-size:11px;
  font-weight:bold;
}

.commentList .date {
  font:9px verdana, Tahoma, Helvetica, Arial, Gulim, sans-serif;
  color:#aeaeae;
}

.commentList .control a span {
  display:none;
}

.commentList .control a.address {
  background:url(images/iconAddress.gif) no-repeat;
  padding:0 0 0 31px;
  font-size:11px;
  text-decoration:none;
}

.commentList .control a.modify {
  background:url(images/iconModify.gif) no-repeat;
  padding:0 0 0 43px;
  font-size:11px;
  margin-left:-4px;
  text-decoration:none;
}

.commentList .control a.write {
  background:url(images/iconWrite.gif) no-repeat;
  padding:0 0 0 34px;
  font-size:11px;
  text-decoration:none;
}

/* 댓글 쓰기 */
.commentWrite {
  border:25px solid #f8f8f8;
  background-color:#fff;
  padding:15px 0 0 15px;
}

.commentWrite p label.headName {
  background:url(images/head_name.gif) no-repeat left 10px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
  height:20px;
}

.commentWrite p label.headPassword {
  background:url(images/head_password.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
  height:20px;
}

.commentWrite p label.headHomepage {
  background:url(images/head_homepage.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
  height:20px;
}

.commentWrite p label.headComment {
  background:url(images/head_comment.gif) no-repeat left 8px;
  width:54px;
  text-indent:-5000px;
  display:block;
  float:left;
  height:20px;
}

.commentWrite p {
  clear:both;
  padding:0;
  margin:0 0 4px 0;
}

.commentWrite p.homepage-w {
  padding:0;
  margin:0;
}

.commentWrite textarea {
  width:/*@post-width:-144*/426px/*@*/;
  padding:5px;
}

.commentWrite .homepage {
  width:300px;
}

.commentWrite .submit {
  background:url(images/btn_comment.gif) no-repeat;
  width:86px;
  height:25px;
  overflow:hidden;
  display:block;
  text-indent:-1000em;
  border:0;
  cursor:pointer;
  margin:0 auto;
  margin-top:10px;
}

.secretWrap {
  font:10px verdana;
  margin-left:54px;
}

.secretWrap input,.secretWrap label {
  border:none;
  vertical-align:middle;
}

/* PAGING */
#paging {
  padding-top:10px;
  text-align:center;
  font-size:0.95em;
}

#paging .numbox {
  border-left:1px solid #ccc;
  padding-left:3px;
  margin-left:7px;
  font:0.95em verdana;
}

#paging .num {
  border-right:1px solid #d9d9d9;
  padding-right:3px;
}

#paging a {
  color:#868686;
}

#paging a:hover {
  color:#868686;
  text-decoration:underline;
}

#paging span {
  padding:0 7px;
}

.selected {
  background-color:#3649ae;
  color:#fff;
}

/* 이전 다음 버튼 */
#prevPage span,#nextPage span {
  display:none;
}

a#prevPage:hover,a#nextPage:hover {
  text-decoration:none;
}

#prevPage,.no-more-prev,#nextPage,.no-more-next {
  background-repeat:no-repeat;
  font:8px/ 8px gulim;
}

#prevPage,.no-more-prev {
  padding-left:18px;
  background-position:left bottom;
}

#nextPage,.no-more-next {
  padding-right:24px;
  background-position:right bottom;
}

#prevPage {
  background-image:url(images/ico_prev.gif);
}

#nextPage {
  background-image:url(images/ico_next.gif);
}

/******************** SIDEBAR RIGHT ********************/
#sidebar ul {
  padding:0;
  margin:0;
  list-style:none;
}

#sidebar li {
  padding-left:7px;
}

#sidebar h3 {
  font-size:1em;
  font-weight:bold;
  color:#7870ab;
  padding-top:20px;
  border-bottom:1px solid #ccc;
  margin-bottom:5px;
}

#sidebar .cnt {
  font:0.85em Tahoma, Helvetica, Arial, Gulim, sans-serif;
  color:#f60;
}

#sidebar .date {
  font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;
  color:#888;
}

#sidebar .name {
  font:0.9em Dotum, Arial, sans-serif;
  color:#888;
}

/* ***** Profile ***** */
#profile {
  width:230px;
  height:96px;overflow:hidden;
  background:#4a4945 url(images/bgBlogImg.gif) right top no-repeat;
}

#blogImage {
  float:left;
  margin-right:8px;
}

#blogImage img {
  width:96px;
  height:96px;
}

#blogDesc {
  width:90px;height:76px;
  margin-top:10px;
  float:left;
  color:#ededed;
  font-size:11px;
  line-height:16px;
  overflow:hidden;
}

.userID {
  color:#b7b6b5;
  background:url(images/iconBy.gif) 1px 0 no-repeat;
  padding-left:18px;
  overflow:hidden;
}

/* 태그 */
#tagbox {
  border:1px solid #d9e2ee;
  margin-top:6px;
  background:url(images/bgTagcloud.gif) repeat-x;
}

#tagbox h3 {
  background:url(images/title_tagcloud.gif) no-repeat;
  width:76px;
  height:22px;
  text-indent:5000px;
  overflow:hidden;
  display:block;
  padding:0;
  margin:0;
  font-size:0;
  border-bottom:0;
}

#tagbox ul {
  padding:5px 10px;
  text-align:justify;
}

#tagbox li {
  background:none;
  display:inline;
  padding:0;
  line-height:20px;
}

#tagbox li .cloud5,#tagbox li a.cloud5 :hover {
  font-family:dotum;
  color:#777;
  font-size:11px;
}

#tagbox li .cloud4,#tagbox li a.cloud4 :hover {
  font-family:dotum;
  color:#777;
  font-size:11px;
  font-weight:bold;
}

#tagbox li .cloud3,#tagbox li a.cloud3 :hover {
  font-family:dotum;
  color:#7a93d5;
  font-size:11px;
  font-weight:bold;
}

#tagbox li .cloud2,#tagbox li a.cloud2 :hover {
  font-family:dotum;
  color:#7a93d5;
  font-size:16px;
  font-weight:bold;
}

#tagbox li .cloud1,#tagbox li a.cloud1 :hover {
  font-family:dotum;
  color:#2a488e;
  font-size:16px;
  font-weight:bold;
}

#tagbox a:hover {
  text-decoration:underline;
}

/* 공통사항  */
#sidebar .sbarList {
  margin-top:6px;
  width:228px;
  overflow:hidden;
  border:1px solid #d0d0d0;
  border-top:0;
}

#sidebar .sbarList h3 {
  background-color:#777;
  color:#fff;
  font-size:11px;
  line-height:13px;
  margin:0;
  padding:3px 0 0 10px;
  border-bottom:0;
}

#sidebar .sbarList ul {

  padding:4px 0;
  margin:0;
}

#sidebar .sbarList a {
  font-size:11px;
  padding-left:4px;
  color:#777673;
  text-decoration:none;
}

#sidebar .sbarList a:hover {
  color:#777673;
  text-decoration:underline;
}

#recentComment .info_wrap {
  margin-bottom:3px;
  color:#999;
  display:block;
}

#recentTrackback {
  width:230px;
  overflow:hidden;
}

#recentTrackback .info_wrap {
  margin-bottom:3px;
  color:#999;
  display:block;
}

#archive li {
  font-family:verdana;
}

/********** 달력 **********/
#calendar {
  width:230px;
  margin-top:6px;
  padding:13px 0;
  background-color:#4A4945;
}

#calendar .caption {
  float:left;
  background-color:#000;
  line-height:15px;
  text-align:center;
}

#calendar .caption span {
  display:none;
}

#calendar .caption .prev {
  background:url(./images/btn_prev.gif) no-repeat;
  padding:0 0 0 32px;
  font-size:14px;
  text-decoration:none;
}

#calendar .caption .next {
  background:url(./images/btn_next.gif) no-repeat;
  padding:0 0 0 31px;
  font-size:14px;
  text-decoration:none;
}

#calendar .tt-calendar {
  float:left;
  margin-top:2px;
  margin-left:6px;
  width:140px;
}

#calendar .tt-calendar caption {
  display:none;
}

#calendar .tt-calendar td {
  height:12px !important;
  line-height:12px !important;
  padding:0 !important;
  font-family:verdana;
}

#img_year {
  padding-top:9px;
  padding-bottom:7px
}

#img_month {
  padding-bottom:8px;
}

/* 달력의 년월일, 이전달, 다음달을 표시하는 스타일 */
.cal_month {
  font:0.95em/ 12px Verdana, Helvetica, Arial, Gulim, sans-serif;
  height:12px;
  font-weight:bold;
}

.cal_month a {
  color:#fff;
}

.cal_month a:hover {
  color:#fff;
  text-decaration:underline;
}

/* 달력의 요일명을 표시하는 스타일 (th 영역) */
.cal_week1 {
  font:11px/ 13px Dotum, Arial, sans-serif;
  height:13px;
  font-weight:normal;
  color:#D0D0D0;
}

/* 일요일이라는 요일명을 표시하는 스타일 (th 영역) */
.cal_week2 {
  font:11px/ 13px Dotum, Arial, sans-serif;
  color:#D0D0D0;
}

/* 달력의 주(Week) 단위를 표시하는 스타일 (tr 영역) */
.cal_week {
  background-color:#4a4945;
}

/* 달력의 현재 주(Current Week)를 표시하는 스타일 (tr 영역) */
.cal_current_week {
  background-color:#4a4945;
}

/* 현재 달을 포함하는 전체 날짜(Day)의 스타일 전체 (td 영역) */
.cal_day {
  height:13px;
  font:11px/ 12px Verdana, Helvetica, Arial, Gulim, sans-serif;
  color:#d0d0d0;
  text-align:center;
}

/* 현재 달을 포함하는 전체 날짜의 일요일 스타일 (td 영역) */
.cal_day_sunday {
  color:#dD0d0d0 !important;
}

.cal_day_sunday a {
  color:#dD0d0d0 !important;
}

/* 해당 달력에서 이전달 날짜를 표시하는 스타일(td 영역) */
.cal_day1 {
  color:#D0D0D0;
}

/* 해당 달력에서 다음달 날짜를 표시하는 스타일(td 영역)*/
.cal_day2 {
  color:#dD0d0d0;
}

/* 현재 달력의 이번달 날짜를 표시하는 스타일 (td 영역) */
.cal_day3 {
  color:#D0D0D0;
}

/* 오늘 날짜를 표시하는 스타일 (td 영역) */
.cal_day4 {
  color:#7895D3;
  font-weight:bold;
}

/* 글을 작성한 날의 링크 스타일 */
a.cal_click,a.cal_click:hover {
  color:#D0D0D0;
  text-decoration:underline;
}

#footer {
  width:/*@post-width:386*/956px/*@*/;
  height:54px;
  background-color:#fff;
  border-top:2px solid #000;
  clear:both;
}

#footer .footTistory {
  float:left;
  width:114px;
  height:54px;
  border-right:1px solid #e0e0e0;
}

.footTistory a {
  margin:13px 0 0 19px;
  padding:15px 0 0 0;
  height:0;
  overflow:hidden;
  display:block;
  background:url(images/footer_tistory.gif) no-repeat;
  width:76px;
}

.footMenu {
  float:left;
  width:/*@post-width*/560px/*@*/;
  margin:0 20px;
}

.footMenu ul {
  margin:17px 0 0 2px;
  padding:0;
  text-align:left;
}

.footMenu li {
  float:left;
  display:inline;
  margin-right:17px;
}

.footMenu a {
  padding:8px 0 0 0;
  height:0;
  overflow:hidden;
  display:block;
  float:left;
}

.footMenu .footer_menu_home a {
  background:url(images/footer_menu_home.gif) no-repeat;
  width:26px;
}

.footMenu .footer_menu_media a {
  background:url(images/footer_menu_media.gif) no-repeat;
  width:47px;
}

.footMenu .footer_menu_localog a {
  background:url(images/footer_menu_localog.gif) no-repeat;
  width:63px;
}

.footMenu .footer_menu_taglog a {
  background:url(images/footer_menu_taglog.gif) no-repeat;
  width:17px;
}

.footMenu .footer_menu_key a {
  background:url(images/footer_menu_key.gif) no-repeat;
  width:36px;
}

.footMenu .footer_menu_guestbook a {
  background:url(images/footer_menu_guestbook.gif) no-repeat;
  width:56px;
}

.footMenu .footer_menu_admin a {
  background:url(images/footer_menu_admin.gif) no-repeat;
  width:29px;
}

.footMenu .footer_menu_write a {
  background:url(images/footer_menu_write.gif) no-repeat;
  width:29px;
}

#footer .copyright {
  float:right;
  width:229px;
  height:54px;
  border-left:1px solid #e0e0e0;
}

.footCopyright {
  margin:16px 0 0 12px;
}

/* Float 버그 */
.floatWrapper:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.floatWrapper {
  display:inline-block;
}

/* Hides from IE-mac */
* html .floatWrapper {
  height:1%;
}
/* End hide from IE-mac */