@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
.ng {font-family: 'Nanum Gothic';}

body, html {
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Nanum Gothic', sans-serif;
	font-size:12px;
	color: #626058;
	z-index:-999;
	background: #fff url(./images/bg.jpg);	
	line-height:140%;
	font-size:12px;	
}

body{
	overflow-x:hidden;
	overflow-y:scroll;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
a {
	outline: none;
	text-decoration:none;
}
a:link,
a:visited {
	color: #1F1E1C;
}
a:hover,
a:focus {
	color: #C82600;
}

img { border-width: 0px; 
}

.clear {
	clear:both;
	}

.block {
	width:990px;
	height:40px;
	margin: 0 auto;
	display:block;
}

.main-wrap {
	min-height:100%;
	height:auto;
	width:950px;
	display:block;
	background:#fff;
	padding: 20px 20px 15px  20px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.main-wrap nav {
	width:950px;
	height:50px;
	display:block;
	background:#4C6D7E;
	margin: 0 auto;
	overflow:hidden;
	
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

nav ul li {
	float: left;
	position: relative;
}

nav ul .right {
	float: right;
	position: relative;
}

nav ul li a {
	display: inline-block;
	color: #fff!important;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 17px 25px;
}

nav ul li a:hover {
	background: #9BB496;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-wrap header {
	width:950px;
	height:80px;
	display:block;
	border-bottom:1px solid #eee;
	vertical-align:middle;
	margin-bottom:15px;
	overflow:hidden;
}

header .header-title {
	float:left;
	display:block
}

header .search {
	float:right;
	display::inline;
	margin: 20px 0 0 0;
}

.main-wrap header h4 {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 15px 0;

	border-bottom: 3px solid #4C6D7E;
}

.main-wrap header h4 span {
	font-size: 13px;
	font-weight: bold;
}

.main-wrap header h4 .bar {
	font-size: 19px;
	font-weight: bold;
	padding:0 10px;
}


.main-wrap .container {
	width:100%;
	height:auto;
	display:-moz-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	overflow:auto;
	overflow-x:hidden;

}

.main-wrap section { 
	width:714px;
	padding-top::15px;
	margin-right:15px;	
	height:auto;
	display:block;
	float:left;
	border-bottom:1px solid #eee;
	overflow:hidden;
}

.main-wrap section article {
	padding-bottom:10px;
	border-top:1px solid #9e9e9e;
	height:auto;
}

.main-wrap section article:last-of-type{
	padding:0;	
	border:none;
}
.main-wrap section article:first-of-type{
	border:none;
}


.main-wrap aside {
	width:205px;
	height:auto;
	display:block;
	float:left;
	border-left: 1px dashed #eee;
	padding-left:15px;
}

aside .side-photo {
	display:block;
	position:relative;
	width:195px;
	height:auto;
	vertical-align: middle;
	background:#eee;
	border: 5px solid #eee;
	margin-bottom:30px;
}

aside .side-photo img {
	display:block;
	max-height:150px;
	height:150px;
	max-width:195px;
	width:195px;
	margin: 0 auto 10px auto;
	background:#eee;
}

aside .user-name {
	display:block;
	background:#eee;
	height:20px;
}
	
	aside .user-icon { 
	background:url(./images/user.png) 0 center no-repeat; 
	padding:0 0 0 20px; 
	margin: 0; 
	display:inline;
	font-weight:300;
	font-size:13px;	
}

	
footer {
	color:#fff;
	width:950px;
	height:auto;
	margin: 0 auto;
	display:block;
	background:#4C6D7E;
	padding:20px 20px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	text-align:center;
}
	
footer a {
	color:#fff!important;
}
	

/* 본문 헤드라인 아이콘 */
.notice-big { background:url(./images/notice-big.png) 0 center no-repeat; padding:0 0 0 20px; margin: 0 10px 0 0; }
.write-big { background:url(./images/write-big.png) 0 center no-repeat; padding:0 0 0 20px; margin: 0 10px 0 0; }
.tags-big { background:url(./images/tags-big.png) 0 center no-repeat; padding:0 0 0 20px; margin: 0 10px 0 0; }
.location-big { background:url(./images/location-big.png) 0 center no-repeat; padding:0 0 0 20px; margin: 0 10px 0 0; }
.guestbook-big { background:url(./images/guestbook-big.png) 0 center no-repeat; padding:0 0 0 20px; margin: 0 10px 0 0; }
.media-big { background:url(./images/media-big.png) 0 center no-repeat; padding:0 0 0 20px; margin: 0 10px 0 0; }
.search-big { background:url(./images/search-big.png) 0 center no-repeat; padding:0 0 0 20px; margin: 0 10px 0 0; }
.lock-big { background:url(./images/lock-big.png) 0 center no-repeat; padding:0 0 0 20px; margin: 0 10px 0 0; }

.modify-icon { background:url(./images/modify.png) 0 center no-repeat; padding:0 0 0 10px; margin: 0 0px 0 0; display:inline;}
.write-icon { background:url(./images/write.png) 0 center no-repeat; padding:0 0 0 10px; margin: 0 0px 0 0; display:inline;}


/* ---------- 티스토리 스타일링 ---------- */
/* ---------- 사이드바 헤드라인  ---------- */
aside .side-box {
	display:block;
	position:relative;	
	height:auto;
	margin:0 auto;
	padding: 0 0 15px 0;

}

.sidebar-header {
	background: url(./images/headline.png) 0 50% repeat-x;
	display: block;
	margin: 20px 0 8px 0;
}


.sidebar-header h3{
	width:auto;
	font-size:13px;
	font-weight:600;
	color:#797770;
	padding: 0 10px 0 0;
	background: #fff;
	display:inline;
	margin: 30px 0 8px 0;
}

/* ---------- 카운터 ---------- */

.counter-style {
	text-align:center;
	font-size:9px;
	margin: 20px 0;
	color:#797770;
	padding: 10px;
	background:#eee;
}



/* ---------- 검색 폼---------- */
.cf:before, .cf:after{
	content:"";
	display:table;
}

.cf:after{
	clear:both;
}

.form-wrapper {
		width: 195px;
		padding: 5px;
		margin: auto;
		background: #eee;
	}
	
	/* 폼 텍스트 인풋 */

.form-wrapper input {
	width: 135px;
	height: 20px;
	padding: 5px 5px;
	float: left;    
	font: bold 12px 'Nanum Gothic';
	border: 0;
	background: #fff;
	transition: background .2s ease-in;
}

.form-wrapper input:hover,
.form-wrapper input:focus{
	outline: 0;
	background: #f6f6f6;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #9e9b91;
   font-weight: normal;
}

.form-wrapper input:-moz-placeholder {
	color: #9e9b91;
	font-weight: normal;
}

.form-wrapper input:-ms-input-placeholder {
	color: #9e9b91;
	font-weight: normal;
}    

/* 폼 검색 버튼 */
.form-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 30px;
	width: 50px;
	font: bold 12px 'Nanum Gothic';
	color: #fff;
	text-transform: uppercase;
	background: #4C6D7E;
}   
  
.form-wrapper button:hover{		
	background: #9BB496;
}	
  
.form-wrapper button:active,
.form-wrapper button:focus{   
	background: #c42f2f;
	outline: 0;   
}
 /* 왼쪽 화살 */
.form-wrapper button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #4C6D7E transparent;
	top: 8px;
	left: -8px;

}

.form-wrapper button:hover:before{
	border-right-color: #9BB496;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
		border-right-color: #c42f2f;
}      

.form-wrapper button::-moz-focus-inner { 
	border: 0;
	padding: 0;
}    

/* ---------- 티스토리 스타일링 ---------- */
/* ---------- 달력 ---------- */
.cnt { font-size: 9px; color:#C82600!important;}

.cal_month              { font:20px 'Nanum Gothic', tahoma; color:#262c2d!important; font-weight:600;  height:18px; margin-bottom:10px;}
.cal_week1              { font:12px 'Nanum Gothic', dotum; font-weight:600;  height:18px; text-align:center;}
.cal_week2              { font:12px 'Nanum Gothic', dotum; font-weight:600;  height:18px; color:#c82600; text-align:center; }
.cal_week               { height:20px; }
.cal_current_week       { }

.cal_day                { font:9px 'Nanum Gothic', tahoma;  color:#9e9b91;  text-align:center; border:1px; border-style:solid; border-color:#fff; background:#eee; }
.cal_day_sunday         { color:#c82600 !important;}
.cal_day_sunday a        { color:#c82600 !important;}

.cal_day1               { color:#262c2d; border:1px; border-style:solid; border-color:#fff; background:#eee; }
.cal_day2               { color:#262c2d; border:1px; border-style:solid; border-color:#fff; background:#eee; }
.cal_day3               { color:#9e9b91;}
.cal_day4               { color:#797770;  font:14px 'Nanum Gothic', dotum; font-weight:600;}
a.cal_click:link        { color:#0cc; font:14px 'Nanum Gothic', dotum; font-weight:600;}
a.cal_click:visited     { color:#0cc; font:14px 'Nanum Gothic', dotum; font-weight:600;}
a.cal_click:hover       { color:#0cc; font:14px 'Nanum Gothic', dotum; font-weight:600;}


/* ---------- 티스토리 스타일링 ---------- */
/* ---------- 카테고리 ---------- */

.ib                     { cursor:pointer;}
.branch3                { cursor:pointer;}
.c_cnt{ font-size:9px; 	color:#C82600; }
.category { padding: 0; line-height:20px; }
.category li  a { color:#797770!important; padding: 0 4px; font-weight:300; border-left:3px solid #eee; }
.category li  a:hover {font-weight:600; border-left:3px solid #797770; }
.category li li li a {  color:#797770!important;  padding: 0 4px; font-weight:300; margin: 0 0 0 30px; border-left:3px solid #eee; }
.category li li li a:hover {  border-left:3px solid #797770;  font-weight:600; }
	
/* ---------- 사이드바 리스트 ---------- */

.sidebar-list {
	color:#9e9b91;
	padding: 0 0 0 5px;
}

/* ---------- 최근 댓글 ---------- */
.recentComments-list {
	padding: 0 0 0 5px;
}

.recentComments-style p {
	margin : 2px 0;
}

.recentComments-style .info_wrap {
	padding: 0 ;
}

.recentComments-style .name {
	font-size:11px;
	color:#9e9b91
}

.recentComments-style .date {
	font-size:10px;
	color:#9e9b91
}

/* ---------- 태그 로그와 태그 박스 ---------- */
		
.taglog  h3 { }
.taglog  ul  { margin: 3px 0 0;  }
.taglog li { display:inline!important; margin: 0 5px;}
.taglog a { line-height: 50px; vertical-align:middle;}
.taglog .cloud1 { font-size:35px ; font-weight:bold;  background-color:#ffe9f6; color:#e55147;}
.taglog .cloud2 { font-size:30px ; background-color:#f4f4b9; color:#338543;}
.taglog .cloud3 { font-size:25px ; color:#3a7eeb;}
.taglog .cloud4 { font-size:20px ; color:#111;}
.taglog .cloud5 { font-size:15px ; color:#777;}


.tagbox ul					{ text-align:justify; line-height:170%; width:180px;}
.tagbox ul li 					{ display:inline; border:none; background:none; padding:0;}

.taglog ul li:hover,
.tagbox ul li:hover 					{ 
	border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-o-border-radius: 2px;
	background:#eee; 
	font-size:16px; 
	font-weight:bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tagbox li a	{padding:3px;}
.cloud1		{font-weight:bold;  background-color:#ffe9f6; color:#e55147;}
.cloud2 	{background-color:#f4f4b9; color:#338543;}
.cloud3		{color:#3a7eeb;}
.cloud4		{color:#111;}
.cloud5		{color:#777;}

/* 본문내용 꾸미기 */

/* 검색결과 */
.searchList li { border-bottom:1px dashed #eee; padding: 7px 0; }
.searchList li:last-of-type { border:none; padding: 7px 0; margin-bottom:20px; }
.searchList h3 span { color:#c82600;  }

/*------------------- 방명록 -------------------*/
/*------------------- 방명록 -------------------*/

.guestbook h3 { }
/* 댓글, 방명록 공통 스타일 */
.guestWrite { border-bottom:1px dashed #eee; padding-bottom:10px;}
.commentWrite {  }
.guestList li,
.commentList li  { border-bottom:1px dashed #eee;  margin: 10px 0 10px 0; padding: 0 0 10px 0; line-height:20px; }

.guestList li:last-of-type { border-bottom:1px dashed #eee; }
.commentList li:last-of-type { border-bottom:1px solid #eee; }

.guestList .name, /*비로그인 사용자 이름색상 */
.commentList .name { color:#333; }
.guestList .name a, /* 티스토리 로그인 사용자 이름색상 */
.commentList .name a { color:#069; }
.guestList .name a:hover, /* 티스토리 로그인 사용자 이름색상 */
.commentList .name a:hover { font-weight:bold; }
.commentList .article-address { display:none; background:url(./images/address.png) 0 center no-repeat; padding:0 5px; }
/* 답글 */
.guestList li li,
.commentList li li { border:none;  margin: 5px 0 5px 70px; background:#eee; padding:10px; }
.commentList li li:last-of-type {border:none;}

.guestList .reply-icon,
.commentList .reply-icon { background:url(./images/reply.png) 0 center no-repeat; padding:0 0 0 15px; }
/*이름, 비밀번호, 홈페이지 입력 */

.information-wrap { position:relative; display:block; float:left; width: 714px; background:000;}
input.name {display:block; border:1px solid #eee; padding: 7px 0;  width:340px; margin:5px 0; position:relative; float:left;}
input.password {display:block; border:1px solid #eee; padding: 7px 0; width:340px; margin:5px 0; position:relative; float:right; }
input.homepage {display:block; border:1px solid #eee; padding: 7px 0; width:340px; margin:5px 30px 5px  0; position:relative; float:left;}
input.name:hover,
input.name:focus { background:#f6f6f6; }
input.password:hover,
input.password:focus { background:#f6f6f6; }
input.homepage:hover,
input.homepage:focus { background:#f6f6f6; }
/* 비밀 댓글 */
.secret { padding:5px 0 0 0px; margin-top: 5px; }
.secret .checkbox {position:relative; top:3px; }
.secret label { color:#626058; font-size:11px; display:inline; }


/* 글쓰기 */
textarea { background:#fff; border:1px solid #eee; width:702px; max-width:702px; min-width:702px; height: 100px; max-height:250px; margin:10px 0; padding:5px; 
	-o-transition: background .2s ease-in;
	-ms-transition: background .2s ease-in;
	-moz-transition: background .2s ease-in;
	-webkit-transition: background .2s ease-in;
	transition: background .2s ease-in;
}
textarea:hover,
textarea:focus {  background:#f6f6f6; border:1px solid #eee;  width:702px; max-width:702px; min-width:702px;  height: 100px;  max-height:250px; }


/* 방명록 / 댓글 글쓰기버튼  */
input[type=button],
input[type=submit] {
	width : 100px; height : 40px; margin: 0; background: #eee; color:#626058;  border: 1px solid #eee; 
	font-weight:bold;
	-o-transition: background .2s ease-in;
	-ms-transition: background .2s ease-in;
	-moz-transition: background .2s ease-in;
	-webkit-transition: background .2s ease-in;
	transition: background .2s ease-in;
}
input[type=button]:hover,
input[type=submit]:hover {  background:#f6f6f6;  }

/* 수정 삭제 */
.control { float:right; }
.control a { margin:0 0 5px 0;}

/*------------------- 본문 -------------------*/
/*------------------- 본문-------------------*/

/*------------------- 글 제목 날짜 카테고리, 관리자 -------------------*/
/* 날자 시간 아이콘 */
.icon-calendar { background:url(./images/calendar.png) 0 center no-repeat; padding:0 0 0 10px; margin:0 2px 0 5px;}
.icon-time { background:url(./images/time.png) 0 center no-repeat; padding:0 0 0 20px; }
/* 타이틀 */
.title h2 { border-bottom:0!important; padding:0!important; }
.title h2 a { color:#626058; }
.contents span { color:#333; }
.contents h2,
.contents h3 { font-size:20px; line-height:25px;  color:#626058; border-bottom:0!important; padding:0!important; margin-top:15px!important; }
.title .info { border-bottom: 1px solid #eee; padding:0 0 5px; }
.title .info a { color:#626058; }
/* 글 관리 */
.admin { color:#333; }
.admin span { color:#626058; }
.admin a:hover { font-weight:bold;}
.admin a:link,
.admin a:visited { color:#333; }
/* 본문 */
.article { color:/*@post-body-color*/#333/*@*/!important; font-size : 12px; margin:10px 0; overflow:hidden; text-align:left; width:/*@post-width=*/714px/*@*/; line-height: 20px;}
.article a { border-bottom :1px dotted #333; }
.article a:hover { font-weight:600; background:#f6f0dc; }
.article-sign { width: 715px; text-align:right;  margin-bottom:20px; }
/* 태그 */
.tagTrail { border-bottom:1px solid #eee; padding:7px 0; }
.tagTrail .tags { background:url(./images/tags.png) 0 center no-repeat; padding:0 0 0 20px; }
.tagTrail span { color:#333; }
.tagTrail a { color:#626058; }
.tagTrail a:hover { font-weight:bold;}
/* 트랙백, 댓글 보이기 /감추기 */
.actionTrail { border-bottom:1px solid #eee; padding:7px 0; }
.actionTrail a { color:#333; }
.actionTrail a:hover { font-weight:bold;}
.actionTrail .cnt { color:red; font-size:13px; }
/* 트랙백 */
.trackback { border-bottom:1px solid #eee; padding:0; }
.trackback h3 { background:#eee; color:#626058; font-size:12px; font-weight:normal; padding:7px 0; text-align:center; }

/*------------------- 보호글 패스워드 폼 -------------------*/

input.protect {display:block; border:1px solid #eee; padding: 7px 0; width:340px; margin: 0; position:relative; 
	-o-transition: background .2s ease-in;
	-ms-transition: background .2s ease-in;
	-moz-transition: background .2s ease-in;
	-webkit-transition: background .2s ease-in;
	transition: background .2s ease-in;
}
input.protect:hover,
input.protect:focus { background:#f6f6f6; }


/*------------------- 페이징  -------------------*/
.contents .paging { font-size:12px; font-weight:600; background:#eee; color:#626058; padding:15px 10px; text-align:center; }
.contents .numbox { margin:0 10px; }
.numbox-inner  { padding:5px 10px;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.numbox-inner:hover { background:#fff; font-weight:600; }

.paging-prev { color:#797770!important;  background:url(./images/left.png) 0 center repeat-x; padding:5px 10px; border-radius: 3px 3px 3px 3px; 
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;}
.paging-next { color:#797770!important; background:url(./images/right.png) 0 center repeat-x; padding:5px 10px; border-radius: 3px 3px 3px 3px; 
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;}
.paging-prev:hover { background: url(./images/left-hover.png) 0 center repeat-x;}
.paging-next:hover { background: url(./images/right-hover.png) 0 center repeat-x;}
	
	
/*------------------- 최근 글 댓글 트랙백 보관함 링크 -------------------*/
.notice li a,
.recentPost li a,
.recentComment li a,
.recentTrackback li a,
.archive li a,
.link li a{ color:#666!important; font-weight:bold; padding: 0 4px; font-weight:300; line-height: 20px;  border-left:3px solid #eee; }

.notice a:hover,
.recentPost a:hover,
.recentComment a:hover,
.recentTrackback a:hover,
.archive a:hover,
.link a:hover { border-left:3px solid #797770;  font-weight:600; }
	
/* 맨위로 가기 버튼 */
#back-top {
	position: fixed;
	bottom:85px;
	margin-left: 225px;
	opacity:0;

}
#back-top a {
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	/* background color transition */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

/* arrow icon (span tag) */
#back-top span {
	width: 30px;
	height: 50px;
	display: block;
	margin-bottom: 0px;
	background: #fff url(./images/arrow.png) no-repeat center center;
	/* rounded corners */
	border:3px solid #eee;
	border-left:none;
	/* background color transition */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	
}
#back-top a:hover span {
	background: #eee url(./images/arrow-up.png) no-repeat center center;
}
/* 맨위로 가기 버튼 여기까지 */