@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* 회색 색상 정리 : 포스트 본문 바탕 #FAFAFA, 본문 테두리 회색 #EAEAEA, 바깥 연회색 #F3F3F3 */
/* 파란색 색상 정리 : 진한 파랑 #00468C, 중간 파랑 #0059B2, 밝은 파랑 #006DD9 */
/* 강조 색상들 : 본문 강조용 빨간색 #CC3D3D, 저자 녹색 #008C69 */
/* 스킨위자드 본문 너비 851 세팅시, 글 설정 글쓰기 가로폭 최적 사이즈는 814 로 줄여야함. 2,3개 이미지 붙일때 좌우대칭이 맞음. */

/* 블로그 전체 폰트 적용됨 */

/* webfont */

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
		font:0.95em/1.5 NEXON Lv1 Gothic OTF, Noto Sans KR, sans-serif;
		color:#666;
}
a:link          { color:#333;     text-decoration:none;}
a:visited       { color:#333;     text-decoration:none;}
a:hover         { color:red;  		text-decoration:none;}
a:active        { color:red;     	text-decoration:none;}

/* 페이징 - 현재 페이지 */
    .selected               { text-align:center;   font-weight:bold;  color:#CC3D3D; } 
	.no-more                { color:#ccc;}

/* 카테고리 - 이미지 버튼 */
    .ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
    .branch3                { cursor:pointer;}
/* 카테고리 - 카테고리의 글 갯수 지정 */
    .c_cnt                  { font:0.75em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-weight:bold; color:#0059B2;}

/* 달력 월 표시 */
    .cal_month              { font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS;  height:18px; font-weight:bold; letter-spacing:normal;}
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font:1em NEXON Lv1 Gothic OTF, Noto Sans KR, dotum; color:#ccc;  font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font:1em NEXON Lv1 Gothic OTF, Noto Sans KR, dotum;  color:#f30; }

/* 달력 Week(tr 영역)  */
    .cal_week               {  height:10px;}
    .cal_current_week       { background-color:#eee;}
	
/* 달력 Day(td 영역) */
    .cal_day                { font:0.85em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS;  color:#999;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
    .cal_day_sunday         { color:#f30 !important;}
    .cal_day_sunday a        { color:#f30 !important;}
		
/* 달력 지난 달 날짜 표시(td)   */
    .cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { color:#aaa;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#333;  font-weight:bold;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#ccc;  font-weight:bold;}
    a.cal_click:visited     { color:#ccc;  font-weight:bold;}
    a.cal_click:hover       { color:white;  font-weight:bold;}
	
/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { font:100% NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; color:#555555; }
    .rp_admin               { font:100% NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; color:#222222; }
    .rp_secret              { }
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { }	
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { }
	
/* 이미지 아래 캡션 자막 스타일 */
    .cap1                   { color:#0059B2;  font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold; letter-spacing:normal; text-align:center; padding-top:2px; padding-bottom:3px; background-color:#EAEAEA; border-top:3px solid #F3F3F3; border-bottom:3px solid #F3F3F3; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
/* 그림 */
    .imageblock             {  padding:0;  margin:5px 0;}
/* 왼쪽 */
    .left                   { }
/* 가운데 */
    .center                 { }
/* 오른쪽 */
    .right                  { }
/* 그림 2개 배치 */
    .dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
    .triple                 { background-color:#fff; margin-bottom:5px;}
	
/* 본문 - more / less */
    .moreless_fold          { background:url(images/iconMore.gif) top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_top           { background:url(images/iconLess.gif) top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_body          { }
    .moreless_bottom        { background:url(images/iconLess.gif) top right no-repeat;  padding-right:20px; color:#999; text-align:right;} 

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

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

/* 공통영역 */
 * { margin: 0; padding: 0; }
hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
input           { border:1px solid #aaa;}
textarea        { border:1px solid #aaa;}
ol, ul, li { list-style:none;}

/* 블로그 레이아웃 */
/* 배경화면 처리 방법 background: url("배경1"), url("배경2"), #배경색; */
/* 배경화면 처리 방법 background-repeat: 배경1 no-repeat, 배경2 no-repeat; */
/* 배경화면 처리 방법 background-position: 배경1 center top, 배경2 center bottom; */
body {
			background: url("images/bg_top_dot2.png"), url("images/bg_bottom_ani1.gif"), #f3f3f3;
			background-repeat: no-repeat, no-repeat;
			background-position: center top, center bottom;
			margin-top:40px;
			margin-bottom:100px;
			}
#header { }
#container { background:white;  background:white; clear:both;}
	#content { overflow:hidden; padding:0 7px !important; }
	#content .inner { padding-top:12px;}
	.sideinfo {  display:block; overflow:hidden;padding:0; margin-right:4px;width:500px;}


#containerTop div.inner { background:url(images/bg1l.png) left bottom no-repeat; height:35px; width:35px; float:left; clear:both;}
#containerTop div.inner2 { background:url(images/bg1.png) right bottom repeat-x; height:35px;  float:left;}
#containerTop div.inner3 { background:url(images/bg1r.png) right bottom repeat-x; height:35px; width:35px; float:left;}

/* ***** Header ******/
#header .title { width:413px; margin:5px 0 0 -11px; padding:14px 0 0 12px; background:none; z-index:100;}
#header .title span { padding:5px 0 0 0; display:block; font:1em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; letter-spacing:-1px;}
#header .menu { position : relative;}
#header .menu ul   {display:none;}
#header h2 {font:1em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; letter-spacing:-1px; padding:10px 0 5px 0; font-weight:bold; color:white;}
#header h2 a { color:white; padding-right:6px;}
#header .desc {height:15px; padding-top:2px; width:300px; color:#ccc;}
#header { padding:0 9px;}
#header .bloginfo { float:left; width:173px; height:130px; overflow:hidden; display:block; background:black; margin-right:15px;}
#header .bloginfo img { min-width:173px;}

.blogMenu { font:1.1em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; height:20px; margin-left:4px; margin-top:1px; overflow:hidden;}
.blogMenu a { color:#00468C;}
.blogMenu a:hover {color:#CC3D3D !important;}
.blogMenu2 a:hover {color:#008C69 !important;}
.blogMenu .desc  { margin-top:-4px;  font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; letter-spacing:-1px; display:none;}

.blogMenu li { float:left; margin-right:10px;}


.copyright {margin-top:60px; color:#999; font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; letter-spacing:normal; clear:both; padding:4px 0 6px 7px;}
.copyright a:link, .copyright a:visited, .copyright a:hover { color:#999 !important;}

/* ***** content ***** */ 

#content .titleWrap { clear:both; }
#content .titleWrap .category a { font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; letter-spacing:-1px; color:#aaa; }
#content .titleWrap .date { font:1em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-weight:bold; margin-left:5px; color:#888888; }
#content .titleWrap .admin { padding:5px 0; margin:2px 0; font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS;color:#aaa;}
#content .titleWrap .admin a{ color:#aaa; font:1em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS;}

#content .entry { margin:10px 0 40px 0; color:#343434; padding:0; line-height:160%; }
#content .entry h1, #content .entry h4, #content .entry h5, #content .entry  h6 { border-bottom:1px solid #ccc;  margin-bottom:3px; padding-bottom:1px;  color:#222; font:1.3em "NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, 굴림"; font-weight:bold; }
#content .entry a { color:#0059B2;}
/* 포스트 본문 부분, margin-bottom 은 '카테고리 다른 글' 사용시 코멘트 버튼 사이 규정, 근데 padding 을 규정해도 똑같음. */
#content .article { font-family:/*@post-body-font-family=*/NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, 굴림/*@*/; /*@post-body-color=color:;*/color: ;/*@*/  /*@post-body-font-size=font-size:;*/font-size: inherit;/*@*/ padding:30px 10px 0px 10px; margin-bottom:5px; letter-spacing:0.05em;}
#content .entry .tagTrail {  font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; letter-spacing:normal; color:#BBBBBB; font-weight:bold; padding: 7px 15px 1px 0; border:1px solid #EAEAEA; ;border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; background:#F3F3F3; margin-top:1px; margin-left:11px; margin-right:11px; height:18px; clear:both; text-align:right; }
#content .entry .tagTrail span { display:left; }
#content .entry .tagTrail a{ color:#00498C; }
/* 코멘트 펼침 버튼 부분 content .entry .actionTrail */
#content .entry .actionTrail  { font:15px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; letter-spacing:normal; color:#909090; padding: 3px 0 0 0; border:1px outset #008C69; border-radius: 3px; background:#008C69; margin-top:10px; margin-left:658px; margin-right:18px; height:23px; clear:both; width:180px; }
#content .entry .actionTrail:hover  { font:15px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; letter-spacing:normal; color:#909090 ; padding: 3px 0 0 0; border:1px outset #00B285; border-radius: 3px; background:#00B285; margin-top:10px; margin-left:658px; margin-right:18px; height:23px; clear:both; width:180px; }
#content .entry .actionTrail a{color:#FFFFFF;}
#content .entry .actionTrail .cnt { font-weight:normal;}


#content .guestList {margin:0 0 40px 0;}

#content .article h2, #content .article h3 { color:#222; font:1.1em "NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, 굴림"; font-weight:bold;}

#content .article ol, #content .article ul { margin:10px 0; padding:0 0 0 30px;}
#content .article ol li { list-style:decimal outside; margin:0; padding:0;}
#content .article ul li { list-style:circle outside; margin:0; padding:0;}
#content .article dt { font-weight:bold;}
#content .article dd { margin-left:10px;}
#content .article BLOCKQUOTE { margin:10px 0 10px 20px; padding-left:6px; border-left:3px solid #eee;}
/* 글 제목 부분 카테고리, 저자, 시간 */
.author { display:block; color:#CC3D3D;  font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-weight:bold; letter-spacing:normal; background:#FAFAFA; height:10px; padding-left:2px; padding-bottom:6px ;}
.author .owner { height:0; padding:10px 0 0 0; width:35px; background:url(images/iconOwner.gif);  float:left; margin:1px 3px 0 0; overflow:hidden;}
.author.inbox { color:#ccc;}
/* 관리자 로그인 전용 메뉴 (본문 하단 태그 출력 쪽으로 옮김), 수정, 발행, 비공개, 삭제 등 */
.admin { text-align:right; font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; letter-spacing:normal; padding: 7px 15px 1px 0; border:1px solid #EAEAEA; border-radius: 2px; background:#F3F3F3; margin-top:1px; margin-left:11px; margin-right:11px; margin-bottom:10px; height:18px; clear:both; }
.categoryBtn { padding-left:7px; padding-top:5px; height:16px; }
a.categoryBtn { color:#008C69 !important; }
a.categoryBtn:hover { color:#CC3D3D !important; }
.author .date { padding-top:5px; height:16px; color:#006DD9 !important; }
.author .ownerBtn { padding-left:3px; padding-top:5px; height:16px;}

/* 블로그 제목 그라데이션 처리하기, 익스에선 불가 */
h7 {
  font-size: 2.4em;
  background-image: -webkit-radial-gradient(#003366, #0080FF, #00468C, #003366 ,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position:relative;
}

/* 코멘트, 코멘트 텍스트 가로 넓이는 여기 말고 아래 css 스킨 위자드에서 지정함. */
.commentWrite { padding:6px;padding-right:16px; }
.commentWrite label { display:none;}
.commentWrite input, .commentWrite textarea { width:130px; border:3px solid #EAEAEA; border-radius: 4px; margin:1px 0; padding-left:70px; padding-top:1px; color:#808080; font:1em NEXON Lv1 Gothic OTF, Noto Sans KR, gulim; height:16px;}
.commentWrite textarea  { height:50px; background:url(images/bgComment4.gif) 0 0 no-repeat #F3F3F3; padding:9px 9px 9px 9px; }
.commentWrite input.name { background:url(images/bgName3.gif) 0 0 no-repeat; font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS}
.commentWrite input.home { width:100px; background:url(images/bgHome3.gif) 0 0 no-repeat; font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-style: italic;}
.commentWrite input.pass { background:url(images/bgPass3.gif) 0 0 no-repeat; font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS}
.commentWrite p { border:1px solid #fafafa; }
/* 코멘트 댓글 확인 버튼, 버튼의 위치 조율은 html 에서 */
.commentWrite .submit { border:0; padding:0; margin:0; width:182px; height:24px; margin-top:4px;}
.comment .secretWrap .checkbox { border:0; padding:0; margin:0; position:absolute; width:15px; height:15px; margin:124px 0 0 198px;}
.comment .secretWrap label { font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; letter-spacing:normal; display:block; position:absolute;  margin:124px 0 0 218px; cursor:pointer;}


.comment {position:relative; clear:both; }
.comment h3 { display:none;}
/* 코멘트 부분 */
.commentList {background:#FAFAFA; padding-top:27px;}
.commentList li { overflow:hidden; width:96%; margin-top:8px; margin-left: 15px; border:1px solid #EAEAEA; border-radius: 4px; padding:5px 0 8px 0; background:#F3F3F3;}
.commentList li .date { font:0.85em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; letter-spacing:normal; color:#006DD9; font-weight:bold; margin-left:15px;}
.commentList li .name { float:left; font-weight:bold; margin-right:7px;  color:#555555; margin-left:15px;}
.commentList li .name img { vertical-align:middle;}
.commentList li p { clear:left; padding-top:4px; padding-bottom:3px; overflow:hidden; margin-left:15px;}
.commentList li ul { margin:0; padding:0 !important;}
/* 코멘트 답글 부분 */
.commentList li ul li { border-bottom:none; margin-top:15px; margin-right:8px; border:1px solid #E5E5E5; border-radius: 4px; padding-left:30px; width:auto;  background:url(images/bgReply5.png) 20px 3px no-repeat #EAEAEA;}

.commentList li .control { float:right;padding-right:5px;}
.commentList li .control a { display:block; height:0; padding:13px 0 0 0; overflow:hidden; float:left; margin-top:3px; margin-right:3px;}
.commentList li .control .address { background:url(images/iconAdd2.gif); width:23px; }
.commentList li .control .modify { background:url(images/iconModify2.gif); width:36px; }
.commentList li .control .write { background:url(images/iconReply2.gif); width:30px; }

.guestbook .commentWrite { border-bottom:1px solid #e6e6e6; margin-bottom:5px;}

.trackback { border-bottom:1px dashed #ccc; padding-bottom:3px;}
.trackback h3 {margin-top:6px; border:1px solid #e6e6e6 !important; background:#ededed;  padding:8px 10px !important; display:block; font:0.8em NEXON Lv1 Gothic OTF, Noto Sans KR, tahoma !important; color:#888 !important; letter-spacing:normal;}
.trackback h3 span { border:0 !important; font-weight:normal;}
.trackback li {margin:5px 0; border-top:1px solid #e6e6e6;  padding:10px 0 8px 0; width:100%; overflow:hidden;} 
.trackback li h4 { font:1em NEXON Lv1 Gothic OTF, Noto Sans KR, gulim; border-bottom:none !important; letter-spacing:normal; font-weight:bold;}
.trackback li p {clear:left; padding-top:7px; margin-top:4px; padding-bottom:3px; font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; border-top:1px dashed #ccc;}
.trackback li .date { font:0.8em NEXON Lv1 Gothic OTF, Noto Sans KR, tahoma; letter-spacing:normal; color:#ccc;}
.trackback li .delete {  display:block; height:0; padding:9px 0 0 0; overflow:hidden; float:right; margin-top:-33px;  background:url(images/iconDelete.gif); width:22px;}

/* 공지 */
.entryNotice {margin-bottom:40px;}

/* 비밀글 */
.entryProtected { margin-bottom:50px;}
.entryProtected p.text   { background:url(images/imgProtected.gif) no-repeat ; padding-left:50px; margin-bottom:10px;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; padding-top:2px; height:20px; background-color:#ccc;}


/* 태그로그 */
.taglog .tagbox { padding:10px 0 30px 0;}
.taglog .tagbox .cloud1, .sidebarCenter .tagbox a.cloud1:visited{font:7em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold; color:#CC3D3D;}
.taglog .tagbox .cloud2, .sidebarCenter .tagbox a.cloud2:visited {font:6em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold; color:#008C69;}
.taglog .tagbox .cloud3, .sidebarCenter .tagbox a.cloud3:visited {font:5.5em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold; color:#0059B2;}
.taglog .tagbox .cloud4, .sidebarCenter .tagbox a.cloud4:visited {font:3em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold; color:#00468C;}
.taglog .tagbox .cloud5, .sidebarCenter .tagbox a.cloud5:visited {font:2em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold; color:#003366;}
.taglog .tagbox li { display:inline; margin-right:5px;}
.taglog .tagbox a:hover { text-decoration:underline; }	

/* 위치로그 */
.localog { padding-bottom:20px;}
.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 3px no-repeat;  padding-left:15px;  margin-top:2px; font-weight:bold;}
.localog a:link             { color:#006DD9;}
.localog a:visited          { color:#006DD9;}
.localog a:hover            { color:#006DD9;  text-decoration:underline;}

/* 검색, 카테고리 글 목록 리스트 */
.searchList ol, 
.searchRplist ol            { font:1.08em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold ; list-style:none;  padding:15px 5px 5px 5px;  margin:0; margin-bottom:30px; }
.searchList li, 
.searchRplist li            { border-bottom:2px solid #eee;  padding-bottom:5px;  margin-bottom:6px; letter-spacing:normal;}
.searchList li a:hover			{ color:#CC3D3D !important; }							
.searchList .date, 
.searchRplist .date         { font:1em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-weight:bold; margin-right:10px; color:#00468C; }
.searchList .cnt            { font:0.9em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#0059B2; font-weight:bold;} 
.searchRplist .name         { font:1em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, Arial, sans-serif;    color:#999;  padding-left:8px;}

/* 페이징, 페이지 버튼 */
#paging { text-align:center; font:17px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-weight: bold; letter-spacing:normal; padding-bottom:40px; }
.number { margin:0px; padding:3px 11px 3px 11px; border:1px solid #FAFAFA; border-radius: 3px; font:17px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-weight: bold; background:#FAFAFA;}
a.number:link, a.number:visited  { margin:0px; padding:3px 11px 3px 11px; border:1px outset #E5E5E5; border-radius: 3px; font:17px Noto Sans KR, Trebuchet MS; font-weight: bold; background:#E5E5E5; color:#00468C;}
a.number:hover { margin:0px; padding:3px 11px 3px 11px; border:1px outset #EAEAEA; border-radius: 3px; font:17px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-weight: bold; background:#EAEAEA; text-decoration:none; color:#CC3D3D !important;}


/* 검색 */
.search { border-bottom:2px solid #e5e5e5; padding-bottom:10px; margin-bottom:10px;}
.search input { width:114px; padding:3px 3px 4px 3px; border:2px solid #ccc; margin-right:2px; float:left;}
.search .submit { width:46px; overflow:hidden; height:25px; display:block;}
.search .submit input {padding:25px 0 0 0; border:none; background:url(images/btnSearch.gif); cursor:pointer;} 


/* ***** footer 블로그 하단 카피라이트 등등 ***** */
#footer { clear:both; text-align:center; position:relative; margin:0 0 0 0; padding:40px 0 0 0;  font:10px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; letter-spacing:0px; color:#444444;}
#footer .menu { border:none;}
#footer a { color:#444444;}
#footer a:hover  { color:#CC3D3D !important;}
.copyright { padding-bottom:50px; margin:0; text-align:center; color:#00468C; position:relative; font:10px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS;}
.copyright a:link, .copyright a:visited { font:11px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-weight:bold; color:#00468C !important;}
.copyright a:hover {color:#CC3D3D !important;}


/** for Skin Wizard **/
#containerTop { width:/*@post-width:40=*/891px/*@*/;  margin:0 auto;
					padding-top:/*@title-height:-66=padding-top:*/0px/*@*/
					/*@title-background-image=background-image:;*/background-image: none;/*@*/
					/*@title-background-image-position=background-position:;*/background-position: ;/*@*/
					/*@title-background-image-repeat=background-repeat:;*/background-repeat: no-repeat;/*@*/
					/*@title-background-color=background-color:;*/background-color: transparent;/*@*/
}
#containerTop div.inner2  { width:/*@post-width:-30=*/821px/*@*/;}
#container { width:/*@post-width:12=*/863px/*@*/; padding:0 10px; border:2px solid #EAEAEA; border-radius: 2px; border-bottom-right-radius:8px; border-bottom-left-radius:8px; margin:0 auto; background: url("images/bgbox_topleft.gif"), url("images/bgbox_topright.gif"), url("images/bgbox.gif"), url("images/bgbox_bottomleft.gif"), url("images/bgbox_bottomright.gif"), url("images/bgbox_bottom.gif"), url("images/bgboxleft.gif"), url("images/bgboxright.gif") #fafafa; background-repeat: no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y ; background-position: top left, top right, center top, left bottom, right bottom, center bottom, left center, right center;; margin-top:10px;}
#content {width:/*@post-width=*/851px/*@*/; margin-left:0;}
/* 코멘트 달기 텍스트 영역 넓이 지정 851 일때 795 */
#content .commentWrite textarea { width:/*@post-width:-30=*/795px/*@*/;}
#containerBottom {width:/*@post-width:34=*/885px/*@*/;  margin:0 auto;}


#containerTop h1 {font:1.1em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS;  font-weight:bold;  letter-spacing:-1px; padding:10px 0 0 5px; }
#containerTop h1 a { color:/*@title-color=*/#4f6e7d/*@*/; font:/*@title-font-family=*/Trebuchet MS/*@*/; /*@title-font-size=*/1.1em/*@*/;}
#containerTop h1 a:hover { color:red;  text-decoration:none;}
  
#content .titleWrap h2, #content .titleWrap h3,
#content .guestbook h2, #content .guestbook h3,
#content .taglog h2, #content .taglog h3,
#content .localog h2, #content .localog h3,
#content .searchRplist h3,
#content .searchList h2, #content .searchList h3
{  font:1.5em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold; color:#00468C; letter-spacing:normal; padding:3px 0 8px 5px; }

/* 글 제목 폰트 부분 */
#content .titleWrap h2 a {color:/*@post-title-color=*/#00468C/*@*/; font:/*@post-title-font-size=*/26px/*@*/ /*@post-title-font-family=*/NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic/*@*/; font-weight:bold;  padding: 0px 0px 5px 0px; border-bottom:3px solid #EAEAEA; line-height:46px;}
#content .titleWrap h2 a:hover { color:#CC3D3D !important; text-decoration:none; }

/* 사이드바 크기 */

.sideinfo{clear:both; width:820px; margin-left:28px; auto;}
	.sideinfo .category{width:190px; margin-right:9px; float:left; overflow:hidden; font:12px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold;}
	.sideinfo .recentPost{width:300px; margin-right:9px; float:left;  overflow:hidden; font:12px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold;}
	.sideinfo .recentPost a:hover {color:#CC3D3D !important; }
	.sideinfo .recentComment{width:260px; margin-right:9px; float:left; overflow:hidden;}
	.sideinfo .recentTrackback{width:260px; float:left; overflow:hidden;}		
	
	.sideinfo .clear{clear:both;}
	
	.sideinfo .tag{width:260px; margin-right:9px; float:left;}
	.sideinfo .link{width:290px; margin-right:9px; float:left; font:12px NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic; font-weight:bold;}
	.sideinfo .link a:hover {color:#CC3D3D !important; }
	.sideinfo .calender{width:260px; margin-right:9px; padding:0; float:left;}
	.sideinfo .archive{width:260px;  float:left;}

/* 사이드바 공통 스타일 */
.sideinfo a{ color:#333;}
.sideinfo h3{font:1.25em NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-weight:bold; color:#00468C; padding:6px 1px; height:22px; margin-top:15px;}
.sideinfo .cnt{font:80% NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; font-weight:bold; color:#0059B2;}
.sideinfo .date{font:90% NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; color:#999;}
.sideinfo .name{font:90% NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS; color:#999;}
.sideinfo li{ background:url(./images/bull.gif) no-repeat 0 3px; padding:0 0 0 8px; line-height:120%;}

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

/* 사이드바 태그 */
.sideinfo .tag a{ text-decoration:none; font-family:NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS;}
.sideinfo .tag { display:inline; padding:0; text-align:justify;}
.sideinfo .tag .cloud1 { font-weight:bold; font-size:130%; color:#222; background-color:#b0aba1; }
.sideinfo .tag .cloud2 { font-weight:bold; font-size:120%; color:#333; background-color:#008C69; }
.sideinfo .tag .cloud3 { font-weight:bold; font-size:110%; color:#555;}
.sideinfo .tag .cloud4 { font-size:100%; color:#666;}
.sideinfo .tag .cloud5 { font-size:90%; color:#666;}	
.sideinfo .tag a:hover{ background-color:#a09b91; color:#000;}	
.sideinfo .tag ul{ margin-right:10px;}
.sideinfo .tag li{ background:none; display:inline; padding:0;}

.sideinfo .calender{font:100% NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS;}
.sideinfo .archive{font-family: NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS;}

/* 카테고리 다른 글 부분 처리 */
div.another_category{margin-top:10px;margin-bottom:10 !important;padding:0;border:0 !important;font-family:NEXON Lv1 Gothic OTF, Noto Sans KR, Trebuchet MS, NanumGothic, Malgun Gothic;letter-spacing:normal;padding-left:1px;padding-right:1px;}
div.another_category h4{margin:0px !important;background:#E5E5E5;color:#00468C !important;padding:4px!important;font-size:13px;line-height:normal;border: 1px solid;border-top-left-radius: 3px;border-top-right-radius: 3px;}
div.another_category h4 a{color:#00468C !important;font:13px !important;margin:0 !important;}
div.another_category table{border:1px solid #E5E5E5;margin:0 !important}
div.another_category table td{display:none; }
div.another_category th a{margin-left:4px;color:#555 !important;padding-left:10px;font-weight:bold;}
div.another_category th a.current{border-bottom:0 !important}
div.another_category th span{color:#ccc !important}
div.another_category th{padding-bottom:18px; background:#F3F3F3;}
div.another_category table th{padding-bottom:2px !important;}
div.another_category tr:first-child th{padding-top:4px !important;}
div.another_category table th a:hover{color:#CC3D3D !important;}

.container_postbtn {display: none;}

/* 티스토리 프로필 카드 숨기기 */
div[data-tistory-react-app="Namecard"] {
  display: none
}

/* 티스토리 구독하기 아이콘 숨기기 */
.container_postbtn .btn_menu_toolbar {display: none;}

/* 티스토리 공감 아이콘 숨기기 */
.container_postbtn .postbtn_like {display:none;}